jjj
This commit is contained in:
372
Handler/Project/Dialog/fSelectJob.Designer.cs
generated
372
Handler/Project/Dialog/fSelectJob.Designer.cs
generated
@@ -41,6 +41,7 @@
|
||||
this.lbTitle = new arCtl.arLabel();
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.chkApplyWMSInfo = new System.Windows.Forms.CheckBox();
|
||||
this.chkApplySidInfo = new System.Windows.Forms.CheckBox();
|
||||
this.chkApplyJobInfo = new System.Windows.Forms.CheckBox();
|
||||
this.chkApplySIDConv = new System.Windows.Forms.CheckBox();
|
||||
@@ -90,14 +91,6 @@
|
||||
this.chkInfoApplySID = new System.Windows.Forms.CheckBox();
|
||||
this.chkInfoApplyCust = new System.Windows.Forms.CheckBox();
|
||||
this.chkInfoApplyPart = new System.Windows.Forms.CheckBox();
|
||||
this.tabPage3 = new System.Windows.Forms.TabPage();
|
||||
this.chkCustom = new System.Windows.Forms.CheckBox();
|
||||
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.btOK = new arCtl.arLabel();
|
||||
this.btCancle = new arCtl.arLabel();
|
||||
this.dataSet11 = new Project.DataSet1();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.chkApplyWMSInfo = new System.Windows.Forms.CheckBox();
|
||||
this.grpApplyWMSinfo = new System.Windows.Forms.GroupBox();
|
||||
this.checkBox36 = new System.Windows.Forms.CheckBox();
|
||||
this.chkWMSApplyBatch = new System.Windows.Forms.CheckBox();
|
||||
@@ -110,6 +103,15 @@
|
||||
this.checkBox45 = new System.Windows.Forms.CheckBox();
|
||||
this.checkBox46 = new System.Windows.Forms.CheckBox();
|
||||
this.checkBox47 = new System.Windows.Forms.CheckBox();
|
||||
this.tabPage3 = new System.Windows.Forms.TabPage();
|
||||
this.chkCustom = new System.Windows.Forms.CheckBox();
|
||||
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.btOK = new arCtl.arLabel();
|
||||
this.btCancle = new arCtl.arLabel();
|
||||
this.dataSet11 = new Project.DataSet1();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||||
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
||||
this.panel2.SuspendLayout();
|
||||
this.panel5.SuspendLayout();
|
||||
this.tabControl1.SuspendLayout();
|
||||
@@ -118,10 +120,10 @@
|
||||
this.GrpSidConvData.SuspendLayout();
|
||||
this.grpapplyjob.SuspendLayout();
|
||||
this.grpApplySidinfo.SuspendLayout();
|
||||
this.grpApplyWMSinfo.SuspendLayout();
|
||||
this.tabPage3.SuspendLayout();
|
||||
this.tableLayoutPanel3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
|
||||
this.grpApplyWMSinfo.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// panel2
|
||||
@@ -327,6 +329,20 @@
|
||||
this.tabPage1.Text = "Options";
|
||||
this.tabPage1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkApplyWMSInfo
|
||||
//
|
||||
this.chkApplyWMSInfo.AutoSize = true;
|
||||
this.chkApplyWMSInfo.Font = new System.Drawing.Font("맑은 고딕", 12F);
|
||||
this.chkApplyWMSInfo.ForeColor = System.Drawing.Color.Gray;
|
||||
this.chkApplyWMSInfo.Location = new System.Drawing.Point(13, 303);
|
||||
this.chkApplyWMSInfo.Name = "chkApplyWMSInfo";
|
||||
this.chkApplyWMSInfo.Size = new System.Drawing.Size(446, 25);
|
||||
this.chkApplyWMSInfo.TabIndex = 35;
|
||||
this.chkApplyWMSInfo.Tag = "8";
|
||||
this.chkApplyWMSInfo.Text = "Automatically record data using WMS information table";
|
||||
this.chkApplyWMSInfo.UseVisualStyleBackColor = true;
|
||||
this.chkApplyWMSInfo.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckStateChanged);
|
||||
//
|
||||
// chkApplySidInfo
|
||||
//
|
||||
this.chkApplySidInfo.AutoSize = true;
|
||||
@@ -951,12 +967,163 @@
|
||||
this.chkInfoApplyPart.Text = "Part No";
|
||||
this.chkInfoApplyPart.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// grpApplyWMSinfo
|
||||
//
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox2);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox1);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox36);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.chkWMSApplyBatch);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.label22);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.label23);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox41);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox42);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox43);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox44);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox45);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox46);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox47);
|
||||
this.grpApplyWMSinfo.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.grpApplyWMSinfo.Enabled = false;
|
||||
this.grpApplyWMSinfo.Font = new System.Drawing.Font("맑은 고딕", 10F);
|
||||
this.grpApplyWMSinfo.Location = new System.Drawing.Point(10, 10);
|
||||
this.grpApplyWMSinfo.Name = "grpApplyWMSinfo";
|
||||
this.grpApplyWMSinfo.Size = new System.Drawing.Size(705, 82);
|
||||
this.grpApplyWMSinfo.TabIndex = 36;
|
||||
this.grpApplyWMSinfo.TabStop = false;
|
||||
this.grpApplyWMSinfo.Text = "WMS Information Application";
|
||||
//
|
||||
// checkBox36
|
||||
//
|
||||
this.checkBox36.AutoSize = true;
|
||||
this.checkBox36.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox36.Location = new System.Drawing.Point(311, 51);
|
||||
this.checkBox36.Name = "checkBox36";
|
||||
this.checkBox36.Size = new System.Drawing.Size(62, 23);
|
||||
this.checkBox36.TabIndex = 37;
|
||||
this.checkBox36.Tag = "11";
|
||||
this.checkBox36.Text = "VLOT";
|
||||
this.checkBox36.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkWMSApplyBatch
|
||||
//
|
||||
this.chkWMSApplyBatch.AutoSize = true;
|
||||
this.chkWMSApplyBatch.ForeColor = System.Drawing.Color.Green;
|
||||
this.chkWMSApplyBatch.Location = new System.Drawing.Point(529, 24);
|
||||
this.chkWMSApplyBatch.Name = "chkWMSApplyBatch";
|
||||
this.chkWMSApplyBatch.Size = new System.Drawing.Size(63, 23);
|
||||
this.chkWMSApplyBatch.TabIndex = 35;
|
||||
this.chkWMSApplyBatch.Tag = "9";
|
||||
this.chkWMSApplyBatch.Text = "Batch";
|
||||
this.chkWMSApplyBatch.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label22
|
||||
//
|
||||
this.label22.AutoSize = true;
|
||||
this.label22.Font = new System.Drawing.Font("맑은 고딕", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
|
||||
this.label22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
||||
this.label22.Location = new System.Drawing.Point(6, 54);
|
||||
this.label22.Name = "label22";
|
||||
this.label22.Size = new System.Drawing.Size(41, 15);
|
||||
this.label22.TabIndex = 29;
|
||||
this.label22.Text = "Query";
|
||||
//
|
||||
// label23
|
||||
//
|
||||
this.label23.AutoSize = true;
|
||||
this.label23.Font = new System.Drawing.Font("맑은 고딕", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
|
||||
this.label23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
||||
this.label23.Location = new System.Drawing.Point(7, 28);
|
||||
this.label23.Name = "label23";
|
||||
this.label23.Size = new System.Drawing.Size(40, 15);
|
||||
this.label23.TabIndex = 29;
|
||||
this.label23.Text = "Apply";
|
||||
//
|
||||
// checkBox41
|
||||
//
|
||||
this.checkBox41.AutoSize = true;
|
||||
this.checkBox41.Location = new System.Drawing.Point(311, 24);
|
||||
this.checkBox41.Name = "checkBox41";
|
||||
this.checkBox41.Size = new System.Drawing.Size(114, 23);
|
||||
this.checkBox41.TabIndex = 28;
|
||||
this.checkBox41.Tag = "3";
|
||||
this.checkBox41.Text = "Vender Name";
|
||||
this.checkBox41.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox42
|
||||
//
|
||||
this.checkBox42.AutoSize = true;
|
||||
this.checkBox42.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox42.Location = new System.Drawing.Point(255, 50);
|
||||
this.checkBox42.Name = "checkBox42";
|
||||
this.checkBox42.Size = new System.Drawing.Size(50, 23);
|
||||
this.checkBox42.TabIndex = 27;
|
||||
this.checkBox42.Tag = "7";
|
||||
this.checkBox42.Text = "SID";
|
||||
this.checkBox42.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox43
|
||||
//
|
||||
this.checkBox43.AutoSize = true;
|
||||
this.checkBox43.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox43.Location = new System.Drawing.Point(156, 50);
|
||||
this.checkBox43.Name = "checkBox43";
|
||||
this.checkBox43.Size = new System.Drawing.Size(93, 23);
|
||||
this.checkBox43.TabIndex = 25;
|
||||
this.checkBox43.Tag = "6";
|
||||
this.checkBox43.Text = "Cust Code";
|
||||
this.checkBox43.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox44
|
||||
//
|
||||
this.checkBox44.AutoSize = true;
|
||||
this.checkBox44.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox44.Location = new System.Drawing.Point(73, 50);
|
||||
this.checkBox44.Name = "checkBox44";
|
||||
this.checkBox44.Size = new System.Drawing.Size(77, 23);
|
||||
this.checkBox44.TabIndex = 25;
|
||||
this.checkBox44.Tag = "5";
|
||||
this.checkBox44.Text = "Part No";
|
||||
this.checkBox44.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox45
|
||||
//
|
||||
this.checkBox45.AutoSize = true;
|
||||
this.checkBox45.Location = new System.Drawing.Point(255, 24);
|
||||
this.checkBox45.Name = "checkBox45";
|
||||
this.checkBox45.Size = new System.Drawing.Size(50, 23);
|
||||
this.checkBox45.TabIndex = 26;
|
||||
this.checkBox45.Tag = "2";
|
||||
this.checkBox45.Text = "SID";
|
||||
this.checkBox45.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox46
|
||||
//
|
||||
this.checkBox46.AutoSize = true;
|
||||
this.checkBox46.Location = new System.Drawing.Point(156, 24);
|
||||
this.checkBox46.Name = "checkBox46";
|
||||
this.checkBox46.Size = new System.Drawing.Size(93, 23);
|
||||
this.checkBox46.TabIndex = 25;
|
||||
this.checkBox46.Tag = "1";
|
||||
this.checkBox46.Text = "Cust Code";
|
||||
this.checkBox46.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox47
|
||||
//
|
||||
this.checkBox47.AutoSize = true;
|
||||
this.checkBox47.Location = new System.Drawing.Point(73, 24);
|
||||
this.checkBox47.Name = "checkBox47";
|
||||
this.checkBox47.Size = new System.Drawing.Size(77, 23);
|
||||
this.checkBox47.TabIndex = 25;
|
||||
this.checkBox47.Tag = "0";
|
||||
this.checkBox47.Text = "Part No";
|
||||
this.checkBox47.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// tabPage3
|
||||
//
|
||||
this.tabPage3.Controls.Add(this.chkCustom);
|
||||
this.tabPage3.Location = new System.Drawing.Point(4, 26);
|
||||
this.tabPage3.Name = "tabPage3";
|
||||
this.tabPage3.Size = new System.Drawing.Size(725, 266);
|
||||
this.tabPage3.Size = new System.Drawing.Size(725, 345);
|
||||
this.tabPage3.TabIndex = 2;
|
||||
this.tabPage3.Text = "Others";
|
||||
this.tabPage3.UseVisualStyleBackColor = true;
|
||||
@@ -1082,168 +1249,29 @@
|
||||
this.dataSet11.DataSetName = "DataSet1";
|
||||
this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
||||
//
|
||||
// chkApplyWMSInfo
|
||||
// checkBox1
|
||||
//
|
||||
this.chkApplyWMSInfo.AutoSize = true;
|
||||
this.chkApplyWMSInfo.Font = new System.Drawing.Font("맑은 고딕", 12F);
|
||||
this.chkApplyWMSInfo.ForeColor = System.Drawing.Color.Gray;
|
||||
this.chkApplyWMSInfo.Location = new System.Drawing.Point(13, 303);
|
||||
this.chkApplyWMSInfo.Name = "chkApplyWMSInfo";
|
||||
this.chkApplyWMSInfo.Size = new System.Drawing.Size(446, 25);
|
||||
this.chkApplyWMSInfo.TabIndex = 35;
|
||||
this.chkApplyWMSInfo.Tag = "8";
|
||||
this.chkApplyWMSInfo.Text = "Automatically record data using WMS information table";
|
||||
this.chkApplyWMSInfo.UseVisualStyleBackColor = true;
|
||||
this.chkApplyWMSInfo.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckStateChanged);
|
||||
this.checkBox1.AutoSize = true;
|
||||
this.checkBox1.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox1.Location = new System.Drawing.Point(379, 50);
|
||||
this.checkBox1.Name = "checkBox1";
|
||||
this.checkBox1.Size = new System.Drawing.Size(92, 23);
|
||||
this.checkBox1.TabIndex = 38;
|
||||
this.checkBox1.Tag = "12";
|
||||
this.checkBox1.Text = "MFG Date";
|
||||
this.checkBox1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// grpApplyWMSinfo
|
||||
// checkBox2
|
||||
//
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox36);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.chkWMSApplyBatch);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.label22);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.label23);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox41);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox42);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox43);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox44);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox45);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox46);
|
||||
this.grpApplyWMSinfo.Controls.Add(this.checkBox47);
|
||||
this.grpApplyWMSinfo.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.grpApplyWMSinfo.Enabled = false;
|
||||
this.grpApplyWMSinfo.Font = new System.Drawing.Font("맑은 고딕", 10F);
|
||||
this.grpApplyWMSinfo.Location = new System.Drawing.Point(10, 10);
|
||||
this.grpApplyWMSinfo.Name = "grpApplyWMSinfo";
|
||||
this.grpApplyWMSinfo.Size = new System.Drawing.Size(705, 82);
|
||||
this.grpApplyWMSinfo.TabIndex = 36;
|
||||
this.grpApplyWMSinfo.TabStop = false;
|
||||
this.grpApplyWMSinfo.Text = "WMS Information Application";
|
||||
//
|
||||
// checkBox36
|
||||
//
|
||||
this.checkBox36.AutoSize = true;
|
||||
this.checkBox36.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox36.Location = new System.Drawing.Point(311, 51);
|
||||
this.checkBox36.Name = "checkBox36";
|
||||
this.checkBox36.Size = new System.Drawing.Size(62, 23);
|
||||
this.checkBox36.TabIndex = 37;
|
||||
this.checkBox36.Tag = "11";
|
||||
this.checkBox36.Text = "VLOT";
|
||||
this.checkBox36.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkWMSApplyBatch
|
||||
//
|
||||
this.chkWMSApplyBatch.AutoSize = true;
|
||||
this.chkWMSApplyBatch.ForeColor = System.Drawing.Color.Green;
|
||||
this.chkWMSApplyBatch.Location = new System.Drawing.Point(431, 24);
|
||||
this.chkWMSApplyBatch.Name = "chkWMSApplyBatch";
|
||||
this.chkWMSApplyBatch.Size = new System.Drawing.Size(63, 23);
|
||||
this.chkWMSApplyBatch.TabIndex = 35;
|
||||
this.chkWMSApplyBatch.Tag = "9";
|
||||
this.chkWMSApplyBatch.Text = "Batch";
|
||||
this.chkWMSApplyBatch.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label22
|
||||
//
|
||||
this.label22.AutoSize = true;
|
||||
this.label22.Font = new System.Drawing.Font("맑은 고딕", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
|
||||
this.label22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
||||
this.label22.Location = new System.Drawing.Point(6, 54);
|
||||
this.label22.Name = "label22";
|
||||
this.label22.Size = new System.Drawing.Size(41, 15);
|
||||
this.label22.TabIndex = 29;
|
||||
this.label22.Text = "Query";
|
||||
//
|
||||
// label23
|
||||
//
|
||||
this.label23.AutoSize = true;
|
||||
this.label23.Font = new System.Drawing.Font("맑은 고딕", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
|
||||
this.label23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
||||
this.label23.Location = new System.Drawing.Point(7, 28);
|
||||
this.label23.Name = "label23";
|
||||
this.label23.Size = new System.Drawing.Size(40, 15);
|
||||
this.label23.TabIndex = 29;
|
||||
this.label23.Text = "Apply";
|
||||
//
|
||||
// checkBox41
|
||||
//
|
||||
this.checkBox41.AutoSize = true;
|
||||
this.checkBox41.Location = new System.Drawing.Point(311, 24);
|
||||
this.checkBox41.Name = "checkBox41";
|
||||
this.checkBox41.Size = new System.Drawing.Size(114, 23);
|
||||
this.checkBox41.TabIndex = 28;
|
||||
this.checkBox41.Tag = "3";
|
||||
this.checkBox41.Text = "Vender Name";
|
||||
this.checkBox41.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox42
|
||||
//
|
||||
this.checkBox42.AutoSize = true;
|
||||
this.checkBox42.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox42.Location = new System.Drawing.Point(255, 50);
|
||||
this.checkBox42.Name = "checkBox42";
|
||||
this.checkBox42.Size = new System.Drawing.Size(50, 23);
|
||||
this.checkBox42.TabIndex = 27;
|
||||
this.checkBox42.Tag = "7";
|
||||
this.checkBox42.Text = "SID";
|
||||
this.checkBox42.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox43
|
||||
//
|
||||
this.checkBox43.AutoSize = true;
|
||||
this.checkBox43.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox43.Location = new System.Drawing.Point(156, 50);
|
||||
this.checkBox43.Name = "checkBox43";
|
||||
this.checkBox43.Size = new System.Drawing.Size(93, 23);
|
||||
this.checkBox43.TabIndex = 25;
|
||||
this.checkBox43.Tag = "6";
|
||||
this.checkBox43.Text = "Cust Code";
|
||||
this.checkBox43.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox44
|
||||
//
|
||||
this.checkBox44.AutoSize = true;
|
||||
this.checkBox44.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox44.Location = new System.Drawing.Point(73, 50);
|
||||
this.checkBox44.Name = "checkBox44";
|
||||
this.checkBox44.Size = new System.Drawing.Size(77, 23);
|
||||
this.checkBox44.TabIndex = 25;
|
||||
this.checkBox44.Tag = "5";
|
||||
this.checkBox44.Text = "Part No";
|
||||
this.checkBox44.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox45
|
||||
//
|
||||
this.checkBox45.AutoSize = true;
|
||||
this.checkBox45.Location = new System.Drawing.Point(255, 24);
|
||||
this.checkBox45.Name = "checkBox45";
|
||||
this.checkBox45.Size = new System.Drawing.Size(50, 23);
|
||||
this.checkBox45.TabIndex = 26;
|
||||
this.checkBox45.Tag = "2";
|
||||
this.checkBox45.Text = "SID";
|
||||
this.checkBox45.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox46
|
||||
//
|
||||
this.checkBox46.AutoSize = true;
|
||||
this.checkBox46.Location = new System.Drawing.Point(156, 24);
|
||||
this.checkBox46.Name = "checkBox46";
|
||||
this.checkBox46.Size = new System.Drawing.Size(93, 23);
|
||||
this.checkBox46.TabIndex = 25;
|
||||
this.checkBox46.Tag = "1";
|
||||
this.checkBox46.Text = "Cust Code";
|
||||
this.checkBox46.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox47
|
||||
//
|
||||
this.checkBox47.AutoSize = true;
|
||||
this.checkBox47.Location = new System.Drawing.Point(73, 24);
|
||||
this.checkBox47.Name = "checkBox47";
|
||||
this.checkBox47.Size = new System.Drawing.Size(77, 23);
|
||||
this.checkBox47.TabIndex = 25;
|
||||
this.checkBox47.Tag = "0";
|
||||
this.checkBox47.Text = "Part No";
|
||||
this.checkBox47.UseVisualStyleBackColor = true;
|
||||
this.checkBox2.AutoSize = true;
|
||||
this.checkBox2.ForeColor = System.Drawing.Color.Black;
|
||||
this.checkBox2.Location = new System.Drawing.Point(431, 24);
|
||||
this.checkBox2.Name = "checkBox2";
|
||||
this.checkBox2.Size = new System.Drawing.Size(92, 23);
|
||||
this.checkBox2.TabIndex = 39;
|
||||
this.checkBox2.Tag = "13";
|
||||
this.checkBox2.Text = "MFG Date";
|
||||
this.checkBox2.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// fSelectJob
|
||||
//
|
||||
@@ -1273,12 +1301,12 @@
|
||||
this.grpapplyjob.PerformLayout();
|
||||
this.grpApplySidinfo.ResumeLayout(false);
|
||||
this.grpApplySidinfo.PerformLayout();
|
||||
this.grpApplyWMSinfo.ResumeLayout(false);
|
||||
this.grpApplyWMSinfo.PerformLayout();
|
||||
this.tabPage3.ResumeLayout(false);
|
||||
this.tabPage3.PerformLayout();
|
||||
this.tableLayoutPanel3.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
|
||||
this.grpApplyWMSinfo.ResumeLayout(false);
|
||||
this.grpApplyWMSinfo.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -1364,5 +1392,7 @@
|
||||
private System.Windows.Forms.CheckBox checkBox45;
|
||||
private System.Windows.Forms.CheckBox checkBox46;
|
||||
private System.Windows.Forms.CheckBox checkBox47;
|
||||
private System.Windows.Forms.CheckBox checkBox2;
|
||||
private System.Windows.Forms.CheckBox checkBox1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user