..
This commit is contained in:
		| @@ -77,7 +77,6 @@ | ||||
|             this.cmbState = new System.Windows.Forms.ComboBox(); | ||||
|             this.cmbRequest = new System.Windows.Forms.ComboBox(); | ||||
|             this.cmbReceive = new System.Windows.Forms.ComboBox(); | ||||
|             this.tbPumIDX = new System.Windows.Forms.TextBox(); | ||||
|             this.dtInDate = new System.Windows.Forms.DateTimePicker(); | ||||
|             this.chkInDate = new System.Windows.Forms.CheckBox(); | ||||
|             this.dtExpDate = new System.Windows.Forms.DateTimePicker(); | ||||
| @@ -118,6 +117,7 @@ | ||||
|             this.dsPurchase = new FEQ0000.dsPurchase(); | ||||
|             this.bs = new System.Windows.Forms.BindingSource(this.components); | ||||
|             this.ta = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter(); | ||||
|             this.tbPumIDX = new System.Windows.Forms.Button(); | ||||
|             processLabel = new System.Windows.Forms.Label(); | ||||
|             receiveLabel = new System.Windows.Forms.Label(); | ||||
|             scLabel = new System.Windows.Forms.Label(); | ||||
| @@ -216,7 +216,7 @@ | ||||
|             // pumpriceLabel | ||||
|             //  | ||||
|             pumpriceLabel.AutoSize = true; | ||||
|             pumpriceLabel.Location = new System.Drawing.Point(7, 176); | ||||
|             pumpriceLabel.Location = new System.Drawing.Point(7, 175); | ||||
|             pumpriceLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||
|             pumpriceLabel.Name = "pumpriceLabel"; | ||||
|             pumpriceLabel.Size = new System.Drawing.Size(79, 20); | ||||
| @@ -330,7 +330,7 @@ | ||||
|             //  | ||||
|             label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; | ||||
|             label7.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             label7.Location = new System.Drawing.Point(11, 661); | ||||
|             label7.Location = new System.Drawing.Point(11, 640); | ||||
|             label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||
|             label7.Name = "label7"; | ||||
|             label7.Padding = new System.Windows.Forms.Padding(5); | ||||
| @@ -434,7 +434,7 @@ | ||||
|             //  | ||||
|             // label18 | ||||
|             //  | ||||
|             this.label18.Location = new System.Drawing.Point(277, 177); | ||||
|             this.label18.Location = new System.Drawing.Point(277, 175); | ||||
|             this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||
|             this.label18.Name = "label18"; | ||||
|             this.label18.Size = new System.Drawing.Size(198, 20); | ||||
| @@ -602,7 +602,7 @@ | ||||
|             //  | ||||
|             // btSave | ||||
|             //  | ||||
|             this.btSave.Location = new System.Drawing.Point(11, 770); | ||||
|             this.btSave.Location = new System.Drawing.Point(11, 749); | ||||
|             this.btSave.Margin = new System.Windows.Forms.Padding(4); | ||||
|             this.btSave.Name = "btSave"; | ||||
|             this.btSave.Size = new System.Drawing.Size(490, 43); | ||||
| @@ -650,18 +650,6 @@ | ||||
|             this.cmbReceive.Size = new System.Drawing.Size(286, 28); | ||||
|             this.cmbReceive.TabIndex = 5; | ||||
|             //  | ||||
|             // tbPumIDX | ||||
|             //  | ||||
|             this.tbPumIDX.Location = new System.Drawing.Point(410, 79); | ||||
|             this.tbPumIDX.Margin = new System.Windows.Forms.Padding(4); | ||||
|             this.tbPumIDX.Name = "tbPumIDX"; | ||||
|             this.tbPumIDX.ReadOnly = true; | ||||
|             this.tbPumIDX.Size = new System.Drawing.Size(64, 27); | ||||
|             this.tbPumIDX.TabIndex = 8; | ||||
|             this.tbPumIDX.TabStop = false; | ||||
|             this.tbPumIDX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||
|             this.toolTip1.SetToolTip(this.tbPumIDX, "Database ID"); | ||||
|             //  | ||||
|             // dtInDate | ||||
|             //  | ||||
|             this.dtInDate.Location = new System.Drawing.Point(112, 297); | ||||
| @@ -708,7 +696,7 @@ | ||||
|             //  | ||||
|             // btSaveAdd | ||||
|             //  | ||||
|             this.btSaveAdd.Location = new System.Drawing.Point(511, 770); | ||||
|             this.btSaveAdd.Location = new System.Drawing.Point(511, 749); | ||||
|             this.btSaveAdd.Margin = new System.Windows.Forms.Padding(4); | ||||
|             this.btSaveAdd.Name = "btSaveAdd"; | ||||
|             this.btSaveAdd.Size = new System.Drawing.Size(410, 43); | ||||
| @@ -719,6 +707,7 @@ | ||||
|             //  | ||||
|             // groupBox1 | ||||
|             //  | ||||
|             this.groupBox1.Controls.Add(this.tbPumIDX); | ||||
|             this.groupBox1.Controls.Add(this.tbStorage); | ||||
|             this.groupBox1.Controls.Add(this.label18); | ||||
|             this.groupBox1.Controls.Add(this.cmbRemark); | ||||
| @@ -745,7 +734,6 @@ | ||||
|             this.groupBox1.Controls.Add(deptLabel); | ||||
|             this.groupBox1.Controls.Add(this.tbSupplyIndex); | ||||
|             this.groupBox1.Controls.Add(pumamtLabel); | ||||
|             this.groupBox1.Controls.Add(this.tbPumIDX); | ||||
|             this.groupBox1.Controls.Add(this.cmbState); | ||||
|             this.groupBox1.Controls.Add(this.tbSID); | ||||
|             this.groupBox1.Controls.Add(this.tbQtyReq); | ||||
| @@ -766,7 +754,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, 651); | ||||
|             this.groupBox1.Size = new System.Drawing.Size(490, 628); | ||||
|             this.groupBox1.TabIndex = 0; | ||||
|             this.groupBox1.TabStop = false; | ||||
|             this.groupBox1.Text = "필수입력"; | ||||
| @@ -859,9 +847,9 @@ | ||||
|             // btSIDChk | ||||
|             //  | ||||
|             this.btSIDChk.BackColor = System.Drawing.Color.Gray; | ||||
|             this.btSIDChk.Location = new System.Drawing.Point(279, 264); | ||||
|             this.btSIDChk.Location = new System.Drawing.Point(274, 264); | ||||
|             this.btSIDChk.Name = "btSIDChk"; | ||||
|             this.btSIDChk.Size = new System.Drawing.Size(196, 34); | ||||
|             this.btSIDChk.Size = new System.Drawing.Size(201, 34); | ||||
|             this.btSIDChk.TabIndex = 27; | ||||
|             this.btSIDChk.Text = "SID 검사(SPR/NR)"; | ||||
|             this.btSIDChk.UseVisualStyleBackColor = false; | ||||
| @@ -951,7 +939,7 @@ | ||||
|             this.groupBox2.Margin = new System.Windows.Forms.Padding(4); | ||||
|             this.groupBox2.Name = "groupBox2"; | ||||
|             this.groupBox2.Padding = new System.Windows.Forms.Padding(4); | ||||
|             this.groupBox2.Size = new System.Drawing.Size(409, 650); | ||||
|             this.groupBox2.Size = new System.Drawing.Size(409, 627); | ||||
|             this.groupBox2.TabIndex = 0; | ||||
|             this.groupBox2.TabStop = false; | ||||
|             this.groupBox2.Text = "추가정보"; | ||||
| @@ -1064,7 +1052,7 @@ | ||||
|             //  | ||||
|             // button7 | ||||
|             //  | ||||
|             this.button7.Location = new System.Drawing.Point(4, 615); | ||||
|             this.button7.Location = new System.Drawing.Point(14, 590); | ||||
|             this.button7.Name = "button7"; | ||||
|             this.button7.Size = new System.Drawing.Size(93, 27); | ||||
|             this.button7.TabIndex = 29; | ||||
| @@ -1083,7 +1071,7 @@ | ||||
|             //  | ||||
|             // button6 | ||||
|             //  | ||||
|             this.button6.Location = new System.Drawing.Point(4, 583); | ||||
|             this.button6.Location = new System.Drawing.Point(14, 558); | ||||
|             this.button6.Name = "button6"; | ||||
|             this.button6.Size = new System.Drawing.Size(93, 27); | ||||
|             this.button6.TabIndex = 28; | ||||
| @@ -1093,7 +1081,7 @@ | ||||
|             //  | ||||
|             // button5 | ||||
|             //  | ||||
|             this.button5.Location = new System.Drawing.Point(4, 551); | ||||
|             this.button5.Location = new System.Drawing.Point(14, 526); | ||||
|             this.button5.Name = "button5"; | ||||
|             this.button5.Size = new System.Drawing.Size(93, 27); | ||||
|             this.button5.TabIndex = 27; | ||||
| @@ -1103,7 +1091,7 @@ | ||||
|             //  | ||||
|             // button4 | ||||
|             //  | ||||
|             this.button4.Location = new System.Drawing.Point(4, 519); | ||||
|             this.button4.Location = new System.Drawing.Point(14, 494); | ||||
|             this.button4.Name = "button4"; | ||||
|             this.button4.Size = new System.Drawing.Size(93, 27); | ||||
|             this.button4.TabIndex = 26; | ||||
| @@ -1125,7 +1113,7 @@ | ||||
|             // pictureBox1 | ||||
|             //  | ||||
|             this.pictureBox1.BackColor = System.Drawing.Color.Gray; | ||||
|             this.pictureBox1.Location = new System.Drawing.Point(104, 519); | ||||
|             this.pictureBox1.Location = new System.Drawing.Point(114, 494); | ||||
|             this.pictureBox1.Name = "pictureBox1"; | ||||
|             this.pictureBox1.Size = new System.Drawing.Size(286, 123); | ||||
|             this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; | ||||
| @@ -1152,11 +1140,20 @@ | ||||
|             //  | ||||
|             this.ta.ClearBeforeFill = true; | ||||
|             //  | ||||
|             // tbPumIDX | ||||
|             //  | ||||
|             this.tbPumIDX.Location = new System.Drawing.Point(410, 79); | ||||
|             this.tbPumIDX.Name = "tbPumIDX"; | ||||
|             this.tbPumIDX.Size = new System.Drawing.Size(65, 27); | ||||
|             this.tbPumIDX.TabIndex = 53; | ||||
|             this.tbPumIDX.UseVisualStyleBackColor = true; | ||||
|             this.tbPumIDX.Click += new System.EventHandler(this.tbPumIDX_Click); | ||||
|             //  | ||||
|             // fPurchase_Add | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(929, 821); | ||||
|             this.ClientSize = new System.Drawing.Size(929, 796); | ||||
|             this.Controls.Add(this.groupBox2); | ||||
|             this.Controls.Add(this.groupBox1); | ||||
|             this.Controls.Add(this.btSaveAdd); | ||||
| @@ -1203,7 +1200,6 @@ | ||||
|         private System.Windows.Forms.ComboBox cmbState; | ||||
|         private System.Windows.Forms.ComboBox cmbRequest; | ||||
|         private System.Windows.Forms.ComboBox cmbReceive; | ||||
|         private System.Windows.Forms.TextBox tbPumIDX; | ||||
|         private System.Windows.Forms.DateTimePicker dtInDate; | ||||
|         private System.Windows.Forms.CheckBox chkInDate; | ||||
|         private System.Windows.Forms.DateTimePicker dtExpDate; | ||||
| @@ -1245,5 +1241,6 @@ | ||||
|         private System.Windows.Forms.Label label18; | ||||
|         private System.Windows.Forms.DateTimePicker dtPrdate; | ||||
|         private System.Windows.Forms.CheckBox chkprdate; | ||||
|         private System.Windows.Forms.Button tbPumIDX; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi