1152 lines
59 KiB
C#
1152 lines
59 KiB
C#
namespace ProductionControl
|
|
{
|
|
partial class FrmProductInfo2
|
|
{
|
|
/// <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(FrmProductInfo2));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.panel8 = new System.Windows.Forms.Panel();
|
|
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.numTargetCount = new System.Windows.Forms.NumericUpDown();
|
|
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.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.btnOpenFile = new System.Windows.Forms.LinkLabel();
|
|
this.tabPage4 = new System.Windows.Forms.TabPage();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.colProdctPrivate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.colSetParams = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
this.colStepProcessParams = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.colPrivateProcessParams = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
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();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.panel8.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvBatchList)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numTargetCount)).BeginInit();
|
|
this.tabPage2.SuspendLayout();
|
|
this.tabPage3.SuspendLayout();
|
|
this.groupBox5.SuspendLayout();
|
|
this.panel4.SuspendLayout();
|
|
this.tabPage4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
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);
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Controls.Add(this.tabPage3);
|
|
this.tabControl1.Controls.Add(this.tabPage4);
|
|
this.tabControl1.Location = new System.Drawing.Point(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.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;
|
|
//
|
|
// 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(4, 118);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(614, 359);
|
|
this.groupBox4.TabIndex = 32;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "历史批次";
|
|
//
|
|
// dgvBatchList
|
|
//
|
|
this.dgvBatchList.AllowUserToAddRows = false;
|
|
this.dgvBatchList.AllowUserToDeleteRows = false;
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgvBatchList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
|
|
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});
|
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dgvBatchList.DefaultCellStyle = dataGridViewCellStyle9;
|
|
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;
|
|
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgvBatchList.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
|
|
this.dgvBatchList.RowHeadersVisible = false;
|
|
this.dgvBatchList.RowHeadersWidth = 62;
|
|
dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.dgvBatchList.RowsDefaultCellStyle = dataGridViewCellStyle11;
|
|
this.dgvBatchList.RowTemplate.Height = 30;
|
|
this.dgvBatchList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvBatchList.Size = new System.Drawing.Size(608, 332);
|
|
this.dgvBatchList.TabIndex = 6;
|
|
//
|
|
// colBatchId
|
|
//
|
|
this.colBatchId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.colBatchId.DataPropertyName = "BatchId";
|
|
this.colBatchId.HeaderText = "批次";
|
|
this.colBatchId.MinimumWidth = 8;
|
|
this.colBatchId.Name = "colBatchId";
|
|
this.colBatchId.ReadOnly = true;
|
|
//
|
|
// colTargetCount
|
|
//
|
|
this.colTargetCount.DataPropertyName = "TargetCount";
|
|
this.colTargetCount.HeaderText = "目标数";
|
|
this.colTargetCount.MinimumWidth = 100;
|
|
this.colTargetCount.Name = "colTargetCount";
|
|
this.colTargetCount.ReadOnly = true;
|
|
this.colTargetCount.Width = 150;
|
|
//
|
|
// colCompleteCount
|
|
//
|
|
this.colCompleteCount.DataPropertyName = "CompleteCount";
|
|
this.colCompleteCount.HeaderText = "完成数";
|
|
this.colCompleteCount.MinimumWidth = 100;
|
|
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;
|
|
//
|
|
// numTargetCount
|
|
//
|
|
this.numTargetCount.Location = new System.Drawing.Point(417, 84);
|
|
this.numTargetCount.Maximum = new decimal(new int[] {
|
|
99999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numTargetCount.Name = "numTargetCount";
|
|
this.numTargetCount.Size = new System.Drawing.Size(180, 28);
|
|
this.numTargetCount.TabIndex = 28;
|
|
//
|
|
// txtBatchId
|
|
//
|
|
this.txtBatchId.Location = new System.Drawing.Point(114, 83);
|
|
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, 88);
|
|
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, 88);
|
|
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, 11);
|
|
this.txtCode.Name = "txtCode";
|
|
this.txtCode.Size = new System.Drawing.Size(483, 28);
|
|
this.txtCode.TabIndex = 19;
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.Location = new System.Drawing.Point(114, 47);
|
|
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(9, 17);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(80, 18);
|
|
this.label1.TabIndex = 18;
|
|
this.label1.Text = "产品编号";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(10, 52);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(80, 18);
|
|
this.label4.TabIndex = 20;
|
|
this.label4.Text = "产品名称";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(324, 52);
|
|
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(417, 47);
|
|
this.txtSpec.Name = "txtSpec";
|
|
this.txtSpec.Size = new System.Drawing.Size(180, 28);
|
|
this.txtSpec.TabIndex = 23;
|
|
//
|
|
// 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 = "基准值";
|
|
//
|
|
// tabPage3
|
|
//
|
|
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;
|
|
//
|
|
// 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(8, 6);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(614, 484);
|
|
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, 457);
|
|
this.panel4.TabIndex = 0;
|
|
//
|
|
// btnOpenFile
|
|
//
|
|
this.btnOpenFile.AutoSize = true;
|
|
this.btnOpenFile.Location = new System.Drawing.Point(37, 35);
|
|
this.btnOpenFile.Name = "btnOpenFile";
|
|
this.btnOpenFile.Size = new System.Drawing.Size(98, 18);
|
|
this.btnOpenFile.TabIndex = 2;
|
|
this.btnOpenFile.TabStop = true;
|
|
this.btnOpenFile.Text = "linkLabel1";
|
|
this.btnOpenFile.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.btnOpenFile_LinkClicked);
|
|
//
|
|
// tabPage4
|
|
//
|
|
this.tabPage4.Controls.Add(this.dataGridView1);
|
|
this.tabPage4.Location = new System.Drawing.Point(4, 28);
|
|
this.tabPage4.Name = "tabPage4";
|
|
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage4.Size = new System.Drawing.Size(628, 496);
|
|
this.tabPage4.TabIndex = 3;
|
|
this.tabPage4.Text = "合适界定";
|
|
this.tabPage4.UseVisualStyleBackColor = true;
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.colName,
|
|
this.colProdctPrivate,
|
|
this.colSetParams,
|
|
this.colStepProcessParams,
|
|
this.colPrivateProcessParams});
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle6;
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
|
|
this.dataGridView1.MultiSelect = false;
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
this.dataGridView1.RowHeadersVisible = false;
|
|
this.dataGridView1.RowHeadersWidth = 62;
|
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle7;
|
|
this.dataGridView1.RowTemplate.Height = 30;
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView1.Size = new System.Drawing.Size(622, 490);
|
|
this.dataGridView1.TabIndex = 5;
|
|
//
|
|
// colName
|
|
//
|
|
this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.colName.DataPropertyName = "ProcessName";
|
|
this.colName.HeaderText = "类别";
|
|
this.colName.MinimumWidth = 8;
|
|
this.colName.Name = "colName";
|
|
this.colName.ReadOnly = true;
|
|
//
|
|
// colProdctPrivate
|
|
//
|
|
this.colProdctPrivate.HeaderText = "私有";
|
|
this.colProdctPrivate.MinimumWidth = 20;
|
|
this.colProdctPrivate.Name = "colProdctPrivate";
|
|
this.colProdctPrivate.ReadOnly = true;
|
|
this.colProdctPrivate.Width = 70;
|
|
//
|
|
// colSetParams
|
|
//
|
|
this.colSetParams.HeaderText = "配方";
|
|
this.colSetParams.MinimumWidth = 8;
|
|
this.colSetParams.Name = "colSetParams";
|
|
this.colSetParams.ReadOnly = true;
|
|
this.colSetParams.Text = "设置";
|
|
this.colSetParams.UseColumnTextForButtonValue = true;
|
|
this.colSetParams.Width = 150;
|
|
//
|
|
// colStepProcessParams
|
|
//
|
|
this.colStepProcessParams.DataPropertyName = "ProcessParams";
|
|
this.colStepProcessParams.HeaderText = "ProcessP";
|
|
this.colStepProcessParams.MinimumWidth = 8;
|
|
this.colStepProcessParams.Name = "colStepProcessParams";
|
|
this.colStepProcessParams.ReadOnly = true;
|
|
this.colStepProcessParams.Visible = false;
|
|
this.colStepProcessParams.Width = 150;
|
|
//
|
|
// colPrivateProcessParams
|
|
//
|
|
this.colPrivateProcessParams.HeaderText = "ProductP";
|
|
this.colPrivateProcessParams.MinimumWidth = 8;
|
|
this.colPrivateProcessParams.Name = "colPrivateProcessParams";
|
|
this.colPrivateProcessParams.ReadOnly = true;
|
|
this.colPrivateProcessParams.Visible = false;
|
|
this.colPrivateProcessParams.Width = 150;
|
|
//
|
|
// FrmProductInfo2
|
|
//
|
|
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 = "FrmProductInfo2";
|
|
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();
|
|
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();
|
|
((System.ComponentModel.ISupportInitialize)(this.numTargetCount)).EndInit();
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage3.ResumeLayout(false);
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.panel4.ResumeLayout(false);
|
|
this.panel4.PerformLayout();
|
|
this.tabPage4.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
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.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 tabPage3;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.ToolStripButton tsbtnAddFile;
|
|
private System.Windows.Forms.LinkLabel btnOpenFile;
|
|
private System.Windows.Forms.TabPage tabPage4;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colProdctPrivate;
|
|
private System.Windows.Forms.DataGridViewButtonColumn colSetParams;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colStepProcessParams;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colPrivateProcessParams;
|
|
}
|
|
} |