|
@@ -37,15 +37,6 @@
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
this.ms_firstsn = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
this.ms_firstsn = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.CraftInfDgv = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
this.CraftInfDgv = new UAS_MES_NEW.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.sc_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.mp_inman = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.em_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
@@ -56,6 +47,16 @@
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
|
|
+ this.mp_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.MP_SNOUTBOXCODE = 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.sc_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.mp_inman = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.em_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).BeginInit();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
@@ -82,7 +83,7 @@
|
|
|
this.SerialPanel.AutoScroll = true;
|
|
this.SerialPanel.AutoScroll = true;
|
|
|
this.SerialPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.SerialPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
this.SerialPanel.Location = new System.Drawing.Point(28, 212);
|
|
this.SerialPanel.Location = new System.Drawing.Point(28, 212);
|
|
|
- this.SerialPanel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
|
|
+ this.SerialPanel.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.SerialPanel.Name = "SerialPanel";
|
|
this.SerialPanel.Name = "SerialPanel";
|
|
|
this.SerialPanel.Size = new System.Drawing.Size(1896, 504);
|
|
this.SerialPanel.Size = new System.Drawing.Size(1896, 504);
|
|
|
this.SerialPanel.TabIndex = 194;
|
|
this.SerialPanel.TabIndex = 194;
|
|
@@ -165,6 +166,7 @@
|
|
|
this.CraftInfDgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.CraftInfDgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.CraftInfDgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.CraftInfDgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.mp_sncode,
|
|
this.mp_sncode,
|
|
|
|
|
+ this.MP_SNOUTBOXCODE,
|
|
|
this.mp_makecode,
|
|
this.mp_makecode,
|
|
|
this.ma_prodcode,
|
|
this.ma_prodcode,
|
|
|
this.mp_sourcecode,
|
|
this.mp_sourcecode,
|
|
@@ -177,71 +179,11 @@
|
|
|
this.CraftInfDgv.Location = new System.Drawing.Point(0, 776);
|
|
this.CraftInfDgv.Location = new System.Drawing.Point(0, 776);
|
|
|
this.CraftInfDgv.Margin = new System.Windows.Forms.Padding(4);
|
|
this.CraftInfDgv.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.CraftInfDgv.Name = "CraftInfDgv";
|
|
this.CraftInfDgv.Name = "CraftInfDgv";
|
|
|
|
|
+ this.CraftInfDgv.RowHeadersWidth = 82;
|
|
|
this.CraftInfDgv.RowTemplate.Height = 27;
|
|
this.CraftInfDgv.RowTemplate.Height = 27;
|
|
|
this.CraftInfDgv.Size = new System.Drawing.Size(1950, 380);
|
|
this.CraftInfDgv.Size = new System.Drawing.Size(1950, 380);
|
|
|
this.CraftInfDgv.TabIndex = 193;
|
|
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;
|
|
|
|
|
- //
|
|
|
|
|
- // sc_linecode
|
|
|
|
|
- //
|
|
|
|
|
- this.sc_linecode.DataPropertyName = "sc_linecode";
|
|
|
|
|
- this.sc_linecode.HeaderText = "产线";
|
|
|
|
|
- this.sc_linecode.Name = "sc_linecode";
|
|
|
|
|
- this.sc_linecode.Width = 120;
|
|
|
|
|
- //
|
|
|
|
|
- // mp_inman
|
|
|
|
|
- //
|
|
|
|
|
- this.mp_inman.DataPropertyName = "mp_inman";
|
|
|
|
|
- this.mp_inman.HeaderText = "人员工号";
|
|
|
|
|
- this.mp_inman.Name = "mp_inman";
|
|
|
|
|
- //
|
|
|
|
|
- // em_name
|
|
|
|
|
- //
|
|
|
|
|
- this.em_name.DataPropertyName = "em_name";
|
|
|
|
|
- this.em_name.HeaderText = "人员姓名";
|
|
|
|
|
- this.em_name.Name = "em_name";
|
|
|
|
|
- //
|
|
|
|
|
// groupBoxWithBorder1
|
|
// groupBoxWithBorder1
|
|
|
//
|
|
//
|
|
|
this.groupBoxWithBorder1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
this.groupBoxWithBorder1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
@@ -270,7 +212,7 @@
|
|
|
//
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label1.Location = new System.Drawing.Point(1700, 28);
|
|
|
|
|
|
|
+ this.label1.Location = new System.Drawing.Point(1703, 29);
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label1.Name = "label1";
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(146, 41);
|
|
this.label1.Size = new System.Drawing.Size(146, 41);
|
|
@@ -301,7 +243,7 @@
|
|
|
//
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
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(1310, 28);
|
|
|
|
|
|
|
+ this.label4.Location = new System.Drawing.Point(1313, 29);
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label4.Name = "label4";
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(114, 41);
|
|
this.label4.Size = new System.Drawing.Size(114, 41);
|
|
@@ -332,7 +274,7 @@
|
|
|
//
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
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(344, 28);
|
|
|
|
|
|
|
+ this.label2.Location = new System.Drawing.Point(347, 29);
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label2.Name = "label2";
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(242, 41);
|
|
this.label2.Size = new System.Drawing.Size(242, 41);
|
|
@@ -343,7 +285,7 @@
|
|
|
//
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
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(824, 28);
|
|
|
|
|
|
|
+ this.label3.Location = new System.Drawing.Point(827, 29);
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label3.Name = "label3";
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(274, 41);
|
|
this.label3.Size = new System.Drawing.Size(274, 41);
|
|
@@ -367,6 +309,86 @@
|
|
|
this.sn_code.Tag = "NoAuto";
|
|
this.sn_code.Tag = "NoAuto";
|
|
|
this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
|
|
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.MinimumWidth = 10;
|
|
|
|
|
+ this.mp_sncode.Name = "mp_sncode";
|
|
|
|
|
+ this.mp_sncode.Width = 120;
|
|
|
|
|
+ //
|
|
|
|
|
+ // MP_SNOUTBOXCODE
|
|
|
|
|
+ //
|
|
|
|
|
+ this.MP_SNOUTBOXCODE.DataPropertyName = "MP_SNOUTBOXCODE";
|
|
|
|
|
+ this.MP_SNOUTBOXCODE.HeaderText = "卡通箱号";
|
|
|
|
|
+ this.MP_SNOUTBOXCODE.MinimumWidth = 10;
|
|
|
|
|
+ this.MP_SNOUTBOXCODE.Name = "MP_SNOUTBOXCODE";
|
|
|
|
|
+ this.MP_SNOUTBOXCODE.Width = 200;
|
|
|
|
|
+ //
|
|
|
|
|
+ // mp_makecode
|
|
|
|
|
+ //
|
|
|
|
|
+ this.mp_makecode.DataPropertyName = "mp_makecode";
|
|
|
|
|
+ this.mp_makecode.HeaderText = "工单代码";
|
|
|
|
|
+ this.mp_makecode.MinimumWidth = 10;
|
|
|
|
|
+ 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.MinimumWidth = 10;
|
|
|
|
|
+ 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.MinimumWidth = 10;
|
|
|
|
|
+ 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.MinimumWidth = 10;
|
|
|
|
|
+ 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.MinimumWidth = 10;
|
|
|
|
|
+ this.ma_craftcode.Name = "ma_craftcode";
|
|
|
|
|
+ this.ma_craftcode.Width = 120;
|
|
|
|
|
+ //
|
|
|
|
|
+ // sc_linecode
|
|
|
|
|
+ //
|
|
|
|
|
+ this.sc_linecode.DataPropertyName = "sc_linecode";
|
|
|
|
|
+ this.sc_linecode.HeaderText = "产线";
|
|
|
|
|
+ this.sc_linecode.MinimumWidth = 10;
|
|
|
|
|
+ this.sc_linecode.Name = "sc_linecode";
|
|
|
|
|
+ this.sc_linecode.Width = 120;
|
|
|
|
|
+ //
|
|
|
|
|
+ // mp_inman
|
|
|
|
|
+ //
|
|
|
|
|
+ this.mp_inman.DataPropertyName = "mp_inman";
|
|
|
|
|
+ this.mp_inman.HeaderText = "人员工号";
|
|
|
|
|
+ this.mp_inman.MinimumWidth = 10;
|
|
|
|
|
+ this.mp_inman.Name = "mp_inman";
|
|
|
|
|
+ this.mp_inman.Width = 200;
|
|
|
|
|
+ //
|
|
|
|
|
+ // em_name
|
|
|
|
|
+ //
|
|
|
|
|
+ this.em_name.DataPropertyName = "em_name";
|
|
|
|
|
+ this.em_name.HeaderText = "人员姓名";
|
|
|
|
|
+ this.em_name.MinimumWidth = 10;
|
|
|
|
|
+ this.em_name.Name = "em_name";
|
|
|
|
|
+ this.em_name.Width = 200;
|
|
|
|
|
+ //
|
|
|
// Query_ExeProgress
|
|
// Query_ExeProgress
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
@@ -391,13 +413,13 @@
|
|
|
this.Load += new System.EventHandler(this.Query_ExeProgress_Load);
|
|
this.Load += new System.EventHandler(this.Query_ExeProgress_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Query_ExeProgress_SizeChanged);
|
|
this.SizeChanged += new System.EventHandler(this.Query_ExeProgress_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).EndInit();
|
|
|
- this.groupBoxWithBorder1.ResumeLayout(true);
|
|
|
|
|
|
|
+ this.groupBoxWithBorder1.ResumeLayout(false);
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
|
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
}
|
|
}
|
|
@@ -416,7 +438,14 @@
|
|
|
private System.Windows.Forms.Panel SerialPanel;
|
|
private System.Windows.Forms.Panel SerialPanel;
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.PictureBox pictureBox4;
|
|
private System.Windows.Forms.PictureBox pictureBox4;
|
|
|
|
|
+ private System.Windows.Forms.Label ma_code_label;
|
|
|
|
|
+ private System.Windows.Forms.Label ma_code;
|
|
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
|
|
+ private System.Windows.Forms.Label ms_checkno;
|
|
|
|
|
+ private System.Windows.Forms.Label label7;
|
|
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox ms_firstsn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mp_sncode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mp_sncode;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn MP_SNOUTBOXCODE;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mp_makecode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mp_makecode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ma_prodcode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ma_prodcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mp_sourcecode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mp_sourcecode;
|
|
@@ -425,11 +454,5 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sc_linecode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sc_linecode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mp_inman;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mp_inman;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn em_name;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn em_name;
|
|
|
- private System.Windows.Forms.Label ma_code_label;
|
|
|
|
|
- private System.Windows.Forms.Label ma_code;
|
|
|
|
|
- private System.Windows.Forms.Label label5;
|
|
|
|
|
- private System.Windows.Forms.Label ms_checkno;
|
|
|
|
|
- private System.Windows.Forms.Label label7;
|
|
|
|
|
- private CustomControl.TextBoxWithIcon.SnCollectionBox ms_firstsn;
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|