|
|
@@ -31,6 +31,13 @@
|
|
|
this.sn_code_label = new System.Windows.Forms.Label();
|
|
|
this.SerialPanel = new System.Windows.Forms.Panel();
|
|
|
this.CraftInfDgv = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
+ this.mp_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.mp_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ma_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.mp_sourcecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.mp_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ma_craftcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ma_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
@@ -39,13 +46,6 @@
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.mp_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.mp_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ma_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.mp_sourcecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.mp_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ma_craftcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ma_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).BeginInit();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
|
@@ -96,6 +96,55 @@
|
|
|
this.CraftInfDgv.Size = new System.Drawing.Size(1300, 238);
|
|
|
this.CraftInfDgv.TabIndex = 193;
|
|
|
//
|
|
|
+ // mp_sncode
|
|
|
+ //
|
|
|
+ this.mp_sncode.DataPropertyName = "mp_sncode";
|
|
|
+ this.mp_sncode.HeaderText = "序列号";
|
|
|
+ this.mp_sncode.Name = "mp_sncode";
|
|
|
+ this.mp_sncode.Width = 120;
|
|
|
+ //
|
|
|
+ // mp_makecode
|
|
|
+ //
|
|
|
+ this.mp_makecode.DataPropertyName = "mp_makecode";
|
|
|
+ this.mp_makecode.HeaderText = "工单代码";
|
|
|
+ this.mp_makecode.Name = "mp_makecode";
|
|
|
+ this.mp_makecode.Width = 120;
|
|
|
+ //
|
|
|
+ // ma_prodcode
|
|
|
+ //
|
|
|
+ this.ma_prodcode.DataPropertyName = "ma_prodcode";
|
|
|
+ this.ma_prodcode.HeaderText = "产品代码";
|
|
|
+ this.ma_prodcode.Name = "ma_prodcode";
|
|
|
+ this.ma_prodcode.Width = 120;
|
|
|
+ //
|
|
|
+ // mp_sourcecode
|
|
|
+ //
|
|
|
+ this.mp_sourcecode.DataPropertyName = "mp_sourcecode";
|
|
|
+ this.mp_sourcecode.HeaderText = "资源编号";
|
|
|
+ this.mp_sourcecode.Name = "mp_sourcecode";
|
|
|
+ this.mp_sourcecode.Width = 120;
|
|
|
+ //
|
|
|
+ // mp_indate
|
|
|
+ //
|
|
|
+ this.mp_indate.DataPropertyName = "mp_indate";
|
|
|
+ this.mp_indate.HeaderText = "过站时间";
|
|
|
+ this.mp_indate.Name = "mp_indate";
|
|
|
+ this.mp_indate.Width = 120;
|
|
|
+ //
|
|
|
+ // ma_craftcode
|
|
|
+ //
|
|
|
+ this.ma_craftcode.DataPropertyName = "ma_craftcode";
|
|
|
+ this.ma_craftcode.HeaderText = "途程代码";
|
|
|
+ this.ma_craftcode.Name = "ma_craftcode";
|
|
|
+ this.ma_craftcode.Width = 120;
|
|
|
+ //
|
|
|
+ // ma_linecode
|
|
|
+ //
|
|
|
+ this.ma_linecode.DataPropertyName = "ma_linecode";
|
|
|
+ this.ma_linecode.HeaderText = "产线";
|
|
|
+ this.ma_linecode.Name = "ma_linecode";
|
|
|
+ this.ma_linecode.Width = 120;
|
|
|
+ //
|
|
|
// groupBoxWithBorder1
|
|
|
//
|
|
|
this.groupBoxWithBorder1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
@@ -132,7 +181,7 @@
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label4.Location = new System.Drawing.Point(864, 12);
|
|
|
+ this.label4.Location = new System.Drawing.Point(867, 15);
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(92, 27);
|
|
|
@@ -163,7 +212,7 @@
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label2.Location = new System.Drawing.Point(221, 12);
|
|
|
+ this.label2.Location = new System.Drawing.Point(224, 15);
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(152, 27);
|
|
|
@@ -174,7 +223,7 @@
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label3.Location = new System.Drawing.Point(540, 12);
|
|
|
+ this.label3.Location = new System.Drawing.Point(543, 15);
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(172, 27);
|
|
|
@@ -198,55 +247,6 @@
|
|
|
this.sn_code.Tag = "NoAuto";
|
|
|
this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
|
|
|
//
|
|
|
- // mp_sncode
|
|
|
- //
|
|
|
- this.mp_sncode.DataPropertyName = "mp_sncode";
|
|
|
- this.mp_sncode.HeaderText = "序列号";
|
|
|
- this.mp_sncode.Name = "mp_sncode";
|
|
|
- this.mp_sncode.Width = 120;
|
|
|
- //
|
|
|
- // mp_makecode
|
|
|
- //
|
|
|
- this.mp_makecode.DataPropertyName = "mp_makecode";
|
|
|
- this.mp_makecode.HeaderText = "工单代码";
|
|
|
- this.mp_makecode.Name = "mp_makecode";
|
|
|
- this.mp_makecode.Width = 120;
|
|
|
- //
|
|
|
- // ma_prodcode
|
|
|
- //
|
|
|
- this.ma_prodcode.DataPropertyName = "ma_prodcode";
|
|
|
- this.ma_prodcode.HeaderText = "产品代码";
|
|
|
- this.ma_prodcode.Name = "ma_prodcode";
|
|
|
- this.ma_prodcode.Width = 120;
|
|
|
- //
|
|
|
- // mp_sourcecode
|
|
|
- //
|
|
|
- this.mp_sourcecode.DataPropertyName = "mp_sourcecode";
|
|
|
- this.mp_sourcecode.HeaderText = "资源编号";
|
|
|
- this.mp_sourcecode.Name = "mp_sourcecode";
|
|
|
- this.mp_sourcecode.Width = 120;
|
|
|
- //
|
|
|
- // mp_indate
|
|
|
- //
|
|
|
- this.mp_indate.DataPropertyName = "mp_indate";
|
|
|
- this.mp_indate.HeaderText = "过站时间";
|
|
|
- this.mp_indate.Name = "mp_indate";
|
|
|
- this.mp_indate.Width = 120;
|
|
|
- //
|
|
|
- // ma_craftcode
|
|
|
- //
|
|
|
- this.ma_craftcode.DataPropertyName = "ma_craftcode";
|
|
|
- this.ma_craftcode.HeaderText = "途程代码";
|
|
|
- this.ma_craftcode.Name = "ma_craftcode";
|
|
|
- this.ma_craftcode.Width = 120;
|
|
|
- //
|
|
|
- // ma_linecode
|
|
|
- //
|
|
|
- this.ma_linecode.DataPropertyName = "ma_linecode";
|
|
|
- this.ma_linecode.HeaderText = "产线";
|
|
|
- this.ma_linecode.Name = "ma_linecode";
|
|
|
- this.ma_linecode.Width = 120;
|
|
|
- //
|
|
|
// Query_ExeProgress
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|