增加主界面快速定位,运动界面,增加单轴JOG

This commit is contained in:
zhengxuan.zhang
2024-03-13 10:47:20 +08:00
parent 92705068f7
commit a43ebd53fe
13 changed files with 1273 additions and 717 deletions
+251 -134
View File
@@ -51,6 +51,7 @@
this.radRibbonBarButtonGroup7 = new Telerik.WinControls.UI.RadRibbonBarButtonGroup();
this.rtb_demo = new Telerik.WinControls.UI.RadButtonElement();
this.radRibbonBarGroup6 = new Telerik.WinControls.UI.RadRibbonBarGroup();
this.rtb_quick_loc = new Telerik.WinControls.UI.RadButtonElement();
this.ribbonTab2 = new Telerik.WinControls.UI.RibbonTab();
this.radRibbonBarGroup2 = new Telerik.WinControls.UI.RadRibbonBarGroup();
this.rtb_about = new Telerik.WinControls.UI.RadButtonElement();
@@ -83,11 +84,9 @@
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.formsPlot1 = new ScottPlot.FormsPlot();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.openGLControl1 = new SharpGL.OpenGLControl();
this.elementHost1 = new System.Windows.Forms.Integration.ElementHost();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lamp_hexcal = new HexcalMC.Lamp();
this.Btn_StopServer = new System.Windows.Forms.Button();
this.Btn_StartServer = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
@@ -108,20 +107,31 @@
this.label19 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.grpMst = new System.Windows.Forms.GroupBox();
this.cboAxisNo = new System.Windows.Forms.ComboBox();
this.label21 = new System.Windows.Forms.Label();
this.lblEnable2 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.lblInPos2 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.lblAcc2 = new System.Windows.Forms.Label();
this.lblMoving2 = new System.Windows.Forms.Label();
this.lblEnable1 = new System.Windows.Forms.Label();
this.lblInPos1 = new System.Windows.Forms.Label();
this.lblAcc1 = new System.Windows.Forms.Label();
this.lblMoving1 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.lblEnable = new System.Windows.Forms.Label();
this.lblInPos = new System.Windows.Forms.Label();
this.lblAcc = new System.Windows.Forms.Label();
this.lblMoving = new System.Windows.Forms.Label();
this.lblEnable0 = new System.Windows.Forms.Label();
this.lblInPos0 = new System.Windows.Forms.Label();
this.lblAcc0 = new System.Windows.Forms.Label();
this.lblMoving0 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.btnEnable = new System.Windows.Forms.Button();
this.btnDisable = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.lamp_acs = new HexcalMC.Lamp();
this.txtPort = new System.Windows.Forms.TextBox();
this.txtIP = new System.Windows.Forms.TextBox();
this.btn_ACSStop = new System.Windows.Forms.Button();
@@ -132,8 +142,10 @@
this.TextBoxMsg = new System.Windows.Forms.RichTextBox();
this.tmrMonitor = new System.Windows.Forms.Timer(this.components);
this.timer_RefreshUI = new System.Windows.Forms.Timer(this.components);
this.lamp_hexcal = new HexcalMC.Lamp();
this.lamp_acs = new HexcalMC.Lamp();
this.radRibbonBarButtonGroup8 = new Telerik.WinControls.UI.RadRibbonBarButtonGroup();
this.rtb_SetX = new Telerik.WinControls.UI.RadTextBoxElement();
this.rtb_Sety = new Telerik.WinControls.UI.RadTextBoxElement();
this.rtb_SetZ = new Telerik.WinControls.UI.RadTextBoxElement();
((System.ComponentModel.ISupportInitialize)(this.radRibbonBar1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radRibbonBarBackstageView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).BeginInit();
@@ -143,8 +155,6 @@
this.splitContainer1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.openGLControl1)).BeginInit();
this.groupBox7.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox5.SuspendLayout();
@@ -325,15 +335,26 @@
//
this.rtb_demo.Image = global::HexcalMC.Properties.Resources.demo_show;
this.rtb_demo.Name = "rtb_demo";
this.rtb_demo.ShowBorder = false;
this.rtb_demo.Text = "";
this.rtb_demo.TextAlignment = System.Drawing.ContentAlignment.BottomLeft;
this.rtb_demo.Click += new System.EventHandler(this.rtb_demo_Click);
//
// radRibbonBarGroup6
//
this.radRibbonBarGroup6.Items.AddRange(new Telerik.WinControls.RadItem[] {
this.rtb_quick_loc,
this.radRibbonBarButtonGroup8});
this.radRibbonBarGroup6.Name = "radRibbonBarGroup6";
this.radRibbonBarGroup6.Text = "快速定位";
//
// rtb_quick_loc
//
this.rtb_quick_loc.Image = global::HexcalMC.Properties.Resources.quick_location_64;
this.rtb_quick_loc.Name = "rtb_quick_loc";
this.rtb_quick_loc.Text = "";
this.rtb_quick_loc.Click += new System.EventHandler(this.rtb_quick_loc_Click);
//
// ribbonTab2
//
this.ribbonTab2.AutoEllipsis = false;
@@ -403,7 +424,7 @@
//
this.radRibbonBar1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
this.radRibbonBar1.ShowExpandButton = false;
this.radRibbonBar1.Size = new System.Drawing.Size(1192, 173);
this.radRibbonBar1.Size = new System.Drawing.Size(1192, 176);
this.radRibbonBar1.StartButtonImage = global::HexcalMC.Properties.Resources.Hexagon;
this.radRibbonBar1.StartMenuItems.AddRange(new Telerik.WinControls.RadItem[] {
this.radMenuItem2});
@@ -609,7 +630,7 @@
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 173);
this.splitContainer1.Location = new System.Drawing.Point(0, 176);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
@@ -623,14 +644,13 @@
//
this.splitContainer1.Panel2.BackColor = System.Drawing.SystemColors.Control;
this.splitContainer1.Panel2.Controls.Add(this.groupBox3);
this.splitContainer1.Size = new System.Drawing.Size(1192, 696);
this.splitContainer1.Size = new System.Drawing.Size(1192, 693);
this.splitContainer1.SplitterDistance = 760;
this.splitContainer1.TabIndex = 2;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(9, 330);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
@@ -656,44 +676,6 @@
this.formsPlot1.Size = new System.Drawing.Size(728, 336);
this.formsPlot1.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.openGLControl1);
this.tabPage2.Controls.Add(this.elementHost1);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(740, 337);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "3D绘图";
this.tabPage2.UseVisualStyleBackColor = true;
//
// openGLControl1
//
this.openGLControl1.DrawFPS = false;
this.openGLControl1.Location = new System.Drawing.Point(10, 16);
this.openGLControl1.Name = "openGLControl1";
this.openGLControl1.OpenGLVersion = SharpGL.Version.OpenGLVersion.OpenGL2_1;
this.openGLControl1.RenderContextType = SharpGL.RenderContextType.DIBSection;
this.openGLControl1.RenderTrigger = SharpGL.RenderTrigger.TimerBased;
this.openGLControl1.Size = new System.Drawing.Size(724, 314);
this.openGLControl1.TabIndex = 1;
this.openGLControl1.Visible = false;
this.openGLControl1.OpenGLInitialized += new System.EventHandler(this.openGLControl1_OpenGLInitialized);
this.openGLControl1.OpenGLDraw += new SharpGL.RenderEventHandler(this.openGLControl1_OpenGLDraw);
this.openGLControl1.GDIDraw += new SharpGL.RenderEventHandler(this.openGLControl1_GDIDraw);
this.openGLControl1.Resized += new System.EventHandler(this.openGLControl1_Resized);
//
// elementHost1
//
this.elementHost1.Dock = System.Windows.Forms.DockStyle.Fill;
this.elementHost1.Location = new System.Drawing.Point(3, 3);
this.elementHost1.Name = "elementHost1";
this.elementHost1.Size = new System.Drawing.Size(734, 331);
this.elementHost1.TabIndex = 0;
this.elementHost1.Text = "elementHost1";
this.elementHost1.Child = null;
//
// groupBox7
//
this.groupBox7.Controls.Add(this.groupBox1);
@@ -717,6 +699,18 @@
this.groupBox1.TabStop = false;
this.groupBox1.Text = "通讯状态";
//
// lamp_hexcal
//
this.lamp_hexcal.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lamp_hexcal.Location = new System.Drawing.Point(57, 23);
this.lamp_hexcal.LText = "";
this.lamp_hexcal.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lamp_hexcal.Name = "lamp_hexcal";
this.lamp_hexcal.Shadow = false;
this.lamp_hexcal.Size = new System.Drawing.Size(24, 24);
this.lamp_hexcal.State = -1;
this.lamp_hexcal.TabIndex = 29;
//
// Btn_StopServer
//
this.Btn_StopServer.Location = new System.Drawing.Point(113, 79);
@@ -775,9 +769,9 @@
this.grpSafety.Controls.Add(this.label20);
this.grpSafety.Controls.Add(this.label19);
this.grpSafety.Controls.Add(this.label17);
this.grpSafety.Location = new System.Drawing.Point(492, 15);
this.grpSafety.Location = new System.Drawing.Point(516, 15);
this.grpSafety.Name = "grpSafety";
this.grpSafety.Size = new System.Drawing.Size(223, 133);
this.grpSafety.Size = new System.Drawing.Size(199, 133);
this.grpSafety.TabIndex = 12;
this.grpSafety.TabStop = false;
this.grpSafety.Text = "安全限位";
@@ -869,16 +863,16 @@
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(13, 13);
this.label25.TabIndex = 5;
this.label25.Text = "8";
this.label25.Text = "Z";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(102, 21);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(13, 13);
this.label24.Size = new System.Drawing.Size(12, 13);
this.label24.TabIndex = 5;
this.label24.Text = "1";
this.label24.Text = "Y";
//
// label20
//
@@ -887,7 +881,7 @@
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(13, 13);
this.label20.TabIndex = 5;
this.label20.Text = "0";
this.label20.Text = "X";
//
// label19
//
@@ -909,35 +903,123 @@
//
// grpMst
//
this.grpMst.Controls.Add(this.cboAxisNo);
this.grpMst.Controls.Add(this.label21);
this.grpMst.Controls.Add(this.lblEnable2);
this.grpMst.Controls.Add(this.label22);
this.grpMst.Controls.Add(this.lblInPos2);
this.grpMst.Controls.Add(this.label23);
this.grpMst.Controls.Add(this.lblAcc2);
this.grpMst.Controls.Add(this.lblMoving2);
this.grpMst.Controls.Add(this.lblEnable1);
this.grpMst.Controls.Add(this.lblInPos1);
this.grpMst.Controls.Add(this.lblAcc1);
this.grpMst.Controls.Add(this.lblMoving1);
this.grpMst.Controls.Add(this.label16);
this.grpMst.Controls.Add(this.label9);
this.grpMst.Controls.Add(this.label15);
this.grpMst.Controls.Add(this.label14);
this.grpMst.Controls.Add(this.lblEnable);
this.grpMst.Controls.Add(this.lblInPos);
this.grpMst.Controls.Add(this.lblAcc);
this.grpMst.Controls.Add(this.lblMoving);
this.grpMst.Controls.Add(this.lblEnable0);
this.grpMst.Controls.Add(this.lblInPos0);
this.grpMst.Controls.Add(this.lblAcc0);
this.grpMst.Controls.Add(this.lblMoving0);
this.grpMst.Controls.Add(this.label13);
this.grpMst.Location = new System.Drawing.Point(332, 15);
this.grpMst.Name = "grpMst";
this.grpMst.Size = new System.Drawing.Size(154, 133);
this.grpMst.Size = new System.Drawing.Size(178, 133);
this.grpMst.TabIndex = 11;
this.grpMst.TabStop = false;
this.grpMst.Text = "电机状态 (MST)";
//
// cboAxisNo
// label21
//
this.cboAxisNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboAxisNo.FormattingEnabled = true;
this.cboAxisNo.Items.AddRange(new object[] {
"1",
"0",
"8"});
this.cboAxisNo.Location = new System.Drawing.Point(88, 17);
this.cboAxisNo.Name = "cboAxisNo";
this.cboAxisNo.Size = new System.Drawing.Size(60, 20);
this.cboAxisNo.TabIndex = 6;
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(139, 21);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(13, 13);
this.label21.TabIndex = 6;
this.label21.Text = "Z";
//
// lblEnable2
//
this.lblEnable2.Image = ((System.Drawing.Image)(resources.GetObject("lblEnable2.Image")));
this.lblEnable2.Location = new System.Drawing.Point(139, 106);
this.lblEnable2.Name = "lblEnable2";
this.lblEnable2.Size = new System.Drawing.Size(19, 17);
this.lblEnable2.TabIndex = 12;
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(117, 21);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(12, 13);
this.label22.TabIndex = 7;
this.label22.Text = "Y";
//
// lblInPos2
//
this.lblInPos2.Image = ((System.Drawing.Image)(resources.GetObject("lblInPos2.Image")));
this.lblInPos2.Location = new System.Drawing.Point(139, 85);
this.lblInPos2.Name = "lblInPos2";
this.lblInPos2.Size = new System.Drawing.Size(19, 17);
this.lblInPos2.TabIndex = 13;
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(95, 21);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(13, 13);
this.label23.TabIndex = 8;
this.label23.Text = "X";
//
// lblAcc2
//
this.lblAcc2.Image = ((System.Drawing.Image)(resources.GetObject("lblAcc2.Image")));
this.lblAcc2.Location = new System.Drawing.Point(139, 64);
this.lblAcc2.Name = "lblAcc2";
this.lblAcc2.Size = new System.Drawing.Size(19, 17);
this.lblAcc2.TabIndex = 14;
//
// lblMoving2
//
this.lblMoving2.Image = ((System.Drawing.Image)(resources.GetObject("lblMoving2.Image")));
this.lblMoving2.Location = new System.Drawing.Point(139, 43);
this.lblMoving2.Name = "lblMoving2";
this.lblMoving2.Size = new System.Drawing.Size(19, 17);
this.lblMoving2.TabIndex = 15;
//
// lblEnable1
//
this.lblEnable1.Image = ((System.Drawing.Image)(resources.GetObject("lblEnable1.Image")));
this.lblEnable1.Location = new System.Drawing.Point(114, 106);
this.lblEnable1.Name = "lblEnable1";
this.lblEnable1.Size = new System.Drawing.Size(19, 17);
this.lblEnable1.TabIndex = 8;
//
// lblInPos1
//
this.lblInPos1.Image = ((System.Drawing.Image)(resources.GetObject("lblInPos1.Image")));
this.lblInPos1.Location = new System.Drawing.Point(114, 85);
this.lblInPos1.Name = "lblInPos1";
this.lblInPos1.Size = new System.Drawing.Size(19, 17);
this.lblInPos1.TabIndex = 9;
//
// lblAcc1
//
this.lblAcc1.Image = ((System.Drawing.Image)(resources.GetObject("lblAcc1.Image")));
this.lblAcc1.Location = new System.Drawing.Point(114, 64);
this.lblAcc1.Name = "lblAcc1";
this.lblAcc1.Size = new System.Drawing.Size(19, 17);
this.lblAcc1.TabIndex = 10;
//
// lblMoving1
//
this.lblMoving1.Image = ((System.Drawing.Image)(resources.GetObject("lblMoving1.Image")));
this.lblMoving1.Location = new System.Drawing.Point(114, 43);
this.lblMoving1.Name = "lblMoving1";
this.lblMoving1.Size = new System.Drawing.Size(19, 17);
this.lblMoving1.TabIndex = 11;
//
// label16
//
@@ -975,37 +1057,37 @@
this.label14.TabIndex = 5;
this.label14.Text = "加速中";
//
// lblEnable
// lblEnable0
//
this.lblEnable.Image = ((System.Drawing.Image)(resources.GetObject("lblEnable.Image")));
this.lblEnable.Location = new System.Drawing.Point(120, 107);
this.lblEnable.Name = "lblEnable";
this.lblEnable.Size = new System.Drawing.Size(19, 17);
this.lblEnable.TabIndex = 5;
this.lblEnable0.Image = ((System.Drawing.Image)(resources.GetObject("lblEnable0.Image")));
this.lblEnable0.Location = new System.Drawing.Point(89, 107);
this.lblEnable0.Name = "lblEnable0";
this.lblEnable0.Size = new System.Drawing.Size(19, 17);
this.lblEnable0.TabIndex = 5;
//
// lblInPos
// lblInPos0
//
this.lblInPos.Image = ((System.Drawing.Image)(resources.GetObject("lblInPos.Image")));
this.lblInPos.Location = new System.Drawing.Point(120, 86);
this.lblInPos.Name = "lblInPos";
this.lblInPos.Size = new System.Drawing.Size(19, 17);
this.lblInPos.TabIndex = 5;
this.lblInPos0.Image = ((System.Drawing.Image)(resources.GetObject("lblInPos0.Image")));
this.lblInPos0.Location = new System.Drawing.Point(89, 86);
this.lblInPos0.Name = "lblInPos0";
this.lblInPos0.Size = new System.Drawing.Size(19, 17);
this.lblInPos0.TabIndex = 5;
//
// lblAcc
// lblAcc0
//
this.lblAcc.Image = ((System.Drawing.Image)(resources.GetObject("lblAcc.Image")));
this.lblAcc.Location = new System.Drawing.Point(120, 65);
this.lblAcc.Name = "lblAcc";
this.lblAcc.Size = new System.Drawing.Size(19, 17);
this.lblAcc.TabIndex = 5;
this.lblAcc0.Image = ((System.Drawing.Image)(resources.GetObject("lblAcc0.Image")));
this.lblAcc0.Location = new System.Drawing.Point(89, 65);
this.lblAcc0.Name = "lblAcc0";
this.lblAcc0.Size = new System.Drawing.Size(19, 17);
this.lblAcc0.TabIndex = 5;
//
// lblMoving
// lblMoving0
//
this.lblMoving.Image = ((System.Drawing.Image)(resources.GetObject("lblMoving.Image")));
this.lblMoving.Location = new System.Drawing.Point(120, 44);
this.lblMoving.Name = "lblMoving";
this.lblMoving.Size = new System.Drawing.Size(19, 17);
this.lblMoving.TabIndex = 5;
this.lblMoving0.Image = ((System.Drawing.Image)(resources.GetObject("lblMoving0.Image")));
this.lblMoving0.Location = new System.Drawing.Point(89, 44);
this.lblMoving0.Name = "lblMoving0";
this.lblMoving0.Size = new System.Drawing.Size(19, 17);
this.lblMoving0.TabIndex = 5;
//
// label13
//
@@ -1063,6 +1145,18 @@
this.groupBox2.TabStop = false;
this.groupBox2.Text = "通讯状态";
//
// lamp_acs
//
this.lamp_acs.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lamp_acs.Location = new System.Drawing.Point(57, 50);
this.lamp_acs.LText = "";
this.lamp_acs.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lamp_acs.Name = "lamp_acs";
this.lamp_acs.Shadow = false;
this.lamp_acs.Size = new System.Drawing.Size(24, 24);
this.lamp_acs.State = -1;
this.lamp_acs.TabIndex = 30;
//
// txtPort
//
this.txtPort.Location = new System.Drawing.Point(103, 52);
@@ -1147,29 +1241,42 @@
this.timer_RefreshUI.Interval = 1000;
this.timer_RefreshUI.Tick += new System.EventHandler(this.Timer_RefreshUI_Tick);
//
// lamp_hexcal
// radRibbonBarButtonGroup8
//
this.lamp_hexcal.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lamp_hexcal.Location = new System.Drawing.Point(57, 23);
this.lamp_hexcal.LText = "";
this.lamp_hexcal.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lamp_hexcal.Name = "lamp_hexcal";
this.lamp_hexcal.Shadow = false;
this.lamp_hexcal.Size = new System.Drawing.Size(24, 24);
this.lamp_hexcal.State = -1;
this.lamp_hexcal.TabIndex = 29;
this.radRibbonBarButtonGroup8.Items.AddRange(new Telerik.WinControls.RadItem[] {
this.rtb_SetX,
this.rtb_Sety,
this.rtb_SetZ});
this.radRibbonBarButtonGroup8.Name = "radRibbonBarButtonGroup8";
this.radRibbonBarButtonGroup8.Orientation = System.Windows.Forms.Orientation.Vertical;
this.radRibbonBarButtonGroup8.Text = "radRibbonBarButtonGroup8";
this.radRibbonBarButtonGroup8.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
//
// lamp_acs
// rtb_SetX
//
this.lamp_acs.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lamp_acs.Location = new System.Drawing.Point(57, 50);
this.lamp_acs.LText = "";
this.lamp_acs.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lamp_acs.Name = "lamp_acs";
this.lamp_acs.Shadow = false;
this.lamp_acs.Size = new System.Drawing.Size(24, 24);
this.lamp_acs.State = -1;
this.lamp_acs.TabIndex = 30;
this.rtb_SetX.Name = "rtb_SetX";
this.rtb_SetX.Padding = new System.Windows.Forms.Padding(0, 2, 0, 1);
this.rtb_SetX.Text = "100.0";
this.rtb_SetX.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.rtb_SetX.UseCompatibleTextRendering = false;
//
// rtb_Sety
//
this.rtb_Sety.Name = "rtb_Sety";
this.rtb_Sety.Padding = new System.Windows.Forms.Padding(0, 2, 0, 1);
this.rtb_Sety.Text = "150.0";
this.rtb_Sety.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.rtb_Sety.UseCompatibleTextRendering = false;
//
// rtb_SetZ
//
this.rtb_SetZ.AutoSize = false;
this.rtb_SetZ.Bounds = new System.Drawing.Rectangle(0, 0, 80, 20);
this.rtb_SetZ.Name = "rtb_SetZ";
this.rtb_SetZ.Padding = new System.Windows.Forms.Padding(0, 2, 0, 1);
this.rtb_SetZ.Text = "-100";
this.rtb_SetZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.rtb_SetZ.UseCompatibleTextRendering = false;
//
// MainFrom
//
@@ -1201,8 +1308,6 @@
this.splitContainer1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.openGLControl1)).EndInit();
this.groupBox7.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
@@ -1286,10 +1391,10 @@
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label lblEnable;
private System.Windows.Forms.Label lblInPos;
private System.Windows.Forms.Label lblAcc;
private System.Windows.Forms.Label lblMoving;
private System.Windows.Forms.Label lblEnable0;
private System.Windows.Forms.Label lblInPos0;
private System.Windows.Forms.Label lblAcc0;
private System.Windows.Forms.Label lblMoving0;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.GroupBox grpSafety;
private System.Windows.Forms.Label lblEMG;
@@ -1307,7 +1412,6 @@
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Timer tmrMonitor;
private System.Windows.Forms.ComboBox cboAxisNo;
private System.Windows.Forms.Label label9;
private Telerik.WinControls.UI.RadRibbonBarBackstageView radRibbonBarBackstageView1;
private Lamp lamp_hexcal;
@@ -1315,16 +1419,29 @@
private System.Windows.Forms.Timer timer_RefreshUI;
private Telerik.WinControls.UI.RadLabelElement rle_timer;
private System.Windows.Forms.RichTextBox TextBoxMsg;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private ScottPlot.FormsPlot formsPlot1;
private System.Windows.Forms.Integration.ElementHost elementHost1;
private SharpGL.OpenGLControl openGLControl1;
private Telerik.WinControls.UI.RadRibbonBarGroup radRibbonBarGroup5;
private Telerik.WinControls.UI.RadRibbonBarButtonGroup radRibbonBarButtonGroup7;
private Telerik.WinControls.UI.RadButtonElement rtb_demo;
private Telerik.WinControls.UI.RadButtonElement btn_motion;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private ScottPlot.FormsPlot formsPlot1;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label lblEnable2;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label lblInPos2;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label lblAcc2;
private System.Windows.Forms.Label lblMoving2;
private System.Windows.Forms.Label lblEnable1;
private System.Windows.Forms.Label lblInPos1;
private System.Windows.Forms.Label lblAcc1;
private System.Windows.Forms.Label lblMoving1;
private Telerik.WinControls.UI.RadRibbonBarGroup radRibbonBarGroup6;
private Telerik.WinControls.UI.RadButtonElement rtb_quick_loc;
private Telerik.WinControls.UI.RadRibbonBarButtonGroup radRibbonBarButtonGroup8;
private Telerik.WinControls.UI.RadTextBoxElement rtb_SetX;
private Telerik.WinControls.UI.RadTextBoxElement rtb_Sety;
private Telerik.WinControls.UI.RadTextBoxElement rtb_SetZ;
}
}