파트리스트, 품목추가화면에 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

@@ -139,8 +139,8 @@
this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager();
this.taPart = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter();
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
pdateLabel = new System.Windows.Forms.Label();
requestLabel = new System.Windows.Forms.Label();
reqstaffLabel = new System.Windows.Forms.Label();
@@ -1430,6 +1430,7 @@
this.Controls.Add(this.fpSpread1);
this.Controls.Add(this.bn);
this.Controls.Add(this.panel1);
this.MinimumSize = new System.Drawing.Size(1361, 700);
this.Name = "fPartList";
this.Text = "파트리스트";
this.Load += new System.EventHandler(this.fPartList_Load);