namespace ChipGlueDeviceManager { partial class FrmT2ReceiveManual { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmT2ReceiveManual)); this.lblWaferSignal = new System.Windows.Forms.Label(); this.txtReceiveCurrLocation = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.btnMoveDown = new System.Windows.Forms.Button(); this.btnMoveUp = new System.Windows.Forms.Button(); this.txtReceiveFirstLocation = new System.Windows.Forms.TextBox(); this.label23 = new System.Windows.Forms.Label(); this.txtReceivedFirstSpeed = new System.Windows.Forms.TextBox(); this.txtReceiveJogSpeed = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); this.btnReceiveUp = new System.Windows.Forms.Button(); this.btnReceiveSpecifiedNum = new System.Windows.Forms.Button(); this.btnReceiveDown = new System.Windows.Forms.Button(); this.btnReceiveFirstPosition = new System.Windows.Forms.Button(); this.txtReceiveSpecifiedNumSpeed = new System.Windows.Forms.TextBox(); this.txtReceiveDownOneSpeed = new System.Windows.Forms.TextBox(); this.txtReceiveDownOne = new System.Windows.Forms.TextBox(); this.txtReceiveBackHomeSpeed = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.btnReceiveBackHome = new System.Windows.Forms.Button(); this.txtReceiveSpecifiedNums = new System.Windows.Forms.TextBox(); this.label30 = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel(); this.lblFlowerSignal = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.lblHigh = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.btnModelSwitch = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel10.SuspendLayout(); this.SuspendLayout(); // // lblWaferSignal // this.lblWaferSignal.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblWaferSignal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.lblWaferSignal.Location = new System.Drawing.Point(168, 90); this.lblWaferSignal.Name = "lblWaferSignal"; this.lblWaferSignal.Size = new System.Drawing.Size(21, 21); this.lblWaferSignal.TabIndex = 6; // // txtReceiveCurrLocation // this.txtReceiveCurrLocation.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.txtReceiveCurrLocation.Location = new System.Drawing.Point(112, 31); this.txtReceiveCurrLocation.Name = "txtReceiveCurrLocation"; this.txtReceiveCurrLocation.Size = new System.Drawing.Size(100, 29); this.txtReceiveCurrLocation.TabIndex = 6; this.txtReceiveCurrLocation.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.label1.Location = new System.Drawing.Point(230, 21); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(114, 22); this.label1.TabIndex = 7; this.label1.Text = "T2 收 片 单 元"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // groupBox2 // this.groupBox2.Controls.Add(this.btnMoveDown); this.groupBox2.Controls.Add(this.btnMoveUp); this.groupBox2.Controls.Add(this.txtReceiveFirstLocation); this.groupBox2.Controls.Add(this.label23); this.groupBox2.Controls.Add(this.txtReceivedFirstSpeed); this.groupBox2.Controls.Add(this.txtReceiveJogSpeed); this.groupBox2.Controls.Add(this.label22); this.groupBox2.Controls.Add(this.btnReceiveUp); this.groupBox2.Controls.Add(this.btnReceiveSpecifiedNum); this.groupBox2.Controls.Add(this.btnReceiveDown); this.groupBox2.Controls.Add(this.btnReceiveFirstPosition); this.groupBox2.Controls.Add(this.txtReceiveSpecifiedNumSpeed); this.groupBox2.Controls.Add(this.txtReceiveDownOneSpeed); this.groupBox2.Controls.Add(this.txtReceiveDownOne); this.groupBox2.Controls.Add(this.txtReceiveCurrLocation); this.groupBox2.Controls.Add(this.txtReceiveBackHomeSpeed); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.btnReceiveBackHome); this.groupBox2.Controls.Add(this.txtReceiveSpecifiedNums); this.groupBox2.Controls.Add(this.label30); this.groupBox2.Controls.Add(this.label28); this.groupBox2.Controls.Add(this.label27); this.groupBox2.Controls.Add(this.label8); this.groupBox2.Controls.Add(this.label26); this.groupBox2.Controls.Add(this.label9); this.groupBox2.Controls.Add(this.label13); this.groupBox2.Controls.Add(this.label19); this.groupBox2.Controls.Add(this.label24); this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.groupBox2.Location = new System.Drawing.Point(12, 67); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(593, 332); this.groupBox2.TabIndex = 10; this.groupBox2.TabStop = false; this.groupBox2.Text = "升降台"; // // btnMoveDown // this.btnMoveDown.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnMoveDown.Image = ((System.Drawing.Image)(resources.GetObject("btnMoveDown.Image"))); this.btnMoveDown.Location = new System.Drawing.Point(412, 28); this.btnMoveDown.Name = "btnMoveDown"; this.btnMoveDown.Size = new System.Drawing.Size(88, 62); this.btnMoveDown.TabIndex = 1; this.btnMoveDown.UseVisualStyleBackColor = true; this.btnMoveDown.Click += new System.EventHandler(this.btnMoveDown_Click); this.btnMoveDown.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMoveDown_MouseDown); this.btnMoveDown.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMoveDown_MouseUp); // // btnMoveUp // this.btnMoveUp.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnMoveUp.Image = ((System.Drawing.Image)(resources.GetObject("btnMoveUp.Image"))); this.btnMoveUp.Location = new System.Drawing.Point(296, 28); this.btnMoveUp.Name = "btnMoveUp"; this.btnMoveUp.Size = new System.Drawing.Size(88, 62); this.btnMoveUp.TabIndex = 0; this.btnMoveUp.UseVisualStyleBackColor = true; this.btnMoveUp.Click += new System.EventHandler(this.btnMoveUp_Click); this.btnMoveUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMoveUp_MouseDown); this.btnMoveUp.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMoveUp_MouseUp); // // txtReceiveFirstLocation // this.txtReceiveFirstLocation.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.txtReceiveFirstLocation.Location = new System.Drawing.Point(110, 194); this.txtReceiveFirstLocation.Name = "txtReceiveFirstLocation"; this.txtReceiveFirstLocation.Size = new System.Drawing.Size(102, 29); this.txtReceiveFirstLocation.TabIndex = 10; this.txtReceiveFirstLocation.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtReceiveFirstLocation.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtReceiveFirstLocation_KeyDown); this.txtReceiveFirstLocation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReceiveFirstLocation_KeyPress); this.txtReceiveFirstLocation.Leave += new System.EventHandler(this.txtReceiveFirstLocation_Leave); // // label23 // this.label23.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label23.AutoSize = true; this.label23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label23.Location = new System.Drawing.Point(18, 295); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(72, 21); this.label23.TabIndex = 35; this.label23.Text = "指 定 层:"; this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtReceivedFirstSpeed // this.txtReceivedFirstSpeed.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.txtReceivedFirstSpeed.Location = new System.Drawing.Point(244, 195); this.txtReceivedFirstSpeed.Name = "txtReceivedFirstSpeed"; this.txtReceivedFirstSpeed.Size = new System.Drawing.Size(95, 29); this.txtReceivedFirstSpeed.TabIndex = 11; this.txtReceivedFirstSpeed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtReceivedFirstSpeed.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtReceivedFirstSpeed_KeyDown); this.txtReceivedFirstSpeed.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReceivedFirstSpeed_KeyPress); this.txtReceivedFirstSpeed.Leave += new System.EventHandler(this.txtReceivedFirstSpeed_Leave); // // txtReceiveJogSpeed // this.txtReceiveJogSpeed.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.txtReceiveJogSpeed.Location = new System.Drawing.Point(110, 78); this.txtReceiveJogSpeed.Name = "txtReceiveJogSpeed"; this.txtReceiveJogSpeed.Size = new System.Drawing.Size(102, 29); this.txtReceiveJogSpeed.TabIndex = 7; this.txtReceiveJogSpeed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtReceiveJogSpeed.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtReceiveJogSpeed_KeyDown); this.txtReceiveJogSpeed.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReceiveJogSpeed_KeyPress); this.txtReceiveJogSpeed.Leave += new System.EventHandler(this.txtReceiveJogSpeed_Leave); // // label22 // this.label22.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label22.AutoSize = true; this.label22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label22.Location = new System.Drawing.Point(18, 246); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(72, 21); this.label22.TabIndex = 34; this.label22.Text = "片 间 距:"; this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btnReceiveUp // this.btnReceiveUp.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnReceiveUp.Location = new System.Drawing.Point(480, 242); this.btnReceiveUp.Name = "btnReceiveUp"; this.btnReceiveUp.Size = new System.Drawing.Size(95, 29); this.btnReceiveUp.TabIndex = 33; this.btnReceiveUp.Text = "升 一 次"; this.btnReceiveUp.UseVisualStyleBackColor = true; this.btnReceiveUp.Visible = false; this.btnReceiveUp.Click += new System.EventHandler(this.btnReceiveUp_Click); // // btnReceiveSpecifiedNum // this.btnReceiveSpecifiedNum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnReceiveSpecifiedNum.Location = new System.Drawing.Point(366, 292); this.btnReceiveSpecifiedNum.Name = "btnReceiveSpecifiedNum"; this.btnReceiveSpecifiedNum.Size = new System.Drawing.Size(108, 30); this.btnReceiveSpecifiedNum.TabIndex = 33; this.btnReceiveSpecifiedNum.Text = "指 定 层"; this.btnReceiveSpecifiedNum.UseVisualStyleBackColor = true; this.btnReceiveSpecifiedNum.Click += new System.EventHandler(this.btnReceiveSpecifiedNum_Click); // // btnReceiveDown // this.btnReceiveDown.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnReceiveDown.Location = new System.Drawing.Point(366, 242); this.btnReceiveDown.Name = "btnReceiveDown"; this.btnReceiveDown.Size = new System.Drawing.Size(108, 29); this.btnReceiveDown.TabIndex = 32; this.btnReceiveDown.Text = "降 一 次"; this.btnReceiveDown.UseVisualStyleBackColor = true; this.btnReceiveDown.Click += new System.EventHandler(this.btnReceiveDown_Click); // // btnReceiveFirstPosition // this.btnReceiveFirstPosition.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnReceiveFirstPosition.Location = new System.Drawing.Point(366, 195); this.btnReceiveFirstPosition.Name = "btnReceiveFirstPosition"; this.btnReceiveFirstPosition.Size = new System.Drawing.Size(108, 29); this.btnReceiveFirstPosition.TabIndex = 5; this.btnReceiveFirstPosition.Text = "首 片 位"; this.btnReceiveFirstPosition.UseVisualStyleBackColor = true; this.btnReceiveFirstPosition.Click += new System.EventHandler(this.btnReceiveFirstPosition_Click); // // txtReceiveSpecifiedNumSpeed // this.txtReceiveSpecifiedNumSpeed.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.txtReceiveSpecifiedNumSpeed.Location = new System.Drawing.Point(244, 292); this.txtReceiveSpecifiedNumSpeed.Name = "txtReceiveSpecifiedNumSpeed"; this.txtReceiveSpecifiedNumSpeed.Size = new System.Drawing.Size(95, 29); this.txtReceiveSpecifiedNumSpeed.TabIndex = 26; this.txtReceiveSpecifiedNumSpeed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtReceiveSpecifiedNumSpeed.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtReceiveSpecifiedNumSpeed_KeyDown); this.txtReceiveSpecifiedNumSpeed.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReceiveSpecifiedNumSpeed_KeyPress); this.txtReceiveSpecifiedNumSpeed.Leave += new System.EventHandler(this.txtReceiveSpecifiedNumSpeed_Leave); // // txtReceiveDownOneSpeed // this.txtReceiveDownOneSpeed.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.txtReceiveDownOneSpeed.Location = new System.Drawing.Point(244, 244); this.txtReceiveDownOneSpeed.Name = "txtReceiveDownOneSpeed"; this.txtReceiveDownOneSpeed.Size = new System.Drawing.Size(95, 29); this.txtReceiveDownOneSpeed.TabIndex = 25; this.txtReceiveDownOneSpeed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtReceiveDownOneSpeed.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtReceiveDownOneSpeed_KeyDown); this.txtReceiveDownOneSpeed.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReceiveDownOneSpeed_KeyPress); this.txtReceiveDownOneSpeed.Leave += new System.EventHandler(this.txtReceiveDownOneSpeed_Leave); // // txtReceiveDownOne // this.txtReceiveDownOne.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.txtReceiveDownOne.Location = new System.Drawing.Point(110, 243); this.txtReceiveDownOne.Name = "txtReceiveDownOne"; this.txtReceiveDownOne.Size = new System.Drawing.Size(102, 29); this.txtReceiveDownOne.TabIndex = 24; this.txtReceiveDownOne.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtReceiveDownOne.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtReceiveDownOne_KeyDown); this.txtReceiveDownOne.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReceiveDownOne_KeyPress); this.txtReceiveDownOne.Leave += new System.EventHandler(this.txtReceiveDownOne_Leave); // // txtReceiveBackHomeSpeed // this.txtReceiveBackHomeSpeed.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.txtReceiveBackHomeSpeed.Location = new System.Drawing.Point(110, 127); this.txtReceiveBackHomeSpeed.Name = "txtReceiveBackHomeSpeed"; this.txtReceiveBackHomeSpeed.Size = new System.Drawing.Size(102, 29); this.txtReceiveBackHomeSpeed.TabIndex = 8; this.txtReceiveBackHomeSpeed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtReceiveBackHomeSpeed.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtReceiveBackHomeSpeed_KeyDown); this.txtReceiveBackHomeSpeed.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReceiveBackHomeSpeed_KeyPress); this.txtReceiveBackHomeSpeed.Leave += new System.EventHandler(this.txtReceiveBackHomeSpeed_Leave); // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label7.Location = new System.Drawing.Point(395, 171); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(42, 21); this.label7.TabIndex = 30; this.label7.Text = "动作"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnReceiveBackHome // this.btnReceiveBackHome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnReceiveBackHome.Location = new System.Drawing.Point(350, 108); this.btnReceiveBackHome.Name = "btnReceiveBackHome"; this.btnReceiveBackHome.Size = new System.Drawing.Size(114, 29); this.btnReceiveBackHome.TabIndex = 2; this.btnReceiveBackHome.Text = "回原点"; this.btnReceiveBackHome.UseVisualStyleBackColor = true; this.btnReceiveBackHome.Click += new System.EventHandler(this.btnReceiveBackHome_Click); // // txtReceiveSpecifiedNums // this.txtReceiveSpecifiedNums.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.txtReceiveSpecifiedNums.Location = new System.Drawing.Point(110, 292); this.txtReceiveSpecifiedNums.Name = "txtReceiveSpecifiedNums"; this.txtReceiveSpecifiedNums.Size = new System.Drawing.Size(102, 29); this.txtReceiveSpecifiedNums.TabIndex = 27; this.txtReceiveSpecifiedNums.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtReceiveSpecifiedNums.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtReceiveSpecifiedNums_KeyDown); this.txtReceiveSpecifiedNums.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReceiveSpecifiedNums_KeyPress); this.txtReceiveSpecifiedNums.Leave += new System.EventHandler(this.txtReceiveSpecifiedNums_Leave); // // label30 // this.label30.AutoSize = true; this.label30.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label30.Location = new System.Drawing.Point(246, 171); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(86, 21); this.label30.TabIndex = 29; this.label30.Text = "速度mm/s"; this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label28 // this.label28.AutoSize = true; this.label28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label28.Location = new System.Drawing.Point(124, 171); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(72, 21); this.label28.TabIndex = 28; this.label28.Text = "位置mm"; this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label27 // this.label27.AutoSize = true; this.label27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label27.Location = new System.Drawing.Point(218, 130); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(54, 21); this.label27.TabIndex = 27; this.label27.Text = "mm/s"; this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label8 // this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label8.Location = new System.Drawing.Point(17, 195); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(78, 21); this.label8.TabIndex = 11; this.label8.Text = "首片位置:"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label26 // this.label26.AutoSize = true; this.label26.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label26.Location = new System.Drawing.Point(218, 81); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(54, 21); this.label26.TabIndex = 25; this.label26.Text = "mm/s"; this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label9 // this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label9.Location = new System.Drawing.Point(18, 81); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(77, 21); this.label9.TabIndex = 3; this.label9.Text = "JOG速度:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label13 // this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label13.Location = new System.Drawing.Point(17, 130); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(78, 21); this.label13.TabIndex = 8; this.label13.Text = "回原速度:"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label19 // this.label19.AutoSize = true; this.label19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label19.Location = new System.Drawing.Point(218, 34); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(40, 21); this.label19.TabIndex = 10; this.label19.Text = "mm"; this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label24 // this.label24.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label24.AutoSize = true; this.label24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label24.Location = new System.Drawing.Point(18, 34); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(78, 21); this.label24.TabIndex = 3; this.label24.Text = "当前位置:"; this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox1 // this.groupBox1.Controls.Add(this.tableLayoutPanel10); this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.groupBox1.Location = new System.Drawing.Point(621, 67); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(226, 332); this.groupBox1.TabIndex = 11; this.groupBox1.TabStop = false; this.groupBox1.Text = "RECEIVE"; // // tableLayoutPanel10 // this.tableLayoutPanel10.ColumnCount = 2; this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F)); this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 72F)); this.tableLayoutPanel10.Controls.Add(this.lblWaferSignal, 1, 2); this.tableLayoutPanel10.Controls.Add(this.lblFlowerSignal, 1, 1); this.tableLayoutPanel10.Controls.Add(this.label17, 0, 1); this.tableLayoutPanel10.Controls.Add(this.label18, 0, 2); this.tableLayoutPanel10.Controls.Add(this.lblHigh, 1, 0); this.tableLayoutPanel10.Controls.Add(this.label16, 0, 0); this.tableLayoutPanel10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.tableLayoutPanel10.Location = new System.Drawing.Point(17, 34); this.tableLayoutPanel10.Name = "tableLayoutPanel10"; this.tableLayoutPanel10.RowCount = 3; this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel10.Size = new System.Drawing.Size(192, 122); this.tableLayoutPanel10.TabIndex = 0; // // lblFlowerSignal // this.lblFlowerSignal.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblFlowerSignal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.lblFlowerSignal.Location = new System.Drawing.Point(168, 49); this.lblFlowerSignal.Name = "lblFlowerSignal"; this.lblFlowerSignal.Size = new System.Drawing.Size(21, 21); this.lblFlowerSignal.TabIndex = 5; // // label17 // this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label17.Location = new System.Drawing.Point(3, 49); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(114, 21); this.label17.TabIndex = 1; this.label17.Text = "花篮信号"; this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label18 // this.label18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label18.AutoSize = true; this.label18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label18.Location = new System.Drawing.Point(3, 90); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(114, 21); this.label18.TabIndex = 2; this.label18.Text = "晶圆信号"; this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblHigh // this.lblHigh.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblHigh.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.lblHigh.Location = new System.Drawing.Point(168, 9); this.lblHigh.Name = "lblHigh"; this.lblHigh.Size = new System.Drawing.Size(21, 21); this.lblHigh.TabIndex = 4; // // label16 // this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label16.Location = new System.Drawing.Point(3, 9); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(114, 21); this.label16.TabIndex = 0; this.label16.Text = "高位"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnModelSwitch // this.btnModelSwitch.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnModelSwitch.Location = new System.Drawing.Point(685, 14); this.btnModelSwitch.Name = "btnModelSwitch"; this.btnModelSwitch.Size = new System.Drawing.Size(160, 40); this.btnModelSwitch.TabIndex = 9; this.btnModelSwitch.Text = "自动模式"; this.btnModelSwitch.UseVisualStyleBackColor = true; this.btnModelSwitch.Click += new System.EventHandler(this.btnModelSwitch_Click); // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label2.Location = new System.Drawing.Point(591, 24); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(78, 21); this.label2.TabIndex = 8; this.label2.Text = "模式切换:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // FrmT2ReceiveManual // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(859, 412); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnModelSwitch); this.Controls.Add(this.label2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmT2ReceiveManual"; this.Text = "T2收片单元"; this.Load += new System.EventHandler(this.FrmT2ReceiveManual_Load); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.tableLayoutPanel10.ResumeLayout(false); this.tableLayoutPanel10.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblWaferSignal; private System.Windows.Forms.TextBox txtReceiveCurrLocation; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button btnMoveDown; private System.Windows.Forms.Button btnMoveUp; private System.Windows.Forms.TextBox txtReceiveFirstLocation; private System.Windows.Forms.Label label23; private System.Windows.Forms.TextBox txtReceivedFirstSpeed; private System.Windows.Forms.TextBox txtReceiveJogSpeed; private System.Windows.Forms.Label label22; private System.Windows.Forms.Button btnReceiveUp; private System.Windows.Forms.Button btnReceiveSpecifiedNum; private System.Windows.Forms.Button btnReceiveDown; private System.Windows.Forms.Button btnReceiveFirstPosition; private System.Windows.Forms.TextBox txtReceiveSpecifiedNumSpeed; private System.Windows.Forms.TextBox txtReceiveDownOneSpeed; private System.Windows.Forms.TextBox txtReceiveDownOne; private System.Windows.Forms.TextBox txtReceiveBackHomeSpeed; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button btnReceiveBackHome; private System.Windows.Forms.TextBox txtReceiveSpecifiedNums; private System.Windows.Forms.Label label30; private System.Windows.Forms.Label label28; private System.Windows.Forms.Label label27; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label26; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label24; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10; private System.Windows.Forms.Label lblFlowerSignal; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label lblHigh; private System.Windows.Forms.Label label16; private System.Windows.Forms.Button btnModelSwitch; private System.Windows.Forms.Label label2; } }