namespace Demo
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
this.btnRun = new System.Windows.Forms.Button();
this.btnPause = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.G代码 = new System.Windows.Forms.TabPage();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.textMDI = new System.Windows.Forms.TextBox();
this.btnStep = new System.Windows.Forms.Button();
this.btnOpenFile = new System.Windows.Forms.Button();
this.btnRunMDI = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.richTextBoxGCode = new System.Windows.Forms.RichTextBox();
this.pnl_ShowLine = new System.Windows.Forms.Panel();
this.机台指令 = new System.Windows.Forms.TabPage();
this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
this.btnXAdd = new System.Windows.Forms.Button();
this.btnXSub = new System.Windows.Forms.Button();
this.btnHomeC = new System.Windows.Forms.Button();
this.btnHomeX = new System.Windows.Forms.Button();
this.btnHomeA = new System.Windows.Forms.Button();
this.btnYAdd = new System.Windows.Forms.Button();
this.btnCSub = new System.Windows.Forms.Button();
this.btnASub = new System.Windows.Forms.Button();
this.btnCAdd = new System.Windows.Forms.Button();
this.btnHomeZ = new System.Windows.Forms.Button();
this.btnAAdd = new System.Windows.Forms.Button();
this.btnYSub = new System.Windows.Forms.Button();
this.btnHomeY = new System.Windows.Forms.Button();
this.btnZAdd = new System.Windows.Forms.Button();
this.btnZSub = new System.Windows.Forms.Button();
this.btnHomeAll = new System.Windows.Forms.Button();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.label13 = new System.Windows.Forms.Label();
this.radioCont = new System.Windows.Forms.RadioButton();
this.radioIncr = new System.Windows.Forms.RadioButton();
this.label20 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.leDistance = new System.Windows.Forms.TextBox();
this.label21 = new System.Windows.Forms.Label();
this.leVel = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.INI = new System.Windows.Forms.TabPage();
this.gvIniConfig = new System.Windows.Forms.DataGridView();
this.X = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Y = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Z = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.A = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.B = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.C = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.U = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.V = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.W = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnIniConfGet = new System.Windows.Forms.Button();
this.btnIniConfSet = new System.Windows.Forms.Button();
this.ABS = new System.Windows.Forms.TabPage();
this.gvAbsConfig = new System.Windows.Forms.DataGridView();
this.伺服0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.伺服1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.伺服2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.伺服3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.伺服4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.伺服5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnReadAbsConfig = new System.Windows.Forms.Button();
this.btnWriteAbsConfig = new System.Windows.Forms.Button();
this.IO = new System.Windows.Forms.TabPage();
this.tableLayoutPanel15 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel();
this.btnGetIo = new System.Windows.Forms.Button();
this.btnSetIo = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.leIOname = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.leIOvalue = new System.Windows.Forms.TextBox();
this.btnGetAllIoName = new System.Windows.Forms.Button();
this.gvIoList = new System.Windows.Forms.DataGridView();
this.IOName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnStop = new System.Windows.Forms.Button();
this.btnResume = new System.Windows.Forms.Button();
this.labelError = new System.Windows.Forms.Label();
this.leCPos = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.leAPos = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.leZPos = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.leYPos = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.leXPos = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.lEstopState = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.leCurrentVel = new System.Windows.Forms.Label();
this.leErrInfo = new System.Windows.Forms.Label();
this.leLine = new System.Windows.Forms.Label();
this.lbtitle = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
this.label18 = new System.Windows.Forms.Label();
this.leIoCtrlPort = new System.Windows.Forms.TextBox();
this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
this.label17 = new System.Windows.Forms.Label();
this.lePort = new System.Windows.Forms.TextBox();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.btnEnable = new System.Windows.Forms.Button();
this.btnDisable = new System.Windows.Forms.Button();
this.btnEstop = new System.Windows.Forms.Button();
this.btnEstopReset = new System.Windows.Forms.Button();
this.btnDisconnect = new System.Windows.Forms.Button();
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
this.leIp = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.btnLink = new System.Windows.Forms.Button();
this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel();
this.tabControl1.SuspendLayout();
this.G代码.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel1.SuspendLayout();
this.机台指令.SuspendLayout();
this.tableLayoutPanel9.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.INI.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gvIniConfig)).BeginInit();
this.ABS.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gvAbsConfig)).BeginInit();
this.IO.SuspendLayout();
this.tableLayoutPanel15.SuspendLayout();
this.tableLayoutPanel12.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gvIoList)).BeginInit();
this.tableLayoutPanel7.SuspendLayout();
this.tableLayoutPanel6.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tableLayoutPanel5.SuspendLayout();
this.tableLayoutPanel8.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.tableLayoutPanel10.SuspendLayout();
this.tableLayoutPanel11.SuspendLayout();
this.SuspendLayout();
//
// btnRun
//
this.btnRun.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnRun.AutoSize = true;
this.btnRun.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRun.Location = new System.Drawing.Point(21, 53);
this.btnRun.Name = "btnRun";
this.btnRun.Size = new System.Drawing.Size(97, 44);
this.btnRun.TabIndex = 0;
this.btnRun.Text = "运行";
this.btnRun.UseVisualStyleBackColor = true;
this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
//
// btnPause
//
this.btnPause.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnPause.AutoSize = true;
this.btnPause.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnPause.Location = new System.Drawing.Point(21, 103);
this.btnPause.Name = "btnPause";
this.btnPause.Size = new System.Drawing.Size(97, 44);
this.btnPause.TabIndex = 1;
this.btnPause.Text = "暂停";
this.btnPause.UseVisualStyleBackColor = true;
this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.G代码);
this.tabControl1.Controls.Add(this.机台指令);
this.tabControl1.Controls.Add(this.INI);
this.tabControl1.Controls.Add(this.ABS);
this.tabControl1.Controls.Add(this.IO);
this.tabControl1.Font = new System.Drawing.Font("Arial", 13F);
this.tabControl1.Location = new System.Drawing.Point(12, 268);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1040, 428);
this.tabControl1.TabIndex = 2;
//
// G代码
//
this.G代码.BackColor = System.Drawing.Color.White;
this.G代码.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.G代码.Controls.Add(this.tableLayoutPanel1);
this.G代码.Controls.Add(this.panel1);
this.G代码.Location = new System.Drawing.Point(4, 28);
this.G代码.Name = "G代码";
this.G代码.Padding = new System.Windows.Forms.Padding(3);
this.G代码.Size = new System.Drawing.Size(1032, 396);
this.G代码.TabIndex = 0;
this.G代码.Text = "G代码显示";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.textMDI, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.btnStep, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.btnOpenFile, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.btnRunMDI, 1, 2);
this.tableLayoutPanel1.Location = new System.Drawing.Point(766, 176);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(225, 215);
this.tableLayoutPanel1.TabIndex = 47;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(3, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(106, 23);
this.label1.TabIndex = 44;
this.label1.Text = "MDI";
//
// textMDI
//
this.textMDI.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.SetColumnSpan(this.textMDI, 2);
this.textMDI.Font = new System.Drawing.Font("Arial", 12F);
this.textMDI.Location = new System.Drawing.Point(3, 62);
this.textMDI.Name = "textMDI";
this.textMDI.Size = new System.Drawing.Size(219, 26);
this.textMDI.TabIndex = 42;
//
// btnStep
//
this.btnStep.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnStep.Location = new System.Drawing.Point(120, 157);
this.btnStep.Name = "btnStep";
this.btnStep.Size = new System.Drawing.Size(97, 51);
this.btnStep.TabIndex = 5;
this.btnStep.Text = "单步运行";
this.btnStep.UseVisualStyleBackColor = true;
this.btnStep.Click += new System.EventHandler(this.btnStep_Click);
//
// btnOpenFile
//
this.btnOpenFile.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnOpenFile.Location = new System.Drawing.Point(7, 157);
this.btnOpenFile.Name = "btnOpenFile";
this.btnOpenFile.Size = new System.Drawing.Size(97, 51);
this.btnOpenFile.TabIndex = 6;
this.btnOpenFile.Text = "文件";
this.btnOpenFile.UseVisualStyleBackColor = true;
this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click);
//
// btnRunMDI
//
this.btnRunMDI.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnRunMDI.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRunMDI.Location = new System.Drawing.Point(118, 107);
this.btnRunMDI.Name = "btnRunMDI";
this.btnRunMDI.Size = new System.Drawing.Size(100, 36);
this.btnRunMDI.TabIndex = 43;
this.btnRunMDI.Text = "运行";
this.btnRunMDI.UseVisualStyleBackColor = true;
this.btnRunMDI.Click += new System.EventHandler(this.btnRunMDI_Click);
//
// panel1
//
this.panel1.Controls.Add(this.richTextBoxGCode);
this.panel1.Controls.Add(this.pnl_ShowLine);
this.panel1.Location = new System.Drawing.Point(6, 6);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(729, 380);
this.panel1.TabIndex = 16;
//
// richTextBoxGCode
//
this.richTextBoxGCode.Dock = System.Windows.Forms.DockStyle.Right;
this.richTextBoxGCode.Font = new System.Drawing.Font("Arial", 12F);
this.richTextBoxGCode.Location = new System.Drawing.Point(44, 0);
this.richTextBoxGCode.Name = "richTextBoxGCode";
this.richTextBoxGCode.ReadOnly = true;
this.richTextBoxGCode.Size = new System.Drawing.Size(685, 380);
this.richTextBoxGCode.TabIndex = 14;
this.richTextBoxGCode.Text = "";
this.richTextBoxGCode.ContentsResized += new System.Windows.Forms.ContentsResizedEventHandler(this.richTextBoxGCode_ContentsResized);
this.richTextBoxGCode.VScroll += new System.EventHandler(this.richTextBoxGCode_VScroll);
this.richTextBoxGCode.TextChanged += new System.EventHandler(this.richTextBoxGCode_TextChanged);
//
// pnl_ShowLine
//
this.pnl_ShowLine.Dock = System.Windows.Forms.DockStyle.Left;
this.pnl_ShowLine.Location = new System.Drawing.Point(0, 0);
this.pnl_ShowLine.Name = "pnl_ShowLine";
this.pnl_ShowLine.Size = new System.Drawing.Size(44, 380);
this.pnl_ShowLine.TabIndex = 15;
//
// 机台指令
//
this.机台指令.BackColor = System.Drawing.Color.White;
this.机台指令.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.机台指令.Controls.Add(this.tableLayoutPanel9);
this.机台指令.Location = new System.Drawing.Point(4, 28);
this.机台指令.Name = "机台指令";
this.机台指令.Padding = new System.Windows.Forms.Padding(3);
this.机台指令.Size = new System.Drawing.Size(1032, 396);
this.机台指令.TabIndex = 1;
this.机台指令.Text = "机台指令";
//
// tableLayoutPanel9
//
this.tableLayoutPanel9.ColumnCount = 13;
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.Controls.Add(this.btnXAdd, 0, 0);
this.tableLayoutPanel9.Controls.Add(this.btnXSub, 1, 0);
this.tableLayoutPanel9.Controls.Add(this.btnHomeC, 5, 1);
this.tableLayoutPanel9.Controls.Add(this.btnHomeX, 2, 0);
this.tableLayoutPanel9.Controls.Add(this.btnHomeA, 5, 0);
this.tableLayoutPanel9.Controls.Add(this.btnYAdd, 0, 1);
this.tableLayoutPanel9.Controls.Add(this.btnCSub, 4, 1);
this.tableLayoutPanel9.Controls.Add(this.btnASub, 4, 0);
this.tableLayoutPanel9.Controls.Add(this.btnCAdd, 3, 1);
this.tableLayoutPanel9.Controls.Add(this.btnHomeZ, 2, 2);
this.tableLayoutPanel9.Controls.Add(this.btnAAdd, 3, 0);
this.tableLayoutPanel9.Controls.Add(this.btnYSub, 1, 1);
this.tableLayoutPanel9.Controls.Add(this.btnHomeY, 2, 1);
this.tableLayoutPanel9.Controls.Add(this.btnZAdd, 0, 2);
this.tableLayoutPanel9.Controls.Add(this.btnZSub, 1, 2);
this.tableLayoutPanel9.Controls.Add(this.btnHomeAll, 3, 2);
this.tableLayoutPanel9.Controls.Add(this.tableLayoutPanel4, 6, 0);
this.tableLayoutPanel9.Location = new System.Drawing.Point(6, 6);
this.tableLayoutPanel9.Name = "tableLayoutPanel9";
this.tableLayoutPanel9.RowCount = 5;
this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel9.Size = new System.Drawing.Size(945, 202);
this.tableLayoutPanel9.TabIndex = 23;
//
// btnXAdd
//
this.btnXAdd.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnXAdd.Location = new System.Drawing.Point(3, 3);
this.btnXAdd.Name = "btnXAdd";
this.btnXAdd.Size = new System.Drawing.Size(75, 56);
this.btnXAdd.TabIndex = 7;
this.btnXAdd.Text = "X+";
this.btnXAdd.UseVisualStyleBackColor = true;
this.btnXAdd.MouseDown += new System.Windows.Forms.MouseEventHandler(this.on_btnAdd_pressed);
this.btnXAdd.MouseUp += new System.Windows.Forms.MouseEventHandler(this.on_btnAdd_released);
//
// btnXSub
//
this.btnXSub.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnXSub.Location = new System.Drawing.Point(84, 3);
this.btnXSub.Name = "btnXSub";
this.btnXSub.Size = new System.Drawing.Size(75, 56);
this.btnXSub.TabIndex = 1;
this.btnXSub.Text = "X-";
this.btnXSub.UseVisualStyleBackColor = true;
this.btnXSub.MouseDown += new System.Windows.Forms.MouseEventHandler(this.on_btnSub_pressed);
this.btnXSub.MouseUp += new System.Windows.Forms.MouseEventHandler(this.on_btnSub_released);
//
// btnHomeC
//
this.btnHomeC.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnHomeC.Location = new System.Drawing.Point(431, 65);
this.btnHomeC.Name = "btnHomeC";
this.btnHomeC.Size = new System.Drawing.Size(97, 56);
this.btnHomeC.TabIndex = 15;
this.btnHomeC.Text = "C轴回零";
this.btnHomeC.UseVisualStyleBackColor = true;
this.btnHomeC.Click += new System.EventHandler(this.btnHome_Click);
//
// btnHomeX
//
this.btnHomeX.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnHomeX.Location = new System.Drawing.Point(165, 3);
this.btnHomeX.Name = "btnHomeX";
this.btnHomeX.Size = new System.Drawing.Size(98, 56);
this.btnHomeX.TabIndex = 9;
this.btnHomeX.Text = "X轴回零";
this.btnHomeX.UseVisualStyleBackColor = true;
this.btnHomeX.Click += new System.EventHandler(this.btnHome_Click);
//
// btnHomeA
//
this.btnHomeA.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnHomeA.Location = new System.Drawing.Point(431, 3);
this.btnHomeA.Name = "btnHomeA";
this.btnHomeA.Size = new System.Drawing.Size(97, 56);
this.btnHomeA.TabIndex = 14;
this.btnHomeA.Text = "A轴回零";
this.btnHomeA.UseVisualStyleBackColor = true;
this.btnHomeA.Click += new System.EventHandler(this.btnHome_Click);
//
// btnYAdd
//
this.btnYAdd.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnYAdd.Location = new System.Drawing.Point(3, 65);
this.btnYAdd.Name = "btnYAdd";
this.btnYAdd.Size = new System.Drawing.Size(75, 56);
this.btnYAdd.TabIndex = 4;
this.btnYAdd.Text = "Y+";
this.btnYAdd.UseVisualStyleBackColor = true;
this.btnYAdd.MouseDown += new System.Windows.Forms.MouseEventHandler(this.on_btnAdd_pressed);
this.btnYAdd.MouseUp += new System.Windows.Forms.MouseEventHandler(this.on_btnAdd_released);
//
// btnCSub
//
this.btnCSub.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCSub.Location = new System.Drawing.Point(350, 65);
this.btnCSub.Name = "btnCSub";
this.btnCSub.Size = new System.Drawing.Size(75, 56);
this.btnCSub.TabIndex = 8;
this.btnCSub.Text = "C-";
this.btnCSub.UseVisualStyleBackColor = true;
this.btnCSub.MouseDown += new System.Windows.Forms.MouseEventHandler(this.on_btnSub_pressed);
this.btnCSub.MouseUp += new System.Windows.Forms.MouseEventHandler(this.on_btnSub_released);
//
// btnASub
//
this.btnASub.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnASub.Location = new System.Drawing.Point(350, 3);
this.btnASub.Name = "btnASub";
this.btnASub.Size = new System.Drawing.Size(75, 56);
this.btnASub.TabIndex = 11;
this.btnASub.Text = "A-";
this.btnASub.UseVisualStyleBackColor = true;
this.btnASub.MouseDown += new System.Windows.Forms.MouseEventHandler(this.on_btnSub_pressed);
this.btnASub.MouseUp += new System.Windows.Forms.MouseEventHandler(this.on_btnSub_released);
//
// btnCAdd
//
this.btnCAdd.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCAdd.Location = new System.Drawing.Point(269, 65);
this.btnCAdd.Name = "btnCAdd";
this.btnCAdd.Size = new System.Drawing.Size(75, 56);
this.btnCAdd.TabIndex = 6;
this.btnCAdd.Text = "C+";
this.btnCAdd.UseVisualStyleBackColor = true;
this.btnCAdd.MouseDown += new System.Windows.Forms.MouseEventHandler(this.on_btnAdd_pressed);
this.btnCAdd.MouseUp += new System.Windows.Forms.MouseEventHandler(this.on_btnAdd_released);
//
// btnHomeZ
//
this.btnHomeZ.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnHomeZ.Location = new System.Drawing.Point(165, 127);
this.btnHomeZ.Name = "btnHomeZ";
this.btnHomeZ.Size = new System.Drawing.Size(98, 56);
this.btnHomeZ.TabIndex = 13;
this.btnHomeZ.Text = "Z轴回零";
this.btnHomeZ.UseVisualStyleBackColor = true;
this.btnHomeZ.Click += new System.EventHandler(this.btnHome_Click);
//
// btnAAdd
//
this.btnAAdd.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAAdd.Location = new System.Drawing.Point(269, 3);
this.btnAAdd.Name = "btnAAdd";
this.btnAAdd.Size = new System.Drawing.Size(75, 56);
this.btnAAdd.TabIndex = 10;
this.btnAAdd.Text = "A+";
this.btnAAdd.UseVisualStyleBackColor = true;
this.btnAAdd.MouseDown += new System.Windows.Forms.MouseEventHandler(this.on_btnAdd_pressed);
this.btnAAdd.MouseUp += new System.Windows.Forms.MouseEventHandler(this.on_btnAdd_released);
//
// btnYSub
//
this.btnYSub.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnYSub.Location = new System.Drawing.Point(84, 65);
this.btnYSub.Name = "btnYSub";
this.btnYSub.Size = new System.Drawing.Size(75, 56);
this.btnYSub.TabIndex = 5;
this.btnYSub.Text = "Y-";
this.btnYSub.UseVisualStyleBackColor = true;
this.btnYSub.MouseDown += new System.Windows.Forms.MouseEventHandler(this.on_btnSub_pressed);
this.btnYSub.MouseUp += new System.Windows.Forms.MouseEventHandler(this.on_btnSub_released);
//
// btnHomeY
//
this.btnHomeY.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnHomeY.Location = new System.Drawing.Point(165, 65);
this.btnHomeY.Name = "btnHomeY";
this.btnHomeY.Size = new System.Drawing.Size(98, 56);
this.btnHomeY.TabIndex = 12;
this.btnHomeY.Text = "Y轴回零";
this.btnHomeY.UseVisualStyleBackColor = true;
this.btnHomeY.Click += new System.EventHandler(this.btnHome_Click);
//
// btnZAdd
//
this.btnZAdd.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnZAdd.Location = new System.Drawing.Point(3, 127);
this.btnZAdd.Name = "btnZAdd";
this.btnZAdd.Size = new System.Drawing.Size(75, 56);
this.btnZAdd.TabIndex = 0;
this.btnZAdd.Text = "Z+";
this.btnZAdd.UseVisualStyleBackColor = true;
this.btnZAdd.MouseDown += new System.Windows.Forms.MouseEventHandler(this.on_btnAdd_pressed);
this.btnZAdd.MouseUp += new System.Windows.Forms.MouseEventHandler(this.on_btnAdd_released);
//
// btnZSub
//
this.btnZSub.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnZSub.Location = new System.Drawing.Point(84, 127);
this.btnZSub.Name = "btnZSub";
this.btnZSub.Size = new System.Drawing.Size(75, 56);
this.btnZSub.TabIndex = 2;
this.btnZSub.Text = "Z-";
this.btnZSub.UseVisualStyleBackColor = true;
this.btnZSub.MouseDown += new System.Windows.Forms.MouseEventHandler(this.on_btnSub_pressed);
this.btnZSub.MouseUp += new System.Windows.Forms.MouseEventHandler(this.on_btnSub_released);
//
// btnHomeAll
//
this.btnHomeAll.Anchor = System.Windows.Forms.AnchorStyles.None;
this.tableLayoutPanel9.SetColumnSpan(this.btnHomeAll, 3);
this.btnHomeAll.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnHomeAll.Location = new System.Drawing.Point(340, 127);
this.btnHomeAll.Name = "btnHomeAll";
this.btnHomeAll.Size = new System.Drawing.Size(116, 56);
this.btnHomeAll.TabIndex = 3;
this.btnHomeAll.Text = "全部回零";
this.btnHomeAll.UseVisualStyleBackColor = true;
this.btnHomeAll.Click += new System.EventHandler(this.btnHomeAll_Click);
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.ColumnCount = 8;
this.tableLayoutPanel9.SetColumnSpan(this.tableLayoutPanel4, 7);
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 138F));
this.tableLayoutPanel4.Controls.Add(this.label13, 0, 0);
this.tableLayoutPanel4.Controls.Add(this.radioCont, 0, 1);
this.tableLayoutPanel4.Controls.Add(this.radioIncr, 0, 2);
this.tableLayoutPanel4.Controls.Add(this.label20, 6, 2);
this.tableLayoutPanel4.Controls.Add(this.label19, 6, 1);
this.tableLayoutPanel4.Controls.Add(this.leDistance, 5, 2);
this.tableLayoutPanel4.Controls.Add(this.label21, 3, 2);
this.tableLayoutPanel4.Controls.Add(this.leVel, 5, 1);
this.tableLayoutPanel4.Controls.Add(this.label14, 3, 1);
this.tableLayoutPanel4.Location = new System.Drawing.Point(534, 3);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 4;
this.tableLayoutPanel9.SetRowSpan(this.tableLayoutPanel4, 5);
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(525, 164);
this.tableLayoutPanel4.TabIndex = 22;
//
// label13
//
this.label13.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.Location = new System.Drawing.Point(3, 9);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(94, 21);
this.label13.TabIndex = 16;
this.label13.Text = "点动距离";
//
// radioCont
//
this.radioCont.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.radioCont.AutoSize = true;
this.radioCont.Checked = true;
this.radioCont.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioCont.Location = new System.Drawing.Point(3, 47);
this.radioCont.Name = "radioCont";
this.radioCont.Size = new System.Drawing.Size(112, 25);
this.radioCont.TabIndex = 17;
this.radioCont.TabStop = true;
this.radioCont.Text = "连续模式";
this.radioCont.UseVisualStyleBackColor = true;
//
// radioIncr
//
this.radioIncr.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.radioIncr.AutoSize = true;
this.radioIncr.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioIncr.Location = new System.Drawing.Point(3, 87);
this.radioIncr.Name = "radioIncr";
this.radioIncr.Size = new System.Drawing.Size(112, 25);
this.radioIncr.TabIndex = 18;
this.radioIncr.Text = "距离模式";
this.radioIncr.UseVisualStyleBackColor = true;
//
// label20
//
this.label20.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label20.AutoSize = true;
this.label20.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label20.Location = new System.Drawing.Point(308, 89);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(32, 21);
this.label20.TabIndex = 23;
this.label20.Text = "mm";
//
// label19
//
this.label19.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label19.Location = new System.Drawing.Point(308, 49);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(76, 21);
this.label19.TabIndex = 21;
this.label19.Text = "mm/min";
//
// leDistance
//
this.leDistance.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.leDistance.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.leDistance.Location = new System.Drawing.Point(220, 84);
this.leDistance.Name = "leDistance";
this.leDistance.Size = new System.Drawing.Size(82, 31);
this.leDistance.TabIndex = 22;
this.leDistance.Text = "10";
//
// label21
//
this.label21.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label21.AutoSize = true;
this.label21.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label21.Location = new System.Drawing.Point(141, 89);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(73, 21);
this.label21.TabIndex = 24;
this.label21.Text = "距离:";
//
// leVel
//
this.leVel.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.leVel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.leVel.Location = new System.Drawing.Point(220, 44);
this.leVel.Name = "leVel";
this.leVel.Size = new System.Drawing.Size(82, 31);
this.leVel.TabIndex = 20;
this.leVel.Text = "1000";
//
// label14
//
this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.Location = new System.Drawing.Point(141, 49);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(73, 21);
this.label14.TabIndex = 19;
this.label14.Text = "速度:";
//
// INI
//
this.INI.BackColor = System.Drawing.Color.White;
this.INI.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.INI.Controls.Add(this.gvIniConfig);
this.INI.Controls.Add(this.btnIniConfGet);
this.INI.Controls.Add(this.btnIniConfSet);
this.INI.Location = new System.Drawing.Point(4, 28);
this.INI.Name = "INI";
this.INI.Padding = new System.Windows.Forms.Padding(3);
this.INI.Size = new System.Drawing.Size(1032, 396);
this.INI.TabIndex = 2;
this.INI.Text = "SETTING INI";
//
// gvIniConfig
//
this.gvIniConfig.AllowUserToAddRows = false;
this.gvIniConfig.AllowUserToDeleteRows = false;
this.gvIniConfig.AllowUserToResizeColumns = false;
this.gvIniConfig.AllowUserToResizeRows = false;
this.gvIniConfig.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.gvIniConfig.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.gvIniConfig.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.gvIniConfig.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.X,
this.Y,
this.Z,
this.A,
this.B,
this.C,
this.U,
this.V,
this.W});
this.gvIniConfig.Location = new System.Drawing.Point(18, 18);
this.gvIniConfig.Name = "gvIniConfig";
this.gvIniConfig.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
this.gvIniConfig.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
dataGridViewCellStyle10.NullValue = "0";
this.gvIniConfig.RowsDefaultCellStyle = dataGridViewCellStyle10;
this.gvIniConfig.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.gvIniConfig.RowTemplate.Height = 23;
this.gvIniConfig.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
this.gvIniConfig.ShowCellErrors = false;
this.gvIniConfig.ShowCellToolTips = false;
this.gvIniConfig.ShowEditingIcon = false;
this.gvIniConfig.ShowRowErrors = false;
this.gvIniConfig.Size = new System.Drawing.Size(960, 294);
this.gvIniConfig.TabIndex = 8;
//
// X
//
this.X.HeaderText = "X";
this.X.Name = "X";
//
// Y
//
this.Y.HeaderText = "Y";
this.Y.Name = "Y";
//
// Z
//
this.Z.HeaderText = "Z";
this.Z.Name = "Z";
//
// A
//
this.A.HeaderText = "A";
this.A.Name = "A";
//
// B
//
this.B.HeaderText = "B";
this.B.Name = "B";
//
// C
//
this.C.HeaderText = "C";
this.C.Name = "C";
//
// U
//
this.U.HeaderText = "U";
this.U.Name = "U";
//
// V
//
this.V.HeaderText = "V";
this.V.Name = "V";
//
// W
//
this.W.HeaderText = "W";
this.W.Name = "W";
//
// btnIniConfGet
//
this.btnIniConfGet.Location = new System.Drawing.Point(672, 318);
this.btnIniConfGet.Name = "btnIniConfGet";
this.btnIniConfGet.Size = new System.Drawing.Size(152, 71);
this.btnIniConfGet.TabIndex = 3;
this.btnIniConfGet.Text = "iniconf读取";
this.btnIniConfGet.UseVisualStyleBackColor = true;
this.btnIniConfGet.Click += new System.EventHandler(this.btnIniConfGet_Click);
//
// btnIniConfSet
//
this.btnIniConfSet.Location = new System.Drawing.Point(826, 318);
this.btnIniConfSet.Name = "btnIniConfSet";
this.btnIniConfSet.Size = new System.Drawing.Size(152, 71);
this.btnIniConfSet.TabIndex = 0;
this.btnIniConfSet.Text = "iniconf设置";
this.btnIniConfSet.UseVisualStyleBackColor = true;
this.btnIniConfSet.Click += new System.EventHandler(this.btnIniConfSet_Click);
//
// ABS
//
this.ABS.BackColor = System.Drawing.Color.White;
this.ABS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.ABS.Controls.Add(this.gvAbsConfig);
this.ABS.Controls.Add(this.btnReadAbsConfig);
this.ABS.Controls.Add(this.btnWriteAbsConfig);
this.ABS.Location = new System.Drawing.Point(4, 28);
this.ABS.Name = "ABS";
this.ABS.Padding = new System.Windows.Forms.Padding(3);
this.ABS.Size = new System.Drawing.Size(1032, 396);
this.ABS.TabIndex = 3;
this.ABS.Text = "SETTING ABS";
//
// gvAbsConfig
//
this.gvAbsConfig.AllowUserToAddRows = false;
this.gvAbsConfig.AllowUserToDeleteRows = false;
this.gvAbsConfig.AllowUserToResizeColumns = false;
this.gvAbsConfig.AllowUserToResizeRows = false;
this.gvAbsConfig.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.gvAbsConfig.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.gvAbsConfig.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
this.gvAbsConfig.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.gvAbsConfig.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.伺服0,
this.伺服1,
this.伺服2,
this.伺服3,
this.伺服4,
this.伺服5});
this.gvAbsConfig.Location = new System.Drawing.Point(18, 18);
this.gvAbsConfig.Name = "gvAbsConfig";
this.gvAbsConfig.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
this.gvAbsConfig.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
dataGridViewCellStyle11.NullValue = "0";
this.gvAbsConfig.RowsDefaultCellStyle = dataGridViewCellStyle11;
this.gvAbsConfig.RowTemplate.Height = 23;
this.gvAbsConfig.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
this.gvAbsConfig.ShowCellErrors = false;
this.gvAbsConfig.ShowCellToolTips = false;
this.gvAbsConfig.ShowEditingIcon = false;
this.gvAbsConfig.ShowRowErrors = false;
this.gvAbsConfig.Size = new System.Drawing.Size(960, 294);
this.gvAbsConfig.TabIndex = 7;
//
// 伺服0
//
this.伺服0.HeaderText = "伺服0";
this.伺服0.Name = "伺服0";
//
// 伺服1
//
this.伺服1.HeaderText = "伺服1";
this.伺服1.Name = "伺服1";
//
// 伺服2
//
this.伺服2.HeaderText = "伺服2";
this.伺服2.Name = "伺服2";
//
// 伺服3
//
this.伺服3.HeaderText = "伺服3";
this.伺服3.Name = "伺服3";
//
// 伺服4
//
this.伺服4.HeaderText = "伺服4";
this.伺服4.Name = "伺服4";
//
// 伺服5
//
this.伺服5.HeaderText = "伺服5";
this.伺服5.Name = "伺服5";
//
// btnReadAbsConfig
//
this.btnReadAbsConfig.Location = new System.Drawing.Point(672, 318);
this.btnReadAbsConfig.Name = "btnReadAbsConfig";
this.btnReadAbsConfig.Size = new System.Drawing.Size(152, 71);
this.btnReadAbsConfig.TabIndex = 6;
this.btnReadAbsConfig.Text = "abs读取";
this.btnReadAbsConfig.UseVisualStyleBackColor = true;
this.btnReadAbsConfig.Click += new System.EventHandler(this.btnReadAbsConfig_Click);
//
// btnWriteAbsConfig
//
this.btnWriteAbsConfig.Location = new System.Drawing.Point(826, 318);
this.btnWriteAbsConfig.Name = "btnWriteAbsConfig";
this.btnWriteAbsConfig.Size = new System.Drawing.Size(152, 71);
this.btnWriteAbsConfig.TabIndex = 4;
this.btnWriteAbsConfig.Text = "abs设置";
this.btnWriteAbsConfig.UseVisualStyleBackColor = true;
this.btnWriteAbsConfig.Click += new System.EventHandler(this.btnWriteAbsConfig_Click);
//
// IO
//
this.IO.Controls.Add(this.tableLayoutPanel15);
this.IO.Controls.Add(this.gvIoList);
this.IO.Location = new System.Drawing.Point(4, 28);
this.IO.Name = "IO";
this.IO.Padding = new System.Windows.Forms.Padding(3);
this.IO.Size = new System.Drawing.Size(1032, 396);
this.IO.TabIndex = 4;
this.IO.Text = "IO";
this.IO.UseVisualStyleBackColor = true;
//
// tableLayoutPanel15
//
this.tableLayoutPanel15.ColumnCount = 3;
this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 320F));
this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel15.Controls.Add(this.tableLayoutPanel12, 1, 2);
this.tableLayoutPanel15.Controls.Add(this.label9, 0, 1);
this.tableLayoutPanel15.Controls.Add(this.leIOname, 1, 0);
this.tableLayoutPanel15.Controls.Add(this.label7, 0, 0);
this.tableLayoutPanel15.Controls.Add(this.leIOvalue, 1, 1);
this.tableLayoutPanel15.Controls.Add(this.btnGetAllIoName, 1, 3);
this.tableLayoutPanel15.Location = new System.Drawing.Point(522, 9);
this.tableLayoutPanel15.Name = "tableLayoutPanel15";
this.tableLayoutPanel15.RowCount = 5;
this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel15.Size = new System.Drawing.Size(448, 210);
this.tableLayoutPanel15.TabIndex = 54;
//
// tableLayoutPanel12
//
this.tableLayoutPanel12.ColumnCount = 2;
this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel12.Controls.Add(this.btnGetIo, 0, 0);
this.tableLayoutPanel12.Controls.Add(this.btnSetIo, 1, 0);
this.tableLayoutPanel12.Location = new System.Drawing.Point(123, 103);
this.tableLayoutPanel12.Name = "tableLayoutPanel12";
this.tableLayoutPanel12.RowCount = 1;
this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel12.Size = new System.Drawing.Size(314, 44);
this.tableLayoutPanel12.TabIndex = 55;
//
// btnGetIo
//
this.btnGetIo.Location = new System.Drawing.Point(3, 3);
this.btnGetIo.Name = "btnGetIo";
this.btnGetIo.Size = new System.Drawing.Size(151, 38);
this.btnGetIo.TabIndex = 10;
this.btnGetIo.Text = "获取io";
this.btnGetIo.UseVisualStyleBackColor = true;
this.btnGetIo.Click += new System.EventHandler(this.btnGetIo_Click);
//
// btnSetIo
//
this.btnSetIo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.btnSetIo.Location = new System.Drawing.Point(160, 3);
this.btnSetIo.Name = "btnSetIo";
this.btnSetIo.Size = new System.Drawing.Size(151, 38);
this.btnSetIo.TabIndex = 9;
this.btnSetIo.Text = "设置io";
this.btnSetIo.UseVisualStyleBackColor = true;
this.btnSetIo.Click += new System.EventHandler(this.btnSetIo_Click);
//
// label9
//
this.label9.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(3, 63);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(100, 23);
this.label9.TabIndex = 52;
this.label9.Text = "IOValue:";
//
// leIOname
//
this.leIOname.Anchor = System.Windows.Forms.AnchorStyles.None;
this.leIOname.Font = new System.Drawing.Font("Arial", 14F);
this.leIOname.Location = new System.Drawing.Point(130, 10);
this.leIOname.MaximumSize = new System.Drawing.Size(300, 30);
this.leIOname.MinimumSize = new System.Drawing.Size(300, 30);
this.leIOname.Name = "leIOname";
this.leIOname.Size = new System.Drawing.Size(300, 29);
this.leIOname.TabIndex = 66;
//
// label7
//
this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(3, 13);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(103, 23);
this.label7.TabIndex = 52;
this.label7.Text = "IOName:";
//
// leIOvalue
//
this.leIOvalue.Anchor = System.Windows.Forms.AnchorStyles.None;
this.leIOvalue.Font = new System.Drawing.Font("Arial", 14F);
this.leIOvalue.Location = new System.Drawing.Point(130, 60);
this.leIOvalue.MaximumSize = new System.Drawing.Size(300, 30);
this.leIOvalue.MinimumSize = new System.Drawing.Size(300, 30);
this.leIOvalue.Name = "leIOvalue";
this.leIOvalue.Size = new System.Drawing.Size(300, 29);
this.leIOvalue.TabIndex = 66;
//
// btnGetAllIoName
//
this.btnGetAllIoName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.btnGetAllIoName.Location = new System.Drawing.Point(123, 153);
this.btnGetAllIoName.Name = "btnGetAllIoName";
this.btnGetAllIoName.Size = new System.Drawing.Size(314, 44);
this.btnGetAllIoName.TabIndex = 11;
this.btnGetAllIoName.Text = "获取所有引脚名";
this.btnGetAllIoName.UseVisualStyleBackColor = true;
this.btnGetAllIoName.Click += new System.EventHandler(this.btnGetAllIoName_Click);
//
// gvIoList
//
this.gvIoList.AllowDrop = true;
this.gvIoList.AllowUserToAddRows = false;
this.gvIoList.AllowUserToDeleteRows = false;
this.gvIoList.AllowUserToOrderColumns = true;
this.gvIoList.AllowUserToResizeColumns = false;
this.gvIoList.AllowUserToResizeRows = false;
this.gvIoList.ColumnHeadersHeight = 30;
this.gvIoList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.IOName,
this.Value});
this.gvIoList.Location = new System.Drawing.Point(17, 9);
this.gvIoList.Name = "gvIoList";
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle12.Font = new System.Drawing.Font("Arial", 13F);
dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.gvIoList.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
this.gvIoList.RowHeadersWidth = 80;
this.gvIoList.RowTemplate.Height = 23;
this.gvIoList.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.gvIoList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.gvIoList.Size = new System.Drawing.Size(499, 384);
this.gvIoList.TabIndex = 12;
//
// IOName
//
this.IOName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.IOName.HeaderText = "Name";
this.IOName.MinimumWidth = 300;
this.IOName.Name = "IOName";
this.IOName.ReadOnly = true;
this.IOName.Width = 300;
//
// Value
//
this.Value.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.Value.HeaderText = "Value";
this.Value.MinimumWidth = 100;
this.Value.Name = "Value";
//
// btnStop
//
this.btnStop.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnStop.AutoSize = true;
this.btnStop.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnStop.Location = new System.Drawing.Point(161, 53);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(97, 44);
this.btnStop.TabIndex = 3;
this.btnStop.Text = "停止";
this.btnStop.UseVisualStyleBackColor = true;
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
//
// btnResume
//
this.btnResume.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnResume.AutoSize = true;
this.btnResume.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnResume.Location = new System.Drawing.Point(161, 103);
this.btnResume.Name = "btnResume";
this.btnResume.Size = new System.Drawing.Size(97, 44);
this.btnResume.TabIndex = 4;
this.btnResume.Text = "继续";
this.btnResume.UseVisualStyleBackColor = true;
this.btnResume.Click += new System.EventHandler(this.btnResume_Click);
//
// labelError
//
this.labelError.AutoSize = true;
this.labelError.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelError.Location = new System.Drawing.Point(9, 607);
this.labelError.Name = "labelError";
this.labelError.Size = new System.Drawing.Size(0, 16);
this.labelError.TabIndex = 9;
//
// leCPos
//
this.leCPos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.leCPos.AutoSize = true;
this.leCPos.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.leCPos.Location = new System.Drawing.Point(243, 33);
this.leCPos.Name = "leCPos";
this.leCPos.Size = new System.Drawing.Size(134, 23);
this.leCPos.TabIndex = 39;
this.leCPos.Text = "0.00";
//
// label10
//
this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(193, 33);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(44, 23);
this.label10.TabIndex = 38;
this.label10.Text = "C";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// leAPos
//
this.leAPos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.leAPos.AutoSize = true;
this.leAPos.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.leAPos.Location = new System.Drawing.Point(53, 33);
this.leAPos.Name = "leAPos";
this.leAPos.Size = new System.Drawing.Size(134, 23);
this.leAPos.TabIndex = 37;
this.leAPos.Text = "0.00";
//
// label8
//
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(3, 33);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(44, 23);
this.label8.TabIndex = 36;
this.label8.Text = "A";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// leZPos
//
this.leZPos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.leZPos.AutoSize = true;
this.leZPos.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.leZPos.Location = new System.Drawing.Point(433, 3);
this.leZPos.Name = "leZPos";
this.leZPos.Size = new System.Drawing.Size(134, 23);
this.leZPos.TabIndex = 35;
this.leZPos.Text = "0.00";
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(383, 3);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(44, 23);
this.label6.TabIndex = 34;
this.label6.Text = "Z";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// leYPos
//
this.leYPos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.leYPos.AutoSize = true;
this.leYPos.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.leYPos.Location = new System.Drawing.Point(243, 3);
this.leYPos.Name = "leYPos";
this.leYPos.Size = new System.Drawing.Size(134, 23);
this.leYPos.TabIndex = 33;
this.leYPos.Text = "0.00";
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(193, 3);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(44, 23);
this.label4.TabIndex = 32;
this.label4.Text = "Y";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// leXPos
//
this.leXPos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.leXPos.AutoSize = true;
this.leXPos.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.leXPos.Location = new System.Drawing.Point(53, 3);
this.leXPos.Name = "leXPos";
this.leXPos.Size = new System.Drawing.Size(134, 23);
this.leXPos.TabIndex = 31;
this.leXPos.Text = "0.00";
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(3, 3);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(44, 23);
this.label2.TabIndex = 30;
this.label2.Text = "X";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label15
//
this.label15.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label15.Location = new System.Drawing.Point(5, 6);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(110, 23);
this.label15.TabIndex = 52;
this.label15.Text = "STATUS :";
//
// lEstopState
//
this.lEstopState.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.lEstopState.AutoSize = true;
this.lEstopState.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lEstopState.Location = new System.Drawing.Point(123, 6);
this.lEstopState.Name = "lEstopState";
this.lEstopState.Size = new System.Drawing.Size(222, 23);
this.lEstopState.TabIndex = 53;
this.lEstopState.Text = "未连接";
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(383, 33);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(44, 23);
this.label3.TabIndex = 54;
this.label3.Text = "Vel:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// leCurrentVel
//
this.leCurrentVel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.leCurrentVel.AutoSize = true;
this.leCurrentVel.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.leCurrentVel.Location = new System.Drawing.Point(433, 33);
this.leCurrentVel.Name = "leCurrentVel";
this.leCurrentVel.Size = new System.Drawing.Size(134, 23);
this.leCurrentVel.TabIndex = 55;
this.leCurrentVel.Text = "0.00";
//
// leErrInfo
//
this.leErrInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.leErrInfo.AutoSize = true;
this.tableLayoutPanel3.SetColumnSpan(this.leErrInfo, 2);
this.leErrInfo.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.leErrInfo.Location = new System.Drawing.Point(3, 213);
this.leErrInfo.Name = "leErrInfo";
this.leErrInfo.Size = new System.Drawing.Size(274, 23);
this.leErrInfo.TabIndex = 56;
this.leErrInfo.Text = "Error Info";
//
// leLine
//
this.leLine.Anchor = System.Windows.Forms.AnchorStyles.None;
this.leLine.AutoSize = true;
this.leLine.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.leLine.Location = new System.Drawing.Point(199, 163);
this.leLine.Name = "leLine";
this.leLine.Size = new System.Drawing.Size(21, 23);
this.leLine.TabIndex = 50;
this.leLine.Text = "0";
//
// lbtitle
//
this.lbtitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.lbtitle.AutoSize = true;
this.lbtitle.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbtitle.Location = new System.Drawing.Point(3, 13);
this.lbtitle.Name = "lbtitle";
this.lbtitle.Size = new System.Drawing.Size(134, 23);
this.lbtitle.TabIndex = 50;
this.lbtitle.Text = "Auto";
//
// label16
//
this.label16.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label16.Location = new System.Drawing.Point(5, 163);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(130, 23);
this.label16.TabIndex = 51;
this.label16.Text = "当前运行数:";
//
// tableLayoutPanel7
//
this.tableLayoutPanel7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel7.ColumnCount = 2;
this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel7.Controls.Add(this.label18, 0, 0);
this.tableLayoutPanel7.Controls.Add(this.leIoCtrlPort, 1, 0);
this.tableLayoutPanel7.Location = new System.Drawing.Point(403, 7);
this.tableLayoutPanel7.Name = "tableLayoutPanel7";
this.tableLayoutPanel7.RowCount = 1;
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel7.Size = new System.Drawing.Size(214, 44);
this.tableLayoutPanel7.TabIndex = 52;
//
// 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("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label18.Location = new System.Drawing.Point(3, 10);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(112, 23);
this.label18.TabIndex = 58;
this.label18.Text = "IO Ctrl Port";
//
// leIoCtrlPort
//
this.leIoCtrlPort.Anchor = System.Windows.Forms.AnchorStyles.None;
this.leIoCtrlPort.Font = new System.Drawing.Font("Arial", 14F);
this.leIoCtrlPort.Location = new System.Drawing.Point(123, 7);
this.leIoCtrlPort.MaximumSize = new System.Drawing.Size(85, 30);
this.leIoCtrlPort.MinimumSize = new System.Drawing.Size(85, 30);
this.leIoCtrlPort.Name = "leIoCtrlPort";
this.leIoCtrlPort.Size = new System.Drawing.Size(85, 29);
this.leIoCtrlPort.TabIndex = 59;
this.leIoCtrlPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tableLayoutPanel6
//
this.tableLayoutPanel6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel6.ColumnCount = 2;
this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel6.Controls.Add(this.label17, 0, 0);
this.tableLayoutPanel6.Controls.Add(this.lePort, 1, 0);
this.tableLayoutPanel6.Location = new System.Drawing.Point(203, 3);
this.tableLayoutPanel6.Name = "tableLayoutPanel6";
this.tableLayoutPanel6.RowCount = 1;
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel6.Size = new System.Drawing.Size(194, 53);
this.tableLayoutPanel6.TabIndex = 51;
//
// 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("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label17.Location = new System.Drawing.Point(3, 15);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(47, 23);
this.label17.TabIndex = 58;
this.label17.Text = "Port";
//
// lePort
//
this.lePort.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lePort.Font = new System.Drawing.Font("Arial", 14F);
this.lePort.Location = new System.Drawing.Point(81, 12);
this.lePort.MaximumSize = new System.Drawing.Size(85, 30);
this.lePort.MinimumSize = new System.Drawing.Size(85, 30);
this.lePort.Name = "lePort";
this.lePort.Size = new System.Drawing.Size(85, 29);
this.lePort.TabIndex = 59;
this.lePort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 5;
this.tableLayoutPanel8.SetColumnSpan(this.tableLayoutPanel2, 3);
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
this.tableLayoutPanel2.Controls.Add(this.btnEnable, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.btnDisable, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.btnEstop, 2, 0);
this.tableLayoutPanel2.Controls.Add(this.btnEstopReset, 3, 0);
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 62);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(614, 53);
this.tableLayoutPanel2.TabIndex = 48;
//
// btnEnable
//
this.btnEnable.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnEnable.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnEnable.Location = new System.Drawing.Point(11, 3);
this.btnEnable.Name = "btnEnable";
this.btnEnable.Size = new System.Drawing.Size(97, 44);
this.btnEnable.TabIndex = 8;
this.btnEnable.Text = "使能";
this.btnEnable.UseVisualStyleBackColor = true;
this.btnEnable.Click += new System.EventHandler(this.btnEnable_Click);
//
// btnDisable
//
this.btnDisable.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnDisable.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDisable.Location = new System.Drawing.Point(131, 3);
this.btnDisable.Name = "btnDisable";
this.btnDisable.Size = new System.Drawing.Size(97, 44);
this.btnDisable.TabIndex = 45;
this.btnDisable.Text = "断开使能";
this.btnDisable.UseVisualStyleBackColor = true;
this.btnDisable.Click += new System.EventHandler(this.btnDisable_Click);
//
// btnEstop
//
this.btnEstop.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnEstop.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnEstop.Location = new System.Drawing.Point(251, 3);
this.btnEstop.Name = "btnEstop";
this.btnEstop.Size = new System.Drawing.Size(97, 44);
this.btnEstop.TabIndex = 7;
this.btnEstop.Text = "急停";
this.btnEstop.UseVisualStyleBackColor = true;
this.btnEstop.Click += new System.EventHandler(this.btnEstop_Click);
//
// btnEstopReset
//
this.btnEstopReset.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnEstopReset.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnEstopReset.Location = new System.Drawing.Point(371, 3);
this.btnEstopReset.Name = "btnEstopReset";
this.btnEstopReset.Size = new System.Drawing.Size(97, 44);
this.btnEstopReset.TabIndex = 46;
this.btnEstopReset.Text = "急停复位";
this.btnEstopReset.UseVisualStyleBackColor = true;
this.btnEstopReset.Click += new System.EventHandler(this.btnEstopReset_Click);
//
// btnDisconnect
//
this.btnDisconnect.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnDisconnect.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDisconnect.Location = new System.Drawing.Point(623, 69);
this.btnDisconnect.Name = "btnDisconnect";
this.btnDisconnect.Size = new System.Drawing.Size(82, 38);
this.btnDisconnect.TabIndex = 61;
this.btnDisconnect.Text = "断开连接";
this.btnDisconnect.UseVisualStyleBackColor = true;
this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);
//
// tableLayoutPanel5
//
this.tableLayoutPanel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel5.ColumnCount = 2;
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel5.Controls.Add(this.leIp, 1, 0);
this.tableLayoutPanel5.Controls.Add(this.label5, 0, 0);
this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 7);
this.tableLayoutPanel5.Name = "tableLayoutPanel5";
this.tableLayoutPanel5.RowCount = 1;
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel5.Size = new System.Drawing.Size(194, 44);
this.tableLayoutPanel5.TabIndex = 50;
//
// leIp
//
this.leIp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.leIp.Font = new System.Drawing.Font("Arial", 14F);
this.leIp.Location = new System.Drawing.Point(53, 7);
this.leIp.MaximumSize = new System.Drawing.Size(136, 30);
this.leIp.MinimumSize = new System.Drawing.Size(136, 30);
this.leIp.Name = "leIp";
this.leIp.Size = new System.Drawing.Size(136, 30);
this.leIp.TabIndex = 66;
this.leIp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label5
//
this.label5.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(3, 10);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 23);
this.label5.TabIndex = 52;
this.label5.Text = "IP";
//
// btnLink
//
this.btnLink.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnLink.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnLink.Location = new System.Drawing.Point(623, 10);
this.btnLink.Name = "btnLink";
this.btnLink.Size = new System.Drawing.Size(82, 38);
this.btnLink.TabIndex = 60;
this.btnLink.Text = "连接";
this.btnLink.UseVisualStyleBackColor = true;
this.btnLink.Click += new System.EventHandler(this.btnLink_Click);
//
// tableLayoutPanel8
//
this.tableLayoutPanel8.ColumnCount = 5;
this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 220F));
this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 31F));
this.tableLayoutPanel8.Controls.Add(this.btnLink, 3, 0);
this.tableLayoutPanel8.Controls.Add(this.tableLayoutPanel5, 0, 0);
this.tableLayoutPanel8.Controls.Add(this.btnDisconnect, 3, 1);
this.tableLayoutPanel8.Controls.Add(this.tableLayoutPanel2, 0, 1);
this.tableLayoutPanel8.Controls.Add(this.tableLayoutPanel6, 1, 0);
this.tableLayoutPanel8.Controls.Add(this.tableLayoutPanel7, 2, 0);
this.tableLayoutPanel8.Location = new System.Drawing.Point(325, 12);
this.tableLayoutPanel8.Name = "tableLayoutPanel8";
this.tableLayoutPanel8.RowCount = 2;
this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel8.Size = new System.Drawing.Size(739, 118);
this.tableLayoutPanel8.TabIndex = 64;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 3;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 140F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 140F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel3.Controls.Add(this.leErrInfo, 0, 4);
this.tableLayoutPanel3.Controls.Add(this.leLine, 1, 3);
this.tableLayoutPanel3.Controls.Add(this.lbtitle, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.btnRun, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.btnResume, 1, 2);
this.tableLayoutPanel3.Controls.Add(this.btnPause, 0, 2);
this.tableLayoutPanel3.Controls.Add(this.btnStop, 1, 1);
this.tableLayoutPanel3.Controls.Add(this.label16, 0, 3);
this.tableLayoutPanel3.Location = new System.Drawing.Point(12, 12);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 5;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(290, 250);
this.tableLayoutPanel3.TabIndex = 49;
//
// tableLayoutPanel10
//
this.tableLayoutPanel10.ColumnCount = 7;
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 140F));
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 140F));
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 140F));
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 177F));
this.tableLayoutPanel10.Controls.Add(this.leCPos, 3, 1);
this.tableLayoutPanel10.Controls.Add(this.leAPos, 1, 1);
this.tableLayoutPanel10.Controls.Add(this.label8, 0, 1);
this.tableLayoutPanel10.Controls.Add(this.leCurrentVel, 5, 1);
this.tableLayoutPanel10.Controls.Add(this.leZPos, 5, 0);
this.tableLayoutPanel10.Controls.Add(this.label6, 4, 0);
this.tableLayoutPanel10.Controls.Add(this.label4, 2, 0);
this.tableLayoutPanel10.Controls.Add(this.leXPos, 1, 0);
this.tableLayoutPanel10.Controls.Add(this.label2, 0, 0);
this.tableLayoutPanel10.Controls.Add(this.leYPos, 3, 0);
this.tableLayoutPanel10.Controls.Add(this.label10, 2, 1);
this.tableLayoutPanel10.Controls.Add(this.label3, 4, 1);
this.tableLayoutPanel10.Controls.Add(this.tableLayoutPanel11, 0, 2);
this.tableLayoutPanel10.Location = new System.Drawing.Point(328, 136);
this.tableLayoutPanel10.Name = "tableLayoutPanel10";
this.tableLayoutPanel10.RowCount = 5;
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel10.Size = new System.Drawing.Size(736, 126);
this.tableLayoutPanel10.TabIndex = 65;
//
// tableLayoutPanel11
//
this.tableLayoutPanel11.ColumnCount = 2;
this.tableLayoutPanel10.SetColumnSpan(this.tableLayoutPanel11, 5);
this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel11.Controls.Add(this.label15, 0, 0);
this.tableLayoutPanel11.Controls.Add(this.lEstopState, 1, 0);
this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 63);
this.tableLayoutPanel11.Name = "tableLayoutPanel11";
this.tableLayoutPanel11.RowCount = 1;
this.tableLayoutPanel10.SetRowSpan(this.tableLayoutPanel11, 2);
this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel11.Size = new System.Drawing.Size(348, 36);
this.tableLayoutPanel11.TabIndex = 54;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(1064, 705);
this.Controls.Add(this.tableLayoutPanel10);
this.Controls.Add(this.tableLayoutPanel8);
this.Controls.Add(this.tableLayoutPanel3);
this.Controls.Add(this.labelError);
this.Controls.Add(this.tabControl1);
this.Name = "MainForm";
this.Text = "Form1";
this.tabControl1.ResumeLayout(false);
this.G代码.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.panel1.ResumeLayout(false);
this.机台指令.ResumeLayout(false);
this.tableLayoutPanel9.ResumeLayout(false);
this.tableLayoutPanel4.ResumeLayout(false);
this.tableLayoutPanel4.PerformLayout();
this.INI.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gvIniConfig)).EndInit();
this.ABS.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gvAbsConfig)).EndInit();
this.IO.ResumeLayout(false);
this.tableLayoutPanel15.ResumeLayout(false);
this.tableLayoutPanel15.PerformLayout();
this.tableLayoutPanel12.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gvIoList)).EndInit();
this.tableLayoutPanel7.ResumeLayout(false);
this.tableLayoutPanel7.PerformLayout();
this.tableLayoutPanel6.ResumeLayout(false);
this.tableLayoutPanel6.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel5.ResumeLayout(false);
this.tableLayoutPanel5.PerformLayout();
this.tableLayoutPanel8.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.tableLayoutPanel10.ResumeLayout(false);
this.tableLayoutPanel10.PerformLayout();
this.tableLayoutPanel11.ResumeLayout(false);
this.tableLayoutPanel11.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnRun;
private System.Windows.Forms.Button btnPause;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage G代码;
private System.Windows.Forms.TabPage 机台指令;
private System.Windows.Forms.Button btnStop;
private System.Windows.Forms.Button btnResume;
private System.Windows.Forms.Button btnStep;
private System.Windows.Forms.Button btnOpenFile;
private System.Windows.Forms.Label labelError;
private System.Windows.Forms.TextBox leVel;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.RadioButton radioIncr;
private System.Windows.Forms.RadioButton radioCont;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Button btnHomeC;
private System.Windows.Forms.Button btnHomeA;
private System.Windows.Forms.Button btnHomeZ;
private System.Windows.Forms.Button btnHomeY;
private System.Windows.Forms.Button btnASub;
private System.Windows.Forms.Button btnAAdd;
private System.Windows.Forms.Button btnHomeX;
private System.Windows.Forms.Button btnCSub;
private System.Windows.Forms.Button btnXAdd;
private System.Windows.Forms.Button btnCAdd;
private System.Windows.Forms.Button btnYSub;
private System.Windows.Forms.Button btnYAdd;
private System.Windows.Forms.Button btnHomeAll;
private System.Windows.Forms.Button btnZSub;
private System.Windows.Forms.Button btnXSub;
private System.Windows.Forms.Button btnZAdd;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnRunMDI;
private System.Windows.Forms.Label leCPos;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label leAPos;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label leZPos;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label leYPos;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label leXPos;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TabPage INI;
private System.Windows.Forms.Button btnIniConfSet;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label lbtitle;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label leLine;
private System.Windows.Forms.Label lEstopState;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label leCurrentVel;
private System.Windows.Forms.Label leErrInfo;
private System.Windows.Forms.Button btnIniConfGet;
private System.Windows.Forms.TabPage ABS;
private System.Windows.Forms.Button btnReadAbsConfig;
private System.Windows.Forms.Button btnWriteAbsConfig;
private System.Windows.Forms.DataGridView gvAbsConfig;
private System.Windows.Forms.DataGridViewTextBoxColumn 伺服0;
private System.Windows.Forms.DataGridViewTextBoxColumn 伺服1;
private System.Windows.Forms.DataGridViewTextBoxColumn 伺服2;
private System.Windows.Forms.DataGridViewTextBoxColumn 伺服3;
private System.Windows.Forms.DataGridViewTextBoxColumn 伺服4;
private System.Windows.Forms.DataGridViewTextBoxColumn 伺服5;
private System.Windows.Forms.DataGridView gvIniConfig;
private System.Windows.Forms.DataGridViewTextBoxColumn X;
private System.Windows.Forms.DataGridViewTextBoxColumn Y;
private System.Windows.Forms.DataGridViewTextBoxColumn Z;
private System.Windows.Forms.DataGridViewTextBoxColumn A;
private System.Windows.Forms.DataGridViewTextBoxColumn B;
private System.Windows.Forms.DataGridViewTextBoxColumn C;
private System.Windows.Forms.DataGridViewTextBoxColumn U;
private System.Windows.Forms.DataGridViewTextBoxColumn V;
private System.Windows.Forms.DataGridViewTextBoxColumn W;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.TextBox leDistance;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9;
private System.Windows.Forms.TabPage IO;
private System.Windows.Forms.DataGridView gvIoList;
private System.Windows.Forms.DataGridViewTextBoxColumn IOName;
private System.Windows.Forms.DataGridViewTextBoxColumn Value;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel pnl_ShowLine;
private System.Windows.Forms.RichTextBox richTextBoxGCode;
private System.Windows.Forms.TextBox textMDI;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8;
private System.Windows.Forms.Button btnLink;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
private System.Windows.Forms.TextBox leIp;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnDisconnect;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Button btnEnable;
private System.Windows.Forms.Button btnDisable;
private System.Windows.Forms.Button btnEstop;
private System.Windows.Forms.Button btnEstopReset;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox lePort;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox leIoCtrlPort;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel11;
private System.Windows.Forms.Button btnGetAllIoName;
private System.Windows.Forms.TextBox leIOname;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox leIOvalue;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Button btnSetIo;
private System.Windows.Forms.Button btnGetIo;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel15;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel12;
}
}