구매담당장ㅇ 검사 기능
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
this.chkExp = new System.Windows.Forms.CheckBox();
|
||||
this.btSaveAdd = new System.Windows.Forms.Button();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.btSIDChk = new System.Windows.Forms.Button();
|
||||
this.tbStorage = new System.Windows.Forms.TextBox();
|
||||
this.tbPumPriceD = new System.Windows.Forms.TextBox();
|
||||
this.button3 = new System.Windows.Forms.Button();
|
||||
@@ -100,8 +101,9 @@
|
||||
this.dsPurchase = new FEQ0000.dsPurchase();
|
||||
this.purchaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.purchaseTableAdapter = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
|
||||
this.btSIDChk = new System.Windows.Forms.Button();
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.chk1 = new System.Windows.Forms.CheckBox();
|
||||
this.chk2 = new System.Windows.Forms.CheckBox();
|
||||
processLabel = new System.Windows.Forms.Label();
|
||||
receiveLabel = new System.Windows.Forms.Label();
|
||||
scLabel = new System.Windows.Forms.Label();
|
||||
@@ -501,7 +503,7 @@
|
||||
this.tbBigo.MaxLength = 500;
|
||||
this.tbBigo.Multiline = true;
|
||||
this.tbBigo.Name = "tbBigo";
|
||||
this.tbBigo.Size = new System.Drawing.Size(381, 154);
|
||||
this.tbBigo.Size = new System.Drawing.Size(381, 130);
|
||||
this.tbBigo.TabIndex = 28;
|
||||
this.tbBigo.TabStop = false;
|
||||
this.toolTip1.SetToolTip(this.tbBigo, resources.GetString("tbBigo.ToolTip"));
|
||||
@@ -656,6 +658,8 @@
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.chk2);
|
||||
this.groupBox1.Controls.Add(this.chk1);
|
||||
this.groupBox1.Controls.Add(this.btSIDChk);
|
||||
this.groupBox1.Controls.Add(this.tbStorage);
|
||||
this.groupBox1.Controls.Add(label10);
|
||||
@@ -700,6 +704,17 @@
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "필수입력";
|
||||
//
|
||||
// btSIDChk
|
||||
//
|
||||
this.btSIDChk.BackColor = System.Drawing.Color.Gray;
|
||||
this.btSIDChk.Location = new System.Drawing.Point(279, 249);
|
||||
this.btSIDChk.Name = "btSIDChk";
|
||||
this.btSIDChk.Size = new System.Drawing.Size(196, 34);
|
||||
this.btSIDChk.TabIndex = 40;
|
||||
this.btSIDChk.Text = "SID 검사(SPR/NR)";
|
||||
this.btSIDChk.UseVisualStyleBackColor = false;
|
||||
this.btSIDChk.Click += new System.EventHandler(this.button8_Click);
|
||||
//
|
||||
// tbStorage
|
||||
//
|
||||
this.tbStorage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
@@ -913,22 +928,33 @@
|
||||
//
|
||||
this.purchaseTableAdapter.ClearBeforeFill = true;
|
||||
//
|
||||
// btSIDChk
|
||||
//
|
||||
this.btSIDChk.BackColor = System.Drawing.Color.Gray;
|
||||
this.btSIDChk.Location = new System.Drawing.Point(279, 249);
|
||||
this.btSIDChk.Name = "btSIDChk";
|
||||
this.btSIDChk.Size = new System.Drawing.Size(196, 34);
|
||||
this.btSIDChk.TabIndex = 40;
|
||||
this.btSIDChk.Text = "SID 검사(SPR/NR)";
|
||||
this.btSIDChk.UseVisualStyleBackColor = false;
|
||||
this.btSIDChk.Click += new System.EventHandler(this.button8_Click);
|
||||
//
|
||||
// timer1
|
||||
//
|
||||
this.timer1.Interval = 250;
|
||||
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
||||
//
|
||||
// chk1
|
||||
//
|
||||
this.chk1.AutoSize = true;
|
||||
this.chk1.Enabled = false;
|
||||
this.chk1.Location = new System.Drawing.Point(94, 494);
|
||||
this.chk1.Name = "chk1";
|
||||
this.chk1.Size = new System.Drawing.Size(103, 24);
|
||||
this.chk1.TabIndex = 41;
|
||||
this.chk1.Text = "요청자확인";
|
||||
this.chk1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chk2
|
||||
//
|
||||
this.chk2.AutoSize = true;
|
||||
this.chk2.Enabled = false;
|
||||
this.chk2.Location = new System.Drawing.Point(201, 494);
|
||||
this.chk2.Name = "chk2";
|
||||
this.chk2.Size = new System.Drawing.Size(133, 24);
|
||||
this.chk2.TabIndex = 42;
|
||||
this.chk2.Text = "구매담당자확인";
|
||||
this.chk2.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// fPurchase_Add
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
||||
@@ -1010,5 +1036,7 @@
|
||||
private System.Windows.Forms.TextBox tbInQty;
|
||||
private System.Windows.Forms.Button btSIDChk;
|
||||
private System.Windows.Forms.Timer timer1;
|
||||
private System.Windows.Forms.CheckBox chk2;
|
||||
private System.Windows.Forms.CheckBox chk1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user