From ab94f070d797edbe927d7d58a460cc4eddf48b03 Mon Sep 17 00:00:00 2001 From: jace.tang <1536884497@qq.com> Date: 星期一, 13 六月 2022 10:58:40 +0800 Subject: [PATCH] 1.添加检测异常抛出时图片保存动作 --- MainForm.Designer.cs | 619 ++++++++++++++++++++++++++++++++----------------------- 1 files changed, 356 insertions(+), 263 deletions(-) diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs index 4ee8e06..4366d63 100644 --- a/MainForm.Designer.cs +++ b/MainForm.Designer.cs @@ -211,19 +211,20 @@ this.panel4.Controls.Add(this.gbHandTest); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(0, 0); + this.panel4.Margin = new System.Windows.Forms.Padding(4); this.panel4.Name = "panel4"; - this.panel4.Size = new System.Drawing.Size(485, 385); + this.panel4.Size = new System.Drawing.Size(647, 496); this.panel4.TabIndex = 3; // // gbSystemInfo // this.gbSystemInfo.Controls.Add(this.tbSystemInfo); this.gbSystemInfo.Dock = System.Windows.Forms.DockStyle.Fill; - this.gbSystemInfo.Location = new System.Drawing.Point(0, 633); - this.gbSystemInfo.Margin = new System.Windows.Forms.Padding(2); + this.gbSystemInfo.Location = new System.Drawing.Point(0, 792); + this.gbSystemInfo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.gbSystemInfo.Name = "gbSystemInfo"; - this.gbSystemInfo.Padding = new System.Windows.Forms.Padding(2); - this.gbSystemInfo.Size = new System.Drawing.Size(483, 0); + this.gbSystemInfo.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.gbSystemInfo.Size = new System.Drawing.Size(645, 0); this.gbSystemInfo.TabIndex = 22; this.gbSystemInfo.TabStop = false; this.gbSystemInfo.Text = "绯荤粺淇℃伅杩愯鏃ュ織"; @@ -232,13 +233,13 @@ // this.tbSystemInfo.AcceptsReturn = true; this.tbSystemInfo.Dock = System.Windows.Forms.DockStyle.Fill; - this.tbSystemInfo.Location = new System.Drawing.Point(2, 16); - this.tbSystemInfo.Margin = new System.Windows.Forms.Padding(2); + this.tbSystemInfo.Location = new System.Drawing.Point(3, 20); + this.tbSystemInfo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tbSystemInfo.Multiline = true; this.tbSystemInfo.Name = "tbSystemInfo"; this.tbSystemInfo.ReadOnly = true; this.tbSystemInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.tbSystemInfo.Size = new System.Drawing.Size(479, 0); + this.tbSystemInfo.Size = new System.Drawing.Size(639, 0); this.tbSystemInfo.TabIndex = 0; // // panel6 @@ -246,10 +247,10 @@ this.panel6.Controls.Add(this.groupBox4); this.panel6.Controls.Add(this.gbxStatistics); this.panel6.Dock = System.Windows.Forms.DockStyle.Top; - this.panel6.Location = new System.Drawing.Point(0, 427); - this.panel6.Margin = new System.Windows.Forms.Padding(2); + this.panel6.Location = new System.Drawing.Point(0, 534); + this.panel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel6.Name = "panel6"; - this.panel6.Size = new System.Drawing.Size(483, 206); + this.panel6.Size = new System.Drawing.Size(645, 258); this.panel6.TabIndex = 20; // // groupBox4 @@ -257,8 +258,10 @@ this.groupBox4.Controls.Add(this.dgvNG); this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox4.Location = new System.Drawing.Point(0, 0); + this.groupBox4.Margin = new System.Windows.Forms.Padding(4); this.groupBox4.Name = "groupBox4"; - this.groupBox4.Size = new System.Drawing.Size(483, 144); + this.groupBox4.Padding = new System.Windows.Forms.Padding(4); + this.groupBox4.Size = new System.Drawing.Size(645, 180); this.groupBox4.TabIndex = 15; this.groupBox4.TabStop = false; this.groupBox4.Text = "妾㈡脯绲愭灉"; @@ -291,12 +294,14 @@ this.colLengthResult, this.colWidthResult}); this.dgvNG.Dock = System.Windows.Forms.DockStyle.Fill; - this.dgvNG.Location = new System.Drawing.Point(3, 17); + this.dgvNG.Location = new System.Drawing.Point(4, 22); + this.dgvNG.Margin = new System.Windows.Forms.Padding(4); this.dgvNG.Name = "dgvNG"; this.dgvNG.ReadOnly = true; this.dgvNG.RowHeadersVisible = false; + this.dgvNG.RowHeadersWidth = 51; this.dgvNG.RowTemplate.Height = 20; - this.dgvNG.Size = new System.Drawing.Size(477, 124); + this.dgvNG.Size = new System.Drawing.Size(637, 154); this.dgvNG.TabIndex = 17; this.dgvNG.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgvNG_CellFormatting); // @@ -304,6 +309,7 @@ // this.DetectID.DataPropertyName = "DetectID"; this.DetectID.HeaderText = "搴忓彿"; + this.DetectID.MinimumWidth = 6; this.DetectID.Name = "DetectID"; this.DetectID.ReadOnly = true; this.DetectID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; @@ -316,6 +322,7 @@ dataGridViewCellStyle2.Format = "yy-MM-dd HH:mm:ss"; this.dataGridViewTextBoxColumn11.DefaultCellStyle = dataGridViewCellStyle2; this.dataGridViewTextBoxColumn11.HeaderText = "鏃堕棿"; + this.dataGridViewTextBoxColumn11.MinimumWidth = 6; this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; this.dataGridViewTextBoxColumn11.ReadOnly = true; this.dataGridViewTextBoxColumn11.Width = 90; @@ -326,6 +333,7 @@ dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.ProductNo.DefaultCellStyle = dataGridViewCellStyle3; this.ProductNo.HeaderText = "鏉$爜"; + this.ProductNo.MinimumWidth = 6; this.ProductNo.Name = "ProductNo"; this.ProductNo.ReadOnly = true; this.ProductNo.Width = 150; @@ -334,6 +342,7 @@ // this.Column1.DataPropertyName = "PlateID"; this.Column1.HeaderText = "宸ヤ綅"; + this.Column1.MinimumWidth = 6; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 55; @@ -345,6 +354,7 @@ dataGridViewCellStyle4.Format = "0.####"; this.Height.DefaultCellStyle = dataGridViewCellStyle4; this.Height.HeaderText = "FAI9"; + this.Height.MinimumWidth = 6; this.Height.Name = "Height"; this.Height.ReadOnly = true; this.Height.Width = 60; @@ -355,8 +365,10 @@ dataGridViewCellStyle5.Format = "0.####"; this.CellHeight.DefaultCellStyle = dataGridViewCellStyle5; this.CellHeight.HeaderText = "FAI2"; + this.CellHeight.MinimumWidth = 6; this.CellHeight.Name = "CellHeight"; this.CellHeight.ReadOnly = true; + this.CellHeight.Width = 125; // // Length // @@ -365,6 +377,7 @@ dataGridViewCellStyle6.Format = "0.####"; this.Length.DefaultCellStyle = dataGridViewCellStyle6; this.Length.HeaderText = "FAI3"; + this.Length.MinimumWidth = 6; this.Length.Name = "Length"; this.Length.ReadOnly = true; this.Length.Width = 60; @@ -376,6 +389,7 @@ dataGridViewCellStyle7.Format = "0.####"; this.Width.DefaultCellStyle = dataGridViewCellStyle7; this.Width.HeaderText = "FAI12"; + this.Width.MinimumWidth = 6; this.Width.Name = "Width"; this.Width.ReadOnly = true; this.Width.Width = 60; @@ -384,6 +398,7 @@ // this.ProductResult.DataPropertyName = "ProductResult"; this.ProductResult.HeaderText = "浜у搧鍒ゅ畾"; + this.ProductResult.MinimumWidth = 6; this.ProductResult.Name = "ProductResult"; this.ProductResult.ReadOnly = true; this.ProductResult.Width = 80; @@ -392,8 +407,10 @@ // this.colProductNoResult.DataPropertyName = "ProductNoResult"; this.colProductNoResult.HeaderText = "鏉$爜鍒ゅ畾"; + this.colProductNoResult.MinimumWidth = 6; this.colProductNoResult.Name = "colProductNoResult"; this.colProductNoResult.ReadOnly = true; + this.colProductNoResult.Width = 125; // // Column6 // @@ -401,6 +418,7 @@ dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.Column6.DefaultCellStyle = dataGridViewCellStyle8; this.Column6.HeaderText = "楂樺害鍒ゅ畾"; + this.Column6.MinimumWidth = 6; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Width = 80; @@ -409,22 +427,28 @@ // this.colCellHeightResult.DataPropertyName = "CellHeightResult"; this.colCellHeightResult.HeaderText = "渚ц竟楂樺害鍒ゅ畾"; + this.colCellHeightResult.MinimumWidth = 6; this.colCellHeightResult.Name = "colCellHeightResult"; this.colCellHeightResult.ReadOnly = true; + this.colCellHeightResult.Width = 125; // // colLengthResult // this.colLengthResult.DataPropertyName = "LengthResult"; this.colLengthResult.HeaderText = "闀垮害鍒ゅ畾"; + this.colLengthResult.MinimumWidth = 6; this.colLengthResult.Name = "colLengthResult"; this.colLengthResult.ReadOnly = true; + this.colLengthResult.Width = 125; // // colWidthResult // this.colWidthResult.DataPropertyName = "WidthResult"; this.colWidthResult.HeaderText = "瀹藉害鍒ゅ畾"; + this.colWidthResult.MinimumWidth = 6; this.colWidthResult.Name = "colWidthResult"; this.colWidthResult.ReadOnly = true; + this.colWidthResult.Width = 125; // // gbxStatistics // @@ -450,9 +474,11 @@ this.gbxStatistics.Controls.Add(this.lblProductQuantity); this.gbxStatistics.Controls.Add(this.label3); this.gbxStatistics.Dock = System.Windows.Forms.DockStyle.Bottom; - this.gbxStatistics.Location = new System.Drawing.Point(0, 144); + this.gbxStatistics.Location = new System.Drawing.Point(0, 180); + this.gbxStatistics.Margin = new System.Windows.Forms.Padding(4); this.gbxStatistics.Name = "gbxStatistics"; - this.gbxStatistics.Size = new System.Drawing.Size(483, 62); + this.gbxStatistics.Padding = new System.Windows.Forms.Padding(4); + this.gbxStatistics.Size = new System.Drawing.Size(645, 78); this.gbxStatistics.TabIndex = 22; this.gbxStatistics.TabStop = false; this.gbxStatistics.Text = "绲愭灉绲辫▓"; @@ -460,48 +486,45 @@ // lblEmptyQuantity // this.lblEmptyQuantity.AutoSize = true; - this.lblEmptyQuantity.Location = new System.Drawing.Point(757, 20); - this.lblEmptyQuantity.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblEmptyQuantity.Location = new System.Drawing.Point(1009, 25); this.lblEmptyQuantity.Name = "lblEmptyQuantity"; - this.lblEmptyQuantity.Size = new System.Drawing.Size(47, 12); + this.lblEmptyQuantity.Size = new System.Drawing.Size(63, 15); this.lblEmptyQuantity.TabIndex = 20; this.lblEmptyQuantity.Text = "label37"; // // label11 // this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(672, 20); - this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label11.Location = new System.Drawing.Point(896, 25); this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(41, 12); + this.label11.Size = new System.Drawing.Size(52, 15); this.label11.TabIndex = 19; this.label11.Text = "绌虹┐锛�"; // // lblProductNoFailQuantity // this.lblProductNoFailQuantity.AutoSize = true; - this.lblProductNoFailQuantity.Location = new System.Drawing.Point(757, 42); - this.lblProductNoFailQuantity.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblProductNoFailQuantity.Location = new System.Drawing.Point(1009, 52); this.lblProductNoFailQuantity.Name = "lblProductNoFailQuantity"; - this.lblProductNoFailQuantity.Size = new System.Drawing.Size(47, 12); + this.lblProductNoFailQuantity.Size = new System.Drawing.Size(63, 15); this.lblProductNoFailQuantity.TabIndex = 18; this.lblProductNoFailQuantity.Text = "label37"; // // label7 // this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(672, 42); - this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label7.Location = new System.Drawing.Point(896, 52); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(77, 12); + this.label7.Size = new System.Drawing.Size(97, 15); this.label7.TabIndex = 17; this.label7.Text = "鏉$爜閿欒鏁帮細"; // // btnClearResult // - this.btnClearResult.Location = new System.Drawing.Point(817, 35); + this.btnClearResult.Location = new System.Drawing.Point(1089, 44); + this.btnClearResult.Margin = new System.Windows.Forms.Padding(4); this.btnClearResult.Name = "btnClearResult"; - this.btnClearResult.Size = new System.Drawing.Size(76, 23); + this.btnClearResult.Size = new System.Drawing.Size(101, 29); this.btnClearResult.TabIndex = 16; this.btnClearResult.Text = "绲愭灉娓呯┖"; this.btnClearResult.UseVisualStyleBackColor = true; @@ -510,160 +533,144 @@ // lblSizeFailQuantity // this.lblSizeFailQuantity.AutoSize = true; - this.lblSizeFailQuantity.Location = new System.Drawing.Point(608, 42); - this.lblSizeFailQuantity.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblSizeFailQuantity.Location = new System.Drawing.Point(811, 52); this.lblSizeFailQuantity.Name = "lblSizeFailQuantity"; - this.lblSizeFailQuantity.Size = new System.Drawing.Size(47, 12); + this.lblSizeFailQuantity.Size = new System.Drawing.Size(63, 15); this.lblSizeFailQuantity.TabIndex = 15; this.lblSizeFailQuantity.Text = "label37"; // // label31 // this.label31.AutoSize = true; - this.label31.Location = new System.Drawing.Point(517, 42); - this.label31.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label31.Location = new System.Drawing.Point(689, 52); this.label31.Name = "label31"; - this.label31.Size = new System.Drawing.Size(77, 12); + this.label31.Size = new System.Drawing.Size(97, 15); this.label31.TabIndex = 14; this.label31.Text = "灏哄澶辫触鏁帮細"; // // label39 // this.label39.AutoSize = true; - this.label39.Location = new System.Drawing.Point(517, 20); - this.label39.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label39.Location = new System.Drawing.Point(689, 25); this.label39.Name = "label39"; - this.label39.Size = new System.Drawing.Size(53, 12); + this.label39.Size = new System.Drawing.Size(67, 15); this.label39.TabIndex = 13; this.label39.Text = "閫氳繃鐜囷細"; // // lblPassRate // this.lblPassRate.AutoSize = true; - this.lblPassRate.Location = new System.Drawing.Point(608, 20); - this.lblPassRate.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblPassRate.Location = new System.Drawing.Point(811, 25); this.lblPassRate.Name = "lblPassRate"; - this.lblPassRate.Size = new System.Drawing.Size(47, 12); + this.lblPassRate.Size = new System.Drawing.Size(63, 15); this.lblPassRate.TabIndex = 12; this.lblPassRate.Text = "label38"; // // lblSizePassQuantity // this.lblSizePassQuantity.AutoSize = true; - this.lblSizePassQuantity.Location = new System.Drawing.Point(443, 43); - this.lblSizePassQuantity.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblSizePassQuantity.Location = new System.Drawing.Point(591, 54); this.lblSizePassQuantity.Name = "lblSizePassQuantity"; - this.lblSizePassQuantity.Size = new System.Drawing.Size(47, 12); + this.lblSizePassQuantity.Size = new System.Drawing.Size(63, 15); this.lblSizePassQuantity.TabIndex = 11; this.lblSizePassQuantity.Text = "label37"; // // label36 // this.label36.AutoSize = true; - this.label36.Location = new System.Drawing.Point(352, 43); - this.label36.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label36.Location = new System.Drawing.Point(469, 54); this.label36.Name = "label36"; - this.label36.Size = new System.Drawing.Size(77, 12); + this.label36.Size = new System.Drawing.Size(97, 15); this.label36.TabIndex = 10; this.label36.Text = "灏哄閫氳繃鏁帮細"; // // lblHeightFailQuantity // this.lblHeightFailQuantity.AutoSize = true; - this.lblHeightFailQuantity.Location = new System.Drawing.Point(283, 42); - this.lblHeightFailQuantity.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblHeightFailQuantity.Location = new System.Drawing.Point(377, 52); this.lblHeightFailQuantity.Name = "lblHeightFailQuantity"; - this.lblHeightFailQuantity.Size = new System.Drawing.Size(47, 12); + this.lblHeightFailQuantity.Size = new System.Drawing.Size(63, 15); this.lblHeightFailQuantity.TabIndex = 9; this.lblHeightFailQuantity.Text = "label34"; // // label33 // this.label33.AutoSize = true; - this.label33.Location = new System.Drawing.Point(189, 42); - this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label33.Location = new System.Drawing.Point(252, 52); 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 = 8; this.label33.Text = "鍘氬害澶辫触鏁帮細"; // // lblHeightPassQuantity // this.lblHeightPassQuantity.AutoSize = true; - this.lblHeightPassQuantity.Location = new System.Drawing.Point(107, 42); - this.lblHeightPassQuantity.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblHeightPassQuantity.Location = new System.Drawing.Point(143, 52); this.lblHeightPassQuantity.Name = "lblHeightPassQuantity"; - this.lblHeightPassQuantity.Size = new System.Drawing.Size(47, 12); + this.lblHeightPassQuantity.Size = new System.Drawing.Size(63, 15); this.lblHeightPassQuantity.TabIndex = 7; this.lblHeightPassQuantity.Text = "label31"; // // label29 // this.label29.AutoSize = true; - this.label29.Location = new System.Drawing.Point(9, 42); - this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label29.Location = new System.Drawing.Point(12, 52); this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(77, 12); + this.label29.Size = new System.Drawing.Size(97, 15); this.label29.TabIndex = 6; this.label29.Text = "鍘氬害閫氳繃鏁帮細"; // // lblFailQuantity // this.lblFailQuantity.AutoSize = true; - this.lblFailQuantity.Location = new System.Drawing.Point(443, 20); - this.lblFailQuantity.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblFailQuantity.Location = new System.Drawing.Point(591, 25); this.lblFailQuantity.Name = "lblFailQuantity"; - this.lblFailQuantity.Size = new System.Drawing.Size(47, 12); + this.lblFailQuantity.Size = new System.Drawing.Size(63, 15); this.lblFailQuantity.TabIndex = 5; this.lblFailQuantity.Text = "label29"; // // label32 // this.label32.AutoSize = true; - this.label32.Location = new System.Drawing.Point(352, 20); - this.label32.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label32.Location = new System.Drawing.Point(469, 25); this.label32.Name = "label32"; - this.label32.Size = new System.Drawing.Size(65, 12); + this.label32.Size = new System.Drawing.Size(82, 15); this.label32.TabIndex = 4; this.label32.Text = "澶辫触鏁伴噺锛�"; // // lblPassQuantity // this.lblPassQuantity.AutoSize = true; - this.lblPassQuantity.Location = new System.Drawing.Point(283, 20); - this.lblPassQuantity.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblPassQuantity.Location = new System.Drawing.Point(377, 25); this.lblPassQuantity.Name = "lblPassQuantity"; - this.lblPassQuantity.Size = new System.Drawing.Size(47, 12); + this.lblPassQuantity.Size = new System.Drawing.Size(63, 15); this.lblPassQuantity.TabIndex = 3; this.lblPassQuantity.Text = "label31"; // // label30 // this.label30.AutoSize = true; - this.label30.Location = new System.Drawing.Point(189, 20); - this.label30.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label30.Location = new System.Drawing.Point(252, 25); this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(65, 12); + this.label30.Size = new System.Drawing.Size(82, 15); this.label30.TabIndex = 2; this.label30.Text = "閫氳繃鏁伴噺锛�"; // // lblProductQuantity // this.lblProductQuantity.AutoSize = true; - this.lblProductQuantity.Location = new System.Drawing.Point(107, 20); - this.lblProductQuantity.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblProductQuantity.Location = new System.Drawing.Point(143, 25); this.lblProductQuantity.Name = "lblProductQuantity"; - this.lblProductQuantity.Size = new System.Drawing.Size(47, 12); + this.lblProductQuantity.Size = new System.Drawing.Size(63, 15); this.lblProductQuantity.TabIndex = 1; this.lblProductQuantity.Text = "label29"; // // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(9, 20); - this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label3.Location = new System.Drawing.Point(12, 25); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(89, 12); + this.label3.Size = new System.Drawing.Size(112, 15); this.label3.TabIndex = 0; this.label3.Text = "妫�娴嬩骇鍝佹�绘暟锛�"; // @@ -678,10 +685,11 @@ this.tableLayoutPanel4.Controls.Add(this.hcXyView, 0, 0); this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0); + this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(4); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 1; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel4.Size = new System.Drawing.Size(483, 427); + this.tableLayoutPanel4.Size = new System.Drawing.Size(645, 534); this.tableLayoutPanel4.TabIndex = 18; // // hcBarcode @@ -690,11 +698,12 @@ this.hcBarcode.BorderColor = System.Drawing.Color.Black; this.hcBarcode.Dock = System.Windows.Forms.DockStyle.Fill; this.hcBarcode.ImagePart = new System.Drawing.Rectangle(0, 0, 640, 480); - this.hcBarcode.Location = new System.Drawing.Point(325, 3); + this.hcBarcode.Location = new System.Drawing.Point(434, 4); + this.hcBarcode.Margin = new System.Windows.Forms.Padding(4); this.hcBarcode.Name = "hcBarcode"; - this.hcBarcode.Size = new System.Drawing.Size(155, 421); + this.hcBarcode.Size = new System.Drawing.Size(207, 526); this.hcBarcode.TabIndex = 4; - this.hcBarcode.WindowSize = new System.Drawing.Size(155, 421); + this.hcBarcode.WindowSize = new System.Drawing.Size(207, 526); // // hcZView // @@ -702,11 +711,12 @@ this.hcZView.BorderColor = System.Drawing.Color.Black; this.hcZView.Dock = System.Windows.Forms.DockStyle.Fill; this.hcZView.ImagePart = new System.Drawing.Rectangle(0, 0, 640, 480); - this.hcZView.Location = new System.Drawing.Point(164, 3); + this.hcZView.Location = new System.Drawing.Point(219, 4); + this.hcZView.Margin = new System.Windows.Forms.Padding(4); this.hcZView.Name = "hcZView"; - this.hcZView.Size = new System.Drawing.Size(155, 421); + this.hcZView.Size = new System.Drawing.Size(207, 526); this.hcZView.TabIndex = 1; - this.hcZView.WindowSize = new System.Drawing.Size(155, 421); + this.hcZView.WindowSize = new System.Drawing.Size(207, 526); // // hcXyView // @@ -715,11 +725,12 @@ this.hcXyView.BorderColor = System.Drawing.Color.Black; this.hcXyView.Dock = System.Windows.Forms.DockStyle.Fill; this.hcXyView.ImagePart = new System.Drawing.Rectangle(0, 0, 640, 480); - this.hcXyView.Location = new System.Drawing.Point(3, 3); + this.hcXyView.Location = new System.Drawing.Point(4, 4); + this.hcXyView.Margin = new System.Windows.Forms.Padding(4); this.hcXyView.Name = "hcXyView"; - this.hcXyView.Size = new System.Drawing.Size(155, 421); + this.hcXyView.Size = new System.Drawing.Size(207, 526); this.hcXyView.TabIndex = 3; - this.hcXyView.WindowSize = new System.Drawing.Size(155, 421); + this.hcXyView.WindowSize = new System.Drawing.Size(207, 526); // // gbHandTest // @@ -728,9 +739,11 @@ this.gbHandTest.Controls.Add(this.btnStation2); this.gbHandTest.Controls.Add(this.btnTableAction); this.gbHandTest.Dock = System.Windows.Forms.DockStyle.Bottom; - this.gbHandTest.Location = new System.Drawing.Point(0, 283); + this.gbHandTest.Location = new System.Drawing.Point(0, 369); + this.gbHandTest.Margin = new System.Windows.Forms.Padding(4); this.gbHandTest.Name = "gbHandTest"; - this.gbHandTest.Size = new System.Drawing.Size(483, 100); + this.gbHandTest.Padding = new System.Windows.Forms.Padding(4); + this.gbHandTest.Size = new System.Drawing.Size(645, 125); this.gbHandTest.TabIndex = 17; this.gbHandTest.TabStop = false; this.gbHandTest.Text = "鎵嬪嫊娓│"; @@ -739,9 +752,10 @@ // this.cbHandXi.Appearance = System.Windows.Forms.Appearance.Button; this.cbHandXi.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); - this.cbHandXi.Location = new System.Drawing.Point(6, 21); + this.cbHandXi.Location = new System.Drawing.Point(8, 26); + this.cbHandXi.Margin = new System.Windows.Forms.Padding(4); this.cbHandXi.Name = "cbHandXi"; - this.cbHandXi.Size = new System.Drawing.Size(95, 75); + this.cbHandXi.Size = new System.Drawing.Size(127, 94); this.cbHandXi.TabIndex = 76; this.cbHandXi.Text = "鎵嬪姩鍚�"; this.cbHandXi.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; @@ -751,9 +765,10 @@ // btnStation4 // this.btnStation4.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); - this.btnStation4.Location = new System.Drawing.Point(345, 21); + this.btnStation4.Location = new System.Drawing.Point(460, 26); + this.btnStation4.Margin = new System.Windows.Forms.Padding(4); this.btnStation4.Name = "btnStation4"; - this.btnStation4.Size = new System.Drawing.Size(95, 75); + this.btnStation4.Size = new System.Drawing.Size(127, 94); this.btnStation4.TabIndex = 75; this.btnStation4.Text = " 4# 妫�娴�"; this.btnStation4.UseVisualStyleBackColor = true; @@ -762,9 +777,10 @@ // btnStation2 // this.btnStation2.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); - this.btnStation2.Location = new System.Drawing.Point(232, 21); + this.btnStation2.Location = new System.Drawing.Point(309, 26); + this.btnStation2.Margin = new System.Windows.Forms.Padding(4); this.btnStation2.Name = "btnStation2"; - this.btnStation2.Size = new System.Drawing.Size(95, 75); + this.btnStation2.Size = new System.Drawing.Size(127, 94); this.btnStation2.TabIndex = 73; this.btnStation2.Text = " 2# 妫�娴�"; this.btnStation2.UseVisualStyleBackColor = true; @@ -773,9 +789,10 @@ // btnTableAction // this.btnTableAction.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); - this.btnTableAction.Location = new System.Drawing.Point(119, 21); + this.btnTableAction.Location = new System.Drawing.Point(159, 26); + this.btnTableAction.Margin = new System.Windows.Forms.Padding(4); this.btnTableAction.Name = "btnTableAction"; - this.btnTableAction.Size = new System.Drawing.Size(95, 75); + this.btnTableAction.Size = new System.Drawing.Size(127, 94); this.btnTableAction.TabIndex = 74; this.btnTableAction.Text = "杞洏鍔ㄤ綔"; this.btnTableAction.UseVisualStyleBackColor = true; @@ -786,9 +803,10 @@ this.panel7.Controls.Add(this.panel4); this.panel7.Controls.Add(this.panel5); this.panel7.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel7.Location = new System.Drawing.Point(0, 58); + this.panel7.Location = new System.Drawing.Point(0, 72); + this.panel7.Margin = new System.Windows.Forms.Padding(4); this.panel7.Name = "panel7"; - this.panel7.Size = new System.Drawing.Size(856, 385); + this.panel7.Size = new System.Drawing.Size(1141, 496); this.panel7.TabIndex = 5; // // panel5 @@ -802,18 +820,21 @@ this.panel5.Controls.Add(this.panel8); this.panel5.Controls.Add(this.tableLayoutPanel1); this.panel5.Dock = System.Windows.Forms.DockStyle.Right; - this.panel5.Location = new System.Drawing.Point(485, 0); + this.panel5.Location = new System.Drawing.Point(647, 0); + this.panel5.Margin = new System.Windows.Forms.Padding(4); this.panel5.Name = "panel5"; - this.panel5.Size = new System.Drawing.Size(371, 385); + this.panel5.Size = new System.Drawing.Size(494, 496); this.panel5.TabIndex = 92; // // groupBox2 // this.groupBox2.Controls.Add(this.tbPLCMsg); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; - this.groupBox2.Location = new System.Drawing.Point(0, 255); + this.groupBox2.Location = new System.Drawing.Point(0, 319); + this.groupBox2.Margin = new System.Windows.Forms.Padding(4); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(369, 0); + this.groupBox2.Padding = new System.Windows.Forms.Padding(4); + this.groupBox2.Size = new System.Drawing.Size(492, 0); this.groupBox2.TabIndex = 104; this.groupBox2.TabStop = false; this.groupBox2.Text = "PLC"; @@ -821,11 +842,12 @@ // tbPLCMsg // this.tbPLCMsg.Dock = System.Windows.Forms.DockStyle.Fill; - this.tbPLCMsg.Location = new System.Drawing.Point(3, 17); + this.tbPLCMsg.Location = new System.Drawing.Point(4, 22); + this.tbPLCMsg.Margin = new System.Windows.Forms.Padding(4); this.tbPLCMsg.Multiline = true; this.tbPLCMsg.Name = "tbPLCMsg"; this.tbPLCMsg.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.tbPLCMsg.Size = new System.Drawing.Size(363, 0); + this.tbPLCMsg.Size = new System.Drawing.Size(484, 0); this.tbPLCMsg.TabIndex = 0; // // groupBox1 @@ -835,9 +857,11 @@ this.groupBox1.Controls.Add(this.btnSetupRunMode); this.groupBox1.Controls.Add(this.btnConfig); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; - this.groupBox1.Location = new System.Drawing.Point(0, 198); + this.groupBox1.Location = new System.Drawing.Point(0, 248); + this.groupBox1.Margin = new System.Windows.Forms.Padding(4); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(369, 57); + this.groupBox1.Padding = new System.Windows.Forms.Padding(4); + this.groupBox1.Size = new System.Drawing.Size(492, 71); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "閰嶇疆瑾挎暣"; @@ -845,9 +869,10 @@ // btnPLCSignal // this.btnPLCSignal.Font = new System.Drawing.Font("瀹嬩綋", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btnPLCSignal.Location = new System.Drawing.Point(85, 17); + this.btnPLCSignal.Location = new System.Drawing.Point(113, 21); + this.btnPLCSignal.Margin = new System.Windows.Forms.Padding(4); this.btnPLCSignal.Name = "btnPLCSignal"; - this.btnPLCSignal.Size = new System.Drawing.Size(74, 31); + this.btnPLCSignal.Size = new System.Drawing.Size(99, 39); this.btnPLCSignal.TabIndex = 8; this.btnPLCSignal.Text = "PLC淇¤櫉"; this.btnPLCSignal.UseVisualStyleBackColor = true; @@ -858,18 +883,21 @@ this.gbDetectionOption.Controls.Add(this.rbStandardBlock); this.gbDetectionOption.Controls.Add(this.rbProductOption); this.gbDetectionOption.Font = new System.Drawing.Font("瀹嬩綋", 9F); - this.gbDetectionOption.Location = new System.Drawing.Point(251, 11); + this.gbDetectionOption.Location = new System.Drawing.Point(335, 14); + this.gbDetectionOption.Margin = new System.Windows.Forms.Padding(4); this.gbDetectionOption.Name = "gbDetectionOption"; - this.gbDetectionOption.Size = new System.Drawing.Size(112, 37); + this.gbDetectionOption.Padding = new System.Windows.Forms.Padding(4); + this.gbDetectionOption.Size = new System.Drawing.Size(149, 46); this.gbDetectionOption.TabIndex = 7; this.gbDetectionOption.TabStop = false; // // rbStandardBlock // this.rbStandardBlock.AutoSize = true; - this.rbStandardBlock.Location = new System.Drawing.Point(53, 16); + this.rbStandardBlock.Location = new System.Drawing.Point(71, 20); + this.rbStandardBlock.Margin = new System.Windows.Forms.Padding(4); this.rbStandardBlock.Name = "rbStandardBlock"; - this.rbStandardBlock.Size = new System.Drawing.Size(59, 16); + this.rbStandardBlock.Size = new System.Drawing.Size(73, 19); this.rbStandardBlock.TabIndex = 1; this.rbStandardBlock.Text = "妯欐簴濉�"; this.rbStandardBlock.UseVisualStyleBackColor = true; @@ -879,9 +907,10 @@ // this.rbProductOption.AutoSize = true; this.rbProductOption.Checked = true; - this.rbProductOption.Location = new System.Drawing.Point(5, 16); + this.rbProductOption.Location = new System.Drawing.Point(7, 20); + this.rbProductOption.Margin = new System.Windows.Forms.Padding(4); this.rbProductOption.Name = "rbProductOption"; - this.rbProductOption.Size = new System.Drawing.Size(47, 16); + this.rbProductOption.Size = new System.Drawing.Size(58, 19); this.rbProductOption.TabIndex = 0; this.rbProductOption.TabStop = true; this.rbProductOption.Text = "鐢㈠搧"; @@ -891,9 +920,10 @@ // btnSetupRunMode // this.btnSetupRunMode.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btnSetupRunMode.Location = new System.Drawing.Point(160, 17); + this.btnSetupRunMode.Location = new System.Drawing.Point(213, 21); + this.btnSetupRunMode.Margin = new System.Windows.Forms.Padding(4); this.btnSetupRunMode.Name = "btnSetupRunMode"; - this.btnSetupRunMode.Size = new System.Drawing.Size(85, 31); + this.btnSetupRunMode.Size = new System.Drawing.Size(113, 39); this.btnSetupRunMode.TabIndex = 5; this.btnSetupRunMode.Text = "閬嬭妯″紡"; this.btnSetupRunMode.UseVisualStyleBackColor = true; @@ -902,9 +932,10 @@ // btnConfig // this.btnConfig.Font = new System.Drawing.Font("瀹嬩綋", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.btnConfig.Location = new System.Drawing.Point(6, 17); + this.btnConfig.Location = new System.Drawing.Point(8, 21); + this.btnConfig.Margin = new System.Windows.Forms.Padding(4); this.btnConfig.Name = "btnConfig"; - this.btnConfig.Size = new System.Drawing.Size(78, 31); + this.btnConfig.Size = new System.Drawing.Size(104, 39); this.btnConfig.TabIndex = 0; this.btnConfig.Text = "閰嶇疆"; this.btnConfig.UseVisualStyleBackColor = true; @@ -914,10 +945,10 @@ // this.panel9.Controls.Add(this.groupBox5); this.panel9.Dock = System.Windows.Forms.DockStyle.Bottom; - this.panel9.Location = new System.Drawing.Point(0, 97); - this.panel9.Margin = new System.Windows.Forms.Padding(2); + this.panel9.Location = new System.Drawing.Point(0, 137); + this.panel9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel9.Name = "panel9"; - this.panel9.Size = new System.Drawing.Size(369, 81); + this.panel9.Size = new System.Drawing.Size(492, 101); this.panel9.TabIndex = 103; // // groupBox5 @@ -942,8 +973,10 @@ this.groupBox5.Controls.Add(this.label70); this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox5.Location = new System.Drawing.Point(0, 0); + this.groupBox5.Margin = new System.Windows.Forms.Padding(4); this.groupBox5.Name = "groupBox5"; - this.groupBox5.Size = new System.Drawing.Size(369, 81); + this.groupBox5.Padding = new System.Windows.Forms.Padding(4); + this.groupBox5.Size = new System.Drawing.Size(492, 101); this.groupBox5.TabIndex = 17; this.groupBox5.TabStop = false; this.groupBox5.Text = "杌镐綅缃俊鎭�"; @@ -951,168 +984,176 @@ // label10 // this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(299, 54); - this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label10.Location = new System.Drawing.Point(399, 68); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(29, 12); + this.label10.Size = new System.Drawing.Size(37, 15); this.label10.TabIndex = 27; this.label10.Text = "涓嬫枡"; // // tbUnloadTime // - this.tbUnloadTime.Location = new System.Drawing.Point(329, 50); + this.tbUnloadTime.Location = new System.Drawing.Point(439, 62); + this.tbUnloadTime.Margin = new System.Windows.Forms.Padding(4); this.tbUnloadTime.Name = "tbUnloadTime"; this.tbUnloadTime.ReadOnly = true; - this.tbUnloadTime.Size = new System.Drawing.Size(38, 21); + this.tbUnloadTime.Size = new System.Drawing.Size(49, 25); this.tbUnloadTime.TabIndex = 26; this.tbUnloadTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label9 // this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(229, 55); - this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label9.Location = new System.Drawing.Point(305, 69); this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(29, 12); + this.label9.Size = new System.Drawing.Size(37, 15); this.label9.TabIndex = 25; this.label9.Text = "涓婃枡"; // // tbUploadTime // - this.tbUploadTime.Location = new System.Drawing.Point(259, 51); + this.tbUploadTime.Location = new System.Drawing.Point(345, 64); + this.tbUploadTime.Margin = new System.Windows.Forms.Padding(4); this.tbUploadTime.Name = "tbUploadTime"; this.tbUploadTime.ReadOnly = true; - this.tbUploadTime.Size = new System.Drawing.Size(38, 21); + this.tbUploadTime.Size = new System.Drawing.Size(49, 25); this.tbUploadTime.TabIndex = 24; this.tbUploadTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // tbCT // - this.tbCT.Location = new System.Drawing.Point(48, 51); + this.tbCT.Location = new System.Drawing.Point(64, 64); + this.tbCT.Margin = new System.Windows.Forms.Padding(4); this.tbCT.Name = "tbCT"; this.tbCT.ReadOnly = true; - this.tbCT.Size = new System.Drawing.Size(38, 21); + this.tbCT.Size = new System.Drawing.Size(49, 25); this.tbCT.TabIndex = 23; this.tbCT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // tbSizeTime // - this.tbSizeTime.Location = new System.Drawing.Point(189, 51); + this.tbSizeTime.Location = new System.Drawing.Point(252, 64); + this.tbSizeTime.Margin = new System.Windows.Forms.Padding(4); this.tbSizeTime.Name = "tbSizeTime"; this.tbSizeTime.ReadOnly = true; - this.tbSizeTime.Size = new System.Drawing.Size(38, 21); + this.tbSizeTime.Size = new System.Drawing.Size(49, 25); this.tbSizeTime.TabIndex = 22; this.tbSizeTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label8 // this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(155, 54); - this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label8.Location = new System.Drawing.Point(207, 68); this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(29, 12); + this.label8.Size = new System.Drawing.Size(37, 15); this.label8.TabIndex = 21; this.label8.Text = "闀垮"; // // label6 // this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(91, 53); - this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label6.Location = new System.Drawing.Point(121, 66); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(17, 12); + this.label6.Size = new System.Drawing.Size(22, 15); this.label6.TabIndex = 21; this.label6.Text = "楂�"; // // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(5, 53); - this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label2.Location = new System.Drawing.Point(7, 66); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(41, 12); + this.label2.Size = new System.Drawing.Size(55, 15); this.label2.TabIndex = 19; this.label2.Text = "C/T(s)"; this.label2.DoubleClick += new System.EventHandler(this.label2_DoubleClick); // // tbHeightTime // - this.tbHeightTime.Location = new System.Drawing.Point(113, 51); + this.tbHeightTime.Location = new System.Drawing.Point(151, 64); + this.tbHeightTime.Margin = new System.Windows.Forms.Padding(4); this.tbHeightTime.Name = "tbHeightTime"; this.tbHeightTime.ReadOnly = true; - this.tbHeightTime.Size = new System.Drawing.Size(38, 21); + this.tbHeightTime.Size = new System.Drawing.Size(49, 25); this.tbHeightTime.TabIndex = 18; this.tbHeightTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // tbX2axisLoPos // - this.tbX2axisLoPos.Location = new System.Drawing.Point(219, 19); + this.tbX2axisLoPos.Location = new System.Drawing.Point(292, 24); + this.tbX2axisLoPos.Margin = new System.Windows.Forms.Padding(4); this.tbX2axisLoPos.Name = "tbX2axisLoPos"; this.tbX2axisLoPos.ReadOnly = true; - this.tbX2axisLoPos.Size = new System.Drawing.Size(58, 21); + this.tbX2axisLoPos.Size = new System.Drawing.Size(76, 25); this.tbX2axisLoPos.TabIndex = 4; this.tbX2axisLoPos.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // tbX1axisLoPos // - this.tbX1axisLoPos.Location = new System.Drawing.Point(34, 19); + this.tbX1axisLoPos.Location = new System.Drawing.Point(45, 24); + this.tbX1axisLoPos.Margin = new System.Windows.Forms.Padding(4); this.tbX1axisLoPos.Name = "tbX1axisLoPos"; this.tbX1axisLoPos.ReadOnly = true; - this.tbX1axisLoPos.Size = new System.Drawing.Size(58, 21); + this.tbX1axisLoPos.Size = new System.Drawing.Size(76, 25); this.tbX1axisLoPos.TabIndex = 4; this.tbX1axisLoPos.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(190, 23); + this.label5.Location = new System.Drawing.Point(253, 29); + this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(23, 12); + this.label5.Size = new System.Drawing.Size(31, 15); this.label5.TabIndex = 3; this.label5.Text = "X2:"; // // tbY2axisLoPos // - this.tbY2axisLoPos.Location = new System.Drawing.Point(309, 19); + this.tbY2axisLoPos.Location = new System.Drawing.Point(412, 24); + this.tbY2axisLoPos.Margin = new System.Windows.Forms.Padding(4); this.tbY2axisLoPos.Name = "tbY2axisLoPos"; this.tbY2axisLoPos.ReadOnly = true; - this.tbY2axisLoPos.Size = new System.Drawing.Size(58, 21); + this.tbY2axisLoPos.Size = new System.Drawing.Size(76, 25); this.tbY2axisLoPos.TabIndex = 5; this.tbY2axisLoPos.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label69 // this.label69.AutoSize = true; - this.label69.Location = new System.Drawing.Point(5, 23); + this.label69.Location = new System.Drawing.Point(7, 29); + this.label69.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label69.Name = "label69"; - this.label69.Size = new System.Drawing.Size(23, 12); + this.label69.Size = new System.Drawing.Size(31, 15); this.label69.TabIndex = 3; this.label69.Text = "X1:"; // // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(281, 23); + this.label4.Location = new System.Drawing.Point(375, 29); + this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(23, 12); + this.label4.Size = new System.Drawing.Size(31, 15); this.label4.TabIndex = 2; this.label4.Text = "Y2:"; // // tbY1axisLoPos // - this.tbY1axisLoPos.Location = new System.Drawing.Point(125, 19); + this.tbY1axisLoPos.Location = new System.Drawing.Point(167, 24); + this.tbY1axisLoPos.Margin = new System.Windows.Forms.Padding(4); this.tbY1axisLoPos.Name = "tbY1axisLoPos"; this.tbY1axisLoPos.ReadOnly = true; - this.tbY1axisLoPos.Size = new System.Drawing.Size(58, 21); + this.tbY1axisLoPos.Size = new System.Drawing.Size(76, 25); this.tbY1axisLoPos.TabIndex = 5; this.tbY1axisLoPos.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label70 // this.label70.AutoSize = true; - this.label70.Location = new System.Drawing.Point(97, 23); + this.label70.Location = new System.Drawing.Point(129, 29); + this.label70.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label70.Name = "label70"; - this.label70.Size = new System.Drawing.Size(23, 12); + this.label70.Size = new System.Drawing.Size(31, 15); this.label70.TabIndex = 2; this.label70.Text = "Y1:"; // @@ -1120,9 +1161,10 @@ // this.panel2.Controls.Add(this.lbDisplayState); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; - this.panel2.Location = new System.Drawing.Point(0, 178); + this.panel2.Location = new System.Drawing.Point(0, 238); + this.panel2.Margin = new System.Windows.Forms.Padding(4); this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(369, 52); + this.panel2.Size = new System.Drawing.Size(492, 65); this.panel2.TabIndex = 102; // // lbDisplayState @@ -1131,8 +1173,9 @@ this.lbDisplayState.Dock = System.Windows.Forms.DockStyle.Fill; this.lbDisplayState.Font = new System.Drawing.Font("瀹嬩綋", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbDisplayState.Location = new System.Drawing.Point(0, 0); + this.lbDisplayState.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbDisplayState.Name = "lbDisplayState"; - this.lbDisplayState.Size = new System.Drawing.Size(369, 52); + this.lbDisplayState.Size = new System.Drawing.Size(492, 65); this.lbDisplayState.TabIndex = 6; this.lbDisplayState.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // @@ -1144,18 +1187,21 @@ this.groupBox8.Controls.Add(this.groupBox10); this.groupBox8.Controls.Add(this.groupBox11); this.groupBox8.Dock = System.Windows.Forms.DockStyle.Bottom; - this.groupBox8.Location = new System.Drawing.Point(0, 230); + this.groupBox8.Location = new System.Drawing.Point(0, 303); + this.groupBox8.Margin = new System.Windows.Forms.Padding(4); this.groupBox8.Name = "groupBox8"; - this.groupBox8.Size = new System.Drawing.Size(369, 153); + this.groupBox8.Padding = new System.Windows.Forms.Padding(4); + this.groupBox8.Size = new System.Drawing.Size(492, 191); this.groupBox8.TabIndex = 100; this.groupBox8.TabStop = false; this.groupBox8.Text = "娓噺闋呭垽鏂锋浠惰ō瀹�"; // // btnSaveConfig // - this.btnSaveConfig.Location = new System.Drawing.Point(313, 19); + this.btnSaveConfig.Location = new System.Drawing.Point(417, 24); + this.btnSaveConfig.Margin = new System.Windows.Forms.Padding(4); this.btnSaveConfig.Name = "btnSaveConfig"; - this.btnSaveConfig.Size = new System.Drawing.Size(45, 56); + this.btnSaveConfig.Size = new System.Drawing.Size(60, 70); this.btnSaveConfig.TabIndex = 2; this.btnSaveConfig.Text = "淇濆瓨"; this.btnSaveConfig.UseVisualStyleBackColor = true; @@ -1169,62 +1215,70 @@ this.groupBox12.Controls.Add(this.label25); this.groupBox12.Controls.Add(this.label26); this.groupBox12.Controls.Add(this.label27); - this.groupBox12.Location = new System.Drawing.Point(159, 87); + this.groupBox12.Location = new System.Drawing.Point(212, 109); + this.groupBox12.Margin = new System.Windows.Forms.Padding(4); this.groupBox12.Name = "groupBox12"; - this.groupBox12.Size = new System.Drawing.Size(150, 64); + this.groupBox12.Padding = new System.Windows.Forms.Padding(4); + this.groupBox12.Size = new System.Drawing.Size(200, 80); this.groupBox12.TabIndex = 1; this.groupBox12.TabStop = false; this.groupBox12.Text = "FAI9"; // // textBox1 // - this.textBox1.Location = new System.Drawing.Point(42, 13); + this.textBox1.Location = new System.Drawing.Point(56, 16); + this.textBox1.Margin = new System.Windows.Forms.Padding(4); this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(81, 21); + this.textBox1.Size = new System.Drawing.Size(107, 25); this.textBox1.TabIndex = 2; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label23 // this.label23.AutoSize = true; - this.label23.Location = new System.Drawing.Point(125, 17); + this.label23.Location = new System.Drawing.Point(167, 21); + this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label23.Name = "label23"; - this.label23.Size = new System.Drawing.Size(17, 12); + this.label23.Size = new System.Drawing.Size(23, 15); this.label23.TabIndex = 0; this.label23.Text = "mm"; // // textBox2 // - this.textBox2.Location = new System.Drawing.Point(41, 38); + this.textBox2.Location = new System.Drawing.Point(55, 48); + this.textBox2.Margin = new System.Windows.Forms.Padding(4); this.textBox2.Name = "textBox2"; - this.textBox2.Size = new System.Drawing.Size(81, 21); + this.textBox2.Size = new System.Drawing.Size(107, 25); this.textBox2.TabIndex = 2; this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label25 // this.label25.AutoSize = true; - this.label25.Location = new System.Drawing.Point(7, 17); + this.label25.Location = new System.Drawing.Point(9, 21); + this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label25.Name = "label25"; - this.label25.Size = new System.Drawing.Size(29, 12); + this.label25.Size = new System.Drawing.Size(39, 15); this.label25.TabIndex = 0; this.label25.Text = "Min:"; // // label26 // this.label26.AutoSize = true; - this.label26.Location = new System.Drawing.Point(124, 41); + this.label26.Location = new System.Drawing.Point(165, 51); + this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label26.Name = "label26"; - this.label26.Size = new System.Drawing.Size(17, 12); + this.label26.Size = new System.Drawing.Size(23, 15); this.label26.TabIndex = 0; this.label26.Text = "mm"; // // label27 // this.label27.AutoSize = true; - this.label27.Location = new System.Drawing.Point(6, 41); + this.label27.Location = new System.Drawing.Point(8, 51); + this.label27.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(29, 12); + this.label27.Size = new System.Drawing.Size(39, 15); this.label27.TabIndex = 0; this.label27.Text = "Max:"; // @@ -1236,62 +1290,70 @@ this.groupBox9.Controls.Add(this.label126); this.groupBox9.Controls.Add(this.label21); this.groupBox9.Controls.Add(this.label24); - this.groupBox9.Location = new System.Drawing.Point(4, 85); + this.groupBox9.Location = new System.Drawing.Point(5, 106); + this.groupBox9.Margin = new System.Windows.Forms.Padding(4); this.groupBox9.Name = "groupBox9"; - this.groupBox9.Size = new System.Drawing.Size(150, 65); + this.groupBox9.Padding = new System.Windows.Forms.Padding(4); + this.groupBox9.Size = new System.Drawing.Size(200, 81); this.groupBox9.TabIndex = 1; this.groupBox9.TabStop = false; this.groupBox9.Text = "FAI2"; // // textBox16 // - this.textBox16.Location = new System.Drawing.Point(42, 15); + this.textBox16.Location = new System.Drawing.Point(56, 19); + this.textBox16.Margin = new System.Windows.Forms.Padding(4); this.textBox16.Name = "textBox16"; - this.textBox16.Size = new System.Drawing.Size(81, 21); + this.textBox16.Size = new System.Drawing.Size(107, 25); this.textBox16.TabIndex = 2; this.textBox16.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label127 // this.label127.AutoSize = true; - this.label127.Location = new System.Drawing.Point(125, 19); + this.label127.Location = new System.Drawing.Point(167, 24); + this.label127.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label127.Name = "label127"; - this.label127.Size = new System.Drawing.Size(17, 12); + this.label127.Size = new System.Drawing.Size(23, 15); this.label127.TabIndex = 0; this.label127.Text = "mm"; // // textBox11 // - this.textBox11.Location = new System.Drawing.Point(41, 39); + this.textBox11.Location = new System.Drawing.Point(55, 49); + this.textBox11.Margin = new System.Windows.Forms.Padding(4); this.textBox11.Name = "textBox11"; - this.textBox11.Size = new System.Drawing.Size(81, 21); + this.textBox11.Size = new System.Drawing.Size(107, 25); this.textBox11.TabIndex = 2; this.textBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label126 // this.label126.AutoSize = true; - this.label126.Location = new System.Drawing.Point(7, 19); + this.label126.Location = new System.Drawing.Point(9, 24); + this.label126.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label126.Name = "label126"; - this.label126.Size = new System.Drawing.Size(29, 12); + this.label126.Size = new System.Drawing.Size(39, 15); this.label126.TabIndex = 0; this.label126.Text = "Min:"; // // label21 // this.label21.AutoSize = true; - this.label21.Location = new System.Drawing.Point(124, 42); + this.label21.Location = new System.Drawing.Point(165, 52); + this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(17, 12); + this.label21.Size = new System.Drawing.Size(23, 15); this.label21.TabIndex = 0; this.label21.Text = "mm"; // // label24 // this.label24.AutoSize = true; - this.label24.Location = new System.Drawing.Point(6, 42); + this.label24.Location = new System.Drawing.Point(8, 52); + this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label24.Name = "label24"; - this.label24.Size = new System.Drawing.Size(29, 12); + this.label24.Size = new System.Drawing.Size(39, 15); this.label24.TabIndex = 0; this.label24.Text = "Max:"; // @@ -1303,62 +1365,70 @@ this.groupBox10.Controls.Add(this.label17); this.groupBox10.Controls.Add(this.label18); this.groupBox10.Controls.Add(this.label19); - this.groupBox10.Location = new System.Drawing.Point(4, 15); + this.groupBox10.Location = new System.Drawing.Point(5, 19); + this.groupBox10.Margin = new System.Windows.Forms.Padding(4); this.groupBox10.Name = "groupBox10"; - this.groupBox10.Size = new System.Drawing.Size(150, 66); + this.groupBox10.Padding = new System.Windows.Forms.Padding(4); + this.groupBox10.Size = new System.Drawing.Size(200, 82); this.groupBox10.TabIndex = 1; this.groupBox10.TabStop = false; this.groupBox10.Text = "FAI3"; // // textBox10 // - this.textBox10.Location = new System.Drawing.Point(41, 15); + this.textBox10.Location = new System.Drawing.Point(55, 19); + this.textBox10.Margin = new System.Windows.Forms.Padding(4); this.textBox10.Name = "textBox10"; - this.textBox10.Size = new System.Drawing.Size(81, 21); + this.textBox10.Size = new System.Drawing.Size(107, 25); this.textBox10.TabIndex = 2; this.textBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label35 // this.label35.AutoSize = true; - this.label35.Location = new System.Drawing.Point(124, 19); + this.label35.Location = new System.Drawing.Point(165, 24); + this.label35.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label35.Name = "label35"; - this.label35.Size = new System.Drawing.Size(17, 12); + this.label35.Size = new System.Drawing.Size(23, 15); this.label35.TabIndex = 0; this.label35.Text = "mm"; // // textBox7 // - this.textBox7.Location = new System.Drawing.Point(41, 39); + this.textBox7.Location = new System.Drawing.Point(55, 49); + this.textBox7.Margin = new System.Windows.Forms.Padding(4); this.textBox7.Name = "textBox7"; - this.textBox7.Size = new System.Drawing.Size(81, 21); + this.textBox7.Size = new System.Drawing.Size(107, 25); this.textBox7.TabIndex = 2; this.textBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label17 // this.label17.AutoSize = true; - this.label17.Location = new System.Drawing.Point(5, 17); + this.label17.Location = new System.Drawing.Point(7, 21); + this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(29, 12); + this.label17.Size = new System.Drawing.Size(39, 15); this.label17.TabIndex = 0; this.label17.Text = "Min:"; // // label18 // this.label18.AutoSize = true; - this.label18.Location = new System.Drawing.Point(124, 43); + this.label18.Location = new System.Drawing.Point(165, 54); + this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(17, 12); + this.label18.Size = new System.Drawing.Size(23, 15); this.label18.TabIndex = 0; this.label18.Text = "mm"; // // label19 // this.label19.AutoSize = true; - this.label19.Location = new System.Drawing.Point(6, 43); + this.label19.Location = new System.Drawing.Point(8, 54); + this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(29, 12); + this.label19.Size = new System.Drawing.Size(39, 15); this.label19.TabIndex = 0; this.label19.Text = "Max:"; // @@ -1370,62 +1440,70 @@ this.groupBox11.Controls.Add(this.label124); this.groupBox11.Controls.Add(this.label20); this.groupBox11.Controls.Add(this.label22); - this.groupBox11.Location = new System.Drawing.Point(157, 15); + this.groupBox11.Location = new System.Drawing.Point(209, 19); + this.groupBox11.Margin = new System.Windows.Forms.Padding(4); this.groupBox11.Name = "groupBox11"; - this.groupBox11.Size = new System.Drawing.Size(150, 66); + this.groupBox11.Padding = new System.Windows.Forms.Padding(4); + this.groupBox11.Size = new System.Drawing.Size(200, 82); this.groupBox11.TabIndex = 1; this.groupBox11.TabStop = false; this.groupBox11.Text = "FAI12"; // // textBox15 // - this.textBox15.Location = new System.Drawing.Point(42, 13); + this.textBox15.Location = new System.Drawing.Point(56, 16); + this.textBox15.Margin = new System.Windows.Forms.Padding(4); this.textBox15.Name = "textBox15"; - this.textBox15.Size = new System.Drawing.Size(81, 21); + this.textBox15.Size = new System.Drawing.Size(107, 25); this.textBox15.TabIndex = 2; this.textBox15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label125 // this.label125.AutoSize = true; - this.label125.Location = new System.Drawing.Point(125, 17); + this.label125.Location = new System.Drawing.Point(167, 21); + this.label125.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label125.Name = "label125"; - this.label125.Size = new System.Drawing.Size(17, 12); + this.label125.Size = new System.Drawing.Size(23, 15); this.label125.TabIndex = 0; this.label125.Text = "mm"; // // textBox9 // - this.textBox9.Location = new System.Drawing.Point(41, 38); + this.textBox9.Location = new System.Drawing.Point(55, 48); + this.textBox9.Margin = new System.Windows.Forms.Padding(4); this.textBox9.Name = "textBox9"; - this.textBox9.Size = new System.Drawing.Size(81, 21); + this.textBox9.Size = new System.Drawing.Size(107, 25); this.textBox9.TabIndex = 2; this.textBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label124 // this.label124.AutoSize = true; - this.label124.Location = new System.Drawing.Point(7, 17); + this.label124.Location = new System.Drawing.Point(9, 21); + this.label124.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label124.Name = "label124"; - this.label124.Size = new System.Drawing.Size(29, 12); + this.label124.Size = new System.Drawing.Size(39, 15); this.label124.TabIndex = 0; this.label124.Text = "Min:"; // // label20 // this.label20.AutoSize = true; - this.label20.Location = new System.Drawing.Point(124, 41); + this.label20.Location = new System.Drawing.Point(165, 51); + this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(17, 12); + this.label20.Size = new System.Drawing.Size(23, 15); this.label20.TabIndex = 0; this.label20.Text = "mm"; // // label22 // this.label22.AutoSize = true; - this.label22.Location = new System.Drawing.Point(6, 41); + this.label22.Location = new System.Drawing.Point(8, 51); + this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(29, 12); + this.label22.Size = new System.Drawing.Size(39, 15); this.label22.TabIndex = 0; this.label22.Text = "Max:"; // @@ -1438,17 +1516,19 @@ this.panel8.Controls.Add(this.btnCreateReport); this.panel8.Controls.Add(this.btnDetectionResult); this.panel8.Dock = System.Windows.Forms.DockStyle.Top; - this.panel8.Location = new System.Drawing.Point(0, 91); + this.panel8.Location = new System.Drawing.Point(0, 114); + this.panel8.Margin = new System.Windows.Forms.Padding(4); this.panel8.Name = "panel8"; - this.panel8.Size = new System.Drawing.Size(369, 107); + this.panel8.Size = new System.Drawing.Size(492, 134); this.panel8.TabIndex = 2; // // btnDownTime // this.btnDownTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); - this.btnDownTime.Location = new System.Drawing.Point(231, 55); + this.btnDownTime.Location = new System.Drawing.Point(308, 69); + this.btnDownTime.Margin = new System.Windows.Forms.Padding(4); this.btnDownTime.Name = "btnDownTime"; - this.btnDownTime.Size = new System.Drawing.Size(67, 45); + this.btnDownTime.Size = new System.Drawing.Size(89, 56); this.btnDownTime.TabIndex = 118; this.btnDownTime.Text = "瀹曟绲辫▓"; this.btnDownTime.UseVisualStyleBackColor = true; @@ -1457,9 +1537,10 @@ // btnCheck // this.btnCheck.Font = new System.Drawing.Font("瀹嬩綋", 9F); - this.btnCheck.Location = new System.Drawing.Point(129, 56); + this.btnCheck.Location = new System.Drawing.Point(172, 70); + this.btnCheck.Margin = new System.Windows.Forms.Padding(4); this.btnCheck.Name = "btnCheck"; - this.btnCheck.Size = new System.Drawing.Size(97, 45); + this.btnCheck.Size = new System.Drawing.Size(129, 56); this.btnCheck.TabIndex = 117; this.btnCheck.Text = "鎶芥"; this.btnCheck.UseVisualStyleBackColor = true; @@ -1468,9 +1549,10 @@ // btnPlcOperation // this.btnPlcOperation.Font = new System.Drawing.Font("瀹嬩綋", 9F); - this.btnPlcOperation.Location = new System.Drawing.Point(129, 5); + this.btnPlcOperation.Location = new System.Drawing.Point(172, 6); + this.btnPlcOperation.Margin = new System.Windows.Forms.Padding(4); this.btnPlcOperation.Name = "btnPlcOperation"; - this.btnPlcOperation.Size = new System.Drawing.Size(97, 45); + this.btnPlcOperation.Size = new System.Drawing.Size(129, 56); this.btnPlcOperation.TabIndex = 116; this.btnPlcOperation.Text = "PLC鎿嶄綔"; this.btnPlcOperation.UseVisualStyleBackColor = true; @@ -1481,9 +1563,10 @@ this.ckAuto.Anchor = System.Windows.Forms.AnchorStyles.None; this.ckAuto.Appearance = System.Windows.Forms.Appearance.Button; this.ckAuto.Font = new System.Drawing.Font("瀹嬩綋", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.ckAuto.Location = new System.Drawing.Point(5, 5); + this.ckAuto.Location = new System.Drawing.Point(7, 6); + this.ckAuto.Margin = new System.Windows.Forms.Padding(4); this.ckAuto.Name = "ckAuto"; - this.ckAuto.Size = new System.Drawing.Size(115, 95); + this.ckAuto.Size = new System.Drawing.Size(153, 119); this.ckAuto.TabIndex = 115; this.ckAuto.Text = "鎵嬭嚜鍕�"; this.ckAuto.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; @@ -1493,9 +1576,10 @@ // btnCreateReport // this.btnCreateReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); - this.btnCreateReport.Location = new System.Drawing.Point(301, 56); + this.btnCreateReport.Location = new System.Drawing.Point(401, 70); + this.btnCreateReport.Margin = new System.Windows.Forms.Padding(4); this.btnCreateReport.Name = "btnCreateReport"; - this.btnCreateReport.Size = new System.Drawing.Size(63, 45); + this.btnCreateReport.Size = new System.Drawing.Size(84, 56); this.btnCreateReport.TabIndex = 114; this.btnCreateReport.Text = "鐢熸垚鍫卞憡"; this.btnCreateReport.UseVisualStyleBackColor = true; @@ -1504,9 +1588,10 @@ // btnDetectionResult // this.btnDetectionResult.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); - this.btnDetectionResult.Location = new System.Drawing.Point(231, 5); + this.btnDetectionResult.Location = new System.Drawing.Point(308, 6); + this.btnDetectionResult.Margin = new System.Windows.Forms.Padding(4); this.btnDetectionResult.Name = "btnDetectionResult"; - this.btnDetectionResult.Size = new System.Drawing.Size(131, 45); + this.btnDetectionResult.Size = new System.Drawing.Size(175, 56); this.btnDetectionResult.TabIndex = 113; this.btnDetectionResult.Text = "妾㈡脯绲愭灉"; this.btnDetectionResult.UseVisualStyleBackColor = true; @@ -1521,21 +1606,22 @@ this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); + this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 90F)); - this.tableLayoutPanel1.Size = new System.Drawing.Size(369, 91); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 113F)); + this.tableLayoutPanel1.Size = new System.Drawing.Size(492, 114); this.tableLayoutPanel1.TabIndex = 1; // // panel3 // this.panel3.Controls.Add(this.panel10); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel3.Location = new System.Drawing.Point(3, 3); - this.panel3.Margin = new System.Windows.Forms.Padding(2); + this.panel3.Location = new System.Drawing.Point(4, 3); + this.panel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(363, 85); + this.panel3.Size = new System.Drawing.Size(484, 108); this.panel3.TabIndex = 0; // // panel10 @@ -1543,9 +1629,9 @@ this.panel10.Controls.Add(this.lbOKNG); this.panel10.Dock = System.Windows.Forms.DockStyle.Fill; this.panel10.Location = new System.Drawing.Point(0, 0); - this.panel10.Margin = new System.Windows.Forms.Padding(2); + this.panel10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel10.Name = "panel10"; - this.panel10.Size = new System.Drawing.Size(363, 85); + this.panel10.Size = new System.Drawing.Size(484, 108); this.panel10.TabIndex = 0; // // lbOKNG @@ -1555,8 +1641,9 @@ this.lbOKNG.Dock = System.Windows.Forms.DockStyle.Fill; this.lbOKNG.Font = new System.Drawing.Font("Calibri", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbOKNG.Location = new System.Drawing.Point(0, 0); + this.lbOKNG.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbOKNG.Name = "lbOKNG"; - this.lbOKNG.Size = new System.Drawing.Size(363, 85); + this.lbOKNG.Size = new System.Drawing.Size(484, 108); this.lbOKNG.TabIndex = 117; this.lbOKNG.Text = "OK"; this.lbOKNG.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; @@ -1574,10 +1661,11 @@ this.toolStripStatusLabel1, this.tsslWarnMsg, this.tslWarning}); - this.statusStrip1.Location = new System.Drawing.Point(0, 443); + this.statusStrip1.Location = new System.Drawing.Point(0, 568); this.statusStrip1.Name = "statusStrip1"; + this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0); this.statusStrip1.ShowItemToolTips = true; - this.statusStrip1.Size = new System.Drawing.Size(856, 56); + this.statusStrip1.Size = new System.Drawing.Size(1141, 56); this.statusStrip1.TabIndex = 6; this.statusStrip1.Text = "statusStrip1"; // @@ -1585,21 +1673,21 @@ // this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.Red; this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; - this.toolStripStatusLabel1.Size = new System.Drawing.Size(96, 51); + this.toolStripStatusLabel1.Size = new System.Drawing.Size(121, 50); this.toolStripStatusLabel1.Text = "鍫辫锛�"; this.toolStripStatusLabel1.Click += new System.EventHandler(this.toolStripStatusLabel1_Click); // // tsslWarnMsg // this.tsslWarnMsg.Name = "tsslWarnMsg"; - this.tsslWarnMsg.Size = new System.Drawing.Size(0, 51); + this.tsslWarnMsg.Size = new System.Drawing.Size(0, 50); this.tsslWarnMsg.Click += new System.EventHandler(this.tsslWarnMsg_Click); // // tslWarning // this.tslWarning.AutoSize = false; this.tslWarning.Name = "tslWarning"; - this.tslWarning.Size = new System.Drawing.Size(500, 51); + this.tslWarning.Size = new System.Drawing.Size(500, 50); // // panel1 // @@ -1608,8 +1696,9 @@ this.panel1.Controls.Add(this.lbTime); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); + this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(856, 58); + this.panel1.Size = new System.Drawing.Size(1141, 72); this.panel1.TabIndex = 7; // // label1 @@ -1618,8 +1707,9 @@ this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Font = new System.Drawing.Font("Verdana", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(0, 0); + this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(856, 58); + this.label1.Size = new System.Drawing.Size(1141, 72); this.label1.TabIndex = 111; this.label1.Text = "Battery Pack Optical Measurement"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; @@ -1628,9 +1718,10 @@ // this.label28.AutoSize = true; this.label28.BackColor = System.Drawing.SystemColors.AppWorkspace; - this.label28.Location = new System.Drawing.Point(1083, 85); + this.label28.Location = new System.Drawing.Point(1444, 106); + this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(185, 12); + this.label28.Size = new System.Drawing.Size(232, 15); this.label28.TabIndex = 2; this.label28.Text = "寮楀焹鏂伐妤妧琛擄紙铇囧窞锛夋湁闄愬叕鍙�"; // @@ -1640,22 +1731,24 @@ this.lbTime.AutoSize = true; this.lbTime.BackColor = System.Drawing.SystemColors.AppWorkspace; this.lbTime.Font = new System.Drawing.Font("Cambria", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbTime.Location = new System.Drawing.Point(756, 3); + this.lbTime.Location = new System.Drawing.Point(1008, 4); + this.lbTime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbTime.Name = "lbTime"; - this.lbTime.Size = new System.Drawing.Size(0, 25); + this.lbTime.Size = new System.Drawing.Size(0, 32); this.lbTime.TabIndex = 1; // // MainForm // - 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(856, 499); + this.ClientSize = new System.Drawing.Size(1141, 624); this.Controls.Add(this.panel7); this.Controls.Add(this.panel1); this.Controls.Add(this.statusStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; + this.Margin = new System.Windows.Forms.Padding(4); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "寮楀焹鏂墜姗熼浕姹犲昂瀵告脯閲忚粺浠�-V1.0"; -- Gitblit v1.8.0