..
This commit is contained in:
209
Handler/Project/Dialog/Model_Operation.Designer.cs
generated
209
Handler/Project/Dialog/Model_Operation.Designer.cs
generated
@@ -39,7 +39,7 @@
|
||||
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_title = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.BSave = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_bsave = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.ds1 = new Project.DataSet1();
|
||||
this.tmDisplay = new System.Windows.Forms.Timer(this.components);
|
||||
@@ -49,6 +49,13 @@
|
||||
this.panel5 = new System.Windows.Forms.Panel();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.panel8 = new System.Windows.Forms.Panel();
|
||||
this.label20 = new System.Windows.Forms.Label();
|
||||
this.tbAutoOutSec = new System.Windows.Forms.TextBox();
|
||||
this.label21 = new System.Windows.Forms.Label();
|
||||
this.chkDisablePartNoValue = new System.Windows.Forms.CheckBox();
|
||||
this.chkDisableBatchValue = new System.Windows.Forms.CheckBox();
|
||||
this.label19 = new System.Windows.Forms.Label();
|
||||
this.panel7 = new System.Windows.Forms.Panel();
|
||||
this.chkSIDCHK = new System.Windows.Forms.CheckBox();
|
||||
this.checkBox32 = new System.Windows.Forms.CheckBox();
|
||||
@@ -146,6 +153,7 @@
|
||||
this.panel5.SuspendLayout();
|
||||
this.panel4.SuspendLayout();
|
||||
this.panel1.SuspendLayout();
|
||||
this.panel8.SuspendLayout();
|
||||
this.panel7.SuspendLayout();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage1.SuspendLayout();
|
||||
@@ -178,7 +186,7 @@
|
||||
this.Column1,
|
||||
this.dvc_title,
|
||||
this.Code,
|
||||
this.BSave});
|
||||
this.dvc_bsave});
|
||||
this.dv.DataSource = this.bs;
|
||||
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
|
||||
@@ -195,7 +203,7 @@
|
||||
this.dv.Name = "dv";
|
||||
this.dv.RowHeadersVisible = false;
|
||||
this.dv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
||||
this.dv.Size = new System.Drawing.Size(639, 425);
|
||||
this.dv.Size = new System.Drawing.Size(639, 473);
|
||||
this.dv.TabIndex = 1;
|
||||
this.dv.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dv_DataError);
|
||||
//
|
||||
@@ -227,14 +235,14 @@
|
||||
this.Code.HeaderText = "Customer Code";
|
||||
this.Code.Name = "Code";
|
||||
//
|
||||
// BSave
|
||||
// dvc_bsave
|
||||
//
|
||||
this.BSave.DataPropertyName = "BSave";
|
||||
this.dvc_bsave.DataPropertyName = "BSave";
|
||||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
this.BSave.DefaultCellStyle = dataGridViewCellStyle4;
|
||||
this.BSave.HeaderText = "Mem";
|
||||
this.BSave.Name = "BSave";
|
||||
this.BSave.Width = 79;
|
||||
this.dvc_bsave.DefaultCellStyle = dataGridViewCellStyle4;
|
||||
this.dvc_bsave.HeaderText = "BLoad";
|
||||
this.dvc_bsave.Name = "dvc_bsave";
|
||||
this.dvc_bsave.Width = 86;
|
||||
//
|
||||
// bs
|
||||
//
|
||||
@@ -273,7 +281,7 @@
|
||||
this.chkOwnZPL.Font = new System.Drawing.Font("맑은 고딕", 10.5F);
|
||||
this.chkOwnZPL.Location = new System.Drawing.Point(494, 0);
|
||||
this.chkOwnZPL.Name = "chkOwnZPL";
|
||||
this.chkOwnZPL.Size = new System.Drawing.Size(158, 34);
|
||||
this.chkOwnZPL.Size = new System.Drawing.Size(158, 38);
|
||||
this.chkOwnZPL.TabIndex = 17;
|
||||
this.chkOwnZPL.Text = "Individual Print Code";
|
||||
this.toolTip1.SetToolTip(this.chkOwnZPL, "Excludes data not in barcode rules..");
|
||||
@@ -286,7 +294,7 @@
|
||||
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel5.Location = new System.Drawing.Point(1, 1);
|
||||
this.panel5.Name = "panel5";
|
||||
this.panel5.Size = new System.Drawing.Size(1368, 689);
|
||||
this.panel5.Size = new System.Drawing.Size(1368, 737);
|
||||
this.panel5.TabIndex = 3;
|
||||
//
|
||||
// panel4
|
||||
@@ -300,12 +308,13 @@
|
||||
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel4.Location = new System.Drawing.Point(0, 53);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Size = new System.Drawing.Size(1368, 636);
|
||||
this.panel4.Size = new System.Drawing.Size(1368, 684);
|
||||
this.panel4.TabIndex = 3;
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BackColor = System.Drawing.Color.LightGray;
|
||||
this.panel1.Controls.Add(this.panel8);
|
||||
this.panel1.Controls.Add(this.panel7);
|
||||
this.panel1.Controls.Add(this.tabControl1);
|
||||
this.panel1.Controls.Add(this.panel6);
|
||||
@@ -314,9 +323,103 @@
|
||||
this.panel1.Location = new System.Drawing.Point(639, 136);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Padding = new System.Windows.Forms.Padding(10);
|
||||
this.panel1.Size = new System.Drawing.Size(729, 425);
|
||||
this.panel1.Size = new System.Drawing.Size(729, 473);
|
||||
this.panel1.TabIndex = 28;
|
||||
//
|
||||
// panel8
|
||||
//
|
||||
this.panel8.BackColor = System.Drawing.Color.Gainsboro;
|
||||
this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel8.Controls.Add(this.label20);
|
||||
this.panel8.Controls.Add(this.tbAutoOutSec);
|
||||
this.panel8.Controls.Add(this.label21);
|
||||
this.panel8.Controls.Add(this.chkDisablePartNoValue);
|
||||
this.panel8.Controls.Add(this.chkDisableBatchValue);
|
||||
this.panel8.Controls.Add(this.label19);
|
||||
this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel8.Location = new System.Drawing.Point(10, 122);
|
||||
this.panel8.Name = "panel8";
|
||||
this.panel8.Size = new System.Drawing.Size(709, 36);
|
||||
this.panel8.TabIndex = 30;
|
||||
//
|
||||
// label20
|
||||
//
|
||||
this.label20.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label20.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label20.Location = new System.Drawing.Point(401, 0);
|
||||
this.label20.Name = "label20";
|
||||
this.label20.Size = new System.Drawing.Size(39, 34);
|
||||
this.label20.TabIndex = 20;
|
||||
this.label20.Text = "Sec";
|
||||
this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// tbAutoOutSec
|
||||
//
|
||||
this.tbAutoOutSec.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.tbAutoOutSec.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "AutoOutConveyor", true));
|
||||
this.tbAutoOutSec.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbAutoOutSec.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tbAutoOutSec.Location = new System.Drawing.Point(323, 0);
|
||||
this.tbAutoOutSec.Name = "tbAutoOutSec";
|
||||
this.tbAutoOutSec.Size = new System.Drawing.Size(78, 34);
|
||||
this.tbAutoOutSec.TabIndex = 19;
|
||||
this.tbAutoOutSec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label21
|
||||
//
|
||||
this.label21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||
this.label21.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label21.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label21.Location = new System.Drawing.Point(229, 0);
|
||||
this.label21.Name = "label21";
|
||||
this.label21.Size = new System.Drawing.Size(94, 34);
|
||||
this.label21.TabIndex = 18;
|
||||
this.label21.Text = "Auto Out\r\nConveyor";
|
||||
this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// chkDisablePartNoValue
|
||||
//
|
||||
this.chkDisablePartNoValue.AutoSize = true;
|
||||
this.chkDisablePartNoValue.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "IgnorePartNo", true));
|
||||
this.chkDisablePartNoValue.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.chkDisablePartNoValue.Font = new System.Drawing.Font("맑은 고딕", 10.5F);
|
||||
this.chkDisablePartNoValue.ForeColor = System.Drawing.Color.Red;
|
||||
this.chkDisablePartNoValue.Location = new System.Drawing.Point(157, 0);
|
||||
this.chkDisablePartNoValue.Name = "chkDisablePartNoValue";
|
||||
this.chkDisablePartNoValue.Size = new System.Drawing.Size(72, 34);
|
||||
this.chkDisablePartNoValue.TabIndex = 15;
|
||||
this.chkDisablePartNoValue.Tag = "0";
|
||||
this.chkDisablePartNoValue.Text = "PartNo";
|
||||
this.chkDisablePartNoValue.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkDisableBatchValue
|
||||
//
|
||||
this.chkDisableBatchValue.AutoSize = true;
|
||||
this.chkDisableBatchValue.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "IgnoreBatch", true));
|
||||
this.chkDisableBatchValue.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.chkDisableBatchValue.Font = new System.Drawing.Font("맑은 고딕", 10.5F);
|
||||
this.chkDisableBatchValue.ForeColor = System.Drawing.Color.Red;
|
||||
this.chkDisableBatchValue.Location = new System.Drawing.Point(94, 0);
|
||||
this.chkDisableBatchValue.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
|
||||
this.chkDisableBatchValue.Name = "chkDisableBatchValue";
|
||||
this.chkDisableBatchValue.Size = new System.Drawing.Size(63, 34);
|
||||
this.chkDisableBatchValue.TabIndex = 14;
|
||||
this.chkDisableBatchValue.Tag = "0";
|
||||
this.chkDisableBatchValue.Text = "Batch";
|
||||
this.chkDisableBatchValue.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label19
|
||||
//
|
||||
this.label19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||
this.label19.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label19.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label19.Location = new System.Drawing.Point(0, 0);
|
||||
this.label19.Name = "label19";
|
||||
this.label19.Size = new System.Drawing.Size(94, 34);
|
||||
this.label19.TabIndex = 16;
|
||||
this.label19.Text = "Disable Value";
|
||||
this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel7
|
||||
//
|
||||
this.panel7.BackColor = System.Drawing.Color.Gainsboro;
|
||||
@@ -330,7 +433,7 @@
|
||||
this.panel7.Location = new System.Drawing.Point(10, 82);
|
||||
this.panel7.Name = "panel7";
|
||||
this.panel7.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
||||
this.panel7.Size = new System.Drawing.Size(709, 36);
|
||||
this.panel7.Size = new System.Drawing.Size(709, 40);
|
||||
this.panel7.TabIndex = 29;
|
||||
//
|
||||
// chkSIDCHK
|
||||
@@ -342,7 +445,7 @@
|
||||
this.chkSIDCHK.ForeColor = System.Drawing.Color.Red;
|
||||
this.chkSIDCHK.Location = new System.Drawing.Point(292, 0);
|
||||
this.chkSIDCHK.Name = "chkSIDCHK";
|
||||
this.chkSIDCHK.Size = new System.Drawing.Size(155, 34);
|
||||
this.chkSIDCHK.Size = new System.Drawing.Size(155, 38);
|
||||
this.chkSIDCHK.TabIndex = 16;
|
||||
this.chkSIDCHK.Tag = "0";
|
||||
this.chkSIDCHK.Text = "SID Existence Check";
|
||||
@@ -357,7 +460,7 @@
|
||||
this.checkBox32.ForeColor = System.Drawing.Color.Red;
|
||||
this.checkBox32.Location = new System.Drawing.Point(148, 0);
|
||||
this.checkBox32.Name = "checkBox32";
|
||||
this.checkBox32.Size = new System.Drawing.Size(144, 34);
|
||||
this.checkBox32.Size = new System.Drawing.Size(144, 38);
|
||||
this.checkBox32.TabIndex = 15;
|
||||
this.checkBox32.Tag = "0";
|
||||
this.checkBox32.Text = "Do not use printer";
|
||||
@@ -373,7 +476,7 @@
|
||||
this.chkEnbCamera.ForeColor = System.Drawing.Color.Red;
|
||||
this.chkEnbCamera.Location = new System.Drawing.Point(10, 0);
|
||||
this.chkEnbCamera.Name = "chkEnbCamera";
|
||||
this.chkEnbCamera.Size = new System.Drawing.Size(138, 34);
|
||||
this.chkEnbCamera.Size = new System.Drawing.Size(138, 38);
|
||||
this.chkEnbCamera.TabIndex = 14;
|
||||
this.chkEnbCamera.Tag = "0";
|
||||
this.chkEnbCamera.Text = "Do not use vision";
|
||||
@@ -384,7 +487,7 @@
|
||||
this.button1.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.button1.Location = new System.Drawing.Point(652, 0);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(55, 34);
|
||||
this.button1.Size = new System.Drawing.Size(55, 38);
|
||||
this.button1.TabIndex = 18;
|
||||
this.button1.Text = "Edit";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
@@ -394,11 +497,12 @@
|
||||
//
|
||||
this.tabControl1.Controls.Add(this.tabPage1);
|
||||
this.tabControl1.Controls.Add(this.tabPage2);
|
||||
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.tabControl1.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.tabControl1.Location = new System.Drawing.Point(10, 125);
|
||||
this.tabControl1.Location = new System.Drawing.Point(10, 169);
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
this.tabControl1.Size = new System.Drawing.Size(729, 294);
|
||||
this.tabControl1.Size = new System.Drawing.Size(709, 294);
|
||||
this.tabControl1.TabIndex = 27;
|
||||
//
|
||||
// tabPage1
|
||||
@@ -414,7 +518,7 @@
|
||||
this.tabPage1.Location = new System.Drawing.Point(4, 26);
|
||||
this.tabPage1.Name = "tabPage1";
|
||||
this.tabPage1.Padding = new System.Windows.Forms.Padding(10);
|
||||
this.tabPage1.Size = new System.Drawing.Size(721, 264);
|
||||
this.tabPage1.Size = new System.Drawing.Size(701, 264);
|
||||
this.tabPage1.TabIndex = 0;
|
||||
this.tabPage1.Text = "Options";
|
||||
this.tabPage1.UseVisualStyleBackColor = true;
|
||||
@@ -539,7 +643,7 @@
|
||||
this.tabPage2.Location = new System.Drawing.Point(4, 26);
|
||||
this.tabPage2.Name = "tabPage2";
|
||||
this.tabPage2.Padding = new System.Windows.Forms.Padding(10);
|
||||
this.tabPage2.Size = new System.Drawing.Size(721, 264);
|
||||
this.tabPage2.Size = new System.Drawing.Size(701, 264);
|
||||
this.tabPage2.TabIndex = 1;
|
||||
this.tabPage2.Text = "Option Data";
|
||||
this.tabPage2.UseVisualStyleBackColor = true;
|
||||
@@ -564,7 +668,7 @@
|
||||
this.GrpSidConvData.Font = new System.Drawing.Font("맑은 고딕", 10F);
|
||||
this.GrpSidConvData.Location = new System.Drawing.Point(10, 174);
|
||||
this.GrpSidConvData.Name = "GrpSidConvData";
|
||||
this.GrpSidConvData.Size = new System.Drawing.Size(701, 82);
|
||||
this.GrpSidConvData.Size = new System.Drawing.Size(681, 82);
|
||||
this.GrpSidConvData.TabIndex = 34;
|
||||
this.GrpSidConvData.TabStop = false;
|
||||
this.GrpSidConvData.Text = "SID Conversion Table Server Application";
|
||||
@@ -576,10 +680,10 @@
|
||||
this.chkSave2.ForeColor = System.Drawing.Color.Tomato;
|
||||
this.chkSave2.Location = new System.Drawing.Point(431, 51);
|
||||
this.chkSave2.Name = "chkSave2";
|
||||
this.chkSave2.Size = new System.Drawing.Size(282, 23);
|
||||
this.chkSave2.Size = new System.Drawing.Size(216, 23);
|
||||
this.chkSave2.TabIndex = 39;
|
||||
this.chkSave2.Tag = "11";
|
||||
this.chkSave2.Text = "Record change information to server";
|
||||
this.chkSave2.Text = "Record change information";
|
||||
this.chkSave2.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox34
|
||||
@@ -636,9 +740,9 @@
|
||||
this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
||||
this.label6.Location = new System.Drawing.Point(6, 54);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(84, 15);
|
||||
this.label6.Size = new System.Drawing.Size(41, 15);
|
||||
this.label6.TabIndex = 29;
|
||||
this.label6.Text = "Query Target";
|
||||
this.label6.Text = "Query";
|
||||
//
|
||||
// label7
|
||||
//
|
||||
@@ -647,9 +751,9 @@
|
||||
this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
||||
this.label7.Location = new System.Drawing.Point(7, 28);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(83, 15);
|
||||
this.label7.Size = new System.Drawing.Size(40, 15);
|
||||
this.label7.TabIndex = 29;
|
||||
this.label7.Text = "Apply Target";
|
||||
this.label7.Text = "Apply";
|
||||
//
|
||||
// checkBox3
|
||||
//
|
||||
@@ -749,7 +853,7 @@
|
||||
this.grpapplyjob.Font = new System.Drawing.Font("맑은 고딕", 10F);
|
||||
this.grpapplyjob.Location = new System.Drawing.Point(10, 92);
|
||||
this.grpapplyjob.Name = "grpapplyjob";
|
||||
this.grpapplyjob.Size = new System.Drawing.Size(701, 82);
|
||||
this.grpapplyjob.Size = new System.Drawing.Size(681, 82);
|
||||
this.grpapplyjob.TabIndex = 33;
|
||||
this.grpapplyjob.TabStop = false;
|
||||
this.grpapplyjob.Text = "Daily Work Application";
|
||||
@@ -784,9 +888,9 @@
|
||||
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
||||
this.label3.Location = new System.Drawing.Point(6, 54);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(84, 15);
|
||||
this.label3.Size = new System.Drawing.Size(41, 15);
|
||||
this.label3.TabIndex = 29;
|
||||
this.label3.Text = "Query Target";
|
||||
this.label3.Text = "Query";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
@@ -795,9 +899,9 @@
|
||||
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
||||
this.label2.Location = new System.Drawing.Point(7, 28);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(83, 15);
|
||||
this.label2.Size = new System.Drawing.Size(40, 15);
|
||||
this.label2.TabIndex = 29;
|
||||
this.label2.Text = "Apply Target";
|
||||
this.label2.Text = "Apply";
|
||||
//
|
||||
// checkBox10
|
||||
//
|
||||
@@ -901,7 +1005,7 @@
|
||||
this.grpApplySidinfo.Font = new System.Drawing.Font("맑은 고딕", 10F);
|
||||
this.grpApplySidinfo.Location = new System.Drawing.Point(10, 10);
|
||||
this.grpApplySidinfo.Name = "grpApplySidinfo";
|
||||
this.grpApplySidinfo.Size = new System.Drawing.Size(701, 82);
|
||||
this.grpApplySidinfo.Size = new System.Drawing.Size(681, 82);
|
||||
this.grpApplySidinfo.TabIndex = 33;
|
||||
this.grpApplySidinfo.TabStop = false;
|
||||
this.grpApplySidinfo.Text = "SID Information Application";
|
||||
@@ -961,10 +1065,10 @@
|
||||
this.chkSave1.ForeColor = System.Drawing.Color.Tomato;
|
||||
this.chkSave1.Location = new System.Drawing.Point(431, 50);
|
||||
this.chkSave1.Name = "chkSave1";
|
||||
this.chkSave1.Size = new System.Drawing.Size(282, 23);
|
||||
this.chkSave1.Size = new System.Drawing.Size(216, 23);
|
||||
this.chkSave1.TabIndex = 33;
|
||||
this.chkSave1.Tag = "8";
|
||||
this.chkSave1.Text = "Record change information to server";
|
||||
this.chkSave1.Text = "Record change information";
|
||||
this.chkSave1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox19
|
||||
@@ -985,9 +1089,9 @@
|
||||
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
||||
this.label4.Location = new System.Drawing.Point(6, 54);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(84, 15);
|
||||
this.label4.Size = new System.Drawing.Size(41, 15);
|
||||
this.label4.TabIndex = 29;
|
||||
this.label4.Text = "Query Target";
|
||||
this.label4.Text = "Query";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
@@ -996,9 +1100,9 @@
|
||||
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
||||
this.label5.Location = new System.Drawing.Point(7, 28);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(83, 15);
|
||||
this.label5.Size = new System.Drawing.Size(40, 15);
|
||||
this.label5.TabIndex = 29;
|
||||
this.label5.Text = "Apply Target";
|
||||
this.label5.Text = "Apply";
|
||||
//
|
||||
// checkBox11
|
||||
//
|
||||
@@ -1145,6 +1249,7 @@
|
||||
//
|
||||
this.label16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||
this.label16.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label16.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label16.Location = new System.Drawing.Point(0, 0);
|
||||
this.label16.Name = "label16";
|
||||
this.label16.Size = new System.Drawing.Size(94, 34);
|
||||
@@ -1208,6 +1313,7 @@
|
||||
//
|
||||
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label1.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(0, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(94, 34);
|
||||
@@ -1266,7 +1372,7 @@
|
||||
this.panel3.Controls.Add(this.label8);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.panel3.Font = new System.Drawing.Font("Consolas", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.panel3.Location = new System.Drawing.Point(0, 561);
|
||||
this.panel3.Location = new System.Drawing.Point(0, 609);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(1368, 20);
|
||||
this.panel3.TabIndex = 29;
|
||||
@@ -1375,7 +1481,7 @@
|
||||
this.btCopy,
|
||||
this.toolStripButton10,
|
||||
this.toolStripSeparator1});
|
||||
this.toolStrip1.Location = new System.Drawing.Point(0, 581);
|
||||
this.toolStrip1.Location = new System.Drawing.Point(0, 629);
|
||||
this.toolStrip1.Name = "toolStrip1";
|
||||
this.toolStrip1.Size = new System.Drawing.Size(1368, 55);
|
||||
this.toolStrip1.TabIndex = 8;
|
||||
@@ -1395,7 +1501,7 @@
|
||||
this.btDel.Image = global::Project.Properties.Resources.icons8_delete_40;
|
||||
this.btDel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btDel.Name = "btDel";
|
||||
this.btDel.Size = new System.Drawing.Size(110, 52);
|
||||
this.btDel.Size = new System.Drawing.Size(108, 52);
|
||||
this.btDel.Text = "Delete(&D)";
|
||||
this.btDel.Click += new System.EventHandler(this.toolStripButton5_Click);
|
||||
//
|
||||
@@ -1403,7 +1509,7 @@
|
||||
//
|
||||
this.btSave.Image = ((System.Drawing.Image)(resources.GetObject("btSave.Image")));
|
||||
this.btSave.Name = "btSave";
|
||||
this.btSave.Size = new System.Drawing.Size(99, 52);
|
||||
this.btSave.Size = new System.Drawing.Size(97, 52);
|
||||
this.btSave.Text = "Save(&S)";
|
||||
this.btSave.Click += new System.EventHandler(this.toolStripButton9_Click);
|
||||
//
|
||||
@@ -1528,7 +1634,7 @@
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.ClientSize = new System.Drawing.Size(1370, 691);
|
||||
this.ClientSize = new System.Drawing.Size(1370, 739);
|
||||
this.Controls.Add(this.panel5);
|
||||
this.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
@@ -1544,6 +1650,8 @@
|
||||
this.panel4.ResumeLayout(false);
|
||||
this.panel4.PerformLayout();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel8.ResumeLayout(false);
|
||||
this.panel8.PerformLayout();
|
||||
this.panel7.ResumeLayout(false);
|
||||
this.panel7.PerformLayout();
|
||||
this.tabControl1.ResumeLayout(false);
|
||||
@@ -1674,6 +1782,13 @@
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_title;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Code;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn BSave;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_bsave;
|
||||
private System.Windows.Forms.Panel panel8;
|
||||
private System.Windows.Forms.CheckBox chkDisablePartNoValue;
|
||||
private System.Windows.Forms.CheckBox chkDisableBatchValue;
|
||||
private System.Windows.Forms.Label label19;
|
||||
private System.Windows.Forms.Label label21;
|
||||
private System.Windows.Forms.TextBox tbAutoOutSec;
|
||||
private System.Windows.Forms.Label label20;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user