netoffice,
This commit is contained in:
4
SubProject/FCM0000/Item/fItemAdd.Designer.cs
generated
4
SubProject/FCM0000/Item/fItemAdd.Designer.cs
generated
@@ -347,7 +347,7 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 30F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(669, 526);
|
||||
this.ClientSize = new System.Drawing.Size(669, 520);
|
||||
this.Controls.Add(label5);
|
||||
this.Controls.Add(this.tbBarcode);
|
||||
this.Controls.Add(label4);
|
||||
@@ -377,8 +377,6 @@
|
||||
this.Controls.Add(this.tbUnit);
|
||||
this.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.MinimumSize = new System.Drawing.Size(685, 448);
|
||||
this.Name = "fItemAdd";
|
||||
this.Text = "품목 추가";
|
||||
|
||||
@@ -51,7 +51,7 @@ namespace FCM0000.Item
|
||||
this.Location = new Point(0, 0);
|
||||
}
|
||||
this.Show();
|
||||
Application.DoEvents();
|
||||
//Application.DoEvents();
|
||||
|
||||
if (tbSid.Text.isEmpty()) tbSid.Focus();
|
||||
else tbName.Focus();
|
||||
|
||||
Reference in New Issue
Block a user