..
This commit is contained in:
250
Handler/Project/Dialog/Model_Operation.Designer.cs
generated
250
Handler/Project/Dialog/Model_Operation.Designer.cs
generated
@@ -29,17 +29,13 @@
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Model_Operation));
|
||||
this.dv = new arCtl.arDatagridView();
|
||||
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_title = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Code = 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);
|
||||
@@ -159,6 +155,12 @@
|
||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.arLabel2 = new arCtl.arLabel();
|
||||
this.arLabel18 = new arCtl.arLabel();
|
||||
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_title = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_bsave = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.btReName = new System.Windows.Forms.ToolStripButton();
|
||||
this.label24 = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dv)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ds1)).BeginInit();
|
||||
@@ -201,15 +203,15 @@
|
||||
this.Code,
|
||||
this.dvc_bsave});
|
||||
this.dv.DataSource = this.bs;
|
||||
dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Window;
|
||||
dataGridViewCellStyle20.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
dataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
dataGridViewCellStyle20.Padding = new System.Windows.Forms.Padding(5);
|
||||
dataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.dv.DefaultCellStyle = dataGridViewCellStyle20;
|
||||
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
|
||||
dataGridViewCellStyle5.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
dataGridViewCellStyle5.Padding = new System.Windows.Forms.Padding(5);
|
||||
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.dv.DefaultCellStyle = dataGridViewCellStyle5;
|
||||
this.dv.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.dv.Location = new System.Drawing.Point(0, 136);
|
||||
this.dv.MultiSelect = false;
|
||||
@@ -220,43 +222,6 @@
|
||||
this.dv.TabIndex = 1;
|
||||
this.dv.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dv_DataError);
|
||||
//
|
||||
// Column1
|
||||
//
|
||||
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||||
this.Column1.DataPropertyName = "idx";
|
||||
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
this.Column1.DefaultCellStyle = dataGridViewCellStyle16;
|
||||
this.Column1.HeaderText = "*";
|
||||
this.Column1.Name = "Column1";
|
||||
this.Column1.Width = 50;
|
||||
//
|
||||
// dvc_title
|
||||
//
|
||||
this.dvc_title.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
this.dvc_title.DataPropertyName = "Title";
|
||||
dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.dvc_title.DefaultCellStyle = dataGridViewCellStyle17;
|
||||
this.dvc_title.HeaderText = "Description";
|
||||
this.dvc_title.Name = "dvc_title";
|
||||
//
|
||||
// Code
|
||||
//
|
||||
this.Code.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||||
this.Code.DataPropertyName = "Code";
|
||||
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
this.Code.DefaultCellStyle = dataGridViewCellStyle18;
|
||||
this.Code.HeaderText = "Customer Code";
|
||||
this.Code.Name = "Code";
|
||||
//
|
||||
// dvc_bsave
|
||||
//
|
||||
this.dvc_bsave.DataPropertyName = "BSave";
|
||||
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
this.dvc_bsave.DefaultCellStyle = dataGridViewCellStyle19;
|
||||
this.dvc_bsave.HeaderText = "BLoad";
|
||||
this.dvc_bsave.Name = "dvc_bsave";
|
||||
this.dvc_bsave.Width = 86;
|
||||
//
|
||||
// bs
|
||||
//
|
||||
this.bs.DataMember = "OPModel";
|
||||
@@ -312,6 +277,7 @@
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
this.panel4.Controls.Add(this.label24);
|
||||
this.panel4.Controls.Add(this.dv);
|
||||
this.panel4.Controls.Add(this.panel1);
|
||||
this.panel4.Controls.Add(this.tableLayoutPanel1);
|
||||
@@ -707,7 +673,7 @@
|
||||
this.chkSave2.AutoSize = true;
|
||||
this.chkSave2.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.chkSave2.ForeColor = System.Drawing.Color.Tomato;
|
||||
this.chkSave2.Location = new System.Drawing.Point(431, 51);
|
||||
this.chkSave2.Location = new System.Drawing.Point(407, 51);
|
||||
this.chkSave2.Name = "chkSave2";
|
||||
this.chkSave2.Size = new System.Drawing.Size(216, 23);
|
||||
this.chkSave2.TabIndex = 39;
|
||||
@@ -719,19 +685,19 @@
|
||||
//
|
||||
this.checkBox34.AutoSize = true;
|
||||
this.checkBox34.ForeColor = System.Drawing.Color.Green;
|
||||
this.checkBox34.Location = new System.Drawing.Point(617, 25);
|
||||
this.checkBox34.Location = new System.Drawing.Point(582, 25);
|
||||
this.checkBox34.Name = "checkBox34";
|
||||
this.checkBox34.Size = new System.Drawing.Size(86, 23);
|
||||
this.checkBox34.Size = new System.Drawing.Size(72, 23);
|
||||
this.checkBox34.TabIndex = 38;
|
||||
this.checkBox34.Tag = "10";
|
||||
this.checkBox34.Text = "Qty(Max)";
|
||||
this.checkBox34.Text = "Qty(M)";
|
||||
this.checkBox34.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox35
|
||||
//
|
||||
this.checkBox35.AutoSize = true;
|
||||
this.checkBox35.ForeColor = System.Drawing.Color.Green;
|
||||
this.checkBox35.Location = new System.Drawing.Point(548, 25);
|
||||
this.checkBox35.Location = new System.Drawing.Point(517, 25);
|
||||
this.checkBox35.Name = "checkBox35";
|
||||
this.checkBox35.Size = new System.Drawing.Size(63, 23);
|
||||
this.checkBox35.TabIndex = 37;
|
||||
@@ -743,7 +709,7 @@
|
||||
//
|
||||
this.checkBox30.AutoSize = true;
|
||||
this.checkBox30.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox30.Location = new System.Drawing.Point(311, 50);
|
||||
this.checkBox30.Location = new System.Drawing.Point(291, 50);
|
||||
this.checkBox30.Name = "checkBox30";
|
||||
this.checkBox30.Size = new System.Drawing.Size(62, 23);
|
||||
this.checkBox30.TabIndex = 32;
|
||||
@@ -754,7 +720,7 @@
|
||||
// checkBox2
|
||||
//
|
||||
this.checkBox2.AutoSize = true;
|
||||
this.checkBox2.Location = new System.Drawing.Point(431, 25);
|
||||
this.checkBox2.Location = new System.Drawing.Point(407, 25);
|
||||
this.checkBox2.Name = "checkBox2";
|
||||
this.checkBox2.Size = new System.Drawing.Size(111, 23);
|
||||
this.checkBox2.TabIndex = 31;
|
||||
@@ -787,7 +753,7 @@
|
||||
// checkBox3
|
||||
//
|
||||
this.checkBox3.AutoSize = true;
|
||||
this.checkBox3.Location = new System.Drawing.Point(311, 24);
|
||||
this.checkBox3.Location = new System.Drawing.Point(291, 24);
|
||||
this.checkBox3.Name = "checkBox3";
|
||||
this.checkBox3.Size = new System.Drawing.Size(114, 23);
|
||||
this.checkBox3.TabIndex = 28;
|
||||
@@ -799,7 +765,7 @@
|
||||
//
|
||||
this.checkBox20.AutoSize = true;
|
||||
this.checkBox20.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox20.Location = new System.Drawing.Point(255, 50);
|
||||
this.checkBox20.Location = new System.Drawing.Point(236, 50);
|
||||
this.checkBox20.Name = "checkBox20";
|
||||
this.checkBox20.Size = new System.Drawing.Size(50, 23);
|
||||
this.checkBox20.TabIndex = 27;
|
||||
@@ -811,7 +777,7 @@
|
||||
//
|
||||
this.checkBox21.AutoSize = true;
|
||||
this.checkBox21.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox21.Location = new System.Drawing.Point(156, 50);
|
||||
this.checkBox21.Location = new System.Drawing.Point(141, 50);
|
||||
this.checkBox21.Name = "checkBox21";
|
||||
this.checkBox21.Size = new System.Drawing.Size(93, 23);
|
||||
this.checkBox21.TabIndex = 25;
|
||||
@@ -823,7 +789,7 @@
|
||||
//
|
||||
this.checkBox22.AutoSize = true;
|
||||
this.checkBox22.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox22.Location = new System.Drawing.Point(73, 50);
|
||||
this.checkBox22.Location = new System.Drawing.Point(59, 50);
|
||||
this.checkBox22.Name = "checkBox22";
|
||||
this.checkBox22.Size = new System.Drawing.Size(77, 23);
|
||||
this.checkBox22.TabIndex = 25;
|
||||
@@ -834,7 +800,7 @@
|
||||
// checkBox23
|
||||
//
|
||||
this.checkBox23.AutoSize = true;
|
||||
this.checkBox23.Location = new System.Drawing.Point(255, 24);
|
||||
this.checkBox23.Location = new System.Drawing.Point(236, 24);
|
||||
this.checkBox23.Name = "checkBox23";
|
||||
this.checkBox23.Size = new System.Drawing.Size(50, 23);
|
||||
this.checkBox23.TabIndex = 26;
|
||||
@@ -845,7 +811,7 @@
|
||||
// checkBox24
|
||||
//
|
||||
this.checkBox24.AutoSize = true;
|
||||
this.checkBox24.Location = new System.Drawing.Point(156, 24);
|
||||
this.checkBox24.Location = new System.Drawing.Point(141, 24);
|
||||
this.checkBox24.Name = "checkBox24";
|
||||
this.checkBox24.Size = new System.Drawing.Size(93, 23);
|
||||
this.checkBox24.TabIndex = 25;
|
||||
@@ -856,7 +822,7 @@
|
||||
// checkBox25
|
||||
//
|
||||
this.checkBox25.AutoSize = true;
|
||||
this.checkBox25.Location = new System.Drawing.Point(73, 24);
|
||||
this.checkBox25.Location = new System.Drawing.Point(59, 24);
|
||||
this.checkBox25.Name = "checkBox25";
|
||||
this.checkBox25.Size = new System.Drawing.Size(77, 23);
|
||||
this.checkBox25.TabIndex = 25;
|
||||
@@ -891,7 +857,7 @@
|
||||
//
|
||||
this.checkBox29.AutoSize = true;
|
||||
this.checkBox29.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox29.Location = new System.Drawing.Point(311, 51);
|
||||
this.checkBox29.Location = new System.Drawing.Point(291, 51);
|
||||
this.checkBox29.Name = "checkBox29";
|
||||
this.checkBox29.Size = new System.Drawing.Size(62, 23);
|
||||
this.checkBox29.TabIndex = 31;
|
||||
@@ -902,7 +868,7 @@
|
||||
// checkBox18
|
||||
//
|
||||
this.checkBox18.AutoSize = true;
|
||||
this.checkBox18.Location = new System.Drawing.Point(431, 24);
|
||||
this.checkBox18.Location = new System.Drawing.Point(407, 24);
|
||||
this.checkBox18.Name = "checkBox18";
|
||||
this.checkBox18.Size = new System.Drawing.Size(111, 23);
|
||||
this.checkBox18.TabIndex = 30;
|
||||
@@ -935,7 +901,7 @@
|
||||
// checkBox10
|
||||
//
|
||||
this.checkBox10.AutoSize = true;
|
||||
this.checkBox10.Location = new System.Drawing.Point(311, 24);
|
||||
this.checkBox10.Location = new System.Drawing.Point(291, 24);
|
||||
this.checkBox10.Name = "checkBox10";
|
||||
this.checkBox10.Size = new System.Drawing.Size(114, 23);
|
||||
this.checkBox10.TabIndex = 28;
|
||||
@@ -947,7 +913,7 @@
|
||||
//
|
||||
this.checkBox9.AutoSize = true;
|
||||
this.checkBox9.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox9.Location = new System.Drawing.Point(255, 50);
|
||||
this.checkBox9.Location = new System.Drawing.Point(236, 50);
|
||||
this.checkBox9.Name = "checkBox9";
|
||||
this.checkBox9.Size = new System.Drawing.Size(50, 23);
|
||||
this.checkBox9.TabIndex = 27;
|
||||
@@ -959,7 +925,7 @@
|
||||
//
|
||||
this.checkBox6.AutoSize = true;
|
||||
this.checkBox6.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox6.Location = new System.Drawing.Point(156, 50);
|
||||
this.checkBox6.Location = new System.Drawing.Point(141, 50);
|
||||
this.checkBox6.Name = "checkBox6";
|
||||
this.checkBox6.Size = new System.Drawing.Size(93, 23);
|
||||
this.checkBox6.TabIndex = 25;
|
||||
@@ -971,7 +937,7 @@
|
||||
//
|
||||
this.checkBox7.AutoSize = true;
|
||||
this.checkBox7.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox7.Location = new System.Drawing.Point(73, 50);
|
||||
this.checkBox7.Location = new System.Drawing.Point(59, 50);
|
||||
this.checkBox7.Name = "checkBox7";
|
||||
this.checkBox7.Size = new System.Drawing.Size(77, 23);
|
||||
this.checkBox7.TabIndex = 25;
|
||||
@@ -982,7 +948,7 @@
|
||||
// checkBox8
|
||||
//
|
||||
this.checkBox8.AutoSize = true;
|
||||
this.checkBox8.Location = new System.Drawing.Point(255, 24);
|
||||
this.checkBox8.Location = new System.Drawing.Point(236, 24);
|
||||
this.checkBox8.Name = "checkBox8";
|
||||
this.checkBox8.Size = new System.Drawing.Size(50, 23);
|
||||
this.checkBox8.TabIndex = 26;
|
||||
@@ -993,7 +959,7 @@
|
||||
// checkBox5
|
||||
//
|
||||
this.checkBox5.AutoSize = true;
|
||||
this.checkBox5.Location = new System.Drawing.Point(156, 24);
|
||||
this.checkBox5.Location = new System.Drawing.Point(141, 24);
|
||||
this.checkBox5.Name = "checkBox5";
|
||||
this.checkBox5.Size = new System.Drawing.Size(93, 23);
|
||||
this.checkBox5.TabIndex = 25;
|
||||
@@ -1004,7 +970,7 @@
|
||||
// checkBox4
|
||||
//
|
||||
this.checkBox4.AutoSize = true;
|
||||
this.checkBox4.Location = new System.Drawing.Point(73, 24);
|
||||
this.checkBox4.Location = new System.Drawing.Point(59, 24);
|
||||
this.checkBox4.Name = "checkBox4";
|
||||
this.checkBox4.Size = new System.Drawing.Size(77, 23);
|
||||
this.checkBox4.TabIndex = 25;
|
||||
@@ -1042,7 +1008,7 @@
|
||||
//
|
||||
this.checkBox28.AutoSize = true;
|
||||
this.checkBox28.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox28.Location = new System.Drawing.Point(311, 51);
|
||||
this.checkBox28.Location = new System.Drawing.Point(291, 51);
|
||||
this.checkBox28.Name = "checkBox28";
|
||||
this.checkBox28.Size = new System.Drawing.Size(62, 23);
|
||||
this.checkBox28.TabIndex = 37;
|
||||
@@ -1054,19 +1020,19 @@
|
||||
//
|
||||
this.checkBox26.AutoSize = true;
|
||||
this.checkBox26.ForeColor = System.Drawing.Color.Green;
|
||||
this.checkBox26.Location = new System.Drawing.Point(617, 24);
|
||||
this.checkBox26.Location = new System.Drawing.Point(582, 24);
|
||||
this.checkBox26.Name = "checkBox26";
|
||||
this.checkBox26.Size = new System.Drawing.Size(86, 23);
|
||||
this.checkBox26.Size = new System.Drawing.Size(72, 23);
|
||||
this.checkBox26.TabIndex = 36;
|
||||
this.checkBox26.Tag = "10";
|
||||
this.checkBox26.Text = "Qty(Max)";
|
||||
this.checkBox26.Text = "Qty(M)";
|
||||
this.checkBox26.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox27
|
||||
//
|
||||
this.checkBox27.AutoSize = true;
|
||||
this.checkBox27.ForeColor = System.Drawing.Color.Green;
|
||||
this.checkBox27.Location = new System.Drawing.Point(548, 24);
|
||||
this.checkBox27.Location = new System.Drawing.Point(517, 24);
|
||||
this.checkBox27.Name = "checkBox27";
|
||||
this.checkBox27.Size = new System.Drawing.Size(63, 23);
|
||||
this.checkBox27.TabIndex = 35;
|
||||
@@ -1079,7 +1045,7 @@
|
||||
this.chkSave1.AutoSize = true;
|
||||
this.chkSave1.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.chkSave1.ForeColor = System.Drawing.Color.Tomato;
|
||||
this.chkSave1.Location = new System.Drawing.Point(431, 50);
|
||||
this.chkSave1.Location = new System.Drawing.Point(407, 50);
|
||||
this.chkSave1.Name = "chkSave1";
|
||||
this.chkSave1.Size = new System.Drawing.Size(216, 23);
|
||||
this.chkSave1.TabIndex = 33;
|
||||
@@ -1090,7 +1056,7 @@
|
||||
// checkBox19
|
||||
//
|
||||
this.checkBox19.AutoSize = true;
|
||||
this.checkBox19.Location = new System.Drawing.Point(431, 25);
|
||||
this.checkBox19.Location = new System.Drawing.Point(407, 25);
|
||||
this.checkBox19.Name = "checkBox19";
|
||||
this.checkBox19.Size = new System.Drawing.Size(111, 23);
|
||||
this.checkBox19.TabIndex = 31;
|
||||
@@ -1123,7 +1089,7 @@
|
||||
// checkBox11
|
||||
//
|
||||
this.checkBox11.AutoSize = true;
|
||||
this.checkBox11.Location = new System.Drawing.Point(311, 24);
|
||||
this.checkBox11.Location = new System.Drawing.Point(291, 24);
|
||||
this.checkBox11.Name = "checkBox11";
|
||||
this.checkBox11.Size = new System.Drawing.Size(114, 23);
|
||||
this.checkBox11.TabIndex = 28;
|
||||
@@ -1135,7 +1101,7 @@
|
||||
//
|
||||
this.checkBox12.AutoSize = true;
|
||||
this.checkBox12.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox12.Location = new System.Drawing.Point(255, 50);
|
||||
this.checkBox12.Location = new System.Drawing.Point(236, 50);
|
||||
this.checkBox12.Name = "checkBox12";
|
||||
this.checkBox12.Size = new System.Drawing.Size(50, 23);
|
||||
this.checkBox12.TabIndex = 27;
|
||||
@@ -1147,7 +1113,7 @@
|
||||
//
|
||||
this.checkBox13.AutoSize = true;
|
||||
this.checkBox13.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox13.Location = new System.Drawing.Point(156, 50);
|
||||
this.checkBox13.Location = new System.Drawing.Point(141, 50);
|
||||
this.checkBox13.Name = "checkBox13";
|
||||
this.checkBox13.Size = new System.Drawing.Size(93, 23);
|
||||
this.checkBox13.TabIndex = 25;
|
||||
@@ -1159,7 +1125,7 @@
|
||||
//
|
||||
this.checkBox14.AutoSize = true;
|
||||
this.checkBox14.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox14.Location = new System.Drawing.Point(73, 50);
|
||||
this.checkBox14.Location = new System.Drawing.Point(59, 50);
|
||||
this.checkBox14.Name = "checkBox14";
|
||||
this.checkBox14.Size = new System.Drawing.Size(77, 23);
|
||||
this.checkBox14.TabIndex = 25;
|
||||
@@ -1170,7 +1136,7 @@
|
||||
// checkBox15
|
||||
//
|
||||
this.checkBox15.AutoSize = true;
|
||||
this.checkBox15.Location = new System.Drawing.Point(255, 24);
|
||||
this.checkBox15.Location = new System.Drawing.Point(236, 24);
|
||||
this.checkBox15.Name = "checkBox15";
|
||||
this.checkBox15.Size = new System.Drawing.Size(50, 23);
|
||||
this.checkBox15.TabIndex = 26;
|
||||
@@ -1181,7 +1147,7 @@
|
||||
// checkBox16
|
||||
//
|
||||
this.checkBox16.AutoSize = true;
|
||||
this.checkBox16.Location = new System.Drawing.Point(156, 24);
|
||||
this.checkBox16.Location = new System.Drawing.Point(141, 24);
|
||||
this.checkBox16.Name = "checkBox16";
|
||||
this.checkBox16.Size = new System.Drawing.Size(93, 23);
|
||||
this.checkBox16.TabIndex = 25;
|
||||
@@ -1192,7 +1158,7 @@
|
||||
// checkBox17
|
||||
//
|
||||
this.checkBox17.AutoSize = true;
|
||||
this.checkBox17.Location = new System.Drawing.Point(73, 24);
|
||||
this.checkBox17.Location = new System.Drawing.Point(59, 24);
|
||||
this.checkBox17.Name = "checkBox17";
|
||||
this.checkBox17.Size = new System.Drawing.Size(77, 23);
|
||||
this.checkBox17.TabIndex = 25;
|
||||
@@ -1227,7 +1193,7 @@
|
||||
//
|
||||
this.checkBox36.AutoSize = true;
|
||||
this.checkBox36.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox36.Location = new System.Drawing.Point(311, 51);
|
||||
this.checkBox36.Location = new System.Drawing.Point(291, 51);
|
||||
this.checkBox36.Name = "checkBox36";
|
||||
this.checkBox36.Size = new System.Drawing.Size(62, 23);
|
||||
this.checkBox36.TabIndex = 37;
|
||||
@@ -1239,7 +1205,7 @@
|
||||
//
|
||||
this.checkBox38.AutoSize = true;
|
||||
this.checkBox38.ForeColor = System.Drawing.Color.Green;
|
||||
this.checkBox38.Location = new System.Drawing.Point(431, 24);
|
||||
this.checkBox38.Location = new System.Drawing.Point(407, 24);
|
||||
this.checkBox38.Name = "checkBox38";
|
||||
this.checkBox38.Size = new System.Drawing.Size(63, 23);
|
||||
this.checkBox38.TabIndex = 35;
|
||||
@@ -1272,7 +1238,7 @@
|
||||
// checkBox41
|
||||
//
|
||||
this.checkBox41.AutoSize = true;
|
||||
this.checkBox41.Location = new System.Drawing.Point(311, 24);
|
||||
this.checkBox41.Location = new System.Drawing.Point(291, 24);
|
||||
this.checkBox41.Name = "checkBox41";
|
||||
this.checkBox41.Size = new System.Drawing.Size(114, 23);
|
||||
this.checkBox41.TabIndex = 28;
|
||||
@@ -1284,7 +1250,7 @@
|
||||
//
|
||||
this.checkBox42.AutoSize = true;
|
||||
this.checkBox42.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox42.Location = new System.Drawing.Point(255, 50);
|
||||
this.checkBox42.Location = new System.Drawing.Point(236, 50);
|
||||
this.checkBox42.Name = "checkBox42";
|
||||
this.checkBox42.Size = new System.Drawing.Size(50, 23);
|
||||
this.checkBox42.TabIndex = 27;
|
||||
@@ -1296,7 +1262,7 @@
|
||||
//
|
||||
this.checkBox43.AutoSize = true;
|
||||
this.checkBox43.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox43.Location = new System.Drawing.Point(156, 50);
|
||||
this.checkBox43.Location = new System.Drawing.Point(141, 50);
|
||||
this.checkBox43.Name = "checkBox43";
|
||||
this.checkBox43.Size = new System.Drawing.Size(93, 23);
|
||||
this.checkBox43.TabIndex = 25;
|
||||
@@ -1308,7 +1274,7 @@
|
||||
//
|
||||
this.checkBox44.AutoSize = true;
|
||||
this.checkBox44.ForeColor = System.Drawing.Color.Blue;
|
||||
this.checkBox44.Location = new System.Drawing.Point(73, 50);
|
||||
this.checkBox44.Location = new System.Drawing.Point(59, 50);
|
||||
this.checkBox44.Name = "checkBox44";
|
||||
this.checkBox44.Size = new System.Drawing.Size(77, 23);
|
||||
this.checkBox44.TabIndex = 25;
|
||||
@@ -1319,7 +1285,7 @@
|
||||
// checkBox45
|
||||
//
|
||||
this.checkBox45.AutoSize = true;
|
||||
this.checkBox45.Location = new System.Drawing.Point(255, 24);
|
||||
this.checkBox45.Location = new System.Drawing.Point(236, 24);
|
||||
this.checkBox45.Name = "checkBox45";
|
||||
this.checkBox45.Size = new System.Drawing.Size(50, 23);
|
||||
this.checkBox45.TabIndex = 26;
|
||||
@@ -1330,7 +1296,7 @@
|
||||
// checkBox46
|
||||
//
|
||||
this.checkBox46.AutoSize = true;
|
||||
this.checkBox46.Location = new System.Drawing.Point(156, 24);
|
||||
this.checkBox46.Location = new System.Drawing.Point(141, 24);
|
||||
this.checkBox46.Name = "checkBox46";
|
||||
this.checkBox46.Size = new System.Drawing.Size(93, 23);
|
||||
this.checkBox46.TabIndex = 25;
|
||||
@@ -1341,7 +1307,7 @@
|
||||
// checkBox47
|
||||
//
|
||||
this.checkBox47.AutoSize = true;
|
||||
this.checkBox47.Location = new System.Drawing.Point(73, 24);
|
||||
this.checkBox47.Location = new System.Drawing.Point(59, 24);
|
||||
this.checkBox47.Name = "checkBox47";
|
||||
this.checkBox47.Size = new System.Drawing.Size(77, 23);
|
||||
this.checkBox47.TabIndex = 25;
|
||||
@@ -1546,7 +1512,7 @@
|
||||
//
|
||||
this.label15.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "vSIDConv", true));
|
||||
this.label15.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label15.Font = new System.Drawing.Font("Consolas", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label15.Font = new System.Drawing.Font("Consolas", 9.75F);
|
||||
this.label15.Location = new System.Drawing.Point(400, 0);
|
||||
this.label15.Name = "label15";
|
||||
this.label15.Size = new System.Drawing.Size(50, 20);
|
||||
@@ -1557,6 +1523,7 @@
|
||||
// label14
|
||||
//
|
||||
this.label14.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label14.Font = new System.Drawing.Font("Consolas", 9.75F);
|
||||
this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.label14.Location = new System.Drawing.Point(300, 0);
|
||||
this.label14.Name = "label14";
|
||||
@@ -1569,7 +1536,7 @@
|
||||
//
|
||||
this.label13.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "vJobInfo", true));
|
||||
this.label13.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label13.Font = new System.Drawing.Font("Consolas", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label13.Font = new System.Drawing.Font("Consolas", 9.75F);
|
||||
this.label13.Location = new System.Drawing.Point(250, 0);
|
||||
this.label13.Name = "label13";
|
||||
this.label13.Size = new System.Drawing.Size(50, 20);
|
||||
@@ -1580,6 +1547,7 @@
|
||||
// label12
|
||||
//
|
||||
this.label12.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label12.Font = new System.Drawing.Font("Consolas", 9.75F);
|
||||
this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.label12.Location = new System.Drawing.Point(200, 0);
|
||||
this.label12.Name = "label12";
|
||||
@@ -1592,7 +1560,7 @@
|
||||
//
|
||||
this.label11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "vSIDInfo", true));
|
||||
this.label11.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label11.Font = new System.Drawing.Font("Consolas", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label11.Font = new System.Drawing.Font("Consolas", 9.75F);
|
||||
this.label11.Location = new System.Drawing.Point(150, 0);
|
||||
this.label11.Name = "label11";
|
||||
this.label11.Size = new System.Drawing.Size(50, 20);
|
||||
@@ -1603,6 +1571,7 @@
|
||||
// label10
|
||||
//
|
||||
this.label10.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label10.Font = new System.Drawing.Font("Consolas", 9.75F);
|
||||
this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.label10.Location = new System.Drawing.Point(100, 0);
|
||||
this.label10.Name = "label10";
|
||||
@@ -1615,7 +1584,7 @@
|
||||
//
|
||||
this.label9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "vOption", true));
|
||||
this.label9.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label9.Font = new System.Drawing.Font("Consolas", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label9.Font = new System.Drawing.Font("Consolas", 9.75F);
|
||||
this.label9.Location = new System.Drawing.Point(50, 0);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(50, 20);
|
||||
@@ -1626,6 +1595,7 @@
|
||||
// label8
|
||||
//
|
||||
this.label8.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label8.Font = new System.Drawing.Font("Consolas", 9.75F);
|
||||
this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.label8.Location = new System.Drawing.Point(0, 0);
|
||||
this.label8.Name = "label8";
|
||||
@@ -1642,6 +1612,7 @@
|
||||
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.btAdd,
|
||||
this.btDel,
|
||||
this.btReName,
|
||||
this.btSave,
|
||||
this.btCopy,
|
||||
this.toolStripButton10,
|
||||
@@ -1795,6 +1766,65 @@
|
||||
this.arLabel18.TextShadow = true;
|
||||
this.arLabel18.TextVisible = true;
|
||||
//
|
||||
// Column1
|
||||
//
|
||||
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||||
this.Column1.DataPropertyName = "idx";
|
||||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
this.Column1.DefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.Column1.HeaderText = "*";
|
||||
this.Column1.Name = "Column1";
|
||||
this.Column1.Width = 50;
|
||||
//
|
||||
// dvc_title
|
||||
//
|
||||
this.dvc_title.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
this.dvc_title.DataPropertyName = "Title";
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.dvc_title.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.dvc_title.HeaderText = "Description(Vendor-Customer)";
|
||||
this.dvc_title.Name = "dvc_title";
|
||||
this.dvc_title.ReadOnly = true;
|
||||
//
|
||||
// Code
|
||||
//
|
||||
this.Code.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||||
this.Code.DataPropertyName = "Code";
|
||||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
this.Code.DefaultCellStyle = dataGridViewCellStyle3;
|
||||
this.Code.HeaderText = "Customer Code";
|
||||
this.Code.Name = "Code";
|
||||
//
|
||||
// dvc_bsave
|
||||
//
|
||||
this.dvc_bsave.DataPropertyName = "BSave";
|
||||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
this.dvc_bsave.DefaultCellStyle = dataGridViewCellStyle4;
|
||||
this.dvc_bsave.HeaderText = "BLoad";
|
||||
this.dvc_bsave.Name = "dvc_bsave";
|
||||
this.dvc_bsave.Width = 86;
|
||||
//
|
||||
// btReName
|
||||
//
|
||||
this.btReName.Image = ((System.Drawing.Image)(resources.GetObject("btReName.Image")));
|
||||
this.btReName.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btReName.Name = "btReName";
|
||||
this.btReName.Size = new System.Drawing.Size(104, 52);
|
||||
this.btReName.Text = "ReName";
|
||||
this.btReName.Click += new System.EventHandler(this.btReName_Click);
|
||||
//
|
||||
// label24
|
||||
//
|
||||
this.label24.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.label24.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.label24.Location = new System.Drawing.Point(0, 671);
|
||||
this.label24.Name = "label24";
|
||||
this.label24.Size = new System.Drawing.Size(639, 20);
|
||||
this.label24.TabIndex = 33;
|
||||
this.label24.Text = "BLoad Descriptoin , 1=QR+DM+PDF417, 2=1D, 3=QR, 4=DM, 5=PDF417";
|
||||
this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// Model_Operation
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
@@ -1945,10 +1975,6 @@
|
||||
private System.Windows.Forms.CheckBox chkSave2;
|
||||
private System.Windows.Forms.CheckBox chkOwnZPL;
|
||||
private System.Windows.Forms.Button button1;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_title;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Code;
|
||||
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;
|
||||
@@ -1969,5 +1995,11 @@
|
||||
private System.Windows.Forms.CheckBox checkBox45;
|
||||
private System.Windows.Forms.CheckBox checkBox46;
|
||||
private System.Windows.Forms.CheckBox checkBox47;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_title;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Code;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_bsave;
|
||||
private System.Windows.Forms.ToolStripButton btReName;
|
||||
private System.Windows.Forms.Label label24;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user