From 931767239577c1a81f298ddccd65e3137c80b326 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期五, 22 八月 2025 08:28:22 +0800
Subject: [PATCH] 称重

---
 DevApp/Gs.DevApp/DevFrm/Work/Frm_Work09.Designer.cs |  268 ++++++++++++++++++-----------------------------------
 1 files changed, 92 insertions(+), 176 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work09.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work09.Designer.cs
index bae9789..ae581db 100644
--- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work09.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work09.Designer.cs
@@ -37,23 +37,19 @@
             this.split1 = new DevExpress.XtraEditors.SplitContainerControl();
             this.layoutMx1 = new DevExpress.XtraDataLayout.DataLayoutControl();
             this.comLine = new Gs.DevApp.UserControl.UcLookWorkline();
-            this.btnStart = new DevExpress.XtraEditors.SimpleButton();
+            this.button1 = new DevExpress.XtraEditors.SimpleButton();
             this.cmbSerialPortNum = new DevExpress.XtraEditors.ComboBoxEdit();
             this.cmbBaudRate = new DevExpress.XtraEditors.ComboBoxEdit();
             this.txtNum = new DevExpress.XtraEditors.TextEdit();
-            this.comSjw = new DevExpress.XtraEditors.ComboBoxEdit();
-            this.comStopBits = new DevExpress.XtraEditors.ComboBoxEdit();
-            this.comParity = new DevExpress.XtraEditors.ComboBoxEdit();
             this.txtMsg = new DevExpress.XtraEditors.MemoEdit();
+            this.button2 = new DevExpress.XtraEditors.SimpleButton();
             this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
-            this.cmbBaudRate1111 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.cmbBaudRate1111 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
             this.gcMx1 = new DevExpress.XtraGrid.GridControl();
             this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView();
@@ -80,19 +76,14 @@
             ((System.ComponentModel.ISupportInitialize)(this.cmbSerialPortNum.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.cmbBaudRate.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txtNum.Properties)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.comSjw.Properties)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.comStopBits.Properties)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.comParity.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txtMsg.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.cmbBaudRate1111)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.cmbBaudRate1111)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
@@ -122,17 +113,13 @@
             // layoutMx1
             // 
             this.layoutMx1.Controls.Add(this.comLine);
-            this.layoutMx1.Controls.Add(this.btnStart);
+            this.layoutMx1.Controls.Add(this.button1);
             this.layoutMx1.Controls.Add(this.cmbSerialPortNum);
             this.layoutMx1.Controls.Add(this.cmbBaudRate);
             this.layoutMx1.Controls.Add(this.txtNum);
-            this.layoutMx1.Controls.Add(this.comSjw);
-            this.layoutMx1.Controls.Add(this.comStopBits);
-            this.layoutMx1.Controls.Add(this.comParity);
             this.layoutMx1.Controls.Add(this.txtMsg);
+            this.layoutMx1.Controls.Add(this.button2);
             this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
-            this.layoutControlItem5});
             this.layoutMx1.Location = new System.Drawing.Point(0, 0);
             this.layoutMx1.Name = "layoutMx1";
             this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(310, 455, 812, 500);
@@ -149,22 +136,21 @@
             this.comLine.Size = new System.Drawing.Size(164, 24);
             this.comLine.TabIndex = 14;
             // 
-            // btnStart
+            // button1
             // 
-            this.btnStart.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
-            this.btnStart.Appearance.Options.UseBackColor = true;
-            this.btnStart.Appearance.Options.UseFont = true;
-            this.btnStart.Location = new System.Drawing.Point(512, 12);
-            this.btnStart.Name = "btnStart";
-            this.btnStart.Size = new System.Drawing.Size(246, 27);
-            this.btnStart.StyleController = this.layoutMx1;
-            this.btnStart.TabIndex = 5;
-            this.btnStart.Text = "鍚姩";
-            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
+            this.button1.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
+            this.button1.Appearance.Options.UseBackColor = true;
+            this.button1.Appearance.Options.UseFont = true;
+            this.button1.Location = new System.Drawing.Point(262, 12);
+            this.button1.Name = "button1";
+            this.button1.Size = new System.Drawing.Size(246, 27);
+            this.button1.StyleController = this.layoutMx1;
+            this.button1.TabIndex = 5;
+            this.button1.Text = "鍚姩";
             // 
             // cmbSerialPortNum
             // 
