| | |
| | | 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 = "系统信息运行日志"; |
| | |
| | | // |
| | | 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 |
| | |
| | | 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 |
| | |
| | | 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 = "檢測結果"; |
| | |
| | | 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); |
| | | // |
| | |
| | | // |
| | | 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; |
| | |
| | | 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; |
| | |
| | | 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; |
| | |
| | | // |
| | | this.Column1.DataPropertyName = "PlateID"; |
| | | this.Column1.HeaderText = "工位"; |
| | | this.Column1.MinimumWidth = 6; |
| | | this.Column1.Name = "Column1"; |
| | | this.Column1.ReadOnly = true; |
| | | this.Column1.Width = 55; |
| | |
| | | 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; |
| | |
| | | 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 |
| | | // |
| | |
| | | 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; |
| | |
| | | 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; |
| | |
| | | // |
| | | this.ProductResult.DataPropertyName = "ProductResult"; |
| | | this.ProductResult.HeaderText = "产品判定"; |
| | | this.ProductResult.MinimumWidth = 6; |
| | | this.ProductResult.Name = "ProductResult"; |
| | | this.ProductResult.ReadOnly = true; |
| | | this.ProductResult.Width = 80; |
| | |
| | | // |
| | | this.colProductNoResult.DataPropertyName = "ProductNoResult"; |
| | | this.colProductNoResult.HeaderText = "条码判定"; |
| | | this.colProductNoResult.MinimumWidth = 6; |
| | | this.colProductNoResult.Name = "colProductNoResult"; |
| | | this.colProductNoResult.ReadOnly = true; |
| | | this.colProductNoResult.Width = 125; |
| | | // |
| | | // Column6 |
| | | // |
| | |
| | | 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; |
| | |
| | | // |
| | | 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 |
| | | // |
| | |
| | | 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 = "結果統計"; |
| | |
| | | // 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; |
| | |
| | | // 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 = "检测产品总数:"; |
| | | // |
| | |
| | | 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 |
| | |
| | | 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 |
| | | // |
| | |
| | | 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 |
| | | // |
| | |
| | | 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 |
| | | // |
| | |
| | | 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 = "手動測試"; |
| | |
| | | // |
| | | 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; |
| | |
| | | // 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; |
| | |
| | | // 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; |
| | |
| | | // 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; |
| | |
| | | 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 |
| | |
| | | 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"; |
| | |
| | | // 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 |
| | |
| | | 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 = "配置調整"; |
| | |
| | | // 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; |
| | |
| | | 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; |
| | |
| | | // |
| | | 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 = "產品"; |
| | |
| | | // 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; |
| | |
| | | // 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; |
| | |
| | | // |
| | | 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 |
| | |
| | | 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 = "軸位置信息"; |
| | |
| | | // 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:"; |
| | | // |
| | |
| | | // |
| | | 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 |
| | |
| | | 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; |
| | | // |
| | |
| | | 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; |
| | |
| | | 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:"; |
| | | // |
| | |
| | | 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:"; |
| | | // |
| | |
| | | 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:"; |
| | | // |
| | |
| | | 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:"; |
| | | // |
| | |
| | | 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; |
| | |
| | | // 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; |
| | |
| | | // 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; |
| | |
| | | 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; |
| | |
| | | // 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; |
| | |
| | | // 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; |
| | |
| | | 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 |
| | |
| | | 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 |
| | |
| | | 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; |
| | |
| | | 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"; |
| | | // |
| | |
| | | // |
| | | 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 |
| | | // |
| | |
| | | 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 |
| | |
| | | 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; |
| | |
| | | // |
| | | 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 = "弗埃斯工業技術(蘇州)有限公司"; |
| | | // |
| | |
| | | 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"; |