|
|
@@ -32,6 +32,8 @@
|
|
|
this.LineLab = new System.Windows.Forms.Label();
|
|
|
this.LineVal = new System.Windows.Forms.ComboBox();
|
|
|
this.TopBox = new System.Windows.Forms.Panel();
|
|
|
+ this.SpecVal = new System.Windows.Forms.TextBox();
|
|
|
+ this.SpecLab = new System.Windows.Forms.Label();
|
|
|
this.EmployeeVal = new System.Windows.Forms.TextBox();
|
|
|
this.EmployeeLab = new System.Windows.Forms.Label();
|
|
|
this.SideLab = new System.Windows.Forms.Label();
|
|
|
@@ -42,7 +44,7 @@
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.RightBox = new System.Windows.Forms.Panel();
|
|
|
this.ClearMsg = new System.Windows.Forms.Button();
|
|
|
- this.SpecLab = new System.Windows.Forms.Label();
|
|
|
+ this.WoVal = new System.Windows.Forms.TextBox();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -60,7 +62,6 @@
|
|
|
this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.SpecVal = new System.Windows.Forms.TextBox();
|
|
|
this.TopBox.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit();
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
@@ -71,7 +72,7 @@
|
|
|
//
|
|
|
this.ms_makecode_label.AutoSize = true;
|
|
|
this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_makecode_label.Location = new System.Drawing.Point(31, 31);
|
|
|
+ this.ms_makecode_label.Location = new System.Drawing.Point(31, 76);
|
|
|
this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ms_makecode_label.Name = "ms_makecode_label";
|
|
|
this.ms_makecode_label.Size = new System.Drawing.Size(75, 28);
|
|
|
@@ -82,7 +83,7 @@
|
|
|
//
|
|
|
this.LineLab.AutoSize = true;
|
|
|
this.LineLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.LineLab.Location = new System.Drawing.Point(389, 31);
|
|
|
+ this.LineLab.Location = new System.Drawing.Point(43, 21);
|
|
|
this.LineLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.LineLab.Name = "LineLab";
|
|
|
this.LineLab.Size = new System.Drawing.Size(54, 28);
|
|
|
@@ -93,13 +94,15 @@
|
|
|
//
|
|
|
this.LineVal.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.LineVal.FormattingEnabled = true;
|
|
|
- this.LineVal.Location = new System.Drawing.Point(432, 29);
|
|
|
+ this.LineVal.Location = new System.Drawing.Point(86, 19);
|
|
|
this.LineVal.Name = "LineVal";
|
|
|
this.LineVal.Size = new System.Drawing.Size(160, 32);
|
|
|
this.LineVal.TabIndex = 145;
|
|
|
+ this.LineVal.SelectedIndexChanged += new System.EventHandler(this.LineVal_SelectedIndexChanged);
|
|
|
//
|
|
|
// TopBox
|
|
|
//
|
|
|
+ this.TopBox.Controls.Add(this.WoVal);
|
|
|
this.TopBox.Controls.Add(this.SpecVal);
|
|
|
this.TopBox.Controls.Add(this.SpecLab);
|
|
|
this.TopBox.Controls.Add(this.EmployeeVal);
|
|
|
@@ -119,9 +122,28 @@
|
|
|
this.TopBox.Size = new System.Drawing.Size(1280, 201);
|
|
|
this.TopBox.TabIndex = 153;
|
|
|
//
|
|
|
+ // SpecVal
|
|
|
+ //
|
|
|
+ this.SpecVal.Location = new System.Drawing.Point(430, 61);
|
|
|
+ this.SpecVal.Multiline = true;
|
|
|
+ this.SpecVal.Name = "SpecVal";
|
|
|
+ this.SpecVal.Size = new System.Drawing.Size(420, 61);
|
|
|
+ this.SpecVal.TabIndex = 189;
|
|
|
+ //
|
|
|
+ // SpecLab
|
|
|
+ //
|
|
|
+ this.SpecLab.AutoSize = true;
|
|
|
+ this.SpecLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.SpecLab.Location = new System.Drawing.Point(358, 76);
|
|
|
+ this.SpecLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.SpecLab.Name = "SpecLab";
|
|
|
+ this.SpecLab.Size = new System.Drawing.Size(96, 28);
|
|
|
+ this.SpecLab.TabIndex = 188;
|
|
|
+ this.SpecLab.Text = "机型信息";
|
|
|
+ //
|
|
|
// EmployeeVal
|
|
|
//
|
|
|
- this.EmployeeVal.Location = new System.Drawing.Point(824, 30);
|
|
|
+ this.EmployeeVal.Location = new System.Drawing.Point(478, 20);
|
|
|
this.EmployeeVal.Name = "EmployeeVal";
|
|
|
this.EmployeeVal.Size = new System.Drawing.Size(113, 31);
|
|
|
this.EmployeeVal.TabIndex = 182;
|
|
|
@@ -130,7 +152,7 @@
|
|
|
//
|
|
|
this.EmployeeLab.AutoSize = true;
|
|
|
this.EmployeeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.EmployeeLab.Location = new System.Drawing.Point(771, 31);
|
|
|
+ this.EmployeeLab.Location = new System.Drawing.Point(425, 21);
|
|
|
this.EmployeeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.EmployeeLab.Name = "EmployeeLab";
|
|
|
this.EmployeeLab.Size = new System.Drawing.Size(75, 28);
|
|
|
@@ -141,7 +163,7 @@
|
|
|
//
|
|
|
this.SideLab.AutoSize = true;
|
|
|
this.SideLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.SideLab.Location = new System.Drawing.Point(610, 31);
|
|
|
+ this.SideLab.Location = new System.Drawing.Point(264, 21);
|
|
|
this.SideLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.SideLab.Name = "SideLab";
|
|
|
this.SideLab.Size = new System.Drawing.Size(54, 28);
|
|
|
@@ -155,14 +177,15 @@
|
|
|
this.SideVal.Items.AddRange(new object[] {
|
|
|
"A面",
|
|
|
"B面"});
|
|
|
- this.SideVal.Location = new System.Drawing.Point(656, 30);
|
|
|
+ this.SideVal.Location = new System.Drawing.Point(310, 20);
|
|
|
this.SideVal.Name = "SideVal";
|
|
|
this.SideVal.Size = new System.Drawing.Size(89, 32);
|
|
|
this.SideVal.TabIndex = 157;
|
|
|
+ this.SideVal.SelectedIndexChanged += new System.EventHandler(this.SideVal_SelectedIndexChanged);
|
|
|
//
|
|
|
// SnVal
|
|
|
//
|
|
|
- this.SnVal.Location = new System.Drawing.Point(86, 121);
|
|
|
+ this.SnVal.Location = new System.Drawing.Point(86, 131);
|
|
|
this.SnVal.Name = "SnVal";
|
|
|
this.SnVal.Size = new System.Drawing.Size(243, 31);
|
|
|
this.SnVal.TabIndex = 155;
|
|
|
@@ -172,7 +195,7 @@
|
|
|
//
|
|
|
this.SnLab.AutoSize = true;
|
|
|
this.SnLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.SnLab.Location = new System.Drawing.Point(26, 121);
|
|
|
+ this.SnLab.Location = new System.Drawing.Point(26, 131);
|
|
|
this.SnLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.SnLab.Name = "SnLab";
|
|
|
this.SnLab.Size = new System.Drawing.Size(75, 28);
|
|
|
@@ -241,16 +264,12 @@
|
|
|
this.ClearMsg.UseVisualStyleBackColor = true;
|
|
|
this.ClearMsg.Click += new System.EventHandler(this.ClearMsg_Click);
|
|
|
//
|
|
|
- // SpecLab
|
|
|
+ // WoVal
|
|
|
//
|
|
|
- this.SpecLab.AutoSize = true;
|
|
|
- this.SpecLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.SpecLab.Location = new System.Drawing.Point(954, 30);
|
|
|
- this.SpecLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.SpecLab.Name = "SpecLab";
|
|
|
- this.SpecLab.Size = new System.Drawing.Size(96, 28);
|
|
|
- this.SpecLab.TabIndex = 188;
|
|
|
- this.SpecLab.Text = "机型信息";
|
|
|
+ this.WoVal.Location = new System.Drawing.Point(86, 76);
|
|
|
+ this.WoVal.Name = "WoVal";
|
|
|
+ this.WoVal.Size = new System.Drawing.Size(243, 31);
|
|
|
+ this.WoVal.TabIndex = 190;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
//
|
|
|
@@ -380,7 +399,7 @@
|
|
|
this.ma_code.Condition = null;
|
|
|
this.ma_code.DBTitle = null;
|
|
|
this.ma_code.FormName = null;
|
|
|
- this.ma_code.Location = new System.Drawing.Point(86, 30);
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(889, 75);
|
|
|
this.ma_code.Name = "ma_code";
|
|
|
this.ma_code.Power = null;
|
|
|
this.ma_code.ReturnData = null;
|
|
|
@@ -391,18 +410,20 @@
|
|
|
this.ma_code.TableName = null;
|
|
|
this.ma_code.Tag = "ma_code";
|
|
|
this.ma_code.TextBoxEnable = true;
|
|
|
+ this.ma_code.Visible = false;
|
|
|
//
|
|
|
// LockMakeCode
|
|
|
//
|
|
|
this.LockMakeCode.AutoSize = true;
|
|
|
this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.LockMakeCode.LeaveEvent = false;
|
|
|
- this.LockMakeCode.Location = new System.Drawing.Point(310, 32);
|
|
|
+ this.LockMakeCode.Location = new System.Drawing.Point(1101, 77);
|
|
|
this.LockMakeCode.Name = "LockMakeCode";
|
|
|
this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
|
|
|
this.LockMakeCode.TabIndex = 153;
|
|
|
this.LockMakeCode.Text = "锁定";
|
|
|
this.LockMakeCode.UseVisualStyleBackColor = true;
|
|
|
+ this.LockMakeCode.Visible = false;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn7
|
|
|
//
|
|
|
@@ -422,14 +443,6 @@
|
|
|
this.dataGridViewTextBoxColumn8.ReadOnly = true;
|
|
|
this.dataGridViewTextBoxColumn8.Width = 150;
|
|
|
//
|
|
|
- // SpecVal
|
|
|
- //
|
|
|
- this.SpecVal.Location = new System.Drawing.Point(1026, 15);
|
|
|
- this.SpecVal.Multiline = true;
|
|
|
- this.SpecVal.Name = "SpecVal";
|
|
|
- this.SpecVal.Size = new System.Drawing.Size(420, 61);
|
|
|
- this.SpecVal.TabIndex = 189;
|
|
|
- //
|
|
|
// Make_PcbClean
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
|
@@ -487,5 +500,6 @@
|
|
|
private System.Windows.Forms.Label EmployeeLab;
|
|
|
private System.Windows.Forms.Label SpecLab;
|
|
|
private System.Windows.Forms.TextBox SpecVal;
|
|
|
+ private System.Windows.Forms.TextBox WoVal;
|
|
|
}
|
|
|
}
|