-            this.cmbSerialPortNum.Location = new System.Drawing.Point(344, 12);
+            this.cmbSerialPortNum.Location = new System.Drawing.Point(94, 43);
             this.cmbSerialPortNum.Name = "cmbSerialPortNum";
             this.cmbSerialPortNum.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -177,7 +163,7 @@
             // cmbBaudRate
             // 
             this.cmbBaudRate.EditValue = "9600";
-            this.cmbBaudRate.Location = new System.Drawing.Point(344, 43);
+            this.cmbBaudRate.Location = new System.Drawing.Point(94, 74);
             this.cmbBaudRate.Name = "cmbBaudRate";
             this.cmbBaudRate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -195,7 +181,7 @@
             // 
             // txtNum
             // 
-            this.txtNum.Location = new System.Drawing.Point(594, 53);
+            this.txtNum.Location = new System.Drawing.Point(594, 22);
             this.txtNum.Name = "txtNum";
             this.txtNum.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
             this.txtNum.Properties.Appearance.Options.UseFont = true;
@@ -204,78 +190,38 @@
             this.txtNum.StyleController = this.layoutMx1;
             this.txtNum.TabIndex = 8;
             // 
-            // comSjw
-            // 
-            this.comSjw.EditValue = "8";
-            this.comSjw.Location = new System.Drawing.Point(94, 43);
-            this.comSjw.Name = "comSjw";
-            this.comSjw.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
-            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
-            this.comSjw.Properties.Items.AddRange(new object[] {
-            "5",
-            "6",
-            "7",
-            "8"});
-            this.comSjw.Properties.NullText = "-璇烽�夋嫨-";
-            this.comSjw.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
-            this.comSjw.Size = new System.Drawing.Size(164, 24);
-            this.comSjw.StyleController = this.layoutMx1;
-            this.comSjw.TabIndex = 11;
-            // 
-            // comStopBits
-            // 
-            this.comStopBits.EditValue = "1";
-            this.comStopBits.Location = new System.Drawing.Point(344, 74);
-            this.comStopBits.Name = "comStopBits";
-            this.comStopBits.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
-            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
-            this.comStopBits.Properties.Items.AddRange(new object[] {
-            "1",
-            "2"});
-            this.comStopBits.Properties.NullText = "-璇烽�夋嫨-";
-            this.comStopBits.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
-            this.comStopBits.Size = new System.Drawing.Size(164, 24);
-            this.comStopBits.StyleController = this.layoutMx1;
-            this.comStopBits.TabIndex = 12;
-            // 
-            // comParity
-            // 
-            this.comParity.EditValue = "None";
-            this.comParity.Location = new System.Drawing.Point(94, 74);
-            this.comParity.Name = "comParity";
-            this.comParity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
-            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
-            this.comParity.Properties.Items.AddRange(new object[] {
-            "None",
-            "Odd",
-            "Even"});
-            this.comParity.Properties.NullText = "-璇烽�夋嫨-";
-            this.comParity.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
-            this.comParity.Size = new System.Drawing.Size(164, 24);
-            this.comParity.StyleController = this.layoutMx1;
-            this.comParity.TabIndex = 13;
-            // 
             // txtMsg
             // 
-            this.txtMsg.Location = new System.Drawing.Point(94, 123);
+            this.txtMsg.Location = new System.Drawing.Point(512, 74);
             this.txtMsg.Name = "txtMsg";
-            this.txtMsg.Size = new System.Drawing.Size(414, 35);
+            this.txtMsg.Properties.ReadOnly = true;
+            this.txtMsg.Size = new System.Drawing.Size(516, 27);
             this.txtMsg.StyleController = this.layoutMx1;
             this.txtMsg.TabIndex = 15;
+            // 
+            // button2
+            // 
+            this.button2.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
+            this.button2.Appearance.Options.UseBackColor = true;
+            this.button2.Location = new System.Drawing.Point(262, 43);
+            this.button2.Name = "button2";
+            this.button2.Size = new System.Drawing.Size(246, 27);
+            this.button2.StyleController = this.layoutMx1;
+            this.button2.TabIndex = 16;
+            this.button2.Text = "鍋滄";
             // 
             // Root
             // 
             this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
             this.Root.GroupBordersVisible = false;
             this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
-            this.cmbBaudRate1111,
             this.layoutControlItem3,
             this.layoutControlItem1,
-            this.layoutControlItem7,
-            this.layoutControlItem9,
-            this.layoutControlItem4,
+            this.cmbBaudRate1111,
             this.layoutControlItem2,
