From d5f80f2bae790fd13c159ff59568766b22495e30 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周日, 09 6月 2024 14:09:10 +0800 Subject: [PATCH] 修复bug --- DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_DataCaptureV3/FormMain.Designer.cs | 947 +++++++++++++++++++++++++++++++++------------------------- 1 files changed, 532 insertions(+), 415 deletions(-) diff --git a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_DataCaptureV3/FormMain.Designer.cs b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_DataCaptureV3/FormMain.Designer.cs index 6c7cc8e..4f3be0a 100644 --- a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_DataCaptureV3/FormMain.Designer.cs +++ b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_DataCaptureV3/FormMain.Designer.cs @@ -271,10 +271,11 @@ this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); - this.tabControl1.Location = new System.Drawing.Point(10, 10); + this.tabControl1.Location = new System.Drawing.Point(13, 12); + this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(1088, 583); + this.tabControl1.Size = new System.Drawing.Size(1451, 729); this.tabControl1.TabIndex = 0; // // tabPage5 @@ -282,10 +283,11 @@ this.tabPage5.Controls.Add(this.groupBox11); this.tabPage5.Controls.Add(this.button23); this.tabPage5.Controls.Add(this.button24); - this.tabPage5.Location = new System.Drawing.Point(4, 22); + this.tabPage5.Location = new System.Drawing.Point(4, 25); + this.tabPage5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPage5.Name = "tabPage5"; - this.tabPage5.Padding = new System.Windows.Forms.Padding(3); - this.tabPage5.Size = new System.Drawing.Size(1080, 557); + this.tabPage5.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabPage5.Size = new System.Drawing.Size(1443, 700); this.tabPage5.TabIndex = 4; this.tabPage5.Text = "绾跨▼鐩戞帶"; this.tabPage5.UseVisualStyleBackColor = true; @@ -296,9 +298,11 @@ | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox11.Controls.Add(this.dataGridView2); - this.groupBox11.Location = new System.Drawing.Point(3, 57); + this.groupBox11.Location = new System.Drawing.Point(4, 71); + this.groupBox11.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox11.Name = "groupBox11"; - this.groupBox11.Size = new System.Drawing.Size(1071, 478); + this.groupBox11.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox11.Size = new System.Drawing.Size(1428, 598); this.groupBox11.TabIndex = 5; this.groupBox11.TabStop = false; this.groupBox11.Text = "绾跨▼淇℃伅"; @@ -316,23 +320,29 @@ this.Column5, this.Column6}); this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill; - this.dataGridView2.Location = new System.Drawing.Point(3, 17); + this.dataGridView2.Location = new System.Drawing.Point(4, 22); + this.dataGridView2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dataGridView2.Name = "dataGridView2"; + this.dataGridView2.RowHeadersWidth = 51; this.dataGridView2.RowTemplate.Height = 23; - this.dataGridView2.Size = new System.Drawing.Size(1065, 458); + this.dataGridView2.Size = new System.Drawing.Size(1420, 572); this.dataGridView2.TabIndex = 0; // // Threadcode // this.Threadcode.DataPropertyName = "Threadcode"; this.Threadcode.HeaderText = "閲囬泦缂栧彿"; + this.Threadcode.MinimumWidth = 6; this.Threadcode.Name = "Threadcode"; + this.Threadcode.Width = 125; // // Threadcname // this.Threadcname.DataPropertyName = "Threadcname"; this.Threadcname.HeaderText = "閲囬泦鐐规弿杩�"; + this.Threadcname.MinimumWidth = 6; this.Threadcname.Name = "Threadcname"; + this.Threadcname.Width = 125; // // Column1 // @@ -340,7 +350,9 @@ dataGridViewCellStyle1.Format = "yyyy/MM/dd hh:mm:ss"; this.Column1.DefaultCellStyle = dataGridViewCellStyle1; this.Column1.HeaderText = "鏈�鏂版墽琛屾椂闂�"; + this.Column1.MinimumWidth = 6; this.Column1.Name = "Column1"; + this.Column1.Width = 125; // // Column2 // @@ -348,24 +360,31 @@ dataGridViewCellStyle2.Format = "yyyy/MM/dd hh:mm:ss"; this.Column2.DefaultCellStyle = dataGridViewCellStyle2; this.Column2.HeaderText = "鏈�鏂拌窇閫昏緫鏃堕棿"; + this.Column2.MinimumWidth = 6; this.Column2.Name = "Column2"; + this.Column2.Width = 125; // // Column3 // this.Column3.DataPropertyName = "ThreadId"; this.Column3.HeaderText = "绾跨▼ID"; + this.Column3.MinimumWidth = 6; this.Column3.Name = "Column3"; + this.Column3.Width = 125; // // Column4 // this.Column4.DataPropertyName = "ThreadFrequency"; this.Column4.HeaderText = "绾跨▼棰戠巼"; + this.Column4.MinimumWidth = 6; this.Column4.Name = "Column4"; + this.Column4.Width = 125; // // Column5 // this.Column5.DataPropertyName = "Remarks"; this.Column5.HeaderText = "澶囨敞"; + this.Column5.MinimumWidth = 6; this.Column5.Name = "Column5"; this.Column5.Width = 150; // @@ -373,14 +392,16 @@ // this.Column6.DataPropertyName = "ErrorMsg"; this.Column6.HeaderText = "寮傚父淇℃伅"; + this.Column6.MinimumWidth = 6; this.Column6.Name = "Column6"; this.Column6.Width = 200; // // button23 // - this.button23.Location = new System.Drawing.Point(285, 18); + this.button23.Location = new System.Drawing.Point(380, 22); + this.button23.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button23.Name = "button23"; - this.button23.Size = new System.Drawing.Size(146, 33); + this.button23.Size = new System.Drawing.Size(195, 41); this.button23.TabIndex = 4; this.button23.Text = "鍋滄鎵�鏈夐�変腑绾跨▼"; this.button23.UseVisualStyleBackColor = true; @@ -388,9 +409,10 @@ // // button24 // - this.button24.Location = new System.Drawing.Point(52, 18); + this.button24.Location = new System.Drawing.Point(69, 22); + this.button24.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button24.Name = "button24"; - this.button24.Size = new System.Drawing.Size(146, 33); + this.button24.Size = new System.Drawing.Size(195, 41); this.button24.TabIndex = 3; this.button24.Text = "鍚姩鎵�鏈夐�変腑绾跨▼"; this.button24.UseVisualStyleBackColor = true; @@ -422,19 +444,21 @@ this.tabPage1.Controls.Add(this.button16); this.tabPage1.Controls.Add(this.button26); this.tabPage1.Controls.Add(this.button1); - this.tabPage1.Location = new System.Drawing.Point(4, 22); + this.tabPage1.Location = new System.Drawing.Point(4, 25); + this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPage1.Name = "tabPage1"; - this.tabPage1.Padding = new System.Windows.Forms.Padding(3); - this.tabPage1.Size = new System.Drawing.Size(1080, 557); + this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabPage1.Size = new System.Drawing.Size(1443, 700); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "棣栭〉"; this.tabPage1.UseVisualStyleBackColor = true; // // button27 // - this.button27.Location = new System.Drawing.Point(502, 346); + this.button27.Location = new System.Drawing.Point(669, 432); + this.button27.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button27.Name = "button27"; - this.button27.Size = new System.Drawing.Size(75, 23); + this.button27.Size = new System.Drawing.Size(100, 29); this.button27.TabIndex = 18; this.button27.Text = "鏂囦欢鎵弿"; this.button27.UseVisualStyleBackColor = true; @@ -442,17 +466,19 @@ // // textBox12 // - this.textBox12.Location = new System.Drawing.Point(482, 44); + this.textBox12.Location = new System.Drawing.Point(643, 55); + this.textBox12.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox12.Name = "textBox12"; - this.textBox12.Size = new System.Drawing.Size(178, 21); + this.textBox12.Size = new System.Drawing.Size(236, 25); this.textBox12.TabIndex = 17; this.textBox12.Text = "DZ045L2104250100001A1A\n"; // // btnHMIWrite // - this.btnHMIWrite.Location = new System.Drawing.Point(267, 336); + this.btnHMIWrite.Location = new System.Drawing.Point(356, 420); + this.btnHMIWrite.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnHMIWrite.Name = "btnHMIWrite"; - this.btnHMIWrite.Size = new System.Drawing.Size(104, 23); + this.btnHMIWrite.Size = new System.Drawing.Size(139, 29); this.btnHMIWrite.TabIndex = 16; this.btnHMIWrite.Text = "HMI04鍐欏叆"; this.btnHMIWrite.UseVisualStyleBackColor = true; @@ -460,9 +486,10 @@ // // button17 // - this.button17.Location = new System.Drawing.Point(302, 272); + this.button17.Location = new System.Drawing.Point(403, 340); + this.button17.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button17.Name = "button17"; - this.button17.Size = new System.Drawing.Size(104, 23); + this.button17.Size = new System.Drawing.Size(139, 29); this.button17.TabIndex = 16; this.button17.Text = "OP8007鍛婅鐩戞帶"; this.button17.UseVisualStyleBackColor = true; @@ -470,9 +497,10 @@ // // button18 // - this.button18.Location = new System.Drawing.Point(302, 226); + this.button18.Location = new System.Drawing.Point(403, 282); + this.button18.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button18.Name = "button18"; - this.button18.Size = new System.Drawing.Size(104, 23); + this.button18.Size = new System.Drawing.Size(139, 29); this.button18.TabIndex = 15; this.button18.Text = "OP8005宸ュ簭瀹屾垚"; this.button18.UseVisualStyleBackColor = true; @@ -480,9 +508,10 @@ // // button19 // - this.button19.Location = new System.Drawing.Point(302, 197); + this.button19.Location = new System.Drawing.Point(403, 246); + this.button19.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button19.Name = "button19"; - this.button19.Size = new System.Drawing.Size(104, 23); + this.button19.Size = new System.Drawing.Size(139, 29); this.button19.TabIndex = 14; this.button19.Text = "OP8004 buyong"; this.button19.UseVisualStyleBackColor = true; @@ -490,9 +519,10 @@ // // button20 // - this.button20.Location = new System.Drawing.Point(302, 168); + this.button20.Location = new System.Drawing.Point(403, 210); + this.button20.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button20.Name = "button20"; - this.button20.Size = new System.Drawing.Size(104, 23); + this.button20.Size = new System.Drawing.Size(139, 29); this.button20.TabIndex = 13; this.button20.Text = "OP3003鎺ㄥ嚭"; this.button20.UseVisualStyleBackColor = true; @@ -500,9 +530,10 @@ // // button21 // - this.button21.Location = new System.Drawing.Point(302, 139); + this.button21.Location = new System.Drawing.Point(403, 174); + this.button21.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button21.Name = "button21"; - this.button21.Size = new System.Drawing.Size(104, 23); + this.button21.Size = new System.Drawing.Size(139, 29); this.button21.TabIndex = 12; this.button21.Text = "OP3002妫�娴嬪畬鎴�"; this.button21.UseVisualStyleBackColor = true; @@ -510,9 +541,10 @@ // // button22 // - this.button22.Location = new System.Drawing.Point(302, 110); + this.button22.Location = new System.Drawing.Point(403, 138); + this.button22.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button22.Name = "button22"; - this.button22.Size = new System.Drawing.Size(93, 23); + this.button22.Size = new System.Drawing.Size(124, 29); this.button22.TabIndex = 11; this.button22.Text = "OP8001璇荤爜"; this.button22.UseVisualStyleBackColor = true; @@ -520,9 +552,10 @@ // // btnHMI04Reading // - this.btnHMI04Reading.Location = new System.Drawing.Point(144, 336); + this.btnHMI04Reading.Location = new System.Drawing.Point(192, 420); + this.btnHMI04Reading.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnHMI04Reading.Name = "btnHMI04Reading"; - this.btnHMI04Reading.Size = new System.Drawing.Size(104, 23); + this.btnHMI04Reading.Size = new System.Drawing.Size(139, 29); this.btnHMI04Reading.TabIndex = 10; this.btnHMI04Reading.Text = "HMI04璇诲彇"; this.btnHMI04Reading.UseVisualStyleBackColor = true; @@ -530,9 +563,10 @@ // // button15 // - this.button15.Location = new System.Drawing.Point(144, 272); + this.button15.Location = new System.Drawing.Point(192, 340); + this.button15.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button15.Name = "button15"; - this.button15.Size = new System.Drawing.Size(104, 23); + this.button15.Size = new System.Drawing.Size(139, 29); this.button15.TabIndex = 10; this.button15.Text = "OP3007鍛婅鐩戞帶"; this.button15.UseVisualStyleBackColor = true; @@ -540,9 +574,10 @@ // // button14 // - this.button14.Location = new System.Drawing.Point(144, 226); + this.button14.Location = new System.Drawing.Point(192, 282); + this.button14.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button14.Name = "button14"; - this.button14.Size = new System.Drawing.Size(104, 23); + this.button14.Size = new System.Drawing.Size(139, 29); this.button14.TabIndex = 9; this.button14.Text = "OP3005宸ュ簭瀹屾垚"; this.button14.UseVisualStyleBackColor = true; @@ -550,9 +585,10 @@ // // button13 // - this.button13.Location = new System.Drawing.Point(144, 197); + this.button13.Location = new System.Drawing.Point(192, 246); + this.button13.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button13.Name = "button13"; - this.button13.Size = new System.Drawing.Size(104, 23); + this.button13.Size = new System.Drawing.Size(139, 29); this.button13.TabIndex = 8; this.button13.Text = "OP3004SPC鎺ㄥ嚭"; this.button13.UseVisualStyleBackColor = true; @@ -560,9 +596,10 @@ // // button12 // - this.button12.Location = new System.Drawing.Point(144, 168); + this.button12.Location = new System.Drawing.Point(192, 210); + this.button12.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button12.Name = "button12"; - this.button12.Size = new System.Drawing.Size(104, 23); + this.button12.Size = new System.Drawing.Size(139, 29); this.button12.TabIndex = 7; this.button12.Text = "OP3003鎺ㄥ嚭"; this.button12.UseVisualStyleBackColor = true; @@ -570,9 +607,10 @@ // // button11 // - this.button11.Location = new System.Drawing.Point(144, 139); + this.button11.Location = new System.Drawing.Point(192, 174); + this.button11.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button11.Name = "button11"; - this.button11.Size = new System.Drawing.Size(104, 23); + this.button11.Size = new System.Drawing.Size(139, 29); this.button11.TabIndex = 6; this.button11.Text = "OP3002妫�娴嬪畬鎴�"; this.button11.UseVisualStyleBackColor = true; @@ -580,9 +618,10 @@ // // button10 // - this.button10.Location = new System.Drawing.Point(144, 81); + this.button10.Location = new System.Drawing.Point(192, 101); + this.button10.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button10.Name = "button10"; - this.button10.Size = new System.Drawing.Size(93, 23); + this.button10.Size = new System.Drawing.Size(124, 29); this.button10.TabIndex = 5; this.button10.Text = "OP0501 璇荤爜"; this.button10.UseVisualStyleBackColor = true; @@ -590,9 +629,10 @@ // // button9 // - this.button9.Location = new System.Drawing.Point(144, 110); + this.button9.Location = new System.Drawing.Point(192, 138); + this.button9.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button9.Name = "button9"; - this.button9.Size = new System.Drawing.Size(93, 23); + this.button9.Size = new System.Drawing.Size(124, 29); this.button9.TabIndex = 4; this.button9.Text = "OP3001璇荤爜"; this.button9.UseVisualStyleBackColor = true; @@ -601,27 +641,30 @@ // label34 // this.label34.AutoSize = true; - this.label34.Location = new System.Drawing.Point(12, 44); + this.label34.Location = new System.Drawing.Point(16, 55); + this.label34.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label34.Name = "label34"; - this.label34.Size = new System.Drawing.Size(41, 12); + this.label34.Size = new System.Drawing.Size(52, 15); this.label34.TabIndex = 3; this.label34.Text = "宸ヤ欢鍙�"; // // textBox10 // - this.textBox10.Location = new System.Drawing.Point(59, 19); + this.textBox10.Location = new System.Drawing.Point(79, 24); + this.textBox10.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox10.Multiline = true; this.textBox10.Name = "textBox10"; - this.textBox10.Size = new System.Drawing.Size(356, 43); + this.textBox10.Size = new System.Drawing.Size(473, 53); this.textBox10.TabIndex = 2; this.textBox10.Text = "DZ045L2104250100001A1A\n"; // // button8 // this.button8.BackColor = System.Drawing.Color.OrangeRed; - this.button8.Location = new System.Drawing.Point(28, 81); + this.button8.Location = new System.Drawing.Point(37, 101); + this.button8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button8.Name = "button8"; - this.button8.Size = new System.Drawing.Size(75, 43); + this.button8.Size = new System.Drawing.Size(100, 54); this.button8.TabIndex = 1; this.button8.Text = "鍚姩妯℃嫙"; this.button8.UseVisualStyleBackColor = false; @@ -629,9 +672,10 @@ // // button25 // - this.button25.Location = new System.Drawing.Point(502, 263); + this.button25.Location = new System.Drawing.Point(669, 329); + this.button25.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button25.Name = "button25"; - this.button25.Size = new System.Drawing.Size(115, 23); + this.button25.Size = new System.Drawing.Size(153, 29); this.button25.TabIndex = 0; this.button25.Text = "鍚勭嚎绋嬪崟鐙祴璇�"; this.button25.UseVisualStyleBackColor = true; @@ -639,9 +683,10 @@ // // button16 // - this.button16.Location = new System.Drawing.Point(502, 197); + this.button16.Location = new System.Drawing.Point(669, 246); + this.button16.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button16.Name = "button16"; - this.button16.Size = new System.Drawing.Size(75, 23); + this.button16.Size = new System.Drawing.Size(100, 29); this.button16.TabIndex = 0; this.button16.Text = "button1"; this.button16.UseVisualStyleBackColor = true; @@ -649,9 +694,10 @@ // // button26 // - this.button26.Location = new System.Drawing.Point(675, 263); + this.button26.Location = new System.Drawing.Point(900, 329); + this.button26.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button26.Name = "button26"; - this.button26.Size = new System.Drawing.Size(75, 23); + this.button26.Size = new System.Drawing.Size(100, 29); this.button26.TabIndex = 0; this.button26.Text = "涓埆绾跨▼璋冭瘯"; this.button26.UseVisualStyleBackColor = true; @@ -659,9 +705,10 @@ // // button1 // - this.button1.Location = new System.Drawing.Point(482, 121); + this.button1.Location = new System.Drawing.Point(643, 151); + this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.Size = new System.Drawing.Size(100, 29); this.button1.TabIndex = 0; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = true; @@ -675,10 +722,11 @@ this.tabPage2.Controls.Add(this.btn_StopAllThread); this.tabPage2.Controls.Add(this.btn_StartUpAllThread); this.tabPage2.Controls.Add(this.groupBox1); - this.tabPage2.Location = new System.Drawing.Point(4, 22); + this.tabPage2.Location = new System.Drawing.Point(4, 25); + this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPage2.Name = "tabPage2"; - this.tabPage2.Padding = new System.Windows.Forms.Padding(3); - this.tabPage2.Size = new System.Drawing.Size(1080, 557); + this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabPage2.Size = new System.Drawing.Size(1443, 700); this.tabPage2.TabIndex = 1; this.tabPage2.Text = " 绾跨▼鎺у埗"; this.tabPage2.UseVisualStyleBackColor = true; @@ -686,9 +734,11 @@ // groupBox10 // this.groupBox10.Controls.Add(this.panel4); - this.groupBox10.Location = new System.Drawing.Point(385, 95); + this.groupBox10.Location = new System.Drawing.Point(513, 119); + this.groupBox10.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox10.Name = "groupBox10"; - this.groupBox10.Size = new System.Drawing.Size(675, 229); + this.groupBox10.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox10.Size = new System.Drawing.Size(900, 286); this.groupBox10.TabIndex = 5; this.groupBox10.TabStop = false; this.groupBox10.Text = "HMI"; @@ -717,10 +767,10 @@ this.panel4.Controls.Add(this.ckHMIOP1040Reading); this.panel4.Controls.Add(this.lbl_Alert_HMIOP104002); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel4.Location = new System.Drawing.Point(3, 17); + this.panel4.Location = new System.Drawing.Point(4, 22); this.panel4.Margin = new System.Windows.Forms.Padding(0); this.panel4.Name = "panel4"; - this.panel4.Size = new System.Drawing.Size(669, 209); + this.panel4.Size = new System.Drawing.Size(892, 260); this.panel4.TabIndex = 21; // // HMIOP60Write @@ -728,10 +778,10 @@ this.HMIOP60Write.AutoSize = true; this.HMIOP60Write.Checked = true; this.HMIOP60Write.CheckState = System.Windows.Forms.CheckState.Checked; - this.HMIOP60Write.Location = new System.Drawing.Point(12, 191); - this.HMIOP60Write.Margin = new System.Windows.Forms.Padding(2); + this.HMIOP60Write.Location = new System.Drawing.Point(16, 239); + this.HMIOP60Write.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.HMIOP60Write.Name = "HMIOP60Write"; - this.HMIOP60Write.Size = new System.Drawing.Size(114, 16); + this.HMIOP60Write.Size = new System.Drawing.Size(145, 19); this.HMIOP60Write.TabIndex = 13; this.HMIOP60Write.Text = "HMIOP60鍐欏叆鐩戞帶"; this.HMIOP60Write.UseVisualStyleBackColor = true; @@ -741,10 +791,10 @@ this.HMIOP50Write.AutoSize = true; this.HMIOP50Write.Checked = true; this.HMIOP50Write.CheckState = System.Windows.Forms.CheckState.Checked; - this.HMIOP50Write.Location = new System.Drawing.Point(12, 170); - this.HMIOP50Write.Margin = new System.Windows.Forms.Padding(2); + this.HMIOP50Write.Location = new System.Drawing.Point(16, 212); + this.HMIOP50Write.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.HMIOP50Write.Name = "HMIOP50Write"; - this.HMIOP50Write.Size = new System.Drawing.Size(114, 16); + this.HMIOP50Write.Size = new System.Drawing.Size(145, 19); this.HMIOP50Write.TabIndex = 13; this.HMIOP50Write.Text = "HMIOP50鍐欏叆鐩戞帶"; this.HMIOP50Write.UseVisualStyleBackColor = true; @@ -754,10 +804,10 @@ this.HMIOP3035Write.AutoSize = true; this.HMIOP3035Write.Checked = true; this.HMIOP3035Write.CheckState = System.Windows.Forms.CheckState.Checked; - this.HMIOP3035Write.Location = new System.Drawing.Point(12, 149); - this.HMIOP3035Write.Margin = new System.Windows.Forms.Padding(2); + this.HMIOP3035Write.Location = new System.Drawing.Point(16, 186); + this.HMIOP3035Write.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.HMIOP3035Write.Name = "HMIOP3035Write"; - this.HMIOP3035Write.Size = new System.Drawing.Size(126, 16); + this.HMIOP3035Write.Size = new System.Drawing.Size(161, 19); this.HMIOP3035Write.TabIndex = 13; this.HMIOP3035Write.Text = "HMIOP3035鍐欏叆鐩戞帶"; this.HMIOP3035Write.UseVisualStyleBackColor = true; @@ -767,10 +817,10 @@ this.HMIOP20Write.AutoSize = true; this.HMIOP20Write.Checked = true; this.HMIOP20Write.CheckState = System.Windows.Forms.CheckState.Checked; - this.HMIOP20Write.Location = new System.Drawing.Point(12, 128); - this.HMIOP20Write.Margin = new System.Windows.Forms.Padding(2); + this.HMIOP20Write.Location = new System.Drawing.Point(16, 160); + this.HMIOP20Write.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.HMIOP20Write.Name = "HMIOP20Write"; - this.HMIOP20Write.Size = new System.Drawing.Size(114, 16); + this.HMIOP20Write.Size = new System.Drawing.Size(145, 19); this.HMIOP20Write.TabIndex = 13; this.HMIOP20Write.Text = "HMIOP20鍐欏叆鐩戞帶"; this.HMIOP20Write.UseVisualStyleBackColor = true; @@ -780,10 +830,10 @@ this.HMIOP1040Write.AutoSize = true; this.HMIOP1040Write.Checked = true; this.HMIOP1040Write.CheckState = System.Windows.Forms.CheckState.Checked; - this.HMIOP1040Write.Location = new System.Drawing.Point(12, 107); - this.HMIOP1040Write.Margin = new System.Windows.Forms.Padding(2); + this.HMIOP1040Write.Location = new System.Drawing.Point(16, 134); + this.HMIOP1040Write.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.HMIOP1040Write.Name = "HMIOP1040Write"; - this.HMIOP1040Write.Size = new System.Drawing.Size(126, 16); + this.HMIOP1040Write.Size = new System.Drawing.Size(161, 19); this.HMIOP1040Write.TabIndex = 13; this.HMIOP1040Write.Text = "HMIOP1040鍐欏叆鐩戞帶"; this.HMIOP1040Write.UseVisualStyleBackColor = true; @@ -793,10 +843,9 @@ this.lbl_Alert_HMIOP6001.AutoSize = true; this.lbl_Alert_HMIOP6001.BackColor = System.Drawing.Color.White; this.lbl_Alert_HMIOP6001.ForeColor = System.Drawing.Color.Red; - this.lbl_Alert_HMIOP6001.Location = new System.Drawing.Point(275, 87); - this.lbl_Alert_HMIOP6001.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alert_HMIOP6001.Location = new System.Drawing.Point(367, 109); this.lbl_Alert_HMIOP6001.Name = "lbl_Alert_HMIOP6001"; - this.lbl_Alert_HMIOP6001.Size = new System.Drawing.Size(41, 12); + this.lbl_Alert_HMIOP6001.Size = new System.Drawing.Size(52, 15); this.lbl_Alert_HMIOP6001.TabIndex = 14; this.lbl_Alert_HMIOP6001.Text = "鏈繛鎺�"; // @@ -805,10 +854,10 @@ this.ckHMIOP60Reading.AutoSize = true; this.ckHMIOP60Reading.Checked = true; this.ckHMIOP60Reading.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckHMIOP60Reading.Location = new System.Drawing.Point(12, 86); - this.ckHMIOP60Reading.Margin = new System.Windows.Forms.Padding(2); + this.ckHMIOP60Reading.Location = new System.Drawing.Point(16, 108); + this.ckHMIOP60Reading.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckHMIOP60Reading.Name = "ckHMIOP60Reading"; - this.ckHMIOP60Reading.Size = new System.Drawing.Size(114, 16); + this.ckHMIOP60Reading.Size = new System.Drawing.Size(145, 19); this.ckHMIOP60Reading.TabIndex = 15; this.ckHMIOP60Reading.Text = "HMIOP60璇诲彇鐩戞帶"; this.ckHMIOP60Reading.UseVisualStyleBackColor = true; @@ -818,10 +867,9 @@ this.lbl_Alert_HMIOP5001.AutoSize = true; this.lbl_Alert_HMIOP5001.BackColor = System.Drawing.Color.White; this.lbl_Alert_HMIOP5001.ForeColor = System.Drawing.Color.Red; - this.lbl_Alert_HMIOP5001.Location = new System.Drawing.Point(275, 67); - this.lbl_Alert_HMIOP5001.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alert_HMIOP5001.Location = new System.Drawing.Point(367, 84); this.lbl_Alert_HMIOP5001.Name = "lbl_Alert_HMIOP5001"; - this.lbl_Alert_HMIOP5001.Size = new System.Drawing.Size(41, 12); + this.lbl_Alert_HMIOP5001.Size = new System.Drawing.Size(52, 15); this.lbl_Alert_HMIOP5001.TabIndex = 14; this.lbl_Alert_HMIOP5001.Text = "鏈繛鎺�"; // @@ -830,10 +878,10 @@ this.ckHMIOP50Reading.AutoSize = true; this.ckHMIOP50Reading.Checked = true; this.ckHMIOP50Reading.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckHMIOP50Reading.Location = new System.Drawing.Point(12, 65); - this.ckHMIOP50Reading.Margin = new System.Windows.Forms.Padding(2); + this.ckHMIOP50Reading.Location = new System.Drawing.Point(16, 81); + this.ckHMIOP50Reading.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckHMIOP50Reading.Name = "ckHMIOP50Reading"; - this.ckHMIOP50Reading.Size = new System.Drawing.Size(114, 16); + this.ckHMIOP50Reading.Size = new System.Drawing.Size(145, 19); this.ckHMIOP50Reading.TabIndex = 15; this.ckHMIOP50Reading.Text = "HMIOP50璇诲彇鐩戞帶"; this.ckHMIOP50Reading.UseVisualStyleBackColor = true; @@ -843,10 +891,9 @@ this.lbl_Alert_HMIOP303501.AutoSize = true; this.lbl_Alert_HMIOP303501.BackColor = System.Drawing.Color.White; this.lbl_Alert_HMIOP303501.ForeColor = System.Drawing.Color.Red; - this.lbl_Alert_HMIOP303501.Location = new System.Drawing.Point(275, 45); - this.lbl_Alert_HMIOP303501.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alert_HMIOP303501.Location = new System.Drawing.Point(367, 56); this.lbl_Alert_HMIOP303501.Name = "lbl_Alert_HMIOP303501"; - this.lbl_Alert_HMIOP303501.Size = new System.Drawing.Size(41, 12); + this.lbl_Alert_HMIOP303501.Size = new System.Drawing.Size(52, 15); this.lbl_Alert_HMIOP303501.TabIndex = 14; this.lbl_Alert_HMIOP303501.Text = "鏈繛鎺�"; // @@ -855,10 +902,10 @@ this.ckHMIOP3035Reading.AutoSize = true; this.ckHMIOP3035Reading.Checked = true; this.ckHMIOP3035Reading.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckHMIOP3035Reading.Location = new System.Drawing.Point(12, 44); - this.ckHMIOP3035Reading.Margin = new System.Windows.Forms.Padding(2); + this.ckHMIOP3035Reading.Location = new System.Drawing.Point(16, 55); + this.ckHMIOP3035Reading.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckHMIOP3035Reading.Name = "ckHMIOP3035Reading"; - this.ckHMIOP3035Reading.Size = new System.Drawing.Size(126, 16); + this.ckHMIOP3035Reading.Size = new System.Drawing.Size(161, 19); this.ckHMIOP3035Reading.TabIndex = 15; this.ckHMIOP3035Reading.Text = "HMIOP3035璇诲彇鐩戞帶"; this.ckHMIOP3035Reading.UseVisualStyleBackColor = true; @@ -868,10 +915,9 @@ this.lbl_Alert_HMIOP6002.AutoSize = true; this.lbl_Alert_HMIOP6002.BackColor = System.Drawing.Color.White; this.lbl_Alert_HMIOP6002.ForeColor = System.Drawing.Color.Red; - this.lbl_Alert_HMIOP6002.Location = new System.Drawing.Point(275, 193); - this.lbl_Alert_HMIOP6002.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alert_HMIOP6002.Location = new System.Drawing.Point(367, 241); this.lbl_Alert_HMIOP6002.Name = "lbl_Alert_HMIOP6002"; - this.lbl_Alert_HMIOP6002.Size = new System.Drawing.Size(41, 12); + this.lbl_Alert_HMIOP6002.Size = new System.Drawing.Size(52, 15); this.lbl_Alert_HMIOP6002.TabIndex = 18; this.lbl_Alert_HMIOP6002.Text = "鏈繛鎺�"; // @@ -880,10 +926,9 @@ this.lbl_Alert_HMIOP2001.AutoSize = true; this.lbl_Alert_HMIOP2001.BackColor = System.Drawing.Color.White; this.lbl_Alert_HMIOP2001.ForeColor = System.Drawing.Color.Red; - this.lbl_Alert_HMIOP2001.Location = new System.Drawing.Point(275, 24); - this.lbl_Alert_HMIOP2001.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alert_HMIOP2001.Location = new System.Drawing.Point(367, 30); this.lbl_Alert_HMIOP2001.Name = "lbl_Alert_HMIOP2001"; - this.lbl_Alert_HMIOP2001.Size = new System.Drawing.Size(41, 12); + this.lbl_Alert_HMIOP2001.Size = new System.Drawing.Size(52, 15); this.lbl_Alert_HMIOP2001.TabIndex = 14; this.lbl_Alert_HMIOP2001.Text = "鏈繛鎺�"; // @@ -892,10 +937,9 @@ this.lbl_Alert_HMIOP5002.AutoSize = true; this.lbl_Alert_HMIOP5002.BackColor = System.Drawing.Color.White; this.lbl_Alert_HMIOP5002.ForeColor = System.Drawing.Color.Red; - this.lbl_Alert_HMIOP5002.Location = new System.Drawing.Point(275, 172); - this.lbl_Alert_HMIOP5002.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alert_HMIOP5002.Location = new System.Drawing.Point(367, 215); this.lbl_Alert_HMIOP5002.Name = "lbl_Alert_HMIOP5002"; - this.lbl_Alert_HMIOP5002.Size = new System.Drawing.Size(41, 12); + this.lbl_Alert_HMIOP5002.Size = new System.Drawing.Size(52, 15); this.lbl_Alert_HMIOP5002.TabIndex = 18; this.lbl_Alert_HMIOP5002.Text = "鏈繛鎺�"; // @@ -904,10 +948,10 @@ this.ckHMIOP20Reading.AutoSize = true; this.ckHMIOP20Reading.Checked = true; this.ckHMIOP20Reading.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckHMIOP20Reading.Location = new System.Drawing.Point(12, 23); - this.ckHMIOP20Reading.Margin = new System.Windows.Forms.Padding(2); + this.ckHMIOP20Reading.Location = new System.Drawing.Point(16, 29); + this.ckHMIOP20Reading.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckHMIOP20Reading.Name = "ckHMIOP20Reading"; - this.ckHMIOP20Reading.Size = new System.Drawing.Size(114, 16); + this.ckHMIOP20Reading.Size = new System.Drawing.Size(145, 19); this.ckHMIOP20Reading.TabIndex = 15; this.ckHMIOP20Reading.Text = "HMIOP20璇诲彇鐩戞帶"; this.ckHMIOP20Reading.UseVisualStyleBackColor = true; @@ -917,10 +961,9 @@ this.lbl_Alert_HMIOP303502.AutoSize = true; this.lbl_Alert_HMIOP303502.BackColor = System.Drawing.Color.White; this.lbl_Alert_HMIOP303502.ForeColor = System.Drawing.Color.Red; - this.lbl_Alert_HMIOP303502.Location = new System.Drawing.Point(275, 151); - this.lbl_Alert_HMIOP303502.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alert_HMIOP303502.Location = new System.Drawing.Point(367, 189); this.lbl_Alert_HMIOP303502.Name = "lbl_Alert_HMIOP303502"; - this.lbl_Alert_HMIOP303502.Size = new System.Drawing.Size(41, 12); + this.lbl_Alert_HMIOP303502.Size = new System.Drawing.Size(52, 15); this.lbl_Alert_HMIOP303502.TabIndex = 18; this.lbl_Alert_HMIOP303502.Text = "鏈繛鎺�"; // @@ -929,10 +972,9 @@ this.lbl_Alert_HMIOP104001.AutoSize = true; this.lbl_Alert_HMIOP104001.BackColor = System.Drawing.Color.White; this.lbl_Alert_HMIOP104001.ForeColor = System.Drawing.Color.Red; - this.lbl_Alert_HMIOP104001.Location = new System.Drawing.Point(275, 3); - this.lbl_Alert_HMIOP104001.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alert_HMIOP104001.Location = new System.Drawing.Point(367, 4); this.lbl_Alert_HMIOP104001.Name = "lbl_Alert_HMIOP104001"; - this.lbl_Alert_HMIOP104001.Size = new System.Drawing.Size(41, 12); + this.lbl_Alert_HMIOP104001.Size = new System.Drawing.Size(52, 15); this.lbl_Alert_HMIOP104001.TabIndex = 14; this.lbl_Alert_HMIOP104001.Text = "鏈繛鎺�"; // @@ -941,10 +983,9 @@ this.lbl_Alert_HMIOP2002.AutoSize = true; this.lbl_Alert_HMIOP2002.BackColor = System.Drawing.Color.White; this.lbl_Alert_HMIOP2002.ForeColor = System.Drawing.Color.Red; - this.lbl_Alert_HMIOP2002.Location = new System.Drawing.Point(275, 130); - this.lbl_Alert_HMIOP2002.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alert_HMIOP2002.Location = new System.Drawing.Point(367, 162); this.lbl_Alert_HMIOP2002.Name = "lbl_Alert_HMIOP2002"; - this.lbl_Alert_HMIOP2002.Size = new System.Drawing.Size(41, 12); + this.lbl_Alert_HMIOP2002.Size = new System.Drawing.Size(52, 15); this.lbl_Alert_HMIOP2002.TabIndex = 18; this.lbl_Alert_HMIOP2002.Text = "鏈繛鎺�"; // @@ -953,10 +994,10 @@ this.ckHMIOP1040Reading.AutoSize = true; this.ckHMIOP1040Reading.Checked = true; this.ckHMIOP1040Reading.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckHMIOP1040Reading.Location = new System.Drawing.Point(12, 2); - this.ckHMIOP1040Reading.Margin = new System.Windows.Forms.Padding(2); + this.ckHMIOP1040Reading.Location = new System.Drawing.Point(16, 2); + this.ckHMIOP1040Reading.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckHMIOP1040Reading.Name = "ckHMIOP1040Reading"; - this.ckHMIOP1040Reading.Size = new System.Drawing.Size(126, 16); + this.ckHMIOP1040Reading.Size = new System.Drawing.Size(161, 19); this.ckHMIOP1040Reading.TabIndex = 15; this.ckHMIOP1040Reading.Text = "HMIOP1040璇诲彇鐩戞帶"; this.ckHMIOP1040Reading.UseVisualStyleBackColor = true; @@ -966,19 +1007,20 @@ this.lbl_Alert_HMIOP104002.AutoSize = true; this.lbl_Alert_HMIOP104002.BackColor = System.Drawing.Color.White; this.lbl_Alert_HMIOP104002.ForeColor = System.Drawing.Color.Red; - this.lbl_Alert_HMIOP104002.Location = new System.Drawing.Point(275, 109); - this.lbl_Alert_HMIOP104002.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alert_HMIOP104002.Location = new System.Drawing.Point(367, 136); this.lbl_Alert_HMIOP104002.Name = "lbl_Alert_HMIOP104002"; - this.lbl_Alert_HMIOP104002.Size = new System.Drawing.Size(41, 12); + this.lbl_Alert_HMIOP104002.Size = new System.Drawing.Size(52, 15); this.lbl_Alert_HMIOP104002.TabIndex = 18; this.lbl_Alert_HMIOP104002.Text = "鏈繛鎺�"; // // groupBox3 // this.groupBox3.Controls.Add(this.panel3); - this.groupBox3.Location = new System.Drawing.Point(6, 354); + this.groupBox3.Location = new System.Drawing.Point(8, 442); + this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox3.Name = "groupBox3"; - this.groupBox3.Size = new System.Drawing.Size(335, 169); + this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox3.Size = new System.Drawing.Size(447, 211); this.groupBox3.TabIndex = 4; this.groupBox3.TabStop = false; this.groupBox3.Text = "OP30"; @@ -1001,9 +1043,10 @@ this.panel3.Controls.Add(this.checkBox7); this.panel3.Controls.Add(this.label9); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel3.Location = new System.Drawing.Point(3, 17); + this.panel3.Location = new System.Drawing.Point(4, 22); + this.panel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(329, 149); + this.panel3.Size = new System.Drawing.Size(439, 185); this.panel3.TabIndex = 23; // // label35 @@ -1011,10 +1054,9 @@ this.label35.AutoSize = true; this.label35.BackColor = System.Drawing.Color.White; this.label35.ForeColor = System.Drawing.Color.Red; - this.label35.Location = new System.Drawing.Point(168, 126); - this.label35.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label35.Location = new System.Drawing.Point(224, 158); this.label35.Name = "label35"; - this.label35.Size = new System.Drawing.Size(41, 12); + this.label35.Size = new System.Drawing.Size(52, 15); this.label35.TabIndex = 30; this.label35.Text = "鏈繛鎺�"; // @@ -1023,10 +1065,10 @@ this.checkBox1.AutoSize = true; this.checkBox1.Checked = true; this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBox1.Location = new System.Drawing.Point(12, 125); - this.checkBox1.Margin = new System.Windows.Forms.Padding(2); + this.checkBox1.Location = new System.Drawing.Point(16, 156); + this.checkBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBox1.Name = "checkBox1"; - this.checkBox1.Size = new System.Drawing.Size(72, 16); + this.checkBox1.Size = new System.Drawing.Size(89, 19); this.checkBox1.TabIndex = 29; this.checkBox1.Text = "蹇冭烦鐩戞帶"; this.checkBox1.UseVisualStyleBackColor = true; @@ -1036,10 +1078,9 @@ this.label36.AutoSize = true; this.label36.BackColor = System.Drawing.Color.White; this.label36.ForeColor = System.Drawing.Color.Red; - this.label36.Location = new System.Drawing.Point(168, 106); - this.label36.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label36.Location = new System.Drawing.Point(224, 132); this.label36.Name = "label36"; - this.label36.Size = new System.Drawing.Size(41, 12); + this.label36.Size = new System.Drawing.Size(52, 15); this.label36.TabIndex = 28; this.label36.Text = "鏈繛鎺�"; // @@ -1048,10 +1089,10 @@ this.checkBox2.AutoSize = true; this.checkBox2.Checked = true; this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBox2.Location = new System.Drawing.Point(12, 105); - this.checkBox2.Margin = new System.Windows.Forms.Padding(2); + this.checkBox2.Location = new System.Drawing.Point(16, 131); + this.checkBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBox2.Name = "checkBox2"; - this.checkBox2.Size = new System.Drawing.Size(96, 16); + this.checkBox2.Size = new System.Drawing.Size(119, 19); this.checkBox2.TabIndex = 27; this.checkBox2.Text = "鎶ヨ淇℃伅鐩戞帶"; this.checkBox2.UseVisualStyleBackColor = true; @@ -1061,10 +1102,10 @@ this.checkBox10.AutoSize = true; this.checkBox10.Checked = true; this.checkBox10.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBox10.Location = new System.Drawing.Point(13, 4); - this.checkBox10.Margin = new System.Windows.Forms.Padding(2); + this.checkBox10.Location = new System.Drawing.Point(17, 5); + this.checkBox10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBox10.Name = "checkBox10"; - this.checkBox10.Size = new System.Drawing.Size(96, 16); + this.checkBox10.Size = new System.Drawing.Size(119, 19); this.checkBox10.TabIndex = 13; this.checkBox10.Text = "璇荤爜瀹屾垚鐩戞帶"; this.checkBox10.UseVisualStyleBackColor = true; @@ -1074,10 +1115,9 @@ this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.White; this.label6.ForeColor = System.Drawing.Color.Red; - this.label6.Location = new System.Drawing.Point(169, 85); - this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label6.Location = new System.Drawing.Point(225, 106); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(41, 12); + this.label6.Size = new System.Drawing.Size(52, 15); this.label6.TabIndex = 22; this.label6.Text = "鏈繛鎺�"; // @@ -1086,10 +1126,9 @@ this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.White; this.label10.ForeColor = System.Drawing.Color.Red; - this.label10.Location = new System.Drawing.Point(169, 4); - this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label10.Location = new System.Drawing.Point(225, 5); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(41, 12); + this.label10.Size = new System.Drawing.Size(52, 15); this.label10.TabIndex = 14; this.label10.Text = "鏈繛鎺�"; // @@ -1098,10 +1137,10 @@ this.checkBox6.AutoSize = true; this.checkBox6.Checked = true; this.checkBox6.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBox6.Location = new System.Drawing.Point(13, 84); - this.checkBox6.Margin = new System.Windows.Forms.Padding(2); + this.checkBox6.Location = new System.Drawing.Point(17, 105); + this.checkBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBox6.Name = "checkBox6"; - this.checkBox6.Size = new System.Drawing.Size(96, 16); + this.checkBox6.Size = new System.Drawing.Size(119, 19); this.checkBox6.TabIndex = 21; this.checkBox6.Text = "宸ュ簭瀹屾垚鐩戞帶"; this.checkBox6.UseVisualStyleBackColor = true; @@ -1111,10 +1150,10 @@ this.checkBox9.AutoSize = true; this.checkBox9.Checked = true; this.checkBox9.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBox9.Location = new System.Drawing.Point(13, 24); - this.checkBox9.Margin = new System.Windows.Forms.Padding(2); + this.checkBox9.Location = new System.Drawing.Point(17, 30); + this.checkBox9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBox9.Name = "checkBox9"; - this.checkBox9.Size = new System.Drawing.Size(96, 16); + this.checkBox9.Size = new System.Drawing.Size(119, 19); this.checkBox9.TabIndex = 15; this.checkBox9.Text = "娴嬮噺瀹屾垚鐩戞帶"; this.checkBox9.UseVisualStyleBackColor = true; @@ -1124,10 +1163,9 @@ this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.White; this.label7.ForeColor = System.Drawing.Color.Red; - this.label7.Location = new System.Drawing.Point(169, 65); - this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label7.Location = new System.Drawing.Point(225, 81); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(41, 12); + this.label7.Size = new System.Drawing.Size(52, 15); this.label7.TabIndex = 20; this.label7.Text = "鏈繛鎺�"; // @@ -1136,10 +1174,10 @@ this.checkBox8.AutoSize = true; this.checkBox8.Checked = true; this.checkBox8.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBox8.Location = new System.Drawing.Point(13, 44); - this.checkBox8.Margin = new System.Windows.Forms.Padding(2); + this.checkBox8.Location = new System.Drawing.Point(17, 55); + this.checkBox8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBox8.Name = "checkBox8"; - this.checkBox8.Size = new System.Drawing.Size(96, 16); + this.checkBox8.Size = new System.Drawing.Size(119, 19); this.checkBox8.TabIndex = 16; this.checkBox8.Text = "宸ヤ欢鎺ㄥ嚭鐩戞帶"; this.checkBox8.UseVisualStyleBackColor = true; @@ -1149,10 +1187,9 @@ this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.White; this.label8.ForeColor = System.Drawing.Color.Red; - this.label8.Location = new System.Drawing.Point(169, 44); - this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label8.Location = new System.Drawing.Point(225, 55); this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(41, 12); + this.label8.Size = new System.Drawing.Size(52, 15); this.label8.TabIndex = 19; this.label8.Text = "鏈繛鎺�"; // @@ -1161,10 +1198,10 @@ this.checkBox7.AutoSize = true; this.checkBox7.Checked = true; this.checkBox7.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBox7.Location = new System.Drawing.Point(13, 64); - this.checkBox7.Margin = new System.Windows.Forms.Padding(2); + this.checkBox7.Location = new System.Drawing.Point(17, 80); + this.checkBox7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBox7.Name = "checkBox7"; - this.checkBox7.Size = new System.Drawing.Size(114, 16); + this.checkBox7.Size = new System.Drawing.Size(143, 19); this.checkBox7.TabIndex = 17; this.checkBox7.Text = "宸ヤ欢SPC鎺ㄥ嚭鐩戞帶"; this.checkBox7.UseVisualStyleBackColor = true; @@ -1174,19 +1211,20 @@ this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.Color.White; this.label9.ForeColor = System.Drawing.Color.Red; - this.label9.Location = new System.Drawing.Point(169, 25); - this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label9.Location = new System.Drawing.Point(225, 31); this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(41, 12); + this.label9.Size = new System.Drawing.Size(52, 15); this.label9.TabIndex = 18; this.label9.Text = "鏈繛鎺�"; // // groupBox2 // this.groupBox2.Controls.Add(this.panel2); - this.groupBox2.Location = new System.Drawing.Point(6, 188); + this.groupBox2.Location = new System.Drawing.Point(8, 235); + this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(335, 163); + this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox2.Size = new System.Drawing.Size(447, 204); this.groupBox2.TabIndex = 3; this.groupBox2.TabStop = false; this.groupBox2.Text = "OP20"; @@ -1209,9 +1247,10 @@ this.panel2.Controls.Add(this.lbl_Alter_OP2002); this.panel2.Controls.Add(this.lbl_Alter_OP2003); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel2.Location = new System.Drawing.Point(3, 17); + this.panel2.Location = new System.Drawing.Point(4, 22); + this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(329, 143); + this.panel2.Size = new System.Drawing.Size(439, 178); this.panel2.TabIndex = 25; // // lbl_Alter_OP2007 @@ -1219,10 +1258,9 @@ this.lbl_Alter_OP2007.AutoSize = true; this.lbl_Alter_OP2007.BackColor = System.Drawing.Color.White; this.lbl_Alter_OP2007.ForeColor = System.Drawing.Color.Red; - this.lbl_Alter_OP2007.Location = new System.Drawing.Point(170, 123); - this.lbl_Alter_OP2007.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alter_OP2007.Location = new System.Drawing.Point(227, 154); this.lbl_Alter_OP2007.Name = "lbl_Alter_OP2007"; - this.lbl_Alter_OP2007.Size = new System.Drawing.Size(41, 12); + this.lbl_Alter_OP2007.Size = new System.Drawing.Size(52, 15); this.lbl_Alter_OP2007.TabIndex = 26; this.lbl_Alter_OP2007.Text = "鏈繛鎺�"; // @@ -1231,10 +1269,10 @@ this.ckBOP2007.AutoSize = true; this.ckBOP2007.Checked = true; this.ckBOP2007.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckBOP2007.Location = new System.Drawing.Point(14, 122); - this.ckBOP2007.Margin = new System.Windows.Forms.Padding(2); + this.ckBOP2007.Location = new System.Drawing.Point(19, 152); + this.ckBOP2007.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckBOP2007.Name = "ckBOP2007"; - this.ckBOP2007.Size = new System.Drawing.Size(72, 16); + this.ckBOP2007.Size = new System.Drawing.Size(89, 19); this.ckBOP2007.TabIndex = 25; this.ckBOP2007.Text = "蹇冭烦鐩戞帶"; this.ckBOP2007.UseVisualStyleBackColor = true; @@ -1244,10 +1282,10 @@ this.ckBOP2001.AutoSize = true; this.ckBOP2001.Checked = true; this.ckBOP2001.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckBOP2001.Location = new System.Drawing.Point(14, 2); - this.ckBOP2001.Margin = new System.Windows.Forms.Padding(2); + this.ckBOP2001.Location = new System.Drawing.Point(19, 2); + this.ckBOP2001.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckBOP2001.Name = "ckBOP2001"; - this.ckBOP2001.Size = new System.Drawing.Size(96, 16); + this.ckBOP2001.Size = new System.Drawing.Size(119, 19); this.ckBOP2001.TabIndex = 13; this.ckBOP2001.Text = "璇荤爜瀹屾垚鐩戞帶"; this.ckBOP2001.UseVisualStyleBackColor = true; @@ -1257,10 +1295,9 @@ this.lbl_Alter_OP2006.AutoSize = true; this.lbl_Alter_OP2006.BackColor = System.Drawing.Color.White; this.lbl_Alter_OP2006.ForeColor = System.Drawing.Color.Red; - this.lbl_Alter_OP2006.Location = new System.Drawing.Point(170, 103); - this.lbl_Alter_OP2006.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alter_OP2006.Location = new System.Drawing.Point(227, 129); this.lbl_Alter_OP2006.Name = "lbl_Alter_OP2006"; - this.lbl_Alter_OP2006.Size = new System.Drawing.Size(41, 12); + this.lbl_Alter_OP2006.Size = new System.Drawing.Size(52, 15); this.lbl_Alter_OP2006.TabIndex = 24; this.lbl_Alter_OP2006.Text = "鏈繛鎺�"; // @@ -1269,10 +1306,9 @@ this.lbl_Alter_OP2001.AutoSize = true; this.lbl_Alter_OP2001.BackColor = System.Drawing.Color.White; this.lbl_Alter_OP2001.ForeColor = System.Drawing.Color.Red; - this.lbl_Alter_OP2001.Location = new System.Drawing.Point(170, 2); - this.lbl_Alter_OP2001.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alter_OP2001.Location = new System.Drawing.Point(227, 2); this.lbl_Alter_OP2001.Name = "lbl_Alter_OP2001"; - this.lbl_Alter_OP2001.Size = new System.Drawing.Size(41, 12); + this.lbl_Alter_OP2001.Size = new System.Drawing.Size(52, 15); this.lbl_Alter_OP2001.TabIndex = 14; this.lbl_Alter_OP2001.Text = "鏈繛鎺�"; // @@ -1281,10 +1317,10 @@ this.ckBOP2006.AutoSize = true; this.ckBOP2006.Checked = true; this.ckBOP2006.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckBOP2006.Location = new System.Drawing.Point(14, 102); - this.ckBOP2006.Margin = new System.Windows.Forms.Padding(2); + this.ckBOP2006.Location = new System.Drawing.Point(19, 128); + this.ckBOP2006.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckBOP2006.Name = "ckBOP2006"; - this.ckBOP2006.Size = new System.Drawing.Size(96, 16); + this.ckBOP2006.Size = new System.Drawing.Size(119, 19); this.ckBOP2006.TabIndex = 23; this.ckBOP2006.Text = "鎶ヨ淇℃伅鐩戞帶"; this.ckBOP2006.UseVisualStyleBackColor = true; @@ -1294,10 +1330,10 @@ this.ckBOP2002.AutoSize = true; this.ckBOP2002.Checked = true; this.ckBOP2002.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckBOP2002.Location = new System.Drawing.Point(14, 22); - this.ckBOP2002.Margin = new System.Windows.Forms.Padding(2); + this.ckBOP2002.Location = new System.Drawing.Point(19, 28); + this.ckBOP2002.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckBOP2002.Name = "ckBOP2002"; - this.ckBOP2002.Size = new System.Drawing.Size(96, 16); + this.ckBOP2002.Size = new System.Drawing.Size(119, 19); this.ckBOP2002.TabIndex = 15; this.ckBOP2002.Text = "娴嬮噺瀹屾垚鐩戞帶"; this.ckBOP2002.UseVisualStyleBackColor = true; @@ -1307,10 +1343,9 @@ this.lbl_Alter_OP2005.AutoSize = true; this.lbl_Alter_OP2005.BackColor = System.Drawing.Color.White; this.lbl_Alter_OP2005.ForeColor = System.Drawing.Color.Red; - this.lbl_Alter_OP2005.Location = new System.Drawing.Point(170, 83); - this.lbl_Alter_OP2005.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alter_OP2005.Location = new System.Drawing.Point(227, 104); this.lbl_Alter_OP2005.Name = "lbl_Alter_OP2005"; - this.lbl_Alter_OP2005.Size = new System.Drawing.Size(41, 12); + this.lbl_Alter_OP2005.Size = new System.Drawing.Size(52, 15); this.lbl_Alter_OP2005.TabIndex = 22; this.lbl_Alter_OP2005.Text = "鏈繛鎺�"; // @@ -1319,10 +1354,10 @@ this.ckBOP2003.AutoSize = true; this.ckBOP2003.Checked = true; this.ckBOP2003.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckBOP2003.Location = new System.Drawing.Point(14, 42); - this.ckBOP2003.Margin = new System.Windows.Forms.Padding(2); + this.ckBOP2003.Location = new System.Drawing.Point(19, 52); + this.ckBOP2003.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckBOP2003.Name = "ckBOP2003"; - this.ckBOP2003.Size = new System.Drawing.Size(96, 16); + this.ckBOP2003.Size = new System.Drawing.Size(119, 19); this.ckBOP2003.TabIndex = 16; this.ckBOP2003.Text = "宸ヤ欢鎺ㄥ嚭鐩戞帶"; this.ckBOP2003.UseVisualStyleBackColor = true; @@ -1332,10 +1367,10 @@ this.ckBOP2005.AutoSize = true; this.ckBOP2005.Checked = true; this.ckBOP2005.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckBOP2005.Location = new System.Drawing.Point(14, 82); - this.ckBOP2005.Margin = new System.Windows.Forms.Padding(2); + this.ckBOP2005.Location = new System.Drawing.Point(19, 102); + this.ckBOP2005.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckBOP2005.Name = "ckBOP2005"; - this.ckBOP2005.Size = new System.Drawing.Size(96, 16); + this.ckBOP2005.Size = new System.Drawing.Size(119, 19); this.ckBOP2005.TabIndex = 21; this.ckBOP2005.Text = "宸ュ簭瀹屾垚鐩戞帶"; this.ckBOP2005.UseVisualStyleBackColor = true; @@ -1345,10 +1380,10 @@ this.ckBOP2004.AutoSize = true; this.ckBOP2004.Checked = true; this.ckBOP2004.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckBOP2004.Location = new System.Drawing.Point(14, 62); - this.ckBOP2004.Margin = new System.Windows.Forms.Padding(2); + this.ckBOP2004.Location = new System.Drawing.Point(19, 78); + this.ckBOP2004.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckBOP2004.Name = "ckBOP2004"; - this.ckBOP2004.Size = new System.Drawing.Size(114, 16); + this.ckBOP2004.Size = new System.Drawing.Size(143, 19); this.ckBOP2004.TabIndex = 17; this.ckBOP2004.Text = "宸ヤ欢SPC鎺ㄥ嚭鐩戞帶"; this.ckBOP2004.UseVisualStyleBackColor = true; @@ -1358,10 +1393,9 @@ this.lbl_Alter_OP2004.AutoSize = true; this.lbl_Alter_OP2004.BackColor = System.Drawing.Color.White; this.lbl_Alter_OP2004.ForeColor = System.Drawing.Color.Red; - this.lbl_Alter_OP2004.Location = new System.Drawing.Point(170, 63); - this.lbl_Alter_OP2004.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alter_OP2004.Location = new System.Drawing.Point(227, 79); this.lbl_Alter_OP2004.Name = "lbl_Alter_OP2004"; - this.lbl_Alter_OP2004.Size = new System.Drawing.Size(41, 12); + this.lbl_Alter_OP2004.Size = new System.Drawing.Size(52, 15); this.lbl_Alter_OP2004.TabIndex = 20; this.lbl_Alter_OP2004.Text = "鏈繛鎺�"; // @@ -1370,10 +1404,9 @@ this.lbl_Alter_OP2002.AutoSize = true; this.lbl_Alter_OP2002.BackColor = System.Drawing.Color.White; this.lbl_Alter_OP2002.ForeColor = System.Drawing.Color.Red; - this.lbl_Alter_OP2002.Location = new System.Drawing.Point(170, 23); - this.lbl_Alter_OP2002.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alter_OP2002.Location = new System.Drawing.Point(227, 29); this.lbl_Alter_OP2002.Name = "lbl_Alter_OP2002"; - this.lbl_Alter_OP2002.Size = new System.Drawing.Size(41, 12); + this.lbl_Alter_OP2002.Size = new System.Drawing.Size(52, 15); this.lbl_Alter_OP2002.TabIndex = 18; this.lbl_Alter_OP2002.Text = "鏈繛鎺�"; // @@ -1382,27 +1415,28 @@ this.lbl_Alter_OP2003.AutoSize = true; this.lbl_Alter_OP2003.BackColor = System.Drawing.Color.White; this.lbl_Alter_OP2003.ForeColor = System.Drawing.Color.Red; - this.lbl_Alter_OP2003.Location = new System.Drawing.Point(170, 42); - this.lbl_Alter_OP2003.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alter_OP2003.Location = new System.Drawing.Point(227, 52); this.lbl_Alter_OP2003.Name = "lbl_Alter_OP2003"; - this.lbl_Alter_OP2003.Size = new System.Drawing.Size(41, 12); + this.lbl_Alter_OP2003.Size = new System.Drawing.Size(52, 15); this.lbl_Alter_OP2003.TabIndex = 19; this.lbl_Alter_OP2003.Text = "鏈繛鎺�"; // // btn_StopAllThread // - this.btn_StopAllThread.Location = new System.Drawing.Point(281, 26); + this.btn_StopAllThread.Location = new System.Drawing.Point(375, 32); + this.btn_StopAllThread.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btn_StopAllThread.Name = "btn_StopAllThread"; - this.btn_StopAllThread.Size = new System.Drawing.Size(146, 33); + this.btn_StopAllThread.Size = new System.Drawing.Size(195, 41); this.btn_StopAllThread.TabIndex = 2; this.btn_StopAllThread.Text = "鍋滄鎵�鏈夐�変腑绾跨▼"; this.btn_StopAllThread.UseVisualStyleBackColor = true; // // btn_StartUpAllThread // - this.btn_StartUpAllThread.Location = new System.Drawing.Point(48, 26); + this.btn_StartUpAllThread.Location = new System.Drawing.Point(64, 32); + this.btn_StartUpAllThread.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btn_StartUpAllThread.Name = "btn_StartUpAllThread"; - this.btn_StartUpAllThread.Size = new System.Drawing.Size(146, 33); + this.btn_StartUpAllThread.Size = new System.Drawing.Size(195, 41); this.btn_StartUpAllThread.TabIndex = 1; this.btn_StartUpAllThread.Text = "鍚姩鎵�鏈夐�変腑绾跨▼"; this.btn_StartUpAllThread.UseVisualStyleBackColor = true; @@ -1411,9 +1445,11 @@ // groupBox1 // this.groupBox1.Controls.Add(this.panel1); - this.groupBox1.Location = new System.Drawing.Point(6, 88); + this.groupBox1.Location = new System.Drawing.Point(8, 110); + this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(335, 100); + this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox1.Size = new System.Drawing.Size(447, 125); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "OP05"; @@ -1430,10 +1466,10 @@ this.panel1.Controls.Add(this.ckBOP0503); this.panel1.Controls.Add(this.ckBOP0504); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel1.Location = new System.Drawing.Point(3, 17); + this.panel1.Location = new System.Drawing.Point(4, 22); this.panel1.Margin = new System.Windows.Forms.Padding(0); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(329, 80); + this.panel1.Size = new System.Drawing.Size(439, 99); this.panel1.TabIndex = 21; // // ckBOP0501 @@ -1441,10 +1477,10 @@ this.ckBOP0501.AutoSize = true; this.ckBOP0501.Checked = true; this.ckBOP0501.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckBOP0501.Location = new System.Drawing.Point(12, 2); - this.ckBOP0501.Margin = new System.Windows.Forms.Padding(2); + this.ckBOP0501.Location = new System.Drawing.Point(16, 2); + this.ckBOP0501.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckBOP0501.Name = "ckBOP0501"; - this.ckBOP0501.Size = new System.Drawing.Size(96, 16); + this.ckBOP0501.Size = new System.Drawing.Size(119, 19); this.ckBOP0501.TabIndex = 13; this.ckBOP0501.Text = "鎵撶爜瀹屾垚鐩戞帶"; this.ckBOP0501.UseVisualStyleBackColor = true; @@ -1455,10 +1491,9 @@ this.lbl_Alter_OP0504.AutoSize = true; this.lbl_Alter_OP0504.BackColor = System.Drawing.Color.White; this.lbl_Alter_OP0504.ForeColor = System.Drawing.Color.Red; - this.lbl_Alter_OP0504.Location = new System.Drawing.Point(168, 63); - this.lbl_Alter_OP0504.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alter_OP0504.Location = new System.Drawing.Point(224, 79); this.lbl_Alter_OP0504.Name = "lbl_Alter_OP0504"; - this.lbl_Alter_OP0504.Size = new System.Drawing.Size(41, 12); + this.lbl_Alter_OP0504.Size = new System.Drawing.Size(52, 15); this.lbl_Alter_OP0504.TabIndex = 20; this.lbl_Alter_OP0504.Text = "鏈繛鎺�"; // @@ -1467,10 +1502,9 @@ this.lbl_Alter_OP0501.AutoSize = true; this.lbl_Alter_OP0501.BackColor = System.Drawing.Color.White; this.lbl_Alter_OP0501.ForeColor = System.Drawing.Color.Red; - this.lbl_Alter_OP0501.Location = new System.Drawing.Point(168, 2); - this.lbl_Alter_OP0501.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alter_OP0501.Location = new System.Drawing.Point(224, 2); this.lbl_Alter_OP0501.Name = "lbl_Alter_OP0501"; - this.lbl_Alter_OP0501.Size = new System.Drawing.Size(41, 12); + this.lbl_Alter_OP0501.Size = new System.Drawing.Size(52, 15); this.lbl_Alter_OP0501.TabIndex = 14; this.lbl_Alter_OP0501.Text = "鏈繛鎺�"; // @@ -1479,10 +1513,9 @@ this.lbl_Alter_OP0503.AutoSize = true; this.lbl_Alter_OP0503.BackColor = System.Drawing.Color.White; this.lbl_Alter_OP0503.ForeColor = System.Drawing.Color.Red; - this.lbl_Alter_OP0503.Location = new System.Drawing.Point(168, 42); - this.lbl_Alter_OP0503.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alter_OP0503.Location = new System.Drawing.Point(224, 52); this.lbl_Alter_OP0503.Name = "lbl_Alter_OP0503"; - this.lbl_Alter_OP0503.Size = new System.Drawing.Size(41, 12); + this.lbl_Alter_OP0503.Size = new System.Drawing.Size(52, 15); this.lbl_Alter_OP0503.TabIndex = 19; this.lbl_Alter_OP0503.Text = "鏈繛鎺�"; // @@ -1491,10 +1524,10 @@ this.ckBOP0502.AutoSize = true; this.ckBOP0502.Checked = true; this.ckBOP0502.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckBOP0502.Location = new System.Drawing.Point(12, 22); - this.ckBOP0502.Margin = new System.Windows.Forms.Padding(2); + this.ckBOP0502.Location = new System.Drawing.Point(16, 28); + this.ckBOP0502.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckBOP0502.Name = "ckBOP0502"; - this.ckBOP0502.Size = new System.Drawing.Size(96, 16); + this.ckBOP0502.Size = new System.Drawing.Size(119, 19); this.ckBOP0502.TabIndex = 15; this.ckBOP0502.Text = "璇荤爜瀹屾垚鐩戞帶"; this.ckBOP0502.UseVisualStyleBackColor = true; @@ -1505,10 +1538,9 @@ this.lbl_Alter_OP0502.AutoSize = true; this.lbl_Alter_OP0502.BackColor = System.Drawing.Color.White; this.lbl_Alter_OP0502.ForeColor = System.Drawing.Color.Red; - this.lbl_Alter_OP0502.Location = new System.Drawing.Point(168, 23); - this.lbl_Alter_OP0502.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lbl_Alter_OP0502.Location = new System.Drawing.Point(224, 29); this.lbl_Alter_OP0502.Name = "lbl_Alter_OP0502"; - this.lbl_Alter_OP0502.Size = new System.Drawing.Size(41, 12); + this.lbl_Alter_OP0502.Size = new System.Drawing.Size(52, 15); this.lbl_Alter_OP0502.TabIndex = 18; this.lbl_Alter_OP0502.Text = "鏈繛鎺�"; // @@ -1517,10 +1549,10 @@ this.ckBOP0503.AutoSize = true; this.ckBOP0503.Checked = true; this.ckBOP0503.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckBOP0503.Location = new System.Drawing.Point(12, 42); - this.ckBOP0503.Margin = new System.Windows.Forms.Padding(2); + this.ckBOP0503.Location = new System.Drawing.Point(16, 52); + this.ckBOP0503.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckBOP0503.Name = "ckBOP0503"; - this.ckBOP0503.Size = new System.Drawing.Size(96, 16); + this.ckBOP0503.Size = new System.Drawing.Size(119, 19); this.ckBOP0503.TabIndex = 16; this.ckBOP0503.Text = "宸ヤ欢鎺ㄥ嚭鐩戞帶"; this.ckBOP0503.UseVisualStyleBackColor = true; @@ -1531,10 +1563,10 @@ this.ckBOP0504.AutoSize = true; this.ckBOP0504.Checked = true; this.ckBOP0504.CheckState = System.Windows.Forms.CheckState.Checked; - this.ckBOP0504.Location = new System.Drawing.Point(12, 62); - this.ckBOP0504.Margin = new System.Windows.Forms.Padding(2); + this.ckBOP0504.Location = new System.Drawing.Point(16, 78); + this.ckBOP0504.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ckBOP0504.Name = "ckBOP0504"; - this.ckBOP0504.Size = new System.Drawing.Size(96, 16); + this.ckBOP0504.Size = new System.Drawing.Size(119, 19); this.ckBOP0504.TabIndex = 17; this.ckBOP0504.Text = "宸ュ簭瀹屾垚鐩戞帶"; this.ckBOP0504.UseVisualStyleBackColor = true; @@ -1545,10 +1577,11 @@ this.tabPage3.Controls.Add(this.groupBox7); this.tabPage3.Controls.Add(this.groupBox5); this.tabPage3.Controls.Add(this.groupBox4); - this.tabPage3.Location = new System.Drawing.Point(4, 22); + this.tabPage3.Location = new System.Drawing.Point(4, 25); + this.tabPage3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPage3.Name = "tabPage3"; - this.tabPage3.Padding = new System.Windows.Forms.Padding(3); - this.tabPage3.Size = new System.Drawing.Size(1080, 557); + this.tabPage3.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabPage3.Size = new System.Drawing.Size(1443, 700); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "鏁版嵁鏀堕泦鐐归厤缃�"; this.tabPage3.UseVisualStyleBackColor = true; @@ -1583,9 +1616,11 @@ this.groupBox7.Controls.Add(this.label2); this.groupBox7.Controls.Add(this.txt_EquipmentID); this.groupBox7.Controls.Add(this.label1); - this.groupBox7.Location = new System.Drawing.Point(3, 412); + this.groupBox7.Location = new System.Drawing.Point(4, 515); + this.groupBox7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox7.Name = "groupBox7"; - this.groupBox7.Size = new System.Drawing.Size(1065, 134); + this.groupBox7.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox7.Size = new System.Drawing.Size(1420, 168); this.groupBox7.TabIndex = 4; this.groupBox7.TabStop = false; this.groupBox7.Text = "缂栬緫鏀堕泦鐐逛俊鎭�"; @@ -1593,18 +1628,20 @@ // // txt_ID // - this.txt_ID.Location = new System.Drawing.Point(93, 81); + this.txt_ID.Location = new System.Drawing.Point(124, 101); + this.txt_ID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_ID.Name = "txt_ID"; - this.txt_ID.Size = new System.Drawing.Size(100, 21); + this.txt_ID.Size = new System.Drawing.Size(132, 25); this.txt_ID.TabIndex = 27; this.txt_ID.Visible = false; // // label19 // this.label19.AutoSize = true; - this.label19.Location = new System.Drawing.Point(22, 84); + this.label19.Location = new System.Drawing.Point(29, 105); + this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(53, 12); + this.label19.Size = new System.Drawing.Size(68, 15); this.label19.TabIndex = 26; this.label19.Text = "涓婚敭ID锛�"; this.label19.Visible = false; @@ -1612,25 +1649,28 @@ // cbox_DataCapturePLCType // this.cbox_DataCapturePLCType.FormattingEnabled = true; - this.cbox_DataCapturePLCType.Location = new System.Drawing.Point(329, 21); + this.cbox_DataCapturePLCType.Location = new System.Drawing.Point(439, 26); + this.cbox_DataCapturePLCType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbox_DataCapturePLCType.Name = "cbox_DataCapturePLCType"; - this.cbox_DataCapturePLCType.Size = new System.Drawing.Size(100, 20); + this.cbox_DataCapturePLCType.Size = new System.Drawing.Size(132, 23); this.cbox_DataCapturePLCType.TabIndex = 25; // // txt_PLCPort // - this.txt_PLCPort.Location = new System.Drawing.Point(329, 75); + this.txt_PLCPort.Location = new System.Drawing.Point(439, 94); + this.txt_PLCPort.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_PLCPort.Name = "txt_PLCPort"; - this.txt_PLCPort.Size = new System.Drawing.Size(100, 21); + this.txt_PLCPort.Size = new System.Drawing.Size(132, 25); this.txt_PLCPort.TabIndex = 24; this.txt_PLCPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_PLCPort_KeyPress); // // label18 // this.label18.AutoSize = true; - this.label18.Location = new System.Drawing.Point(264, 78); + this.label18.Location = new System.Drawing.Point(352, 98); + this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(59, 12); + this.label18.Size = new System.Drawing.Size(76, 15); this.label18.TabIndex = 23; this.label18.Text = "PLC绔彛锛�"; // @@ -1644,17 +1684,19 @@ "Real", "Bool", "String"}); - this.cbox_DataCaptureColumnType.Location = new System.Drawing.Point(772, 78); + this.cbox_DataCaptureColumnType.Location = new System.Drawing.Point(1029, 98); + this.cbox_DataCaptureColumnType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbox_DataCaptureColumnType.Name = "cbox_DataCaptureColumnType"; - this.cbox_DataCaptureColumnType.Size = new System.Drawing.Size(100, 20); + this.cbox_DataCaptureColumnType.Size = new System.Drawing.Size(132, 23); this.cbox_DataCaptureColumnType.TabIndex = 22; // // cbox_DataCaptureType // this.cbox_DataCaptureType.FormattingEnabled = true; - this.cbox_DataCaptureType.Location = new System.Drawing.Point(540, 72); + this.cbox_DataCaptureType.Location = new System.Drawing.Point(720, 90); + this.cbox_DataCaptureType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbox_DataCaptureType.Name = "cbox_DataCaptureType"; - this.cbox_DataCaptureType.Size = new System.Drawing.Size(100, 20); + this.cbox_DataCaptureType.Size = new System.Drawing.Size(132, 23); this.cbox_DataCaptureType.TabIndex = 21; // // cbox_WorkingProcedure @@ -1671,23 +1713,26 @@ "OP60", "OP70", "OP80"}); - this.cbox_WorkingProcedure.Location = new System.Drawing.Point(93, 49); + this.cbox_WorkingProcedure.Location = new System.Drawing.Point(124, 61); + this.cbox_WorkingProcedure.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbox_WorkingProcedure.Name = "cbox_WorkingProcedure"; - this.cbox_WorkingProcedure.Size = new System.Drawing.Size(100, 20); + this.cbox_WorkingProcedure.Size = new System.Drawing.Size(132, 23); this.cbox_WorkingProcedure.TabIndex = 20; // // txt_DbNumber // - this.txt_DbNumber.Location = new System.Drawing.Point(772, 21); + this.txt_DbNumber.Location = new System.Drawing.Point(1029, 26); + this.txt_DbNumber.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_DbNumber.Name = "txt_DbNumber"; - this.txt_DbNumber.Size = new System.Drawing.Size(100, 21); + this.txt_DbNumber.Size = new System.Drawing.Size(132, 25); this.txt_DbNumber.TabIndex = 19; // // btn_Cancel // - this.btn_Cancel.Location = new System.Drawing.Point(495, 101); + this.btn_Cancel.Location = new System.Drawing.Point(660, 126); + this.btn_Cancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btn_Cancel.Name = "btn_Cancel"; - this.btn_Cancel.Size = new System.Drawing.Size(75, 23); + this.btn_Cancel.Size = new System.Drawing.Size(100, 29); this.btn_Cancel.TabIndex = 3; this.btn_Cancel.Text = "鍙栨秷"; this.btn_Cancel.UseVisualStyleBackColor = true; @@ -1695,9 +1740,10 @@ // // btn_Save // - this.btn_Save.Location = new System.Drawing.Point(414, 101); + this.btn_Save.Location = new System.Drawing.Point(552, 126); + this.btn_Save.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btn_Save.Name = "btn_Save"; - this.btn_Save.Size = new System.Drawing.Size(75, 23); + this.btn_Save.Size = new System.Drawing.Size(100, 29); this.btn_Save.TabIndex = 2; this.btn_Save.Text = "淇濆瓨"; this.btn_Save.UseVisualStyleBackColor = true; @@ -1706,126 +1752,141 @@ // label15 // this.label15.AutoSize = true; - this.label15.Location = new System.Drawing.Point(677, 24); + this.label15.Location = new System.Drawing.Point(903, 30); + this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(89, 12); + this.label15.Size = new System.Drawing.Size(113, 15); this.label15.TabIndex = 18; this.label15.Text = "鑺傜偣DB鍧楀湴鍧�锛�"; // // txt_Offset // - this.txt_Offset.Location = new System.Drawing.Point(772, 48); + this.txt_Offset.Location = new System.Drawing.Point(1029, 60); + this.txt_Offset.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_Offset.Name = "txt_Offset"; - this.txt_Offset.Size = new System.Drawing.Size(100, 21); + this.txt_Offset.Size = new System.Drawing.Size(132, 25); this.txt_Offset.TabIndex = 17; // // label14 // this.label14.AutoSize = true; - this.label14.Location = new System.Drawing.Point(689, 51); + this.label14.Location = new System.Drawing.Point(919, 64); + this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(77, 12); + this.label14.Size = new System.Drawing.Size(97, 15); this.label14.TabIndex = 16; this.label14.Text = "鑺傜偣鍋忕Щ閲忥細"; // // label13 // this.label13.AutoSize = true; - this.label13.Location = new System.Drawing.Point(677, 81); + this.label13.Location = new System.Drawing.Point(903, 101); + this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(89, 12); + this.label13.Size = new System.Drawing.Size(112, 15); this.label13.TabIndex = 14; this.label13.Text = "鑺傜偣鏁版嵁绫诲瀷锛�"; // // txt_DataCapturePointCode // - this.txt_DataCapturePointCode.Location = new System.Drawing.Point(540, 21); + this.txt_DataCapturePointCode.Location = new System.Drawing.Point(720, 26); + this.txt_DataCapturePointCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_DataCapturePointCode.Name = "txt_DataCapturePointCode"; - this.txt_DataCapturePointCode.Size = new System.Drawing.Size(100, 21); + this.txt_DataCapturePointCode.Size = new System.Drawing.Size(132, 25); this.txt_DataCapturePointCode.TabIndex = 13; // // label12 // this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(457, 24); + this.label12.Location = new System.Drawing.Point(609, 30); + this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(77, 12); + this.label12.Size = new System.Drawing.Size(97, 15); this.label12.TabIndex = 12; this.label12.Text = "鏀堕泦鐐逛唬鐮侊細"; // // txt_DataCapturePointCname // - this.txt_DataCapturePointCname.Location = new System.Drawing.Point(540, 48); + this.txt_DataCapturePointCname.Location = new System.Drawing.Point(720, 60); + this.txt_DataCapturePointCname.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_DataCapturePointCname.Name = "txt_DataCapturePointCname"; - this.txt_DataCapturePointCname.Size = new System.Drawing.Size(100, 21); + this.txt_DataCapturePointCname.Size = new System.Drawing.Size(132, 25); this.txt_DataCapturePointCname.TabIndex = 11; // // label11 // this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(457, 51); + this.label11.Location = new System.Drawing.Point(609, 64); + this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(77, 12); + this.label11.Size = new System.Drawing.Size(97, 15); this.label11.TabIndex = 10; this.label11.Text = "鏀堕泦鐐规弿杩帮細"; // // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(469, 78); + this.label5.Location = new System.Drawing.Point(625, 98); + this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(65, 12); + this.label5.Size = new System.Drawing.Size(82, 15); this.label5.TabIndex = 8; this.label5.Text = "鏀堕泦鏂瑰紡锛�"; // // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(264, 24); + this.label4.Location = new System.Drawing.Point(352, 30); + this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(59, 12); + this.label4.Size = new System.Drawing.Size(76, 15); this.label4.TabIndex = 6; this.label4.Text = "PLC鍨嬪彿锛�"; // // txt_PLCIP // - this.txt_PLCIP.Location = new System.Drawing.Point(329, 48); + this.txt_PLCIP.Location = new System.Drawing.Point(439, 60); + this.txt_PLCIP.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_PLCIP.Name = "txt_PLCIP"; - this.txt_PLCIP.Size = new System.Drawing.Size(100, 21); + this.txt_PLCIP.Size = new System.Drawing.Size(132, 25); this.txt_PLCIP.TabIndex = 5; this.txt_PLCIP.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_PLCIP_KeyPress); // // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(246, 51); + this.label3.Location = new System.Drawing.Point(328, 64); + this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(77, 12); + this.label3.Size = new System.Drawing.Size(100, 15); this.label3.TabIndex = 4; this.label3.Text = "PLC IP鍦板潃锛�"; // // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(34, 51); + this.label2.Location = new System.Drawing.Point(45, 64); + this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(53, 12); + this.label2.Size = new System.Drawing.Size(67, 15); this.label2.TabIndex = 2; this.label2.Text = "宸ュ簭鍙凤細"; // // txt_EquipmentID // - this.txt_EquipmentID.Location = new System.Drawing.Point(93, 21); + this.txt_EquipmentID.Location = new System.Drawing.Point(124, 26); + this.txt_EquipmentID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_EquipmentID.Name = "txt_EquipmentID"; - this.txt_EquipmentID.Size = new System.Drawing.Size(100, 21); + this.txt_EquipmentID.Size = new System.Drawing.Size(132, 25); this.txt_EquipmentID.TabIndex = 1; // // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(22, 24); + this.label1.Location = new System.Drawing.Point(29, 30); + this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(65, 12); + this.label1.Size = new System.Drawing.Size(82, 15); this.label1.TabIndex = 0; this.label1.Text = "璁惧缂栧彿锛�"; // @@ -1835,18 +1896,21 @@ this.groupBox5.Controls.Add(this.dgv_DataCaptureConfig); this.groupBox5.Controls.Add(this.btn_Update); this.groupBox5.Controls.Add(this.btn_Insert); - this.groupBox5.Location = new System.Drawing.Point(3, 71); + this.groupBox5.Location = new System.Drawing.Point(4, 89); + this.groupBox5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox5.Name = "groupBox5"; - this.groupBox5.Size = new System.Drawing.Size(1071, 335); + this.groupBox5.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox5.Size = new System.Drawing.Size(1428, 419); this.groupBox5.TabIndex = 1; this.groupBox5.TabStop = false; this.groupBox5.Text = "鏀堕泦鐐逛俊鎭�"; // // btn_Delete // - this.btn_Delete.Location = new System.Drawing.Point(540, 306); + this.btn_Delete.Location = new System.Drawing.Point(720, 382); + this.btn_Delete.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btn_Delete.Name = "btn_Delete"; - this.btn_Delete.Size = new System.Drawing.Size(75, 23); + this.btn_Delete.Size = new System.Drawing.Size(100, 29); this.btn_Delete.TabIndex = 7; this.btn_Delete.Text = "鍒犻櫎"; this.btn_Delete.UseVisualStyleBackColor = true; @@ -1868,14 +1932,15 @@ this.PLCPort, this.DataCaptureColumn, this.DataCaptureColumnType}); - this.dgv_DataCaptureConfig.Location = new System.Drawing.Point(3, 17); + this.dgv_DataCaptureConfig.Location = new System.Drawing.Point(4, 21); + this.dgv_DataCaptureConfig.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dgv_DataCaptureConfig.MultiSelect = false; this.dgv_DataCaptureConfig.Name = "dgv_DataCaptureConfig"; this.dgv_DataCaptureConfig.ReadOnly = true; this.dgv_DataCaptureConfig.RowHeadersWidth = 51; this.dgv_DataCaptureConfig.RowTemplate.Height = 23; this.dgv_DataCaptureConfig.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; - this.dgv_DataCaptureConfig.Size = new System.Drawing.Size(1065, 283); + this.dgv_DataCaptureConfig.Size = new System.Drawing.Size(1420, 354); this.dgv_DataCaptureConfig.TabIndex = 3; // // EquipmentID @@ -1970,9 +2035,10 @@ // // btn_Update // - this.btn_Update.Location = new System.Drawing.Point(427, 306); + this.btn_Update.Location = new System.Drawing.Point(569, 382); + this.btn_Update.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btn_Update.Name = "btn_Update"; - this.btn_Update.Size = new System.Drawing.Size(75, 23); + this.btn_Update.Size = new System.Drawing.Size(100, 29); this.btn_Update.TabIndex = 6; this.btn_Update.Text = "淇敼"; this.btn_Update.UseVisualStyleBackColor = true; @@ -1980,9 +2046,10 @@ // // btn_Insert // - this.btn_Insert.Location = new System.Drawing.Point(317, 306); + this.btn_Insert.Location = new System.Drawing.Point(423, 382); + this.btn_Insert.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btn_Insert.Name = "btn_Insert"; - this.btn_Insert.Size = new System.Drawing.Size(75, 23); + this.btn_Insert.Size = new System.Drawing.Size(100, 29); this.btn_Insert.TabIndex = 5; this.btn_Insert.Text = "鏂板"; this.btn_Insert.UseVisualStyleBackColor = true; @@ -1995,9 +2062,11 @@ this.groupBox4.Controls.Add(this.textBox11); this.groupBox4.Controls.Add(this.label16); this.groupBox4.Controls.Add(this.btn_Query); - this.groupBox4.Location = new System.Drawing.Point(3, 7); + this.groupBox4.Location = new System.Drawing.Point(4, 9); + this.groupBox4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox4.Name = "groupBox4"; - this.groupBox4.Size = new System.Drawing.Size(1070, 58); + this.groupBox4.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox4.Size = new System.Drawing.Size(1427, 72); this.groupBox4.TabIndex = 0; this.groupBox4.TabStop = false; this.groupBox4.Text = "鏌ヨ鏉′欢"; @@ -2016,41 +2085,46 @@ "OP60", "OP70", "OP80"}); - this.cbox_WorkingProcedure_Query.Location = new System.Drawing.Point(297, 25); + this.cbox_WorkingProcedure_Query.Location = new System.Drawing.Point(396, 31); + this.cbox_WorkingProcedure_Query.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbox_WorkingProcedure_Query.Name = "cbox_WorkingProcedure_Query"; - this.cbox_WorkingProcedure_Query.Size = new System.Drawing.Size(100, 20); + this.cbox_WorkingProcedure_Query.Size = new System.Drawing.Size(132, 23); this.cbox_WorkingProcedure_Query.TabIndex = 22; // // label17 // this.label17.AutoSize = true; - this.label17.Location = new System.Drawing.Point(238, 27); + this.label17.Location = new System.Drawing.Point(317, 34); + this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(53, 12); + this.label17.Size = new System.Drawing.Size(67, 15); this.label17.TabIndex = 21; this.label17.Text = "宸ュ簭鍙凤細"; // // textBox11 // - this.textBox11.Location = new System.Drawing.Point(107, 22); + this.textBox11.Location = new System.Drawing.Point(143, 28); + this.textBox11.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox11.Name = "textBox11"; - this.textBox11.Size = new System.Drawing.Size(100, 21); + this.textBox11.Size = new System.Drawing.Size(132, 25); this.textBox11.TabIndex = 15; // // label16 // this.label16.AutoSize = true; - this.label16.Location = new System.Drawing.Point(24, 25); + this.label16.Location = new System.Drawing.Point(32, 31); + this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(77, 12); + this.label16.Size = new System.Drawing.Size(97, 15); this.label16.TabIndex = 14; this.label16.Text = "鏀堕泦鐐逛唬鐮侊細"; // // btn_Query // - this.btn_Query.Location = new System.Drawing.Point(905, 20); + this.btn_Query.Location = new System.Drawing.Point(1207, 25); + this.btn_Query.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btn_Query.Name = "btn_Query"; - this.btn_Query.Size = new System.Drawing.Size(75, 23); + this.btn_Query.Size = new System.Drawing.Size(100, 29); this.btn_Query.TabIndex = 1; this.btn_Query.Text = "鏌ヨ"; this.btn_Query.UseVisualStyleBackColor = true; @@ -2061,10 +2135,11 @@ this.tabPage4.Controls.Add(this.groupBox9); this.tabPage4.Controls.Add(this.groupBox8); this.tabPage4.Controls.Add(this.groupBox6); - this.tabPage4.Location = new System.Drawing.Point(4, 22); + this.tabPage4.Location = new System.Drawing.Point(4, 25); + this.tabPage4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPage4.Name = "tabPage4"; - this.tabPage4.Padding = new System.Windows.Forms.Padding(3); - this.tabPage4.Size = new System.Drawing.Size(1080, 557); + this.tabPage4.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabPage4.Size = new System.Drawing.Size(1443, 700); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "鏁版嵁鏀堕泦瀛楁閰嶇疆"; this.tabPage4.UseVisualStyleBackColor = true; @@ -2076,9 +2151,11 @@ this.groupBox9.Controls.Add(this.textBox9); this.groupBox9.Controls.Add(this.label33); this.groupBox9.Controls.Add(this.button7); - this.groupBox9.Location = new System.Drawing.Point(7, 7); + this.groupBox9.Location = new System.Drawing.Point(9, 9); + this.groupBox9.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox9.Name = "groupBox9"; - this.groupBox9.Size = new System.Drawing.Size(1070, 58); + this.groupBox9.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox9.Size = new System.Drawing.Size(1427, 72); this.groupBox9.TabIndex = 7; this.groupBox9.TabStop = false; this.groupBox9.Text = "鏌ヨ鏉′欢"; @@ -2097,41 +2174,46 @@ "OP60", "OP70", "OP80"}); - this.comboBox5.Location = new System.Drawing.Point(297, 25); + this.comboBox5.Location = new System.Drawing.Point(396, 31); + this.comboBox5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.comboBox5.Name = "comboBox5"; - this.comboBox5.Size = new System.Drawing.Size(100, 20); + this.comboBox5.Size = new System.Drawing.Size(132, 23); this.comboBox5.TabIndex = 22; // // label32 // this.label32.AutoSize = true; - this.label32.Location = new System.Drawing.Point(238, 27); + this.label32.Location = new System.Drawing.Point(317, 34); + this.label32.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label32.Name = "label32"; - this.label32.Size = new System.Drawing.Size(53, 12); + this.label32.Size = new System.Drawing.Size(67, 15); this.label32.TabIndex = 21; this.label32.Text = "宸ュ簭鍙凤細"; // // textBox9 // - this.textBox9.Location = new System.Drawing.Point(107, 22); + this.textBox9.Location = new System.Drawing.Point(143, 28); + this.textBox9.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox9.Name = "textBox9"; - this.textBox9.Size = new System.Drawing.Size(100, 21); + this.textBox9.Size = new System.Drawing.Size(132, 25); this.textBox9.TabIndex = 15; // // label33 // this.label33.AutoSize = true; - this.label33.Location = new System.Drawing.Point(24, 25); + this.label33.Location = new System.Drawing.Point(32, 31); + this.label33.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label33.Name = "label33"; - this.label33.Size = new System.Drawing.Size(77, 12); + this.label33.Size = new System.Drawing.Size(97, 15); this.label33.TabIndex = 14; this.label33.Text = "鏀堕泦鐐逛唬鐮侊細"; // // button7 // - this.button7.Location = new System.Drawing.Point(905, 20); + this.button7.Location = new System.Drawing.Point(1207, 25); + this.button7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button7.Name = "button7"; - this.button7.Size = new System.Drawing.Size(75, 23); + this.button7.Size = new System.Drawing.Size(100, 29); this.button7.TabIndex = 1; this.button7.Text = "鏌ヨ"; this.button7.UseVisualStyleBackColor = true; @@ -2142,18 +2224,21 @@ this.groupBox8.Controls.Add(this.dataGridView1); this.groupBox8.Controls.Add(this.button5); this.groupBox8.Controls.Add(this.button6); - this.groupBox8.Location = new System.Drawing.Point(6, 71); + this.groupBox8.Location = new System.Drawing.Point(8, 89); + this.groupBox8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox8.Name = "groupBox8"; - this.groupBox8.Size = new System.Drawing.Size(1071, 335); + this.groupBox8.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox8.Size = new System.Drawing.Size(1428, 419); this.groupBox8.TabIndex = 6; this.groupBox8.TabStop = false; this.groupBox8.Text = "鏀堕泦鐐逛俊鎭�"; // // button4 // - this.button4.Location = new System.Drawing.Point(540, 306); + this.button4.Location = new System.Drawing.Point(720, 382); + this.button4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button4.Name = "button4"; - this.button4.Size = new System.Drawing.Size(75, 23); + this.button4.Size = new System.Drawing.Size(100, 29); this.button4.TabIndex = 7; this.button4.Text = "鍒犻櫎"; this.button4.UseVisualStyleBackColor = true; @@ -2174,14 +2259,15 @@ this.dataGridViewTextBoxColumn8, this.dataGridViewTextBoxColumn9, this.dataGridViewTextBoxColumn10}); - this.dataGridView1.Location = new System.Drawing.Point(3, 17); + this.dataGridView1.Location = new System.Drawing.Point(4, 21); + this.dataGridView1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersWidth = 51; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; - this.dataGridView1.Size = new System.Drawing.Size(1065, 283); + this.dataGridView1.Size = new System.Drawing.Size(1420, 354); this.dataGridView1.TabIndex = 3; // // dataGridViewTextBoxColumn1 @@ -2276,18 +2362,20 @@ // // button5 // - this.button5.Location = new System.Drawing.Point(427, 306); + this.button5.Location = new System.Drawing.Point(569, 382); + this.button5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button5.Name = "button5"; - this.button5.Size = new System.Drawing.Size(75, 23); + this.button5.Size = new System.Drawing.Size(100, 29); this.button5.TabIndex = 6; this.button5.Text = "淇敼"; this.button5.UseVisualStyleBackColor = true; // // button6 // - this.button6.Location = new System.Drawing.Point(317, 306); + this.button6.Location = new System.Drawing.Point(423, 382); + this.button6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button6.Name = "button6"; - this.button6.Size = new System.Drawing.Size(75, 23); + this.button6.Size = new System.Drawing.Size(100, 29); this.button6.TabIndex = 5; this.button6.Text = "鏂板"; this.button6.UseVisualStyleBackColor = true; @@ -2322,9 +2410,11 @@ this.groupBox6.Controls.Add(this.label30); this.groupBox6.Controls.Add(this.textBox8); this.groupBox6.Controls.Add(this.label31); - this.groupBox6.Location = new System.Drawing.Point(6, 412); + this.groupBox6.Location = new System.Drawing.Point(8, 515); + this.groupBox6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox6.Name = "groupBox6"; - this.groupBox6.Size = new System.Drawing.Size(1065, 134); + this.groupBox6.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox6.Size = new System.Drawing.Size(1420, 168); this.groupBox6.TabIndex = 5; this.groupBox6.TabStop = false; this.groupBox6.Text = "缂栬緫鏀堕泦鐐逛俊鎭�"; @@ -2332,18 +2422,20 @@ // // textBox1 // - this.textBox1.Location = new System.Drawing.Point(93, 81); + this.textBox1.Location = new System.Drawing.Point(124, 101); + this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(100, 21); + this.textBox1.Size = new System.Drawing.Size(132, 25); this.textBox1.TabIndex = 27; this.textBox1.Visible = false; // // label20 // this.label20.AutoSize = true; - this.label20.Location = new System.Drawing.Point(22, 84); + this.label20.Location = new System.Drawing.Point(29, 105); + this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(53, 12); + this.label20.Size = new System.Drawing.Size(68, 15); this.label20.TabIndex = 26; this.label20.Text = "涓婚敭ID锛�"; this.label20.Visible = false; @@ -2351,24 +2443,27 @@ // comboBox1 // this.comboBox1.FormattingEnabled = true; - this.comboBox1.Location = new System.Drawing.Point(329, 21); + this.comboBox1.Location = new System.Drawing.Point(439, 26); + this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.comboBox1.Name = "comboBox1"; - this.comboBox1.Size = new System.Drawing.Size(100, 20); + this.comboBox1.Size = new System.Drawing.Size(132, 23); this.comboBox1.TabIndex = 25; // // textBox2 // - this.textBox2.Location = new System.Drawing.Point(329, 75); + this.textBox2.Location = new System.Drawing.Point(439, 94); + this.textBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox2.Name = "textBox2"; - this.textBox2.Size = new System.Drawing.Size(100, 21); + this.textBox2.Size = new System.Drawing.Size(132, 25); this.textBox2.TabIndex = 24; // // label21 // this.label21.AutoSize = true; - this.label21.Location = new System.Drawing.Point(264, 78); + this.label21.Location = new System.Drawing.Point(352, 98); + this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(59, 12); + this.label21.Size = new System.Drawing.Size(76, 15); this.label21.TabIndex = 23; this.label21.Text = "PLC绔彛锛�"; // @@ -2383,17 +2478,19 @@ "Bool", "String", ""}); - this.comboBox2.Location = new System.Drawing.Point(772, 78); + this.comboBox2.Location = new System.Drawing.Point(1029, 98); + this.comboBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.comboBox2.Name = "comboBox2"; - this.comboBox2.Size = new System.Drawing.Size(100, 20); + this.comboBox2.Size = new System.Drawing.Size(132, 23); this.comboBox2.TabIndex = 22; // // comboBox3 // this.comboBox3.FormattingEnabled = true; - this.comboBox3.Location = new System.Drawing.Point(540, 72); + this.comboBox3.Location = new System.Drawing.Point(720, 90); + this.comboBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.comboBox3.Name = "comboBox3"; - this.comboBox3.Size = new System.Drawing.Size(100, 20); + this.comboBox3.Size = new System.Drawing.Size(132, 23); this.comboBox3.TabIndex = 21; // // comboBox4 @@ -2410,32 +2507,36 @@ "OP60", "OP70", "OP80"}); - this.comboBox4.Location = new System.Drawing.Point(93, 49); + this.comboBox4.Location = new System.Drawing.Point(124, 61); + this.comboBox4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.comboBox4.Name = "comboBox4"; - this.comboBox4.Size = new System.Drawing.Size(100, 20); + this.comboBox4.Size = new System.Drawing.Size(132, 23); this.comboBox4.TabIndex = 20; // // textBox3 // - this.textBox3.Location = new System.Drawing.Point(772, 21); + this.textBox3.Location = new System.Drawing.Point(1029, 26); + this.textBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox3.Name = "textBox3"; - this.textBox3.Size = new System.Drawing.Size(100, 21); + this.textBox3.Size = new System.Drawing.Size(132, 25); this.textBox3.TabIndex = 19; // // button2 // - this.button2.Location = new System.Drawing.Point(495, 101); + this.button2.Location = new System.Drawing.Point(660, 126); + this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(75, 23); + this.button2.Size = new System.Drawing.Size(100, 29); this.button2.TabIndex = 3; this.button2.Text = "鍙栨秷"; this.button2.UseVisualStyleBackColor = true; // // button3 // - this.button3.Location = new System.Drawing.Point(414, 101); + this.button3.Location = new System.Drawing.Point(552, 126); + this.button3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button3.Name = "button3"; - this.button3.Size = new System.Drawing.Size(75, 23); + this.button3.Size = new System.Drawing.Size(100, 29); this.button3.TabIndex = 2; this.button3.Text = "淇濆瓨"; this.button3.UseVisualStyleBackColor = true; @@ -2443,134 +2544,150 @@ // label22 // this.label22.AutoSize = true; - this.label22.Location = new System.Drawing.Point(677, 24); + this.label22.Location = new System.Drawing.Point(903, 30); + this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(89, 12); + this.label22.Size = new System.Drawing.Size(113, 15); this.label22.TabIndex = 18; this.label22.Text = "鑺傜偣DB鍧楀湴鍧�锛�"; // // textBox4 // - this.textBox4.Location = new System.Drawing.Point(772, 48); + this.textBox4.Location = new System.Drawing.Point(1029, 60); + this.textBox4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox4.Name = "textBox4"; - this.textBox4.Size = new System.Drawing.Size(100, 21); + this.textBox4.Size = new System.Drawing.Size(132, 25); this.textBox4.TabIndex = 17; // // label23 // this.label23.AutoSize = true; - this.label23.Location = new System.Drawing.Point(689, 51); + this.label23.Location = new System.Drawing.Point(919, 64); + this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label23.Name = "label23"; - this.label23.Size = new System.Drawing.Size(77, 12); + this.label23.Size = new System.Drawing.Size(97, 15); this.label23.TabIndex = 16; this.label23.Text = "鑺傜偣鍋忕Щ閲忥細"; // // label24 // this.label24.AutoSize = true; - this.label24.Location = new System.Drawing.Point(677, 81); + this.label24.Location = new System.Drawing.Point(903, 101); + this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label24.Name = "label24"; - this.label24.Size = new System.Drawing.Size(89, 12); + this.label24.Size = new System.Drawing.Size(112, 15); this.label24.TabIndex = 14; this.label24.Text = "鑺傜偣鏁版嵁绫诲瀷锛�"; // // textBox5 // - this.textBox5.Location = new System.Drawing.Point(540, 21); + this.textBox5.Location = new System.Drawing.Point(720, 26); + this.textBox5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox5.Name = "textBox5"; - this.textBox5.Size = new System.Drawing.Size(100, 21); + this.textBox5.Size = new System.Drawing.Size(132, 25); this.textBox5.TabIndex = 13; // // label25 // this.label25.AutoSize = true; - this.label25.Location = new System.Drawing.Point(457, 24); + this.label25.Location = new System.Drawing.Point(609, 30); + this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label25.Name = "label25"; - this.label25.Size = new System.Drawing.Size(77, 12); + this.label25.Size = new System.Drawing.Size(97, 15); this.label25.TabIndex = 12; this.label25.Text = "鏀堕泦鐐逛唬鐮侊細"; // // textBox6 // - this.textBox6.Location = new System.Drawing.Point(540, 48); + this.textBox6.Location = new System.Drawing.Point(720, 60); + this.textBox6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox6.Name = "textBox6"; - this.textBox6.Size = new System.Drawing.Size(100, 21); + this.textBox6.Size = new System.Drawing.Size(132, 25); this.textBox6.TabIndex = 11; // // label26 // this.label26.AutoSize = true; - this.label26.Location = new System.Drawing.Point(457, 51); + this.label26.Location = new System.Drawing.Point(609, 64); + this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label26.Name = "label26"; - this.label26.Size = new System.Drawing.Size(77, 12); + this.label26.Size = new System.Drawing.Size(97, 15); this.label26.TabIndex = 10; this.label26.Text = "鏀堕泦鐐规弿杩帮細"; // // label27 // this.label27.AutoSize = true; - this.label27.Location = new System.Drawing.Point(469, 78); + this.label27.Location = new System.Drawing.Point(625, 98); + this.label27.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(65, 12); + this.label27.Size = new System.Drawing.Size(82, 15); this.label27.TabIndex = 8; this.label27.Text = "鏀堕泦鏂瑰紡锛�"; // // label28 // this.label28.AutoSize = true; - this.label28.Location = new System.Drawing.Point(264, 24); + this.label28.Location = new System.Drawing.Point(352, 30); + this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(59, 12); + this.label28.Size = new System.Drawing.Size(76, 15); this.label28.TabIndex = 6; this.label28.Text = "PLC鍨嬪彿锛�"; // // textBox7 // - this.textBox7.Location = new System.Drawing.Point(329, 48); + this.textBox7.Location = new System.Drawing.Point(439, 60); + this.textBox7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox7.Name = "textBox7"; - this.textBox7.Size = new System.Drawing.Size(100, 21); + this.textBox7.Size = new System.Drawing.Size(132, 25); this.textBox7.TabIndex = 5; // // label29 // this.label29.AutoSize = true; - this.label29.Location = new System.Drawing.Point(246, 51); + this.label29.Location = new System.Drawing.Point(328, 64); + this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(77, 12); + this.label29.Size = new System.Drawing.Size(100, 15); this.label29.TabIndex = 4; this.label29.Text = "PLC IP鍦板潃锛�"; // // label30 // this.label30.AutoSize = true; - this.label30.Location = new System.Drawing.Point(34, 51); + this.label30.Location = new System.Drawing.Point(45, 64); + this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(53, 12); + this.label30.Size = new System.Drawing.Size(67, 15); this.label30.TabIndex = 2; this.label30.Text = "宸ュ簭鍙凤細"; // // textBox8 // - this.textBox8.Location = new System.Drawing.Point(93, 21); + this.textBox8.Location = new System.Drawing.Point(124, 26); + this.textBox8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox8.Name = "textBox8"; - this.textBox8.Size = new System.Drawing.Size(100, 21); + this.textBox8.Size = new System.Drawing.Size(132, 25); this.textBox8.TabIndex = 1; // // label31 // this.label31.AutoSize = true; - this.label31.Location = new System.Drawing.Point(22, 24); + this.label31.Location = new System.Drawing.Point(29, 30); + this.label31.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label31.Name = "label31"; - this.label31.Size = new System.Drawing.Size(65, 12); + this.label31.Size = new System.Drawing.Size(82, 15); this.label31.TabIndex = 0; this.label31.Text = "璁惧缂栧彿锛�"; // // FormMain // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1086, 579); + this.ClientSize = new System.Drawing.Size(1448, 724); this.Controls.Add(this.tabControl1); + this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "FormMain"; this.Text = "涓�姹借繛鏉嗘暟鎹噰闆嗙郴缁熼噰闆嗗悗鍙�"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormMain_FormClosed); -- Gitblit v1.9.3