..
This commit is contained in:
@@ -63,6 +63,9 @@ namespace FEQ0000.Purchase
|
||||
this.tbPrjName = new System.Windows.Forms.TextBox();
|
||||
this.tbIdx = new System.Windows.Forms.TextBox();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.tbSCRCF = new System.Windows.Forms.TextBox();
|
||||
this.tbSC = new System.Windows.Forms.TextBox();
|
||||
this.tbSID = new System.Windows.Forms.TextBox();
|
||||
this.tbRemarkO = new System.Windows.Forms.TextBox();
|
||||
this.tbAmt = new System.Windows.Forms.TextBox();
|
||||
this.tbPriceO = new System.Windows.Forms.TextBox();
|
||||
@@ -82,9 +85,6 @@ namespace FEQ0000.Purchase
|
||||
this.dtInDate = new System.Windows.Forms.DateTimePicker();
|
||||
this.btOK = new System.Windows.Forms.Button();
|
||||
this.arLabel3 = new System.Windows.Forms.Label();
|
||||
this.tbSID = new System.Windows.Forms.TextBox();
|
||||
this.tbSCRCF = new System.Windows.Forms.TextBox();
|
||||
this.tbSC = new System.Windows.Forms.TextBox();
|
||||
label17 = new System.Windows.Forms.Label();
|
||||
label12 = new System.Windows.Forms.Label();
|
||||
label11 = new System.Windows.Forms.Label();
|
||||
@@ -276,6 +276,45 @@ namespace FEQ0000.Purchase
|
||||
label1.TabIndex = 98;
|
||||
label1.Text = "수량/단가/금액";
|
||||
//
|
||||
// label10
|
||||
//
|
||||
label10.AutoSize = true;
|
||||
label10.Location = new System.Drawing.Point(40, 171);
|
||||
label10.Name = "label10";
|
||||
label10.Size = new System.Drawing.Size(58, 12);
|
||||
label10.TabIndex = 109;
|
||||
label10.Text = "SCR/CF#";
|
||||
//
|
||||
// label15
|
||||
//
|
||||
label15.AutoSize = true;
|
||||
label15.Location = new System.Drawing.Point(76, 152);
|
||||
label15.Name = "label15";
|
||||
label15.Size = new System.Drawing.Size(22, 12);
|
||||
label15.TabIndex = 110;
|
||||
label15.Text = "SC";
|
||||
//
|
||||
// label14
|
||||
//
|
||||
label14.AutoSize = true;
|
||||
label14.Font = new System.Drawing.Font("맑은 고딕", 15F);
|
||||
label14.Location = new System.Drawing.Point(67, 303);
|
||||
label14.Name = "label14";
|
||||
label14.Size = new System.Drawing.Size(38, 28);
|
||||
label14.TabIndex = 115;
|
||||
label14.Text = "PO";
|
||||
//
|
||||
// label7
|
||||
//
|
||||
label7.AutoSize = true;
|
||||
label7.Font = new System.Drawing.Font("맑은 고딕", 15F);
|
||||
label7.Location = new System.Drawing.Point(53, 221);
|
||||
label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label7.Name = "label7";
|
||||
label7.Size = new System.Drawing.Size(52, 28);
|
||||
label7.TabIndex = 116;
|
||||
label7.Text = "비고";
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BackColor = System.Drawing.Color.Gainsboro;
|
||||
@@ -303,7 +342,7 @@ namespace FEQ0000.Purchase
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(582, 171);
|
||||
this.panel1.Size = new System.Drawing.Size(985, 171);
|
||||
this.panel1.TabIndex = 87;
|
||||
//
|
||||
// tbPrjStatus
|
||||
@@ -388,7 +427,7 @@ namespace FEQ0000.Purchase
|
||||
this.arLabel2.ForeColor = System.Drawing.Color.Black;
|
||||
this.arLabel2.Location = new System.Drawing.Point(0, 0);
|
||||
this.arLabel2.Name = "arLabel2";
|
||||
this.arLabel2.Size = new System.Drawing.Size(582, 23);
|
||||
this.arLabel2.Size = new System.Drawing.Size(985, 23);
|
||||
this.arLabel2.TabIndex = 86;
|
||||
this.arLabel2.Text = "프로젝트";
|
||||
this.arLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
@@ -435,9 +474,40 @@ namespace FEQ0000.Purchase
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel2.Location = new System.Drawing.Point(0, 171);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(582, 192);
|
||||
this.panel2.Size = new System.Drawing.Size(985, 192);
|
||||
this.panel2.TabIndex = 88;
|
||||
//
|
||||
// tbSCRCF
|
||||
//
|
||||
this.tbSCRCF.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.tbSCRCF.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.tbSCRCF.Location = new System.Drawing.Point(338, 147);
|
||||
this.tbSCRCF.Name = "tbSCRCF";
|
||||
this.tbSCRCF.ReadOnly = true;
|
||||
this.tbSCRCF.Size = new System.Drawing.Size(232, 38);
|
||||
this.tbSCRCF.TabIndex = 112;
|
||||
//
|
||||
// tbSC
|
||||
//
|
||||
this.tbSC.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.tbSC.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.tbSC.Location = new System.Drawing.Point(104, 147);
|
||||
this.tbSC.Name = "tbSC";
|
||||
this.tbSC.ReadOnly = true;
|
||||
this.tbSC.Size = new System.Drawing.Size(232, 38);
|
||||
this.tbSC.TabIndex = 111;
|
||||
//
|
||||
// tbSID
|
||||
//
|
||||
this.tbSID.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.tbSID.Location = new System.Drawing.Point(433, 53);
|
||||
this.tbSID.Name = "tbSID";
|
||||
this.tbSID.ReadOnly = true;
|
||||
this.tbSID.Size = new System.Drawing.Size(137, 30);
|
||||
this.tbSID.TabIndex = 108;
|
||||
this.tbSID.Text = "000000000";
|
||||
this.tbSID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbRemarkO
|
||||
//
|
||||
this.tbRemarkO.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
@@ -507,7 +577,7 @@ namespace FEQ0000.Purchase
|
||||
this.arLabel1.ForeColor = System.Drawing.Color.Black;
|
||||
this.arLabel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.arLabel1.Name = "arLabel1";
|
||||
this.arLabel1.Size = new System.Drawing.Size(582, 23);
|
||||
this.arLabel1.Size = new System.Drawing.Size(985, 23);
|
||||
this.arLabel1.TabIndex = 86;
|
||||
this.arLabel1.Text = "품목정보";
|
||||
this.arLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
@@ -560,7 +630,7 @@ namespace FEQ0000.Purchase
|
||||
this.panel3.Location = new System.Drawing.Point(0, 363);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Padding = new System.Windows.Forms.Padding(0, 0, 10, 10);
|
||||
this.panel3.Size = new System.Drawing.Size(582, 351);
|
||||
this.panel3.Size = new System.Drawing.Size(985, 351);
|
||||
this.panel3.TabIndex = 89;
|
||||
//
|
||||
// tbInPrice
|
||||
@@ -637,7 +707,7 @@ namespace FEQ0000.Purchase
|
||||
//
|
||||
this.btOK.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.btOK.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.btOK.Location = new System.Drawing.Point(433, 23);
|
||||
this.btOK.Location = new System.Drawing.Point(836, 23);
|
||||
this.btOK.Name = "btOK";
|
||||
this.btOK.Size = new System.Drawing.Size(139, 318);
|
||||
this.btOK.TabIndex = 102;
|
||||
@@ -654,81 +724,11 @@ namespace FEQ0000.Purchase
|
||||
this.arLabel3.ForeColor = System.Drawing.Color.Black;
|
||||
this.arLabel3.Location = new System.Drawing.Point(0, 0);
|
||||
this.arLabel3.Name = "arLabel3";
|
||||
this.arLabel3.Size = new System.Drawing.Size(572, 23);
|
||||
this.arLabel3.Size = new System.Drawing.Size(975, 23);
|
||||
this.arLabel3.TabIndex = 86;
|
||||
this.arLabel3.Text = "입고정보";
|
||||
this.arLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// tbSID
|
||||
//
|
||||
this.tbSID.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.tbSID.Location = new System.Drawing.Point(433, 53);
|
||||
this.tbSID.Name = "tbSID";
|
||||
this.tbSID.ReadOnly = true;
|
||||
this.tbSID.Size = new System.Drawing.Size(137, 30);
|
||||
this.tbSID.TabIndex = 108;
|
||||
this.tbSID.Text = "000000000";
|
||||
this.tbSID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbSCRCF
|
||||
//
|
||||
this.tbSCRCF.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.tbSCRCF.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.tbSCRCF.Location = new System.Drawing.Point(338, 147);
|
||||
this.tbSCRCF.Name = "tbSCRCF";
|
||||
this.tbSCRCF.ReadOnly = true;
|
||||
this.tbSCRCF.Size = new System.Drawing.Size(232, 38);
|
||||
this.tbSCRCF.TabIndex = 112;
|
||||
//
|
||||
// tbSC
|
||||
//
|
||||
this.tbSC.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.tbSC.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.tbSC.Location = new System.Drawing.Point(104, 147);
|
||||
this.tbSC.Name = "tbSC";
|
||||
this.tbSC.ReadOnly = true;
|
||||
this.tbSC.Size = new System.Drawing.Size(232, 38);
|
||||
this.tbSC.TabIndex = 111;
|
||||
//
|
||||
// label10
|
||||
//
|
||||
label10.AutoSize = true;
|
||||
label10.Location = new System.Drawing.Point(40, 171);
|
||||
label10.Name = "label10";
|
||||
label10.Size = new System.Drawing.Size(58, 12);
|
||||
label10.TabIndex = 109;
|
||||
label10.Text = "SCR/CF#";
|
||||
//
|
||||
// label15
|
||||
//
|
||||
label15.AutoSize = true;
|
||||
label15.Location = new System.Drawing.Point(76, 152);
|
||||
label15.Name = "label15";
|
||||
label15.Size = new System.Drawing.Size(22, 12);
|
||||
label15.TabIndex = 110;
|
||||
label15.Text = "SC";
|
||||
//
|
||||
// label14
|
||||
//
|
||||
label14.AutoSize = true;
|
||||
label14.Font = new System.Drawing.Font("맑은 고딕", 15F);
|
||||
label14.Location = new System.Drawing.Point(67, 303);
|
||||
label14.Name = "label14";
|
||||
label14.Size = new System.Drawing.Size(38, 28);
|
||||
label14.TabIndex = 115;
|
||||
label14.Text = "PO";
|
||||
//
|
||||
// label7
|
||||
//
|
||||
label7.AutoSize = true;
|
||||
label7.Font = new System.Drawing.Font("맑은 고딕", 15F);
|
||||
label7.Location = new System.Drawing.Point(53, 221);
|
||||
label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label7.Name = "label7";
|
||||
label7.Size = new System.Drawing.Size(52, 28);
|
||||
label7.TabIndex = 116;
|
||||
label7.Text = "비고";
|
||||
//
|
||||
// fPurchaseNR_Ipgo
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
|
||||
Reference in New Issue
Block a user