구매 엑셀 업로드 기능 완료 및 메뉴얼 작성
This commit is contained in:
@@ -84,6 +84,7 @@
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.button7 = new System.Windows.Forms.Button();
|
||||
this.tbLineCode = new System.Windows.Forms.TextBox();
|
||||
this.tbCostCenter = new System.Windows.Forms.TextBox();
|
||||
this.tbInRemar = new System.Windows.Forms.TextBox();
|
||||
@@ -96,7 +97,6 @@
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.chk2 = new System.Windows.Forms.CheckBox();
|
||||
this.chk1 = new System.Windows.Forms.CheckBox();
|
||||
this.button7 = new System.Windows.Forms.Button();
|
||||
receiveLabel = new System.Windows.Forms.Label();
|
||||
scLabel = new System.Windows.Forms.Label();
|
||||
sidLabel = new System.Windows.Forms.Label();
|
||||
@@ -206,7 +206,7 @@
|
||||
// deptLabel
|
||||
//
|
||||
deptLabel.AutoSize = true;
|
||||
deptLabel.Location = new System.Drawing.Point(14, 426);
|
||||
deptLabel.Location = new System.Drawing.Point(14, 438);
|
||||
deptLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
deptLabel.Name = "deptLabel";
|
||||
deptLabel.Size = new System.Drawing.Size(39, 20);
|
||||
@@ -310,7 +310,7 @@
|
||||
// label7
|
||||
//
|
||||
label7.AutoSize = true;
|
||||
label7.Location = new System.Drawing.Point(20, 373);
|
||||
label7.Location = new System.Drawing.Point(9, 388);
|
||||
label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label7.Name = "label7";
|
||||
label7.Size = new System.Drawing.Size(78, 20);
|
||||
@@ -320,7 +320,7 @@
|
||||
// label11
|
||||
//
|
||||
label11.AutoSize = true;
|
||||
label11.Location = new System.Drawing.Point(9, 343);
|
||||
label11.Location = new System.Drawing.Point(-2, 357);
|
||||
label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label11.Name = "label11";
|
||||
label11.Size = new System.Drawing.Size(89, 20);
|
||||
@@ -466,12 +466,12 @@
|
||||
// tbBigo
|
||||
//
|
||||
this.tbBigo.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.tbBigo.Location = new System.Drawing.Point(12, 450);
|
||||
this.tbBigo.Location = new System.Drawing.Point(12, 465);
|
||||
this.tbBigo.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbBigo.MaxLength = 500;
|
||||
this.tbBigo.Multiline = true;
|
||||
this.tbBigo.Name = "tbBigo";
|
||||
this.tbBigo.Size = new System.Drawing.Size(490, 130);
|
||||
this.tbBigo.Size = new System.Drawing.Size(490, 115);
|
||||
this.tbBigo.TabIndex = 28;
|
||||
this.tbBigo.TabStop = false;
|
||||
this.toolTip1.SetToolTip(this.tbBigo, resources.GetString("tbBigo.ToolTip"));
|
||||
@@ -616,8 +616,12 @@
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.btSIDChk);
|
||||
this.groupBox1.Controls.Add(this.tbLineCode);
|
||||
this.groupBox1.Controls.Add(this.tbStorage);
|
||||
this.groupBox1.Controls.Add(label7);
|
||||
this.groupBox1.Controls.Add(label10);
|
||||
this.groupBox1.Controls.Add(this.tbCostCenter);
|
||||
this.groupBox1.Controls.Add(label11);
|
||||
this.groupBox1.Controls.Add(label9);
|
||||
this.groupBox1.Controls.Add(this.tbPumPriceD);
|
||||
this.groupBox1.Controls.Add(label8);
|
||||
@@ -652,7 +656,7 @@
|
||||
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
||||
this.groupBox1.Size = new System.Drawing.Size(490, 410);
|
||||
this.groupBox1.Size = new System.Drawing.Size(490, 421);
|
||||
this.groupBox1.TabIndex = 0;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "필수입력";
|
||||
@@ -723,10 +727,6 @@
|
||||
//
|
||||
this.groupBox2.BackColor = System.Drawing.Color.Gainsboro;
|
||||
this.groupBox2.Controls.Add(this.button7);
|
||||
this.groupBox2.Controls.Add(this.tbLineCode);
|
||||
this.groupBox2.Controls.Add(label7);
|
||||
this.groupBox2.Controls.Add(this.tbCostCenter);
|
||||
this.groupBox2.Controls.Add(label11);
|
||||
this.groupBox2.Controls.Add(this.tbInRemar);
|
||||
this.groupBox2.Controls.Add(label4);
|
||||
this.groupBox2.Controls.Add(this.tbInQty);
|
||||
@@ -752,20 +752,31 @@
|
||||
this.groupBox2.TabStop = false;
|
||||
this.groupBox2.Text = "추가정보";
|
||||
//
|
||||
// button7
|
||||
//
|
||||
this.button7.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.button7.Location = new System.Drawing.Point(4, 534);
|
||||
this.button7.Name = "button7";
|
||||
this.button7.Size = new System.Drawing.Size(401, 35);
|
||||
this.button7.TabIndex = 37;
|
||||
this.button7.Text = "견적서폴더";
|
||||
this.button7.UseVisualStyleBackColor = true;
|
||||
this.button7.Click += new System.EventHandler(this.button7_Click_1);
|
||||
//
|
||||
// tbLineCode
|
||||
//
|
||||
this.tbLineCode.Location = new System.Drawing.Point(104, 370);
|
||||
this.tbLineCode.Location = new System.Drawing.Point(93, 385);
|
||||
this.tbLineCode.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbLineCode.Name = "tbLineCode";
|
||||
this.tbLineCode.Size = new System.Drawing.Size(286, 27);
|
||||
this.tbLineCode.Size = new System.Drawing.Size(381, 27);
|
||||
this.tbLineCode.TabIndex = 21;
|
||||
//
|
||||
// tbCostCenter
|
||||
//
|
||||
this.tbCostCenter.Location = new System.Drawing.Point(104, 339);
|
||||
this.tbCostCenter.Location = new System.Drawing.Point(93, 353);
|
||||
this.tbCostCenter.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbCostCenter.Name = "tbCostCenter";
|
||||
this.tbCostCenter.Size = new System.Drawing.Size(286, 27);
|
||||
this.tbCostCenter.Size = new System.Drawing.Size(381, 27);
|
||||
this.tbCostCenter.TabIndex = 19;
|
||||
//
|
||||
// tbInRemar
|
||||
@@ -818,7 +829,7 @@
|
||||
//
|
||||
this.chk2.AutoSize = true;
|
||||
this.chk2.Enabled = false;
|
||||
this.chk2.Location = new System.Drawing.Point(369, 422);
|
||||
this.chk2.Location = new System.Drawing.Point(369, 434);
|
||||
this.chk2.Name = "chk2";
|
||||
this.chk2.Size = new System.Drawing.Size(133, 24);
|
||||
this.chk2.TabIndex = 44;
|
||||
@@ -829,24 +840,13 @@
|
||||
//
|
||||
this.chk1.AutoSize = true;
|
||||
this.chk1.Enabled = false;
|
||||
this.chk1.Location = new System.Drawing.Point(262, 422);
|
||||
this.chk1.Location = new System.Drawing.Point(262, 434);
|
||||
this.chk1.Name = "chk1";
|
||||
this.chk1.Size = new System.Drawing.Size(103, 24);
|
||||
this.chk1.TabIndex = 43;
|
||||
this.chk1.Text = "요청자확인";
|
||||
this.chk1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// button7
|
||||
//
|
||||
this.button7.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.button7.Location = new System.Drawing.Point(4, 534);
|
||||
this.button7.Name = "button7";
|
||||
this.button7.Size = new System.Drawing.Size(401, 35);
|
||||
this.button7.TabIndex = 37;
|
||||
this.button7.Text = "견적서폴더";
|
||||
this.button7.UseVisualStyleBackColor = true;
|
||||
this.button7.Click += new System.EventHandler(this.button7_Click_1);
|
||||
//
|
||||
// fPurchaseCR_Add
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
||||
|
||||
Reference in New Issue
Block a user