|
|
@@ -34,7 +34,7 @@
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.ma_craftcode_label = new System.Windows.Forms.Label();
|
|
|
this.st_rstepcode_label = new System.Windows.Forms.Label();
|
|
|
- this.ma_prodcode_label = new System.Windows.Forms.Label();
|
|
|
+ this.ms_prodcode_label = new System.Windows.Forms.Label();
|
|
|
this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
|
this.bc_name_label = new System.Windows.Forms.Label();
|
|
|
@@ -57,10 +57,14 @@
|
|
|
this.ComponentSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
this.bc_code = new System.Windows.Forms.Label();
|
|
|
this.bg_code = new System.Windows.Forms.Label();
|
|
|
+ this.nr_code = new System.Windows.Forms.Label();
|
|
|
+ this.prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.mbp_partdgv = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
|
|
|
this.mbp_part1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.mbp_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.mbl_locdgv = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
|
|
|
this.mbl_loc1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.mbl_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.RefreshTreeView = new UAS_MES.CustomControl.ClickPicBox.ClickPicBox();
|
|
|
this.GetSNCode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.NewRepairInf = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
@@ -77,7 +81,7 @@
|
|
|
this.mb_badremark = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithTextArea();
|
|
|
this.OperatResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ms_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
@@ -87,7 +91,6 @@
|
|
|
this.SaveBadLocation = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.Scrap = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.RepairComplete = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.panel2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LocationSource)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ComponentSource)).BeginInit();
|
|
|
@@ -145,18 +148,18 @@
|
|
|
this.st_rstepcode_label.TabIndex = 65;
|
|
|
this.st_rstepcode_label.Text = "回流工序";
|
|
|
//
|
|
|
- // ma_prodcode_label
|
|
|
+ // ms_prodcode_label
|
|
|
//
|
|
|
- this.ma_prodcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ this.ms_prodcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
- this.ma_prodcode_label.AutoSize = true;
|
|
|
- this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_prodcode_label.Location = new System.Drawing.Point(622, 51);
|
|
|
- this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.ma_prodcode_label.Name = "ma_prodcode_label";
|
|
|
- this.ma_prodcode_label.Size = new System.Drawing.Size(92, 27);
|
|
|
- this.ma_prodcode_label.TabIndex = 62;
|
|
|
- this.ma_prodcode_label.Text = "产品编号";
|
|
|
+ this.ms_prodcode_label.AutoSize = true;
|
|
|
+ this.ms_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_prodcode_label.Location = new System.Drawing.Point(622, 51);
|
|
|
+ this.ms_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ms_prodcode_label.Name = "ms_prodcode_label";
|
|
|
+ this.ms_prodcode_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.ms_prodcode_label.TabIndex = 62;
|
|
|
+ this.ms_prodcode_label.Text = "产品编号";
|
|
|
//
|
|
|
// pr_detail_label
|
|
|
//
|
|
|
@@ -389,12 +392,43 @@
|
|
|
this.bg_code.TabIndex = 123;
|
|
|
this.bg_code.Visible = false;
|
|
|
//
|
|
|
+ // nr_code
|
|
|
+ //
|
|
|
+ this.nr_code.AutoSize = true;
|
|
|
+ this.nr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.nr_code.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.nr_code.Location = new System.Drawing.Point(1235, 93);
|
|
|
+ this.nr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.nr_code.Name = "nr_code";
|
|
|
+ this.nr_code.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.nr_code.TabIndex = 125;
|
|
|
+ this.nr_code.Visible = false;
|
|
|
+ //
|
|
|
+ // prodcode
|
|
|
+ //
|
|
|
+ this.prodcode.AllPower = null;
|
|
|
+ this.prodcode.Caller = null;
|
|
|
+ this.prodcode.Condition = null;
|
|
|
+ this.prodcode.DBTitle = null;
|
|
|
+ this.prodcode.FormName = null;
|
|
|
+ this.prodcode.Location = new System.Drawing.Point(747, 374);
|
|
|
+ this.prodcode.Name = "prodcode";
|
|
|
+ this.prodcode.Power = null;
|
|
|
+ this.prodcode.SelectField = null;
|
|
|
+ this.prodcode.SetValueField = null;
|
|
|
+ this.prodcode.Size = new System.Drawing.Size(209, 25);
|
|
|
+ this.prodcode.TabIndex = 124;
|
|
|
+ this.prodcode.TableName = null;
|
|
|
+ this.prodcode.TextBoxEnable = true;
|
|
|
+ this.prodcode.TextKeyDown += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextKeyDown(this.prodcode_TextKeyDown);
|
|
|
+ //
|
|
|
// mbp_partdgv
|
|
|
//
|
|
|
this.mbp_partdgv.AllowUserToAddRows = false;
|
|
|
this.mbp_partdgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.mbp_partdgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
- this.mbp_part1});
|
|
|
+ this.mbp_part1,
|
|
|
+ this.mbp_id});
|
|
|
this.mbp_partdgv.Location = new System.Drawing.Point(647, 419);
|
|
|
this.mbp_partdgv.Name = "mbp_partdgv";
|
|
|
this.mbp_partdgv.RowTemplate.Height = 27;
|
|
|
@@ -408,12 +442,20 @@
|
|
|
this.mbp_part1.HeaderText = "已选择不良零件";
|
|
|
this.mbp_part1.Name = "mbp_part1";
|
|
|
//
|
|
|
+ // mbp_id
|
|
|
+ //
|
|
|
+ this.mbp_id.DataPropertyName = "mbp_id";
|
|
|
+ this.mbp_id.HeaderText = "mbp_id";
|
|
|
+ this.mbp_id.Name = "mbp_id";
|
|
|
+ this.mbp_id.Visible = false;
|
|
|
+ //
|
|
|
// mbl_locdgv
|
|
|
//
|
|
|
this.mbl_locdgv.AllowUserToAddRows = false;
|
|
|
this.mbl_locdgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.mbl_locdgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
- this.mbl_loc1});
|
|
|
+ this.mbl_loc1,
|
|
|
+ this.mbl_id});
|
|
|
this.mbl_locdgv.Location = new System.Drawing.Point(248, 419);
|
|
|
this.mbl_locdgv.Name = "mbl_locdgv";
|
|
|
this.mbl_locdgv.RowTemplate.Height = 27;
|
|
|
@@ -427,6 +469,13 @@
|
|
|
this.mbl_loc1.HeaderText = "已选择不良位置";
|
|
|
this.mbl_loc1.Name = "mbl_loc1";
|
|
|
//
|
|
|
+ // mbl_id
|
|
|
+ //
|
|
|
+ this.mbl_id.DataPropertyName = "mbl_id";
|
|
|
+ this.mbl_id.HeaderText = "mbl_id";
|
|
|
+ this.mbl_id.Name = "mbl_id";
|
|
|
+ this.mbl_id.Visible = false;
|
|
|
+ //
|
|
|
// RefreshTreeView
|
|
|
//
|
|
|
this.RefreshTreeView.AllPower = null;
|
|
|
@@ -466,7 +515,7 @@
|
|
|
this.NewRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("NewRepairInf.DownImage")));
|
|
|
this.NewRepairInf.Image = ((System.Drawing.Image)(resources.GetObject("NewRepairInf.Image")));
|
|
|
this.NewRepairInf.IsShowBorder = true;
|
|
|
- this.NewRepairInf.Location = new System.Drawing.Point(391, 631);
|
|
|
+ this.NewRepairInf.Location = new System.Drawing.Point(395, 631);
|
|
|
this.NewRepairInf.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.NewRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewRepairInf.MoveImage")));
|
|
|
this.NewRepairInf.Name = "NewRepairInf";
|
|
|
@@ -486,7 +535,7 @@
|
|
|
this.SaveRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.DownImage")));
|
|
|
this.SaveRepairInf.Image = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.Image")));
|
|
|
this.SaveRepairInf.IsShowBorder = true;
|
|
|
- this.SaveRepairInf.Location = new System.Drawing.Point(535, 631);
|
|
|
+ this.SaveRepairInf.Location = new System.Drawing.Point(548, 631);
|
|
|
this.SaveRepairInf.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.SaveRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.MoveImage")));
|
|
|
this.SaveRepairInf.Name = "SaveRepairInf";
|
|
|
@@ -545,6 +594,7 @@
|
|
|
this.mbr_solutioncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.mbr_solutioncode.BackColor = System.Drawing.Color.White;
|
|
|
+ this.mbr_solutioncode.Enabled = false;
|
|
|
this.mbr_solutioncode.ID = null;
|
|
|
this.mbr_solutioncode.Location = new System.Drawing.Point(747, 299);
|
|
|
this.mbr_solutioncode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
@@ -563,6 +613,7 @@
|
|
|
this.mbc_component.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.mbc_component.BackColor = System.Drawing.Color.White;
|
|
|
+ this.mbc_component.Enabled = false;
|
|
|
this.mbc_component.ID = null;
|
|
|
this.mbc_component.Location = new System.Drawing.Point(354, 299);
|
|
|
this.mbc_component.Margin = new System.Windows.Forms.Padding(4);
|
|
|
@@ -581,6 +632,7 @@
|
|
|
this.mbr_dutycode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.mbr_dutycode.BackColor = System.Drawing.Color.White;
|
|
|
+ this.mbr_dutycode.Enabled = false;
|
|
|
this.mbr_dutycode.ID = null;
|
|
|
this.mbr_dutycode.Location = new System.Drawing.Point(1094, 248);
|
|
|
this.mbr_dutycode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
@@ -599,6 +651,7 @@
|
|
|
this.nr_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.nr_name.BackColor = System.Drawing.Color.White;
|
|
|
+ this.nr_name.Enabled = false;
|
|
|
this.nr_name.ID = null;
|
|
|
this.nr_name.Location = new System.Drawing.Point(747, 245);
|
|
|
this.nr_name.Margin = new System.Windows.Forms.Padding(4);
|
|
|
@@ -610,6 +663,7 @@
|
|
|
this.nr_name.Str2 = null;
|
|
|
this.nr_name.TabIndex = 96;
|
|
|
this.nr_name.Tag = "Read";
|
|
|
+ this.nr_name.TextChanged += new System.EventHandler(this.nr_name_TextChanged);
|
|
|
//
|
|
|
// nrg_name
|
|
|
//
|
|
|
@@ -617,6 +671,7 @@
|
|
|
this.nrg_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.nrg_name.BackColor = System.Drawing.Color.White;
|
|
|
+ this.nrg_name.Enabled = false;
|
|
|
this.nrg_name.ID = null;
|
|
|
this.nrg_name.Location = new System.Drawing.Point(354, 248);
|
|
|
this.nrg_name.Margin = new System.Windows.Forms.Padding(4);
|
|
|
@@ -698,17 +753,17 @@
|
|
|
this.ms_makecode.Size = new System.Drawing.Size(0, 27);
|
|
|
this.ms_makecode.TabIndex = 85;
|
|
|
//
|
|
|
- // ma_prodcode
|
|
|
+ // ms_prodcode
|
|
|
//
|
|
|
- this.ma_prodcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ this.ms_prodcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
- this.ma_prodcode.AutoSize = true;
|
|
|
- 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(750, 51);
|
|
|
- this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.ma_prodcode.Name = "ma_prodcode";
|
|
|
- this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
|
|
|
- this.ma_prodcode.TabIndex = 83;
|
|
|
+ this.ms_prodcode.AutoSize = true;
|
|
|
+ this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_prodcode.Location = new System.Drawing.Point(750, 51);
|
|
|
+ this.ms_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ms_prodcode.Name = "ms_prodcode";
|
|
|
+ this.ms_prodcode.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ms_prodcode.TabIndex = 83;
|
|
|
//
|
|
|
// pr_detail
|
|
|
//
|
|
|
@@ -800,6 +855,7 @@
|
|
|
this.cr_code.TableName = null;
|
|
|
this.cr_code.Tag = "Read";
|
|
|
this.cr_code.TextBoxEnable = true;
|
|
|
+ this.cr_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.cr_code_UserControlTextChanged);
|
|
|
//
|
|
|
// NewBadCode
|
|
|
//
|
|
|
@@ -826,6 +882,7 @@
|
|
|
this.SaveBadLocation.AllPower = "ifall";
|
|
|
this.SaveBadLocation.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.SaveBadLocation.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveBadLocation.DownImage")));
|
|
|
+ this.SaveBadLocation.Enabled = false;
|
|
|
this.SaveBadLocation.Image = ((System.Drawing.Image)(resources.GetObject("SaveBadLocation.Image")));
|
|
|
this.SaveBadLocation.IsShowBorder = true;
|
|
|
this.SaveBadLocation.Location = new System.Drawing.Point(549, 372);
|
|
|
@@ -846,7 +903,6 @@
|
|
|
this.Scrap.AllPower = "ifall";
|
|
|
this.Scrap.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.Scrap.DownImage = ((System.Drawing.Image)(resources.GetObject("Scrap.DownImage")));
|
|
|
- this.Scrap.Enabled = false;
|
|
|
this.Scrap.Image = ((System.Drawing.Image)(resources.GetObject("Scrap.Image")));
|
|
|
this.Scrap.IsShowBorder = true;
|
|
|
this.Scrap.Location = new System.Drawing.Point(964, 95);
|
|
|
@@ -867,7 +923,6 @@
|
|
|
this.RepairComplete.AllPower = "ifall";
|
|
|
this.RepairComplete.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.RepairComplete.DownImage = ((System.Drawing.Image)(resources.GetObject("RepairComplete.DownImage")));
|
|
|
- this.RepairComplete.Enabled = false;
|
|
|
this.RepairComplete.Image = ((System.Drawing.Image)(resources.GetObject("RepairComplete.Image")));
|
|
|
this.RepairComplete.IsShowBorder = true;
|
|
|
this.RepairComplete.Location = new System.Drawing.Point(838, 95);
|
|
|
@@ -883,28 +938,12 @@
|
|
|
this.RepairComplete.UseVisualStyleBackColor = true;
|
|
|
this.RepairComplete.Click += new System.EventHandler(this.RepairComplete_Click);
|
|
|
//
|
|
|
- // prodcode
|
|
|
- //
|
|
|
- this.prodcode.AllPower = null;
|
|
|
- this.prodcode.Caller = null;
|
|
|
- this.prodcode.Condition = null;
|
|
|
- this.prodcode.DBTitle = null;
|
|
|
- this.prodcode.FormName = null;
|
|
|
- this.prodcode.Location = new System.Drawing.Point(747, 374);
|
|
|
- this.prodcode.Name = "prodcode";
|
|
|
- this.prodcode.Power = null;
|
|
|
- this.prodcode.SelectField = null;
|
|
|
- this.prodcode.SetValueField = null;
|
|
|
- this.prodcode.Size = new System.Drawing.Size(209, 25);
|
|
|
- this.prodcode.TabIndex = 124;
|
|
|
- this.prodcode.TableName = null;
|
|
|
- this.prodcode.TextBoxEnable = false;
|
|
|
- //
|
|
|
// Make_Repair
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1327, 735);
|
|
|
+ this.Controls.Add(this.nr_code);
|
|
|
this.Controls.Add(this.prodcode);
|
|
|
this.Controls.Add(this.bg_code);
|
|
|
this.Controls.Add(this.bc_code);
|
|
|
@@ -938,9 +977,9 @@
|
|
|
this.Controls.Add(this.mb_badremark);
|
|
|
this.Controls.Add(this.OperatResult);
|
|
|
this.Controls.Add(this.ms_makecode);
|
|
|
- this.Controls.Add(this.ma_prodcode);
|
|
|
+ this.Controls.Add(this.ms_prodcode);
|
|
|
this.Controls.Add(this.pr_detail);
|
|
|
- this.Controls.Add(this.ma_prodcode_label);
|
|
|
+ this.Controls.Add(this.ms_prodcode_label);
|
|
|
this.Controls.Add(this.pr_detail_label);
|
|
|
this.Controls.Add(this.Clean);
|
|
|
this.Controls.Add(this.ms_sncode);
|
|
|
@@ -988,7 +1027,7 @@
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.Label ma_craftcode_label;
|
|
|
private System.Windows.Forms.Label st_rstepcode_label;
|
|
|
- private System.Windows.Forms.Label ma_prodcode_label;
|
|
|
+ private System.Windows.Forms.Label ms_prodcode_label;
|
|
|
private System.Windows.Forms.Label pr_detail_label;
|
|
|
private System.Windows.Forms.Label label14;
|
|
|
private System.Windows.Forms.Label bc_name_label;
|
|
|
@@ -998,7 +1037,7 @@
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
|
|
|
private CustomControl.ButtonUtil.NormalButton Clean;
|
|
|
private CustomControl.ValueLabel.ValueLabel pr_detail;
|
|
|
- private CustomControl.ValueLabel.ValueLabel ma_prodcode;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ms_prodcode;
|
|
|
private CustomControl.ValueLabel.ValueLabel ms_makecode;
|
|
|
private CustomControl.RichText.RichTextAutoBottom OperatResult;
|
|
|
private CustomControl.TextBoxWithIcon.TextBoxWithTextArea mb_badremark;
|
|
|
@@ -1031,10 +1070,13 @@
|
|
|
private CustomControl.DataGrid_View.DataGridViewWithCheckBox mbp_partdgv;
|
|
|
private System.Windows.Forms.BindingSource LocationSource;
|
|
|
private System.Windows.Forms.BindingSource ComponentSource;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn mbp_part1;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn mbl_loc1;
|
|
|
private System.Windows.Forms.Label bc_code;
|
|
|
private System.Windows.Forms.Label bg_code;
|
|
|
private CustomControl.TextBoxWithIcon.SearchTextBox prodcode;
|
|
|
+ private System.Windows.Forms.Label nr_code;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn mbp_part1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn mbp_id;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn mbl_loc1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn mbl_id;
|
|
|
}
|
|
|
}
|