namespace Project.Dialog { partial class fSystem { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lbMsg = new arCtl.arLabel(); this.arLabel4 = new arCtl.arLabel(); this.arLabel9 = new arCtl.arLabel(); this.arLabel10 = new arCtl.arLabel(); this.arLabel1 = new arCtl.arLabel(); this.arLabel6 = new arCtl.arLabel(); this.arLabel2 = new arCtl.arLabel(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.arLabel3 = new arCtl.arLabel(); this.arLabel5 = new arCtl.arLabel(); this.arLabel7 = new arCtl.arLabel(); this.SuspendLayout(); // // lbMsg // this.lbMsg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72))))); this.lbMsg.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))); this.lbMsg.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.lbMsg.BorderColor = System.Drawing.Color.LightSkyBlue; this.lbMsg.BorderColorOver = System.Drawing.Color.Red; this.lbMsg.BorderSize = new System.Windows.Forms.Padding(1); this.lbMsg.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.lbMsg.Cursor = System.Windows.Forms.Cursors.Hand; this.lbMsg.Font = new System.Drawing.Font("Consolas", 12F); this.lbMsg.ForeColor = System.Drawing.Color.White; this.lbMsg.GradientEnable = true; this.lbMsg.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.lbMsg.GradientRepeatBG = true; this.lbMsg.isButton = true; this.lbMsg.Location = new System.Drawing.Point(9, 8); this.lbMsg.Margin = new System.Windows.Forms.Padding(5); this.lbMsg.MouseDownColor = System.Drawing.Color.Yellow; this.lbMsg.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.lbMsg.msg = null; this.lbMsg.Name = "lbMsg"; this.lbMsg.ProgressBorderColor = System.Drawing.Color.Black; this.lbMsg.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.lbMsg.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.lbMsg.ProgressEnable = false; this.lbMsg.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.lbMsg.ProgressForeColor = System.Drawing.Color.Black; this.lbMsg.ProgressMax = 100F; this.lbMsg.ProgressMin = 0F; this.lbMsg.ProgressPadding = new System.Windows.Forms.Padding(0); this.lbMsg.ProgressValue = 0F; this.lbMsg.ShadowColor = System.Drawing.Color.Black; this.lbMsg.Sign = ""; this.lbMsg.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.lbMsg.SignColor = System.Drawing.Color.Yellow; this.lbMsg.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.lbMsg.Size = new System.Drawing.Size(165, 100); this.lbMsg.TabIndex = 2; this.lbMsg.Text = "폴더열기"; this.lbMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lbMsg.TextShadow = true; this.lbMsg.TextVisible = true; this.lbMsg.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.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))); this.arLabel4.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.arLabel4.BorderColor = System.Drawing.Color.LightSkyBlue; this.arLabel4.BorderColorOver = System.Drawing.Color.Red; this.arLabel4.BorderSize = new System.Windows.Forms.Padding(1); this.arLabel4.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.arLabel4.Cursor = System.Windows.Forms.Cursors.Hand; this.arLabel4.Font = new System.Drawing.Font("Consolas", 12F); this.arLabel4.ForeColor = System.Drawing.Color.White; this.arLabel4.GradientEnable = true; this.arLabel4.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arLabel4.GradientRepeatBG = true; this.arLabel4.isButton = true; this.arLabel4.Location = new System.Drawing.Point(9, 387); this.arLabel4.Margin = new System.Windows.Forms.Padding(5); this.arLabel4.MouseDownColor = System.Drawing.Color.Yellow; this.arLabel4.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.arLabel4.msg = null; this.arLabel4.Name = "arLabel4"; this.arLabel4.ProgressBorderColor = System.Drawing.Color.Black; this.arLabel4.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arLabel4.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arLabel4.ProgressEnable = false; this.arLabel4.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.arLabel4.ProgressForeColor = System.Drawing.Color.Black; this.arLabel4.ProgressMax = 100F; this.arLabel4.ProgressMin = 0F; this.arLabel4.ProgressPadding = new System.Windows.Forms.Padding(0); this.arLabel4.ProgressValue = 0F; this.arLabel4.ShadowColor = System.Drawing.Color.Black; this.arLabel4.Sign = ""; this.arLabel4.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel4.SignColor = System.Drawing.Color.Yellow; this.arLabel4.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.arLabel4.Size = new System.Drawing.Size(503, 51); this.arLabel4.TabIndex = 2; this.arLabel4.Text = "닫기"; this.arLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.arLabel4.TextShadow = true; this.arLabel4.TextVisible = true; this.arLabel4.Click += new System.EventHandler(this.arLabel4_Click); // // arLabel9 // this.arLabel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72))))); this.arLabel9.BackColor2 = System.Drawing.Color.Red; this.arLabel9.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.arLabel9.BorderColor = System.Drawing.Color.LightSkyBlue; this.arLabel9.BorderColorOver = System.Drawing.Color.Red; this.arLabel9.BorderSize = new System.Windows.Forms.Padding(1); this.arLabel9.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.arLabel9.Cursor = System.Windows.Forms.Cursors.Hand; this.arLabel9.Font = new System.Drawing.Font("Consolas", 12F); this.arLabel9.ForeColor = System.Drawing.Color.White; this.arLabel9.GradientEnable = true; this.arLabel9.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arLabel9.GradientRepeatBG = true; this.arLabel9.isButton = true; this.arLabel9.Location = new System.Drawing.Point(9, 112); this.arLabel9.Margin = new System.Windows.Forms.Padding(5); this.arLabel9.MouseDownColor = System.Drawing.Color.Yellow; this.arLabel9.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.arLabel9.msg = null; this.arLabel9.Name = "arLabel9"; this.arLabel9.ProgressBorderColor = System.Drawing.Color.Black; this.arLabel9.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arLabel9.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arLabel9.ProgressEnable = false; this.arLabel9.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.arLabel9.ProgressForeColor = System.Drawing.Color.Black; this.arLabel9.ProgressMax = 100F; this.arLabel9.ProgressMin = 0F; this.arLabel9.ProgressPadding = new System.Windows.Forms.Padding(0); this.arLabel9.ProgressValue = 0F; this.arLabel9.ShadowColor = System.Drawing.Color.Black; this.arLabel9.Sign = ""; this.arLabel9.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel9.SignColor = System.Drawing.Color.Yellow; this.arLabel9.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.arLabel9.Size = new System.Drawing.Size(165, 100); this.arLabel9.TabIndex = 2; this.arLabel9.Text = "시스템 종료"; this.arLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.arLabel9.TextShadow = true; this.arLabel9.TextVisible = true; this.arLabel9.Click += new System.EventHandler(this.arLabel9_Click); // // arLabel10 // this.arLabel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72))))); this.arLabel10.BackColor2 = System.Drawing.Color.DarkBlue; this.arLabel10.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.arLabel10.BorderColor = System.Drawing.Color.LightSkyBlue; this.arLabel10.BorderColorOver = System.Drawing.Color.Red; this.arLabel10.BorderSize = new System.Windows.Forms.Padding(1); this.arLabel10.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.arLabel10.Cursor = System.Windows.Forms.Cursors.Hand; this.arLabel10.Font = new System.Drawing.Font("Consolas", 12F); this.arLabel10.ForeColor = System.Drawing.Color.White; this.arLabel10.GradientEnable = true; this.arLabel10.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arLabel10.GradientRepeatBG = true; this.arLabel10.isButton = true; this.arLabel10.Location = new System.Drawing.Point(178, 112); this.arLabel10.Margin = new System.Windows.Forms.Padding(5); this.arLabel10.MouseDownColor = System.Drawing.Color.Yellow; this.arLabel10.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.arLabel10.msg = null; this.arLabel10.Name = "arLabel10"; this.arLabel10.ProgressBorderColor = System.Drawing.Color.Black; this.arLabel10.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arLabel10.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arLabel10.ProgressEnable = false; this.arLabel10.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.arLabel10.ProgressForeColor = System.Drawing.Color.Black; this.arLabel10.ProgressMax = 100F; this.arLabel10.ProgressMin = 0F; this.arLabel10.ProgressPadding = new System.Windows.Forms.Padding(0); this.arLabel10.ProgressValue = 0F; this.arLabel10.ShadowColor = System.Drawing.Color.Black; this.arLabel10.Sign = ""; this.arLabel10.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel10.SignColor = System.Drawing.Color.Yellow; this.arLabel10.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.arLabel10.Size = new System.Drawing.Size(165, 100); this.arLabel10.TabIndex = 2; this.arLabel10.Text = "시스템 재시작"; this.arLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.arLabel10.TextShadow = true; this.arLabel10.TextVisible = true; this.arLabel10.Click += new System.EventHandler(this.arLabel10_Click); // // arLabel1 // this.arLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72))))); this.arLabel1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))); this.arLabel1.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.arLabel1.BorderColor = System.Drawing.Color.LightSkyBlue; this.arLabel1.BorderColorOver = System.Drawing.Color.Red; this.arLabel1.BorderSize = new System.Windows.Forms.Padding(1); this.arLabel1.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.arLabel1.Cursor = System.Windows.Forms.Cursors.Hand; this.arLabel1.Font = new System.Drawing.Font("Consolas", 12F); this.arLabel1.ForeColor = System.Drawing.Color.White; this.arLabel1.GradientEnable = true; this.arLabel1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arLabel1.GradientRepeatBG = true; this.arLabel1.isButton = true; this.arLabel1.Location = new System.Drawing.Point(347, 8); this.arLabel1.Margin = new System.Windows.Forms.Padding(5); this.arLabel1.MouseDownColor = System.Drawing.Color.Yellow; this.arLabel1.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.arLabel1.msg = null; this.arLabel1.Name = "arLabel1"; this.arLabel1.ProgressBorderColor = System.Drawing.Color.Black; this.arLabel1.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arLabel1.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arLabel1.ProgressEnable = false; this.arLabel1.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.arLabel1.ProgressForeColor = System.Drawing.Color.Black; this.arLabel1.ProgressMax = 100F; this.arLabel1.ProgressMin = 0F; this.arLabel1.ProgressPadding = new System.Windows.Forms.Padding(0); this.arLabel1.ProgressValue = 0F; this.arLabel1.ShadowColor = System.Drawing.Color.Black; this.arLabel1.Sign = ""; this.arLabel1.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel1.SignColor = System.Drawing.Color.Yellow; this.arLabel1.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.arLabel1.Size = new System.Drawing.Size(165, 100); this.arLabel1.TabIndex = 2; this.arLabel1.Text = "시작메뉴"; this.arLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.arLabel1.TextShadow = true; this.arLabel1.TextVisible = true; this.arLabel1.Click += new System.EventHandler(this.arLabel1_Click); // // arLabel6 // this.arLabel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72))))); this.arLabel6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))); this.arLabel6.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.arLabel6.BorderColor = System.Drawing.Color.LightSkyBlue; this.arLabel6.BorderColorOver = System.Drawing.Color.Red; this.arLabel6.BorderSize = new System.Windows.Forms.Padding(1); this.arLabel6.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.arLabel6.Cursor = System.Windows.Forms.Cursors.Hand; this.arLabel6.Font = new System.Drawing.Font("Consolas", 12F); this.arLabel6.ForeColor = System.Drawing.Color.White; this.arLabel6.GradientEnable = true; this.arLabel6.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arLabel6.GradientRepeatBG = true; this.arLabel6.isButton = true; this.arLabel6.Location = new System.Drawing.Point(178, 8); this.arLabel6.Margin = new System.Windows.Forms.Padding(5); this.arLabel6.MouseDownColor = System.Drawing.Color.Yellow; this.arLabel6.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.arLabel6.msg = null; this.arLabel6.Name = "arLabel6"; this.arLabel6.ProgressBorderColor = System.Drawing.Color.Black; this.arLabel6.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arLabel6.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arLabel6.ProgressEnable = false; this.arLabel6.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.arLabel6.ProgressForeColor = System.Drawing.Color.Black; this.arLabel6.ProgressMax = 100F; this.arLabel6.ProgressMin = 0F; this.arLabel6.ProgressPadding = new System.Windows.Forms.Padding(0); this.arLabel6.ProgressValue = 0F; this.arLabel6.ShadowColor = System.Drawing.Color.Black; this.arLabel6.Sign = ""; this.arLabel6.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel6.SignColor = System.Drawing.Color.Yellow; this.arLabel6.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.arLabel6.Size = new System.Drawing.Size(165, 100); this.arLabel6.TabIndex = 2; this.arLabel6.Text = "작업관리자"; this.arLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.arLabel6.TextShadow = true; this.arLabel6.TextVisible = true; this.arLabel6.Click += new System.EventHandler(this.arLabel6_Click); // // arLabel2 // this.arLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72))))); this.arLabel2.BackColor2 = System.Drawing.Color.DarkBlue; this.arLabel2.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.arLabel2.BorderColor = System.Drawing.Color.LightSkyBlue; this.arLabel2.BorderColorOver = System.Drawing.Color.Red; this.arLabel2.BorderSize = new System.Windows.Forms.Padding(1); this.arLabel2.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.arLabel2.Cursor = System.Windows.Forms.Cursors.Hand; this.arLabel2.Font = new System.Drawing.Font("Consolas", 12F); this.arLabel2.ForeColor = System.Drawing.Color.White; this.arLabel2.GradientEnable = true; this.arLabel2.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arLabel2.GradientRepeatBG = true; this.arLabel2.isButton = true; this.arLabel2.Location = new System.Drawing.Point(347, 112); this.arLabel2.Margin = new System.Windows.Forms.Padding(5); this.arLabel2.MouseDownColor = System.Drawing.Color.Yellow; this.arLabel2.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.arLabel2.msg = null; this.arLabel2.Name = "arLabel2"; this.arLabel2.ProgressBorderColor = System.Drawing.Color.Black; this.arLabel2.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arLabel2.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arLabel2.ProgressEnable = false; this.arLabel2.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.arLabel2.ProgressForeColor = System.Drawing.Color.Black; this.arLabel2.ProgressMax = 100F; this.arLabel2.ProgressMin = 0F; this.arLabel2.ProgressPadding = new System.Windows.Forms.Padding(0); this.arLabel2.ProgressValue = 0F; this.arLabel2.ShadowColor = System.Drawing.Color.Black; this.arLabel2.Sign = ""; this.arLabel2.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel2.SignColor = System.Drawing.Color.Yellow; this.arLabel2.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.arLabel2.Size = new System.Drawing.Size(165, 100); this.arLabel2.TabIndex = 2; this.arLabel2.Text = "Process List"; this.arLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.arLabel2.TextShadow = true; this.arLabel2.TextVisible = true; this.arLabel2.Click += new System.EventHandler(this.arLabel2_Click); // // label1 // 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(9, 327); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(515, 23); this.label1.TabIndex = 3; this.label1.Text = "label1"; // // label2 // 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(9, 359); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(515, 23); this.label2.TabIndex = 3; this.label2.Text = "label1"; // // arLabel3 // this.arLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72))))); this.arLabel3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))); this.arLabel3.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.arLabel3.BorderColor = System.Drawing.Color.LightSkyBlue; this.arLabel3.BorderColorOver = System.Drawing.Color.Red; this.arLabel3.BorderSize = new System.Windows.Forms.Padding(1); this.arLabel3.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.arLabel3.Cursor = System.Windows.Forms.Cursors.Hand; this.arLabel3.Font = new System.Drawing.Font("Consolas", 12F); this.arLabel3.ForeColor = System.Drawing.Color.White; this.arLabel3.GradientEnable = true; this.arLabel3.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arLabel3.GradientRepeatBG = true; this.arLabel3.isButton = true; this.arLabel3.Location = new System.Drawing.Point(9, 216); this.arLabel3.Margin = new System.Windows.Forms.Padding(5); this.arLabel3.MouseDownColor = System.Drawing.Color.Yellow; this.arLabel3.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.arLabel3.msg = null; this.arLabel3.Name = "arLabel3"; this.arLabel3.ProgressBorderColor = System.Drawing.Color.Black; this.arLabel3.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arLabel3.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arLabel3.ProgressEnable = false; this.arLabel3.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.arLabel3.ProgressForeColor = System.Drawing.Color.Black; this.arLabel3.ProgressMax = 100F; this.arLabel3.ProgressMin = 0F; this.arLabel3.ProgressPadding = new System.Windows.Forms.Padding(0); this.arLabel3.ProgressValue = 0F; this.arLabel3.ShadowColor = System.Drawing.Color.Black; this.arLabel3.Sign = ""; this.arLabel3.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel3.SignColor = System.Drawing.Color.Yellow; this.arLabel3.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.arLabel3.Size = new System.Drawing.Size(165, 100); this.arLabel3.TabIndex = 4; this.arLabel3.Text = "Emulator"; this.arLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.arLabel3.TextShadow = true; this.arLabel3.TextVisible = true; this.arLabel3.Click += new System.EventHandler(this.arLabel3_Click); // // arLabel5 // this.arLabel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72))))); this.arLabel5.BackColor2 = System.Drawing.Color.Pink; this.arLabel5.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.arLabel5.BorderColor = System.Drawing.Color.LightSkyBlue; this.arLabel5.BorderColorOver = System.Drawing.Color.Red; this.arLabel5.BorderSize = new System.Windows.Forms.Padding(1); this.arLabel5.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.arLabel5.Cursor = System.Windows.Forms.Cursors.Hand; this.arLabel5.Font = new System.Drawing.Font("Consolas", 12F); this.arLabel5.ForeColor = System.Drawing.Color.White; this.arLabel5.GradientEnable = true; this.arLabel5.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arLabel5.GradientRepeatBG = true; this.arLabel5.isButton = true; this.arLabel5.Location = new System.Drawing.Point(178, 216); this.arLabel5.Margin = new System.Windows.Forms.Padding(5); this.arLabel5.MouseDownColor = System.Drawing.Color.Yellow; this.arLabel5.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.arLabel5.msg = null; this.arLabel5.Name = "arLabel5"; this.arLabel5.ProgressBorderColor = System.Drawing.Color.Black; this.arLabel5.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arLabel5.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arLabel5.ProgressEnable = false; this.arLabel5.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.arLabel5.ProgressForeColor = System.Drawing.Color.Black; this.arLabel5.ProgressMax = 100F; this.arLabel5.ProgressMin = 0F; this.arLabel5.ProgressPadding = new System.Windows.Forms.Padding(0); this.arLabel5.ProgressValue = 0F; this.arLabel5.ShadowColor = System.Drawing.Color.Black; this.arLabel5.Sign = ""; this.arLabel5.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel5.SignColor = System.Drawing.Color.Yellow; this.arLabel5.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.arLabel5.Size = new System.Drawing.Size(165, 100); this.arLabel5.TabIndex = 5; this.arLabel5.Text = "패치파일 생성"; this.arLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.arLabel5.TextShadow = true; this.arLabel5.TextVisible = true; this.arLabel5.Click += new System.EventHandler(this.arLabel5_Click); // // arLabel7 // this.arLabel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(72)))), ((int)(((byte)(72))))); this.arLabel7.BackColor2 = System.Drawing.Color.DarkBlue; this.arLabel7.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.arLabel7.BorderColor = System.Drawing.Color.LightSkyBlue; this.arLabel7.BorderColorOver = System.Drawing.Color.Red; this.arLabel7.BorderSize = new System.Windows.Forms.Padding(1); this.arLabel7.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.arLabel7.Cursor = System.Windows.Forms.Cursors.Hand; this.arLabel7.Font = new System.Drawing.Font("Consolas", 12F); this.arLabel7.ForeColor = System.Drawing.Color.White; this.arLabel7.GradientEnable = true; this.arLabel7.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arLabel7.GradientRepeatBG = true; this.arLabel7.isButton = true; this.arLabel7.Location = new System.Drawing.Point(347, 216); this.arLabel7.Margin = new System.Windows.Forms.Padding(5); this.arLabel7.MouseDownColor = System.Drawing.Color.Yellow; this.arLabel7.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.arLabel7.msg = null; this.arLabel7.Name = "arLabel7"; this.arLabel7.ProgressBorderColor = System.Drawing.Color.Black; this.arLabel7.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arLabel7.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arLabel7.ProgressEnable = false; this.arLabel7.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.arLabel7.ProgressForeColor = System.Drawing.Color.Black; this.arLabel7.ProgressMax = 100F; this.arLabel7.ProgressMin = 0F; this.arLabel7.ProgressPadding = new System.Windows.Forms.Padding(0); this.arLabel7.ProgressValue = 0F; this.arLabel7.ShadowColor = System.Drawing.Color.Black; this.arLabel7.Sign = ""; this.arLabel7.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel7.SignColor = System.Drawing.Color.Yellow; this.arLabel7.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.arLabel7.Size = new System.Drawing.Size(165, 100); this.arLabel7.TabIndex = 6; this.arLabel7.Text = "자동 재시작"; this.arLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.arLabel7.TextShadow = true; this.arLabel7.TextVisible = true; this.arLabel7.Click += new System.EventHandler(this.arLabel7_Click); // // 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(519, 451); this.Controls.Add(this.arLabel7); this.Controls.Add(this.arLabel5); this.Controls.Add(this.arLabel3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.arLabel4); this.Controls.Add(this.lbMsg); this.Controls.Add(this.arLabel9); this.Controls.Add(this.arLabel10); this.Controls.Add(this.arLabel1); this.Controls.Add(this.arLabel2); this.Controls.Add(this.arLabel6); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "fSystem"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "fSystem"; this.Load += new System.EventHandler(this.fSystem_Load); this.ResumeLayout(false); } #endregion private arCtl.arLabel lbMsg; private arCtl.arLabel arLabel4; private arCtl.arLabel arLabel6; private arCtl.arLabel arLabel9; private arCtl.arLabel arLabel10; private arCtl.arLabel arLabel1; private arCtl.arLabel arLabel2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private arCtl.arLabel arLabel3; private arCtl.arLabel arLabel5; private arCtl.arLabel arLabel7; } }