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

@@ -96,6 +96,7 @@
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "fNewID";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "fNewPassword";
this.Load += new System.EventHandler(this.fNewPassword_Load);
this.ResumeLayout(false);