- 아이콘 추가

This commit is contained in:
2017-01-30 03:59:52 +09:00
parent a5d25b41fc
commit 60a017015f
6 changed files with 6286 additions and 102 deletions

View File

@@ -74,6 +74,8 @@
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnYes);
this.Name = "ModelessPopup";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "수동종목";
this.ResumeLayout(false);
this.PerformLayout();