banboshi_V1/halftoneproject-master/Code/FrmProductInfo.Designer.cs

1440 lines
70 KiB
C#
Raw Normal View History

2023-10-31 13:19:29 +08:00
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.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.groupBox6 = new System.Windows.Forms.GroupBox();
this.panel5 = new System.Windows.Forms.Panel();
this.panel11 = new System.Windows.Forms.Panel();
this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
this.label27 = new System.Windows.Forms.Label();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.label28 = new System.Windows.Forms.Label();
this.panel9 = new System.Windows.Forms.Panel();
this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
this.label25 = new System.Windows.Forms.Label();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.label26 = new System.Windows.Forms.Label();
this.panel7 = new System.Windows.Forms.Panel();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.label21 = new System.Windows.Forms.Label();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.label24 = new System.Windows.Forms.Label();
this.panel6 = new System.Windows.Forms.Panel();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label20 = new System.Windows.Forms.Label();
this.comboBox1 = 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.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.groupBox6.SuspendLayout();
this.panel5.SuspendLayout();
this.panel11.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
this.panel9.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
this.panel7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
this.panel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).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(6, 6);
this.groupBox10.Name = "groupBox10";
this.groupBox10.Size = new System.Drawing.Size(614, 105);
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(3, 24);
this.panel10.Name = "panel10";
this.panel10.Size = new System.Drawing.Size(608, 78);
this.panel10.TabIndex = 0;
//
// numTensionDownFloatValue
//
this.numTensionDownFloatValue.DecimalPlaces = 4;
this.numTensionDownFloatValue.Location = new System.Drawing.Point(417, 43);
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(180, 28);
this.numTensionDownFloatValue.TabIndex = 13;
//
// numTensionUpFloatValue
//
this.numTensionUpFloatValue.DecimalPlaces = 4;
this.numTensionUpFloatValue.Location = new System.Drawing.Point(111, 45);
this.numTensionUpFloatValue.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numTensionUpFloatValue.Name = "numTensionUpFloatValue";
this.numTensionUpFloatValue.Size = new System.Drawing.Size(185, 28);
this.numTensionUpFloatValue.TabIndex = 13;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(321, 48);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(98, 18);
this.label12.TabIndex = 16;
this.label12.Text = "下浮范围:";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(15, 50);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(98, 18);
this.label22.TabIndex = 15;
this.label22.Text = "上浮范围:";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(15, 16);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(80, 18);
this.label23.TabIndex = 14;
this.label23.Text = "基准值:";
//
// numTensionBaseValue
//
this.numTensionBaseValue.DecimalPlaces = 4;
this.numTensionBaseValue.Location = new System.Drawing.Point(111, 11);
this.numTensionBaseValue.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numTensionBaseValue.Name = "numTensionBaseValue";
this.numTensionBaseValue.Size = new System.Drawing.Size(185, 28);
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(6, 117);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(614, 139);
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(3, 24);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(608, 112);
this.panel1.TabIndex = 0;
//
// numHeightDownFloatValue
//
this.numHeightDownFloatValue.DecimalPlaces = 4;
this.numHeightDownFloatValue.Location = new System.Drawing.Point(417, 43);
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(180, 28);
this.numHeightDownFloatValue.TabIndex = 13;
//
// numHeightUpFloatValue
//
this.numHeightUpFloatValue.DecimalPlaces = 4;
this.numHeightUpFloatValue.Location = new System.Drawing.Point(111, 45);
this.numHeightUpFloatValue.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numHeightUpFloatValue.Name = "numHeightUpFloatValue";
this.numHeightUpFloatValue.Size = new System.Drawing.Size(185, 28);
this.numHeightUpFloatValue.TabIndex = 13;
//
// numHeightBaseValue
//
this.numHeightBaseValue.DecimalPlaces = 4;
this.numHeightBaseValue.Location = new System.Drawing.Point(111, 11);
this.numHeightBaseValue.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numHeightBaseValue.Name = "numHeightBaseValue";
this.numHeightBaseValue.Size = new System.Drawing.Size(185, 28);
this.numHeightBaseValue.TabIndex = 13;
//
// txtHeightBaseDec
//
this.txtHeightBaseDec.Location = new System.Drawing.Point(111, 79);
this.txtHeightBaseDec.Name = "txtHeightBaseDec";
this.txtHeightBaseDec.Size = new System.Drawing.Size(486, 28);
this.txtHeightBaseDec.TabIndex = 21;
this.toolTip1.SetToolTip(this.txtHeightBaseDec, "多个点位按顺序用半角分号(;)或逗号(,)隔开");
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(15, 84);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(98, 18);
this.label14.TabIndex = 20;
this.label14.Text = "点位base值";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(321, 48);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(98, 18);
this.label2.TabIndex = 16;
this.label2.Text = "下浮范围:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(15, 48);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(98, 18);
this.label5.TabIndex = 15;
this.label5.Text = "上浮范围:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(15, 16);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(80, 18);
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(6, 262);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(614, 105);
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(3, 24);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(608, 78);
this.panel2.TabIndex = 0;
//
// numLineWidthDownFloatValue
//
this.numLineWidthDownFloatValue.DecimalPlaces = 4;
this.numLineWidthDownFloatValue.Location = new System.Drawing.Point(417, 43);
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(180, 28);
this.numLineWidthDownFloatValue.TabIndex = 13;
//
// numLineWidthUpFloatValue
//
this.numLineWidthUpFloatValue.DecimalPlaces = 4;
this.numLineWidthUpFloatValue.Location = new System.Drawing.Point(111, 45);
this.numLineWidthUpFloatValue.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numLineWidthUpFloatValue.Name = "numLineWidthUpFloatValue";
this.numLineWidthUpFloatValue.Size = new System.Drawing.Size(185, 28);
this.numLineWidthUpFloatValue.TabIndex = 13;
//
// numLineWidthBaseValue
//
this.numLineWidthBaseValue.DecimalPlaces = 4;
this.numLineWidthBaseValue.Location = new System.Drawing.Point(111, 11);
this.numLineWidthBaseValue.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numLineWidthBaseValue.Name = "numLineWidthBaseValue";
this.numLineWidthBaseValue.Size = new System.Drawing.Size(185, 28);
this.numLineWidthBaseValue.TabIndex = 13;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(321, 48);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(98, 18);
this.label7.TabIndex = 16;
this.label7.Text = "下浮范围:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(15, 50);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(98, 18);
this.label8.TabIndex = 15;
this.label8.Text = "上浮范围:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(15, 16);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(80, 18);
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(6, 373);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(614, 105);
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(3, 24);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(608, 78);
this.panel3.TabIndex = 0;
//
// numPTDownFloatValue
//
this.numPTDownFloatValue.DecimalPlaces = 4;
this.numPTDownFloatValue.Location = new System.Drawing.Point(417, 43);
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(180, 28);
this.numPTDownFloatValue.TabIndex = 13;
//
// numPTUpFloatValue
//
this.numPTUpFloatValue.DecimalPlaces = 4;
this.numPTUpFloatValue.Location = new System.Drawing.Point(111, 45);
this.numPTUpFloatValue.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numPTUpFloatValue.Name = "numPTUpFloatValue";
this.numPTUpFloatValue.Size = new System.Drawing.Size(185, 28);
this.numPTUpFloatValue.TabIndex = 13;
//
// numPTBaseValue
//
this.numPTBaseValue.DecimalPlaces = 4;
this.numPTBaseValue.Location = new System.Drawing.Point(111, 11);
this.numPTBaseValue.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numPTBaseValue.Name = "numPTBaseValue";
this.numPTBaseValue.Size = new System.Drawing.Size(185, 28);
this.numPTBaseValue.TabIndex = 13;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(321, 48);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(98, 18);
this.label10.TabIndex = 16;
this.label10.Text = "下浮范围:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(15, 50);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(98, 18);
this.label11.TabIndex = 15;
this.label11.Text = "上浮范围:";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(15, 16);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(80, 18);
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.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, 3, 0);
this.toolStrip1.Size = new System.Drawing.Size(641, 65);
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(70, 60);
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, 65);
//
// 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(86, 60);
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(68, 60);
this.tsbtnNewBatchId.Text = "新批次";
this.tsbtnNewBatchId.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnNewBatchId.Visible = false;
this.tsbtnNewBatchId.Click += new System.EventHandler(this.tsbtnNewBatchId_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 65);
//
// 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(70, 60);
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(420, 122);
this.numTargetCount.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numTargetCount.Name = "numTargetCount";
this.numTargetCount.Size = new System.Drawing.Size(185, 28);
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, 88);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(636, 528);
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, 28);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(628, 496);
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(3, 3);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(622, 490);
this.panel8.TabIndex = 1;
//
// cmbDefectModelFile
//
this.cmbDefectModelFile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbDefectModelFile.FormattingEnabled = true;
this.cmbDefectModelFile.Location = new System.Drawing.Point(420, 46);
this.cmbDefectModelFile.Name = "cmbDefectModelFile";
this.cmbDefectModelFile.Size = new System.Drawing.Size(185, 26);
this.cmbDefectModelFile.TabIndex = 38;
//
// label29
//
this.label29.AutoSize = true;
this.label29.Location = new System.Drawing.Point(324, 50);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(80, 18);
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(420, 9);
this.cmbHoleCount.Name = "cmbHoleCount";
this.cmbHoleCount.Size = new System.Drawing.Size(185, 26);
this.cmbHoleCount.TabIndex = 37;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(324, 13);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(44, 18);
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(114, 9);
this.cmbClasses.Name = "cmbClasses";
this.cmbClasses.Size = new System.Drawing.Size(185, 26);
this.cmbClasses.TabIndex = 35;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(10, 13);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(44, 18);
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(5, 156);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(614, 331);
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(3, 24);
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(608, 304);
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(114, 121);
this.txtBatchId.Name = "txtBatchId";
this.txtBatchId.Size = new System.Drawing.Size(185, 28);
this.txtBatchId.TabIndex = 25;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(10, 126);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(80, 18);
this.label15.TabIndex = 24;
this.label15.Text = "当前批次";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(324, 126);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(80, 18);
this.label16.TabIndex = 26;
this.label16.Text = "目标数量";
//
// txtCode
//
this.txtCode.Location = new System.Drawing.Point(114, 45);
this.txtCode.Name = "txtCode";
this.txtCode.Size = new System.Drawing.Size(185, 28);
this.txtCode.TabIndex = 19;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(114, 85);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(185, 28);
this.txtName.TabIndex = 21;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 51);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(44, 18);
this.label1.TabIndex = 18;
this.label1.Text = "料号";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(10, 90);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(44, 18);
this.label4.TabIndex = 20;
this.label4.Text = "名称";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(324, 90);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(44, 18);
this.label3.TabIndex = 22;
this.label3.Text = "规格";
//
// txtSpec
//
this.txtSpec.Location = new System.Drawing.Point(420, 85);
this.txtSpec.Name = "txtSpec";
this.txtSpec.Size = new System.Drawing.Size(185, 28);
this.txtSpec.TabIndex = 23;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.groupBox6);
this.tabPage3.Controls.Add(this.groupBox5);
this.tabPage3.Location = new System.Drawing.Point(4, 28);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(628, 496);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "图纸资料";
this.tabPage3.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(3, 99);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(614, 222);
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.panel11);
this.panel5.Controls.Add(this.panel9);
this.panel5.Controls.Add(this.panel7);
this.panel5.Controls.Add(this.panel6);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(3, 24);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(608, 195);
this.panel5.TabIndex = 0;
//
// panel11
//
this.panel11.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.panel11.Controls.Add(this.numericUpDown4);
this.panel11.Controls.Add(this.label27);
this.panel11.Controls.Add(this.comboBox4);
this.panel11.Controls.Add(this.label28);
this.panel11.Location = new System.Drawing.Point(21, 146);
this.panel11.Name = "panel11";
this.panel11.Size = new System.Drawing.Size(566, 38);
this.panel11.TabIndex = 4;
//
// numericUpDown4
//
this.numericUpDown4.Location = new System.Drawing.Point(348, 5);
this.numericUpDown4.Name = "numericUpDown4";
this.numericUpDown4.Size = new System.Drawing.Size(120, 28);
this.numericUpDown4.TabIndex = 3;
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(258, 10);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(80, 18);
this.label27.TabIndex = 2;
this.label27.Text = "直径(mm)";
//
// comboBox4
//
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Items.AddRange(new object[] {
"实心圆",
"实心圆带栅线",
"空心圆",
"空心圆带栅线",
"圆环",
"半圆环",
"十字线"});
this.comboBox4.Location = new System.Drawing.Point(68, 4);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(121, 26);
this.comboBox4.TabIndex = 1;
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(8, 10);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(53, 18);
this.label28.TabIndex = 0;
this.label28.Text = "Mark4";
//
// panel9
//
this.panel9.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.panel9.Controls.Add(this.numericUpDown3);
this.panel9.Controls.Add(this.label25);
this.panel9.Controls.Add(this.comboBox3);
this.panel9.Controls.Add(this.label26);
this.panel9.Location = new System.Drawing.Point(21, 102);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(566, 38);
this.panel9.TabIndex = 4;
//
// numericUpDown3
//
this.numericUpDown3.Location = new System.Drawing.Point(348, 5);
this.numericUpDown3.Name = "numericUpDown3";
this.numericUpDown3.Size = new System.Drawing.Size(120, 28);
this.numericUpDown3.TabIndex = 3;
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(258, 10);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(80, 18);
this.label25.TabIndex = 2;
this.label25.Text = "直径(mm)";
//
// comboBox3
//
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"实心圆",
"实心圆带栅线",
"空心圆",
"空心圆带栅线",
"圆环",
"半圆环",
"十字线"});
this.comboBox3.Location = new System.Drawing.Point(68, 4);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(121, 26);
this.comboBox3.TabIndex = 1;
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(8, 10);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(53, 18);
this.label26.TabIndex = 0;
this.label26.Text = "Mark3";
//
// panel7
//
this.panel7.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.panel7.Controls.Add(this.numericUpDown2);
this.panel7.Controls.Add(this.label21);
this.panel7.Controls.Add(this.comboBox2);
this.panel7.Controls.Add(this.label24);
this.panel7.Location = new System.Drawing.Point(21, 58);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(566, 38);
this.panel7.TabIndex = 1;
//
// numericUpDown2
//
this.numericUpDown2.Location = new System.Drawing.Point(348, 5);
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(120, 28);
this.numericUpDown2.TabIndex = 3;
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(258, 10);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(80, 18);
this.label21.TabIndex = 2;
this.label21.Text = "直径(mm)";
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"实心圆",
"实心圆带栅线",
"空心圆",
"空心圆带栅线",
"圆环",
"半圆环",
"十字线"});
this.comboBox2.Location = new System.Drawing.Point(68, 4);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(121, 26);
this.comboBox2.TabIndex = 1;
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(8, 10);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(53, 18);
this.label24.TabIndex = 0;
this.label24.Text = "Mark2";
//
// panel6
//
this.panel6.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.panel6.Controls.Add(this.numericUpDown1);
this.panel6.Controls.Add(this.label20);
this.panel6.Controls.Add(this.comboBox1);
this.panel6.Controls.Add(this.label19);
this.panel6.Location = new System.Drawing.Point(21, 14);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(566, 38);
this.panel6.TabIndex = 0;
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(348, 5);
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(120, 28);
this.numericUpDown1.TabIndex = 3;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(258, 10);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(80, 18);
this.label20.TabIndex = 2;
this.label20.Text = "直径(mm)";
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"实心圆",
"实心圆带栅线",
"空心圆",
"空心圆带栅线",
"圆环",
"半圆环",
"十字线"});
this.comboBox1.Location = new System.Drawing.Point(68, 4);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 26);
this.comboBox1.TabIndex = 1;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(8, 10);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(53, 18);
this.label19.TabIndex = 0;
this.label19.Text = "Mark1";
//
// 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(3, 6);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(614, 87);
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(3, 24);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(608, 60);
this.panel4.TabIndex = 0;
//
// btnOpenFile
//
this.btnOpenFile.AutoSize = true;
this.btnOpenFile.Location = new System.Drawing.Point(18, 22);
this.btnOpenFile.Name = "btnOpenFile";
this.btnOpenFile.Size = new System.Drawing.Size(0, 18);
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, 28);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(628, 496);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "测量合格标准";
//
// tabPage4
//
this.tabPage4.Controls.Add(this.flpQualifiedPannel);
this.tabPage4.Location = new System.Drawing.Point(4, 28);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(628, 496);
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.Name = "flpQualifiedPannel";
this.flpQualifiedPannel.Padding = new System.Windows.Forms.Padding(5);
this.flpQualifiedPannel.Size = new System.Drawing.Size(628, 496);
this.flpQualifiedPannel.TabIndex = 0;
//
// FrmProductInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.ClientSize = new System.Drawing.Size(641, 618);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.toolStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
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.groupBox6.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.panel11.ResumeLayout(false);
this.panel11.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
this.panel9.ResumeLayout(false);
this.panel9.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).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.Panel panel6;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Panel panel11;
private System.Windows.Forms.NumericUpDown numericUpDown4;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.ComboBox comboBox4;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.NumericUpDown numericUpDown3;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.NumericUpDown numericUpDown2;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.ComboBox cmbDefectModelFile;
}
}