-            this.layoutControlItem8});
+            this.layoutControlItem6,
+            this.layoutControlItem4,
+            this.layoutControlItem5});
             this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
             this.Root.Name = "Root";
             columnDefinition1.SizeType = System.Windows.Forms.SizeType.Absolute;
@@ -301,17 +247,6 @@
             this.Root.Size = new System.Drawing.Size(1040, 113);
             this.Root.TextVisible = false;
             // 
-            // cmbBaudRate1111
-            // 
-            this.cmbBaudRate1111.Control = this.cmbBaudRate;
-            this.cmbBaudRate1111.Location = new System.Drawing.Point(250, 31);
-            this.cmbBaudRate1111.Name = "cmbBaudRate1111";
-            this.cmbBaudRate1111.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.cmbBaudRate1111.OptionsTableLayoutItem.RowIndex = 1;
-            this.cmbBaudRate1111.Size = new System.Drawing.Size(250, 31);
-            this.cmbBaudRate1111.Text = "娉㈢壒鐜�";
-            this.cmbBaudRate1111.TextSize = new System.Drawing.Size(70, 18);
-            // 
             // layoutControlItem3
             // 
             this.layoutControlItem3.Control = this.comLine;
@@ -324,33 +259,48 @@
             // layoutControlItem1
             // 
             this.layoutControlItem1.Control = this.cmbSerialPortNum;
-            this.layoutControlItem1.Location = new System.Drawing.Point(250, 0);
+            this.layoutControlItem1.Location = new System.Drawing.Point(0, 31);
             this.layoutControlItem1.Name = "layoutControlItem1";
-            this.layoutControlItem1.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.layoutControlItem1.OptionsTableLayoutItem.RowIndex = 1;
             this.layoutControlItem1.Size = new System.Drawing.Size(250, 31);
             this.layoutControlItem1.Text = "涓插彛鍙�";
             this.layoutControlItem1.TextSize = new System.Drawing.Size(70, 18);
             // 
-            // layoutControlItem7
+            // cmbBaudRate1111
             // 
-            this.layoutControlItem7.Control = this.comSjw;
-            this.layoutControlItem7.Location = new System.Drawing.Point(0, 31);
-            this.layoutControlItem7.Name = "layoutControlItem7";
-            this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem7.Size = new System.Drawing.Size(250, 31);
-            this.layoutControlItem7.Text = "鏁版嵁浣�";
-            this.layoutControlItem7.TextSize = new System.Drawing.Size(70, 18);
+            this.cmbBaudRate1111.Control = this.cmbBaudRate;
+            this.cmbBaudRate1111.Location = new System.Drawing.Point(0, 62);
+            this.cmbBaudRate1111.Name = "cmbBaudRate1111";
+            this.cmbBaudRate1111.OptionsTableLayoutItem.RowIndex = 2;
+            this.cmbBaudRate1111.Size = new System.Drawing.Size(250, 31);
+            this.cmbBaudRate1111.Text = "娉㈢壒鐜�";
+            this.cmbBaudRate1111.TextSize = new System.Drawing.Size(70, 18);
             // 
-            // layoutControlItem9
+            // layoutControlItem2
             // 
-            this.layoutControlItem9.Control = this.comParity;
-            this.layoutControlItem9.CustomizationFormText = "鏍¢獙浣�";
-            this.layoutControlItem9.Location = new System.Drawing.Point(0, 62);
-            this.layoutControlItem9.Name = "layoutControlItem9";
-            this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem9.Size = new System.Drawing.Size(250, 31);
-            this.layoutControlItem9.Text = "鏍¢獙浣�";
-            this.layoutControlItem9.TextSize = new System.Drawing.Size(70, 18);
+            this.layoutControlItem2.Control = this.button1;
+            this.layoutControlItem2.Location = new System.Drawing.Point(250, 0);
+            this.layoutControlItem2.MaxSize = new System.Drawing.Size(250, 31);
+            this.layoutControlItem2.MinSize = new System.Drawing.Size(41, 31);
+            this.layoutControlItem2.Name = "layoutControlItem2";
+            this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.layoutControlItem2.Size = new System.Drawing.Size(250, 31);
+            this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+            this.layoutControlItem2.Text = "鍚姩";
+            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem2.TextVisible = false;
+            // 
+            // layoutControlItem6
+            // 
+            this.layoutControlItem6.Control = this.button2;
+            this.layoutControlItem6.Location = new System.Drawing.Point(250, 31);
+            this.layoutControlItem6.Name = "layoutControlItem6";
+            this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
+            this.layoutControlItem6.Size = new System.Drawing.Size(250, 31);
+            this.layoutControlItem6.Text = "鍋滄";
+            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem6.TextVisible = false;
             // 
             // layoutControlItem4
             // 
