This commit is contained in:
chikyun.kim
2018-10-11 08:27:09 +09:00
parent 68ebe71800
commit 663a2263f9
25 changed files with 1775 additions and 898 deletions

View File

@@ -101,6 +101,7 @@
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "fInfo_Staff";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "자리배치도";
this.Load += new System.EventHandler(this.fInfo_Staff_Load);
this.panel1.ResumeLayout(false);