namespace Bro.UI.Device.Winform
|
{
|
partial class CtrlMotionCardAxisOperation
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region 组件设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要修改
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.groupBoxAxisOperration = new System.Windows.Forms.GroupBox();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.buttonStop = new System.Windows.Forms.Button();
|
this.buttonStart = new System.Windows.Forms.Button();
|
this.label1 = new System.Windows.Forms.Label();
|
this.textBoxP2PVel = new System.Windows.Forms.TextBox();
|
this.textBoxP2PPrfPosition = new System.Windows.Forms.TextBox();
|
this.textBoxP2PDec = new System.Windows.Forms.TextBox();
|
this.textBoxP2PAcc = new System.Windows.Forms.TextBox();
|
this.label7 = new System.Windows.Forms.Label();
|
this.label6 = new System.Windows.Forms.Label();
|
this.label9 = new System.Windows.Forms.Label();
|
this.label8 = new System.Windows.Forms.Label();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.buttonNegative = new System.Windows.Forms.Button();
|
this.textBoxJogDec = new System.Windows.Forms.TextBox();
|
this.buttonPositive = new System.Windows.Forms.Button();
|
this.textBoxJogAcc = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.textBoxJogVel = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.groupBoxAxisOperration.SuspendLayout();
|
this.tableLayoutPanel1.SuspendLayout();
|
this.panel2.SuspendLayout();
|
this.panel1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// groupBoxAxisOperration
|
//
|
this.groupBoxAxisOperration.Controls.Add(this.tableLayoutPanel1);
|
this.groupBoxAxisOperration.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.groupBoxAxisOperration.Location = new System.Drawing.Point(0, 0);
|
this.groupBoxAxisOperration.Name = "groupBoxAxisOperration";
|
this.groupBoxAxisOperration.Size = new System.Drawing.Size(547, 148);
|
this.groupBoxAxisOperration.TabIndex = 5;
|
this.groupBoxAxisOperration.TabStop = false;
|
this.groupBoxAxisOperration.Text = "轴操作";
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 1;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 17);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 2;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(541, 128);
|
this.tableLayoutPanel1.TabIndex = 0;
|
//
|
// panel2
|
//
|
this.panel2.Controls.Add(this.buttonStop);
|
this.panel2.Controls.Add(this.buttonStart);
|
this.panel2.Controls.Add(this.label1);
|
this.panel2.Controls.Add(this.textBoxP2PVel);
|
this.panel2.Controls.Add(this.textBoxP2PPrfPosition);
|
this.panel2.Controls.Add(this.textBoxP2PDec);
|
this.panel2.Controls.Add(this.textBoxP2PAcc);
|
this.panel2.Controls.Add(this.label7);
|
this.panel2.Controls.Add(this.label6);
|
this.panel2.Controls.Add(this.label9);
|
this.panel2.Controls.Add(this.label8);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel2.Location = new System.Drawing.Point(3, 67);
|
this.panel2.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(535, 58);
|
this.panel2.TabIndex = 3;
|
//
|
// buttonStop
|
//
|
this.buttonStop.Location = new System.Drawing.Point(462, 31);
|
this.buttonStop.Name = "buttonStop";
|
this.buttonStop.Size = new System.Drawing.Size(70, 25);
|
this.buttonStop.TabIndex = 6;
|
this.buttonStop.Text = "停止";
|
this.buttonStop.UseVisualStyleBackColor = true;
|
this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
|
//
|
// buttonStart
|
//
|
this.buttonStart.Location = new System.Drawing.Point(462, 3);
|
this.buttonStart.Name = "buttonStart";
|
this.buttonStart.Size = new System.Drawing.Size(70, 25);
|
this.buttonStart.TabIndex = 6;
|
this.buttonStart.Text = "开始";
|
this.buttonStart.UseVisualStyleBackColor = true;
|
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
|
//
|
// label1
|
//
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
| System.Windows.Forms.AnchorStyles.Left)));
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.Location = new System.Drawing.Point(0, 21);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(77, 19);
|
this.label1.TabIndex = 2;
|
this.label1.Text = "P2P模式";
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// textBoxP2PVel
|
//
|
this.textBoxP2PVel.Location = new System.Drawing.Point(154, 34);
|
this.textBoxP2PVel.Name = "textBoxP2PVel";
|
this.textBoxP2PVel.Size = new System.Drawing.Size(116, 21);
|
this.textBoxP2PVel.TabIndex = 5;
|
this.textBoxP2PVel.Text = "10";
|
//
|
// textBoxP2PPrfPosition
|
//
|
this.textBoxP2PPrfPosition.Location = new System.Drawing.Point(154, 4);
|
this.textBoxP2PPrfPosition.Name = "textBoxP2PPrfPosition";
|
this.textBoxP2PPrfPosition.Size = new System.Drawing.Size(116, 21);
|
this.textBoxP2PPrfPosition.TabIndex = 5;
|
this.textBoxP2PPrfPosition.Text = "20000";
|
//
|
// textBoxP2PDec
|
//
|
this.textBoxP2PDec.Location = new System.Drawing.Point(340, 34);
|
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.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.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(41, 12);
|
this.label7.TabIndex = 4;
|
this.label7.Text = "速度:";
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Location = new System.Drawing.Point(92, 7);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(65, 12);
|
this.label6.TabIndex = 4;
|
this.label6.Text = "规划位置:";
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.Location = new System.Drawing.Point(278, 37);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(53, 12);
|
this.label9.TabIndex = 4;
|
this.label9.Text = "减速度:";
|
//
|
// label8
|
//
|
this.label8.AutoSize = true;
|
this.label8.Location = new System.Drawing.Point(278, 7);
|
this.label8.Name = "label8";
|
this.label8.Size = new System.Drawing.Size(53, 12);
|
this.label8.TabIndex = 4;
|
this.label8.Text = "加速度:";
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.buttonNegative);
|
this.panel1.Controls.Add(this.textBoxJogDec);
|
this.panel1.Controls.Add(this.buttonPositive);
|
this.panel1.Controls.Add(this.textBoxJogAcc);
|
this.panel1.Controls.Add(this.label5);
|
this.panel1.Controls.Add(this.textBoxJogVel);
|
this.panel1.Controls.Add(this.label4);
|
this.panel1.Controls.Add(this.label3);
|
this.panel1.Controls.Add(this.label2);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel1.Location = new System.Drawing.Point(3, 3);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(535, 58);
|
this.panel1.TabIndex = 2;
|
//
|
// buttonNegative
|
//
|
this.buttonNegative.Location = new System.Drawing.Point(462, 33);
|
this.buttonNegative.Name = "buttonNegative";
|
this.buttonNegative.Size = new System.Drawing.Size(70, 25);
|
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.Name = "textBoxJogDec";
|
this.textBoxJogDec.Size = new System.Drawing.Size(116, 21);
|
this.textBoxJogDec.TabIndex = 5;
|
this.textBoxJogDec.Text = "0.1";
|
//
|
// buttonPositive
|
//
|
this.buttonPositive.Location = new System.Drawing.Point(462, 3);
|
this.buttonPositive.Name = "buttonPositive";
|
this.buttonPositive.Size = new System.Drawing.Size(70, 25);
|
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);
|
//
|
// textBoxJogAcc
|
//
|
this.textBoxJogAcc.Location = new System.Drawing.Point(154, 35);
|
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.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(53, 12);
|
this.label5.TabIndex = 4;
|
this.label5.Text = "减速度:";
|
//
|
// textBoxJogVel
|
//
|
this.textBoxJogVel.Location = new System.Drawing.Point(154, 4);
|
this.textBoxJogVel.Name = "textBoxJogVel";
|
this.textBoxJogVel.Size = new System.Drawing.Size(116, 21);
|
this.textBoxJogVel.TabIndex = 5;
|
this.textBoxJogVel.Text = "5";
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(92, 38);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
this.label4.TabIndex = 4;
|
this.label4.Text = "加速度:";
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(92, 7);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(41, 12);
|
this.label3.TabIndex = 4;
|
this.label3.Text = "速度:";
|
//
|
// label2
|
//
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
| System.Windows.Forms.AnchorStyles.Left)));
|
this.label2.AutoSize = true;
|
this.label2.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label2.Location = new System.Drawing.Point(0, 21);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(77, 19);
|
this.label2.TabIndex = 2;
|
this.label2.Text = "Jog模式";
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// CtrlMotionCardAxisOperation
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.groupBoxAxisOperration);
|
this.Name = "CtrlMotionCardAxisOperation";
|
this.Size = new System.Drawing.Size(547, 148);
|
this.groupBoxAxisOperration.ResumeLayout(false);
|
this.tableLayoutPanel1.ResumeLayout(false);
|
this.panel2.ResumeLayout(false);
|
this.panel2.PerformLayout();
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.GroupBox groupBoxAxisOperration;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox textBoxJogAcc;
|
private System.Windows.Forms.TextBox textBoxJogVel;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Button buttonNegative;
|
private System.Windows.Forms.Button buttonPositive;
|
private System.Windows.Forms.TextBox textBoxJogDec;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.Button buttonStop;
|
private System.Windows.Forms.Button buttonStart;
|
private System.Windows.Forms.TextBox textBoxP2PVel;
|
private System.Windows.Forms.TextBox textBoxP2PPrfPosition;
|
private System.Windows.Forms.TextBox textBoxP2PDec;
|
private System.Windows.Forms.TextBox textBoxP2PAcc;
|
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.Label label8;
|
}
|
}
|