namespace LB_SmartVision.Forms.Pages.MotionControlPage { partial class MotionControlForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MotionControlForm)); uiGroupBoxMotionControl = new GroupBox(); panel1 = new Panel(); tableLayoutPanel3 = new TableLayoutPanel(); tableLayoutPanel6 = new TableLayoutPanel(); uiButtonCloseSoftGrab = new Button(); uiButtonHardGrabWithPLC = new Button(); tableLayoutPanel5 = new TableLayoutPanel(); uiButtonGrabOnce = new Button(); tableLayoutPanel1 = new TableLayoutPanel(); textBoxSN = new TextBox(); uiMarkLabelSN = new Label(); tableLayoutPanel7 = new TableLayoutPanel(); textBoxName = new TextBox(); uiMarkLabelName = new Label(); uiGroupBoxImage = new GroupBox(); uiSplitContainer1 = new SplitContainer(); themeForm1 = new ReaLTaiizor.Forms.ThemeForm(); controlBox1 = new ReaLTaiizor.Controls.ControlBox(); tabPage2 = new TabPage(); tableLayoutPanel8 = new TableLayoutPanel(); tableLayoutPanel4 = new TableLayoutPanel(); groupBoxCom = new GroupBox(); groupBoxAngularVelocityAddress = new GroupBox(); textBoxAngularVelocityAddress = new TextBox(); groupBoxPulseMotionSpeedAddress = new GroupBox(); textBoxPulseMotionSpeedAddress = new TextBox(); textBoxPointSpeed = new TextBox(); labelAngSpeed = new Label(); textBoxAngSpeed = new TextBox(); labelPositionNow = new Label(); textBoxPositionNow = new TextBox(); labelAngleNow = new Label(); textBoxAngleNow = new TextBox(); labelPointSpeed = new Label(); tableLayoutPanel2 = new TableLayoutPanel(); groupBoxWOriginalLocation = new GroupBox(); textBoxWOriginalLocation = new TextBox(); groupBoxZOriginalLocation = new GroupBox(); textBoxZOriginalLocation = new TextBox(); groupBoxYOriginalLocation = new GroupBox(); textBoxYOriginalLocation = new TextBox(); groupBoxXOriginalLocation = new GroupBox(); textBoxXOriginalLocation = new TextBox(); groupBoxXDetectLocation = new GroupBox(); textBoxXDetectLocation = new TextBox(); groupBoxWDetectLocation = new GroupBox(); textBoxWDetectLocation = new TextBox(); groupBoxZDetectLocation = new GroupBox(); textBoxZDetectLocation = new TextBox(); groupBoxYDetectLocation = new GroupBox(); textBoxYDetectLocation = new TextBox(); groupBoxWVarAddress = new GroupBox(); textBoxWVarAddress = new TextBox(); groupBoxZVarAddress = new GroupBox(); textBoxZVarAddress = new TextBox(); groupBoxXVarAddress = new GroupBox(); textBoxXVarAddress = new TextBox(); groupBoxYVarAddress = new GroupBox(); textBoxYVarAddress = new TextBox(); groupBoxXPosition = new GroupBox(); textBoxXPosition = new TextBox(); uiButtonDecreaseX = new Button(); uiButtonIncreaseX = new Button(); uiButtonDecreaseY = new Button(); uiButtonIncreaseY = new Button(); uiButtonDecreaseZ = new Button(); uiButtonIncreaseZ = new Button(); groupBoxYPosition = new GroupBox(); textBoxYPosition = new TextBox(); groupBoxZPosition = new GroupBox(); textBoxZPosition = new TextBox(); uiButtonDecreasePitchAngle = new Button(); groupBoxPitchAnglePosition = new GroupBox(); textBoxPitchAnglePosition = new TextBox(); uiButtonIncreasePitchAngle = new Button(); tabPage1 = new TabPage(); tabControl1 = new TabControl(); cmbCom = new Sunny.UI.UIComboBox(); tableLayoutPanel9 = new TableLayoutPanel(); dataGridView1 = new DataGridView(); uiGroupBoxMotionControl.SuspendLayout(); panel1.SuspendLayout(); tableLayoutPanel3.SuspendLayout(); tableLayoutPanel6.SuspendLayout(); tableLayoutPanel5.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); tableLayoutPanel7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)uiSplitContainer1).BeginInit(); uiSplitContainer1.Panel1.SuspendLayout(); uiSplitContainer1.Panel2.SuspendLayout(); uiSplitContainer1.SuspendLayout(); themeForm1.SuspendLayout(); tabPage2.SuspendLayout(); tableLayoutPanel8.SuspendLayout(); tableLayoutPanel4.SuspendLayout(); groupBoxCom.SuspendLayout(); groupBoxAngularVelocityAddress.SuspendLayout(); groupBoxPulseMotionSpeedAddress.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); groupBoxWOriginalLocation.SuspendLayout(); groupBoxZOriginalLocation.SuspendLayout(); groupBoxYOriginalLocation.SuspendLayout(); groupBoxXOriginalLocation.SuspendLayout(); groupBoxXDetectLocation.SuspendLayout(); groupBoxWDetectLocation.SuspendLayout(); groupBoxZDetectLocation.SuspendLayout(); groupBoxYDetectLocation.SuspendLayout(); groupBoxWVarAddress.SuspendLayout(); groupBoxZVarAddress.SuspendLayout(); groupBoxXVarAddress.SuspendLayout(); groupBoxYVarAddress.SuspendLayout(); groupBoxXPosition.SuspendLayout(); groupBoxYPosition.SuspendLayout(); groupBoxZPosition.SuspendLayout(); groupBoxPitchAnglePosition.SuspendLayout(); tabPage1.SuspendLayout(); tabControl1.SuspendLayout(); tableLayoutPanel9.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); SuspendLayout(); // // uiGroupBoxMotionControl // uiGroupBoxMotionControl.Controls.Add(panel1); uiGroupBoxMotionControl.Dock = DockStyle.Fill; uiGroupBoxMotionControl.Font = new Font("宋体", 12F); uiGroupBoxMotionControl.ForeColor = SystemColors.Control; uiGroupBoxMotionControl.Location = new Point(0, 0); uiGroupBoxMotionControl.Margin = new Padding(3, 4, 3, 4); uiGroupBoxMotionControl.MinimumSize = new Size(1, 1); uiGroupBoxMotionControl.Name = "uiGroupBoxMotionControl"; uiGroupBoxMotionControl.Padding = new Padding(0); uiGroupBoxMotionControl.Size = new Size(464, 547); uiGroupBoxMotionControl.TabIndex = 18; uiGroupBoxMotionControl.TabStop = false; uiGroupBoxMotionControl.Text = "运动控制参数"; // // panel1 // panel1.Controls.Add(tableLayoutPanel3); panel1.Dock = DockStyle.Fill; panel1.Location = new Point(0, 19); panel1.Margin = new Padding(2); panel1.Name = "panel1"; panel1.Padding = new Padding(0, 2, 0, 0); panel1.Size = new Size(464, 528); panel1.TabIndex = 1; // // tableLayoutPanel3 // tableLayoutPanel3.BackColor = Color.FromArgb(32, 41, 50); tableLayoutPanel3.ColumnCount = 1; tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel3.Controls.Add(tableLayoutPanel6, 0, 3); tableLayoutPanel3.Controls.Add(tableLayoutPanel5, 0, 2); tableLayoutPanel3.Controls.Add(tableLayoutPanel1, 0, 0); tableLayoutPanel3.Controls.Add(tableLayoutPanel7, 0, 1); tableLayoutPanel3.Controls.Add(tabControl1, 0, 4); tableLayoutPanel3.Dock = DockStyle.Fill; tableLayoutPanel3.Location = new Point(0, 2); tableLayoutPanel3.Margin = new Padding(2); tableLayoutPanel3.Name = "tableLayoutPanel3"; tableLayoutPanel3.RowCount = 5; tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F)); tableLayoutPanel3.Size = new Size(464, 526); tableLayoutPanel3.TabIndex = 0; tableLayoutPanel3.Paint += tableLayoutPanel3_Paint; // // tableLayoutPanel6 // tableLayoutPanel6.ColumnCount = 2; tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel6.Controls.Add(uiButtonCloseSoftGrab, 1, 0); tableLayoutPanel6.Controls.Add(uiButtonHardGrabWithPLC, 0, 0); tableLayoutPanel6.Dock = DockStyle.Fill; tableLayoutPanel6.Location = new Point(2, 110); tableLayoutPanel6.Margin = new Padding(2); tableLayoutPanel6.Name = "tableLayoutPanel6"; tableLayoutPanel6.RowCount = 1; tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel6.Size = new Size(460, 32); tableLayoutPanel6.TabIndex = 6; // // uiButtonCloseSoftGrab // uiButtonCloseSoftGrab.Anchor = AnchorStyles.None; uiButtonCloseSoftGrab.BackColor = Color.Black; uiButtonCloseSoftGrab.Location = new Point(304, 4); uiButtonCloseSoftGrab.Margin = new Padding(2); uiButtonCloseSoftGrab.Name = "uiButtonCloseSoftGrab"; uiButtonCloseSoftGrab.Size = new Size(82, 23); uiButtonCloseSoftGrab.TabIndex = 2; uiButtonCloseSoftGrab.Text = "暂停采集"; uiButtonCloseSoftGrab.UseVisualStyleBackColor = false; // // uiButtonHardGrabWithPLC // uiButtonHardGrabWithPLC.Anchor = AnchorStyles.None; uiButtonHardGrabWithPLC.BackColor = Color.Black; uiButtonHardGrabWithPLC.Location = new Point(74, 3); uiButtonHardGrabWithPLC.Margin = new Padding(2); uiButtonHardGrabWithPLC.Name = "uiButtonHardGrabWithPLC"; uiButtonHardGrabWithPLC.Size = new Size(82, 26); uiButtonHardGrabWithPLC.TabIndex = 1; uiButtonHardGrabWithPLC.Text = "模拟采集"; uiButtonHardGrabWithPLC.UseVisualStyleBackColor = false; uiButtonHardGrabWithPLC.Click += uiButtonHardGrabWithPLC_Click; // // tableLayoutPanel5 // tableLayoutPanel5.ColumnCount = 1; tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel5.Controls.Add(uiButtonGrabOnce, 0, 0); tableLayoutPanel5.Dock = DockStyle.Fill; tableLayoutPanel5.Location = new Point(2, 74); tableLayoutPanel5.Margin = new Padding(2); tableLayoutPanel5.Name = "tableLayoutPanel5"; tableLayoutPanel5.RowCount = 1; tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tableLayoutPanel5.Size = new Size(460, 32); tableLayoutPanel5.TabIndex = 5; // // uiButtonGrabOnce // uiButtonGrabOnce.BackColor = Color.Black; uiButtonGrabOnce.Dock = DockStyle.Fill; uiButtonGrabOnce.Location = new Point(2, 2); uiButtonGrabOnce.Margin = new Padding(2); uiButtonGrabOnce.Name = "uiButtonGrabOnce"; uiButtonGrabOnce.Size = new Size(456, 28); uiButtonGrabOnce.TabIndex = 0; uiButtonGrabOnce.Text = "单张采集"; uiButtonGrabOnce.UseVisualStyleBackColor = false; uiButtonGrabOnce.Click += uiButtonGrabOnce_Click; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 60F)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(textBoxSN, 1, 0); tableLayoutPanel1.Controls.Add(uiMarkLabelSN, 0, 0); tableLayoutPanel1.Dock = DockStyle.Fill; tableLayoutPanel1.Location = new Point(2, 2); tableLayoutPanel1.Margin = new Padding(2); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 1; tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel1.Size = new Size(460, 32); tableLayoutPanel1.TabIndex = 4; // // textBoxSN // textBoxSN.Anchor = AnchorStyles.Left | AnchorStyles.Right; textBoxSN.Enabled = false; textBoxSN.Location = new Point(62, 3); textBoxSN.Margin = new Padding(2); textBoxSN.Name = "textBoxSN"; textBoxSN.Size = new Size(396, 26); textBoxSN.TabIndex = 20; // // uiMarkLabelSN // uiMarkLabelSN.AutoSize = true; uiMarkLabelSN.Dock = DockStyle.Fill; uiMarkLabelSN.Location = new Point(2, 4); uiMarkLabelSN.Margin = new Padding(2, 4, 2, 4); uiMarkLabelSN.Name = "uiMarkLabelSN"; uiMarkLabelSN.Size = new Size(56, 24); uiMarkLabelSN.TabIndex = 19; uiMarkLabelSN.Text = "SN"; uiMarkLabelSN.TextAlign = ContentAlignment.MiddleLeft; // // tableLayoutPanel7 // tableLayoutPanel7.ColumnCount = 2; tableLayoutPanel7.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 60F)); tableLayoutPanel7.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel7.Controls.Add(textBoxName, 1, 0); tableLayoutPanel7.Controls.Add(uiMarkLabelName, 0, 0); tableLayoutPanel7.Dock = DockStyle.Fill; tableLayoutPanel7.Location = new Point(2, 38); tableLayoutPanel7.Margin = new Padding(2); tableLayoutPanel7.Name = "tableLayoutPanel7"; tableLayoutPanel7.RowCount = 1; tableLayoutPanel7.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel7.Size = new Size(460, 32); tableLayoutPanel7.TabIndex = 7; // // textBoxName // textBoxName.Anchor = AnchorStyles.Left | AnchorStyles.Right; textBoxName.Enabled = false; textBoxName.Location = new Point(62, 3); textBoxName.Margin = new Padding(2); textBoxName.Name = "textBoxName"; textBoxName.Size = new Size(396, 26); textBoxName.TabIndex = 21; // // uiMarkLabelName // uiMarkLabelName.Anchor = AnchorStyles.None; uiMarkLabelName.Location = new Point(2, 4); uiMarkLabelName.Margin = new Padding(2, 4, 2, 4); uiMarkLabelName.Name = "uiMarkLabelName"; uiMarkLabelName.Size = new Size(55, 23); uiMarkLabelName.TabIndex = 20; uiMarkLabelName.Text = "名称"; uiMarkLabelName.TextAlign = ContentAlignment.MiddleLeft; uiMarkLabelName.Click += label1_Click; // // uiGroupBoxImage // uiGroupBoxImage.Dock = DockStyle.Fill; uiGroupBoxImage.Font = new Font("宋体", 12F); uiGroupBoxImage.ForeColor = SystemColors.Control; uiGroupBoxImage.Location = new Point(0, 0); uiGroupBoxImage.Margin = new Padding(3, 4, 3, 4); uiGroupBoxImage.MinimumSize = new Size(1, 1); uiGroupBoxImage.Name = "uiGroupBoxImage"; uiGroupBoxImage.Padding = new Padding(0, 26, 0, 0); uiGroupBoxImage.Size = new Size(471, 547); uiGroupBoxImage.TabIndex = 17; uiGroupBoxImage.TabStop = false; uiGroupBoxImage.Text = "实时采集"; // // uiSplitContainer1 // uiSplitContainer1.Dock = DockStyle.Fill; uiSplitContainer1.ForeColor = SystemColors.Control; uiSplitContainer1.Location = new Point(8, 56); uiSplitContainer1.Margin = new Padding(2); uiSplitContainer1.MinimumSize = new Size(16, 16); uiSplitContainer1.Name = "uiSplitContainer1"; // // uiSplitContainer1.Panel1 // uiSplitContainer1.Panel1.Controls.Add(uiGroupBoxMotionControl); uiSplitContainer1.Panel1.Paint += uiSplitContainer1_Panel1_Paint; // // uiSplitContainer1.Panel2 // uiSplitContainer1.Panel2.Controls.Add(uiGroupBoxImage); uiSplitContainer1.Size = new Size(944, 547); uiSplitContainer1.SplitterDistance = 464; uiSplitContainer1.SplitterWidth = 9; uiSplitContainer1.TabIndex = 20; // // themeForm1 // themeForm1.BackColor = Color.FromArgb(32, 41, 50); themeForm1.Controls.Add(controlBox1); themeForm1.Controls.Add(uiSplitContainer1); themeForm1.Dock = DockStyle.Fill; themeForm1.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 0); themeForm1.Image = (Image)resources.GetObject("themeForm1.Image"); themeForm1.Location = new Point(0, 0); themeForm1.Margin = new Padding(2); themeForm1.Name = "themeForm1"; themeForm1.Padding = new Padding(8, 56, 8, 7); themeForm1.RoundCorners = true; themeForm1.Sizable = true; themeForm1.Size = new Size(960, 610); themeForm1.SmartBounds = true; themeForm1.StartPosition = FormStartPosition.WindowsDefaultLocation; themeForm1.TabIndex = 21; themeForm1.Text = "运动控制设置"; // // controlBox1 // controlBox1.Anchor = AnchorStyles.Top | AnchorStyles.Right; controlBox1.BackColor = Color.FromArgb(32, 34, 37); controlBox1.CloseHoverColor = Color.FromArgb(230, 17, 35); controlBox1.DefaultLocation = true; controlBox1.EnableHoverHighlight = true; controlBox1.EnableMaximizeButton = true; controlBox1.EnableMinimizeButton = true; controlBox1.ForeColor = Color.FromArgb(155, 155, 155); controlBox1.Location = new Point(860, 18); controlBox1.Margin = new Padding(2); controlBox1.MaximizeHoverColor = Color.FromArgb(74, 74, 74); controlBox1.MinimizeHoverColor = Color.FromArgb(63, 63, 65); controlBox1.Name = "controlBox1"; controlBox1.Size = new Size(90, 25); controlBox1.TabIndex = 21; controlBox1.Text = "controlBox1"; // // tabPage2 // tabPage2.BackColor = Color.FromArgb(32, 41, 50); tabPage2.Controls.Add(tableLayoutPanel8); tabPage2.ForeColor = Color.White; tabPage2.Location = new Point(4, 26); tabPage2.Name = "tabPage2"; tabPage2.Padding = new Padding(3); tabPage2.Size = new Size(450, 346); tabPage2.TabIndex = 1; tabPage2.Text = "轴参数设置"; // // tableLayoutPanel8 // tableLayoutPanel8.BackColor = Color.FromArgb(32, 41, 50); tableLayoutPanel8.ColumnCount = 1; tableLayoutPanel8.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel8.Controls.Add(tableLayoutPanel2, 0, 0); tableLayoutPanel8.Controls.Add(tableLayoutPanel4, 0, 1); tableLayoutPanel8.Dock = DockStyle.Fill; tableLayoutPanel8.Location = new Point(3, 3); tableLayoutPanel8.Name = "tableLayoutPanel8"; tableLayoutPanel8.RowCount = 2; tableLayoutPanel8.RowStyles.Add(new RowStyle(SizeType.Absolute, 150F)); tableLayoutPanel8.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel8.Size = new Size(444, 340); tableLayoutPanel8.TabIndex = 0; // // tableLayoutPanel4 // tableLayoutPanel4.ColumnCount = 4; tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 128F)); tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 128F)); tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 96F)); tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 107F)); tableLayoutPanel4.Controls.Add(labelPointSpeed, 0, 0); tableLayoutPanel4.Controls.Add(textBoxAngleNow, 1, 3); tableLayoutPanel4.Controls.Add(labelAngleNow, 0, 3); tableLayoutPanel4.Controls.Add(textBoxPositionNow, 1, 2); tableLayoutPanel4.Controls.Add(labelPositionNow, 0, 2); tableLayoutPanel4.Controls.Add(textBoxAngSpeed, 1, 1); tableLayoutPanel4.Controls.Add(labelAngSpeed, 0, 1); tableLayoutPanel4.Controls.Add(textBoxPointSpeed, 1, 0); tableLayoutPanel4.Controls.Add(groupBoxPulseMotionSpeedAddress, 2, 0); tableLayoutPanel4.Controls.Add(groupBoxAngularVelocityAddress, 2, 1); tableLayoutPanel4.Controls.Add(groupBoxCom, 0, 4); tableLayoutPanel4.Dock = DockStyle.Fill; tableLayoutPanel4.Location = new Point(2, 152); tableLayoutPanel4.Margin = new Padding(2); tableLayoutPanel4.Name = "tableLayoutPanel4"; tableLayoutPanel4.RowCount = 6; tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Absolute, 48F)); tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel4.Size = new Size(440, 186); tableLayoutPanel4.TabIndex = 2; // // groupBoxCom // groupBoxCom.Controls.Add(cmbCom); groupBoxCom.Dock = DockStyle.Fill; groupBoxCom.Font = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134); groupBoxCom.ForeColor = Color.White; groupBoxCom.Location = new Point(2, 146); groupBoxCom.Margin = new Padding(2); groupBoxCom.Name = "groupBoxCom"; groupBoxCom.Padding = new Padding(2); groupBoxCom.Size = new Size(124, 44); groupBoxCom.TabIndex = 31; groupBoxCom.TabStop = false; groupBoxCom.Text = "通讯"; // // groupBoxAngularVelocityAddress // groupBoxAngularVelocityAddress.Controls.Add(textBoxAngularVelocityAddress); groupBoxAngularVelocityAddress.Dock = DockStyle.Fill; groupBoxAngularVelocityAddress.Font = new Font("宋体", 8F); groupBoxAngularVelocityAddress.ForeColor = Color.White; groupBoxAngularVelocityAddress.Location = new Point(258, 38); groupBoxAngularVelocityAddress.Margin = new Padding(2); groupBoxAngularVelocityAddress.Name = "groupBoxAngularVelocityAddress"; groupBoxAngularVelocityAddress.Padding = new Padding(2); groupBoxAngularVelocityAddress.Size = new Size(92, 32); groupBoxAngularVelocityAddress.TabIndex = 30; groupBoxAngularVelocityAddress.TabStop = false; groupBoxAngularVelocityAddress.Text = "角速度地址"; // // textBoxAngularVelocityAddress // textBoxAngularVelocityAddress.Dock = DockStyle.Bottom; textBoxAngularVelocityAddress.Font = new Font("宋体", 10F); textBoxAngularVelocityAddress.Location = new Point(2, 13); textBoxAngularVelocityAddress.Margin = new Padding(2); textBoxAngularVelocityAddress.Multiline = true; textBoxAngularVelocityAddress.Name = "textBoxAngularVelocityAddress"; textBoxAngularVelocityAddress.Size = new Size(88, 17); textBoxAngularVelocityAddress.TabIndex = 12; textBoxAngularVelocityAddress.Text = "1"; // // groupBoxPulseMotionSpeedAddress // groupBoxPulseMotionSpeedAddress.Controls.Add(textBoxPulseMotionSpeedAddress); groupBoxPulseMotionSpeedAddress.Dock = DockStyle.Fill; groupBoxPulseMotionSpeedAddress.Font = new Font("宋体", 8F); groupBoxPulseMotionSpeedAddress.ForeColor = Color.White; groupBoxPulseMotionSpeedAddress.Location = new Point(258, 2); groupBoxPulseMotionSpeedAddress.Margin = new Padding(2); groupBoxPulseMotionSpeedAddress.Name = "groupBoxPulseMotionSpeedAddress"; groupBoxPulseMotionSpeedAddress.Padding = new Padding(2); groupBoxPulseMotionSpeedAddress.Size = new Size(92, 32); groupBoxPulseMotionSpeedAddress.TabIndex = 30; groupBoxPulseMotionSpeedAddress.TabStop = false; groupBoxPulseMotionSpeedAddress.Text = "点速度地址"; // // textBoxPulseMotionSpeedAddress // textBoxPulseMotionSpeedAddress.Dock = DockStyle.Bottom; textBoxPulseMotionSpeedAddress.Font = new Font("宋体", 10F); textBoxPulseMotionSpeedAddress.Location = new Point(2, 13); textBoxPulseMotionSpeedAddress.Margin = new Padding(2); textBoxPulseMotionSpeedAddress.Multiline = true; textBoxPulseMotionSpeedAddress.Name = "textBoxPulseMotionSpeedAddress"; textBoxPulseMotionSpeedAddress.Size = new Size(88, 17); textBoxPulseMotionSpeedAddress.TabIndex = 12; textBoxPulseMotionSpeedAddress.Text = "1"; // // textBoxPointSpeed // textBoxPointSpeed.Anchor = AnchorStyles.Left | AnchorStyles.Right; textBoxPointSpeed.Location = new Point(130, 5); textBoxPointSpeed.Margin = new Padding(2); textBoxPointSpeed.Name = "textBoxPointSpeed"; textBoxPointSpeed.Size = new Size(124, 26); textBoxPointSpeed.TabIndex = 11; textBoxPointSpeed.Text = "0"; textBoxPointSpeed.TextChanged += textBoxPointSpeed_TextChanged; textBoxPointSpeed.KeyDown += textBoxXPosition_KeyDown; textBoxPointSpeed.KeyPress += textBoxXPosition_KeyPress; // // labelAngSpeed // labelAngSpeed.AutoSize = true; labelAngSpeed.Dock = DockStyle.Fill; labelAngSpeed.Location = new Point(2, 40); labelAngSpeed.Margin = new Padding(2, 4, 2, 4); labelAngSpeed.Name = "labelAngSpeed"; labelAngSpeed.Size = new Size(124, 28); labelAngSpeed.TabIndex = 12; labelAngSpeed.Text = "角速度(rad/s)"; labelAngSpeed.TextAlign = ContentAlignment.MiddleLeft; // // textBoxAngSpeed // textBoxAngSpeed.Anchor = AnchorStyles.Left | AnchorStyles.Right; textBoxAngSpeed.Location = new Point(130, 41); textBoxAngSpeed.Margin = new Padding(2); textBoxAngSpeed.Name = "textBoxAngSpeed"; textBoxAngSpeed.Size = new Size(124, 26); textBoxAngSpeed.TabIndex = 13; textBoxAngSpeed.Text = "0"; textBoxAngSpeed.TextChanged += textBoxAngSpeed_TextChanged; textBoxAngSpeed.KeyDown += textBoxXPosition_KeyDown; textBoxAngSpeed.KeyPress += textBoxXPosition_KeyPress; // // labelPositionNow // labelPositionNow.AutoSize = true; labelPositionNow.Dock = DockStyle.Fill; labelPositionNow.Location = new Point(2, 76); labelPositionNow.Margin = new Padding(2, 4, 2, 4); labelPositionNow.Name = "labelPositionNow"; labelPositionNow.Size = new Size(124, 28); labelPositionNow.TabIndex = 14; labelPositionNow.Text = "当前点位(mm)"; labelPositionNow.TextAlign = ContentAlignment.MiddleLeft; // // textBoxPositionNow // textBoxPositionNow.Anchor = AnchorStyles.Left | AnchorStyles.Right; textBoxPositionNow.Enabled = false; textBoxPositionNow.Location = new Point(130, 77); textBoxPositionNow.Margin = new Padding(2); textBoxPositionNow.Name = "textBoxPositionNow"; textBoxPositionNow.Size = new Size(124, 26); textBoxPositionNow.TabIndex = 15; textBoxPositionNow.Text = "(0,0,0)"; textBoxPositionNow.TextChanged += textBoxPositionNow_TextChanged; // // labelAngleNow // labelAngleNow.AutoSize = true; labelAngleNow.Dock = DockStyle.Fill; labelAngleNow.Location = new Point(2, 112); labelAngleNow.Margin = new Padding(2, 4, 2, 4); labelAngleNow.Name = "labelAngleNow"; labelAngleNow.Size = new Size(124, 28); labelAngleNow.TabIndex = 16; labelAngleNow.Text = "当前角度(°)"; labelAngleNow.TextAlign = ContentAlignment.MiddleLeft; // // textBoxAngleNow // textBoxAngleNow.Anchor = AnchorStyles.Left | AnchorStyles.Right; textBoxAngleNow.Enabled = false; textBoxAngleNow.Location = new Point(130, 113); textBoxAngleNow.Margin = new Padding(2); textBoxAngleNow.Name = "textBoxAngleNow"; textBoxAngleNow.Size = new Size(124, 26); textBoxAngleNow.TabIndex = 17; textBoxAngleNow.Text = "0"; textBoxAngleNow.TextChanged += textBoxAngleNow_TextChanged; // // labelPointSpeed // labelPointSpeed.AutoSize = true; labelPointSpeed.Dock = DockStyle.Fill; labelPointSpeed.Location = new Point(2, 4); labelPointSpeed.Margin = new Padding(2, 4, 2, 4); labelPointSpeed.Name = "labelPointSpeed"; labelPointSpeed.Size = new Size(124, 28); labelPointSpeed.TabIndex = 18; labelPointSpeed.Text = "点动速度(mm/s)"; labelPointSpeed.TextAlign = ContentAlignment.MiddleLeft; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 6; tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 36F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 80F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 36F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F)); tableLayoutPanel2.Controls.Add(uiButtonIncreasePitchAngle, 2, 3); tableLayoutPanel2.Controls.Add(groupBoxPitchAnglePosition, 1, 3); tableLayoutPanel2.Controls.Add(uiButtonDecreasePitchAngle, 0, 3); tableLayoutPanel2.Controls.Add(groupBoxZPosition, 1, 2); tableLayoutPanel2.Controls.Add(groupBoxYPosition, 1, 1); tableLayoutPanel2.Controls.Add(uiButtonIncreaseZ, 2, 2); tableLayoutPanel2.Controls.Add(uiButtonDecreaseZ, 0, 2); tableLayoutPanel2.Controls.Add(uiButtonIncreaseY, 2, 1); tableLayoutPanel2.Controls.Add(uiButtonDecreaseY, 0, 1); tableLayoutPanel2.Controls.Add(uiButtonIncreaseX, 2, 0); tableLayoutPanel2.Controls.Add(uiButtonDecreaseX, 0, 0); tableLayoutPanel2.Controls.Add(groupBoxXPosition, 1, 0); tableLayoutPanel2.Controls.Add(groupBoxYVarAddress, 3, 1); tableLayoutPanel2.Controls.Add(groupBoxXVarAddress, 3, 0); tableLayoutPanel2.Controls.Add(groupBoxZVarAddress, 3, 2); tableLayoutPanel2.Controls.Add(groupBoxWVarAddress, 3, 3); tableLayoutPanel2.Controls.Add(groupBoxYDetectLocation, 4, 1); tableLayoutPanel2.Controls.Add(groupBoxZDetectLocation, 4, 2); tableLayoutPanel2.Controls.Add(groupBoxWDetectLocation, 4, 3); tableLayoutPanel2.Controls.Add(groupBoxXDetectLocation, 4, 0); tableLayoutPanel2.Controls.Add(groupBoxXOriginalLocation, 5, 0); tableLayoutPanel2.Controls.Add(groupBoxYOriginalLocation, 5, 1); tableLayoutPanel2.Controls.Add(groupBoxZOriginalLocation, 5, 2); tableLayoutPanel2.Controls.Add(groupBoxWOriginalLocation, 5, 3); tableLayoutPanel2.Dock = DockStyle.Fill; tableLayoutPanel2.Location = new Point(2, 2); tableLayoutPanel2.Margin = new Padding(2); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel2.Size = new Size(440, 146); tableLayoutPanel2.TabIndex = 3; // // groupBoxWOriginalLocation // groupBoxWOriginalLocation.Controls.Add(textBoxWOriginalLocation); groupBoxWOriginalLocation.Dock = DockStyle.Fill; groupBoxWOriginalLocation.Font = new Font("宋体", 8F); groupBoxWOriginalLocation.ForeColor = Color.White; groupBoxWOriginalLocation.Location = new Point(346, 110); groupBoxWOriginalLocation.Margin = new Padding(2); groupBoxWOriginalLocation.Name = "groupBoxWOriginalLocation"; groupBoxWOriginalLocation.Padding = new Padding(2); groupBoxWOriginalLocation.Size = new Size(92, 34); groupBoxWOriginalLocation.TabIndex = 30; groupBoxWOriginalLocation.TabStop = false; groupBoxWOriginalLocation.Text = "W轴原点位置"; // // textBoxWOriginalLocation // textBoxWOriginalLocation.Dock = DockStyle.Bottom; textBoxWOriginalLocation.Font = new Font("宋体", 10F); textBoxWOriginalLocation.Location = new Point(2, 15); textBoxWOriginalLocation.Margin = new Padding(2); textBoxWOriginalLocation.Multiline = true; textBoxWOriginalLocation.Name = "textBoxWOriginalLocation"; textBoxWOriginalLocation.Size = new Size(88, 17); textBoxWOriginalLocation.TabIndex = 12; textBoxWOriginalLocation.Text = "1"; // // groupBoxZOriginalLocation // groupBoxZOriginalLocation.Controls.Add(textBoxZOriginalLocation); groupBoxZOriginalLocation.Dock = DockStyle.Fill; groupBoxZOriginalLocation.Font = new Font("宋体", 8F); groupBoxZOriginalLocation.ForeColor = Color.White; groupBoxZOriginalLocation.Location = new Point(346, 74); groupBoxZOriginalLocation.Margin = new Padding(2); groupBoxZOriginalLocation.Name = "groupBoxZOriginalLocation"; groupBoxZOriginalLocation.Padding = new Padding(2); groupBoxZOriginalLocation.Size = new Size(92, 32); groupBoxZOriginalLocation.TabIndex = 30; groupBoxZOriginalLocation.TabStop = false; groupBoxZOriginalLocation.Text = "Z轴原点位置"; // // textBoxZOriginalLocation // textBoxZOriginalLocation.Dock = DockStyle.Bottom; textBoxZOriginalLocation.Font = new Font("宋体", 10F); textBoxZOriginalLocation.Location = new Point(2, 13); textBoxZOriginalLocation.Margin = new Padding(2); textBoxZOriginalLocation.Multiline = true; textBoxZOriginalLocation.Name = "textBoxZOriginalLocation"; textBoxZOriginalLocation.Size = new Size(88, 17); textBoxZOriginalLocation.TabIndex = 12; textBoxZOriginalLocation.Text = "1"; // // groupBoxYOriginalLocation // groupBoxYOriginalLocation.Controls.Add(textBoxYOriginalLocation); groupBoxYOriginalLocation.Dock = DockStyle.Fill; groupBoxYOriginalLocation.Font = new Font("宋体", 8F); groupBoxYOriginalLocation.ForeColor = Color.White; groupBoxYOriginalLocation.Location = new Point(346, 38); groupBoxYOriginalLocation.Margin = new Padding(2); groupBoxYOriginalLocation.Name = "groupBoxYOriginalLocation"; groupBoxYOriginalLocation.Padding = new Padding(2); groupBoxYOriginalLocation.Size = new Size(92, 32); groupBoxYOriginalLocation.TabIndex = 30; groupBoxYOriginalLocation.TabStop = false; groupBoxYOriginalLocation.Text = "Y轴原点位置"; // // textBoxYOriginalLocation // textBoxYOriginalLocation.Dock = DockStyle.Bottom; textBoxYOriginalLocation.Font = new Font("宋体", 10F); textBoxYOriginalLocation.Location = new Point(2, 13); textBoxYOriginalLocation.Margin = new Padding(2); textBoxYOriginalLocation.Multiline = true; textBoxYOriginalLocation.Name = "textBoxYOriginalLocation"; textBoxYOriginalLocation.Size = new Size(88, 17); textBoxYOriginalLocation.TabIndex = 12; textBoxYOriginalLocation.Text = "1"; // // groupBoxXOriginalLocation // groupBoxXOriginalLocation.Controls.Add(textBoxXOriginalLocation); groupBoxXOriginalLocation.Dock = DockStyle.Fill; groupBoxXOriginalLocation.Font = new Font("宋体", 8F); groupBoxXOriginalLocation.ForeColor = Color.White; groupBoxXOriginalLocation.Location = new Point(346, 2); groupBoxXOriginalLocation.Margin = new Padding(2); groupBoxXOriginalLocation.Name = "groupBoxXOriginalLocation"; groupBoxXOriginalLocation.Padding = new Padding(2); groupBoxXOriginalLocation.Size = new Size(92, 32); groupBoxXOriginalLocation.TabIndex = 30; groupBoxXOriginalLocation.TabStop = false; groupBoxXOriginalLocation.Text = "X轴原点位置"; // // textBoxXOriginalLocation // textBoxXOriginalLocation.Dock = DockStyle.Bottom; textBoxXOriginalLocation.Font = new Font("宋体", 10F); textBoxXOriginalLocation.Location = new Point(2, 13); textBoxXOriginalLocation.Margin = new Padding(2); textBoxXOriginalLocation.Multiline = true; textBoxXOriginalLocation.Name = "textBoxXOriginalLocation"; textBoxXOriginalLocation.Size = new Size(88, 17); textBoxXOriginalLocation.TabIndex = 12; textBoxXOriginalLocation.Text = "1"; // // groupBoxXDetectLocation // groupBoxXDetectLocation.Controls.Add(textBoxXDetectLocation); groupBoxXDetectLocation.Dock = DockStyle.Fill; groupBoxXDetectLocation.Font = new Font("宋体", 8F); groupBoxXDetectLocation.ForeColor = Color.White; groupBoxXDetectLocation.Location = new Point(250, 2); groupBoxXDetectLocation.Margin = new Padding(2); groupBoxXDetectLocation.Name = "groupBoxXDetectLocation"; groupBoxXDetectLocation.Padding = new Padding(2); groupBoxXDetectLocation.Size = new Size(92, 32); groupBoxXDetectLocation.TabIndex = 30; groupBoxXDetectLocation.TabStop = false; groupBoxXDetectLocation.Text = "X轴检测位置"; // // textBoxXDetectLocation // textBoxXDetectLocation.Dock = DockStyle.Bottom; textBoxXDetectLocation.Font = new Font("宋体", 10F); textBoxXDetectLocation.Location = new Point(2, 13); textBoxXDetectLocation.Margin = new Padding(2); textBoxXDetectLocation.Multiline = true; textBoxXDetectLocation.Name = "textBoxXDetectLocation"; textBoxXDetectLocation.Size = new Size(88, 17); textBoxXDetectLocation.TabIndex = 12; textBoxXDetectLocation.Text = "1"; // // groupBoxWDetectLocation // groupBoxWDetectLocation.Controls.Add(textBoxWDetectLocation); groupBoxWDetectLocation.Dock = DockStyle.Fill; groupBoxWDetectLocation.Font = new Font("宋体", 8F); groupBoxWDetectLocation.ForeColor = Color.White; groupBoxWDetectLocation.Location = new Point(250, 110); groupBoxWDetectLocation.Margin = new Padding(2); groupBoxWDetectLocation.Name = "groupBoxWDetectLocation"; groupBoxWDetectLocation.Padding = new Padding(2); groupBoxWDetectLocation.Size = new Size(92, 34); groupBoxWDetectLocation.TabIndex = 30; groupBoxWDetectLocation.TabStop = false; groupBoxWDetectLocation.Text = "W轴检测位置"; // // textBoxWDetectLocation // textBoxWDetectLocation.Dock = DockStyle.Bottom; textBoxWDetectLocation.Font = new Font("宋体", 10F); textBoxWDetectLocation.Location = new Point(2, 15); textBoxWDetectLocation.Margin = new Padding(2); textBoxWDetectLocation.Multiline = true; textBoxWDetectLocation.Name = "textBoxWDetectLocation"; textBoxWDetectLocation.Size = new Size(88, 17); textBoxWDetectLocation.TabIndex = 12; textBoxWDetectLocation.Text = "1"; // // groupBoxZDetectLocation // groupBoxZDetectLocation.Controls.Add(textBoxZDetectLocation); groupBoxZDetectLocation.Dock = DockStyle.Fill; groupBoxZDetectLocation.Font = new Font("宋体", 8F); groupBoxZDetectLocation.ForeColor = Color.White; groupBoxZDetectLocation.Location = new Point(250, 74); groupBoxZDetectLocation.Margin = new Padding(2); groupBoxZDetectLocation.Name = "groupBoxZDetectLocation"; groupBoxZDetectLocation.Padding = new Padding(2); groupBoxZDetectLocation.Size = new Size(92, 32); groupBoxZDetectLocation.TabIndex = 30; groupBoxZDetectLocation.TabStop = false; groupBoxZDetectLocation.Text = "Z轴检测位置"; // // textBoxZDetectLocation // textBoxZDetectLocation.Dock = DockStyle.Bottom; textBoxZDetectLocation.Font = new Font("宋体", 10F); textBoxZDetectLocation.Location = new Point(2, 13); textBoxZDetectLocation.Margin = new Padding(2); textBoxZDetectLocation.Multiline = true; textBoxZDetectLocation.Name = "textBoxZDetectLocation"; textBoxZDetectLocation.Size = new Size(88, 17); textBoxZDetectLocation.TabIndex = 12; textBoxZDetectLocation.Text = "1"; // // groupBoxYDetectLocation // groupBoxYDetectLocation.Controls.Add(textBoxYDetectLocation); groupBoxYDetectLocation.Dock = DockStyle.Fill; groupBoxYDetectLocation.Font = new Font("宋体", 8F); groupBoxYDetectLocation.ForeColor = Color.White; groupBoxYDetectLocation.Location = new Point(250, 38); groupBoxYDetectLocation.Margin = new Padding(2); groupBoxYDetectLocation.Name = "groupBoxYDetectLocation"; groupBoxYDetectLocation.Padding = new Padding(2); groupBoxYDetectLocation.Size = new Size(92, 32); groupBoxYDetectLocation.TabIndex = 30; groupBoxYDetectLocation.TabStop = false; groupBoxYDetectLocation.Text = "Y轴检测位置"; // // textBoxYDetectLocation // textBoxYDetectLocation.Dock = DockStyle.Bottom; textBoxYDetectLocation.Font = new Font("宋体", 10F); textBoxYDetectLocation.Location = new Point(2, 13); textBoxYDetectLocation.Margin = new Padding(2); textBoxYDetectLocation.Multiline = true; textBoxYDetectLocation.Name = "textBoxYDetectLocation"; textBoxYDetectLocation.Size = new Size(88, 17); textBoxYDetectLocation.TabIndex = 12; textBoxYDetectLocation.Text = "1"; // // groupBoxWVarAddress // groupBoxWVarAddress.Controls.Add(textBoxWVarAddress); groupBoxWVarAddress.Dock = DockStyle.Fill; groupBoxWVarAddress.Font = new Font("宋体", 8F); groupBoxWVarAddress.ForeColor = Color.White; groupBoxWVarAddress.Location = new Point(154, 110); groupBoxWVarAddress.Margin = new Padding(2); groupBoxWVarAddress.Name = "groupBoxWVarAddress"; groupBoxWVarAddress.Padding = new Padding(2); groupBoxWVarAddress.Size = new Size(92, 34); groupBoxWVarAddress.TabIndex = 29; groupBoxWVarAddress.TabStop = false; groupBoxWVarAddress.Text = "W轴变量地址"; // // textBoxWVarAddress // textBoxWVarAddress.Dock = DockStyle.Bottom; textBoxWVarAddress.Font = new Font("宋体", 10F); textBoxWVarAddress.Location = new Point(2, 15); textBoxWVarAddress.Margin = new Padding(2); textBoxWVarAddress.Multiline = true; textBoxWVarAddress.Name = "textBoxWVarAddress"; textBoxWVarAddress.Size = new Size(88, 17); textBoxWVarAddress.TabIndex = 12; textBoxWVarAddress.Text = "1"; // // groupBoxZVarAddress // groupBoxZVarAddress.Controls.Add(textBoxZVarAddress); groupBoxZVarAddress.Dock = DockStyle.Fill; groupBoxZVarAddress.Font = new Font("宋体", 8F); groupBoxZVarAddress.ForeColor = Color.White; groupBoxZVarAddress.Location = new Point(154, 74); groupBoxZVarAddress.Margin = new Padding(2); groupBoxZVarAddress.Name = "groupBoxZVarAddress"; groupBoxZVarAddress.Padding = new Padding(2); groupBoxZVarAddress.Size = new Size(92, 32); groupBoxZVarAddress.TabIndex = 29; groupBoxZVarAddress.TabStop = false; groupBoxZVarAddress.Text = "Z轴变量地址"; // // textBoxZVarAddress // textBoxZVarAddress.Dock = DockStyle.Bottom; textBoxZVarAddress.Font = new Font("宋体", 10F); textBoxZVarAddress.Location = new Point(2, 13); textBoxZVarAddress.Margin = new Padding(2); textBoxZVarAddress.Multiline = true; textBoxZVarAddress.Name = "textBoxZVarAddress"; textBoxZVarAddress.Size = new Size(88, 17); textBoxZVarAddress.TabIndex = 12; textBoxZVarAddress.Text = "1"; // // groupBoxXVarAddress // groupBoxXVarAddress.Controls.Add(textBoxXVarAddress); groupBoxXVarAddress.Dock = DockStyle.Fill; groupBoxXVarAddress.Font = new Font("宋体", 8F); groupBoxXVarAddress.ForeColor = Color.White; groupBoxXVarAddress.Location = new Point(154, 2); groupBoxXVarAddress.Margin = new Padding(2); groupBoxXVarAddress.Name = "groupBoxXVarAddress"; groupBoxXVarAddress.Padding = new Padding(2); groupBoxXVarAddress.Size = new Size(92, 32); groupBoxXVarAddress.TabIndex = 28; groupBoxXVarAddress.TabStop = false; groupBoxXVarAddress.Text = "X轴变量地址"; // // textBoxXVarAddress // textBoxXVarAddress.Dock = DockStyle.Bottom; textBoxXVarAddress.Font = new Font("宋体", 10F); textBoxXVarAddress.Location = new Point(2, 13); textBoxXVarAddress.Margin = new Padding(2); textBoxXVarAddress.Multiline = true; textBoxXVarAddress.Name = "textBoxXVarAddress"; textBoxXVarAddress.Size = new Size(88, 17); textBoxXVarAddress.TabIndex = 12; textBoxXVarAddress.Text = "1"; // // groupBoxYVarAddress // groupBoxYVarAddress.Controls.Add(textBoxYVarAddress); groupBoxYVarAddress.Dock = DockStyle.Fill; groupBoxYVarAddress.Font = new Font("宋体", 8F); groupBoxYVarAddress.ForeColor = Color.White; groupBoxYVarAddress.Location = new Point(154, 38); groupBoxYVarAddress.Margin = new Padding(2); groupBoxYVarAddress.Name = "groupBoxYVarAddress"; groupBoxYVarAddress.Padding = new Padding(2); groupBoxYVarAddress.Size = new Size(92, 32); groupBoxYVarAddress.TabIndex = 29; groupBoxYVarAddress.TabStop = false; groupBoxYVarAddress.Text = "Y轴变量地址"; // // textBoxYVarAddress // textBoxYVarAddress.Dock = DockStyle.Bottom; textBoxYVarAddress.Font = new Font("宋体", 10F); textBoxYVarAddress.Location = new Point(2, 13); textBoxYVarAddress.Margin = new Padding(2); textBoxYVarAddress.Multiline = true; textBoxYVarAddress.Name = "textBoxYVarAddress"; textBoxYVarAddress.Size = new Size(88, 17); textBoxYVarAddress.TabIndex = 12; textBoxYVarAddress.Text = "1"; // // groupBoxXPosition // groupBoxXPosition.Controls.Add(textBoxXPosition); groupBoxXPosition.Dock = DockStyle.Fill; groupBoxXPosition.Font = new Font("宋体", 8F); groupBoxXPosition.ForeColor = Color.White; groupBoxXPosition.Location = new Point(38, 2); groupBoxXPosition.Margin = new Padding(2); groupBoxXPosition.Name = "groupBoxXPosition"; groupBoxXPosition.Padding = new Padding(2); groupBoxXPosition.Size = new Size(76, 32); groupBoxXPosition.TabIndex = 21; groupBoxXPosition.TabStop = false; groupBoxXPosition.Text = "X(mm)"; // // textBoxXPosition // textBoxXPosition.Dock = DockStyle.Bottom; textBoxXPosition.Font = new Font("宋体", 10F); textBoxXPosition.Location = new Point(2, 13); textBoxXPosition.Margin = new Padding(2); textBoxXPosition.Multiline = true; textBoxXPosition.Name = "textBoxXPosition"; textBoxXPosition.Size = new Size(72, 17); textBoxXPosition.TabIndex = 12; textBoxXPosition.Text = "1"; textBoxXPosition.KeyDown += textBoxXPosition_KeyDown; textBoxXPosition.KeyPress += textBoxXPosition_KeyPress; // // uiButtonDecreaseX // uiButtonDecreaseX.BackColor = Color.Black; uiButtonDecreaseX.Dock = DockStyle.Right; uiButtonDecreaseX.Location = new Point(7, 4); uiButtonDecreaseX.Margin = new Padding(4); uiButtonDecreaseX.Name = "uiButtonDecreaseX"; uiButtonDecreaseX.Size = new Size(25, 28); uiButtonDecreaseX.TabIndex = 8; uiButtonDecreaseX.Text = "-"; uiButtonDecreaseX.UseVisualStyleBackColor = false; uiButtonDecreaseX.Click += uiButtonDecreaseX_Click; // // uiButtonIncreaseX // uiButtonIncreaseX.BackColor = Color.Black; uiButtonIncreaseX.Dock = DockStyle.Left; uiButtonIncreaseX.Location = new Point(120, 4); uiButtonIncreaseX.Margin = new Padding(4); uiButtonIncreaseX.Name = "uiButtonIncreaseX"; uiButtonIncreaseX.Size = new Size(26, 28); uiButtonIncreaseX.TabIndex = 10; uiButtonIncreaseX.Text = "+"; uiButtonIncreaseX.UseVisualStyleBackColor = false; uiButtonIncreaseX.Click += uiButtonIncreaseX_Click; // // uiButtonDecreaseY // uiButtonDecreaseY.BackColor = Color.Black; uiButtonDecreaseY.Dock = DockStyle.Right; uiButtonDecreaseY.Location = new Point(7, 40); uiButtonDecreaseY.Margin = new Padding(4); uiButtonDecreaseY.Name = "uiButtonDecreaseY"; uiButtonDecreaseY.Size = new Size(25, 28); uiButtonDecreaseY.TabIndex = 14; uiButtonDecreaseY.Text = "-"; uiButtonDecreaseY.UseVisualStyleBackColor = false; uiButtonDecreaseY.Click += uiButtonDecreaseY_Click; // // uiButtonIncreaseY // uiButtonIncreaseY.BackColor = Color.Black; uiButtonIncreaseY.Dock = DockStyle.Left; uiButtonIncreaseY.Location = new Point(120, 40); uiButtonIncreaseY.Margin = new Padding(4); uiButtonIncreaseY.Name = "uiButtonIncreaseY"; uiButtonIncreaseY.Size = new Size(26, 28); uiButtonIncreaseY.TabIndex = 16; uiButtonIncreaseY.Text = "+"; uiButtonIncreaseY.UseVisualStyleBackColor = false; uiButtonIncreaseY.Click += uiButtonIncreaseY_Click; // // uiButtonDecreaseZ // uiButtonDecreaseZ.BackColor = Color.Black; uiButtonDecreaseZ.Dock = DockStyle.Right; uiButtonDecreaseZ.Location = new Point(7, 76); uiButtonDecreaseZ.Margin = new Padding(4); uiButtonDecreaseZ.Name = "uiButtonDecreaseZ"; uiButtonDecreaseZ.Size = new Size(25, 28); uiButtonDecreaseZ.TabIndex = 17; uiButtonDecreaseZ.Text = "-"; uiButtonDecreaseZ.UseVisualStyleBackColor = false; uiButtonDecreaseZ.Click += uiButtonDecreaseZ_Click; // // uiButtonIncreaseZ // uiButtonIncreaseZ.BackColor = Color.Black; uiButtonIncreaseZ.Dock = DockStyle.Left; uiButtonIncreaseZ.Location = new Point(120, 76); uiButtonIncreaseZ.Margin = new Padding(4); uiButtonIncreaseZ.Name = "uiButtonIncreaseZ"; uiButtonIncreaseZ.Size = new Size(26, 28); uiButtonIncreaseZ.TabIndex = 19; uiButtonIncreaseZ.Text = "+"; uiButtonIncreaseZ.UseVisualStyleBackColor = false; uiButtonIncreaseZ.Click += uiButtonIncreaseZ_Click; // // groupBoxYPosition // groupBoxYPosition.Controls.Add(textBoxYPosition); groupBoxYPosition.Dock = DockStyle.Fill; groupBoxYPosition.Font = new Font("宋体", 8F); groupBoxYPosition.ForeColor = Color.White; groupBoxYPosition.Location = new Point(38, 38); groupBoxYPosition.Margin = new Padding(2); groupBoxYPosition.Name = "groupBoxYPosition"; groupBoxYPosition.Padding = new Padding(2); groupBoxYPosition.Size = new Size(76, 32); groupBoxYPosition.TabIndex = 23; groupBoxYPosition.TabStop = false; groupBoxYPosition.Text = "Y(mm)"; // // textBoxYPosition // textBoxYPosition.Dock = DockStyle.Bottom; textBoxYPosition.Font = new Font("宋体", 10F); textBoxYPosition.Location = new Point(2, 13); textBoxYPosition.Margin = new Padding(2); textBoxYPosition.Multiline = true; textBoxYPosition.Name = "textBoxYPosition"; textBoxYPosition.Size = new Size(72, 17); textBoxYPosition.TabIndex = 13; textBoxYPosition.Text = "1"; textBoxYPosition.KeyDown += textBoxXPosition_KeyDown; textBoxYPosition.KeyPress += textBoxXPosition_KeyPress; // // groupBoxZPosition // groupBoxZPosition.Controls.Add(textBoxZPosition); groupBoxZPosition.Dock = DockStyle.Fill; groupBoxZPosition.Font = new Font("宋体", 8F); groupBoxZPosition.ForeColor = Color.White; groupBoxZPosition.Location = new Point(38, 74); groupBoxZPosition.Margin = new Padding(2); groupBoxZPosition.Name = "groupBoxZPosition"; groupBoxZPosition.Padding = new Padding(2); groupBoxZPosition.Size = new Size(76, 32); groupBoxZPosition.TabIndex = 24; groupBoxZPosition.TabStop = false; groupBoxZPosition.Text = "Z(mm)"; // // textBoxZPosition // textBoxZPosition.Dock = DockStyle.Bottom; textBoxZPosition.Font = new Font("宋体", 10F); textBoxZPosition.Location = new Point(2, 13); textBoxZPosition.Margin = new Padding(2); textBoxZPosition.Multiline = true; textBoxZPosition.Name = "textBoxZPosition"; textBoxZPosition.Size = new Size(72, 17); textBoxZPosition.TabIndex = 13; textBoxZPosition.Text = "1"; textBoxZPosition.KeyDown += textBoxXPosition_KeyDown; textBoxZPosition.KeyPress += textBoxXPosition_KeyPress; // // uiButtonDecreasePitchAngle // uiButtonDecreasePitchAngle.BackColor = Color.Black; uiButtonDecreasePitchAngle.Dock = DockStyle.Right; uiButtonDecreasePitchAngle.Location = new Point(7, 112); uiButtonDecreasePitchAngle.Margin = new Padding(4); uiButtonDecreasePitchAngle.Name = "uiButtonDecreasePitchAngle"; uiButtonDecreasePitchAngle.Size = new Size(25, 30); uiButtonDecreasePitchAngle.TabIndex = 25; uiButtonDecreasePitchAngle.Text = "-"; uiButtonDecreasePitchAngle.UseVisualStyleBackColor = false; uiButtonDecreasePitchAngle.Click += uiButtonDecreasePitchAngle_Click; // // groupBoxPitchAnglePosition // groupBoxPitchAnglePosition.Controls.Add(textBoxPitchAnglePosition); groupBoxPitchAnglePosition.Dock = DockStyle.Fill; groupBoxPitchAnglePosition.Font = new Font("宋体", 8F); groupBoxPitchAnglePosition.ForeColor = Color.White; groupBoxPitchAnglePosition.Location = new Point(38, 110); groupBoxPitchAnglePosition.Margin = new Padding(2); groupBoxPitchAnglePosition.Name = "groupBoxPitchAnglePosition"; groupBoxPitchAnglePosition.Padding = new Padding(2); groupBoxPitchAnglePosition.Size = new Size(76, 34); groupBoxPitchAnglePosition.TabIndex = 26; groupBoxPitchAnglePosition.TabStop = false; groupBoxPitchAnglePosition.Text = "俯仰角(°)"; // // textBoxPitchAnglePosition // textBoxPitchAnglePosition.Dock = DockStyle.Bottom; textBoxPitchAnglePosition.Font = new Font("宋体", 10F); textBoxPitchAnglePosition.Location = new Point(2, 15); textBoxPitchAnglePosition.Margin = new Padding(2); textBoxPitchAnglePosition.Multiline = true; textBoxPitchAnglePosition.Name = "textBoxPitchAnglePosition"; textBoxPitchAnglePosition.Size = new Size(72, 17); textBoxPitchAnglePosition.TabIndex = 13; textBoxPitchAnglePosition.Text = "1"; textBoxPitchAnglePosition.KeyDown += textBoxXPosition_KeyDown; textBoxPitchAnglePosition.KeyPress += textBoxXPosition_KeyPress; // // uiButtonIncreasePitchAngle // uiButtonIncreasePitchAngle.BackColor = Color.Black; uiButtonIncreasePitchAngle.Dock = DockStyle.Left; uiButtonIncreasePitchAngle.Location = new Point(120, 112); uiButtonIncreasePitchAngle.Margin = new Padding(4); uiButtonIncreasePitchAngle.Name = "uiButtonIncreasePitchAngle"; uiButtonIncreasePitchAngle.Size = new Size(26, 30); uiButtonIncreasePitchAngle.TabIndex = 27; uiButtonIncreasePitchAngle.Text = "+"; uiButtonIncreasePitchAngle.UseVisualStyleBackColor = false; uiButtonIncreasePitchAngle.Click += uiButtonIncreasePitchAngle_Click; // // tabPage1 // tabPage1.BackColor = Color.FromArgb(32, 41, 50); tabPage1.Controls.Add(tableLayoutPanel9); tabPage1.ForeColor = Color.White; tabPage1.Location = new Point(4, 26); tabPage1.Name = "tabPage1"; tabPage1.Padding = new Padding(3); tabPage1.Size = new Size(450, 346); tabPage1.TabIndex = 0; tabPage1.Text = "读取轴参数"; // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Dock = DockStyle.Fill; tabControl1.Location = new Point(3, 147); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new Size(458, 376); tabControl1.TabIndex = 8; // // cmbCom // cmbCom.DataSource = null; cmbCom.Dock = DockStyle.Fill; cmbCom.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList; cmbCom.FillColor = Color.White; cmbCom.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134); cmbCom.ItemHoverColor = Color.FromArgb(155, 200, 255); cmbCom.ItemSelectForeColor = Color.FromArgb(235, 243, 255); cmbCom.Location = new Point(2, 16); cmbCom.Margin = new Padding(3, 4, 3, 4); cmbCom.MinimumSize = new Size(50, 0); cmbCom.Name = "cmbCom"; cmbCom.Padding = new Padding(0, 0, 30, 2); cmbCom.Size = new Size(120, 26); cmbCom.SymbolSize = 24; cmbCom.TabIndex = 0; cmbCom.TextAlignment = ContentAlignment.MiddleLeft; cmbCom.Watermark = ""; cmbCom.SelectedIndexChanged += cmbCom_SelectedIndexChanged; // // tableLayoutPanel9 // tableLayoutPanel9.ColumnCount = 1; tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F)); tableLayoutPanel9.Controls.Add(dataGridView1, 0, 0); tableLayoutPanel9.Dock = DockStyle.Fill; tableLayoutPanel9.Location = new Point(3, 3); tableLayoutPanel9.Name = "tableLayoutPanel9"; tableLayoutPanel9.RowCount = 2; tableLayoutPanel9.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tableLayoutPanel9.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tableLayoutPanel9.Size = new Size(444, 340); tableLayoutPanel9.TabIndex = 0; // // dataGridView1 // dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView1.Dock = DockStyle.Fill; dataGridView1.Location = new Point(3, 3); dataGridView1.Name = "dataGridView1"; dataGridView1.Size = new Size(438, 164); dataGridView1.TabIndex = 0; // // MotionControlForm // AutoScaleDimensions = new SizeF(96F, 96F); AutoScaleMode = AutoScaleMode.Dpi; AutoSize = true; ClientSize = new Size(960, 610); Controls.Add(themeForm1); FormBorderStyle = FormBorderStyle.None; Margin = new Padding(2); MinimumSize = new Size(209, 49); Name = "MotionControlForm"; Text = "运动控制设置"; TransparencyKey = Color.Fuchsia; uiGroupBoxMotionControl.ResumeLayout(false); panel1.ResumeLayout(false); tableLayoutPanel3.ResumeLayout(false); tableLayoutPanel6.ResumeLayout(false); tableLayoutPanel5.ResumeLayout(false); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); tableLayoutPanel7.ResumeLayout(false); tableLayoutPanel7.PerformLayout(); uiSplitContainer1.Panel1.ResumeLayout(false); uiSplitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)uiSplitContainer1).EndInit(); uiSplitContainer1.ResumeLayout(false); themeForm1.ResumeLayout(false); tabPage2.ResumeLayout(false); tableLayoutPanel8.ResumeLayout(false); tableLayoutPanel4.ResumeLayout(false); tableLayoutPanel4.PerformLayout(); groupBoxCom.ResumeLayout(false); groupBoxAngularVelocityAddress.ResumeLayout(false); groupBoxAngularVelocityAddress.PerformLayout(); groupBoxPulseMotionSpeedAddress.ResumeLayout(false); groupBoxPulseMotionSpeedAddress.PerformLayout(); tableLayoutPanel2.ResumeLayout(false); groupBoxWOriginalLocation.ResumeLayout(false); groupBoxWOriginalLocation.PerformLayout(); groupBoxZOriginalLocation.ResumeLayout(false); groupBoxZOriginalLocation.PerformLayout(); groupBoxYOriginalLocation.ResumeLayout(false); groupBoxYOriginalLocation.PerformLayout(); groupBoxXOriginalLocation.ResumeLayout(false); groupBoxXOriginalLocation.PerformLayout(); groupBoxXDetectLocation.ResumeLayout(false); groupBoxXDetectLocation.PerformLayout(); groupBoxWDetectLocation.ResumeLayout(false); groupBoxWDetectLocation.PerformLayout(); groupBoxZDetectLocation.ResumeLayout(false); groupBoxZDetectLocation.PerformLayout(); groupBoxYDetectLocation.ResumeLayout(false); groupBoxYDetectLocation.PerformLayout(); groupBoxWVarAddress.ResumeLayout(false); groupBoxWVarAddress.PerformLayout(); groupBoxZVarAddress.ResumeLayout(false); groupBoxZVarAddress.PerformLayout(); groupBoxXVarAddress.ResumeLayout(false); groupBoxXVarAddress.PerformLayout(); groupBoxYVarAddress.ResumeLayout(false); groupBoxYVarAddress.PerformLayout(); groupBoxXPosition.ResumeLayout(false); groupBoxXPosition.PerformLayout(); groupBoxYPosition.ResumeLayout(false); groupBoxYPosition.PerformLayout(); groupBoxZPosition.ResumeLayout(false); groupBoxZPosition.PerformLayout(); groupBoxPitchAnglePosition.ResumeLayout(false); groupBoxPitchAnglePosition.PerformLayout(); tabPage1.ResumeLayout(false); tabControl1.ResumeLayout(false); tableLayoutPanel9.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); ResumeLayout(false); } #endregion private GroupBox uiGroupBoxImage; private GroupBox uiGroupBoxMotionControl; private SplitContainer uiSplitContainer1; private TableLayoutPanel tableLayoutPanel7; private Label uiMarkLabel5; private TextBox uiTextBoxPitchAngle; private ReaLTaiizor.Forms.ThemeForm themeForm1; private ReaLTaiizor.Controls.ControlBox controlBox1; private TableLayoutPanel tableLayoutPanel3; private TableLayoutPanel tableLayoutPanel6; private Button uiButtonHardGrabWithPLC; private TableLayoutPanel tableLayoutPanel5; private Button uiButtonGrabOnce; private TableLayoutPanel tableLayoutPanel1; private TextBox textBoxSN; private Label uiMarkLabelSN; private Button uiButtonCloseSoftGrab; private Label uiMarkLabelName; private TextBox textBoxName; private Panel panel1; private TabControl tabControl1; private TabPage tabPage1; private TabPage tabPage2; private TableLayoutPanel tableLayoutPanel8; private TableLayoutPanel tableLayoutPanel2; private Button uiButtonIncreasePitchAngle; private GroupBox groupBoxPitchAnglePosition; private TextBox textBoxPitchAnglePosition; private Button uiButtonDecreasePitchAngle; private GroupBox groupBoxZPosition; private TextBox textBoxZPosition; private GroupBox groupBoxYPosition; private TextBox textBoxYPosition; private Button uiButtonIncreaseZ; private Button uiButtonDecreaseZ; private Button uiButtonIncreaseY; private Button uiButtonDecreaseY; private Button uiButtonIncreaseX; private Button uiButtonDecreaseX; private GroupBox groupBoxXPosition; private TextBox textBoxXPosition; private GroupBox groupBoxYVarAddress; private TextBox textBoxYVarAddress; private GroupBox groupBoxXVarAddress; private TextBox textBoxXVarAddress; private GroupBox groupBoxZVarAddress; private TextBox textBoxZVarAddress; private GroupBox groupBoxWVarAddress; private TextBox textBoxWVarAddress; private GroupBox groupBoxYDetectLocation; private TextBox textBoxYDetectLocation; private GroupBox groupBoxZDetectLocation; private TextBox textBoxZDetectLocation; private GroupBox groupBoxWDetectLocation; private TextBox textBoxWDetectLocation; private GroupBox groupBoxXDetectLocation; private TextBox textBoxXDetectLocation; private GroupBox groupBoxXOriginalLocation; private TextBox textBoxXOriginalLocation; private GroupBox groupBoxYOriginalLocation; private TextBox textBoxYOriginalLocation; private GroupBox groupBoxZOriginalLocation; private TextBox textBoxZOriginalLocation; private GroupBox groupBoxWOriginalLocation; private TextBox textBoxWOriginalLocation; private TableLayoutPanel tableLayoutPanel4; private Label labelPointSpeed; private TextBox textBoxAngleNow; private Label labelAngleNow; private TextBox textBoxPositionNow; private Label labelPositionNow; private TextBox textBoxAngSpeed; private Label labelAngSpeed; private TextBox textBoxPointSpeed; private GroupBox groupBoxPulseMotionSpeedAddress; private TextBox textBoxPulseMotionSpeedAddress; private GroupBox groupBoxAngularVelocityAddress; private TextBox textBoxAngularVelocityAddress; private GroupBox groupBoxCom; private Sunny.UI.UIComboBox cmbCom; private TableLayoutPanel tableLayoutPanel9; private DataGridView dataGridView1; } }