| | |
| | | // |
| | | // textBoxP2PVel |
| | | // |
| | | this.textBoxP2PVel.Location = new System.Drawing.Point(154, 34); |
| | | this.textBoxP2PVel.Location = new System.Drawing.Point(340, 7); |
| | | this.textBoxP2PVel.Name = "textBoxP2PVel"; |
| | | this.textBoxP2PVel.Size = new System.Drawing.Size(116, 21); |
| | | this.textBoxP2PVel.TabIndex = 5; |
| | | this.textBoxP2PVel.Text = "50"; |
| | | // |
| | | // textBoxP2PPrfPosition |
| | | // |
| | |
| | | this.textBoxP2PPrfPosition.Name = "textBoxP2PPrfPosition"; |
| | | this.textBoxP2PPrfPosition.Size = new System.Drawing.Size(116, 21); |
| | | this.textBoxP2PPrfPosition.TabIndex = 5; |
| | | this.textBoxP2PPrfPosition.Text = "20000"; |
| | | // |
| | | // textBoxP2PDec |
| | | // |
| | |
| | | this.textBoxP2PDec.Name = "textBoxP2PDec"; |
| | | this.textBoxP2PDec.Size = new System.Drawing.Size(116, 21); |
| | | this.textBoxP2PDec.TabIndex = 5; |
| | | this.textBoxP2PDec.Text = "0.5"; |
| | | // |
| | | // textBoxP2PAcc |
| | | // |
| | | this.textBoxP2PAcc.Location = new System.Drawing.Point(340, 4); |
| | | this.textBoxP2PAcc.Location = new System.Drawing.Point(154, 35); |
| | | this.textBoxP2PAcc.Name = "textBoxP2PAcc"; |
| | | this.textBoxP2PAcc.Size = new System.Drawing.Size(116, 21); |
| | | this.textBoxP2PAcc.TabIndex = 5; |
| | | this.textBoxP2PAcc.Text = "0.5"; |
| | | // |
| | | // label7 |
| | | // |
| | | this.label7.AutoSize = true; |
| | | this.label7.Location = new System.Drawing.Point(92, 37); |
| | | this.label7.Location = new System.Drawing.Point(278, 10); |
| | | this.label7.Name = "label7"; |
| | | this.label7.Size = new System.Drawing.Size(41, 12); |
| | | this.label7.TabIndex = 4; |
| | |
| | | this.label6.Name = "label6"; |
| | | this.label6.Size = new System.Drawing.Size(65, 12); |
| | | this.label6.TabIndex = 4; |
| | | this.label6.Text = "规划位置:"; |
| | | this.label6.Text = "目标位置:"; |
| | | // |
| | | // label9 |
| | | // |
| | |
| | | // label8 |
| | | // |
| | | this.label8.AutoSize = true; |
| | | this.label8.Location = new System.Drawing.Point(278, 7); |
| | | this.label8.Location = new System.Drawing.Point(92, 38); |
| | | this.label8.Name = "label8"; |
| | | this.label8.Size = new System.Drawing.Size(53, 12); |
| | | this.label8.TabIndex = 4; |
| | |
| | | this.buttonNegative.TabIndex = 6; |
| | | this.buttonNegative.Text = "负向"; |
| | | this.buttonNegative.UseVisualStyleBackColor = true; |
| | | this.buttonNegative.Click += new System.EventHandler(this.buttonNegative_Click); |
| | | this.buttonNegative.MouseDown += new System.Windows.Forms.MouseEventHandler(this.buttonNegative_MouseDown); |
| | | this.buttonNegative.MouseUp += new System.Windows.Forms.MouseEventHandler(this.buttonNegative_MouseUp); |
| | | // |
| | | // textBoxJogDec |
| | | // |
| | | this.textBoxJogDec.Location = new System.Drawing.Point(340, 4); |
| | | this.textBoxJogDec.Location = new System.Drawing.Point(340, 34); |
| | | this.textBoxJogDec.Name = "textBoxJogDec"; |
| | | this.textBoxJogDec.Size = new System.Drawing.Size(116, 21); |
| | | this.textBoxJogDec.TabIndex = 5; |
| | | this.textBoxJogDec.Text = "0.1"; |
| | | // |
| | | // buttonPositive |
| | | // |
| | |
| | | this.buttonPositive.TabIndex = 6; |
| | | this.buttonPositive.Text = "正向"; |
| | | this.buttonPositive.UseVisualStyleBackColor = true; |
| | | this.buttonPositive.Click += new System.EventHandler(this.buttonPositive_Click); |
| | | this.buttonPositive.MouseDown += new System.Windows.Forms.MouseEventHandler(this.buttonPositive_MouseDown); |
| | | this.buttonPositive.MouseUp += new System.Windows.Forms.MouseEventHandler(this.buttonPositive_MouseUp); |
| | | // |
| | |
| | | this.textBoxJogAcc.Name = "textBoxJogAcc"; |
| | | this.textBoxJogAcc.Size = new System.Drawing.Size(116, 21); |
| | | this.textBoxJogAcc.TabIndex = 5; |
| | | this.textBoxJogAcc.Text = "0.1"; |
| | | // |
| | | // label5 |
| | | // |
| | | this.label5.AutoSize = true; |
| | | this.label5.Location = new System.Drawing.Point(278, 7); |
| | | this.label5.Location = new System.Drawing.Point(278, 37); |
| | | this.label5.Name = "label5"; |
| | | this.label5.Size = new System.Drawing.Size(53, 12); |
| | | this.label5.TabIndex = 4; |
| | |
| | | this.textBoxJogVel.Name = "textBoxJogVel"; |
| | | this.textBoxJogVel.Size = new System.Drawing.Size(116, 21); |
| | | this.textBoxJogVel.TabIndex = 5; |
| | | this.textBoxJogVel.Text = "50"; |
| | | // |
| | | // label4 |
| | | // |