주문내역 엑셀 업로드기능에서 공백제거 추가, 주문내역에서 품목정보 생성하는 기능 추가(관리자)
This commit is contained in:
		| @@ -44,7 +44,6 @@ | ||||
|             System.Windows.Forms.Label label3; | ||||
|             System.Windows.Forms.Label label6; | ||||
|             System.Windows.Forms.Label label8; | ||||
|             System.Windows.Forms.Label label9; | ||||
|             System.Windows.Forms.Label label10; | ||||
|             System.Windows.Forms.Label label2; | ||||
|             System.Windows.Forms.Label label4; | ||||
| @@ -104,6 +103,8 @@ | ||||
|             this.dsPurchase = new FEQ0000.dsPurchase(); | ||||
|             this.purchaseBindingSource = new System.Windows.Forms.BindingSource(this.components); | ||||
|             this.purchaseTableAdapter = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter(); | ||||
|             this.lbcurrentwon = new System.Windows.Forms.Label(); | ||||
|             this.cmbCurrency = new System.Windows.Forms.ComboBox(); | ||||
|             receiveLabel = new System.Windows.Forms.Label(); | ||||
|             scLabel = new System.Windows.Forms.Label(); | ||||
|             sidLabel = new System.Windows.Forms.Label(); | ||||
| @@ -118,7 +119,6 @@ | ||||
|             label3 = new System.Windows.Forms.Label(); | ||||
|             label6 = new System.Windows.Forms.Label(); | ||||
|             label8 = new System.Windows.Forms.Label(); | ||||
|             label9 = new System.Windows.Forms.Label(); | ||||
|             label10 = new System.Windows.Forms.Label(); | ||||
|             label2 = new System.Windows.Forms.Label(); | ||||
|             label4 = new System.Windows.Forms.Label(); | ||||
| @@ -276,18 +276,6 @@ | ||||
|             label8.TabIndex = 18; | ||||
|             label8.Text = "단가($)"; | ||||
|             //  | ||||
|             // label9 | ||||
|             //  | ||||
|             label9.AutoSize = true; | ||||
|             label9.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             label9.ForeColor = System.Drawing.Color.Blue; | ||||
|             label9.Location = new System.Drawing.Point(277, 215); | ||||
|             label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||
|             label9.Name = "label9"; | ||||
|             label9.Size = new System.Drawing.Size(163, 15); | ||||
|             label9.TabIndex = 37; | ||||
|             label9.Text = "해외물품은 좌측 단가를 입력"; | ||||
|             //  | ||||
|             // label10 | ||||
|             //  | ||||
|             label10.AutoSize = true; | ||||
| @@ -654,6 +642,8 @@ | ||||
|             //  | ||||
|             // groupBox1 | ||||
|             //  | ||||
|             this.groupBox1.Controls.Add(this.cmbCurrency); | ||||
|             this.groupBox1.Controls.Add(this.lbcurrentwon); | ||||
|             this.groupBox1.Controls.Add(this.tbQtyReal); | ||||
|             this.groupBox1.Controls.Add(label13); | ||||
|             this.groupBox1.Controls.Add(this.btSIDChk); | ||||
| @@ -663,7 +653,6 @@ | ||||
|             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); | ||||
|             this.groupBox1.Controls.Add(this.button3); | ||||
| @@ -753,7 +742,7 @@ | ||||
|             this.tbPumPriceD.Location = new System.Drawing.Point(94, 208); | ||||
|             this.tbPumPriceD.Margin = new System.Windows.Forms.Padding(4); | ||||
|             this.tbPumPriceD.Name = "tbPumPriceD"; | ||||
|             this.tbPumPriceD.Size = new System.Drawing.Size(178, 27); | ||||
|             this.tbPumPriceD.Size = new System.Drawing.Size(133, 27); | ||||
|             this.tbPumPriceD.TabIndex = 19; | ||||
|             this.tbPumPriceD.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; | ||||
|             this.tbPumPriceD.TextChanged += new System.EventHandler(this.tbDolloerPrice_TextChanged); | ||||
| @@ -930,6 +919,31 @@ | ||||
|             //  | ||||
|             this.purchaseTableAdapter.ClearBeforeFill = true; | ||||
|             //  | ||||
|             // lbcurrentwon | ||||
|             //  | ||||
|             this.lbcurrentwon.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.lbcurrentwon.ForeColor = System.Drawing.Color.Blue; | ||||
|             this.lbcurrentwon.Location = new System.Drawing.Point(322, 207); | ||||
|             this.lbcurrentwon.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||
|             this.lbcurrentwon.Name = "lbcurrentwon"; | ||||
|             this.lbcurrentwon.Size = new System.Drawing.Size(153, 28); | ||||
|             this.lbcurrentwon.TabIndex = 55; | ||||
|             this.lbcurrentwon.Text = "통화기호를 선택하세요"; | ||||
|             this.lbcurrentwon.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | ||||
|             //  | ||||
|             // cmbCurrency | ||||
|             //  | ||||
|             this.cmbCurrency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | ||||
|             this.cmbCurrency.FormattingEnabled = true; | ||||
|             this.cmbCurrency.Items.AddRange(new object[] { | ||||
|             "USD"}); | ||||
|             this.cmbCurrency.Location = new System.Drawing.Point(229, 207); | ||||
|             this.cmbCurrency.Margin = new System.Windows.Forms.Padding(4); | ||||
|             this.cmbCurrency.Name = "cmbCurrency"; | ||||
|             this.cmbCurrency.Size = new System.Drawing.Size(89, 28); | ||||
|             this.cmbCurrency.TabIndex = 56; | ||||
|             this.cmbCurrency.SelectedIndexChanged += new System.EventHandler(this.cmbCurrency_SelectedIndexChanged); | ||||
|             //  | ||||
|             // fPurchaseCR_Add | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | ||||
| @@ -1017,5 +1031,7 @@ | ||||
|         private System.Windows.Forms.TextBox tbQtyReal; | ||||
|         private System.Windows.Forms.TextBox tbAdmin; | ||||
|         private System.Windows.Forms.TextBox tbManager; | ||||
|         private System.Windows.Forms.Label lbcurrentwon; | ||||
|         private System.Windows.Forms.ComboBox cmbCurrency; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi