| | |
| | | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
| | | this.tabControl1 = new System.Windows.Forms.TabControl(); |
| | | this.tabPage1 = new System.Windows.Forms.TabPage(); |
| | | this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); |
| | | this.tabPage2 = new System.Windows.Forms.TabPage(); |
| | | this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); |
| | | this.groupBoxPara = new System.Windows.Forms.GroupBox(); |
| | |
| | | this.buttonPositionReset = new System.Windows.Forms.Button(); |
| | | this.tableLayoutPanel1.SuspendLayout(); |
| | | this.tabControl1.SuspendLayout(); |
| | | this.tabPage1.SuspendLayout(); |
| | | this.tabPage2.SuspendLayout(); |
| | | this.tableLayoutPanel3.SuspendLayout(); |
| | | this.groupBoxPara.SuspendLayout(); |
| | |
| | | // |
| | | // tabPage1 |
| | | // |
| | | this.tabPage1.Controls.Add(this.flowLayoutPanel1); |
| | | this.tabPage1.Location = new System.Drawing.Point(4, 22); |
| | | this.tabPage1.Name = "tabPage1"; |
| | | this.tabPage1.Padding = new System.Windows.Forms.Padding(3); |
| | |
| | | this.tabPage1.TabIndex = 0; |
| | | this.tabPage1.Text = "快捷操作"; |
| | | this.tabPage1.UseVisualStyleBackColor = true; |
| | | // |
| | | // flowLayoutPanel1 |
| | | // |
| | | this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3); |
| | | this.flowLayoutPanel1.Name = "flowLayoutPanel1"; |
| | | this.flowLayoutPanel1.Size = new System.Drawing.Size(464, 643); |
| | | this.flowLayoutPanel1.TabIndex = 0; |
| | | // |
| | | // tabPage2 |
| | | // |
| | |
| | | this.btnStart.Text = " 启 动"; |
| | | this.btnStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
| | | this.btnStart.UseVisualStyleBackColor = true; |
| | | this.btnStart.Click += new System.EventHandler(this.btnStart_Click); |
| | | // |
| | | // buttonClearStatus |
| | | // |
| | |
| | | this.buttonClearStatus.TabIndex = 4; |
| | | this.buttonClearStatus.Text = "清除状态"; |
| | | this.buttonClearStatus.UseVisualStyleBackColor = true; |
| | | this.buttonClearStatus.Click += new System.EventHandler(this.buttonClearStatus_Click); |
| | | // |
| | | // buttonEmergencyStop |
| | | // |
| | |
| | | this.buttonEmergencyStop.TabIndex = 4; |
| | | this.buttonEmergencyStop.Text = "紧急停止"; |
| | | this.buttonEmergencyStop.UseVisualStyleBackColor = true; |
| | | this.buttonEmergencyStop.Click += new System.EventHandler(this.buttonEmergencyStop_Click); |
| | | // |
| | | // buttonServoEnable |
| | | // |
| | |
| | | this.buttonServoEnable.TabIndex = 4; |
| | | this.buttonServoEnable.Text = "伺服使能"; |
| | | this.buttonServoEnable.UseVisualStyleBackColor = true; |
| | | this.buttonServoEnable.Click += new System.EventHandler(this.buttonServoEnable_Click); |
| | | // |
| | | // buttonSmoothStop |
| | | // |
| | |
| | | this.buttonSmoothStop.TabIndex = 4; |
| | | this.buttonSmoothStop.Text = "平滑停止"; |
| | | this.buttonSmoothStop.UseVisualStyleBackColor = true; |
| | | this.buttonSmoothStop.Click += new System.EventHandler(this.buttonSmoothStop_Click); |
| | | // |
| | | // buttonPositionReset |
| | | // |
| | |
| | | this.buttonPositionReset.TabIndex = 4; |
| | | this.buttonPositionReset.Text = "位置清零"; |
| | | this.buttonPositionReset.UseVisualStyleBackColor = true; |
| | | this.buttonPositionReset.Click += new System.EventHandler(this.buttonPositionReset_Click); |
| | | // |
| | | // FrmMotionCardOperationBase |
| | | // |
| | |
| | | this.Name = "FrmMotionCardOperationBase"; |
| | | this.tableLayoutPanel1.ResumeLayout(false); |
| | | this.tabControl1.ResumeLayout(false); |
| | | this.tabPage1.ResumeLayout(false); |
| | | this.tabPage2.ResumeLayout(false); |
| | | this.tableLayoutPanel3.ResumeLayout(false); |
| | | this.groupBoxPara.ResumeLayout(false); |
| | |
| | | private System.Windows.Forms.Button buttonPositionReset; |
| | | private System.Windows.Forms.GroupBox groupBoxPara; |
| | | private System.Windows.Forms.PropertyGrid propGrid; |
| | | private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; |
| | | } |
| | | } |