namespace AssistClient { partial class FrmPTSetting { /// /// 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(FrmPTSetting)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbtnSave = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.groupBox8 = new System.Windows.Forms.GroupBox(); this.panel8 = new System.Windows.Forms.Panel(); this.numAxis3_InitPT = new System.Windows.Forms.NumericUpDown(); this.numAxis1_InitPT = new System.Windows.Forms.NumericUpDown(); this.numAxis2_InitPT = new System.Windows.Forms.NumericUpDown(); this.numAxis0_InitPT = new System.Windows.Forms.NumericUpDown(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.panel1 = new System.Windows.Forms.Panel(); this.numAxis3_UpPT = new System.Windows.Forms.NumericUpDown(); this.numAxis1_UpPT = new System.Windows.Forms.NumericUpDown(); this.numAxis2_UpPT = new System.Windows.Forms.NumericUpDown(); this.numAxis0_UpPT = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel2 = new System.Windows.Forms.Panel(); this.numAxis3_DownPT = new System.Windows.Forms.NumericUpDown(); this.numAxis1_DownPT = new System.Windows.Forms.NumericUpDown(); this.numAxis2_DownPT = new System.Windows.Forms.NumericUpDown(); this.numAxis0_DownPT = new System.Windows.Forms.NumericUpDown(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.toolStrip1.SuspendLayout(); this.groupBox8.SuspendLayout(); this.panel8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAxis3_InitPT)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis1_InitPT)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis2_InitPT)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis0_InitPT)).BeginInit(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAxis3_UpPT)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis1_UpPT)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis2_UpPT)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis0_UpPT)).BeginInit(); this.groupBox2.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAxis3_DownPT)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis1_DownPT)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis2_DownPT)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis0_DownPT)).BeginInit(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnSave, this.toolStripSeparator4, this.tsbtnClose}); this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0); this.toolStrip1.Size = new System.Drawing.Size(632, 65); this.toolStrip1.TabIndex = 17; this.toolStrip1.Text = "toolStrip1"; // // tsbtnSave // this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image"))); this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnSave.Name = "tsbtnSave"; this.tsbtnSave.Size = new System.Drawing.Size(70, 60); this.tsbtnSave.Text = " 保存 "; this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 65); // // tsbtnClose // this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image"))); this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClose.Name = "tsbtnClose"; this.tsbtnClose.Size = new System.Drawing.Size(70, 60); this.tsbtnClose.Text = " 关闭 "; this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click); // // groupBox8 // this.groupBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox8.BackColor = System.Drawing.SystemColors.ActiveCaption; this.groupBox8.Controls.Add(this.panel8); this.groupBox8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox8.Location = new System.Drawing.Point(4, 98); this.groupBox8.Name = "groupBox8"; this.groupBox8.Size = new System.Drawing.Size(626, 112); this.groupBox8.TabIndex = 30; this.groupBox8.TabStop = false; this.groupBox8.Text = "初始绝对位置(mm)"; // // panel8 // this.panel8.BackColor = System.Drawing.Color.White; this.panel8.Controls.Add(this.numAxis3_InitPT); this.panel8.Controls.Add(this.numAxis1_InitPT); this.panel8.Controls.Add(this.numAxis2_InitPT); this.panel8.Controls.Add(this.numAxis0_InitPT); this.panel8.Controls.Add(this.label15); this.panel8.Controls.Add(this.label16); this.panel8.Controls.Add(this.label13); this.panel8.Controls.Add(this.label14); this.panel8.Dock = System.Windows.Forms.DockStyle.Fill; this.panel8.Location = new System.Drawing.Point(3, 24); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(620, 85); this.panel8.TabIndex = 0; // // numAxis3_InitPT // this.numAxis3_InitPT.DecimalPlaces = 2; this.numAxis3_InitPT.Location = new System.Drawing.Point(430, 46); this.numAxis3_InitPT.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numAxis3_InitPT.Minimum = new decimal(new int[] { 9999, 0, 0, -2147483648}); this.numAxis3_InitPT.Name = "numAxis3_InitPT"; this.numAxis3_InitPT.Size = new System.Drawing.Size(178, 28); this.numAxis3_InitPT.TabIndex = 16; // // numAxis1_InitPT // this.numAxis1_InitPT.DecimalPlaces = 2; this.numAxis1_InitPT.Location = new System.Drawing.Point(430, 10); this.numAxis1_InitPT.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numAxis1_InitPT.Minimum = new decimal(new int[] { 9999, 0, 0, -2147483648}); this.numAxis1_InitPT.Name = "numAxis1_InitPT"; this.numAxis1_InitPT.Size = new System.Drawing.Size(178, 28); this.numAxis1_InitPT.TabIndex = 15; // // numAxis2_InitPT // this.numAxis2_InitPT.DecimalPlaces = 2; this.numAxis2_InitPT.Location = new System.Drawing.Point(92, 46); this.numAxis2_InitPT.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numAxis2_InitPT.Minimum = new decimal(new int[] { 9999, 0, 0, -2147483648}); this.numAxis2_InitPT.Name = "numAxis2_InitPT"; this.numAxis2_InitPT.Size = new System.Drawing.Size(178, 28); this.numAxis2_InitPT.TabIndex = 14; // // numAxis0_InitPT // this.numAxis0_InitPT.DecimalPlaces = 2; this.numAxis0_InitPT.Location = new System.Drawing.Point(92, 10); this.numAxis0_InitPT.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numAxis0_InitPT.Minimum = new decimal(new int[] { 9999, 0, 0, -2147483648}); this.numAxis0_InitPT.Name = "numAxis0_InitPT"; this.numAxis0_InitPT.Size = new System.Drawing.Size(178, 28); this.numAxis0_InitPT.TabIndex = 13; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(356, 52); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(80, 18); this.label15.TabIndex = 12; this.label15.Text = "Axis-3:"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(15, 52); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(80, 18); this.label16.TabIndex = 10; this.label16.Text = "Axis-2:"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(356, 14); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(80, 18); this.label13.TabIndex = 8; this.label13.Text = "Axis-1:"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(15, 14); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(80, 18); this.label14.TabIndex = 6; this.label14.Text = "Axis-0:"; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.BackColor = System.Drawing.SystemColors.ActiveCaption; this.groupBox1.Controls.Add(this.panel1); this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.Location = new System.Drawing.Point(2, 216); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(626, 112); this.groupBox1.TabIndex = 31; this.groupBox1.TabStop = false; this.groupBox1.Text = "上料绝对位置(mm)"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.numAxis3_UpPT); this.panel1.Controls.Add(this.numAxis1_UpPT); this.panel1.Controls.Add(this.numAxis2_UpPT); this.panel1.Controls.Add(this.numAxis0_UpPT); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label4); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 24); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(620, 85); this.panel1.TabIndex = 0; // // numAxis3_UpPT // this.numAxis3_UpPT.DecimalPlaces = 2; this.numAxis3_UpPT.Location = new System.Drawing.Point(430, 46); this.numAxis3_UpPT.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numAxis3_UpPT.Minimum = new decimal(new int[] { 9999, 0, 0, -2147483648}); this.numAxis3_UpPT.Name = "numAxis3_UpPT"; this.numAxis3_UpPT.Size = new System.Drawing.Size(178, 28); this.numAxis3_UpPT.TabIndex = 16; // // numAxis1_UpPT // this.numAxis1_UpPT.DecimalPlaces = 2; this.numAxis1_UpPT.Location = new System.Drawing.Point(430, 10); this.numAxis1_UpPT.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numAxis1_UpPT.Minimum = new decimal(new int[] { 9999, 0, 0, -2147483648}); this.numAxis1_UpPT.Name = "numAxis1_UpPT"; this.numAxis1_UpPT.Size = new System.Drawing.Size(178, 28); this.numAxis1_UpPT.TabIndex = 15; // // numAxis2_UpPT // this.numAxis2_UpPT.DecimalPlaces = 2; this.numAxis2_UpPT.Location = new System.Drawing.Point(92, 46); this.numAxis2_UpPT.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numAxis2_UpPT.Minimum = new decimal(new int[] { 9999, 0, 0, -2147483648}); this.numAxis2_UpPT.Name = "numAxis2_UpPT"; this.numAxis2_UpPT.Size = new System.Drawing.Size(178, 28); this.numAxis2_UpPT.TabIndex = 14; // // numAxis0_UpPT // this.numAxis0_UpPT.DecimalPlaces = 2; this.numAxis0_UpPT.Location = new System.Drawing.Point(92, 10); this.numAxis0_UpPT.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numAxis0_UpPT.Minimum = new decimal(new int[] { 9999, 0, 0, -2147483648}); this.numAxis0_UpPT.Name = "numAxis0_UpPT"; this.numAxis0_UpPT.Size = new System.Drawing.Size(178, 28); this.numAxis0_UpPT.TabIndex = 13; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(356, 52); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 18); this.label1.TabIndex = 12; this.label1.Text = "Axis-3:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(15, 52); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 18); this.label2.TabIndex = 10; this.label2.Text = "Axis-2:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(356, 14); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(80, 18); this.label3.TabIndex = 8; this.label3.Text = "Axis-1:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(15, 14); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(80, 18); this.label4.TabIndex = 6; this.label4.Text = "Axis-0:"; // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.BackColor = System.Drawing.SystemColors.ActiveCaption; this.groupBox2.Controls.Add(this.panel2); this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox2.Location = new System.Drawing.Point(4, 334); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(626, 112); this.groupBox2.TabIndex = 31; this.groupBox2.TabStop = false; this.groupBox2.Text = "下料绝对位置(mm)"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.White; this.panel2.Controls.Add(this.numAxis3_DownPT); this.panel2.Controls.Add(this.numAxis1_DownPT); this.panel2.Controls.Add(this.numAxis2_DownPT); this.panel2.Controls.Add(this.numAxis0_DownPT); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.label6); this.panel2.Controls.Add(this.label7); this.panel2.Controls.Add(this.label8); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(3, 24); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(620, 85); this.panel2.TabIndex = 0; // // numAxis3_DownPT // this.numAxis3_DownPT.DecimalPlaces = 2; this.numAxis3_DownPT.Location = new System.Drawing.Point(430, 46); this.numAxis3_DownPT.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numAxis3_DownPT.Minimum = new decimal(new int[] { 9999, 0, 0, -2147483648}); this.numAxis3_DownPT.Name = "numAxis3_DownPT"; this.numAxis3_DownPT.Size = new System.Drawing.Size(178, 28); this.numAxis3_DownPT.TabIndex = 16; // // numAxis1_DownPT // this.numAxis1_DownPT.DecimalPlaces = 2; this.numAxis1_DownPT.Location = new System.Drawing.Point(430, 10); this.numAxis1_DownPT.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numAxis1_DownPT.Minimum = new decimal(new int[] { 9999, 0, 0, -2147483648}); this.numAxis1_DownPT.Name = "numAxis1_DownPT"; this.numAxis1_DownPT.Size = new System.Drawing.Size(178, 28); this.numAxis1_DownPT.TabIndex = 15; // // numAxis2_DownPT // this.numAxis2_DownPT.DecimalPlaces = 2; this.numAxis2_DownPT.Location = new System.Drawing.Point(92, 46); this.numAxis2_DownPT.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numAxis2_DownPT.Minimum = new decimal(new int[] { 9999, 0, 0, -2147483648}); this.numAxis2_DownPT.Name = "numAxis2_DownPT"; this.numAxis2_DownPT.Size = new System.Drawing.Size(178, 28); this.numAxis2_DownPT.TabIndex = 14; // // numAxis0_DownPT // this.numAxis0_DownPT.DecimalPlaces = 2; this.numAxis0_DownPT.Location = new System.Drawing.Point(92, 10); this.numAxis0_DownPT.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numAxis0_DownPT.Minimum = new decimal(new int[] { 9999, 0, 0, -2147483648}); this.numAxis0_DownPT.Name = "numAxis0_DownPT"; this.numAxis0_DownPT.Size = new System.Drawing.Size(178, 28); this.numAxis0_DownPT.TabIndex = 13; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(356, 52); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(80, 18); this.label5.TabIndex = 12; this.label5.Text = "Axis-3:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(15, 52); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(80, 18); this.label6.TabIndex = 10; this.label6.Text = "Axis-2:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(356, 14); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(80, 18); this.label7.TabIndex = 8; this.label7.Text = "Axis-1:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(15, 14); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(80, 18); this.label8.TabIndex = 6; this.label8.Text = "Axis-0:"; // // FrmPTSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ActiveCaption; this.ClientSize = new System.Drawing.Size(632, 453); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox8); this.Controls.Add(this.toolStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmPTSetting"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "点位设置"; this.Load += new System.EventHandler(this.FrmSetParams_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.groupBox8.ResumeLayout(false); this.panel8.ResumeLayout(false); this.panel8.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAxis3_InitPT)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis1_InitPT)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis2_InitPT)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis0_InitPT)).EndInit(); this.groupBox1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAxis3_UpPT)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis1_UpPT)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis2_UpPT)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis0_UpPT)).EndInit(); this.groupBox2.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAxis3_DownPT)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis1_DownPT)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis2_DownPT)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numAxis0_DownPT)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton tsbtnClose; private System.Windows.Forms.ToolStripButton tsbtnSave; private System.Windows.Forms.GroupBox groupBox8; private System.Windows.Forms.Panel panel8; private System.Windows.Forms.NumericUpDown numAxis3_InitPT; private System.Windows.Forms.NumericUpDown numAxis1_InitPT; private System.Windows.Forms.NumericUpDown numAxis2_InitPT; private System.Windows.Forms.NumericUpDown numAxis0_InitPT; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.NumericUpDown numAxis3_UpPT; private System.Windows.Forms.NumericUpDown numAxis1_UpPT; private System.Windows.Forms.NumericUpDown numAxis2_UpPT; private System.Windows.Forms.NumericUpDown numAxis0_UpPT; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.NumericUpDown numAxis3_DownPT; private System.Windows.Forms.NumericUpDown numAxis1_DownPT; private System.Windows.Forms.NumericUpDown numAxis2_DownPT; private System.Windows.Forms.NumericUpDown numAxis0_DownPT; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; } }