1409 lines
73 KiB
C#
1409 lines
73 KiB
C#
namespace ProductionControl
|
||
{
|
||
partial class FrmProductInfo
|
||
{
|
||
/// <summary>
|
||
/// Required designer variable.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Clean up any resources being used.
|
||
/// </summary>
|
||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows Form Designer generated code
|
||
|
||
/// <summary>
|
||
/// Required method for Designer support - do not modify
|
||
/// the contents of this method with the code editor.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.components = new System.ComponentModel.Container();
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmProductInfo));
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
this.groupBox10 = new System.Windows.Forms.GroupBox();
|
||
this.panel10 = new System.Windows.Forms.Panel();
|
||
this.numTensionDownFloatValue = new System.Windows.Forms.NumericUpDown();
|
||
this.numTensionUpFloatValue = new System.Windows.Forms.NumericUpDown();
|
||
this.label12 = new System.Windows.Forms.Label();
|
||
this.label22 = new System.Windows.Forms.Label();
|
||
this.label23 = new System.Windows.Forms.Label();
|
||
this.numTensionBaseValue = new System.Windows.Forms.NumericUpDown();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.numHeightDownFloatValue = new System.Windows.Forms.NumericUpDown();
|
||
this.numHeightUpFloatValue = new System.Windows.Forms.NumericUpDown();
|
||
this.numHeightBaseValue = new System.Windows.Forms.NumericUpDown();
|
||
this.txtHeightBaseDec = new System.Windows.Forms.TextBox();
|
||
this.label14 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.panel2 = new System.Windows.Forms.Panel();
|
||
this.numLineWidthDownFloatValue = new System.Windows.Forms.NumericUpDown();
|
||
this.numLineWidthUpFloatValue = new System.Windows.Forms.NumericUpDown();
|
||
this.numLineWidthBaseValue = new System.Windows.Forms.NumericUpDown();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||
this.panel3 = new System.Windows.Forms.Panel();
|
||
this.numPTDownFloatValue = new System.Windows.Forms.NumericUpDown();
|
||
this.numPTUpFloatValue = new System.Windows.Forms.NumericUpDown();
|
||
this.numPTBaseValue = new System.Windows.Forms.NumericUpDown();
|
||
this.label10 = new System.Windows.Forms.Label();
|
||
this.label11 = new System.Windows.Forms.Label();
|
||
this.label13 = new System.Windows.Forms.Label();
|
||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||
this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
|
||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||
this.tsbtnAddFile = new System.Windows.Forms.ToolStripButton();
|
||
this.tsbtnNewBatchId = new System.Windows.Forms.ToolStripButton();
|
||
this.tbtnGetPos = new System.Windows.Forms.ToolStripButton();
|
||
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
||
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||
this.numTargetCount = new System.Windows.Forms.NumericUpDown();
|
||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||
this.panel8 = new System.Windows.Forms.Panel();
|
||
this.cmbDefectModelFile = new System.Windows.Forms.ComboBox();
|
||
this.label29 = new System.Windows.Forms.Label();
|
||
this.cmbHoleCount = new System.Windows.Forms.ComboBox();
|
||
this.label18 = new System.Windows.Forms.Label();
|
||
this.cmbClasses = new System.Windows.Forms.ComboBox();
|
||
this.label17 = new System.Windows.Forms.Label();
|
||
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
||
this.dgvBatchList = new System.Windows.Forms.DataGridView();
|
||
this.colBatchId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.colTargetCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.colCompleteCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.colCreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.txtBatchId = new System.Windows.Forms.TextBox();
|
||
this.label15 = new System.Windows.Forms.Label();
|
||
this.label16 = new System.Windows.Forms.Label();
|
||
this.txtCode = new System.Windows.Forms.TextBox();
|
||
this.txtName = new System.Windows.Forms.TextBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.txtSpec = new System.Windows.Forms.TextBox();
|
||
this.tabPage3 = new System.Windows.Forms.TabPage();
|
||
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
||
this.panel6 = new System.Windows.Forms.Panel();
|
||
this.label24 = new System.Windows.Forms.Label();
|
||
this.cbMainGrid = new System.Windows.Forms.CheckBox();
|
||
this.cbMarkDisturb = new System.Windows.Forms.CheckBox();
|
||
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
||
this.panel5 = new System.Windows.Forms.Panel();
|
||
this.label21 = new System.Windows.Forms.Label();
|
||
this.numMarkSize = new System.Windows.Forms.NumericUpDown();
|
||
this.label20 = new System.Windows.Forms.Label();
|
||
this.cbMarkType = new System.Windows.Forms.ComboBox();
|
||
this.label19 = new System.Windows.Forms.Label();
|
||
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
||
this.panel4 = new System.Windows.Forms.Panel();
|
||
this.btnOpenFile = new System.Windows.Forms.LinkLabel();
|
||
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||
this.tabPage4 = new System.Windows.Forms.TabPage();
|
||
this.flpQualifiedPannel = new System.Windows.Forms.FlowLayoutPanel();
|
||
this.cbHavePad = new System.Windows.Forms.CheckBox();
|
||
this.groupBox10.SuspendLayout();
|
||
this.panel10.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numTensionDownFloatValue)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numTensionUpFloatValue)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numTensionBaseValue)).BeginInit();
|
||
this.groupBox1.SuspendLayout();
|
||
this.panel1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numHeightDownFloatValue)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numHeightUpFloatValue)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numHeightBaseValue)).BeginInit();
|
||
this.groupBox2.SuspendLayout();
|
||
this.panel2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numLineWidthDownFloatValue)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numLineWidthUpFloatValue)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numLineWidthBaseValue)).BeginInit();
|
||
this.groupBox3.SuspendLayout();
|
||
this.panel3.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numPTDownFloatValue)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numPTUpFloatValue)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numPTBaseValue)).BeginInit();
|
||
this.toolStrip1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numTargetCount)).BeginInit();
|
||
this.tabControl1.SuspendLayout();
|
||
this.tabPage1.SuspendLayout();
|
||
this.panel8.SuspendLayout();
|
||
this.groupBox4.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvBatchList)).BeginInit();
|
||
this.tabPage3.SuspendLayout();
|
||
this.groupBox7.SuspendLayout();
|
||
this.panel6.SuspendLayout();
|
||
this.groupBox6.SuspendLayout();
|
||
this.panel5.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numMarkSize)).BeginInit();
|
||
this.groupBox5.SuspendLayout();
|
||
this.panel4.SuspendLayout();
|
||
this.tabPage2.SuspendLayout();
|
||
this.tabPage4.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// groupBox10
|
||
//
|
||
this.groupBox10.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||
this.groupBox10.Controls.Add(this.panel10);
|
||
this.groupBox10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox10.Location = new System.Drawing.Point(4, 4);
|
||
this.groupBox10.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox10.Name = "groupBox10";
|
||
this.groupBox10.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox10.Size = new System.Drawing.Size(409, 70);
|
||
this.groupBox10.TabIndex = 31;
|
||
this.groupBox10.TabStop = false;
|
||
this.groupBox10.Text = "张力基准值(N/cm^2)";
|
||
//
|
||
// panel10
|
||
//
|
||
this.panel10.BackColor = System.Drawing.Color.White;
|
||
this.panel10.Controls.Add(this.numTensionDownFloatValue);
|
||
this.panel10.Controls.Add(this.numTensionUpFloatValue);
|
||
this.panel10.Controls.Add(this.label12);
|
||
this.panel10.Controls.Add(this.label22);
|
||
this.panel10.Controls.Add(this.label23);
|
||
this.panel10.Controls.Add(this.numTensionBaseValue);
|
||
this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel10.Location = new System.Drawing.Point(2, 16);
|
||
this.panel10.Margin = new System.Windows.Forms.Padding(2);
|
||
this.panel10.Name = "panel10";
|
||
this.panel10.Size = new System.Drawing.Size(405, 52);
|
||
this.panel10.TabIndex = 0;
|
||
//
|
||
// numTensionDownFloatValue
|
||
//
|
||
this.numTensionDownFloatValue.DecimalPlaces = 4;
|
||
this.numTensionDownFloatValue.Location = new System.Drawing.Point(278, 29);
|
||
this.numTensionDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
|
||
this.numTensionDownFloatValue.Maximum = new decimal(new int[] {
|
||
99999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numTensionDownFloatValue.Minimum = new decimal(new int[] {
|
||
9999,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.numTensionDownFloatValue.Name = "numTensionDownFloatValue";
|
||
this.numTensionDownFloatValue.Size = new System.Drawing.Size(120, 21);
|
||
this.numTensionDownFloatValue.TabIndex = 13;
|
||
//
|
||
// numTensionUpFloatValue
|
||
//
|
||
this.numTensionUpFloatValue.DecimalPlaces = 4;
|
||
this.numTensionUpFloatValue.Location = new System.Drawing.Point(74, 30);
|
||
this.numTensionUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
|
||
this.numTensionUpFloatValue.Maximum = new decimal(new int[] {
|
||
99999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numTensionUpFloatValue.Name = "numTensionUpFloatValue";
|
||
this.numTensionUpFloatValue.Size = new System.Drawing.Size(123, 21);
|
||
this.numTensionUpFloatValue.TabIndex = 13;
|
||
//
|
||
// label12
|
||
//
|
||
this.label12.AutoSize = true;
|
||
this.label12.Location = new System.Drawing.Point(214, 32);
|
||
this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label12.Name = "label12";
|
||
this.label12.Size = new System.Drawing.Size(65, 12);
|
||
this.label12.TabIndex = 16;
|
||
this.label12.Text = "下浮范围:";
|
||
//
|
||
// label22
|
||
//
|
||
this.label22.AutoSize = true;
|
||
this.label22.Location = new System.Drawing.Point(10, 33);
|
||
this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label22.Name = "label22";
|
||
this.label22.Size = new System.Drawing.Size(65, 12);
|
||
this.label22.TabIndex = 15;
|
||
this.label22.Text = "上浮范围:";
|
||
//
|
||
// label23
|
||
//
|
||
this.label23.AutoSize = true;
|
||
this.label23.Location = new System.Drawing.Point(10, 11);
|
||
this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label23.Name = "label23";
|
||
this.label23.Size = new System.Drawing.Size(53, 12);
|
||
this.label23.TabIndex = 14;
|
||
this.label23.Text = "基准值:";
|
||
//
|
||
// numTensionBaseValue
|
||
//
|
||
this.numTensionBaseValue.DecimalPlaces = 4;
|
||
this.numTensionBaseValue.Location = new System.Drawing.Point(74, 7);
|
||
this.numTensionBaseValue.Margin = new System.Windows.Forms.Padding(2);
|
||
this.numTensionBaseValue.Maximum = new decimal(new int[] {
|
||
99999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numTensionBaseValue.Name = "numTensionBaseValue";
|
||
this.numTensionBaseValue.Size = new System.Drawing.Size(123, 21);
|
||
this.numTensionBaseValue.TabIndex = 13;
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||
this.groupBox1.Controls.Add(this.panel1);
|
||
this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox1.Location = new System.Drawing.Point(4, 78);
|
||
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox1.Size = new System.Drawing.Size(409, 93);
|
||
this.groupBox1.TabIndex = 32;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "厚度基准值(um)";
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.BackColor = System.Drawing.Color.White;
|
||
this.panel1.Controls.Add(this.numHeightDownFloatValue);
|
||
this.panel1.Controls.Add(this.numHeightUpFloatValue);
|
||
this.panel1.Controls.Add(this.numHeightBaseValue);
|
||
this.panel1.Controls.Add(this.txtHeightBaseDec);
|
||
this.panel1.Controls.Add(this.label14);
|
||
this.panel1.Controls.Add(this.label2);
|
||
this.panel1.Controls.Add(this.label5);
|
||
this.panel1.Controls.Add(this.label6);
|
||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel1.Location = new System.Drawing.Point(2, 16);
|
||
this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(405, 75);
|
||
this.panel1.TabIndex = 0;
|
||
//
|
||
// numHeightDownFloatValue
|
||
//
|
||
this.numHeightDownFloatValue.DecimalPlaces = 4;
|
||
this.numHeightDownFloatValue.Location = new System.Drawing.Point(278, 29);
|
||
this.numHeightDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
|
||
this.numHeightDownFloatValue.Maximum = new decimal(new int[] {
|
||
99999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numHeightDownFloatValue.Minimum = new decimal(new int[] {
|
||
9999,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.numHeightDownFloatValue.Name = "numHeightDownFloatValue";
|
||
this.numHeightDownFloatValue.Size = new System.Drawing.Size(120, 21);
|
||
this.numHeightDownFloatValue.TabIndex = 13;
|
||
//
|
||
// numHeightUpFloatValue
|
||
//
|
||
this.numHeightUpFloatValue.DecimalPlaces = 4;
|
||
this.numHeightUpFloatValue.Location = new System.Drawing.Point(74, 30);
|
||
this.numHeightUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
|
||
this.numHeightUpFloatValue.Maximum = new decimal(new int[] {
|
||
99999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numHeightUpFloatValue.Name = "numHeightUpFloatValue";
|
||
this.numHeightUpFloatValue.Size = new System.Drawing.Size(123, 21);
|
||
this.numHeightUpFloatValue.TabIndex = 13;
|
||
//
|
||
// numHeightBaseValue
|
||
//
|
||
this.numHeightBaseValue.DecimalPlaces = 4;
|
||
this.numHeightBaseValue.Location = new System.Drawing.Point(74, 7);
|
||
this.numHeightBaseValue.Margin = new System.Windows.Forms.Padding(2);
|
||
this.numHeightBaseValue.Maximum = new decimal(new int[] {
|
||
99999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numHeightBaseValue.Name = "numHeightBaseValue";
|
||
this.numHeightBaseValue.Size = new System.Drawing.Size(123, 21);
|
||
this.numHeightBaseValue.TabIndex = 13;
|
||
//
|
||
// txtHeightBaseDec
|
||
//
|
||
this.txtHeightBaseDec.Location = new System.Drawing.Point(74, 53);
|
||
this.txtHeightBaseDec.Margin = new System.Windows.Forms.Padding(2);
|
||
this.txtHeightBaseDec.Name = "txtHeightBaseDec";
|
||
this.txtHeightBaseDec.Size = new System.Drawing.Size(325, 21);
|
||
this.txtHeightBaseDec.TabIndex = 21;
|
||
this.toolTip1.SetToolTip(this.txtHeightBaseDec, "多个点位按顺序用半角分号(;)或逗号(,)隔开");
|
||
//
|
||
// label14
|
||
//
|
||
this.label14.AutoSize = true;
|
||
this.label14.Location = new System.Drawing.Point(10, 56);
|
||
this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label14.Name = "label14";
|
||
this.label14.Size = new System.Drawing.Size(65, 12);
|
||
this.label14.TabIndex = 20;
|
||
this.label14.Text = "点位base值";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(214, 32);
|
||
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(65, 12);
|
||
this.label2.TabIndex = 16;
|
||
this.label2.Text = "下浮范围:";
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(10, 32);
|
||
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(65, 12);
|
||
this.label5.TabIndex = 15;
|
||
this.label5.Text = "上浮范围:";
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Location = new System.Drawing.Point(10, 11);
|
||
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(53, 12);
|
||
this.label6.TabIndex = 14;
|
||
this.label6.Text = "基准值:";
|
||
//
|
||
// groupBox2
|
||
//
|
||
this.groupBox2.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||
this.groupBox2.Controls.Add(this.panel2);
|
||
this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox2.Location = new System.Drawing.Point(4, 175);
|
||
this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox2.Size = new System.Drawing.Size(409, 70);
|
||
this.groupBox2.TabIndex = 33;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "线宽基准值(um)";
|
||
//
|
||
// panel2
|
||
//
|
||
this.panel2.BackColor = System.Drawing.Color.White;
|
||
this.panel2.Controls.Add(this.numLineWidthDownFloatValue);
|
||
this.panel2.Controls.Add(this.numLineWidthUpFloatValue);
|
||
this.panel2.Controls.Add(this.numLineWidthBaseValue);
|
||
this.panel2.Controls.Add(this.label7);
|
||
this.panel2.Controls.Add(this.label8);
|
||
this.panel2.Controls.Add(this.label9);
|
||
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel2.Location = new System.Drawing.Point(2, 16);
|
||
this.panel2.Margin = new System.Windows.Forms.Padding(2);
|
||
this.panel2.Name = "panel2";
|
||
this.panel2.Size = new System.Drawing.Size(405, 52);
|
||
this.panel2.TabIndex = 0;
|
||
//
|
||
// numLineWidthDownFloatValue
|
||
//
|
||
this.numLineWidthDownFloatValue.DecimalPlaces = 4;
|
||
this.numLineWidthDownFloatValue.Location = new System.Drawing.Point(278, 29);
|
||
this.numLineWidthDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
|
||
this.numLineWidthDownFloatValue.Maximum = new decimal(new int[] {
|
||
99999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numLineWidthDownFloatValue.Minimum = new decimal(new int[] {
|
||
9999,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.numLineWidthDownFloatValue.Name = "numLineWidthDownFloatValue";
|
||
this.numLineWidthDownFloatValue.Size = new System.Drawing.Size(120, 21);
|
||
this.numLineWidthDownFloatValue.TabIndex = 13;
|
||
//
|
||
// numLineWidthUpFloatValue
|
||
//
|
||
this.numLineWidthUpFloatValue.DecimalPlaces = 4;
|
||
this.numLineWidthUpFloatValue.Location = new System.Drawing.Point(74, 30);
|
||
this.numLineWidthUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
|
||
this.numLineWidthUpFloatValue.Maximum = new decimal(new int[] {
|
||
99999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numLineWidthUpFloatValue.Name = "numLineWidthUpFloatValue";
|
||
this.numLineWidthUpFloatValue.Size = new System.Drawing.Size(123, 21);
|
||
this.numLineWidthUpFloatValue.TabIndex = 13;
|
||
//
|
||
// numLineWidthBaseValue
|
||
//
|
||
this.numLineWidthBaseValue.DecimalPlaces = 4;
|
||
this.numLineWidthBaseValue.Location = new System.Drawing.Point(74, 7);
|
||
this.numLineWidthBaseValue.Margin = new System.Windows.Forms.Padding(2);
|
||
this.numLineWidthBaseValue.Maximum = new decimal(new int[] {
|
||
99999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numLineWidthBaseValue.Name = "numLineWidthBaseValue";
|
||
this.numLineWidthBaseValue.Size = new System.Drawing.Size(123, 21);
|
||
this.numLineWidthBaseValue.TabIndex = 13;
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Location = new System.Drawing.Point(214, 32);
|
||
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(65, 12);
|
||
this.label7.TabIndex = 16;
|
||
this.label7.Text = "下浮范围:";
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Location = new System.Drawing.Point(10, 33);
|
||
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(65, 12);
|
||
this.label8.TabIndex = 15;
|
||
this.label8.Text = "上浮范围:";
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.AutoSize = true;
|
||
this.label9.Location = new System.Drawing.Point(10, 11);
|
||
this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(53, 12);
|
||
this.label9.TabIndex = 14;
|
||
this.label9.Text = "基准值:";
|
||
//
|
||
// groupBox3
|
||
//
|
||
this.groupBox3.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||
this.groupBox3.Controls.Add(this.panel3);
|
||
this.groupBox3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox3.Location = new System.Drawing.Point(4, 249);
|
||
this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox3.Name = "groupBox3";
|
||
this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox3.Size = new System.Drawing.Size(409, 70);
|
||
this.groupBox3.TabIndex = 34;
|
||
this.groupBox3.TabStop = false;
|
||
this.groupBox3.Text = "PT基准值(mm)";
|
||
//
|
||
// panel3
|
||
//
|
||
this.panel3.BackColor = System.Drawing.Color.White;
|
||
this.panel3.Controls.Add(this.numPTDownFloatValue);
|
||
this.panel3.Controls.Add(this.numPTUpFloatValue);
|
||
this.panel3.Controls.Add(this.numPTBaseValue);
|
||
this.panel3.Controls.Add(this.label10);
|
||
this.panel3.Controls.Add(this.label11);
|
||
this.panel3.Controls.Add(this.label13);
|
||
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel3.Location = new System.Drawing.Point(2, 16);
|
||
this.panel3.Margin = new System.Windows.Forms.Padding(2);
|
||
this.panel3.Name = "panel3";
|
||
this.panel3.Size = new System.Drawing.Size(405, 52);
|
||
this.panel3.TabIndex = 0;
|
||
//
|
||
// numPTDownFloatValue
|
||
//
|
||
this.numPTDownFloatValue.DecimalPlaces = 4;
|
||
this.numPTDownFloatValue.Location = new System.Drawing.Point(278, 29);
|
||
this.numPTDownFloatValue.Margin = new System.Windows.Forms.Padding(2);
|
||
this.numPTDownFloatValue.Maximum = new decimal(new int[] {
|
||
99999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numPTDownFloatValue.Minimum = new decimal(new int[] {
|
||
9999,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.numPTDownFloatValue.Name = "numPTDownFloatValue";
|
||
this.numPTDownFloatValue.Size = new System.Drawing.Size(120, 21);
|
||
this.numPTDownFloatValue.TabIndex = 13;
|
||
//
|
||
// numPTUpFloatValue
|
||
//
|
||
this.numPTUpFloatValue.DecimalPlaces = 4;
|
||
this.numPTUpFloatValue.Location = new System.Drawing.Point(74, 30);
|
||
this.numPTUpFloatValue.Margin = new System.Windows.Forms.Padding(2);
|
||
this.numPTUpFloatValue.Maximum = new decimal(new int[] {
|
||
99999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numPTUpFloatValue.Name = "numPTUpFloatValue";
|
||
this.numPTUpFloatValue.Size = new System.Drawing.Size(123, 21);
|
||
this.numPTUpFloatValue.TabIndex = 13;
|
||
//
|
||
// numPTBaseValue
|
||
//
|
||
this.numPTBaseValue.DecimalPlaces = 4;
|
||
this.numPTBaseValue.Location = new System.Drawing.Point(74, 7);
|
||
this.numPTBaseValue.Margin = new System.Windows.Forms.Padding(2);
|
||
this.numPTBaseValue.Maximum = new decimal(new int[] {
|
||
99999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numPTBaseValue.Name = "numPTBaseValue";
|
||
this.numPTBaseValue.Size = new System.Drawing.Size(123, 21);
|
||
this.numPTBaseValue.TabIndex = 13;
|
||
//
|
||
// label10
|
||
//
|
||
this.label10.AutoSize = true;
|
||
this.label10.Location = new System.Drawing.Point(214, 32);
|
||
this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(65, 12);
|
||
this.label10.TabIndex = 16;
|
||
this.label10.Text = "下浮范围:";
|
||
//
|
||
// label11
|
||
//
|
||
this.label11.AutoSize = true;
|
||
this.label11.Location = new System.Drawing.Point(10, 33);
|
||
this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label11.Name = "label11";
|
||
this.label11.Size = new System.Drawing.Size(65, 12);
|
||
this.label11.TabIndex = 15;
|
||
this.label11.Text = "上浮范围:";
|
||
//
|
||
// label13
|
||
//
|
||
this.label13.AutoSize = true;
|
||
this.label13.Location = new System.Drawing.Point(10, 11);
|
||
this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(53, 12);
|
||
this.label13.TabIndex = 14;
|
||
this.label13.Text = "基准值:";
|
||
//
|
||
// toolStrip1
|
||
//
|
||
this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
||
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
|
||
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.tsbtnSave,
|
||
this.toolStripSeparator1,
|
||
this.tsbtnAddFile,
|
||
this.tsbtnNewBatchId,
|
||
this.tbtnGetPos,
|
||
this.toolStripSeparator4,
|
||
this.tsbtnClose});
|
||
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
|
||
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
||
this.toolStrip1.Name = "toolStrip1";
|
||
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
|
||
this.toolStrip1.Size = new System.Drawing.Size(427, 56);
|
||
this.toolStrip1.TabIndex = 35;
|
||
this.toolStrip1.Text = "toolStrip1";
|
||
//
|
||
// tsbtnSave
|
||
//
|
||
this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
|
||
this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
this.tsbtnSave.Name = "tsbtnSave";
|
||
this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
|
||
this.tsbtnSave.Text = " 保存 ";
|
||
this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
||
this.tsbtnSave.Click += new System.EventHandler(this.btnSave_Click);
|
||
//
|
||
// toolStripSeparator1
|
||
//
|
||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
|
||
//
|
||
// tsbtnAddFile
|
||
//
|
||
this.tsbtnAddFile.Enabled = false;
|
||
this.tsbtnAddFile.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAddFile.Image")));
|
||
this.tsbtnAddFile.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
this.tsbtnAddFile.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
this.tsbtnAddFile.Name = "tsbtnAddFile";
|
||
this.tsbtnAddFile.Size = new System.Drawing.Size(60, 53);
|
||
this.tsbtnAddFile.Text = "上传图纸";
|
||
this.tsbtnAddFile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
||
this.tsbtnAddFile.Click += new System.EventHandler(this.btnAddFile_Click);
|
||
//
|
||
// tsbtnNewBatchId
|
||
//
|
||
this.tsbtnNewBatchId.Enabled = false;
|
||
this.tsbtnNewBatchId.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNewBatchId.Image")));
|
||
this.tsbtnNewBatchId.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
this.tsbtnNewBatchId.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
this.tsbtnNewBatchId.Name = "tsbtnNewBatchId";
|
||
this.tsbtnNewBatchId.Size = new System.Drawing.Size(48, 53);
|
||
this.tsbtnNewBatchId.Text = "新批次";
|
||
this.tsbtnNewBatchId.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
||
this.tsbtnNewBatchId.Visible = false;
|
||
this.tsbtnNewBatchId.Click += new System.EventHandler(this.tsbtnNewBatchId_Click);
|
||
//
|
||
// tbtnGetPos
|
||
//
|
||
this.tbtnGetPos.Image = ((System.Drawing.Image)(resources.GetObject("tbtnGetPos.Image")));
|
||
this.tbtnGetPos.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
this.tbtnGetPos.Name = "tbtnGetPos";
|
||
this.tbtnGetPos.Size = new System.Drawing.Size(60, 53);
|
||
this.tbtnGetPos.Text = "点位抓取";
|
||
this.tbtnGetPos.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
||
this.tbtnGetPos.Click += new System.EventHandler(this.tbtnGetPos_Click);
|
||
//
|
||
// toolStripSeparator4
|
||
//
|
||
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
||
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 56);
|
||
//
|
||
// tsbtnClose
|
||
//
|
||
this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
|
||
this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
this.tsbtnClose.Name = "tsbtnClose";
|
||
this.tsbtnClose.Size = new System.Drawing.Size(52, 53);
|
||
this.tsbtnClose.Text = " 关闭 ";
|
||
this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
||
this.tsbtnClose.Click += new System.EventHandler(this.btnCancel_Click);
|
||
//
|
||
// numTargetCount
|
||
//
|
||
this.numTargetCount.Location = new System.Drawing.Point(280, 81);
|
||
this.numTargetCount.Margin = new System.Windows.Forms.Padding(2);
|
||
this.numTargetCount.Maximum = new decimal(new int[] {
|
||
99999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numTargetCount.Name = "numTargetCount";
|
||
this.numTargetCount.Size = new System.Drawing.Size(123, 21);
|
||
this.numTargetCount.TabIndex = 28;
|
||
this.toolTip1.SetToolTip(this.numTargetCount, "0则不做限制");
|
||
//
|
||
// tabControl1
|
||
//
|
||
this.tabControl1.Controls.Add(this.tabPage1);
|
||
this.tabControl1.Controls.Add(this.tabPage3);
|
||
this.tabControl1.Controls.Add(this.tabPage2);
|
||
this.tabControl1.Controls.Add(this.tabPage4);
|
||
this.tabControl1.Location = new System.Drawing.Point(0, 59);
|
||
this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
|
||
this.tabControl1.Name = "tabControl1";
|
||
this.tabControl1.SelectedIndex = 0;
|
||
this.tabControl1.Size = new System.Drawing.Size(424, 352);
|
||
this.tabControl1.TabIndex = 36;
|
||
//
|
||
// tabPage1
|
||
//
|
||
this.tabPage1.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||
this.tabPage1.Controls.Add(this.panel8);
|
||
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
||
this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
|
||
this.tabPage1.Name = "tabPage1";
|
||
this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
|
||
this.tabPage1.Size = new System.Drawing.Size(416, 326);
|
||
this.tabPage1.TabIndex = 0;
|
||
this.tabPage1.Text = "基础信息";
|
||
//
|
||
// panel8
|
||
//
|
||
this.panel8.BackColor = System.Drawing.Color.White;
|
||
this.panel8.Controls.Add(this.cmbDefectModelFile);
|
||
this.panel8.Controls.Add(this.label29);
|
||
this.panel8.Controls.Add(this.cmbHoleCount);
|
||
this.panel8.Controls.Add(this.label18);
|
||
this.panel8.Controls.Add(this.cmbClasses);
|
||
this.panel8.Controls.Add(this.label17);
|
||
this.panel8.Controls.Add(this.groupBox4);
|
||
this.panel8.Controls.Add(this.numTargetCount);
|
||
this.panel8.Controls.Add(this.txtBatchId);
|
||
this.panel8.Controls.Add(this.label15);
|
||
this.panel8.Controls.Add(this.label16);
|
||
this.panel8.Controls.Add(this.txtCode);
|
||
this.panel8.Controls.Add(this.txtName);
|
||
this.panel8.Controls.Add(this.label1);
|
||
this.panel8.Controls.Add(this.label4);
|
||
this.panel8.Controls.Add(this.label3);
|
||
this.panel8.Controls.Add(this.txtSpec);
|
||
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel8.Location = new System.Drawing.Point(2, 2);
|
||
this.panel8.Margin = new System.Windows.Forms.Padding(2);
|
||
this.panel8.Name = "panel8";
|
||
this.panel8.Size = new System.Drawing.Size(412, 322);
|
||
this.panel8.TabIndex = 1;
|
||
//
|
||
// cmbDefectModelFile
|
||
//
|
||
this.cmbDefectModelFile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cmbDefectModelFile.FormattingEnabled = true;
|
||
this.cmbDefectModelFile.Location = new System.Drawing.Point(280, 31);
|
||
this.cmbDefectModelFile.Margin = new System.Windows.Forms.Padding(2);
|
||
this.cmbDefectModelFile.Name = "cmbDefectModelFile";
|
||
this.cmbDefectModelFile.Size = new System.Drawing.Size(125, 20);
|
||
this.cmbDefectModelFile.TabIndex = 38;
|
||
//
|
||
// label29
|
||
//
|
||
this.label29.AutoSize = true;
|
||
this.label29.Location = new System.Drawing.Point(216, 33);
|
||
this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label29.Name = "label29";
|
||
this.label29.Size = new System.Drawing.Size(53, 12);
|
||
this.label29.TabIndex = 36;
|
||
this.label29.Text = "模型文件";
|
||
//
|
||
// cmbHoleCount
|
||
//
|
||
this.cmbHoleCount.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.cmbHoleCount.FormattingEnabled = true;
|
||
this.cmbHoleCount.Items.AddRange(new object[] {
|
||
"360",
|
||
"480",
|
||
"520"});
|
||
this.cmbHoleCount.Location = new System.Drawing.Point(280, 6);
|
||
this.cmbHoleCount.Margin = new System.Windows.Forms.Padding(2);
|
||
this.cmbHoleCount.Name = "cmbHoleCount";
|
||
this.cmbHoleCount.Size = new System.Drawing.Size(125, 20);
|
||
this.cmbHoleCount.TabIndex = 37;
|
||
//
|
||
// label18
|
||
//
|
||
this.label18.AutoSize = true;
|
||
this.label18.Location = new System.Drawing.Point(216, 9);
|
||
this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label18.Name = "label18";
|
||
this.label18.Size = new System.Drawing.Size(29, 12);
|
||
this.label18.TabIndex = 36;
|
||
this.label18.Text = "目数";
|
||
//
|
||
// cmbClasses
|
||
//
|
||
this.cmbClasses.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cmbClasses.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.cmbClasses.FormattingEnabled = true;
|
||
this.cmbClasses.Location = new System.Drawing.Point(76, 6);
|
||
this.cmbClasses.Margin = new System.Windows.Forms.Padding(2);
|
||
this.cmbClasses.Name = "cmbClasses";
|
||
this.cmbClasses.Size = new System.Drawing.Size(125, 20);
|
||
this.cmbClasses.TabIndex = 35;
|
||
//
|
||
// label17
|
||
//
|
||
this.label17.AutoSize = true;
|
||
this.label17.Location = new System.Drawing.Point(7, 9);
|
||
this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label17.Name = "label17";
|
||
this.label17.Size = new System.Drawing.Size(29, 12);
|
||
this.label17.TabIndex = 33;
|
||
this.label17.Text = "类型";
|
||
//
|
||
// groupBox4
|
||
//
|
||
this.groupBox4.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||
this.groupBox4.Controls.Add(this.dgvBatchList);
|
||
this.groupBox4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox4.Location = new System.Drawing.Point(3, 104);
|
||
this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox4.Name = "groupBox4";
|
||
this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox4.Size = new System.Drawing.Size(409, 221);
|
||
this.groupBox4.TabIndex = 32;
|
||
this.groupBox4.TabStop = false;
|
||
this.groupBox4.Text = "历史批次";
|
||
//
|
||
// dgvBatchList
|
||
//
|
||
this.dgvBatchList.AllowUserToAddRows = false;
|
||
this.dgvBatchList.AllowUserToDeleteRows = false;
|
||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
||
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
this.dgvBatchList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||
this.dgvBatchList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dgvBatchList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
this.colBatchId,
|
||
this.colTargetCount,
|
||
this.colCompleteCount,
|
||
this.colCreateTime});
|
||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
||
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
|
||
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.dgvBatchList.DefaultCellStyle = dataGridViewCellStyle2;
|
||
this.dgvBatchList.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.dgvBatchList.Location = new System.Drawing.Point(2, 16);
|
||
this.dgvBatchList.Margin = new System.Windows.Forms.Padding(2);
|
||
this.dgvBatchList.MultiSelect = false;
|
||
this.dgvBatchList.Name = "dgvBatchList";
|
||
this.dgvBatchList.ReadOnly = true;
|
||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
|
||
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
this.dgvBatchList.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
||
this.dgvBatchList.RowHeadersVisible = false;
|
||
this.dgvBatchList.RowHeadersWidth = 62;
|
||
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.dgvBatchList.RowsDefaultCellStyle = dataGridViewCellStyle4;
|
||
this.dgvBatchList.RowTemplate.Height = 30;
|
||
this.dgvBatchList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.dgvBatchList.Size = new System.Drawing.Size(405, 203);
|
||
this.dgvBatchList.TabIndex = 6;
|
||
//
|
||
// colBatchId
|
||
//
|
||
this.colBatchId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
this.colBatchId.DataPropertyName = "BatchId";
|
||
this.colBatchId.HeaderText = "批次";
|
||
this.colBatchId.MinimumWidth = 100;
|
||
this.colBatchId.Name = "colBatchId";
|
||
this.colBatchId.ReadOnly = true;
|
||
//
|
||
// colTargetCount
|
||
//
|
||
this.colTargetCount.DataPropertyName = "TargetCount";
|
||
this.colTargetCount.HeaderText = "目标数";
|
||
this.colTargetCount.MinimumWidth = 80;
|
||
this.colTargetCount.Name = "colTargetCount";
|
||
this.colTargetCount.ReadOnly = true;
|
||
this.colTargetCount.Width = 150;
|
||
//
|
||
// colCompleteCount
|
||
//
|
||
this.colCompleteCount.DataPropertyName = "CompleteCount";
|
||
this.colCompleteCount.HeaderText = "完成数";
|
||
this.colCompleteCount.MinimumWidth = 80;
|
||
this.colCompleteCount.Name = "colCompleteCount";
|
||
this.colCompleteCount.ReadOnly = true;
|
||
this.colCompleteCount.Width = 150;
|
||
//
|
||
// colCreateTime
|
||
//
|
||
this.colCreateTime.DataPropertyName = "CreateTime";
|
||
this.colCreateTime.HeaderText = "结束日期";
|
||
this.colCreateTime.MinimumWidth = 100;
|
||
this.colCreateTime.Name = "colCreateTime";
|
||
this.colCreateTime.ReadOnly = true;
|
||
this.colCreateTime.Width = 120;
|
||
//
|
||
// txtBatchId
|
||
//
|
||
this.txtBatchId.Location = new System.Drawing.Point(76, 81);
|
||
this.txtBatchId.Margin = new System.Windows.Forms.Padding(2);
|
||
this.txtBatchId.Name = "txtBatchId";
|
||
this.txtBatchId.Size = new System.Drawing.Size(125, 21);
|
||
this.txtBatchId.TabIndex = 25;
|
||
//
|
||
// label15
|
||
//
|
||
this.label15.AutoSize = true;
|
||
this.label15.Location = new System.Drawing.Point(7, 84);
|
||
this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label15.Name = "label15";
|
||
this.label15.Size = new System.Drawing.Size(53, 12);
|
||
this.label15.TabIndex = 24;
|
||
this.label15.Text = "当前批次";
|
||
//
|
||
// label16
|
||
//
|
||
this.label16.AutoSize = true;
|
||
this.label16.Location = new System.Drawing.Point(216, 84);
|
||
this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label16.Name = "label16";
|
||
this.label16.Size = new System.Drawing.Size(53, 12);
|
||
this.label16.TabIndex = 26;
|
||
this.label16.Text = "目标数量";
|
||
//
|
||
// txtCode
|
||
//
|
||
this.txtCode.Location = new System.Drawing.Point(76, 30);
|
||
this.txtCode.Margin = new System.Windows.Forms.Padding(2);
|
||
this.txtCode.Name = "txtCode";
|
||
this.txtCode.Size = new System.Drawing.Size(125, 21);
|
||
this.txtCode.TabIndex = 19;
|
||
//
|
||
// txtName
|
||
//
|
||
this.txtName.Location = new System.Drawing.Point(76, 57);
|
||
this.txtName.Margin = new System.Windows.Forms.Padding(2);
|
||
this.txtName.Name = "txtName";
|
||
this.txtName.Size = new System.Drawing.Size(125, 21);
|
||
this.txtName.TabIndex = 21;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(7, 34);
|
||
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(29, 12);
|
||
this.label1.TabIndex = 18;
|
||
this.label1.Text = "料号";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(7, 60);
|
||
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(29, 12);
|
||
this.label4.TabIndex = 20;
|
||
this.label4.Text = "名称";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(216, 60);
|
||
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(29, 12);
|
||
this.label3.TabIndex = 22;
|
||
this.label3.Text = "规格";
|
||
//
|
||
// txtSpec
|
||
//
|
||
this.txtSpec.Location = new System.Drawing.Point(280, 57);
|
||
this.txtSpec.Margin = new System.Windows.Forms.Padding(2);
|
||
this.txtSpec.Name = "txtSpec";
|
||
this.txtSpec.Size = new System.Drawing.Size(125, 21);
|
||
this.txtSpec.TabIndex = 23;
|
||
//
|
||
// tabPage3
|
||
//
|
||
this.tabPage3.Controls.Add(this.groupBox7);
|
||
this.tabPage3.Controls.Add(this.groupBox6);
|
||
this.tabPage3.Controls.Add(this.groupBox5);
|
||
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
||
this.tabPage3.Margin = new System.Windows.Forms.Padding(2);
|
||
this.tabPage3.Name = "tabPage3";
|
||
this.tabPage3.Padding = new System.Windows.Forms.Padding(2);
|
||
this.tabPage3.Size = new System.Drawing.Size(416, 326);
|
||
this.tabPage3.TabIndex = 2;
|
||
this.tabPage3.Text = "图纸资料";
|
||
this.tabPage3.UseVisualStyleBackColor = true;
|
||
//
|
||
// groupBox7
|
||
//
|
||
this.groupBox7.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||
this.groupBox7.Controls.Add(this.panel6);
|
||
this.groupBox7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox7.Location = new System.Drawing.Point(2, 218);
|
||
this.groupBox7.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox7.Name = "groupBox7";
|
||
this.groupBox7.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox7.Size = new System.Drawing.Size(409, 102);
|
||
this.groupBox7.TabIndex = 34;
|
||
this.groupBox7.TabStop = false;
|
||
this.groupBox7.Text = "参数设置";
|
||
//
|
||
// panel6
|
||
//
|
||
this.panel6.BackColor = System.Drawing.Color.White;
|
||
this.panel6.Controls.Add(this.cbHavePad);
|
||
this.panel6.Controls.Add(this.label24);
|
||
this.panel6.Controls.Add(this.cbMainGrid);
|
||
this.panel6.Controls.Add(this.cbMarkDisturb);
|
||
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel6.Location = new System.Drawing.Point(2, 16);
|
||
this.panel6.Margin = new System.Windows.Forms.Padding(2);
|
||
this.panel6.Name = "panel6";
|
||
this.panel6.Size = new System.Drawing.Size(405, 84);
|
||
this.panel6.TabIndex = 0;
|
||
//
|
||
// label24
|
||
//
|
||
this.label24.AutoSize = true;
|
||
this.label24.Location = new System.Drawing.Point(30, 18);
|
||
this.label24.Name = "label24";
|
||
this.label24.Size = new System.Drawing.Size(161, 12);
|
||
this.label24.TabIndex = 5;
|
||
this.label24.Text = "在非[默认Mark]的情况下生效";
|
||
//
|
||
// cbMainGrid
|
||
//
|
||
this.cbMainGrid.AutoSize = true;
|
||
this.cbMainGrid.Location = new System.Drawing.Point(158, 47);
|
||
this.cbMainGrid.Name = "cbMainGrid";
|
||
this.cbMainGrid.Size = new System.Drawing.Size(72, 16);
|
||
this.cbMainGrid.TabIndex = 1;
|
||
this.cbMainGrid.Text = "是否主栅";
|
||
this.cbMainGrid.UseVisualStyleBackColor = true;
|
||
//
|
||
// cbMarkDisturb
|
||
//
|
||
this.cbMarkDisturb.AutoSize = true;
|
||
this.cbMarkDisturb.Location = new System.Drawing.Point(32, 47);
|
||
this.cbMarkDisturb.Name = "cbMarkDisturb";
|
||
this.cbMarkDisturb.Size = new System.Drawing.Size(120, 16);
|
||
this.cbMarkDisturb.TabIndex = 0;
|
||
this.cbMarkDisturb.Text = "是否存在Mark干扰";
|
||
this.cbMarkDisturb.UseVisualStyleBackColor = true;
|
||
//
|
||
// groupBox6
|
||
//
|
||
this.groupBox6.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||
this.groupBox6.Controls.Add(this.panel5);
|
||
this.groupBox6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox6.Location = new System.Drawing.Point(2, 66);
|
||
this.groupBox6.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox6.Name = "groupBox6";
|
||
this.groupBox6.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox6.Size = new System.Drawing.Size(409, 148);
|
||
this.groupBox6.TabIndex = 33;
|
||
this.groupBox6.TabStop = false;
|
||
this.groupBox6.Text = "Mark点设置";
|
||
//
|
||
// panel5
|
||
//
|
||
this.panel5.BackColor = System.Drawing.Color.White;
|
||
this.panel5.Controls.Add(this.label21);
|
||
this.panel5.Controls.Add(this.numMarkSize);
|
||
this.panel5.Controls.Add(this.label20);
|
||
this.panel5.Controls.Add(this.cbMarkType);
|
||
this.panel5.Controls.Add(this.label19);
|
||
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel5.Location = new System.Drawing.Point(2, 16);
|
||
this.panel5.Margin = new System.Windows.Forms.Padding(2);
|
||
this.panel5.Name = "panel5";
|
||
this.panel5.Size = new System.Drawing.Size(405, 130);
|
||
this.panel5.TabIndex = 0;
|
||
//
|
||
// label21
|
||
//
|
||
this.label21.AutoSize = true;
|
||
this.label21.Location = new System.Drawing.Point(30, 23);
|
||
this.label21.Name = "label21";
|
||
this.label21.Size = new System.Drawing.Size(185, 12);
|
||
this.label21.TabIndex = 4;
|
||
this.label21.Text = "请在上传图纸前设置好Mark参数!";
|
||
//
|
||
// numMarkSize
|
||
//
|
||
this.numMarkSize.DecimalPlaces = 3;
|
||
this.numMarkSize.Location = new System.Drawing.Point(257, 65);
|
||
this.numMarkSize.Margin = new System.Windows.Forms.Padding(2);
|
||
this.numMarkSize.Name = "numMarkSize";
|
||
this.numMarkSize.Size = new System.Drawing.Size(80, 21);
|
||
this.numMarkSize.TabIndex = 3;
|
||
//
|
||
// label20
|
||
//
|
||
this.label20.AutoSize = true;
|
||
this.label20.Location = new System.Drawing.Point(197, 69);
|
||
this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label20.Name = "label20";
|
||
this.label20.Size = new System.Drawing.Size(53, 12);
|
||
this.label20.TabIndex = 2;
|
||
this.label20.Text = "直径(mm)";
|
||
//
|
||
// cbMarkType
|
||
//
|
||
this.cbMarkType.FormattingEnabled = true;
|
||
this.cbMarkType.Items.AddRange(new object[] {
|
||
"默认Mark",
|
||
"无mark",
|
||
"实心圆",
|
||
"空心圆",
|
||
"实心圆带栅线",
|
||
"空心圆带栅线",
|
||
"矩形",
|
||
"候补1",
|
||
"候补2"});
|
||
this.cbMarkType.Location = new System.Drawing.Point(70, 65);
|
||
this.cbMarkType.Margin = new System.Windows.Forms.Padding(2);
|
||
this.cbMarkType.Name = "cbMarkType";
|
||
this.cbMarkType.Size = new System.Drawing.Size(82, 20);
|
||
this.cbMarkType.TabIndex = 1;
|
||
//
|
||
// label19
|
||
//
|
||
this.label19.AutoSize = true;
|
||
this.label19.Location = new System.Drawing.Point(30, 69);
|
||
this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label19.Name = "label19";
|
||
this.label19.Size = new System.Drawing.Size(29, 12);
|
||
this.label19.TabIndex = 0;
|
||
this.label19.Text = "Mark";
|
||
//
|
||
// groupBox5
|
||
//
|
||
this.groupBox5.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||
this.groupBox5.Controls.Add(this.panel4);
|
||
this.groupBox5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox5.Location = new System.Drawing.Point(2, 4);
|
||
this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox5.Name = "groupBox5";
|
||
this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox5.Size = new System.Drawing.Size(409, 58);
|
||
this.groupBox5.TabIndex = 32;
|
||
this.groupBox5.TabStop = false;
|
||
this.groupBox5.Text = "图纸";
|
||
//
|
||
// panel4
|
||
//
|
||
this.panel4.BackColor = System.Drawing.Color.White;
|
||
this.panel4.Controls.Add(this.btnOpenFile);
|
||
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel4.Location = new System.Drawing.Point(2, 16);
|
||
this.panel4.Margin = new System.Windows.Forms.Padding(2);
|
||
this.panel4.Name = "panel4";
|
||
this.panel4.Size = new System.Drawing.Size(405, 40);
|
||
this.panel4.TabIndex = 0;
|
||
//
|
||
// btnOpenFile
|
||
//
|
||
this.btnOpenFile.AutoSize = true;
|
||
this.btnOpenFile.Location = new System.Drawing.Point(12, 15);
|
||
this.btnOpenFile.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.btnOpenFile.Name = "btnOpenFile";
|
||
this.btnOpenFile.Size = new System.Drawing.Size(0, 12);
|
||
this.btnOpenFile.TabIndex = 2;
|
||
this.btnOpenFile.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.btnOpenFile_LinkClicked);
|
||
//
|
||
// tabPage2
|
||
//
|
||
this.tabPage2.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||
this.tabPage2.Controls.Add(this.groupBox10);
|
||
this.tabPage2.Controls.Add(this.groupBox1);
|
||
this.tabPage2.Controls.Add(this.groupBox2);
|
||
this.tabPage2.Controls.Add(this.groupBox3);
|
||
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
||
this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
|
||
this.tabPage2.Name = "tabPage2";
|
||
this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
|
||
this.tabPage2.Size = new System.Drawing.Size(416, 326);
|
||
this.tabPage2.TabIndex = 1;
|
||
this.tabPage2.Text = "测量合格标准";
|
||
//
|
||
// tabPage4
|
||
//
|
||
this.tabPage4.Controls.Add(this.flpQualifiedPannel);
|
||
this.tabPage4.Location = new System.Drawing.Point(4, 22);
|
||
this.tabPage4.Margin = new System.Windows.Forms.Padding(2);
|
||
this.tabPage4.Name = "tabPage4";
|
||
this.tabPage4.Size = new System.Drawing.Size(416, 326);
|
||
this.tabPage4.TabIndex = 3;
|
||
this.tabPage4.Text = "外观合格标准";
|
||
this.tabPage4.UseVisualStyleBackColor = true;
|
||
//
|
||
// flpQualifiedPannel
|
||
//
|
||
this.flpQualifiedPannel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.flpQualifiedPannel.Location = new System.Drawing.Point(0, 0);
|
||
this.flpQualifiedPannel.Margin = new System.Windows.Forms.Padding(2);
|
||
this.flpQualifiedPannel.Name = "flpQualifiedPannel";
|
||
this.flpQualifiedPannel.Padding = new System.Windows.Forms.Padding(3);
|
||
this.flpQualifiedPannel.Size = new System.Drawing.Size(416, 326);
|
||
this.flpQualifiedPannel.TabIndex = 0;
|
||
//
|
||
// cbHavePad
|
||
//
|
||
this.cbHavePad.AutoSize = true;
|
||
this.cbHavePad.Location = new System.Drawing.Point(236, 47);
|
||
this.cbHavePad.Name = "cbHavePad";
|
||
this.cbHavePad.Size = new System.Drawing.Size(102, 16);
|
||
this.cbHavePad.TabIndex = 6;
|
||
this.cbHavePad.Text = "是否存在Pad点";
|
||
this.cbHavePad.UseVisualStyleBackColor = true;
|
||
//
|
||
// FrmProductInfo
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||
this.ClientSize = new System.Drawing.Size(427, 412);
|
||
this.Controls.Add(this.tabControl1);
|
||
this.Controls.Add(this.toolStrip1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||
this.Margin = new System.Windows.Forms.Padding(2);
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "FrmProductInfo";
|
||
this.ShowIcon = false;
|
||
this.ShowInTaskbar = false;
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "产品基础信息";
|
||
this.Load += new System.EventHandler(this.FrmProductInfo_Load);
|
||
this.groupBox10.ResumeLayout(false);
|
||
this.panel10.ResumeLayout(false);
|
||
this.panel10.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numTensionDownFloatValue)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numTensionUpFloatValue)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numTensionBaseValue)).EndInit();
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numHeightDownFloatValue)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numHeightUpFloatValue)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numHeightBaseValue)).EndInit();
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.panel2.ResumeLayout(false);
|
||
this.panel2.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numLineWidthDownFloatValue)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numLineWidthUpFloatValue)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numLineWidthBaseValue)).EndInit();
|
||
this.groupBox3.ResumeLayout(false);
|
||
this.panel3.ResumeLayout(false);
|
||
this.panel3.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numPTDownFloatValue)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numPTUpFloatValue)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numPTBaseValue)).EndInit();
|
||
this.toolStrip1.ResumeLayout(false);
|
||
this.toolStrip1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numTargetCount)).EndInit();
|
||
this.tabControl1.ResumeLayout(false);
|
||
this.tabPage1.ResumeLayout(false);
|
||
this.panel8.ResumeLayout(false);
|
||
this.panel8.PerformLayout();
|
||
this.groupBox4.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvBatchList)).EndInit();
|
||
this.tabPage3.ResumeLayout(false);
|
||
this.groupBox7.ResumeLayout(false);
|
||
this.panel6.ResumeLayout(false);
|
||
this.panel6.PerformLayout();
|
||
this.groupBox6.ResumeLayout(false);
|
||
this.panel5.ResumeLayout(false);
|
||
this.panel5.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numMarkSize)).EndInit();
|
||
this.groupBox5.ResumeLayout(false);
|
||
this.panel4.ResumeLayout(false);
|
||
this.panel4.PerformLayout();
|
||
this.tabPage2.ResumeLayout(false);
|
||
this.tabPage4.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
private System.Windows.Forms.GroupBox groupBox10;
|
||
private System.Windows.Forms.Panel panel10;
|
||
private System.Windows.Forms.Label label12;
|
||
private System.Windows.Forms.Label label22;
|
||
private System.Windows.Forms.Label label23;
|
||
private System.Windows.Forms.NumericUpDown numTensionDownFloatValue;
|
||
private System.Windows.Forms.NumericUpDown numTensionUpFloatValue;
|
||
private System.Windows.Forms.NumericUpDown numTensionBaseValue;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.NumericUpDown numHeightDownFloatValue;
|
||
private System.Windows.Forms.NumericUpDown numHeightUpFloatValue;
|
||
private System.Windows.Forms.NumericUpDown numHeightBaseValue;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
private System.Windows.Forms.Panel panel2;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.NumericUpDown numLineWidthDownFloatValue;
|
||
private System.Windows.Forms.NumericUpDown numLineWidthUpFloatValue;
|
||
private System.Windows.Forms.NumericUpDown numLineWidthBaseValue;
|
||
private System.Windows.Forms.GroupBox groupBox3;
|
||
private System.Windows.Forms.Panel panel3;
|
||
private System.Windows.Forms.Label label10;
|
||
private System.Windows.Forms.Label label11;
|
||
private System.Windows.Forms.Label label13;
|
||
private System.Windows.Forms.NumericUpDown numPTDownFloatValue;
|
||
private System.Windows.Forms.NumericUpDown numPTUpFloatValue;
|
||
private System.Windows.Forms.NumericUpDown numPTBaseValue;
|
||
private System.Windows.Forms.ToolStrip toolStrip1;
|
||
private System.Windows.Forms.ToolStripButton tsbtnSave;
|
||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
||
private System.Windows.Forms.ToolStripButton tsbtnClose;
|
||
private System.Windows.Forms.TextBox txtHeightBaseDec;
|
||
private System.Windows.Forms.Label label14;
|
||
private System.Windows.Forms.ToolTip toolTip1;
|
||
private System.Windows.Forms.TabControl tabControl1;
|
||
private System.Windows.Forms.TabPage tabPage1;
|
||
private System.Windows.Forms.Panel panel8;
|
||
private System.Windows.Forms.TextBox txtCode;
|
||
private System.Windows.Forms.TextBox txtName;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.TextBox txtSpec;
|
||
private System.Windows.Forms.TabPage tabPage2;
|
||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
||
private System.Windows.Forms.ToolStripButton tsbtnNewBatchId;
|
||
private System.Windows.Forms.NumericUpDown numTargetCount;
|
||
private System.Windows.Forms.TextBox txtBatchId;
|
||
private System.Windows.Forms.Label label15;
|
||
private System.Windows.Forms.Label label16;
|
||
private System.Windows.Forms.GroupBox groupBox4;
|
||
private System.Windows.Forms.DataGridView dgvBatchList;
|
||
private System.Windows.Forms.TabPage tabPage3;
|
||
private System.Windows.Forms.ToolStripButton tsbtnAddFile;
|
||
private System.Windows.Forms.LinkLabel btnOpenFile;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn colBatchId;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn colTargetCount;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn colCompleteCount;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn colCreateTime;
|
||
private System.Windows.Forms.TabPage tabPage4;
|
||
private System.Windows.Forms.Label label17;
|
||
private System.Windows.Forms.ComboBox cmbClasses;
|
||
private System.Windows.Forms.ComboBox cmbHoleCount;
|
||
private System.Windows.Forms.Label label18;
|
||
private System.Windows.Forms.FlowLayoutPanel flpQualifiedPannel;
|
||
private System.Windows.Forms.GroupBox groupBox6;
|
||
private System.Windows.Forms.Panel panel5;
|
||
private System.Windows.Forms.GroupBox groupBox5;
|
||
private System.Windows.Forms.Panel panel4;
|
||
private System.Windows.Forms.Label label19;
|
||
private System.Windows.Forms.NumericUpDown numMarkSize;
|
||
private System.Windows.Forms.Label label20;
|
||
private System.Windows.Forms.ComboBox cbMarkType;
|
||
private System.Windows.Forms.Label label29;
|
||
private System.Windows.Forms.ComboBox cmbDefectModelFile;
|
||
private System.Windows.Forms.Label label21;
|
||
private System.Windows.Forms.ToolStripButton tbtnGetPos;
|
||
private System.Windows.Forms.GroupBox groupBox7;
|
||
private System.Windows.Forms.Panel panel6;
|
||
private System.Windows.Forms.CheckBox cbMainGrid;
|
||
private System.Windows.Forms.CheckBox cbMarkDisturb;
|
||
private System.Windows.Forms.Label label24;
|
||
private System.Windows.Forms.CheckBox cbHavePad;
|
||
}
|
||
} |