..
This commit is contained in:
		| @@ -92,7 +92,6 @@ | ||||
|             this.chk2 = new System.Windows.Forms.CheckBox(); | ||||
|             this.chk1 = new System.Windows.Forms.CheckBox(); | ||||
|             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(); | ||||
|             this.button2 = new System.Windows.Forms.Button(); | ||||
| @@ -118,6 +117,7 @@ | ||||
|             this.dsPurchase = new FEQ0000.dsPurchase(); | ||||
|             this.purchaseBindingSource = new System.Windows.Forms.BindingSource(this.components); | ||||
|             this.purchaseTableAdapter = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter(); | ||||
|             this.tbStorage = new System.Windows.Forms.ComboBox(); | ||||
|             processLabel = new System.Windows.Forms.Label(); | ||||
|             receiveLabel = new System.Windows.Forms.Label(); | ||||
|             scLabel = new System.Windows.Forms.Label(); | ||||
| @@ -357,9 +357,9 @@ | ||||
|             label10.Location = new System.Drawing.Point(287, 237); | ||||
|             label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||
|             label10.Name = "label10"; | ||||
|             label10.Size = new System.Drawing.Size(75, 20); | ||||
|             label10.Size = new System.Drawing.Size(54, 20); | ||||
|             label10.TabIndex = 23; | ||||
|             label10.Text = "STORAGE"; | ||||
|             label10.Text = "보관소"; | ||||
|             //  | ||||
|             // label11 | ||||
|             //  | ||||
| @@ -729,6 +729,7 @@ | ||||
|             //  | ||||
|             // groupBox1 | ||||
|             //  | ||||
|             this.groupBox1.Controls.Add(this.tbStorage); | ||||
|             this.groupBox1.Controls.Add(label18); | ||||
|             this.groupBox1.Controls.Add(this.cmbRemark); | ||||
|             this.groupBox1.Controls.Add(this.cmbCurrency); | ||||
| @@ -739,7 +740,6 @@ | ||||
|             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); | ||||
|             this.groupBox1.Controls.Add(label9); | ||||
|             this.groupBox1.Controls.Add(this.tbPumPriceD); | ||||
| @@ -860,14 +860,6 @@ | ||||
|             this.btSIDChk.UseVisualStyleBackColor = false; | ||||
|             this.btSIDChk.Click += new System.EventHandler(this.btSIDChk_Click); | ||||
|             //  | ||||
|             // tbStorage | ||||
|             //  | ||||
|             this.tbStorage.Location = new System.Drawing.Point(370, 234); | ||||
|             this.tbStorage.Margin = new System.Windows.Forms.Padding(4); | ||||
|             this.tbStorage.Name = "tbStorage"; | ||||
|             this.tbStorage.Size = new System.Drawing.Size(104, 27); | ||||
|             this.tbStorage.TabIndex = 24; | ||||
|             //  | ||||
|             // tbPumPriceD | ||||
|             //  | ||||
|             this.tbPumPriceD.ForeColor = System.Drawing.Color.Blue; | ||||
| @@ -1135,6 +1127,19 @@ | ||||
|             //  | ||||
|             this.purchaseTableAdapter.ClearBeforeFill = true; | ||||
|             //  | ||||
|             // tbStorage | ||||
|             //  | ||||
|             this.tbStorage.FormattingEnabled = true; | ||||
|             this.tbStorage.ImeMode = System.Windows.Forms.ImeMode.Alpha; | ||||
|             this.tbStorage.Items.AddRange(new object[] { | ||||
|             "NR", | ||||
|             "SPR"}); | ||||
|             this.tbStorage.Location = new System.Drawing.Point(345, 233); | ||||
|             this.tbStorage.Margin = new System.Windows.Forms.Padding(4); | ||||
|             this.tbStorage.Name = "tbStorage"; | ||||
|             this.tbStorage.Size = new System.Drawing.Size(129, 28); | ||||
|             this.tbStorage.TabIndex = 52; | ||||
|             //  | ||||
|             // fPurchase_Add | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | ||||
| @@ -1208,7 +1213,6 @@ | ||||
|         private System.Windows.Forms.Button button6; | ||||
|         private System.Windows.Forms.Button button7; | ||||
|         private System.Windows.Forms.TextBox tbPumPriceD; | ||||
| 		private System.Windows.Forms.TextBox tbStorage; | ||||
|         private System.Windows.Forms.TextBox tbInQty; | ||||
|         private System.Windows.Forms.Button btSIDChk; | ||||
|         private System.Windows.Forms.Timer timer1; | ||||
| @@ -1226,5 +1230,6 @@ | ||||
|         private System.Windows.Forms.ComboBox tbManager; | ||||
|         private System.Windows.Forms.ComboBox cmbCurrency; | ||||
|         private System.Windows.Forms.ComboBox cmbRemark; | ||||
|         private System.Windows.Forms.ComboBox tbStorage; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi