|
|
@@ -46,6 +46,10 @@
|
|
|
this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.pr_batchnum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.BatchProductDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
+ this.sc_stepcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.Screen = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.sp_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.mss_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.mss_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -58,10 +62,7 @@
|
|
|
this.pr_detail1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.DeleteRow = new System.Windows.Forms.DataGridViewImageColumn();
|
|
|
- this.sc_stepcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.Screen = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.ma_bomversion = new System.Windows.Forms.Label();
|
|
|
this.panel2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
@@ -308,6 +309,65 @@
|
|
|
this.BatchProductDGV.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.BatchProductDGV_CellEndEdit);
|
|
|
this.BatchProductDGV.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.BatchProductDGV_CellFormatting);
|
|
|
//
|
|
|
+ // sc_stepcode
|
|
|
+ //
|
|
|
+ this.sc_stepcode.AutoSize = true;
|
|
|
+ this.sc_stepcode.CutLength = null;
|
|
|
+ this.sc_stepcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.sc_stepcode.Location = new System.Drawing.Point(917, 52);
|
|
|
+ this.sc_stepcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.sc_stepcode.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.sc_stepcode.Name = "sc_stepcode";
|
|
|
+ this.sc_stepcode.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.sc_stepcode.TabIndex = 171;
|
|
|
+ //
|
|
|
+ // pr_detail
|
|
|
+ //
|
|
|
+ this.pr_detail.AutoSize = true;
|
|
|
+ this.pr_detail.CutLength = null;
|
|
|
+ this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(553, 102);
|
|
|
+ this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pr_detail.TabIndex = 170;
|
|
|
+ this.pr_detail.Tag = "pr_detail";
|
|
|
+ //
|
|
|
+ // ma_prodcode
|
|
|
+ //
|
|
|
+ this.ma_prodcode.AutoSize = true;
|
|
|
+ this.ma_prodcode.CutLength = null;
|
|
|
+ this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_prodcode.Location = new System.Drawing.Point(136, 102);
|
|
|
+ this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ma_prodcode.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.ma_prodcode.Name = "ma_prodcode";
|
|
|
+ this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ma_prodcode.TabIndex = 167;
|
|
|
+ this.ma_prodcode.Tag = "ma_prodcode";
|
|
|
+ this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
|
|
|
+ //
|
|
|
+ // Screen
|
|
|
+ //
|
|
|
+ this.Screen.AllPower = null;
|
|
|
+ this.Screen.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
|
|
|
+ this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
|
|
|
+ this.Screen.IsShowBorder = true;
|
|
|
+ this.Screen.Location = new System.Drawing.Point(828, 104);
|
|
|
+ this.Screen.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
|
|
|
+ this.Screen.Name = "Screen";
|
|
|
+ this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
|
|
|
+ this.Screen.Power = null;
|
|
|
+ this.Screen.Size = new System.Drawing.Size(80, 30);
|
|
|
+ this.Screen.TabIndex = 154;
|
|
|
+ this.Screen.Tag = "IfRead";
|
|
|
+ this.Screen.Text = "刷新";
|
|
|
+ this.Screen.UseVisualStyleBackColor = true;
|
|
|
+ this.Screen.Click += new System.EventHandler(this.Screen_Click);
|
|
|
+ //
|
|
|
// sp_soncode
|
|
|
//
|
|
|
this.sp_soncode.DataPropertyName = "sp_soncode";
|
|
|
@@ -320,6 +380,7 @@
|
|
|
this.mss_id.DataPropertyName = "mss_id";
|
|
|
this.mss_id.HeaderText = "ID";
|
|
|
this.mss_id.Name = "mss_id";
|
|
|
+ this.mss_id.Visible = false;
|
|
|
//
|
|
|
// mss_prodcode
|
|
|
//
|
|
|
@@ -392,70 +453,24 @@
|
|
|
this.DeleteRow.Image = global::UAS_MES.Properties.Resources.bindingNavigatorDeleteItem_Image;
|
|
|
this.DeleteRow.Name = "DeleteRow";
|
|
|
//
|
|
|
- // sc_stepcode
|
|
|
- //
|
|
|
- this.sc_stepcode.AutoSize = true;
|
|
|
- this.sc_stepcode.CutLength = null;
|
|
|
- this.sc_stepcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.sc_stepcode.Location = new System.Drawing.Point(917, 52);
|
|
|
- this.sc_stepcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.sc_stepcode.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
- this.sc_stepcode.Name = "sc_stepcode";
|
|
|
- this.sc_stepcode.Size = new System.Drawing.Size(0, 27);
|
|
|
- this.sc_stepcode.TabIndex = 171;
|
|
|
- //
|
|
|
- // pr_detail
|
|
|
- //
|
|
|
- this.pr_detail.AutoSize = true;
|
|
|
- this.pr_detail.CutLength = null;
|
|
|
- this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_detail.Location = new System.Drawing.Point(553, 102);
|
|
|
- this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
- this.pr_detail.Name = "pr_detail";
|
|
|
- this.pr_detail.Size = new System.Drawing.Size(0, 27);
|
|
|
- this.pr_detail.TabIndex = 170;
|
|
|
- this.pr_detail.Tag = "pr_detail";
|
|
|
- //
|
|
|
- // ma_prodcode
|
|
|
- //
|
|
|
- this.ma_prodcode.AutoSize = true;
|
|
|
- this.ma_prodcode.CutLength = null;
|
|
|
- this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_prodcode.Location = new System.Drawing.Point(136, 102);
|
|
|
- this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.ma_prodcode.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
- this.ma_prodcode.Name = "ma_prodcode";
|
|
|
- this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
|
|
|
- this.ma_prodcode.TabIndex = 167;
|
|
|
- this.ma_prodcode.Tag = "ma_prodcode";
|
|
|
- this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
|
|
|
- //
|
|
|
- // Screen
|
|
|
+ // ma_bomversion
|
|
|
//
|
|
|
- this.Screen.AllPower = null;
|
|
|
- this.Screen.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
|
|
|
- this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
|
|
|
- this.Screen.IsShowBorder = true;
|
|
|
- this.Screen.Location = new System.Drawing.Point(828, 104);
|
|
|
- this.Screen.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
|
|
|
- this.Screen.Name = "Screen";
|
|
|
- this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
|
|
|
- this.Screen.Power = null;
|
|
|
- this.Screen.Size = new System.Drawing.Size(80, 30);
|
|
|
- this.Screen.TabIndex = 154;
|
|
|
- this.Screen.Tag = "IfRead";
|
|
|
- this.Screen.Text = "刷新";
|
|
|
- this.Screen.UseVisualStyleBackColor = true;
|
|
|
- this.Screen.Click += new System.EventHandler(this.Screen_Click);
|
|
|
+ this.ma_bomversion.AutoSize = true;
|
|
|
+ this.ma_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_bomversion.Location = new System.Drawing.Point(1049, 54);
|
|
|
+ this.ma_bomversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ma_bomversion.Name = "ma_bomversion";
|
|
|
+ this.ma_bomversion.Size = new System.Drawing.Size(165, 27);
|
|
|
+ this.ma_bomversion.TabIndex = 186;
|
|
|
+ this.ma_bomversion.Text = "ma_bomversion";
|
|
|
+ this.ma_bomversion.Visible = false;
|
|
|
//
|
|
|
// Make_PositionStock
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1229, 675);
|
|
|
+ this.Controls.Add(this.ma_bomversion);
|
|
|
this.Controls.Add(this.ma_craftcode);
|
|
|
this.Controls.Add(this.ma_craftcode_label);
|
|
|
this.Controls.Add(this.Lock);
|
|
|
@@ -526,5 +541,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
|
|
|
private System.Windows.Forms.DataGridViewImageColumn DeleteRow;
|
|
|
+ private System.Windows.Forms.Label ma_bomversion;
|
|
|
}
|
|
|
}
|