namespace Project.Dialog { partial class fPickerMove { /// /// 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(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.btlw = new System.Windows.Forms.Button(); this.btc = new System.Windows.Forms.Button(); this.btl = new System.Windows.Forms.Button(); this.btrw = new System.Windows.Forms.Button(); this.btr = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button(); this.button11 = new System.Windows.Forms.Button(); this.button12 = new System.Windows.Forms.Button(); this.button13 = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 5; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel1.Controls.Add(this.btlw, 1, 0); this.tableLayoutPanel1.Controls.Add(this.btc, 2, 0); this.tableLayoutPanel1.Controls.Add(this.btl, 0, 0); this.tableLayoutPanel1.Controls.Add(this.btrw, 3, 0); this.tableLayoutPanel1.Controls.Add(this.btr, 4, 0); this.tableLayoutPanel1.Controls.Add(this.button6, 0, 1); this.tableLayoutPanel1.Controls.Add(this.button7, 3, 1); this.tableLayoutPanel1.Controls.Add(this.button8, 2, 1); this.tableLayoutPanel1.Controls.Add(this.button9, 0, 2); this.tableLayoutPanel1.Controls.Add(this.button10, 4, 2); this.tableLayoutPanel1.Controls.Add(this.button11, 1, 2); this.tableLayoutPanel1.Controls.Add(this.button12, 2, 2); this.tableLayoutPanel1.Controls.Add(this.button13, 3, 2); 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.Controls.Add(this.button4, 3, 3); this.tableLayoutPanel1.Controls.Add(this.button5, 4, 3); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); 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(822, 465); this.tableLayoutPanel1.TabIndex = 0; // // btlw // this.btlw.Dock = System.Windows.Forms.DockStyle.Fill; this.btlw.Font = new System.Drawing.Font("맑은 고딕", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btlw.Location = new System.Drawing.Point(174, 10); this.btlw.Margin = new System.Windows.Forms.Padding(10); this.btlw.Name = "btlw"; this.btlw.Size = new System.Drawing.Size(144, 96); this.btlw.TabIndex = 0; this.btlw.Text = "대기"; this.btlw.UseVisualStyleBackColor = true; this.btlw.Click += new System.EventHandler(this.button1_Click); // // btc // this.btc.Dock = System.Windows.Forms.DockStyle.Fill; this.btc.Font = new System.Drawing.Font("맑은 고딕", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btc.ForeColor = System.Drawing.Color.ForestGreen; this.btc.Location = new System.Drawing.Point(338, 10); this.btc.Margin = new System.Windows.Forms.Padding(10); this.btc.Name = "btc"; this.btc.Size = new System.Drawing.Size(144, 96); this.btc.TabIndex = 0; this.btc.Text = "중앙"; this.btc.UseVisualStyleBackColor = true; this.btc.Click += new System.EventHandler(this.button2_Click); // // btl // this.btl.Dock = System.Windows.Forms.DockStyle.Fill; this.btl.Font = new System.Drawing.Font("맑은 고딕", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btl.Location = new System.Drawing.Point(10, 10); this.btl.Margin = new System.Windows.Forms.Padding(10); this.btl.Name = "btl"; this.btl.Size = new System.Drawing.Size(144, 96); this.btl.TabIndex = 0; this.btl.Text = "좌측"; this.btl.UseVisualStyleBackColor = true; this.btl.Click += new System.EventHandler(this.button3_Click); // // btrw // this.btrw.Dock = System.Windows.Forms.DockStyle.Fill; this.btrw.Font = new System.Drawing.Font("맑은 고딕", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btrw.Location = new System.Drawing.Point(502, 10); this.btrw.Margin = new System.Windows.Forms.Padding(10); this.btrw.Name = "btrw"; this.btrw.Size = new System.Drawing.Size(144, 96); this.btrw.TabIndex = 0; this.btrw.Text = "대기"; this.btrw.UseVisualStyleBackColor = true; this.btrw.Click += new System.EventHandler(this.button4_Click); // // btr // this.btr.Dock = System.Windows.Forms.DockStyle.Fill; this.btr.Font = new System.Drawing.Font("맑은 고딕", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btr.Location = new System.Drawing.Point(666, 10); this.btr.Margin = new System.Windows.Forms.Padding(10); this.btr.Name = "btr"; this.btr.Size = new System.Drawing.Size(146, 96); this.btr.TabIndex = 0; this.btr.Text = "우측"; this.btr.UseVisualStyleBackColor = true; this.btr.Click += new System.EventHandler(this.button5_Click); // // button6 // this.tableLayoutPanel1.SetColumnSpan(this.button6, 2); this.button6.Dock = System.Windows.Forms.DockStyle.Fill; this.button6.Font = new System.Drawing.Font("Consolas", 35F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64))))); this.button6.Location = new System.Drawing.Point(10, 126); this.button6.Margin = new System.Windows.Forms.Padding(10); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(308, 96); this.button6.TabIndex = 1; this.button6.Text = "<< JOG"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); this.button6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button6_MouseDown); this.button6.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button6_MouseUp); // // button7 // this.tableLayoutPanel1.SetColumnSpan(this.button7, 2); this.button7.Dock = System.Windows.Forms.DockStyle.Fill; this.button7.Font = new System.Drawing.Font("Consolas", 35F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64))))); this.button7.Location = new System.Drawing.Point(502, 126); this.button7.Margin = new System.Windows.Forms.Padding(10); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(310, 96); this.button7.TabIndex = 1; this.button7.Text = "JOG >>"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); this.button7.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button6_MouseDown); this.button7.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button6_MouseUp); // // button8 // this.button8.Dock = System.Windows.Forms.DockStyle.Fill; this.button8.Font = new System.Drawing.Font("Consolas", 45F, System.Drawing.FontStyle.Bold); this.button8.ForeColor = System.Drawing.Color.Red; this.button8.Location = new System.Drawing.Point(338, 126); this.button8.Margin = new System.Windows.Forms.Padding(10); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(144, 96); this.button8.TabIndex = 2; this.button8.Text = "■"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // button9 // this.button9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.button9.Dock = System.Windows.Forms.DockStyle.Fill; this.button9.Font = new System.Drawing.Font("Consolas", 20F, System.Drawing.FontStyle.Bold); this.button9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.button9.Location = new System.Drawing.Point(10, 242); this.button9.Margin = new System.Windows.Forms.Padding(10); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(144, 96); this.button9.TabIndex = 3; this.button9.Text = "비젼검증\r\n취소(L)"; this.button9.UseVisualStyleBackColor = false; this.button9.Click += new System.EventHandler(this.button9_Click); // // button10 // this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.button10.Dock = System.Windows.Forms.DockStyle.Fill; this.button10.Font = new System.Drawing.Font("Consolas", 20F, System.Drawing.FontStyle.Bold); this.button10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.button10.Location = new System.Drawing.Point(666, 242); this.button10.Margin = new System.Windows.Forms.Padding(10); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(146, 96); this.button10.TabIndex = 4; this.button10.Text = "비젼검증\r\n취소(R)"; this.button10.UseVisualStyleBackColor = false; this.button10.Click += new System.EventHandler(this.button10_Click); // // button11 // this.button11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.button11.Dock = System.Windows.Forms.DockStyle.Fill; this.button11.Font = new System.Drawing.Font("Consolas", 20F, System.Drawing.FontStyle.Bold); this.button11.Location = new System.Drawing.Point(174, 242); this.button11.Margin = new System.Windows.Forms.Padding(10); this.button11.Name = "button11"; this.button11.Size = new System.Drawing.Size(144, 96); this.button11.TabIndex = 5; this.button11.Text = "프린트관리\r\n위치(L)"; this.button11.UseVisualStyleBackColor = false; this.button11.Click += new System.EventHandler(this.button11_Click); // // button12 // this.button12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.button12.Dock = System.Windows.Forms.DockStyle.Fill; this.button12.Font = new System.Drawing.Font("Consolas", 20F, System.Drawing.FontStyle.Bold); this.button12.Location = new System.Drawing.Point(338, 242); this.button12.Margin = new System.Windows.Forms.Padding(10); this.button12.Name = "button12"; this.button12.Size = new System.Drawing.Size(144, 96); this.button12.TabIndex = 5; this.button12.Text = "관리위치\r\n복귀"; this.button12.UseVisualStyleBackColor = false; this.button12.Click += new System.EventHandler(this.button12_Click); // // button13 // this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.button13.Dock = System.Windows.Forms.DockStyle.Fill; this.button13.Font = new System.Drawing.Font("Consolas", 20F, System.Drawing.FontStyle.Bold); this.button13.Location = new System.Drawing.Point(502, 242); this.button13.Margin = new System.Windows.Forms.Padding(10); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(144, 96); this.button13.TabIndex = 5; this.button13.Text = "프린트관리\r\n위치(R)"; this.button13.UseVisualStyleBackColor = false; this.button13.Click += new System.EventHandler(this.button13_Click); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // button1 // this.button1.Dock = System.Windows.Forms.DockStyle.Fill; this.button1.Enabled = false; this.button1.Font = new System.Drawing.Font("Consolas", 20F, System.Drawing.FontStyle.Bold); this.button1.Location = new System.Drawing.Point(10, 358); this.button1.Margin = new System.Windows.Forms.Padding(10); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(144, 97); this.button1.TabIndex = 6; this.button1.Text = "--"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.Dock = System.Windows.Forms.DockStyle.Fill; this.button2.Font = new System.Drawing.Font("Consolas", 20F, System.Drawing.FontStyle.Bold); this.button2.Location = new System.Drawing.Point(174, 358); this.button2.Margin = new System.Windows.Forms.Padding(10); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(144, 97); this.button2.TabIndex = 6; this.button2.Text = "프린트\r\n(L)"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click_1); // // button3 // this.button3.Dock = System.Windows.Forms.DockStyle.Fill; this.button3.Enabled = false; this.button3.Font = new System.Drawing.Font("Consolas", 20F, System.Drawing.FontStyle.Bold); this.button3.Location = new System.Drawing.Point(338, 358); this.button3.Margin = new System.Windows.Forms.Padding(10); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(144, 97); this.button3.TabIndex = 6; this.button3.Text = "--"; this.button3.UseVisualStyleBackColor = true; // // button4 // this.button4.Dock = System.Windows.Forms.DockStyle.Fill; this.button4.Font = new System.Drawing.Font("Consolas", 20F, System.Drawing.FontStyle.Bold); this.button4.Location = new System.Drawing.Point(502, 358); this.button4.Margin = new System.Windows.Forms.Padding(10); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(144, 97); this.button4.TabIndex = 6; this.button4.Text = "프린트\r\n(R)"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click_1); // // button5 // this.button5.Dock = System.Windows.Forms.DockStyle.Fill; this.button5.Enabled = false; this.button5.Font = new System.Drawing.Font("Consolas", 20F, System.Drawing.FontStyle.Bold); this.button5.Location = new System.Drawing.Point(666, 358); this.button5.Margin = new System.Windows.Forms.Padding(10); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(146, 97); this.button5.TabIndex = 6; this.button5.Text = "--"; this.button5.UseVisualStyleBackColor = true; // // fPickerMove // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(822, 465); this.Controls.Add(this.tableLayoutPanel1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "fPickerMove"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "피커(X) 이동 및 관리"; this.Load += new System.EventHandler(this.fPickerMove_Load); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Button btlw; private System.Windows.Forms.Button btc; private System.Windows.Forms.Button btl; private System.Windows.Forms.Button btrw; private System.Windows.Forms.Button btr; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button10; private System.Windows.Forms.Button button11; private System.Windows.Forms.Button button12; private System.Windows.Forms.Button button13; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; } }