..
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;
|
||||
@@ -438,6 +477,37 @@ namespace FEQ0000.Purchase
|
||||
this.panel2.Size = new System.Drawing.Size(582, 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;
|
||||
@@ -659,77 +729,7 @@ namespace FEQ0000.Purchase
|
||||
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
|
||||
// fPurchaseEB_Ipgo
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
@@ -739,9 +739,9 @@ namespace FEQ0000.Purchase
|
||||
this.Controls.Add(this.panel1);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "fPurchaseNR_Ipgo";
|
||||
this.Name = "fPurchaseEB_Ipgo";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "NR 품목 입고";
|
||||
this.Text = " 전자실 품목 입고";
|
||||
this.Load += new System.EventHandler(this.fPurchaseCR_Ipgo_Load);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
|
||||
Reference in New Issue
Block a user