acs command 창 추가

This commit is contained in:
backuppc
2026-02-27 09:59:36 +09:00
parent 24bd2d8a7f
commit 71b8a589c6
7 changed files with 582 additions and 14 deletions

View File

@@ -60,7 +60,7 @@
this.btOpenDir.Size = new System.Drawing.Size(201, 79);
this.btOpenDir.TabIndex = 2;
this.btOpenDir.Text = "폴더열기";
this.btOpenDir.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btOpenDir.UseVisualStyleBackColor = false;
this.btOpenDir.Click += new System.EventHandler(this.lbMsg_Click);
//
// arLabel4
@@ -76,7 +76,7 @@
this.arLabel4.Size = new System.Drawing.Size(633, 51);
this.arLabel4.TabIndex = 2;
this.arLabel4.Text = "닫기";
this.arLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.arLabel4.UseVisualStyleBackColor = false;
this.arLabel4.Click += new System.EventHandler(this.arLabel4_Click);
//
// btShutdown
@@ -92,7 +92,7 @@
this.btShutdown.Size = new System.Drawing.Size(201, 79);
this.btShutdown.TabIndex = 2;
this.btShutdown.Text = "시스템 종료";
this.btShutdown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btShutdown.UseVisualStyleBackColor = false;
this.btShutdown.Click += new System.EventHandler(this.arLabel9_Click);
//
// btRestart
@@ -108,7 +108,7 @@
this.btRestart.Size = new System.Drawing.Size(201, 79);
this.btRestart.TabIndex = 2;
this.btRestart.Text = "시스템 재시작";
this.btRestart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btRestart.UseVisualStyleBackColor = false;
this.btRestart.Click += new System.EventHandler(this.arLabel10_Click);
//
// btStartMenu
@@ -124,7 +124,7 @@
this.btStartMenu.Size = new System.Drawing.Size(201, 79);
this.btStartMenu.TabIndex = 2;
this.btStartMenu.Text = "시작메뉴";
this.btStartMenu.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btStartMenu.UseVisualStyleBackColor = false;
this.btStartMenu.Click += new System.EventHandler(this.arLabel1_Click);
//
// btTaskMgr
@@ -140,7 +140,7 @@
this.btTaskMgr.Size = new System.Drawing.Size(201, 79);
this.btTaskMgr.TabIndex = 2;
this.btTaskMgr.Text = "작업관리자";
this.btTaskMgr.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btTaskMgr.UseVisualStyleBackColor = false;
this.btTaskMgr.Click += new System.EventHandler(this.arLabel6_Click);
//
// btProcessList
@@ -156,7 +156,7 @@
this.btProcessList.Size = new System.Drawing.Size(201, 79);
this.btProcessList.TabIndex = 2;
this.btProcessList.Text = "Process List";
this.btProcessList.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btProcessList.UseVisualStyleBackColor = false;
this.btProcessList.Click += new System.EventHandler(this.arLabel2_Click);
//
// label1
@@ -194,7 +194,7 @@
this.btEmulator.Size = new System.Drawing.Size(201, 79);
this.btEmulator.TabIndex = 4;
this.btEmulator.Text = "Emulator";
this.btEmulator.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btEmulator.UseVisualStyleBackColor = false;
this.btEmulator.Click += new System.EventHandler(this.arLabel3_Click);
//
// btMakePatch
@@ -210,7 +210,7 @@
this.btMakePatch.Size = new System.Drawing.Size(201, 79);
this.btMakePatch.TabIndex = 5;
this.btMakePatch.Text = "패치파일 생성";
this.btMakePatch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btMakePatch.UseVisualStyleBackColor = false;
this.btMakePatch.Click += new System.EventHandler(this.arLabel5_Click);
//
// btAutoRestart
@@ -226,7 +226,7 @@
this.btAutoRestart.Size = new System.Drawing.Size(201, 79);
this.btAutoRestart.TabIndex = 6;
this.btAutoRestart.Text = "자동 재시작";
this.btAutoRestart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btAutoRestart.UseVisualStyleBackColor = false;
this.btAutoRestart.Click += new System.EventHandler(this.arLabel7_Click);
//
// tableLayoutPanel1
@@ -272,13 +272,13 @@
// button2
//
this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
this.button2.Enabled = false;
this.button2.Location = new System.Drawing.Point(214, 270);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(205, 83);
this.button2.TabIndex = 7;
this.button2.Text = "---";
this.button2.Text = "ACS Commmand";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click_1);
//
// button3
//