@@ -358,50 +308,25 @@
             this.layoutControlItem4.AppearanceItemCaption.Options.UseFont = true;
             this.layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
             this.layoutControlItem4.Control = this.txtNum;
-            this.layoutControlItem4.Location = new System.Drawing.Point(500, 31);
+            this.layoutControlItem4.Location = new System.Drawing.Point(500, 0);
             this.layoutControlItem4.Name = "layoutControlItem4";
             this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
             this.layoutControlItem4.OptionsTableLayoutItem.RowSpan = 2;
             this.layoutControlItem4.Size = new System.Drawing.Size(520, 62);
             this.layoutControlItem4.Text = "閲嶉噺";
             this.layoutControlItem4.TextSize = new System.Drawing.Size(70, 41);
             // 
-            // layoutControlItem2
-            // 
-            this.layoutControlItem2.Control = this.btnStart;
-            this.layoutControlItem2.Location = new System.Drawing.Point(500, 0);
-            this.layoutControlItem2.MaxSize = new System.Drawing.Size(250, 31);
-            this.layoutControlItem2.MinSize = new System.Drawing.Size(41, 31);
-            this.layoutControlItem2.Name = "layoutControlItem2";
-            this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem2.Size = new System.Drawing.Size(520, 31);
-            this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
-            this.layoutControlItem2.Text = "鍚姩";
-            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
-            this.layoutControlItem2.TextVisible = false;
-            // 
-            // layoutControlItem8
-            // 
-            this.layoutControlItem8.Control = this.comStopBits;
-            this.layoutControlItem8.Location = new System.Drawing.Point(250, 62);
-            this.layoutControlItem8.Name = "layoutControlItem8";
-            this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem8.Size = new System.Drawing.Size(250, 31);
-            this.layoutControlItem8.Text = "鍋滄浣�";
-            this.layoutControlItem8.TextSize = new System.Drawing.Size(70, 18);
-            // 
             // layoutControlItem5
             // 
             this.layoutControlItem5.Control = this.txtMsg;
-            this.layoutControlItem5.Location = new System.Drawing.Point(0, 111);
+            this.layoutControlItem5.Location = new System.Drawing.Point(500, 62);
             this.layoutControlItem5.Name = "layoutControlItem5";
-            this.layoutControlItem5.OptionsTableLayoutItem.ColumnSpan = 2;
-            this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 3;
-            this.layoutControlItem5.Size = new System.Drawing.Size(500, 39);
+            this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 2;
+            this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 2;
+            this.layoutControlItem5.Size = new System.Drawing.Size(520, 31);
             this.layoutControlItem5.Text = "鏀跺垪琛�";
-            this.layoutControlItem5.TextSize = new System.Drawing.Size(70, 18);
+            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem5.TextVisible = false;
             // 
             // gcMx1
             // 
@@ -585,19 +510,14 @@
             ((System.ComponentModel.ISupportInitialize)(this.cmbSerialPortNum.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.cmbBaudRate.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txtNum.Properties)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.comSjw.Properties)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.comStopBits.Properties)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.comParity.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txtMsg.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.cmbBaudRate1111)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.cmbBaudRate1111)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit();
@@ -612,11 +532,7 @@
         private DevExpress.XtraEditors.ComboBoxEdit cmbSerialPortNum;
         private DevExpress.XtraEditors.ComboBoxEdit cmbBaudRate;
         private DevExpress.XtraEditors.TextEdit txtNum;
-        private DevExpress.XtraEditors.ComboBoxEdit comSjw;
-        private DevExpress.XtraEditors.ComboBoxEdit comStopBits;
-        private DevExpress.XtraEditors.ComboBoxEdit comParity;
-        private DevExpress.XtraLayout.LayoutControlItem cmbBaudRate1111;
-        private DevExpress.XtraEditors.SimpleButton btnStart;
+        private DevExpress.XtraEditors.SimpleButton button1;
         private DevExpress.XtraGrid.GridControl gcMx1;
         private DevExpress.XtraGrid.Views.Grid.GridView gvMx1;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
@@ -633,13 +549,13 @@
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn13;
         private UserControl.UcLookWorkline comLine;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
         private DevExpress.XtraEditors.MemoEdit txtMsg;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
+        private DevExpress.XtraLayout.LayoutControlItem cmbBaudRate1111;
+        private DevExpress.XtraEditors.SimpleButton button2;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3