namespace Project.Dialog { partial class QuickControl { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QuickControl)); this.timer1 = new System.Windows.Forms.Timer(this.components); this.panel1 = new System.Windows.Forms.Panel(); this.panBG = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.button60 = new System.Windows.Forms.Button(); this.button57 = new System.Windows.Forms.Button(); this.button51 = new System.Windows.Forms.Button(); this.button52 = new System.Windows.Forms.Button(); this.button58 = new System.Windows.Forms.Button(); this.button41 = new System.Windows.Forms.Button(); this.button44 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button54 = new System.Windows.Forms.Button(); this.button53 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button59 = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.button12 = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button(); this.button38 = new System.Windows.Forms.Button(); this.button40 = new System.Windows.Forms.Button(); this.button13 = new System.Windows.Forms.Button(); this.button24 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button(); this.button11 = new System.Windows.Forms.Button(); this.button18 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button14 = new System.Windows.Forms.Button(); this.button15 = new System.Windows.Forms.Button(); this.button16 = new System.Windows.Forms.Button(); this.panBG.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // timer1 // this.timer1.Interval = 500; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // panel1 // this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(5, 484); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(286, 7); this.panel1.TabIndex = 72; // // panBG // this.panBG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); this.panBG.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panBG.Controls.Add(this.panel1); this.panBG.Controls.Add(this.groupBox1); this.panBG.Controls.Add(this.panel2); this.panBG.Controls.Add(this.groupBox3); this.panBG.Dock = System.Windows.Forms.DockStyle.Fill; this.panBG.Location = new System.Drawing.Point(1, 1); this.panBG.Name = "panBG"; this.panBG.Padding = new System.Windows.Forms.Padding(5); this.panBG.Size = new System.Drawing.Size(298, 540); this.panBG.TabIndex = 73; // // groupBox1 // this.groupBox1.Controls.Add(this.tableLayoutPanel2); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.groupBox1.ForeColor = System.Drawing.Color.WhiteSmoke; this.groupBox1.Location = new System.Drawing.Point(5, 189); this.groupBox1.Margin = new System.Windows.Forms.Padding(2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(5, 3, 5, 5); this.groupBox1.Size = new System.Drawing.Size(286, 295); this.groupBox1.TabIndex = 78; this.groupBox1.TabStop = false; this.groupBox1.Text = "ETC"; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 4; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.Controls.Add(this.button60, 0, 3); this.tableLayoutPanel2.Controls.Add(this.button57, 0, 2); this.tableLayoutPanel2.Controls.Add(this.button51, 0, 1); this.tableLayoutPanel2.Controls.Add(this.button52, 1, 1); this.tableLayoutPanel2.Controls.Add(this.button58, 3, 2); this.tableLayoutPanel2.Controls.Add(this.button41, 0, 0); this.tableLayoutPanel2.Controls.Add(this.button44, 1, 0); this.tableLayoutPanel2.Controls.Add(this.button3, 1, 3); this.tableLayoutPanel2.Controls.Add(this.button54, 2, 1); this.tableLayoutPanel2.Controls.Add(this.button53, 3, 1); this.tableLayoutPanel2.Controls.Add(this.button5, 1, 2); this.tableLayoutPanel2.Controls.Add(this.button6, 2, 2); this.tableLayoutPanel2.Controls.Add(this.button4, 2, 3); this.tableLayoutPanel2.Controls.Add(this.button59, 3, 3); this.tableLayoutPanel2.Controls.Add(this.button8, 0, 4); this.tableLayoutPanel2.Controls.Add(this.button14, 1, 4); this.tableLayoutPanel2.Controls.Add(this.button15, 2, 4); this.tableLayoutPanel2.Controls.Add(this.button16, 3, 4); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(5, 19); this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(2); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 5; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.0005F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.0005F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.0005F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.99851F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(276, 271); this.tableLayoutPanel2.TabIndex = 0; // // button60 // this.button60.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.button60.Dock = System.Windows.Forms.DockStyle.Fill; this.button60.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button60.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button60.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button60.ForeColor = System.Drawing.Color.White; this.button60.Location = new System.Drawing.Point(4, 166); this.button60.Margin = new System.Windows.Forms.Padding(4); this.button60.Name = "button60"; this.button60.Size = new System.Drawing.Size(61, 46); this.button60.TabIndex = 61; this.button60.Tag = "0"; this.button60.Text = "LP전진"; this.button60.UseVisualStyleBackColor = false; this.button60.Click += new System.EventHandler(this.button60_Click); // // button57 // this.button57.BackColor = System.Drawing.Color.Olive; this.button57.Dock = System.Windows.Forms.DockStyle.Fill; this.button57.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button57.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button57.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button57.ForeColor = System.Drawing.Color.White; this.button57.Location = new System.Drawing.Point(4, 112); this.button57.Margin = new System.Windows.Forms.Padding(4); this.button57.Name = "button57"; this.button57.Size = new System.Drawing.Size(61, 46); this.button57.TabIndex = 59; this.button57.Tag = "2"; this.button57.Text = "LP-AIR"; this.button57.UseVisualStyleBackColor = false; this.button57.Click += new System.EventHandler(this.button57_Click); // // button51 // this.button51.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(64))))); this.button51.Dock = System.Windows.Forms.DockStyle.Fill; this.button51.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button51.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button51.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button51.ForeColor = System.Drawing.Color.White; this.button51.Location = new System.Drawing.Point(4, 58); this.button51.Margin = new System.Windows.Forms.Padding(4); this.button51.Name = "button51"; this.button51.Size = new System.Drawing.Size(61, 46); this.button51.TabIndex = 57; this.button51.Tag = "1"; this.button51.Text = "LP흡기"; this.button51.UseVisualStyleBackColor = false; this.button51.Click += new System.EventHandler(this.button51_Click); // // button52 // this.button52.BackColor = System.Drawing.Color.Navy; this.button52.Dock = System.Windows.Forms.DockStyle.Fill; this.button52.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button52.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button52.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button52.ForeColor = System.Drawing.Color.White; this.button52.Location = new System.Drawing.Point(73, 58); this.button52.Margin = new System.Windows.Forms.Padding(4); this.button52.Name = "button52"; this.button52.Size = new System.Drawing.Size(61, 46); this.button52.TabIndex = 57; this.button52.Tag = "2"; this.button52.Text = "LP배기"; this.button52.UseVisualStyleBackColor = false; this.button52.Click += new System.EventHandler(this.button51_Click); // // button58 // this.button58.BackColor = System.Drawing.Color.Olive; this.button58.Dock = System.Windows.Forms.DockStyle.Fill; this.button58.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button58.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button58.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button58.ForeColor = System.Drawing.Color.White; this.button58.Location = new System.Drawing.Point(211, 112); this.button58.Margin = new System.Windows.Forms.Padding(4); this.button58.Name = "button58"; this.button58.Size = new System.Drawing.Size(61, 46); this.button58.TabIndex = 59; this.button58.Tag = "2"; this.button58.Text = "RP-AIR"; this.button58.UseVisualStyleBackColor = false; this.button58.Click += new System.EventHandler(this.button58_Click); // // button41 // this.button41.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button41.Dock = System.Windows.Forms.DockStyle.Fill; this.button41.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button41.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button41.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button41.ForeColor = System.Drawing.Color.White; this.button41.Location = new System.Drawing.Point(4, 4); this.button41.Margin = new System.Windows.Forms.Padding(4); this.button41.Name = "button41"; this.button41.Size = new System.Drawing.Size(61, 46); this.button41.TabIndex = 57; this.button41.Text = "피커진공"; this.button41.UseVisualStyleBackColor = false; this.button41.Click += new System.EventHandler(this.button41_Click); // // button44 // this.button44.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.tableLayoutPanel2.SetColumnSpan(this.button44, 3); this.button44.Dock = System.Windows.Forms.DockStyle.Fill; this.button44.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button44.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button44.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button44.ForeColor = System.Drawing.Color.White; this.button44.Location = new System.Drawing.Point(72, 3); this.button44.Name = "button44"; this.button44.Size = new System.Drawing.Size(201, 48); this.button44.TabIndex = 58; this.button44.Text = "메인AIR"; this.button44.UseVisualStyleBackColor = false; this.button44.Click += new System.EventHandler(this.button44_Click); // // button3 // this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button3.Dock = System.Windows.Forms.DockStyle.Fill; this.button3.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button3.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold); this.button3.ForeColor = System.Drawing.Color.Gold; this.button3.Location = new System.Drawing.Point(72, 165); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(63, 48); this.button3.TabIndex = 58; this.button3.Text = "프린트"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click_1); // // button54 // this.button54.BackColor = System.Drawing.Color.Navy; this.button54.Dock = System.Windows.Forms.DockStyle.Fill; this.button54.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button54.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button54.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button54.ForeColor = System.Drawing.Color.White; this.button54.Location = new System.Drawing.Point(142, 58); this.button54.Margin = new System.Windows.Forms.Padding(4); this.button54.Name = "button54"; this.button54.Size = new System.Drawing.Size(61, 46); this.button54.TabIndex = 57; this.button54.Tag = "2"; this.button54.Text = "RP배기"; this.button54.UseVisualStyleBackColor = false; this.button54.Click += new System.EventHandler(this.button53_Click); // // button53 // this.button53.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(64))))); this.button53.Dock = System.Windows.Forms.DockStyle.Fill; this.button53.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button53.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button53.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button53.ForeColor = System.Drawing.Color.White; this.button53.Location = new System.Drawing.Point(211, 58); this.button53.Margin = new System.Windows.Forms.Padding(4); this.button53.Name = "button53"; this.button53.Size = new System.Drawing.Size(61, 46); this.button53.TabIndex = 57; this.button53.Tag = "1"; this.button53.Text = "RP흡기"; this.button53.UseVisualStyleBackColor = false; this.button53.Click += new System.EventHandler(this.button53_Click); // // button5 // this.button5.BackColor = System.Drawing.Color.Lime; this.button5.Dock = System.Windows.Forms.DockStyle.Fill; this.button5.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button5.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold); this.button5.ForeColor = System.Drawing.Color.Black; this.button5.Location = new System.Drawing.Point(72, 111); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(63, 48); this.button5.TabIndex = 58; this.button5.Text = "감지L"; this.button5.UseVisualStyleBackColor = false; // // button6 // this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button6.Dock = System.Windows.Forms.DockStyle.Fill; this.button6.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button6.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold); this.button6.ForeColor = System.Drawing.Color.White; this.button6.Location = new System.Drawing.Point(141, 111); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(63, 48); this.button6.TabIndex = 58; this.button6.Text = "감지R"; this.button6.UseVisualStyleBackColor = false; // // button4 // this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button4.Dock = System.Windows.Forms.DockStyle.Fill; this.button4.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button4.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold); this.button4.ForeColor = System.Drawing.Color.Gold; this.button4.Location = new System.Drawing.Point(141, 165); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(63, 48); this.button4.TabIndex = 58; this.button4.Text = "프린트"; this.button4.UseVisualStyleBackColor = false; this.button4.Click += new System.EventHandler(this.button4_Click_1); // // button59 // this.button59.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.button59.Dock = System.Windows.Forms.DockStyle.Fill; this.button59.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button59.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button59.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button59.ForeColor = System.Drawing.Color.White; this.button59.Location = new System.Drawing.Point(211, 166); this.button59.Margin = new System.Windows.Forms.Padding(4); this.button59.Name = "button59"; this.button59.Size = new System.Drawing.Size(61, 46); this.button59.TabIndex = 60; this.button59.Tag = "0"; this.button59.Text = "RP전진"; this.button59.UseVisualStyleBackColor = false; this.button59.Click += new System.EventHandler(this.button59_Click); // // panel2 // this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(5, 182); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(286, 7); this.panel2.TabIndex = 77; // // groupBox3 // this.groupBox3.Controls.Add(this.tableLayoutPanel1); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox3.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.groupBox3.ForeColor = System.Drawing.Color.WhiteSmoke; this.groupBox3.Location = new System.Drawing.Point(5, 5); this.groupBox3.Margin = new System.Windows.Forms.Padding(2); this.groupBox3.Name = "groupBox3"; this.groupBox3.Padding = new System.Windows.Forms.Padding(5, 3, 5, 5); this.groupBox3.Size = new System.Drawing.Size(286, 177); this.groupBox3.TabIndex = 76; this.groupBox3.TabStop = false; this.groupBox3.Text = "PORT Z-MOTOR"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 4; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.Controls.Add(this.button12, 0, 2); this.tableLayoutPanel1.Controls.Add(this.button10, 0, 2); this.tableLayoutPanel1.Controls.Add(this.button38, 1, 0); this.tableLayoutPanel1.Controls.Add(this.button40, 0, 0); this.tableLayoutPanel1.Controls.Add(this.button13, 0, 1); this.tableLayoutPanel1.Controls.Add(this.button24, 1, 1); this.tableLayoutPanel1.Controls.Add(this.button1, 2, 0); this.tableLayoutPanel1.Controls.Add(this.button2, 2, 1); this.tableLayoutPanel1.Controls.Add(this.button7, 2, 2); this.tableLayoutPanel1.Controls.Add(this.button9, 0, 3); this.tableLayoutPanel1.Controls.Add(this.button11, 1, 3); this.tableLayoutPanel1.Controls.Add(this.button18, 2, 3); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(5, 19); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 4; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.00062F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.00062F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.00062F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 24.99813F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(276, 153); this.tableLayoutPanel1.TabIndex = 0; // // button12 // this.button12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button12.Dock = System.Windows.Forms.DockStyle.Fill; this.button12.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button12.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button12.ForeColor = System.Drawing.Color.White; this.button12.Location = new System.Drawing.Point(73, 80); this.button12.Margin = new System.Windows.Forms.Padding(4); this.button12.Name = "button12"; this.button12.Size = new System.Drawing.Size(61, 30); this.button12.TabIndex = 61; this.button12.Tag = "1"; this.button12.Text = "▼"; this.button12.UseVisualStyleBackColor = false; this.button12.Click += new System.EventHandler(this.button10_Click_1); // // button10 // this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button10.Dock = System.Windows.Forms.DockStyle.Fill; this.button10.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button10.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button10.ForeColor = System.Drawing.Color.White; this.button10.Location = new System.Drawing.Point(4, 80); this.button10.Margin = new System.Windows.Forms.Padding(4); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(61, 30); this.button10.TabIndex = 60; this.button10.Tag = "0"; this.button10.Text = "▼"; this.button10.UseVisualStyleBackColor = false; this.button10.Click += new System.EventHandler(this.button10_Click_1); // // button38 // this.button38.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button38.Dock = System.Windows.Forms.DockStyle.Fill; this.button38.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button38.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button38.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button38.ForeColor = System.Drawing.Color.White; this.button38.Location = new System.Drawing.Point(73, 4); this.button38.Margin = new System.Windows.Forms.Padding(4); this.button38.Name = "button38"; this.button38.Size = new System.Drawing.Size(61, 30); this.button38.TabIndex = 57; this.button38.Tag = "1"; this.button38.Text = "▲"; this.button38.UseVisualStyleBackColor = false; this.button38.Click += new System.EventHandler(this.button40_Click); // // button40 // this.button40.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button40.Dock = System.Windows.Forms.DockStyle.Fill; this.button40.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button40.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button40.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button40.ForeColor = System.Drawing.Color.White; this.button40.Location = new System.Drawing.Point(4, 4); this.button40.Margin = new System.Windows.Forms.Padding(4); this.button40.Name = "button40"; this.button40.Size = new System.Drawing.Size(61, 30); this.button40.TabIndex = 55; this.button40.Tag = "0"; this.button40.Text = "▲"; this.button40.UseVisualStyleBackColor = false; this.button40.Click += new System.EventHandler(this.button40_Click); // // button13 // this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button13.Dock = System.Windows.Forms.DockStyle.Fill; this.button13.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button13.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button13.ForeColor = System.Drawing.Color.White; this.button13.Location = new System.Drawing.Point(4, 42); this.button13.Margin = new System.Windows.Forms.Padding(4); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(61, 30); this.button13.TabIndex = 62; this.button13.Tag = "0"; this.button13.Text = "STOP"; this.button13.UseVisualStyleBackColor = false; this.button13.Click += new System.EventHandler(this.button13_Click_2); // // button24 // this.button24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button24.Dock = System.Windows.Forms.DockStyle.Fill; this.button24.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button24.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button24.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button24.ForeColor = System.Drawing.Color.White; this.button24.Location = new System.Drawing.Point(73, 42); this.button24.Margin = new System.Windows.Forms.Padding(4); this.button24.Name = "button24"; this.button24.Size = new System.Drawing.Size(61, 30); this.button24.TabIndex = 62; this.button24.Tag = "1"; this.button24.Text = "STOP"; this.button24.UseVisualStyleBackColor = false; this.button24.Click += new System.EventHandler(this.button13_Click_2); // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button1.Dock = System.Windows.Forms.DockStyle.Fill; this.button1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button1.ForeColor = System.Drawing.Color.White; this.button1.Location = new System.Drawing.Point(142, 4); this.button1.Margin = new System.Windows.Forms.Padding(4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(61, 30); this.button1.TabIndex = 57; this.button1.Tag = "2"; this.button1.Text = "▲"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button40_Click); // // button2 // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button2.Dock = System.Windows.Forms.DockStyle.Fill; this.button2.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button2.ForeColor = System.Drawing.Color.White; this.button2.Location = new System.Drawing.Point(142, 42); this.button2.Margin = new System.Windows.Forms.Padding(4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(61, 30); this.button2.TabIndex = 62; this.button2.Tag = "2"; this.button2.Text = "STOP"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button13_Click_2); // // button7 // this.button7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button7.Dock = System.Windows.Forms.DockStyle.Fill; this.button7.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button7.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button7.ForeColor = System.Drawing.Color.White; this.button7.Location = new System.Drawing.Point(142, 80); this.button7.Margin = new System.Windows.Forms.Padding(4); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(61, 30); this.button7.TabIndex = 60; this.button7.Tag = "2"; this.button7.Text = "▼"; this.button7.UseVisualStyleBackColor = false; this.button7.Click += new System.EventHandler(this.button10_Click_1); // // button9 // this.button9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button9.Dock = System.Windows.Forms.DockStyle.Fill; this.button9.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button9.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button9.ForeColor = System.Drawing.Color.White; this.button9.Location = new System.Drawing.Point(4, 118); this.button9.Margin = new System.Windows.Forms.Padding(4); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(61, 31); this.button9.TabIndex = 60; this.button9.Tag = "0"; this.button9.Text = "MAG"; this.button9.UseVisualStyleBackColor = false; this.button9.Click += new System.EventHandler(this.button9_Click); // // button11 // this.button11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button11.Dock = System.Windows.Forms.DockStyle.Fill; this.button11.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button11.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button11.ForeColor = System.Drawing.Color.White; this.button11.Location = new System.Drawing.Point(73, 118); this.button11.Margin = new System.Windows.Forms.Padding(4); this.button11.Name = "button11"; this.button11.Size = new System.Drawing.Size(61, 31); this.button11.TabIndex = 60; this.button11.Tag = "1"; this.button11.Text = "MAG"; this.button11.UseVisualStyleBackColor = false; this.button11.Click += new System.EventHandler(this.button9_Click); // // button18 // this.button18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70))))); this.button18.Dock = System.Windows.Forms.DockStyle.Fill; this.button18.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button18.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button18.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button18.ForeColor = System.Drawing.Color.White; this.button18.Location = new System.Drawing.Point(142, 118); this.button18.Margin = new System.Windows.Forms.Padding(4); this.button18.Name = "button18"; this.button18.Size = new System.Drawing.Size(61, 31); this.button18.TabIndex = 60; this.button18.Tag = "2"; this.button18.Text = "MAG"; this.button18.UseVisualStyleBackColor = false; this.button18.Click += new System.EventHandler(this.button9_Click); // // button8 // this.button8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.button8.Dock = System.Windows.Forms.DockStyle.Fill; this.button8.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button8.Font = new System.Drawing.Font("맑은 고딕", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button8.ForeColor = System.Drawing.Color.Gold; this.button8.Location = new System.Drawing.Point(4, 220); this.button8.Margin = new System.Windows.Forms.Padding(4); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(61, 47); this.button8.TabIndex = 61; this.button8.Tag = "0"; this.button8.Text = "Y-"; this.button8.UseVisualStyleBackColor = false; this.button8.Click += new System.EventHandler(this.button8_Click); // // button14 // this.button14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.button14.Dock = System.Windows.Forms.DockStyle.Fill; this.button14.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button14.Font = new System.Drawing.Font("맑은 고딕", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button14.ForeColor = System.Drawing.Color.Tomato; this.button14.Location = new System.Drawing.Point(73, 220); this.button14.Margin = new System.Windows.Forms.Padding(4); this.button14.Name = "button14"; this.button14.Size = new System.Drawing.Size(61, 47); this.button14.TabIndex = 61; this.button14.Tag = "0"; this.button14.Text = "[R]"; this.button14.UseVisualStyleBackColor = false; this.button14.Click += new System.EventHandler(this.button14_Click); // // button15 // this.button15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.button15.Dock = System.Windows.Forms.DockStyle.Fill; this.button15.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button15.Font = new System.Drawing.Font("맑은 고딕", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button15.ForeColor = System.Drawing.Color.Gold; this.button15.Location = new System.Drawing.Point(142, 220); this.button15.Margin = new System.Windows.Forms.Padding(4); this.button15.Name = "button15"; this.button15.Size = new System.Drawing.Size(61, 47); this.button15.TabIndex = 61; this.button15.Tag = "0"; this.button15.Text = "Y-"; this.button15.UseVisualStyleBackColor = false; this.button15.Click += new System.EventHandler(this.button15_Click_1); // // button16 // this.button16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.button16.Dock = System.Windows.Forms.DockStyle.Fill; this.button16.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button16.Font = new System.Drawing.Font("맑은 고딕", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button16.ForeColor = System.Drawing.Color.Tomato; this.button16.Location = new System.Drawing.Point(211, 220); this.button16.Margin = new System.Windows.Forms.Padding(4); this.button16.Name = "button16"; this.button16.Size = new System.Drawing.Size(61, 47); this.button16.TabIndex = 61; this.button16.Tag = "0"; this.button16.Text = "[R]"; this.button16.UseVisualStyleBackColor = false; this.button16.Click += new System.EventHandler(this.button16_Click_2); // // QuickControl // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15))))); this.ClientSize = new System.Drawing.Size(300, 542); this.Controls.Add(this.panBG); this.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "QuickControl"; this.Padding = new System.Windows.Forms.Padding(1); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "수동조작"; this.TopMost = true; this.Load += new System.EventHandler(this.@__LoaD); this.panBG.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Panel panel1; public System.Windows.Forms.Panel panBG; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Button button38; private System.Windows.Forms.Button button40; public System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button button12; private System.Windows.Forms.Button button10; private System.Windows.Forms.Button button13; private System.Windows.Forms.Button button24; private System.Windows.Forms.Panel panel2; public System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Button button41; private System.Windows.Forms.Button button44; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button11; private System.Windows.Forms.Button button18; private System.Windows.Forms.Button button51; private System.Windows.Forms.Button button52; private System.Windows.Forms.Button button53; private System.Windows.Forms.Button button54; private System.Windows.Forms.Button button57; private System.Windows.Forms.Button button58; private System.Windows.Forms.Button button59; private System.Windows.Forms.Button button60; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button14; private System.Windows.Forms.Button button15; private System.Windows.Forms.Button button16; } }