|
@@ -30,19 +30,24 @@
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Special_MakeBad));
|
|
|
this.Pallet_label = new System.Windows.Forms.Label();
|
|
|
- this.Pallate = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.mbc_component = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
|
- this.mbr_dutyname = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
|
|
|
- this.so_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
|
|
|
- this.nr_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
|
|
|
- this.nrg_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
|
|
|
this.bc_code = new System.Windows.Forms.Label();
|
|
|
- this.SaveRepairInf = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.mbr_solution_label = new System.Windows.Forms.Label();
|
|
|
this.mbc_component_label = new System.Windows.Forms.Label();
|
|
|
this.mbr_dutycode_label = new System.Windows.Forms.Label();
|
|
|
this.nr_name_label = new System.Windows.Forms.Label();
|
|
|
this.mbr_brgcode_label = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.mb_badlocation = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
+ this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
+ this.mbr_dutyname = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
|
|
|
+ this.so_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
|
|
|
+ this.nr_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
|
|
|
+ this.nrg_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
|
|
|
+ this.SaveRepairInf = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// Pallet_label
|
|
@@ -56,48 +61,166 @@
|
|
|
this.Pallet_label.TabIndex = 1;
|
|
|
this.Pallet_label.Text = "条码号";
|
|
|
//
|
|
|
- // Pallate
|
|
|
- //
|
|
|
- this.Pallate.AllPower = null;
|
|
|
- this.Pallate.BackColor = System.Drawing.Color.White;
|
|
|
- this.Pallate.ID = null;
|
|
|
- this.Pallate.Location = new System.Drawing.Point(211, 308);
|
|
|
- this.Pallate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
- this.Pallate.Name = "Pallate";
|
|
|
- this.Pallate.Power = null;
|
|
|
- this.Pallate.Size = new System.Drawing.Size(242, 35);
|
|
|
- this.Pallate.Str = null;
|
|
|
- this.Pallate.Str1 = null;
|
|
|
- this.Pallate.Str2 = null;
|
|
|
- this.Pallate.TabIndex = 2;
|
|
|
- //
|
|
|
- // mbc_component
|
|
|
- //
|
|
|
- this.mbc_component.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
- this.mbc_component.FormattingEnabled = true;
|
|
|
- this.mbc_component.Items.AddRange(new object[] {
|
|
|
- "",
|
|
|
- "主板",
|
|
|
- "液晶屏",
|
|
|
- "喇叭",
|
|
|
- "摄像头",
|
|
|
- "MIC板",
|
|
|
- "底壳",
|
|
|
- "电池",
|
|
|
- "面壳",
|
|
|
- "天线/喇叭支架",
|
|
|
- "A壳组件",
|
|
|
- "B壳组件",
|
|
|
- "C壳组件",
|
|
|
- "D壳组件",
|
|
|
- "通讯小板",
|
|
|
- "接口小板",
|
|
|
- "其他"});
|
|
|
- this.mbc_component.Location = new System.Drawing.Point(211, 477);
|
|
|
- this.mbc_component.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.mbc_component.Name = "mbc_component";
|
|
|
- this.mbc_component.Size = new System.Drawing.Size(238, 32);
|
|
|
- this.mbc_component.TabIndex = 155;
|
|
|
+ // bc_code
|
|
|
+ //
|
|
|
+ this.bc_code.AutoSize = true;
|
|
|
+ this.bc_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.bc_code.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.bc_code.Location = new System.Drawing.Point(1391, 507);
|
|
|
+ this.bc_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.bc_code.Name = "bc_code";
|
|
|
+ this.bc_code.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.bc_code.TabIndex = 146;
|
|
|
+ this.bc_code.Visible = false;
|
|
|
+ //
|
|
|
+ // mbr_solution_label
|
|
|
+ //
|
|
|
+ this.mbr_solution_label.AutoSize = true;
|
|
|
+ this.mbr_solution_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mbr_solution_label.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.mbr_solution_label.Location = new System.Drawing.Point(472, 475);
|
|
|
+ this.mbr_solution_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.mbr_solution_label.Name = "mbr_solution_label";
|
|
|
+ this.mbr_solution_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.mbr_solution_label.TabIndex = 144;
|
|
|
+ this.mbr_solution_label.Text = "解决方案";
|
|
|
+ //
|
|
|
+ // mbc_component_label
|
|
|
+ //
|
|
|
+ this.mbc_component_label.AutoSize = true;
|
|
|
+ this.mbc_component_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mbc_component_label.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.mbc_component_label.Location = new System.Drawing.Point(13, 477);
|
|
|
+ this.mbc_component_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.mbc_component_label.Name = "mbc_component_label";
|
|
|
+ this.mbc_component_label.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.mbc_component_label.TabIndex = 143;
|
|
|
+ this.mbc_component_label.Text = "位号";
|
|
|
+ //
|
|
|
+ // mbr_dutycode_label
|
|
|
+ //
|
|
|
+ this.mbr_dutycode_label.AutoSize = true;
|
|
|
+ this.mbr_dutycode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mbr_dutycode_label.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.mbr_dutycode_label.Location = new System.Drawing.Point(942, 395);
|
|
|
+ this.mbr_dutycode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.mbr_dutycode_label.Name = "mbr_dutycode_label";
|
|
|
+ this.mbr_dutycode_label.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.mbr_dutycode_label.TabIndex = 142;
|
|
|
+ this.mbr_dutycode_label.Text = "责任别";
|
|
|
+ //
|
|
|
+ // nr_name_label
|
|
|
+ //
|
|
|
+ this.nr_name_label.AutoSize = true;
|
|
|
+ this.nr_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.nr_name_label.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.nr_name_label.Location = new System.Drawing.Point(472, 393);
|
|
|
+ this.nr_name_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.nr_name_label.Name = "nr_name_label";
|
|
|
+ this.nr_name_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.nr_name_label.TabIndex = 141;
|
|
|
+ this.nr_name_label.Text = "不良原因";
|
|
|
+ //
|
|
|
+ // mbr_brgcode_label
|
|
|
+ //
|
|
|
+ this.mbr_brgcode_label.AutoSize = true;
|
|
|
+ this.mbr_brgcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mbr_brgcode_label.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.mbr_brgcode_label.Location = new System.Drawing.Point(13, 393);
|
|
|
+ this.mbr_brgcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.mbr_brgcode_label.Name = "mbr_brgcode_label";
|
|
|
+ this.mbr_brgcode_label.Size = new System.Drawing.Size(178, 41);
|
|
|
+ this.mbr_brgcode_label.TabIndex = 140;
|
|
|
+ this.mbr_brgcode_label.Text = "不良原因组";
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ 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(15, 216);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label2.TabIndex = 235;
|
|
|
+ this.label2.Text = "工单编号";
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ 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(472, 216);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label1.TabIndex = 237;
|
|
|
+ this.label1.Text = "线别编号";
|
|
|
+ //
|
|
|
+ // OperateResult
|
|
|
+ //
|
|
|
+ this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(1352, 146);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(410, 610);
|
|
|
+ this.OperateResult.TabIndex = 240;
|
|
|
+ this.OperateResult.Text = "";
|
|
|
+ //
|
|
|
+ // mb_badlocation
|
|
|
+ //
|
|
|
+ this.mb_badlocation.AllPower = null;
|
|
|
+ this.mb_badlocation.BackColor = System.Drawing.Color.White;
|
|
|
+ this.mb_badlocation.ID = null;
|
|
|
+ this.mb_badlocation.Location = new System.Drawing.Point(211, 483);
|
|
|
+ this.mb_badlocation.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.mb_badlocation.Name = "mb_badlocation";
|
|
|
+ this.mb_badlocation.Power = null;
|
|
|
+ this.mb_badlocation.Size = new System.Drawing.Size(242, 35);
|
|
|
+ this.mb_badlocation.Str = null;
|
|
|
+ this.mb_badlocation.Str1 = null;
|
|
|
+ this.mb_badlocation.Str2 = null;
|
|
|
+ this.mb_badlocation.TabIndex = 239;
|
|
|
+ //
|
|
|
+ // li_code
|
|
|
+ //
|
|
|
+ this.li_code.AllPower = "IFALL";
|
|
|
+ this.li_code.Caller = null;
|
|
|
+ this.li_code.Condition = null;
|
|
|
+ this.li_code.DBTitle = "";
|
|
|
+ this.li_code.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.li_code.FormName = null;
|
|
|
+ this.li_code.Location = new System.Drawing.Point(648, 216);
|
|
|
+ this.li_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.li_code.Name = "li_code";
|
|
|
+ this.li_code.Power = "";
|
|
|
+ this.li_code.ReturnData = null;
|
|
|
+ this.li_code.SelectField = null;
|
|
|
+ this.li_code.SetValueField = null;
|
|
|
+ this.li_code.Size = new System.Drawing.Size(244, 46);
|
|
|
+ this.li_code.TabIndex = 238;
|
|
|
+ this.li_code.TableName = null;
|
|
|
+ this.li_code.Tag = "makecode";
|
|
|
+ this.li_code.TextBoxEnable = true;
|
|
|
+ //
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AllPower = "IFALL";
|
|
|
+ this.ma_code.Caller = null;
|
|
|
+ this.ma_code.Condition = null;
|
|
|
+ this.ma_code.DBTitle = "";
|
|
|
+ this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.ma_code.FormName = null;
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(209, 216);
|
|
|
+ this.ma_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.ma_code.Name = "ma_code";
|
|
|
+ this.ma_code.Power = "";
|
|
|
+ this.ma_code.ReturnData = null;
|
|
|
+ this.ma_code.SelectField = null;
|
|
|
+ this.ma_code.SetValueField = null;
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(244, 46);
|
|
|
+ this.ma_code.TabIndex = 236;
|
|
|
+ this.ma_code.TableName = null;
|
|
|
+ this.ma_code.Tag = "makecode";
|
|
|
+ this.ma_code.TextBoxEnable = true;
|
|
|
//
|
|
|
// mbr_dutyname
|
|
|
//
|
|
@@ -151,18 +274,6 @@
|
|
|
this.nrg_name.Value = null;
|
|
|
this.nrg_name.ValueField = null;
|
|
|
//
|
|
|
- // bc_code
|
|
|
- //
|
|
|
- this.bc_code.AutoSize = true;
|
|
|
- this.bc_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.bc_code.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.bc_code.Location = new System.Drawing.Point(1391, 507);
|
|
|
- this.bc_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.bc_code.Name = "bc_code";
|
|
|
- this.bc_code.Size = new System.Drawing.Size(0, 41);
|
|
|
- this.bc_code.TabIndex = 146;
|
|
|
- this.bc_code.Visible = false;
|
|
|
- //
|
|
|
// SaveRepairInf
|
|
|
//
|
|
|
this.SaveRepairInf.AllPower = "ifall";
|
|
@@ -183,72 +294,32 @@
|
|
|
this.SaveRepairInf.UseVisualStyleBackColor = true;
|
|
|
this.SaveRepairInf.Click += new System.EventHandler(this.SaveRepairInf_Click);
|
|
|
//
|
|
|
- // mbr_solution_label
|
|
|
- //
|
|
|
- this.mbr_solution_label.AutoSize = true;
|
|
|
- this.mbr_solution_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mbr_solution_label.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.mbr_solution_label.Location = new System.Drawing.Point(472, 475);
|
|
|
- this.mbr_solution_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.mbr_solution_label.Name = "mbr_solution_label";
|
|
|
- this.mbr_solution_label.Size = new System.Drawing.Size(146, 41);
|
|
|
- this.mbr_solution_label.TabIndex = 144;
|
|
|
- this.mbr_solution_label.Text = "解决方案";
|
|
|
- //
|
|
|
- // mbc_component_label
|
|
|
+ // sn_code
|
|
|
//
|
|
|
- this.mbc_component_label.AutoSize = true;
|
|
|
- this.mbc_component_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mbc_component_label.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.mbc_component_label.Location = new System.Drawing.Point(13, 477);
|
|
|
- this.mbc_component_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.mbc_component_label.Name = "mbc_component_label";
|
|
|
- this.mbc_component_label.Size = new System.Drawing.Size(146, 41);
|
|
|
- this.mbc_component_label.TabIndex = 143;
|
|
|
- this.mbc_component_label.Text = "不良组件";
|
|
|
- //
|
|
|
- // mbr_dutycode_label
|
|
|
- //
|
|
|
- this.mbr_dutycode_label.AutoSize = true;
|
|
|
- this.mbr_dutycode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mbr_dutycode_label.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.mbr_dutycode_label.Location = new System.Drawing.Point(942, 395);
|
|
|
- this.mbr_dutycode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.mbr_dutycode_label.Name = "mbr_dutycode_label";
|
|
|
- this.mbr_dutycode_label.Size = new System.Drawing.Size(114, 41);
|
|
|
- this.mbr_dutycode_label.TabIndex = 142;
|
|
|
- this.mbr_dutycode_label.Text = "责任别";
|
|
|
- //
|
|
|
- // nr_name_label
|
|
|
- //
|
|
|
- this.nr_name_label.AutoSize = true;
|
|
|
- this.nr_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.nr_name_label.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.nr_name_label.Location = new System.Drawing.Point(472, 393);
|
|
|
- this.nr_name_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.nr_name_label.Name = "nr_name_label";
|
|
|
- this.nr_name_label.Size = new System.Drawing.Size(146, 41);
|
|
|
- this.nr_name_label.TabIndex = 141;
|
|
|
- this.nr_name_label.Text = "不良原因";
|
|
|
- //
|
|
|
- // mbr_brgcode_label
|
|
|
- //
|
|
|
- this.mbr_brgcode_label.AutoSize = true;
|
|
|
- this.mbr_brgcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mbr_brgcode_label.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.mbr_brgcode_label.Location = new System.Drawing.Point(13, 393);
|
|
|
- this.mbr_brgcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.mbr_brgcode_label.Name = "mbr_brgcode_label";
|
|
|
- this.mbr_brgcode_label.Size = new System.Drawing.Size(178, 41);
|
|
|
- this.mbr_brgcode_label.TabIndex = 140;
|
|
|
- this.mbr_brgcode_label.Text = "不良原因组";
|
|
|
+ this.sn_code.AllPower = null;
|
|
|
+ this.sn_code.BackColor = System.Drawing.Color.White;
|
|
|
+ this.sn_code.ID = null;
|
|
|
+ this.sn_code.Location = new System.Drawing.Point(211, 308);
|
|
|
+ this.sn_code.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.sn_code.Name = "sn_code";
|
|
|
+ this.sn_code.Power = null;
|
|
|
+ this.sn_code.Size = new System.Drawing.Size(242, 35);
|
|
|
+ this.sn_code.Str = null;
|
|
|
+ this.sn_code.Str1 = null;
|
|
|
+ this.sn_code.Str2 = null;
|
|
|
+ this.sn_code.TabIndex = 2;
|
|
|
//
|
|
|
// Special_MakeBad
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1384, 1054);
|
|
|
- this.Controls.Add(this.mbc_component);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1797, 1054);
|
|
|
+ this.Controls.Add(this.OperateResult);
|
|
|
+ this.Controls.Add(this.mb_badlocation);
|
|
|
+ this.Controls.Add(this.li_code);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.Controls.Add(this.ma_code);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.mbr_dutyname);
|
|
|
this.Controls.Add(this.so_name);
|
|
|
this.Controls.Add(this.nr_name);
|
|
@@ -260,12 +331,12 @@
|
|
|
this.Controls.Add(this.mbr_dutycode_label);
|
|
|
this.Controls.Add(this.nr_name_label);
|
|
|
this.Controls.Add(this.mbr_brgcode_label);
|
|
|
- this.Controls.Add(this.Pallate);
|
|
|
+ this.Controls.Add(this.sn_code);
|
|
|
this.Controls.Add(this.Pallet_label);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Name = "Special_MakeBad";
|
|
|
- this.Tag = "Special!BoxSplit";
|
|
|
+ this.Tag = "Special!MakeBad";
|
|
|
this.Text = "拆箱处理";
|
|
|
this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
|
|
|
this.ResumeLayout(false);
|
|
@@ -275,8 +346,7 @@
|
|
|
|
|
|
#endregion
|
|
|
private System.Windows.Forms.Label Pallet_label;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox Pallate;
|
|
|
- private CustomControl.ComBoxWithFocus.ComBoxWithFocus mbc_component;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
|
|
|
private CustomControl.TextBoxWithIcon.BlurSearch mbr_dutyname;
|
|
|
private CustomControl.TextBoxWithIcon.BlurSearch so_name;
|
|
|
private CustomControl.TextBoxWithIcon.BlurSearch nr_name;
|
|
@@ -288,5 +358,11 @@
|
|
|
private System.Windows.Forms.Label mbr_dutycode_label;
|
|
|
private System.Windows.Forms.Label nr_name_label;
|
|
|
private System.Windows.Forms.Label mbr_brgcode_label;
|
|
|
+ private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private CustomControl.TextBoxWithIcon.SearchTextBox li_code;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox mb_badlocation;
|
|
|
+ private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
}
|
|
|
}
|