namespace Project.Dialog { partial class Motion_MoveToGroup { /// /// 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(Motion_MoveToGroup)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.btMove = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.lbMotPos = new System.Windows.Forms.ToolStripLabel(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.btSet = new System.Windows.Forms.ToolStripButton(); this.panel1 = new System.Windows.Forms.Panel(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.button3 = new System.Windows.Forms.Button(); this.button15 = new System.Windows.Forms.Button(); this.button14 = new System.Windows.Forms.Button(); this.button18 = new System.Windows.Forms.Button(); this.button17 = new System.Windows.Forms.Button(); this.button12 = new System.Windows.Forms.Button(); this.button11 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button13 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button(); this.button16 = new System.Windows.Forms.Button(); this.btAllZSafe = new System.Windows.Forms.Button(); this.panel11 = new System.Windows.Forms.Panel(); this.nudJogVel = new arFrame.Control.MotValueNumericUpDown(); this.button25 = new System.Windows.Forms.Button(); this.button24 = new System.Windows.Forms.Button(); this.button23 = new System.Windows.Forms.Button(); this.button22 = new System.Windows.Forms.Button(); this.button21 = new System.Windows.Forms.Button(); this.button20 = new System.Windows.Forms.Button(); this.button19 = new System.Windows.Forms.Button(); this.linkLabel8 = new arFrame.Control.MotLinkLabel(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.lbX = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel(); this.lbY = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel(); this.lbZ = new System.Windows.Forms.ToolStripStatusLabel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.panel2 = new System.Windows.Forms.Panel(); this.button30 = new System.Windows.Forms.Button(); this.btXNeg = new arFrame.Control.MotCommandButton(); this.btJogStop = new arFrame.Control.MotCommandButton(); this.btYPos = new arFrame.Control.MotCommandButton(); this.btYNeg = new arFrame.Control.MotCommandButton(); this.btXPos = new arFrame.Control.MotCommandButton(); this.btZNeg = new arFrame.Control.MotCommandButton(); this.motCommandButton1 = new arFrame.Control.MotCommandButton(); this.btZPos = new arFrame.Control.MotCommandButton(); this.button28 = new System.Windows.Forms.Button(); this.button29 = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.button31 = new System.Windows.Forms.Button(); this.tvFront = new System.Windows.Forms.TreeView(); this.tmDisplay = new System.Windows.Forms.Timer(this.components); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.tvOther2 = new System.Windows.Forms.TreeView(); this.tvOther = new System.Windows.Forms.TreeView(); this.tvRear = new System.Windows.Forms.TreeView(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.toolStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.panel11.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudJogVel)).BeginInit(); this.statusStrip1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.btMove, this.toolStripSeparator1, this.toolStripButton2, this.toolStripButton3, this.toolStripButton4, this.toolStripSeparator2, this.lbMotPos, this.toolStripSeparator3, this.btSet}); this.toolStrip1.Location = new System.Drawing.Point(0, 922); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1264, 39); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton1 // this.toolStripButton1.Image = global::Project.Properties.Resources.icons8_repeat_40; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(91, 36); this.toolStripButton1.Text = "Refresh"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // btMove // this.btMove.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.btMove.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btMove.Image = global::Project.Properties.Resources.icons8_move_right_40; this.btMove.ImageTransparentColor = System.Drawing.Color.Magenta; this.btMove.Name = "btMove"; this.btMove.Size = new System.Drawing.Size(231, 36); this.btMove.Text = "Move motion to selected coordinate"; this.btMove.Click += new System.EventHandler(this.toolStripButton2_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39); // // toolStripButton2 // this.toolStripButton2.Image = global::Project.Properties.Resources.Motor; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(95, 36); this.toolStripButton2.Text = "Motion Control"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click_1); // // toolStripButton3 // this.toolStripButton3.Image = global::Project.Properties.Resources.icons8_input_40; this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new System.Drawing.Size(88, 36); this.toolStripButton3.Text = "I/O Control"; this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); // // toolStripButton4 // this.toolStripButton4.Image = global::Project.Properties.Resources.icons8_object_40; this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton4.Name = "toolStripButton4"; this.toolStripButton4.Size = new System.Drawing.Size(67, 36); this.toolStripButton4.Text = "Function"; this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 39); // // lbMotPos // this.lbMotPos.Name = "lbMotPos"; this.lbMotPos.Size = new System.Drawing.Size(95, 36); this.lbMotPos.Text = "{Motor Position}"; // // toolStripSeparator3 // this.toolStripSeparator3.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 39); // // btSet // this.btSet.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.btSet.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btSet.Image = global::Project.Properties.Resources.icons8_save_to_grid_40; this.btSet.ImageTransparentColor = System.Drawing.Color.Magenta; this.btSet.Name = "btSet"; this.btSet.Size = new System.Drawing.Size(171, 36); this.btSet.Text = "Save as current command coordinate"; this.btSet.Click += new System.EventHandler(this.btSet_Click); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.panel1.Controls.Add(this.tableLayoutPanel3); this.panel1.Controls.Add(this.panel11); this.panel1.Controls.Add(this.statusStrip1); this.panel1.Controls.Add(this.tableLayoutPanel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(743, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(521, 922); this.panel1.TabIndex = 1; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 6; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel3.Controls.Add(this.button3, 0, 2); this.tableLayoutPanel3.Controls.Add(this.button15, 5, 0); this.tableLayoutPanel3.Controls.Add(this.button14, 5, 1); this.tableLayoutPanel3.Controls.Add(this.button18, 4, 0); this.tableLayoutPanel3.Controls.Add(this.button17, 4, 1); this.tableLayoutPanel3.Controls.Add(this.button12, 3, 0); this.tableLayoutPanel3.Controls.Add(this.button11, 3, 1); this.tableLayoutPanel3.Controls.Add(this.button9, 2, 0); this.tableLayoutPanel3.Controls.Add(this.button8, 2, 1); this.tableLayoutPanel3.Controls.Add(this.button6, 1, 0); this.tableLayoutPanel3.Controls.Add(this.button5, 1, 1); this.tableLayoutPanel3.Controls.Add(this.button1, 0, 0); this.tableLayoutPanel3.Controls.Add(this.button2, 0, 1); this.tableLayoutPanel3.Controls.Add(this.button13, 5, 2); this.tableLayoutPanel3.Controls.Add(this.button4, 1, 2); this.tableLayoutPanel3.Controls.Add(this.button7, 2, 2); this.tableLayoutPanel3.Controls.Add(this.button10, 3, 2); this.tableLayoutPanel3.Controls.Add(this.button16, 4, 2); this.tableLayoutPanel3.Controls.Add(this.btAllZSafe, 0, 3); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 435); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 4; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(521, 462); this.tableLayoutPanel3.TabIndex = 83; // // button3 // this.button3.Dock = System.Windows.Forms.DockStyle.Fill; this.button3.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button3.Location = new System.Drawing.Point(3, 233); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(80, 109); this.button3.TabIndex = 67; this.button3.Text = "Z-ZERO"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button1_Click); // // button15 // this.button15.Dock = System.Windows.Forms.DockStyle.Fill; this.button15.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button15.ForeColor = System.Drawing.Color.Red; this.button15.Location = new System.Drawing.Point(433, 3); this.button15.Name = "button15"; this.button15.Size = new System.Drawing.Size(85, 109); this.button15.TabIndex = 80; this.button15.Text = "X : +1mm"; this.button15.UseVisualStyleBackColor = true; this.button15.Click += new System.EventHandler(this.button13_Click); // // button14 // this.button14.Dock = System.Windows.Forms.DockStyle.Fill; this.button14.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button14.ForeColor = System.Drawing.Color.Red; this.button14.Location = new System.Drawing.Point(433, 118); this.button14.Name = "button14"; this.button14.Size = new System.Drawing.Size(85, 109); this.button14.TabIndex = 81; this.button14.Text = "Y : +1mm"; this.button14.UseVisualStyleBackColor = true; this.button14.Click += new System.EventHandler(this.button13_Click); // // button18 // this.button18.Dock = System.Windows.Forms.DockStyle.Fill; this.button18.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button18.ForeColor = System.Drawing.Color.Red; this.button18.Location = new System.Drawing.Point(347, 3); this.button18.Name = "button18"; this.button18.Size = new System.Drawing.Size(80, 109); this.button18.TabIndex = 77; this.button18.Text = "X : +0.1mm"; this.button18.UseVisualStyleBackColor = true; this.button18.Click += new System.EventHandler(this.button13_Click); // // button17 // this.button17.Dock = System.Windows.Forms.DockStyle.Fill; this.button17.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button17.ForeColor = System.Drawing.Color.Red; this.button17.Location = new System.Drawing.Point(347, 118); this.button17.Name = "button17"; this.button17.Size = new System.Drawing.Size(80, 109); this.button17.TabIndex = 78; this.button17.Text = "Y : +0.1mm"; this.button17.UseVisualStyleBackColor = true; this.button17.Click += new System.EventHandler(this.button13_Click); // // button12 // this.button12.Dock = System.Windows.Forms.DockStyle.Fill; this.button12.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button12.ForeColor = System.Drawing.Color.Blue; this.button12.Location = new System.Drawing.Point(261, 3); this.button12.Name = "button12"; this.button12.Size = new System.Drawing.Size(80, 109); this.button12.TabIndex = 74; this.button12.Text = "X : -0.1mm"; this.button12.UseVisualStyleBackColor = true; this.button12.Click += new System.EventHandler(this.button13_Click); // // button11 // this.button11.Dock = System.Windows.Forms.DockStyle.Fill; this.button11.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button11.ForeColor = System.Drawing.Color.Blue; this.button11.Location = new System.Drawing.Point(261, 118); this.button11.Name = "button11"; this.button11.Size = new System.Drawing.Size(80, 109); this.button11.TabIndex = 75; this.button11.Text = "Y : -0.1mm"; this.button11.UseVisualStyleBackColor = true; this.button11.Click += new System.EventHandler(this.button13_Click); // // button9 // this.button9.Dock = System.Windows.Forms.DockStyle.Fill; this.button9.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button9.ForeColor = System.Drawing.Color.Blue; this.button9.Location = new System.Drawing.Point(175, 3); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(80, 109); this.button9.TabIndex = 71; this.button9.Text = "X : -1mm"; this.button9.UseVisualStyleBackColor = true; this.button9.Click += new System.EventHandler(this.button13_Click); // // button8 // this.button8.Dock = System.Windows.Forms.DockStyle.Fill; this.button8.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button8.ForeColor = System.Drawing.Color.Blue; this.button8.Location = new System.Drawing.Point(175, 118); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(80, 109); this.button8.TabIndex = 72; this.button8.Text = "Y : -1mm"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button13_Click); // // button6 // this.button6.Dock = System.Windows.Forms.DockStyle.Fill; this.button6.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button6.Location = new System.Drawing.Point(89, 3); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(80, 109); this.button6.TabIndex = 68; this.button6.Text = "X-MOVE"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button1_Click); // // button5 // this.button5.Dock = System.Windows.Forms.DockStyle.Fill; this.button5.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button5.Location = new System.Drawing.Point(89, 118); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(80, 109); this.button5.TabIndex = 69; this.button5.Text = "Y-MOVE"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button1_Click); // // button1 // this.button1.Dock = System.Windows.Forms.DockStyle.Fill; this.button1.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button1.Location = new System.Drawing.Point(3, 3); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(80, 109); this.button1.TabIndex = 65; this.button1.Text = "X-ZERO"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Dock = System.Windows.Forms.DockStyle.Fill; this.button2.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button2.Location = new System.Drawing.Point(3, 118); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(80, 109); this.button2.TabIndex = 66; this.button2.Text = "Y-ZERO"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button1_Click); // // button13 // this.button13.Dock = System.Windows.Forms.DockStyle.Fill; this.button13.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button13.ForeColor = System.Drawing.Color.Red; this.button13.Location = new System.Drawing.Point(433, 233); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(85, 109); this.button13.TabIndex = 82; this.button13.Text = "Z : +1mm"; this.button13.UseVisualStyleBackColor = true; this.button13.Click += new System.EventHandler(this.button13_Click); // // button4 // this.button4.Dock = System.Windows.Forms.DockStyle.Fill; this.button4.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button4.Location = new System.Drawing.Point(89, 233); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(80, 109); this.button4.TabIndex = 70; this.button4.Text = "Z-MOVE"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button1_Click); // // button7 // this.button7.Dock = System.Windows.Forms.DockStyle.Fill; this.button7.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button7.ForeColor = System.Drawing.Color.Blue; this.button7.Location = new System.Drawing.Point(175, 233); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(80, 109); this.button7.TabIndex = 73; this.button7.Text = "Z : -1mm"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button13_Click); // // button10 // this.button10.Dock = System.Windows.Forms.DockStyle.Fill; this.button10.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button10.ForeColor = System.Drawing.Color.Blue; this.button10.Location = new System.Drawing.Point(261, 233); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(80, 109); this.button10.TabIndex = 76; this.button10.Text = "Z : -0.1mm"; this.button10.UseVisualStyleBackColor = true; this.button10.Click += new System.EventHandler(this.button13_Click); // // button16 // this.button16.Dock = System.Windows.Forms.DockStyle.Fill; this.button16.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button16.ForeColor = System.Drawing.Color.Red; this.button16.Location = new System.Drawing.Point(347, 233); this.button16.Name = "button16"; this.button16.Size = new System.Drawing.Size(80, 109); this.button16.TabIndex = 79; this.button16.Text = "Z : +0.1mm"; this.button16.UseVisualStyleBackColor = true; this.button16.Click += new System.EventHandler(this.button13_Click); // // btAllZSafe // this.btAllZSafe.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.tableLayoutPanel3.SetColumnSpan(this.btAllZSafe, 3); this.btAllZSafe.Dock = System.Windows.Forms.DockStyle.Fill; this.btAllZSafe.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold); this.btAllZSafe.ForeColor = System.Drawing.Color.White; this.btAllZSafe.Location = new System.Drawing.Point(3, 348); this.btAllZSafe.Name = "btAllZSafe"; this.btAllZSafe.Size = new System.Drawing.Size(252, 111); this.btAllZSafe.TabIndex = 83; this.btAllZSafe.Text = "All Z Axis to Safe Position"; this.btAllZSafe.UseVisualStyleBackColor = false; this.btAllZSafe.Click += new System.EventHandler(this.btAllZSafe_Click); // // panel11 // this.panel11.Controls.Add(this.nudJogVel); this.panel11.Controls.Add(this.button25); this.panel11.Controls.Add(this.button24); this.panel11.Controls.Add(this.button23); this.panel11.Controls.Add(this.button22); this.panel11.Controls.Add(this.button21); this.panel11.Controls.Add(this.button20); this.panel11.Controls.Add(this.button19); this.panel11.Controls.Add(this.linkLabel8); this.panel11.Dock = System.Windows.Forms.DockStyle.Top; this.panel11.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.panel11.Location = new System.Drawing.Point(0, 396); this.panel11.Name = "panel11"; this.panel11.Padding = new System.Windows.Forms.Padding(2); this.panel11.Size = new System.Drawing.Size(521, 39); this.panel11.TabIndex = 64; // // nudJogVel // this.nudJogVel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.nudJogVel.DecimalPlaces = 2; this.nudJogVel.Dock = System.Windows.Forms.DockStyle.Fill; this.nudJogVel.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.nudJogVel.Location = new System.Drawing.Point(63, 2); this.nudJogVel.Maximum = new decimal(new int[] { 9999999, 0, 0, 0}); this.nudJogVel.MotionIndex = -1; this.nudJogVel.Name = "nudJogVel"; this.nudJogVel.Size = new System.Drawing.Size(106, 34); this.nudJogVel.TabIndex = 0; this.nudJogVel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudJogVel.Value = new decimal(new int[] { 20, 0, 0, 0}); // // button25 // this.button25.Dock = System.Windows.Forms.DockStyle.Right; this.button25.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button25.Location = new System.Drawing.Point(169, 2); this.button25.Name = "button25"; this.button25.Size = new System.Drawing.Size(50, 35); this.button25.TabIndex = 48; this.button25.Text = "2"; this.button25.UseVisualStyleBackColor = true; this.button25.Click += new System.EventHandler(this.button25_Click); // // button24 // this.button24.Dock = System.Windows.Forms.DockStyle.Right; this.button24.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button24.Location = new System.Drawing.Point(219, 2); this.button24.Name = "button24"; this.button24.Size = new System.Drawing.Size(50, 35); this.button24.TabIndex = 47; this.button24.Text = "5"; this.button24.UseVisualStyleBackColor = true; this.button24.Click += new System.EventHandler(this.button25_Click); // // button23 // this.button23.Dock = System.Windows.Forms.DockStyle.Right; this.button23.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button23.Location = new System.Drawing.Point(269, 2); this.button23.Name = "button23"; this.button23.Size = new System.Drawing.Size(50, 35); this.button23.TabIndex = 46; this.button23.Text = "10"; this.button23.UseVisualStyleBackColor = true; this.button23.Click += new System.EventHandler(this.button25_Click); // // button22 // this.button22.Dock = System.Windows.Forms.DockStyle.Right; this.button22.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button22.Location = new System.Drawing.Point(319, 2); this.button22.Name = "button22"; this.button22.Size = new System.Drawing.Size(50, 35); this.button22.TabIndex = 45; this.button22.Text = "20"; this.button22.UseVisualStyleBackColor = true; this.button22.Click += new System.EventHandler(this.button25_Click); // // button21 // this.button21.Dock = System.Windows.Forms.DockStyle.Right; this.button21.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button21.Location = new System.Drawing.Point(369, 2); this.button21.Name = "button21"; this.button21.Size = new System.Drawing.Size(50, 35); this.button21.TabIndex = 44; this.button21.Text = "50"; this.button21.UseVisualStyleBackColor = true; this.button21.Click += new System.EventHandler(this.button25_Click); // // button20 // this.button20.Dock = System.Windows.Forms.DockStyle.Right; this.button20.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button20.Location = new System.Drawing.Point(419, 2); this.button20.Name = "button20"; this.button20.Size = new System.Drawing.Size(50, 35); this.button20.TabIndex = 43; this.button20.Text = "100"; this.button20.UseVisualStyleBackColor = true; this.button20.Click += new System.EventHandler(this.button25_Click); // // button19 // this.button19.Dock = System.Windows.Forms.DockStyle.Right; this.button19.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button19.Location = new System.Drawing.Point(469, 2); this.button19.Name = "button19"; this.button19.Size = new System.Drawing.Size(50, 35); this.button19.TabIndex = 42; this.button19.Text = "150"; this.button19.UseVisualStyleBackColor = true; this.button19.Click += new System.EventHandler(this.button25_Click); // // linkLabel8 // this.linkLabel8.Dock = System.Windows.Forms.DockStyle.Left; this.linkLabel8.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.linkLabel8.LinkColor = System.Drawing.Color.Blue; this.linkLabel8.Location = new System.Drawing.Point(2, 2); this.linkLabel8.motValueControl = this.nudJogVel; this.linkLabel8.Name = "linkLabel8"; this.linkLabel8.Size = new System.Drawing.Size(61, 35); this.linkLabel8.TabIndex = 41; this.linkLabel8.TabStop = true; this.linkLabel8.Text = "Speed"; this.linkLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1, this.lbX, this.toolStripStatusLabel5, this.lbY, this.toolStripStatusLabel3, this.lbZ}); this.statusStrip1.Location = new System.Drawing.Point(0, 897); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(521, 25); this.statusStrip1.TabIndex = 4; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(19, 20); this.toolStripStatusLabel1.Text = "X"; // // lbX // this.lbX.Name = "lbX"; this.lbX.Size = new System.Drawing.Size(17, 20); this.lbX.Text = "--"; // // toolStripStatusLabel5 // this.toolStripStatusLabel5.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.toolStripStatusLabel5.Name = "toolStripStatusLabel5"; this.toolStripStatusLabel5.Size = new System.Drawing.Size(18, 20); this.toolStripStatusLabel5.Text = "Y"; // // lbY // this.lbY.Name = "lbY"; this.lbY.Size = new System.Drawing.Size(17, 20); this.lbY.Text = "--"; // // toolStripStatusLabel3 // this.toolStripStatusLabel3.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.toolStripStatusLabel3.Name = "toolStripStatusLabel3"; this.toolStripStatusLabel3.Size = new System.Drawing.Size(18, 20); this.toolStripStatusLabel3.Text = "Z"; // // lbZ // this.lbZ.Name = "lbZ"; this.lbZ.Size = new System.Drawing.Size(17, 20); this.lbZ.Text = "--"; // // tableLayoutPanel2 // this.tableLayoutPanel2.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tableLayoutPanel2.ColumnCount = 4; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.00015F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.00015F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.00015F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 24.99953F)); this.tableLayoutPanel2.Controls.Add(this.panel2, 2, 0); this.tableLayoutPanel2.Controls.Add(this.btXNeg, 0, 1); this.tableLayoutPanel2.Controls.Add(this.btJogStop, 1, 1); this.tableLayoutPanel2.Controls.Add(this.btYPos, 1, 2); this.tableLayoutPanel2.Controls.Add(this.btYNeg, 1, 0); this.tableLayoutPanel2.Controls.Add(this.btXPos, 2, 1); this.tableLayoutPanel2.Controls.Add(this.btZNeg, 3, 0); this.tableLayoutPanel2.Controls.Add(this.motCommandButton1, 3, 1); this.tableLayoutPanel2.Controls.Add(this.btZPos, 3, 2); this.tableLayoutPanel2.Controls.Add(this.button28, 0, 2); this.tableLayoutPanel2.Controls.Add(this.button29, 2, 2); this.tableLayoutPanel2.Controls.Add(this.panel3, 0, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 3; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(521, 396); this.tableLayoutPanel2.TabIndex = 3; // // panel2 // this.panel2.Controls.Add(this.button30); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(264, 4); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(123, 124); this.panel2.TabIndex = 3; // // button30 // this.button30.Dock = System.Windows.Forms.DockStyle.Fill; this.button30.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold); this.button30.Image = ((System.Drawing.Image)(resources.GetObject("button30.Image"))); this.button30.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.button30.Location = new System.Drawing.Point(0, 0); this.button30.Name = "button30"; this.button30.Padding = new System.Windows.Forms.Padding(0, 20, 0, 15); this.button30.Size = new System.Drawing.Size(123, 124); this.button30.TabIndex = 6; this.button30.Text = "AIR"; this.button30.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.button30.UseVisualStyleBackColor = true; this.button30.Click += new System.EventHandler(this.button30_Click); // // btXNeg // this.btXNeg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.btXNeg.Dock = System.Windows.Forms.DockStyle.Fill; this.btXNeg.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btXNeg.ForeColor = System.Drawing.Color.Red; this.btXNeg.Location = new System.Drawing.Point(1, 132); this.btXNeg.Margin = new System.Windows.Forms.Padding(0); this.btXNeg.motAccControl = null; this.btXNeg.motCommand = arFrame.Control.MotCommandButton.eCommand.AbsoluteMove; this.btXNeg.motSpdControl = null; this.btXNeg.motValueControl = null; this.btXNeg.Name = "btXNeg"; this.btXNeg.Size = new System.Drawing.Size(129, 130); this.btXNeg.TabIndex = 0; this.btXNeg.Tag = "X-"; this.btXNeg.Text = "X\r\nNEG(-)"; this.btXNeg.UseVisualStyleBackColor = false; this.btXNeg.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btJogUp_MouseDown); this.btXNeg.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btAClear_MouseUp); // // btJogStop // this.btJogStop.Dock = System.Windows.Forms.DockStyle.Fill; this.btJogStop.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold); this.btJogStop.ForeColor = System.Drawing.Color.Black; this.btJogStop.Location = new System.Drawing.Point(131, 132); this.btJogStop.Margin = new System.Windows.Forms.Padding(0); this.btJogStop.motAccControl = null; this.btJogStop.motCommand = arFrame.Control.MotCommandButton.eCommand.AbsoluteMove; this.btJogStop.motSpdControl = null; this.btJogStop.motValueControl = null; this.btJogStop.Name = "btJogStop"; this.btJogStop.Size = new System.Drawing.Size(129, 130); this.btJogStop.TabIndex = 0; this.btJogStop.Tag = "STOP"; this.btJogStop.Text = "■"; this.btJogStop.UseVisualStyleBackColor = true; this.btJogStop.Click += new System.EventHandler(this.btJogStop_Click); // // btYPos // this.btYPos.BackColor = System.Drawing.Color.Turquoise; this.btYPos.Dock = System.Windows.Forms.DockStyle.Fill; this.btYPos.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btYPos.ForeColor = System.Drawing.Color.Blue; this.btYPos.Location = new System.Drawing.Point(131, 263); this.btYPos.Margin = new System.Windows.Forms.Padding(0); this.btYPos.motAccControl = null; this.btYPos.motCommand = arFrame.Control.MotCommandButton.eCommand.AbsoluteMove; this.btYPos.motSpdControl = null; this.btYPos.motValueControl = null; this.btYPos.Name = "btYPos"; this.btYPos.Size = new System.Drawing.Size(129, 132); this.btYPos.TabIndex = 0; this.btYPos.Tag = "Y+"; this.btYPos.Text = "Y\r\nPOS(+)"; this.btYPos.UseVisualStyleBackColor = false; this.btYPos.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btJogUp_MouseDown); this.btYPos.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btAClear_MouseUp); // // btYNeg // this.btYNeg.BackColor = System.Drawing.Color.Turquoise; this.btYNeg.Dock = System.Windows.Forms.DockStyle.Fill; this.btYNeg.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btYNeg.ForeColor = System.Drawing.Color.Red; this.btYNeg.Location = new System.Drawing.Point(131, 1); this.btYNeg.Margin = new System.Windows.Forms.Padding(0); this.btYNeg.motAccControl = null; this.btYNeg.motCommand = arFrame.Control.MotCommandButton.eCommand.AbsoluteMove; this.btYNeg.motSpdControl = null; this.btYNeg.motValueControl = null; this.btYNeg.Name = "btYNeg"; this.btYNeg.Size = new System.Drawing.Size(129, 130); this.btYNeg.TabIndex = 0; this.btYNeg.Tag = "Y-"; this.btYNeg.Text = "Y\r\nNEG(-)"; this.btYNeg.UseVisualStyleBackColor = false; this.btYNeg.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btJogUp_MouseDown); this.btYNeg.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btAClear_MouseUp); // // btXPos // this.btXPos.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.btXPos.Dock = System.Windows.Forms.DockStyle.Fill; this.btXPos.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btXPos.ForeColor = System.Drawing.Color.Blue; this.btXPos.Location = new System.Drawing.Point(261, 132); this.btXPos.Margin = new System.Windows.Forms.Padding(0); this.btXPos.motAccControl = null; this.btXPos.motCommand = arFrame.Control.MotCommandButton.eCommand.AbsoluteMove; this.btXPos.motSpdControl = null; this.btXPos.motValueControl = null; this.btXPos.Name = "btXPos"; this.btXPos.Size = new System.Drawing.Size(129, 130); this.btXPos.TabIndex = 0; this.btXPos.Tag = "X+"; this.btXPos.Text = "X\r\nPOS(+)"; this.btXPos.UseVisualStyleBackColor = false; this.btXPos.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btJogUp_MouseDown); this.btXPos.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btAClear_MouseUp); // // btZNeg // this.btZNeg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.btZNeg.Dock = System.Windows.Forms.DockStyle.Fill; this.btZNeg.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btZNeg.ForeColor = System.Drawing.Color.Black; this.btZNeg.Location = new System.Drawing.Point(391, 1); this.btZNeg.Margin = new System.Windows.Forms.Padding(0); this.btZNeg.motAccControl = null; this.btZNeg.motCommand = arFrame.Control.MotCommandButton.eCommand.AbsoluteMove; this.btZNeg.motSpdControl = null; this.btZNeg.motValueControl = null; this.btZNeg.Name = "btZNeg"; this.btZNeg.Size = new System.Drawing.Size(129, 130); this.btZNeg.TabIndex = 4; this.btZNeg.Tag = "Z-"; this.btZNeg.Text = "Z\r\nNEG(-)"; this.btZNeg.UseVisualStyleBackColor = false; this.btZNeg.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btJogUp_MouseDown); this.btZNeg.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btAClear_MouseUp); // // motCommandButton1 // this.motCommandButton1.Dock = System.Windows.Forms.DockStyle.Fill; this.motCommandButton1.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold); this.motCommandButton1.ForeColor = System.Drawing.Color.Black; this.motCommandButton1.Location = new System.Drawing.Point(391, 132); this.motCommandButton1.Margin = new System.Windows.Forms.Padding(0); this.motCommandButton1.motAccControl = null; this.motCommandButton1.motCommand = arFrame.Control.MotCommandButton.eCommand.AbsoluteMove; this.motCommandButton1.motSpdControl = null; this.motCommandButton1.motValueControl = null; this.motCommandButton1.Name = "motCommandButton1"; this.motCommandButton1.Size = new System.Drawing.Size(129, 130); this.motCommandButton1.TabIndex = 4; this.motCommandButton1.Text = "■"; this.motCommandButton1.UseVisualStyleBackColor = true; this.motCommandButton1.Click += new System.EventHandler(this.motCommandButton1_Click); // // btZPos // this.btZPos.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.btZPos.Dock = System.Windows.Forms.DockStyle.Fill; this.btZPos.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btZPos.ForeColor = System.Drawing.Color.Black; this.btZPos.Location = new System.Drawing.Point(391, 263); this.btZPos.Margin = new System.Windows.Forms.Padding(0); this.btZPos.motAccControl = null; this.btZPos.motCommand = arFrame.Control.MotCommandButton.eCommand.AbsoluteMove; this.btZPos.motSpdControl = null; this.btZPos.motValueControl = null; this.btZPos.Name = "btZPos"; this.btZPos.Size = new System.Drawing.Size(129, 132); this.btZPos.TabIndex = 4; this.btZPos.Tag = "Z+"; this.btZPos.Text = "Z\r\nPOS(+)"; this.btZPos.UseVisualStyleBackColor = false; this.btZPos.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btJogUp_MouseDown); this.btZPos.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btAClear_MouseUp); // // button28 // this.button28.Dock = System.Windows.Forms.DockStyle.Fill; this.button28.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold); this.button28.Image = ((System.Drawing.Image)(resources.GetObject("button28.Image"))); this.button28.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.button28.Location = new System.Drawing.Point(4, 266); this.button28.Name = "button28"; this.button28.Padding = new System.Windows.Forms.Padding(0, 20, 0, 15); this.button28.Size = new System.Drawing.Size(123, 126); this.button28.TabIndex = 5; this.button28.Text = "PRINT"; this.button28.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.button28.UseVisualStyleBackColor = true; this.button28.Click += new System.EventHandler(this.button28_Click); // // button29 // this.button29.Dock = System.Windows.Forms.DockStyle.Fill; this.button29.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold); this.button29.Image = ((System.Drawing.Image)(resources.GetObject("button29.Image"))); this.button29.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.button29.Location = new System.Drawing.Point(264, 266); this.button29.Name = "button29"; this.button29.Padding = new System.Windows.Forms.Padding(0, 20, 0, 15); this.button29.Size = new System.Drawing.Size(123, 126); this.button29.TabIndex = 5; this.button29.Text = "PRINT"; this.button29.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.button29.UseVisualStyleBackColor = true; this.button29.Click += new System.EventHandler(this.button29_Click); // // panel3 // this.panel3.Controls.Add(this.button31); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(4, 4); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(123, 124); this.panel3.TabIndex = 6; // // button31 // this.button31.Dock = System.Windows.Forms.DockStyle.Fill; this.button31.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold); this.button31.Image = ((System.Drawing.Image)(resources.GetObject("button31.Image"))); this.button31.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.button31.Location = new System.Drawing.Point(0, 0); this.button31.Name = "button31"; this.button31.Padding = new System.Windows.Forms.Padding(0, 20, 0, 15); this.button31.Size = new System.Drawing.Size(123, 124); this.button31.TabIndex = 6; this.button31.Text = "AIR"; this.button31.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.button31.UseVisualStyleBackColor = true; this.button31.Click += new System.EventHandler(this.button31_Click); // // tvFront // this.tvFront.Dock = System.Windows.Forms.DockStyle.Fill; this.tvFront.FullRowSelect = true; this.tvFront.HideSelection = false; this.tvFront.Location = new System.Drawing.Point(3, 28); this.tvFront.Name = "tvFront"; this.tvFront.Size = new System.Drawing.Size(365, 621); this.tvFront.TabIndex = 1; this.tvFront.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); // // tmDisplay // this.tmDisplay.Interval = 500; this.tmDisplay.Tick += new System.EventHandler(this.tmDisplay_Tick); // // tableLayoutPanel4 // this.tableLayoutPanel4.ColumnCount = 2; this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.Controls.Add(this.tvOther2, 1, 2); this.tableLayoutPanel4.Controls.Add(this.tvOther, 0, 2); this.tableLayoutPanel4.Controls.Add(this.tvRear, 1, 1); this.tableLayoutPanel4.Controls.Add(this.tvFront, 0, 1); this.tableLayoutPanel4.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel4.Controls.Add(this.label2, 1, 0); this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 3; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tableLayoutPanel4.Size = new System.Drawing.Size(743, 922); this.tableLayoutPanel4.TabIndex = 2; // // tvOther2 // this.tvOther2.Dock = System.Windows.Forms.DockStyle.Fill; this.tvOther2.FullRowSelect = true; this.tvOther2.HideSelection = false; this.tvOther2.Location = new System.Drawing.Point(374, 655); this.tvOther2.Name = "tvOther2"; this.tvOther2.Size = new System.Drawing.Size(366, 264); this.tvOther2.TabIndex = 5; this.tvOther2.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); // // tvOther // this.tvOther.Dock = System.Windows.Forms.DockStyle.Fill; this.tvOther.FullRowSelect = true; this.tvOther.HideSelection = false; this.tvOther.Location = new System.Drawing.Point(3, 655); this.tvOther.Name = "tvOther"; this.tvOther.Size = new System.Drawing.Size(365, 264); this.tvOther.TabIndex = 4; this.tvOther.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); // // tvRear // this.tvRear.Dock = System.Windows.Forms.DockStyle.Fill; this.tvRear.FullRowSelect = true; this.tvRear.HideSelection = false; this.tvRear.Location = new System.Drawing.Point(374, 28); this.tvRear.Name = "tvRear"; this.tvRear.Size = new System.Drawing.Size(366, 621); this.tvRear.TabIndex = 3; this.tvRear.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label1.Location = new System.Drawing.Point(3, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(365, 25); this.label1.TabIndex = 6; this.label1.Text = "FRONT"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label2.Location = new System.Drawing.Point(374, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(366, 25); this.label2.TabIndex = 6; this.label2.Text = "REAR"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // Motion_MoveToGroup // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1264, 961); this.Controls.Add(this.tableLayoutPanel4); this.Controls.Add(this.panel1); this.Controls.Add(this.toolStrip1); this.Name = "Motion_MoveToGroup"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Motion_MoveToGroup"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Motion_MoveToGroup_FormClosed); this.Load += new System.EventHandler(this.Motion_MoveToGroup_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.tableLayoutPanel3.ResumeLayout(false); this.panel11.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.nudJogVel)).EndInit(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel3.ResumeLayout(false); this.tableLayoutPanel4.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton btMove; private System.Windows.Forms.ToolStripButton btSet; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private arFrame.Control.MotCommandButton btXNeg; private arFrame.Control.MotCommandButton btJogStop; private arFrame.Control.MotCommandButton btYPos; private arFrame.Control.MotCommandButton btYNeg; private arFrame.Control.MotCommandButton btXPos; private arFrame.Control.MotCommandButton btZNeg; private arFrame.Control.MotCommandButton motCommandButton1; private arFrame.Control.MotCommandButton btZPos; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.ToolStripStatusLabel lbX; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5; private System.Windows.Forms.ToolStripStatusLabel lbY; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3; private System.Windows.Forms.ToolStripStatusLabel lbZ; private System.Windows.Forms.Panel panel11; private arFrame.Control.MotValueNumericUpDown nudJogVel; private arFrame.Control.MotLinkLabel linkLabel8; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripLabel lbMotPos; private System.Windows.Forms.Timer tmDisplay; private System.Windows.Forms.TreeView tvFront; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button10; private System.Windows.Forms.Button button11; private System.Windows.Forms.Button button12; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button13; private System.Windows.Forms.Button button14; private System.Windows.Forms.Button button15; private System.Windows.Forms.Button button16; private System.Windows.Forms.Button button17; private System.Windows.Forms.Button button18; private System.Windows.Forms.Button button25; private System.Windows.Forms.Button button24; private System.Windows.Forms.Button button23; private System.Windows.Forms.Button button22; private System.Windows.Forms.Button button21; private System.Windows.Forms.Button button20; private System.Windows.Forms.Button button19; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.ToolStripButton toolStripButton3; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.Button button28; private System.Windows.Forms.Button button29; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton toolStripButton4; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; private System.Windows.Forms.TreeView tvRear; private System.Windows.Forms.TreeView tvOther; private System.Windows.Forms.TreeView tvOther2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button button30; private System.Windows.Forms.Button btAllZSafe; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Button button31; } }