334 lines
19 KiB
C#
334 lines
19 KiB
C#
namespace Project.Dialog
|
|
{
|
|
partial class fSystem
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.btOpenDir = new System.Windows.Forms.Button();
|
|
this.arLabel4 = new System.Windows.Forms.Button();
|
|
this.btShutdown = new System.Windows.Forms.Button();
|
|
this.btRestart = new System.Windows.Forms.Button();
|
|
this.btStartMenu = new System.Windows.Forms.Button();
|
|
this.btTaskMgr = new System.Windows.Forms.Button();
|
|
this.btProcessList = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btEmulator = new System.Windows.Forms.Button();
|
|
this.btMakePatch = new System.Windows.Forms.Button();
|
|
this.btAutoRestart = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btOpenDir
|
|
//
|
|
this.btOpenDir.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72)))));
|
|
this.btOpenDir.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btOpenDir.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btOpenDir.Font = new System.Drawing.Font("Consolas", 12F);
|
|
this.btOpenDir.ForeColor = System.Drawing.Color.White;
|
|
this.btOpenDir.Location = new System.Drawing.Point(5, 5);
|
|
this.btOpenDir.Margin = new System.Windows.Forms.Padding(5);
|
|
this.btOpenDir.Name = "btOpenDir";
|
|
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.Click += new System.EventHandler(this.lbMsg_Click);
|
|
//
|
|
// arLabel4
|
|
//
|
|
this.arLabel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72)))));
|
|
this.arLabel4.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.arLabel4.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.arLabel4.Font = new System.Drawing.Font("Consolas", 12F);
|
|
this.arLabel4.ForeColor = System.Drawing.Color.White;
|
|
this.arLabel4.Location = new System.Drawing.Point(10, 412);
|
|
this.arLabel4.Margin = new System.Windows.Forms.Padding(5);
|
|
this.arLabel4.Name = "arLabel4";
|
|
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.Click += new System.EventHandler(this.arLabel4_Click);
|
|
//
|
|
// btShutdown
|
|
//
|
|
this.btShutdown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72)))));
|
|
this.btShutdown.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btShutdown.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btShutdown.Font = new System.Drawing.Font("Consolas", 12F);
|
|
this.btShutdown.ForeColor = System.Drawing.Color.White;
|
|
this.btShutdown.Location = new System.Drawing.Point(5, 94);
|
|
this.btShutdown.Margin = new System.Windows.Forms.Padding(5);
|
|
this.btShutdown.Name = "btShutdown";
|
|
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.Click += new System.EventHandler(this.arLabel9_Click);
|
|
//
|
|
// btRestart
|
|
//
|
|
this.btRestart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72)))));
|
|
this.btRestart.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btRestart.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btRestart.Font = new System.Drawing.Font("Consolas", 12F);
|
|
this.btRestart.ForeColor = System.Drawing.Color.White;
|
|
this.btRestart.Location = new System.Drawing.Point(216, 94);
|
|
this.btRestart.Margin = new System.Windows.Forms.Padding(5);
|
|
this.btRestart.Name = "btRestart";
|
|
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.Click += new System.EventHandler(this.arLabel10_Click);
|
|
//
|
|
// btStartMenu
|
|
//
|
|
this.btStartMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72)))));
|
|
this.btStartMenu.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btStartMenu.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btStartMenu.Font = new System.Drawing.Font("Consolas", 12F);
|
|
this.btStartMenu.ForeColor = System.Drawing.Color.White;
|
|
this.btStartMenu.Location = new System.Drawing.Point(427, 5);
|
|
this.btStartMenu.Margin = new System.Windows.Forms.Padding(5);
|
|
this.btStartMenu.Name = "btStartMenu";
|
|
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.Click += new System.EventHandler(this.arLabel1_Click);
|
|
//
|
|
// btTaskMgr
|
|
//
|
|
this.btTaskMgr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72)))));
|
|
this.btTaskMgr.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btTaskMgr.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btTaskMgr.Font = new System.Drawing.Font("Consolas", 12F);
|
|
this.btTaskMgr.ForeColor = System.Drawing.Color.White;
|
|
this.btTaskMgr.Location = new System.Drawing.Point(216, 5);
|
|
this.btTaskMgr.Margin = new System.Windows.Forms.Padding(5);
|
|
this.btTaskMgr.Name = "btTaskMgr";
|
|
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.Click += new System.EventHandler(this.arLabel6_Click);
|
|
//
|
|
// btProcessList
|
|
//
|
|
this.btProcessList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72)))));
|
|
this.btProcessList.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btProcessList.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btProcessList.Font = new System.Drawing.Font("Consolas", 12F);
|
|
this.btProcessList.ForeColor = System.Drawing.Color.White;
|
|
this.btProcessList.Location = new System.Drawing.Point(427, 94);
|
|
this.btProcessList.Margin = new System.Windows.Forms.Padding(5);
|
|
this.btProcessList.Name = "btProcessList";
|
|
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.Click += new System.EventHandler(this.arLabel2_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.label1.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(10, 389);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(633, 23);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "label1";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.label2.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(10, 366);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(633, 23);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "label1";
|
|
//
|
|
// btEmulator
|
|
//
|
|
this.btEmulator.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72)))));
|
|
this.btEmulator.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btEmulator.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btEmulator.Font = new System.Drawing.Font("Consolas", 12F);
|
|
this.btEmulator.ForeColor = System.Drawing.Color.White;
|
|
this.btEmulator.Location = new System.Drawing.Point(5, 183);
|
|
this.btEmulator.Margin = new System.Windows.Forms.Padding(5);
|
|
this.btEmulator.Name = "btEmulator";
|
|
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.Click += new System.EventHandler(this.arLabel3_Click);
|
|
//
|
|
// btMakePatch
|
|
//
|
|
this.btMakePatch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72)))));
|
|
this.btMakePatch.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btMakePatch.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btMakePatch.Font = new System.Drawing.Font("Consolas", 12F);
|
|
this.btMakePatch.ForeColor = System.Drawing.Color.White;
|
|
this.btMakePatch.Location = new System.Drawing.Point(216, 183);
|
|
this.btMakePatch.Margin = new System.Windows.Forms.Padding(5);
|
|
this.btMakePatch.Name = "btMakePatch";
|
|
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.Click += new System.EventHandler(this.arLabel5_Click);
|
|
//
|
|
// btAutoRestart
|
|
//
|
|
this.btAutoRestart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72)))));
|
|
this.btAutoRestart.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btAutoRestart.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btAutoRestart.Font = new System.Drawing.Font("Consolas", 12F);
|
|
this.btAutoRestart.ForeColor = System.Drawing.Color.White;
|
|
this.btAutoRestart.Location = new System.Drawing.Point(427, 183);
|
|
this.btAutoRestart.Margin = new System.Windows.Forms.Padding(5);
|
|
this.btAutoRestart.Name = "btAutoRestart";
|
|
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.Click += new System.EventHandler(this.arLabel7_Click);
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 3;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.Controls.Add(this.btOpenDir, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.btAutoRestart, 2, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.btTaskMgr, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.btMakePatch, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.btStartMenu, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.btEmulator, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.btShutdown, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.btRestart, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.btProcessList, 2, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.button1, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.button2, 1, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.button3, 2, 3);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(10, 10);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 4;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(633, 356);
|
|
this.tableLayoutPanel1.TabIndex = 7;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.button1.Location = new System.Drawing.Point(3, 270);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(205, 83);
|
|
this.button1.TabIndex = 7;
|
|
this.button1.Text = "Map Editor";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
|
//
|
|
// 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.UseVisualStyleBackColor = true;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.button3.Enabled = false;
|
|
this.button3.Location = new System.Drawing.Point(425, 270);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(205, 83);
|
|
this.button3.TabIndex = 7;
|
|
this.button3.Text = "---";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
//
|
|
// fSystem
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
this.ClientSize = new System.Drawing.Size(653, 473);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.arLabel4);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "fSystem";
|
|
this.Padding = new System.Windows.Forms.Padding(10);
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "fSystem";
|
|
this.Load += new System.EventHandler(this.fSystem_Load);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button btOpenDir;
|
|
private System.Windows.Forms.Button arLabel4;
|
|
private System.Windows.Forms.Button btTaskMgr;
|
|
private System.Windows.Forms.Button btShutdown;
|
|
private System.Windows.Forms.Button btRestart;
|
|
private System.Windows.Forms.Button btStartMenu;
|
|
private System.Windows.Forms.Button btProcessList;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btEmulator;
|
|
private System.Windows.Forms.Button btMakePatch;
|
|
private System.Windows.Forms.Button btAutoRestart;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button3;
|
|
}
|
|
} |