|
@@ -52,7 +52,6 @@
|
|
|
this.mbr_dutycode = new System.Windows.Forms.Label();
|
|
this.mbr_dutycode = new System.Windows.Forms.Label();
|
|
|
this.mbc_component = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
this.mbc_component = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
|
this.mbr_dutyname = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
|
|
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.nr_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
|
|
|
this.nrg_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
|
|
this.nrg_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
|
|
|
this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
@@ -95,6 +94,7 @@
|
|
|
this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.NewBadCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
this.NewBadCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.SaveBadLocation = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
this.SaveBadLocation = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
|
|
+ this.so_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LocationSource)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LocationSource)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ComponentSource)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ComponentSource)).BeginInit();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
@@ -223,7 +223,7 @@
|
|
|
//
|
|
//
|
|
|
// GetSNCode_Label
|
|
// GetSNCode_Label
|
|
|
//
|
|
//
|
|
|
- this.GetSNCode_Label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.GetSNCode_Label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.GetSNCode_Label.AutoSize = true;
|
|
this.GetSNCode_Label.AutoSize = true;
|
|
|
this.GetSNCode_Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.GetSNCode_Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
@@ -323,21 +323,13 @@
|
|
|
this.mbc_component.FormattingEnabled = true;
|
|
this.mbc_component.FormattingEnabled = true;
|
|
|
this.mbc_component.Items.AddRange(new object[] {
|
|
this.mbc_component.Items.AddRange(new object[] {
|
|
|
"",
|
|
"",
|
|
|
|
|
+ "元器件",
|
|
|
|
|
+ "线束",
|
|
|
|
|
+ "组件",
|
|
|
|
|
+ "PCB",
|
|
|
|
|
+ "开关",
|
|
|
|
|
+ "电源",
|
|
|
"主板",
|
|
"主板",
|
|
|
- "液晶屏",
|
|
|
|
|
- "喇叭",
|
|
|
|
|
- "摄像头",
|
|
|
|
|
- "MIC板",
|
|
|
|
|
- "底壳",
|
|
|
|
|
- "电池",
|
|
|
|
|
- "面壳",
|
|
|
|
|
- "天线/喇叭支架",
|
|
|
|
|
- "A壳组件",
|
|
|
|
|
- "B壳组件",
|
|
|
|
|
- "C壳组件",
|
|
|
|
|
- "D壳组件",
|
|
|
|
|
- "通讯小板",
|
|
|
|
|
- "接口小板",
|
|
|
|
|
"其他"});
|
|
"其他"});
|
|
|
this.mbc_component.Location = new System.Drawing.Point(524, 458);
|
|
this.mbc_component.Location = new System.Drawing.Point(524, 458);
|
|
|
this.mbc_component.Margin = new System.Windows.Forms.Padding(6);
|
|
this.mbc_component.Margin = new System.Windows.Forms.Padding(6);
|
|
@@ -359,20 +351,6 @@
|
|
|
this.mbr_dutyname.ValueField = null;
|
|
this.mbr_dutyname.ValueField = null;
|
|
|
this.mbr_dutyname.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch.OnTextChange(this.mbr_dutyname_UserControlTextChanged);
|
|
this.mbr_dutyname.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch.OnTextChange(this.mbr_dutyname_UserControlTextChanged);
|
|
|
//
|
|
//
|
|
|
- // so_name
|
|
|
|
|
- //
|
|
|
|
|
- this.so_name.Condition = null;
|
|
|
|
|
- this.so_name.Field = null;
|
|
|
|
|
- this.so_name.Location = new System.Drawing.Point(1004, 458);
|
|
|
|
|
- this.so_name.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
- this.so_name.Name = "so_name";
|
|
|
|
|
- this.so_name.Size = new System.Drawing.Size(242, 35);
|
|
|
|
|
- this.so_name.TabIndex = 133;
|
|
|
|
|
- this.so_name.TableName = null;
|
|
|
|
|
- this.so_name.Value = null;
|
|
|
|
|
- this.so_name.ValueField = null;
|
|
|
|
|
- this.so_name.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch.OnTextChange(this.so_name_UserControlTextChanged);
|
|
|
|
|
- //
|
|
|
|
|
// nr_name
|
|
// nr_name
|
|
|
//
|
|
//
|
|
|
this.nr_name.Condition = null;
|
|
this.nr_name.Condition = null;
|
|
@@ -455,11 +433,11 @@
|
|
|
//
|
|
//
|
|
|
// ms_reworkcheckno
|
|
// ms_reworkcheckno
|
|
|
//
|
|
//
|
|
|
- this.ms_reworkcheckno.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.ms_reworkcheckno.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.ms_reworkcheckno.AutoSize = true;
|
|
this.ms_reworkcheckno.AutoSize = true;
|
|
|
this.ms_reworkcheckno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ms_reworkcheckno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_reworkcheckno.Location = new System.Drawing.Point(1584, 118);
|
|
|
|
|
|
|
+ this.ms_reworkcheckno.Location = new System.Drawing.Point(1586, 120);
|
|
|
this.ms_reworkcheckno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ms_reworkcheckno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ms_reworkcheckno.Name = "ms_reworkcheckno";
|
|
this.ms_reworkcheckno.Name = "ms_reworkcheckno";
|
|
|
this.ms_reworkcheckno.Size = new System.Drawing.Size(146, 41);
|
|
this.ms_reworkcheckno.Size = new System.Drawing.Size(146, 41);
|
|
@@ -469,11 +447,11 @@
|
|
|
//
|
|
//
|
|
|
// ms_makecode_label
|
|
// ms_makecode_label
|
|
|
//
|
|
//
|
|
|
- this.ms_makecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.ms_makecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.ms_makecode_label.AutoSize = true;
|
|
this.ms_makecode_label.AutoSize = true;
|
|
|
this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_makecode_label.Location = new System.Drawing.Point(406, 54);
|
|
|
|
|
|
|
+ this.ms_makecode_label.Location = new System.Drawing.Point(408, 56);
|
|
|
this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ms_makecode_label.Name = "ms_makecode_label";
|
|
this.ms_makecode_label.Name = "ms_makecode_label";
|
|
|
this.ms_makecode_label.Size = new System.Drawing.Size(114, 41);
|
|
this.ms_makecode_label.Size = new System.Drawing.Size(114, 41);
|
|
@@ -482,11 +460,11 @@
|
|
|
//
|
|
//
|
|
|
// ms_sncode_label
|
|
// ms_sncode_label
|
|
|
//
|
|
//
|
|
|
- this.ms_sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.ms_sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.ms_sncode_label.AutoSize = true;
|
|
this.ms_sncode_label.AutoSize = true;
|
|
|
this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_sncode_label.Location = new System.Drawing.Point(30, 52);
|
|
|
|
|
|
|
+ this.ms_sncode_label.Location = new System.Drawing.Point(32, 54);
|
|
|
this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ms_sncode_label.Name = "ms_sncode_label";
|
|
this.ms_sncode_label.Name = "ms_sncode_label";
|
|
|
this.ms_sncode_label.Size = new System.Drawing.Size(114, 41);
|
|
this.ms_sncode_label.Size = new System.Drawing.Size(114, 41);
|
|
@@ -495,11 +473,11 @@
|
|
|
//
|
|
//
|
|
|
// ms_checkno
|
|
// ms_checkno
|
|
|
//
|
|
//
|
|
|
- this.ms_checkno.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.ms_checkno.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.ms_checkno.AutoSize = true;
|
|
this.ms_checkno.AutoSize = true;
|
|
|
this.ms_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ms_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_checkno.Location = new System.Drawing.Point(1580, 54);
|
|
|
|
|
|
|
+ this.ms_checkno.Location = new System.Drawing.Point(1582, 56);
|
|
|
this.ms_checkno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ms_checkno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ms_checkno.Name = "ms_checkno";
|
|
this.ms_checkno.Name = "ms_checkno";
|
|
|
this.ms_checkno.Size = new System.Drawing.Size(146, 41);
|
|
this.ms_checkno.Size = new System.Drawing.Size(146, 41);
|
|
@@ -530,12 +508,12 @@
|
|
|
//
|
|
//
|
|
|
// ms_sncode
|
|
// ms_sncode
|
|
|
//
|
|
//
|
|
|
- this.ms_sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.ms_sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.ms_sncode.AutoSize = true;
|
|
this.ms_sncode.AutoSize = true;
|
|
|
this.ms_sncode.CutLength = null;
|
|
this.ms_sncode.CutLength = null;
|
|
|
this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_sncode.Location = new System.Drawing.Point(180, 54);
|
|
|
|
|
|
|
+ this.ms_sncode.Location = new System.Drawing.Point(182, 56);
|
|
|
this.ms_sncode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ms_sncode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ms_sncode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
this.ms_sncode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.ms_sncode.Name = "ms_sncode";
|
|
this.ms_sncode.Name = "ms_sncode";
|
|
@@ -568,7 +546,7 @@
|
|
|
this.nr_code.AutoSize = true;
|
|
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.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.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.nr_code.Location = new System.Drawing.Point(1680, 444);
|
|
|
|
|
|
|
+ this.nr_code.Location = new System.Drawing.Point(1682, 446);
|
|
|
this.nr_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.nr_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.nr_code.Name = "nr_code";
|
|
this.nr_code.Name = "nr_code";
|
|
|
this.nr_code.Size = new System.Drawing.Size(0, 41);
|
|
this.nr_code.Size = new System.Drawing.Size(0, 41);
|
|
@@ -576,11 +554,11 @@
|
|
|
//
|
|
//
|
|
|
// st_rstepcode_label
|
|
// st_rstepcode_label
|
|
|
//
|
|
//
|
|
|
- this.st_rstepcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.st_rstepcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.st_rstepcode_label.AutoSize = true;
|
|
this.st_rstepcode_label.AutoSize = true;
|
|
|
this.st_rstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.st_rstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.st_rstepcode_label.Location = new System.Drawing.Point(530, 130);
|
|
|
|
|
|
|
+ this.st_rstepcode_label.Location = new System.Drawing.Point(532, 132);
|
|
|
this.st_rstepcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.st_rstepcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.st_rstepcode_label.Name = "st_rstepcode_label";
|
|
this.st_rstepcode_label.Name = "st_rstepcode_label";
|
|
|
this.st_rstepcode_label.Size = new System.Drawing.Size(146, 41);
|
|
this.st_rstepcode_label.Size = new System.Drawing.Size(146, 41);
|
|
@@ -589,11 +567,11 @@
|
|
|
//
|
|
//
|
|
|
// ma_craftcode_label
|
|
// ma_craftcode_label
|
|
|
//
|
|
//
|
|
|
- this.ma_craftcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.ma_craftcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.ma_craftcode_label.AutoSize = true;
|
|
this.ma_craftcode_label.AutoSize = true;
|
|
|
this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_craftcode_label.Location = new System.Drawing.Point(30, 130);
|
|
|
|
|
|
|
+ this.ma_craftcode_label.Location = new System.Drawing.Point(32, 132);
|
|
|
this.ma_craftcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ma_craftcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ma_craftcode_label.Name = "ma_craftcode_label";
|
|
this.ma_craftcode_label.Name = "ma_craftcode_label";
|
|
|
this.ma_craftcode_label.Size = new System.Drawing.Size(146, 41);
|
|
this.ma_craftcode_label.Size = new System.Drawing.Size(146, 41);
|
|
@@ -624,11 +602,11 @@
|
|
|
//
|
|
//
|
|
|
// pr_detail_label
|
|
// pr_detail_label
|
|
|
//
|
|
//
|
|
|
- this.pr_detail_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.pr_detail_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.pr_detail_label.AutoSize = true;
|
|
this.pr_detail_label.AutoSize = true;
|
|
|
this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_detail_label.Location = new System.Drawing.Point(1274, 54);
|
|
|
|
|
|
|
+ this.pr_detail_label.Location = new System.Drawing.Point(1276, 56);
|
|
|
this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pr_detail_label.Name = "pr_detail_label";
|
|
this.pr_detail_label.Name = "pr_detail_label";
|
|
|
this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
|
|
this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
|
|
@@ -637,11 +615,11 @@
|
|
|
//
|
|
//
|
|
|
// ms_prodcode_label
|
|
// ms_prodcode_label
|
|
|
//
|
|
//
|
|
|
- this.ms_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)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.ms_prodcode_label.AutoSize = true;
|
|
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.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(816, 54);
|
|
|
|
|
|
|
+ this.ms_prodcode_label.Location = new System.Drawing.Point(818, 56);
|
|
|
this.ms_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ms_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ms_prodcode_label.Name = "ms_prodcode_label";
|
|
this.ms_prodcode_label.Name = "ms_prodcode_label";
|
|
|
this.ms_prodcode_label.Size = new System.Drawing.Size(146, 41);
|
|
this.ms_prodcode_label.Size = new System.Drawing.Size(146, 41);
|
|
@@ -650,12 +628,12 @@
|
|
|
//
|
|
//
|
|
|
// pr_detail
|
|
// pr_detail
|
|
|
//
|
|
//
|
|
|
- this.pr_detail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.pr_detail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.pr_detail.AutoSize = true;
|
|
this.pr_detail.AutoSize = true;
|
|
|
this.pr_detail.CutLength = null;
|
|
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.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_detail.Location = new System.Drawing.Point(1466, 54);
|
|
|
|
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(1468, 56);
|
|
|
this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pr_detail.MaximumSize = new System.Drawing.Size(300, 0);
|
|
this.pr_detail.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.pr_detail.Name = "pr_detail";
|
|
this.pr_detail.Name = "pr_detail";
|
|
@@ -664,12 +642,12 @@
|
|
|
//
|
|
//
|
|
|
// ms_prodcode
|
|
// ms_prodcode
|
|
|
//
|
|
//
|
|
|
- this.ms_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)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.ms_prodcode.AutoSize = true;
|
|
this.ms_prodcode.AutoSize = true;
|
|
|
this.ms_prodcode.CutLength = null;
|
|
this.ms_prodcode.CutLength = null;
|
|
|
this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
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(1008, 54);
|
|
|
|
|
|
|
+ this.ms_prodcode.Location = new System.Drawing.Point(1010, 56);
|
|
|
this.ms_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ms_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ms_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
this.ms_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.ms_prodcode.Name = "ms_prodcode";
|
|
this.ms_prodcode.Name = "ms_prodcode";
|
|
@@ -679,12 +657,12 @@
|
|
|
//
|
|
//
|
|
|
// ms_makecode
|
|
// ms_makecode
|
|
|
//
|
|
//
|
|
|
- this.ms_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.ms_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.ms_makecode.AutoSize = true;
|
|
this.ms_makecode.AutoSize = true;
|
|
|
this.ms_makecode.CutLength = null;
|
|
this.ms_makecode.CutLength = null;
|
|
|
this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_makecode.Location = new System.Drawing.Point(566, 54);
|
|
|
|
|
|
|
+ this.ms_makecode.Location = new System.Drawing.Point(568, 56);
|
|
|
this.ms_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ms_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ms_makecode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
this.ms_makecode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.ms_makecode.Name = "ms_makecode";
|
|
this.ms_makecode.Name = "ms_makecode";
|
|
@@ -732,6 +710,7 @@
|
|
|
this.mbp_partdgv.Location = new System.Drawing.Point(916, 650);
|
|
this.mbp_partdgv.Location = new System.Drawing.Point(916, 650);
|
|
|
this.mbp_partdgv.Margin = new System.Windows.Forms.Padding(4);
|
|
this.mbp_partdgv.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.mbp_partdgv.Name = "mbp_partdgv";
|
|
this.mbp_partdgv.Name = "mbp_partdgv";
|
|
|
|
|
+ this.mbp_partdgv.RowHeadersWidth = 82;
|
|
|
this.mbp_partdgv.RowTemplate.Height = 27;
|
|
this.mbp_partdgv.RowTemplate.Height = 27;
|
|
|
this.mbp_partdgv.Size = new System.Drawing.Size(524, 304);
|
|
this.mbp_partdgv.Size = new System.Drawing.Size(524, 304);
|
|
|
this.mbp_partdgv.TabIndex = 121;
|
|
this.mbp_partdgv.TabIndex = 121;
|
|
@@ -742,6 +721,7 @@
|
|
|
this.mbp_part1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.mbp_part1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.mbp_part1.DataPropertyName = "mbp_part";
|
|
this.mbp_part1.DataPropertyName = "mbp_part";
|
|
|
this.mbp_part1.HeaderText = "已选择不良零件";
|
|
this.mbp_part1.HeaderText = "已选择不良零件";
|
|
|
|
|
+ this.mbp_part1.MinimumWidth = 10;
|
|
|
this.mbp_part1.Name = "mbp_part1";
|
|
this.mbp_part1.Name = "mbp_part1";
|
|
|
this.mbp_part1.ReadOnly = true;
|
|
this.mbp_part1.ReadOnly = true;
|
|
|
//
|
|
//
|
|
@@ -750,6 +730,7 @@
|
|
|
this.DeleteCom.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.DeleteCom.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
this.DeleteCom.HeaderText = "删除";
|
|
this.DeleteCom.HeaderText = "删除";
|
|
|
this.DeleteCom.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
|
|
this.DeleteCom.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
|
|
|
|
|
+ this.DeleteCom.MinimumWidth = 10;
|
|
|
this.DeleteCom.Name = "DeleteCom";
|
|
this.DeleteCom.Name = "DeleteCom";
|
|
|
this.DeleteCom.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.DeleteCom.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.DeleteCom.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.DeleteCom.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
@@ -759,8 +740,10 @@
|
|
|
//
|
|
//
|
|
|
this.mbp_id.DataPropertyName = "mbp_id";
|
|
this.mbp_id.DataPropertyName = "mbp_id";
|
|
|
this.mbp_id.HeaderText = "mbp_id";
|
|
this.mbp_id.HeaderText = "mbp_id";
|
|
|
|
|
+ this.mbp_id.MinimumWidth = 10;
|
|
|
this.mbp_id.Name = "mbp_id";
|
|
this.mbp_id.Name = "mbp_id";
|
|
|
this.mbp_id.Visible = false;
|
|
this.mbp_id.Visible = false;
|
|
|
|
|
+ this.mbp_id.Width = 200;
|
|
|
//
|
|
//
|
|
|
// mbl_locdgv
|
|
// mbl_locdgv
|
|
|
//
|
|
//
|
|
@@ -773,6 +756,7 @@
|
|
|
this.mbl_locdgv.Location = new System.Drawing.Point(332, 650);
|
|
this.mbl_locdgv.Location = new System.Drawing.Point(332, 650);
|
|
|
this.mbl_locdgv.Margin = new System.Windows.Forms.Padding(4);
|
|
this.mbl_locdgv.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.mbl_locdgv.Name = "mbl_locdgv";
|
|
this.mbl_locdgv.Name = "mbl_locdgv";
|
|
|
|
|
+ this.mbl_locdgv.RowHeadersWidth = 82;
|
|
|
this.mbl_locdgv.RowTemplate.Height = 27;
|
|
this.mbl_locdgv.RowTemplate.Height = 27;
|
|
|
this.mbl_locdgv.Size = new System.Drawing.Size(524, 304);
|
|
this.mbl_locdgv.Size = new System.Drawing.Size(524, 304);
|
|
|
this.mbl_locdgv.TabIndex = 120;
|
|
this.mbl_locdgv.TabIndex = 120;
|
|
@@ -783,6 +767,7 @@
|
|
|
this.mbl_loc1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.mbl_loc1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.mbl_loc1.DataPropertyName = "mbl_loc";
|
|
this.mbl_loc1.DataPropertyName = "mbl_loc";
|
|
|
this.mbl_loc1.HeaderText = "已选择不良位置";
|
|
this.mbl_loc1.HeaderText = "已选择不良位置";
|
|
|
|
|
+ this.mbl_loc1.MinimumWidth = 10;
|
|
|
this.mbl_loc1.Name = "mbl_loc1";
|
|
this.mbl_loc1.Name = "mbl_loc1";
|
|
|
this.mbl_loc1.ReadOnly = true;
|
|
this.mbl_loc1.ReadOnly = true;
|
|
|
//
|
|
//
|
|
@@ -791,6 +776,7 @@
|
|
|
this.DeletePos.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.DeletePos.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
this.DeletePos.HeaderText = "删除";
|
|
this.DeletePos.HeaderText = "删除";
|
|
|
this.DeletePos.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
|
|
this.DeletePos.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
|
|
|
|
|
+ this.DeletePos.MinimumWidth = 10;
|
|
|
this.DeletePos.Name = "DeletePos";
|
|
this.DeletePos.Name = "DeletePos";
|
|
|
this.DeletePos.Width = 80;
|
|
this.DeletePos.Width = 80;
|
|
|
//
|
|
//
|
|
@@ -798,8 +784,10 @@
|
|
|
//
|
|
//
|
|
|
this.mbl_id.DataPropertyName = "mbl_id";
|
|
this.mbl_id.DataPropertyName = "mbl_id";
|
|
|
this.mbl_id.HeaderText = "mbl_id";
|
|
this.mbl_id.HeaderText = "mbl_id";
|
|
|
|
|
+ this.mbl_id.MinimumWidth = 10;
|
|
|
this.mbl_id.Name = "mbl_id";
|
|
this.mbl_id.Name = "mbl_id";
|
|
|
this.mbl_id.Visible = false;
|
|
this.mbl_id.Visible = false;
|
|
|
|
|
+ this.mbl_id.Width = 200;
|
|
|
//
|
|
//
|
|
|
// RefreshTreeView
|
|
// RefreshTreeView
|
|
|
//
|
|
//
|
|
@@ -819,7 +807,7 @@
|
|
|
// GetSNCode
|
|
// GetSNCode
|
|
|
//
|
|
//
|
|
|
this.GetSNCode.AllPower = null;
|
|
this.GetSNCode.AllPower = null;
|
|
|
- this.GetSNCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.GetSNCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.GetSNCode.BackColor = System.Drawing.Color.White;
|
|
this.GetSNCode.BackColor = System.Drawing.Color.White;
|
|
|
this.GetSNCode.ID = null;
|
|
this.GetSNCode.ID = null;
|
|
@@ -898,7 +886,7 @@
|
|
|
// mbl_loc
|
|
// mbl_loc
|
|
|
//
|
|
//
|
|
|
this.mbl_loc.AllPower = null;
|
|
this.mbl_loc.AllPower = null;
|
|
|
- this.mbl_loc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.mbl_loc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.mbl_loc.BackColor = System.Drawing.Color.White;
|
|
this.mbl_loc.BackColor = System.Drawing.Color.White;
|
|
|
this.mbl_loc.ID = null;
|
|
this.mbl_loc.ID = null;
|
|
@@ -917,7 +905,7 @@
|
|
|
// bc_name
|
|
// bc_name
|
|
|
//
|
|
//
|
|
|
this.bc_name.AllPower = null;
|
|
this.bc_name.AllPower = null;
|
|
|
- this.bc_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.bc_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.bc_name.BackColor = System.Drawing.Color.White;
|
|
this.bc_name.BackColor = System.Drawing.Color.White;
|
|
|
this.bc_name.Enabled = false;
|
|
this.bc_name.Enabled = false;
|
|
@@ -936,7 +924,7 @@
|
|
|
// bg_name
|
|
// bg_name
|
|
|
//
|
|
//
|
|
|
this.bg_name.AllPower = null;
|
|
this.bg_name.AllPower = null;
|
|
|
- this.bg_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.bg_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.bg_name.BackColor = System.Drawing.Color.White;
|
|
this.bg_name.BackColor = System.Drawing.Color.White;
|
|
|
this.bg_name.Enabled = false;
|
|
this.bg_name.Enabled = false;
|
|
@@ -1024,17 +1012,35 @@
|
|
|
this.SaveBadLocation.UseVisualStyleBackColor = true;
|
|
this.SaveBadLocation.UseVisualStyleBackColor = true;
|
|
|
this.SaveBadLocation.Click += new System.EventHandler(this.SaveBadLocation_Click);
|
|
this.SaveBadLocation.Click += new System.EventHandler(this.SaveBadLocation_Click);
|
|
|
//
|
|
//
|
|
|
|
|
+ // so_name
|
|
|
|
|
+ //
|
|
|
|
|
+ this.so_name.AllPower = null;
|
|
|
|
|
+ this.so_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
+ this.so_name.BackColor = System.Drawing.Color.White;
|
|
|
|
|
+ this.so_name.ID = null;
|
|
|
|
|
+ this.so_name.Location = new System.Drawing.Point(1004, 463);
|
|
|
|
|
+ this.so_name.Margin = new System.Windows.Forms.Padding(6);
|
|
|
|
|
+ this.so_name.Name = "so_name";
|
|
|
|
|
+ this.so_name.Power = null;
|
|
|
|
|
+ this.so_name.Size = new System.Drawing.Size(242, 35);
|
|
|
|
|
+ this.so_name.Str = null;
|
|
|
|
|
+ this.so_name.Str1 = null;
|
|
|
|
|
+ this.so_name.Str2 = null;
|
|
|
|
|
+ this.so_name.TabIndex = 140;
|
|
|
|
|
+ this.so_name.Tag = "Read";
|
|
|
|
|
+ //
|
|
|
// Make_Repair
|
|
// Make_Repair
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1800, 1158);
|
|
this.ClientSize = new System.Drawing.Size(1800, 1158);
|
|
|
|
|
+ this.Controls.Add(this.so_name);
|
|
|
this.Controls.Add(this.mbc_component);
|
|
this.Controls.Add(this.mbc_component);
|
|
|
this.Controls.Add(this.mbr_dutycode);
|
|
this.Controls.Add(this.mbr_dutycode);
|
|
|
this.Controls.Add(this.so_code);
|
|
this.Controls.Add(this.so_code);
|
|
|
this.Controls.Add(this.nrg_code);
|
|
this.Controls.Add(this.nrg_code);
|
|
|
this.Controls.Add(this.mbr_dutyname);
|
|
this.Controls.Add(this.mbr_dutyname);
|
|
|
- this.Controls.Add(this.so_name);
|
|
|
|
|
this.Controls.Add(this.nr_name);
|
|
this.Controls.Add(this.nr_name);
|
|
|
this.Controls.Add(this.nrg_name);
|
|
this.Controls.Add(this.nrg_name);
|
|
|
this.Controls.Add(this.groupBoxWithBorder1);
|
|
this.Controls.Add(this.groupBoxWithBorder1);
|
|
@@ -1149,11 +1155,11 @@
|
|
|
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
|
|
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
|
|
|
private CustomControl.TextBoxWithIcon.BlurSearch nrg_name;
|
|
private CustomControl.TextBoxWithIcon.BlurSearch nrg_name;
|
|
|
private CustomControl.TextBoxWithIcon.BlurSearch nr_name;
|
|
private CustomControl.TextBoxWithIcon.BlurSearch nr_name;
|
|
|
- private CustomControl.TextBoxWithIcon.BlurSearch so_name;
|
|
|
|
|
private CustomControl.TextBoxWithIcon.BlurSearch mbr_dutyname;
|
|
private CustomControl.TextBoxWithIcon.BlurSearch mbr_dutyname;
|
|
|
private System.Windows.Forms.Label nrg_code;
|
|
private System.Windows.Forms.Label nrg_code;
|
|
|
private System.Windows.Forms.Label so_code;
|
|
private System.Windows.Forms.Label so_code;
|
|
|
private System.Windows.Forms.Label mbr_dutycode;
|
|
private System.Windows.Forms.Label mbr_dutycode;
|
|
|
private CustomControl.ComBoxWithFocus.ComBoxWithFocus mbc_component;
|
|
private CustomControl.ComBoxWithFocus.ComBoxWithFocus mbc_component;
|
|
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox so_name;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|