[성현모] 타이틀바, 리사이즈, 아이콘 추가

This commit is contained in:
SHM
2026-03-09 16:43:30 +09:00
parent 4db0c87735
commit 01a64ce2aa
8 changed files with 3957 additions and 2 deletions

View File

@ -28,13 +28,16 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
SuspendLayout();
//
// MainForm
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.FromArgb(24, 28, 32);
ClientSize = new Size(800, 450);
Icon = (Icon)resources.GetObject("$this.Icon");
Name = "MainForm";
Text = "eCIAv2";
ResumeLayout(false);