구매 목록의 상태 핕터에 <=Received 항목 추가

This commit is contained in:
chikyun.kim
2019-04-04 14:43:47 +09:00
parent 417e02a171
commit 1c40de0c12
6 changed files with 135 additions and 87 deletions

View File

@@ -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);