파트리스트, 품목추가화면에 minsize 적용

This commit is contained in:
chi
2021-02-16 09:47:02 +09:00
parent f68343e68c
commit 52f792cb0c
5 changed files with 130 additions and 128 deletions

View File

@@ -269,6 +269,7 @@
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 = "품목 추가";
this.Load += new System.EventHandler(this.fItemAdd_Load);