|
@@ -84,6 +84,9 @@
|
|
|
this.new_softversion = new System.Windows.Forms.TextBox();
|
|
this.new_softversion = new System.Windows.Forms.TextBox();
|
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
|
this.SoftVersion = new System.Windows.Forms.DataGridView();
|
|
this.SoftVersion = new System.Windows.Forms.DataGridView();
|
|
|
|
|
+ this.bd_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.pr_spec1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.version = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -115,9 +118,8 @@
|
|
|
this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.bc_groupcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
this.bc_groupcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
|
this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
- this.bd_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.pr_spec1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.version = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
|
|
+ this.label13 = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.em_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.SoftVersion)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.SoftVersion)).BeginInit();
|
|
@@ -685,6 +687,31 @@
|
|
|
this.SoftVersion.Size = new System.Drawing.Size(615, 174);
|
|
this.SoftVersion.Size = new System.Drawing.Size(615, 174);
|
|
|
this.SoftVersion.TabIndex = 246;
|
|
this.SoftVersion.TabIndex = 246;
|
|
|
//
|
|
//
|
|
|
|
|
+ // bd_soncode
|
|
|
|
|
+ //
|
|
|
|
|
+ this.bd_soncode.DataPropertyName = "bd_soncode";
|
|
|
|
|
+ this.bd_soncode.HeaderText = "料号";
|
|
|
|
|
+ this.bd_soncode.MinimumWidth = 10;
|
|
|
|
|
+ this.bd_soncode.Name = "bd_soncode";
|
|
|
|
|
+ this.bd_soncode.ReadOnly = true;
|
|
|
|
|
+ this.bd_soncode.Width = 200;
|
|
|
|
|
+ //
|
|
|
|
|
+ // pr_spec1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.pr_spec1.DataPropertyName = "pr_spec";
|
|
|
|
|
+ this.pr_spec1.HeaderText = "规格";
|
|
|
|
|
+ this.pr_spec1.MinimumWidth = 10;
|
|
|
|
|
+ this.pr_spec1.Name = "pr_spec1";
|
|
|
|
|
+ this.pr_spec1.ReadOnly = true;
|
|
|
|
|
+ this.pr_spec1.Width = 200;
|
|
|
|
|
+ //
|
|
|
|
|
+ // version
|
|
|
|
|
+ //
|
|
|
|
|
+ this.version.HeaderText = "版本";
|
|
|
|
|
+ this.version.MinimumWidth = 10;
|
|
|
|
|
+ this.version.Name = "version";
|
|
|
|
|
+ this.version.Width = 200;
|
|
|
|
|
+ //
|
|
|
// dataGridViewTextBoxColumn1
|
|
// dataGridViewTextBoxColumn1
|
|
|
//
|
|
//
|
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "料号";
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "料号";
|
|
@@ -716,7 +743,7 @@
|
|
|
this.device.Margin = new System.Windows.Forms.Padding(5);
|
|
this.device.Margin = new System.Windows.Forms.Padding(5);
|
|
|
this.device.Name = "device";
|
|
this.device.Name = "device";
|
|
|
this.device.Power = null;
|
|
this.device.Power = null;
|
|
|
- this.device.Size = new System.Drawing.Size(294, 40);
|
|
|
|
|
|
|
+ this.device.Size = new System.Drawing.Size(150, 40);
|
|
|
this.device.Str = null;
|
|
this.device.Str = null;
|
|
|
this.device.Str1 = null;
|
|
this.device.Str1 = null;
|
|
|
this.device.Str2 = null;
|
|
this.device.Str2 = null;
|
|
@@ -1022,7 +1049,7 @@
|
|
|
this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
|
|
this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
|
|
|
this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
|
|
this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
|
|
|
this.CleanInfo.IsShowBorder = true;
|
|
this.CleanInfo.IsShowBorder = true;
|
|
|
- this.CleanInfo.Location = new System.Drawing.Point(1440, 985);
|
|
|
|
|
|
|
+ this.CleanInfo.Location = new System.Drawing.Point(1564, 989);
|
|
|
this.CleanInfo.Margin = new System.Windows.Forms.Padding(5);
|
|
this.CleanInfo.Margin = new System.Windows.Forms.Padding(5);
|
|
|
this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
|
|
this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
|
|
|
this.CleanInfo.Name = "CleanInfo";
|
|
this.CleanInfo.Name = "CleanInfo";
|
|
@@ -1102,30 +1129,33 @@
|
|
|
this.ms_sncode.Tag = "IfRead";
|
|
this.ms_sncode.Tag = "IfRead";
|
|
|
this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown_one);
|
|
this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown_one);
|
|
|
//
|
|
//
|
|
|
- // bd_soncode
|
|
|
|
|
- //
|
|
|
|
|
- this.bd_soncode.DataPropertyName = "bd_soncode";
|
|
|
|
|
- this.bd_soncode.HeaderText = "料号";
|
|
|
|
|
- this.bd_soncode.MinimumWidth = 10;
|
|
|
|
|
- this.bd_soncode.Name = "bd_soncode";
|
|
|
|
|
- this.bd_soncode.ReadOnly = true;
|
|
|
|
|
- this.bd_soncode.Width = 200;
|
|
|
|
|
- //
|
|
|
|
|
- // pr_spec1
|
|
|
|
|
- //
|
|
|
|
|
- this.pr_spec1.DataPropertyName = "pr_spec";
|
|
|
|
|
- this.pr_spec1.HeaderText = "规格";
|
|
|
|
|
- this.pr_spec1.MinimumWidth = 10;
|
|
|
|
|
- this.pr_spec1.Name = "pr_spec1";
|
|
|
|
|
- this.pr_spec1.ReadOnly = true;
|
|
|
|
|
- this.pr_spec1.Width = 200;
|
|
|
|
|
- //
|
|
|
|
|
- // version
|
|
|
|
|
- //
|
|
|
|
|
- this.version.HeaderText = "版本";
|
|
|
|
|
- this.version.MinimumWidth = 10;
|
|
|
|
|
- this.version.Name = "version";
|
|
|
|
|
- this.version.Width = 200;
|
|
|
|
|
|
|
+ // label13
|
|
|
|
|
+ //
|
|
|
|
|
+ this.label13.AutoSize = true;
|
|
|
|
|
+ this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.label13.Location = new System.Drawing.Point(1280, 985);
|
|
|
|
|
+ this.label13.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
+ this.label13.Name = "label13";
|
|
|
|
|
+ this.label13.Size = new System.Drawing.Size(82, 41);
|
|
|
|
|
+ this.label13.TabIndex = 248;
|
|
|
|
|
+ this.label13.Text = "人员";
|
|
|
|
|
+ //
|
|
|
|
|
+ // em_code
|
|
|
|
|
+ //
|
|
|
|
|
+ this.em_code.AllPower = "ifall";
|
|
|
|
|
+ this.em_code.BackColor = System.Drawing.Color.White;
|
|
|
|
|
+ this.em_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.em_code.ID = null;
|
|
|
|
|
+ this.em_code.Location = new System.Drawing.Point(1376, 986);
|
|
|
|
|
+ this.em_code.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
+ this.em_code.Name = "em_code";
|
|
|
|
|
+ this.em_code.Power = null;
|
|
|
|
|
+ this.em_code.Size = new System.Drawing.Size(150, 40);
|
|
|
|
|
+ this.em_code.Str = null;
|
|
|
|
|
+ this.em_code.Str1 = null;
|
|
|
|
|
+ this.em_code.Str2 = null;
|
|
|
|
|
+ this.em_code.TabIndex = 247;
|
|
|
|
|
+ this.em_code.Tag = "IfRead";
|
|
|
//
|
|
//
|
|
|
// Make_TestCollection
|
|
// Make_TestCollection
|
|
|
//
|
|
//
|
|
@@ -1133,6 +1163,8 @@
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
|
this.ClientSize = new System.Drawing.Size(1721, 1051);
|
|
this.ClientSize = new System.Drawing.Size(1721, 1051);
|
|
|
|
|
+ this.Controls.Add(this.label13);
|
|
|
|
|
+ this.Controls.Add(this.em_code);
|
|
|
this.Controls.Add(this.SoftVersion);
|
|
this.Controls.Add(this.SoftVersion);
|
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.label11);
|
|
|
this.Controls.Add(this.device);
|
|
this.Controls.Add(this.device);
|
|
@@ -1215,7 +1247,7 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.SoftVersion)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.SoftVersion)).EndInit();
|
|
|
- this.ResumeLayout(false);
|
|
|
|
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
}
|
|
}
|
|
@@ -1309,5 +1341,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bd_soncode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bd_soncode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn version;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn version;
|
|
|
|
|
+ private System.Windows.Forms.Label label13;
|
|
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox em_code;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|