namespace SA_LTT_UI.Viewer { partial class RobotViewer { /// /// 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.lb_PortName = new System.Windows.Forms.Label(); this.gb_Status = new System.Windows.Forms.GroupBox(); this.lb_WaferDetected = new System.Windows.Forms.Label(); this.lb_IsRunEnable = new System.Windows.Forms.Label(); this.lb_IsRun = new System.Windows.Forms.Label(); this.lb_Vacuum = new System.Windows.Forms.Label(); this.btn_EMO = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.tb_PositionR = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.tb_PositionF = new System.Windows.Forms.TextBox(); this.tb_PositionT = new System.Windows.Forms.TextBox(); this.tb_PositionZ = new System.Windows.Forms.TextBox(); this.tb_ErrorCode = new System.Windows.Forms.TextBox(); this.tb_ErrorDescription = new System.Windows.Forms.TextBox(); this.lb_Error = new System.Windows.Forms.Label(); this.lb_PowerState = new System.Windows.Forms.Label(); this.gb_Control = new System.Windows.Forms.GroupBox(); this.label9 = new System.Windows.Forms.Label(); this.tb_GetTime = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.tb_PutTime = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.tb_MappingTime = new System.Windows.Forms.TextBox(); this.btn_Port2Mapping = new System.Windows.Forms.Button(); this.btn_ServoOff = new System.Windows.Forms.Button(); this.btn_ServoOn = new System.Windows.Forms.Button(); this.cbb_Slot = new System.Windows.Forms.ComboBox(); this.cbb_Stage = new System.Windows.Forms.ComboBox(); this.btn_Port1Mapping = new System.Windows.Forms.Button(); this.btn_Put = new System.Windows.Forms.Button(); this.btn_PutReady = new System.Windows.Forms.Button(); this.btn_Home = new System.Windows.Forms.Button(); this.btn_Get = new System.Windows.Forms.Button(); this.btn_GetReady = new System.Windows.Forms.Button(); this.btn_ErrorClear = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.gb_Move = new System.Windows.Forms.GroupBox(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.btn_MoveStop = new System.Windows.Forms.Button(); this.btn_Move = new System.Windows.Forms.Button(); this.cbb_EndStage = new System.Windows.Forms.ComboBox(); this.label13 = new System.Windows.Forms.Label(); this.cbb_StartStage = new System.Windows.Forms.ComboBox(); this.label12 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.cbb_EndSlot = new System.Windows.Forms.ComboBox(); this.label11 = new System.Windows.Forms.Label(); this.cbb_StartSlot = new System.Windows.Forms.ComboBox(); this.gb_Status.SuspendLayout(); this.gb_Control.SuspendLayout(); this.gb_Move.SuspendLayout(); this.SuspendLayout(); // // lb_PortName // this.lb_PortName.AutoSize = true; this.lb_PortName.Location = new System.Drawing.Point(6, 17); this.lb_PortName.Name = "lb_PortName"; this.lb_PortName.Size = new System.Drawing.Size(27, 12); this.lb_PortName.TabIndex = 3; this.lb_PortName.Text = "Port"; // // gb_Status // this.gb_Status.Controls.Add(this.lb_WaferDetected); this.gb_Status.Controls.Add(this.lb_IsRunEnable); this.gb_Status.Controls.Add(this.lb_IsRun); this.gb_Status.Controls.Add(this.lb_Vacuum); this.gb_Status.Controls.Add(this.btn_EMO); this.gb_Status.Controls.Add(this.label6); this.gb_Status.Controls.Add(this.tb_PositionR); this.gb_Status.Controls.Add(this.label5); this.gb_Status.Controls.Add(this.label4); this.gb_Status.Controls.Add(this.label3); this.gb_Status.Controls.Add(this.tb_PositionF); this.gb_Status.Controls.Add(this.tb_PositionT); this.gb_Status.Controls.Add(this.tb_PositionZ); this.gb_Status.Controls.Add(this.tb_ErrorCode); this.gb_Status.Controls.Add(this.tb_ErrorDescription); this.gb_Status.Controls.Add(this.lb_Error); this.gb_Status.Controls.Add(this.lb_PowerState); this.gb_Status.Controls.Add(this.lb_PortName); this.gb_Status.Location = new System.Drawing.Point(12, 12); this.gb_Status.Name = "gb_Status"; this.gb_Status.Size = new System.Drawing.Size(587, 147); this.gb_Status.TabIndex = 12; this.gb_Status.TabStop = false; this.gb_Status.Text = "Status"; // // lb_WaferDetected // this.lb_WaferDetected.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lb_WaferDetected.Location = new System.Drawing.Point(403, 59); this.lb_WaferDetected.Name = "lb_WaferDetected"; this.lb_WaferDetected.Size = new System.Drawing.Size(94, 21); this.lb_WaferDetected.TabIndex = 12; this.lb_WaferDetected.Text = "Wafer Detected"; this.lb_WaferDetected.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lb_IsRunEnable // this.lb_IsRunEnable.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lb_IsRunEnable.Location = new System.Drawing.Point(403, 113); this.lb_IsRunEnable.Name = "lb_IsRunEnable"; this.lb_IsRunEnable.Size = new System.Drawing.Size(94, 21); this.lb_IsRunEnable.TabIndex = 11; this.lb_IsRunEnable.Text = "Run Enable"; this.lb_IsRunEnable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lb_IsRun // this.lb_IsRun.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lb_IsRun.Location = new System.Drawing.Point(403, 86); this.lb_IsRun.Name = "lb_IsRun"; this.lb_IsRun.Size = new System.Drawing.Size(94, 21); this.lb_IsRun.TabIndex = 11; this.lb_IsRun.Text = "Run"; this.lb_IsRun.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lb_Vacuum // this.lb_Vacuum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lb_Vacuum.Location = new System.Drawing.Point(403, 33); this.lb_Vacuum.Name = "lb_Vacuum"; this.lb_Vacuum.Size = new System.Drawing.Size(94, 21); this.lb_Vacuum.TabIndex = 11; this.lb_Vacuum.Text = "Vaccum"; this.lb_Vacuum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btn_EMO // this.btn_EMO.Location = new System.Drawing.Point(503, 31); this.btn_EMO.Name = "btn_EMO"; this.btn_EMO.Size = new System.Drawing.Size(75, 49); this.btn_EMO.TabIndex = 9; this.btn_EMO.Text = "EMO"; this.btn_EMO.UseVisualStyleBackColor = true; this.btn_EMO.Click += new System.EventHandler(this.btn_EMO_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(293, 36); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(13, 12); this.label6.TabIndex = 9; this.label6.Text = "T"; // // tb_PositionR // this.tb_PositionR.Location = new System.Drawing.Point(312, 86); this.tb_PositionR.Name = "tb_PositionR"; this.tb_PositionR.ReadOnly = true; this.tb_PositionR.Size = new System.Drawing.Size(72, 21); this.tb_PositionR.TabIndex = 8; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(293, 116); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(12, 12); this.label5.TabIndex = 7; this.label5.Text = "F"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(293, 91); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(13, 12); this.label4.TabIndex = 7; this.label4.Text = "R"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(293, 63); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(13, 12); this.label3.TabIndex = 7; this.label3.Text = "Z"; // // tb_PositionF // this.tb_PositionF.Location = new System.Drawing.Point(312, 113); this.tb_PositionF.Name = "tb_PositionF"; this.tb_PositionF.ReadOnly = true; this.tb_PositionF.Size = new System.Drawing.Size(72, 21); this.tb_PositionF.TabIndex = 6; // // tb_PositionT // this.tb_PositionT.Location = new System.Drawing.Point(312, 33); this.tb_PositionT.Name = "tb_PositionT"; this.tb_PositionT.ReadOnly = true; this.tb_PositionT.Size = new System.Drawing.Size(72, 21); this.tb_PositionT.TabIndex = 6; // // tb_PositionZ // this.tb_PositionZ.Location = new System.Drawing.Point(312, 60); this.tb_PositionZ.Name = "tb_PositionZ"; this.tb_PositionZ.ReadOnly = true; this.tb_PositionZ.Size = new System.Drawing.Size(72, 21); this.tb_PositionZ.TabIndex = 6; // // tb_ErrorCode // this.tb_ErrorCode.Location = new System.Drawing.Point(50, 36); this.tb_ErrorCode.Name = "tb_ErrorCode"; this.tb_ErrorCode.ReadOnly = true; this.tb_ErrorCode.Size = new System.Drawing.Size(235, 21); this.tb_ErrorCode.TabIndex = 6; // // tb_ErrorDescription // this.tb_ErrorDescription.Location = new System.Drawing.Point(6, 60); this.tb_ErrorDescription.Multiline = true; this.tb_ErrorDescription.Name = "tb_ErrorDescription"; this.tb_ErrorDescription.ReadOnly = true; this.tb_ErrorDescription.Size = new System.Drawing.Size(279, 79); this.tb_ErrorDescription.TabIndex = 5; // // lb_Error // this.lb_Error.AutoSize = true; this.lb_Error.Location = new System.Drawing.Point(6, 39); this.lb_Error.Name = "lb_Error"; this.lb_Error.Size = new System.Drawing.Size(32, 12); this.lb_Error.TabIndex = 4; this.lb_Error.Text = "Error"; // // lb_PowerState // this.lb_PowerState.AutoSize = true; this.lb_PowerState.Location = new System.Drawing.Point(136, 17); this.lb_PowerState.Name = "lb_PowerState"; this.lb_PowerState.Size = new System.Drawing.Size(87, 12); this.lb_PowerState.TabIndex = 3; this.lb_PowerState.Text = "Power State - "; // // gb_Control // this.gb_Control.Controls.Add(this.label9); this.gb_Control.Controls.Add(this.tb_GetTime); this.gb_Control.Controls.Add(this.label8); this.gb_Control.Controls.Add(this.tb_PutTime); this.gb_Control.Controls.Add(this.label7); this.gb_Control.Controls.Add(this.tb_MappingTime); this.gb_Control.Controls.Add(this.btn_Port2Mapping); this.gb_Control.Controls.Add(this.btn_ServoOff); this.gb_Control.Controls.Add(this.btn_ServoOn); this.gb_Control.Controls.Add(this.cbb_Slot); this.gb_Control.Controls.Add(this.cbb_Stage); this.gb_Control.Controls.Add(this.btn_Port1Mapping); this.gb_Control.Controls.Add(this.btn_Put); this.gb_Control.Controls.Add(this.btn_PutReady); this.gb_Control.Controls.Add(this.btn_Home); this.gb_Control.Controls.Add(this.btn_Get); this.gb_Control.Controls.Add(this.btn_GetReady); this.gb_Control.Controls.Add(this.btn_ErrorClear); this.gb_Control.Controls.Add(this.label2); this.gb_Control.Controls.Add(this.label1); this.gb_Control.Location = new System.Drawing.Point(12, 165); this.gb_Control.Name = "gb_Control"; this.gb_Control.Size = new System.Drawing.Size(404, 193); this.gb_Control.TabIndex = 13; this.gb_Control.TabStop = false; this.gb_Control.Text = "Control"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(216, 106); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(57, 12); this.label9.TabIndex = 15; this.label9.Text = "Get Time"; // // tb_GetTime // this.tb_GetTime.Location = new System.Drawing.Point(279, 103); this.tb_GetTime.Name = "tb_GetTime"; this.tb_GetTime.ReadOnly = true; this.tb_GetTime.Size = new System.Drawing.Size(72, 21); this.tb_GetTime.TabIndex = 14; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(216, 133); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(56, 12); this.label8.TabIndex = 13; this.label8.Text = "Put Time"; // // tb_PutTime // this.tb_PutTime.Location = new System.Drawing.Point(279, 130); this.tb_PutTime.Name = "tb_PutTime"; this.tb_PutTime.ReadOnly = true; this.tb_PutTime.Size = new System.Drawing.Size(72, 21); this.tb_PutTime.TabIndex = 12; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(186, 79); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(87, 12); this.label7.TabIndex = 11; this.label7.Text = "Mapping Time"; // // tb_MappingTime // this.tb_MappingTime.Location = new System.Drawing.Point(279, 76); this.tb_MappingTime.Name = "tb_MappingTime"; this.tb_MappingTime.ReadOnly = true; this.tb_MappingTime.Size = new System.Drawing.Size(72, 21); this.tb_MappingTime.TabIndex = 10; // // btn_Port2Mapping // this.btn_Port2Mapping.Location = new System.Drawing.Point(290, 47); this.btn_Port2Mapping.Name = "btn_Port2Mapping"; this.btn_Port2Mapping.Size = new System.Drawing.Size(107, 23); this.btn_Port2Mapping.TabIndex = 9; this.btn_Port2Mapping.Text = "Port 2 Mapping"; this.btn_Port2Mapping.UseVisualStyleBackColor = true; this.btn_Port2Mapping.Click += new System.EventHandler(this.btn_Port2Mapping_Click); // // btn_ServoOff // this.btn_ServoOff.Location = new System.Drawing.Point(290, 20); this.btn_ServoOff.Name = "btn_ServoOff"; this.btn_ServoOff.Size = new System.Drawing.Size(75, 23); this.btn_ServoOff.TabIndex = 8; this.btn_ServoOff.Text = "Servo Off"; this.btn_ServoOff.UseVisualStyleBackColor = true; this.btn_ServoOff.Click += new System.EventHandler(this.btn_ServoOff_Click); // // btn_ServoOn // this.btn_ServoOn.Location = new System.Drawing.Point(177, 20); this.btn_ServoOn.Name = "btn_ServoOn"; this.btn_ServoOn.Size = new System.Drawing.Size(75, 23); this.btn_ServoOn.TabIndex = 8; this.btn_ServoOn.Text = "Servo On"; this.btn_ServoOn.UseVisualStyleBackColor = true; this.btn_ServoOn.Click += new System.EventHandler(this.btn_ServoOn_Click); // // cbb_Slot // this.cbb_Slot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbb_Slot.FormattingEnabled = true; this.cbb_Slot.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25"}); this.cbb_Slot.Location = new System.Drawing.Point(50, 77); this.cbb_Slot.Name = "cbb_Slot"; this.cbb_Slot.Size = new System.Drawing.Size(121, 20); this.cbb_Slot.TabIndex = 7; // // cbb_Stage // this.cbb_Stage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbb_Stage.FormattingEnabled = true; this.cbb_Stage.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}); this.cbb_Stage.Location = new System.Drawing.Point(50, 49); this.cbb_Stage.Name = "cbb_Stage"; this.cbb_Stage.Size = new System.Drawing.Size(121, 20); this.cbb_Stage.TabIndex = 7; this.cbb_Stage.SelectedIndexChanged += new System.EventHandler(this.cbb_Stage_SelectedIndexChanged); // // btn_Port1Mapping // this.btn_Port1Mapping.Location = new System.Drawing.Point(177, 46); this.btn_Port1Mapping.Name = "btn_Port1Mapping"; this.btn_Port1Mapping.Size = new System.Drawing.Size(107, 23); this.btn_Port1Mapping.TabIndex = 0; this.btn_Port1Mapping.Text = "Port 1 Mapping"; this.btn_Port1Mapping.UseVisualStyleBackColor = true; this.btn_Port1Mapping.Click += new System.EventHandler(this.btn_Port1Mapping_Click); // // btn_Put // this.btn_Put.Location = new System.Drawing.Point(96, 132); this.btn_Put.Name = "btn_Put"; this.btn_Put.Size = new System.Drawing.Size(75, 23); this.btn_Put.TabIndex = 0; this.btn_Put.Text = "Put"; this.btn_Put.UseVisualStyleBackColor = true; this.btn_Put.Click += new System.EventHandler(this.btn_Put_Click); // // btn_PutReady // this.btn_PutReady.Location = new System.Drawing.Point(6, 132); this.btn_PutReady.Name = "btn_PutReady"; this.btn_PutReady.Size = new System.Drawing.Size(75, 23); this.btn_PutReady.TabIndex = 0; this.btn_PutReady.Text = "PutReady"; this.btn_PutReady.UseVisualStyleBackColor = true; this.btn_PutReady.Click += new System.EventHandler(this.btn_PutReady_Click); // // btn_Home // this.btn_Home.Location = new System.Drawing.Point(96, 20); this.btn_Home.Name = "btn_Home"; this.btn_Home.Size = new System.Drawing.Size(75, 23); this.btn_Home.TabIndex = 0; this.btn_Home.Text = "Home"; this.btn_Home.UseVisualStyleBackColor = true; this.btn_Home.Click += new System.EventHandler(this.btn_Home_Click); // // btn_Get // this.btn_Get.Location = new System.Drawing.Point(96, 103); this.btn_Get.Name = "btn_Get"; this.btn_Get.Size = new System.Drawing.Size(75, 23); this.btn_Get.TabIndex = 0; this.btn_Get.Text = "Get"; this.btn_Get.UseVisualStyleBackColor = true; this.btn_Get.Click += new System.EventHandler(this.btn_Get_Click); // // btn_GetReady // this.btn_GetReady.Location = new System.Drawing.Point(6, 103); this.btn_GetReady.Name = "btn_GetReady"; this.btn_GetReady.Size = new System.Drawing.Size(75, 23); this.btn_GetReady.TabIndex = 0; this.btn_GetReady.Text = "GetReady"; this.btn_GetReady.UseVisualStyleBackColor = true; this.btn_GetReady.Click += new System.EventHandler(this.btn_GetReady_Click); // // btn_ErrorClear // this.btn_ErrorClear.Location = new System.Drawing.Point(8, 20); this.btn_ErrorClear.Name = "btn_ErrorClear"; this.btn_ErrorClear.Size = new System.Drawing.Size(75, 23); this.btn_ErrorClear.TabIndex = 0; this.btn_ErrorClear.Text = "ErrorClear"; this.btn_ErrorClear.UseVisualStyleBackColor = true; this.btn_ErrorClear.Click += new System.EventHandler(this.btn_ErrorClear_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 80); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(26, 12); this.label2.TabIndex = 4; this.label2.Text = "Slot"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 52); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(37, 12); this.label1.TabIndex = 4; this.label1.Text = "Stage"; // // gb_Move // this.gb_Move.Controls.Add(this.label15); this.gb_Move.Controls.Add(this.label14); this.gb_Move.Controls.Add(this.btn_MoveStop); this.gb_Move.Controls.Add(this.btn_Move); this.gb_Move.Controls.Add(this.cbb_EndStage); this.gb_Move.Controls.Add(this.label13); this.gb_Move.Controls.Add(this.cbb_StartStage); this.gb_Move.Controls.Add(this.label12); this.gb_Move.Controls.Add(this.label10); this.gb_Move.Controls.Add(this.cbb_EndSlot); this.gb_Move.Controls.Add(this.label11); this.gb_Move.Controls.Add(this.cbb_StartSlot); this.gb_Move.Location = new System.Drawing.Point(422, 165); this.gb_Move.Name = "gb_Move"; this.gb_Move.Size = new System.Drawing.Size(176, 193); this.gb_Move.TabIndex = 14; this.gb_Move.TabStop = false; this.gb_Move.Text = "Move"; // // label15 // this.label15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label15.Location = new System.Drawing.Point(15, 84); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(153, 18); this.label15.TabIndex = 12; this.label15.Text = "End"; this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label14 // this.label14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label14.Location = new System.Drawing.Point(15, 12); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(153, 18); this.label14.TabIndex = 12; this.label14.Text = "Start"; this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btn_MoveStop // this.btn_MoveStop.Location = new System.Drawing.Point(103, 156); this.btn_MoveStop.Name = "btn_MoveStop"; this.btn_MoveStop.Size = new System.Drawing.Size(65, 31); this.btn_MoveStop.TabIndex = 8; this.btn_MoveStop.Text = "Stop"; this.btn_MoveStop.UseVisualStyleBackColor = true; this.btn_MoveStop.Click += new System.EventHandler(this.btn_MoveStop_Click); // // btn_Move // this.btn_Move.Location = new System.Drawing.Point(13, 156); this.btn_Move.Name = "btn_Move"; this.btn_Move.Size = new System.Drawing.Size(65, 31); this.btn_Move.TabIndex = 8; this.btn_Move.Text = "Move"; this.btn_Move.UseVisualStyleBackColor = true; this.btn_Move.Click += new System.EventHandler(this.btn_Move_Click); // // cbb_EndStage // this.cbb_EndStage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbb_EndStage.FormattingEnabled = true; this.cbb_EndStage.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}); this.cbb_EndStage.Location = new System.Drawing.Point(56, 105); this.cbb_EndStage.Name = "cbb_EndStage"; this.cbb_EndStage.Size = new System.Drawing.Size(112, 20); this.cbb_EndStage.TabIndex = 7; this.cbb_EndStage.SelectedIndexChanged += new System.EventHandler(this.cbb_EndStage_SelectedIndexChanged); // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(13, 109); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(37, 12); this.label13.TabIndex = 4; this.label13.Text = "Stage"; // // cbb_StartStage // this.cbb_StartStage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbb_StartStage.FormattingEnabled = true; this.cbb_StartStage.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}); this.cbb_StartStage.Location = new System.Drawing.Point(56, 33); this.cbb_StartStage.Name = "cbb_StartStage"; this.cbb_StartStage.Size = new System.Drawing.Size(112, 20); this.cbb_StartStage.TabIndex = 7; this.cbb_StartStage.SelectedIndexChanged += new System.EventHandler(this.cbb_StartStage_SelectedIndexChanged); // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(13, 137); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(26, 12); this.label12.TabIndex = 4; this.label12.Text = "Slot"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(13, 37); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(37, 12); this.label10.TabIndex = 4; this.label10.Text = "Stage"; // // cbb_EndSlot // this.cbb_EndSlot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbb_EndSlot.FormattingEnabled = true; this.cbb_EndSlot.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25"}); this.cbb_EndSlot.Location = new System.Drawing.Point(56, 133); this.cbb_EndSlot.Name = "cbb_EndSlot"; this.cbb_EndSlot.Size = new System.Drawing.Size(112, 20); this.cbb_EndSlot.TabIndex = 7; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(13, 65); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(26, 12); this.label11.TabIndex = 4; this.label11.Text = "Slot"; // // cbb_StartSlot // this.cbb_StartSlot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbb_StartSlot.FormattingEnabled = true; this.cbb_StartSlot.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25"}); this.cbb_StartSlot.Location = new System.Drawing.Point(56, 61); this.cbb_StartSlot.Name = "cbb_StartSlot"; this.cbb_StartSlot.Size = new System.Drawing.Size(112, 20); this.cbb_StartSlot.TabIndex = 7; // // RobotViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(614, 374); this.Controls.Add(this.gb_Move); this.Controls.Add(this.gb_Control); this.Controls.Add(this.gb_Status); this.Name = "RobotViewer"; this.Text = "RobotViewer"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RobotViewer_FormClosing); this.gb_Status.ResumeLayout(false); this.gb_Status.PerformLayout(); this.gb_Control.ResumeLayout(false); this.gb_Control.PerformLayout(); this.gb_Move.ResumeLayout(false); this.gb_Move.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lb_PortName; private System.Windows.Forms.GroupBox gb_Status; private System.Windows.Forms.TextBox tb_ErrorDescription; private System.Windows.Forms.Label lb_Error; private System.Windows.Forms.TextBox tb_ErrorCode; private System.Windows.Forms.GroupBox gb_Control; private System.Windows.Forms.Button btn_ErrorClear; private System.Windows.Forms.ComboBox cbb_Slot; private System.Windows.Forms.ComboBox cbb_Stage; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btn_GetReady; private System.Windows.Forms.Button btn_Port1Mapping; private System.Windows.Forms.Button btn_Put; private System.Windows.Forms.Button btn_PutReady; private System.Windows.Forms.Button btn_Home; private System.Windows.Forms.Button btn_Get; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox tb_PositionF; private System.Windows.Forms.TextBox tb_PositionT; private System.Windows.Forms.TextBox tb_PositionZ; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox tb_PositionR; private System.Windows.Forms.Label lb_PowerState; private System.Windows.Forms.Button btn_ServoOff; private System.Windows.Forms.Button btn_ServoOn; private System.Windows.Forms.Button btn_EMO; private System.Windows.Forms.Label lb_WaferDetected; private System.Windows.Forms.Label lb_Vacuum; private System.Windows.Forms.Label lb_IsRun; private System.Windows.Forms.Button btn_Port2Mapping; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox tb_MappingTime; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox tb_GetTime; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox tb_PutTime; private System.Windows.Forms.Label lb_IsRunEnable; private System.Windows.Forms.GroupBox gb_Move; private System.Windows.Forms.Button btn_MoveStop; private System.Windows.Forms.Button btn_Move; private System.Windows.Forms.ComboBox cbb_EndStage; private System.Windows.Forms.Label label13; private System.Windows.Forms.ComboBox cbb_StartStage; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label10; private System.Windows.Forms.ComboBox cbb_EndSlot; private System.Windows.Forms.Label label11; private System.Windows.Forms.ComboBox cbb_StartSlot; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label14; } }