구매 목록의 상태 핕터에 <=Received 항목 추가
This commit is contained in:
11
SubProject/FPJ0000/fHistAdd.Designer.cs
generated
11
SubProject/FPJ0000/fHistAdd.Designer.cs
generated
@@ -66,15 +66,16 @@
|
||||
this.tbRemark.Location = new System.Drawing.Point(247, 38);
|
||||
this.tbRemark.Multiline = true;
|
||||
this.tbRemark.Name = "tbRemark";
|
||||
this.tbRemark.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||||
this.tbRemark.Size = new System.Drawing.Size(524, 162);
|
||||
this.tbRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
||||
this.tbRemark.Size = new System.Drawing.Size(524, 291);
|
||||
this.tbRemark.TabIndex = 1;
|
||||
this.tbRemark.WordWrap = false;
|
||||
//
|
||||
// btOK
|
||||
//
|
||||
this.btOK.Location = new System.Drawing.Point(14, 209);
|
||||
this.btOK.Location = new System.Drawing.Point(13, 208);
|
||||
this.btOK.Name = "btOK";
|
||||
this.btOK.Size = new System.Drawing.Size(757, 38);
|
||||
this.btOK.Size = new System.Drawing.Size(220, 121);
|
||||
this.btOK.TabIndex = 3;
|
||||
this.btOK.Text = "확인(&S)";
|
||||
this.btOK.UseVisualStyleBackColor = true;
|
||||
@@ -84,7 +85,7 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(783, 257);
|
||||
this.ClientSize = new System.Drawing.Size(783, 340);
|
||||
this.Controls.Add(this.btOK);
|
||||
this.Controls.Add(this.tbRemark);
|
||||
this.Controls.Add(this.label2);
|
||||
|
||||
Reference in New Issue
Block a user