123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402 |
- namespace GCAS
- {
- partial class SystemSetForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SystemSetForm));
- this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
- this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
- this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
- this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
- this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
- this.cb_parity = new DevExpress.XtraEditors.ComboBoxEdit();
- this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
- this.cb_baudRate = new DevExpress.XtraEditors.ComboBoxEdit();
- this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
- this.cb_stopBits = new DevExpress.XtraEditors.ComboBoxEdit();
- this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
- this.cb_dataBits = new DevExpress.XtraEditors.ComboBoxEdit();
- this.btn_SerialPort = new DevExpress.XtraEditors.SimpleButton();
- this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
- this.cb_Serial = new DevExpress.XtraEditors.ComboBoxEdit();
- this.se_slave = new DevExpress.XtraEditors.SpinEdit();
- this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
- this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
- this.btn_language = new DevExpress.XtraEditors.SimpleButton();
- this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
- this.lu_language = new DevExpress.XtraEditors.ComboBoxEdit();
- this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
- this.btn_TareSave = new DevExpress.XtraEditors.SimpleButton();
- this.text_putMax = new DevExpress.XtraEditors.TextEdit();
- this.lbl_putMax = new DevExpress.XtraEditors.LabelControl();
- this.text_putMin = new DevExpress.XtraEditors.TextEdit();
- this.lbl_putMin = new DevExpress.XtraEditors.LabelControl();
- this.simpleSeparator3 = new DevExpress.XtraLayout.SimpleSeparator();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
- this.panelControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
- this.groupControl3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cb_parity.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cb_baudRate.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cb_stopBits.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cb_dataBits.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cb_Serial.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.se_slave.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
- this.groupControl2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.lu_language.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
- this.groupControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.text_putMax.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.text_putMin.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).BeginInit();
- this.SuspendLayout();
- //
- // panelControl1
- //
- this.panelControl1.Controls.Add(this.groupControl3);
- this.panelControl1.Controls.Add(this.groupControl2);
- this.panelControl1.Controls.Add(this.groupControl1);
- resources.ApplyResources(this.panelControl1, "panelControl1");
- this.panelControl1.Name = "panelControl1";
- //
- // groupControl3
- //
- this.groupControl3.Controls.Add(this.labelControl10);
- this.groupControl3.Controls.Add(this.labelControl8);
- this.groupControl3.Controls.Add(this.labelControl7);
- this.groupControl3.Controls.Add(this.cb_parity);
- this.groupControl3.Controls.Add(this.labelControl6);
- this.groupControl3.Controls.Add(this.cb_baudRate);
- this.groupControl3.Controls.Add(this.labelControl5);
- this.groupControl3.Controls.Add(this.cb_stopBits);
- this.groupControl3.Controls.Add(this.labelControl3);
- this.groupControl3.Controls.Add(this.cb_dataBits);
- this.groupControl3.Controls.Add(this.btn_SerialPort);
- this.groupControl3.Controls.Add(this.labelControl4);
- this.groupControl3.Controls.Add(this.cb_Serial);
- this.groupControl3.Controls.Add(this.se_slave);
- resources.ApplyResources(this.groupControl3, "groupControl3");
- this.groupControl3.Name = "groupControl3";
- //
- // labelControl10
- //
- this.labelControl10.LineVisible = true;
- resources.ApplyResources(this.labelControl10, "labelControl10");
- this.labelControl10.Name = "labelControl10";
- //
- // labelControl8
- //
- this.labelControl8.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("labelControl8.Appearance.ForeColor")));
- this.labelControl8.Appearance.Options.UseForeColor = true;
- resources.ApplyResources(this.labelControl8, "labelControl8");
- this.labelControl8.Name = "labelControl8";
- //
- // labelControl7
- //
- this.labelControl7.LineVisible = true;
- resources.ApplyResources(this.labelControl7, "labelControl7");
- this.labelControl7.Name = "labelControl7";
- //
- // cb_parity
- //
- resources.ApplyResources(this.cb_parity, "cb_parity");
- this.cb_parity.Name = "cb_parity";
- this.cb_parity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_parity.Properties.Buttons"))))});
- this.cb_parity.Properties.Items.AddRange(new object[] {
- resources.GetString("cb_parity.Properties.Items"),
- resources.GetString("cb_parity.Properties.Items1"),
- resources.GetString("cb_parity.Properties.Items2")});
- this.cb_parity.Properties.NullText = resources.GetString("cb_parity.Properties.NullText");
- this.cb_parity.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
- //
- // labelControl6
- //
- this.labelControl6.LineVisible = true;
- resources.ApplyResources(this.labelControl6, "labelControl6");
- this.labelControl6.Name = "labelControl6";
- //
- // cb_baudRate
- //
- resources.ApplyResources(this.cb_baudRate, "cb_baudRate");
- this.cb_baudRate.Name = "cb_baudRate";
- this.cb_baudRate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_baudRate.Properties.Buttons"))))});
- this.cb_baudRate.Properties.Items.AddRange(new object[] {
- resources.GetString("cb_baudRate.Properties.Items"),
- resources.GetString("cb_baudRate.Properties.Items1"),
- resources.GetString("cb_baudRate.Properties.Items2"),
- resources.GetString("cb_baudRate.Properties.Items3"),
- resources.GetString("cb_baudRate.Properties.Items4"),
- resources.GetString("cb_baudRate.Properties.Items5"),
- resources.GetString("cb_baudRate.Properties.Items6"),
- resources.GetString("cb_baudRate.Properties.Items7"),
- resources.GetString("cb_baudRate.Properties.Items8")});
- this.cb_baudRate.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
- //
- // labelControl5
- //
- this.labelControl5.LineVisible = true;
- resources.ApplyResources(this.labelControl5, "labelControl5");
- this.labelControl5.Name = "labelControl5";
- //
- // cb_stopBits
- //
- resources.ApplyResources(this.cb_stopBits, "cb_stopBits");
- this.cb_stopBits.Name = "cb_stopBits";
- this.cb_stopBits.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_stopBits.Properties.Buttons"))))});
- this.cb_stopBits.Properties.Items.AddRange(new object[] {
- resources.GetString("cb_stopBits.Properties.Items"),
- resources.GetString("cb_stopBits.Properties.Items1"),
- resources.GetString("cb_stopBits.Properties.Items2")});
- this.cb_stopBits.Properties.NullText = resources.GetString("cb_stopBits.Properties.NullText");
- this.cb_stopBits.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
- //
- // labelControl3
- //
- this.labelControl3.LineVisible = true;
- resources.ApplyResources(this.labelControl3, "labelControl3");
- this.labelControl3.Name = "labelControl3";
- //
- // cb_dataBits
- //
- resources.ApplyResources(this.cb_dataBits, "cb_dataBits");
- this.cb_dataBits.Name = "cb_dataBits";
- this.cb_dataBits.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_dataBits.Properties.Buttons"))))});
- this.cb_dataBits.Properties.Items.AddRange(new object[] {
- resources.GetString("cb_dataBits.Properties.Items"),
- resources.GetString("cb_dataBits.Properties.Items1"),
- resources.GetString("cb_dataBits.Properties.Items2"),
- resources.GetString("cb_dataBits.Properties.Items3")});
- this.cb_dataBits.Properties.NullText = resources.GetString("cb_dataBits.Properties.NullText");
- this.cb_dataBits.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
- //
- // btn_SerialPort
- //
- this.btn_SerialPort.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_SerialPort.ImageOptions.Image")));
- resources.ApplyResources(this.btn_SerialPort, "btn_SerialPort");
- this.btn_SerialPort.Name = "btn_SerialPort";
- this.btn_SerialPort.Click += new System.EventHandler(this.btn_SerialPort_Click);
- //
- // labelControl4
- //
- this.labelControl4.LineVisible = true;
- resources.ApplyResources(this.labelControl4, "labelControl4");
- this.labelControl4.Name = "labelControl4";
- //
- // cb_Serial
- //
- resources.ApplyResources(this.cb_Serial, "cb_Serial");
- this.cb_Serial.Name = "cb_Serial";
- this.cb_Serial.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_Serial.Properties.Buttons"))))});
- this.cb_Serial.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
- //
- // se_slave
- //
- resources.ApplyResources(this.se_slave, "se_slave");
- this.se_slave.Name = "se_slave";
- this.se_slave.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("se_slave.Properties.Buttons"))))});
- this.se_slave.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
- this.se_slave.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("se_slave.Properties.Mask.MaskType")));
- this.se_slave.Properties.MaxValue = new decimal(new int[] {
- 255,
- 0,
- 0,
- 0});
- this.se_slave.Properties.MinValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.se_slave.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
- //
- // groupControl2
- //
- this.groupControl2.Controls.Add(this.labelControl2);
- this.groupControl2.Controls.Add(this.btn_language);
- this.groupControl2.Controls.Add(this.labelControl1);
- this.groupControl2.Controls.Add(this.lu_language);
- resources.ApplyResources(this.groupControl2, "groupControl2");
- this.groupControl2.Name = "groupControl2";
- //
- // labelControl2
- //
- this.labelControl2.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("labelControl2.Appearance.ForeColor")));
- this.labelControl2.Appearance.Options.UseForeColor = true;
- resources.ApplyResources(this.labelControl2, "labelControl2");
- this.labelControl2.Name = "labelControl2";
- //
- // btn_language
- //
- this.btn_language.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_language.ImageOptions.Image")));
- resources.ApplyResources(this.btn_language, "btn_language");
- this.btn_language.Name = "btn_language";
- this.btn_language.Click += new System.EventHandler(this.btn_language_Click);
- //
- // labelControl1
- //
- this.labelControl1.LineVisible = true;
- resources.ApplyResources(this.labelControl1, "labelControl1");
- this.labelControl1.Name = "labelControl1";
- //
- // lu_language
- //
- resources.ApplyResources(this.lu_language, "lu_language");
- this.lu_language.Name = "lu_language";
- this.lu_language.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("lu_language.Properties.Buttons"))))});
- this.lu_language.Properties.Items.AddRange(new object[] {
- resources.GetString("lu_language.Properties.Items"),
- resources.GetString("lu_language.Properties.Items1")});
- this.lu_language.Properties.NullText = resources.GetString("lu_language.Properties.NullText");
- this.lu_language.Properties.PopupSizeable = true;
- //
- // groupControl1
- //
- this.groupControl1.Controls.Add(this.btn_TareSave);
- this.groupControl1.Controls.Add(this.text_putMax);
- this.groupControl1.Controls.Add(this.lbl_putMax);
- this.groupControl1.Controls.Add(this.text_putMin);
- this.groupControl1.Controls.Add(this.lbl_putMin);
- resources.ApplyResources(this.groupControl1, "groupControl1");
- this.groupControl1.Name = "groupControl1";
- //
- // btn_TareSave
- //
- this.btn_TareSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_TareSave.ImageOptions.Image")));
- resources.ApplyResources(this.btn_TareSave, "btn_TareSave");
- this.btn_TareSave.Name = "btn_TareSave";
- this.btn_TareSave.Click += new System.EventHandler(this.btn_Tare_Click);
- //
- // text_putMax
- //
- resources.ApplyResources(this.text_putMax, "text_putMax");
- this.text_putMax.Name = "text_putMax";
- this.text_putMax.Properties.Mask.EditMask = resources.GetString("text_putMax.Properties.Mask.EditMask");
- this.text_putMax.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("text_putMax.Properties.Mask.MaskType")));
- this.text_putMax.Click += new System.EventHandler(this.text_putMax_Click);
- //
- // lbl_putMax
- //
- this.lbl_putMax.LineVisible = true;
- resources.ApplyResources(this.lbl_putMax, "lbl_putMax");
- this.lbl_putMax.Name = "lbl_putMax";
- //
- // text_putMin
- //
- resources.ApplyResources(this.text_putMin, "text_putMin");
- this.text_putMin.Name = "text_putMin";
- this.text_putMin.Properties.Mask.EditMask = resources.GetString("text_putMin.Properties.Mask.EditMask");
- this.text_putMin.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("text_putMin.Properties.Mask.MaskType")));
- this.text_putMin.Click += new System.EventHandler(this.text_putMin_Click);
- //
- // lbl_putMin
- //
- this.lbl_putMin.LineVisible = true;
- resources.ApplyResources(this.lbl_putMin, "lbl_putMin");
- this.lbl_putMin.Name = "lbl_putMin";
- //
- // simpleSeparator3
- //
- this.simpleSeparator3.AllowHotTrack = false;
- this.simpleSeparator3.Location = new System.Drawing.Point(0, 78);
- this.simpleSeparator3.Name = "simpleSeparator3";
- this.simpleSeparator3.Size = new System.Drawing.Size(263, 292);
- //
- // SystemSetForm
- //
- resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panelControl1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "SystemSetForm";
- this.ShowIcon = false;
- this.Load += new System.EventHandler(this.SystemSetForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
- this.panelControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
- this.groupControl3.ResumeLayout(false);
- this.groupControl3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cb_parity.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cb_baudRate.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cb_stopBits.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cb_dataBits.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cb_Serial.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.se_slave.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
- this.groupControl2.ResumeLayout(false);
- this.groupControl2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.lu_language.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
- this.groupControl1.ResumeLayout(false);
- this.groupControl1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.text_putMax.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.text_putMin.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraEditors.PanelControl panelControl1;
- private DevExpress.XtraEditors.GroupControl groupControl1;
- private DevExpress.XtraLayout.SimpleSeparator simpleSeparator3;
- private DevExpress.XtraEditors.TextEdit text_putMax;
- private DevExpress.XtraEditors.LabelControl lbl_putMax;
- private DevExpress.XtraEditors.TextEdit text_putMin;
- private DevExpress.XtraEditors.LabelControl lbl_putMin;
- private DevExpress.XtraEditors.GroupControl groupControl2;
- private DevExpress.XtraEditors.LabelControl labelControl1;
- private DevExpress.XtraEditors.ComboBoxEdit lu_language;
- private DevExpress.XtraEditors.SimpleButton btn_language;
- private DevExpress.XtraEditors.SimpleButton btn_TareSave;
- private DevExpress.XtraEditors.LabelControl labelControl2;
- private DevExpress.XtraEditors.GroupControl groupControl3;
- private DevExpress.XtraEditors.SimpleButton btn_SerialPort;
- private DevExpress.XtraEditors.LabelControl labelControl4;
- private DevExpress.XtraEditors.ComboBoxEdit cb_Serial;
- private DevExpress.XtraEditors.LabelControl labelControl7;
- private DevExpress.XtraEditors.ComboBoxEdit cb_parity;
- private DevExpress.XtraEditors.LabelControl labelControl6;
- private DevExpress.XtraEditors.ComboBoxEdit cb_baudRate;
- private DevExpress.XtraEditors.LabelControl labelControl5;
- private DevExpress.XtraEditors.ComboBoxEdit cb_stopBits;
- private DevExpress.XtraEditors.LabelControl labelControl3;
- private DevExpress.XtraEditors.ComboBoxEdit cb_dataBits;
- private DevExpress.XtraEditors.LabelControl labelControl8;
- private DevExpress.XtraEditors.SpinEdit se_slave;
- private DevExpress.XtraEditors.LabelControl labelControl10;
- }
- }
|