namespace Bro.UI.Device.Winform
{
partial class FrmMotionCardOperationBase
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMotionCardOperationBase));
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.propGrid = new System.Windows.Forms.PropertyGrid();
this.groupBoxCommBtn = new System.Windows.Forms.GroupBox();
this.btnStart = new System.Windows.Forms.Button();
this.buttonClearStatus = new System.Windows.Forms.Button();
this.buttonEmergencyStop = new System.Windows.Forms.Button();
this.buttonServoEnable = new System.Windows.Forms.Button();
this.buttonSmoothStop = new System.Windows.Forms.Button();
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();
this.groupBoxCommBtn.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(574, 681);
this.tableLayoutPanel1.TabIndex = 0;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(3, 3);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(568, 675);
this.tabControl1.TabIndex = 12;
//
// 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.Size = new System.Drawing.Size(560, 649);
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(554, 643);
this.flowLayoutPanel1.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.tableLayoutPanel3);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(560, 649);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "通用操作";
this.tabPage2.UseVisualStyleBackColor = true;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 1;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.Controls.Add(this.groupBoxPara, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.groupBoxCommBtn, 0, 0);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 2;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(554, 643);
this.tableLayoutPanel3.TabIndex = 0;
//
// groupBoxPara
//
this.groupBoxPara.Controls.Add(this.propGrid);
this.groupBoxPara.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxPara.Location = new System.Drawing.Point(3, 123);
this.groupBoxPara.Name = "groupBoxPara";
this.groupBoxPara.Size = new System.Drawing.Size(548, 517);
this.groupBoxPara.TabIndex = 13;
this.groupBoxPara.TabStop = false;
this.groupBoxPara.Text = "参数";
//
// propGrid
//
this.propGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.propGrid.Location = new System.Drawing.Point(3, 17);
this.propGrid.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.propGrid.Name = "propGrid";
this.propGrid.Size = new System.Drawing.Size(542, 497);
this.propGrid.TabIndex = 1;
//
// groupBoxCommBtn
//
this.groupBoxCommBtn.Controls.Add(this.btnStart);
this.groupBoxCommBtn.Controls.Add(this.buttonClearStatus);
this.groupBoxCommBtn.Controls.Add(this.buttonEmergencyStop);
this.groupBoxCommBtn.Controls.Add(this.buttonServoEnable);
this.groupBoxCommBtn.Controls.Add(this.buttonSmoothStop);
this.groupBoxCommBtn.Controls.Add(this.buttonPositionReset);
this.groupBoxCommBtn.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxCommBtn.Location = new System.Drawing.Point(3, 3);
this.groupBoxCommBtn.Name = "groupBoxCommBtn";
this.groupBoxCommBtn.Size = new System.Drawing.Size(548, 114);
this.groupBoxCommBtn.TabIndex = 1;
this.groupBoxCommBtn.TabStop = false;
this.groupBoxCommBtn.Text = "公共操作";
//
// btnStart
//
this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnStart.AutoSize = true;
this.btnStart.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStart.Image = ((System.Drawing.Image)(resources.GetObject("btnStart.Image")));
this.btnStart.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnStart.Location = new System.Drawing.Point(374, 23);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(168, 54);
this.btnStart.TabIndex = 5;
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.Location = new System.Drawing.Point(6, 21);
this.buttonClearStatus.Name = "buttonClearStatus";
this.buttonClearStatus.Size = new System.Drawing.Size(70, 25);
this.buttonClearStatus.TabIndex = 4;
this.buttonClearStatus.Text = "清除状态";
this.buttonClearStatus.UseVisualStyleBackColor = true;
this.buttonClearStatus.Click += new System.EventHandler(this.buttonClearStatus_Click);
//
// buttonEmergencyStop
//
this.buttonEmergencyStop.Location = new System.Drawing.Point(108, 56);
this.buttonEmergencyStop.Name = "buttonEmergencyStop";
this.buttonEmergencyStop.Size = new System.Drawing.Size(70, 25);
this.buttonEmergencyStop.TabIndex = 4;
this.buttonEmergencyStop.Text = "紧急停止";
this.buttonEmergencyStop.UseVisualStyleBackColor = true;
this.buttonEmergencyStop.Click += new System.EventHandler(this.buttonEmergencyStop_Click);
//
// buttonServoEnable
//
this.buttonServoEnable.Location = new System.Drawing.Point(108, 21);
this.buttonServoEnable.Name = "buttonServoEnable";
this.buttonServoEnable.Size = new System.Drawing.Size(70, 25);
this.buttonServoEnable.TabIndex = 4;
this.buttonServoEnable.Text = "伺服使能";
this.buttonServoEnable.UseVisualStyleBackColor = true;
this.buttonServoEnable.Click += new System.EventHandler(this.buttonServoEnable_Click);
//
// buttonSmoothStop
//
this.buttonSmoothStop.Location = new System.Drawing.Point(6, 56);
this.buttonSmoothStop.Name = "buttonSmoothStop";
this.buttonSmoothStop.Size = new System.Drawing.Size(70, 25);
this.buttonSmoothStop.TabIndex = 4;
this.buttonSmoothStop.Text = "平滑停止";
this.buttonSmoothStop.UseVisualStyleBackColor = true;
this.buttonSmoothStop.Click += new System.EventHandler(this.buttonSmoothStop_Click);
//
// buttonPositionReset
//
this.buttonPositionReset.Location = new System.Drawing.Point(213, 21);
this.buttonPositionReset.Name = "buttonPositionReset";
this.buttonPositionReset.Size = new System.Drawing.Size(70, 25);
this.buttonPositionReset.TabIndex = 4;
this.buttonPositionReset.Text = "位置清零";
this.buttonPositionReset.UseVisualStyleBackColor = true;
this.buttonPositionReset.Click += new System.EventHandler(this.buttonPositionReset_Click);
//
// FrmMotionCardOperationBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(574, 681);
this.Controls.Add(this.tableLayoutPanel1);
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);
this.groupBoxCommBtn.ResumeLayout(false);
this.groupBoxCommBtn.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.GroupBox groupBoxCommBtn;
private System.Windows.Forms.Button btnStart;
private System.Windows.Forms.Button buttonClearStatus;
private System.Windows.Forms.Button buttonEmergencyStop;
private System.Windows.Forms.Button buttonServoEnable;
private System.Windows.Forms.Button buttonSmoothStop;
private System.Windows.Forms.Button buttonPositionReset;
private System.Windows.Forms.GroupBox groupBoxPara;
private System.Windows.Forms.PropertyGrid propGrid;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
}
}