FrmAxisDebug.Designer.cs 20.3 KB
namespace OnlineStore.ACSquareStore
{
    partial class FrmAxisDebug
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAxisDebug));
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.btnMiddleMove = new System.Windows.Forms.Button();
            this.txtMiddleSpeed = new System.Windows.Forms.TextBox();
            this.txtUpDownSpeed = new System.Windows.Forms.TextBox();
            this.txtInOutSpeed = new System.Windows.Forms.TextBox();
            this.btnUpDownMove = new System.Windows.Forms.Button();
            this.btnInOutMove = new System.Windows.Forms.Button();
            this.btnInOutMovej = new System.Windows.Forms.Button();
            this.btnUpDownMovej = new System.Windows.Forms.Button();
            this.btnMiddleMovej = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.txtInOutPosition = new System.Windows.Forms.TextBox();
            this.txtUpdownPosition = new System.Windows.Forms.TextBox();
            this.txtMiddlePosition = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.lblSpeed = new System.Windows.Forms.Label();
            this.trackBar1 = new System.Windows.Forms.TrackBar();
            this.btnMCopy = new System.Windows.Forms.Button();
            this.btnUCopy = new System.Windows.Forms.Button();
            this.btnICopy = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(53, 196);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(72, 17);
            this.label1.TabIndex = 0;
            this.label1.Text = "Y轴-前后轴 ";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(53, 253);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(68, 17);
            this.label2.TabIndex = 1;
            this.label2.Text = "Z轴-升降轴";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(53, 142);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(73, 17);
            this.label3.TabIndex = 2;
            this.label3.Text = "X轴-进出轴 ";
            // 
            // btnMiddleMove
            // 
            this.btnMiddleMove.BackColor = System.Drawing.SystemColors.Control;
            this.btnMiddleMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMiddleMove.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnMiddleMove.Location = new System.Drawing.Point(260, 182);
            this.btnMiddleMove.Name = "btnMiddleMove";
            this.btnMiddleMove.Size = new System.Drawing.Size(140, 45);
            this.btnMiddleMove.TabIndex = 4;
            this.btnMiddleMove.Text = "Y-前后轴+(前进)";
            this.btnMiddleMove.UseVisualStyleBackColor = false;
            this.btnMiddleMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMiddleMove_MouseDown);
            this.btnMiddleMove.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMiddleMove_MouseUp);
            // 
            // txtMiddleSpeed
            // 
            this.txtMiddleSpeed.Enabled = false;
            this.txtMiddleSpeed.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtMiddleSpeed.Location = new System.Drawing.Point(154, 191);
            this.txtMiddleSpeed.MaxLength = 10;
            this.txtMiddleSpeed.Name = "txtMiddleSpeed";
            this.txtMiddleSpeed.Size = new System.Drawing.Size(97, 26);
            this.txtMiddleSpeed.TabIndex = 5;
            // 
            // txtUpDownSpeed
            // 
            this.txtUpDownSpeed.Enabled = false;
            this.txtUpDownSpeed.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtUpDownSpeed.Location = new System.Drawing.Point(154, 248);
            this.txtUpDownSpeed.MaxLength = 10;
            this.txtUpDownSpeed.Name = "txtUpDownSpeed";
            this.txtUpDownSpeed.Size = new System.Drawing.Size(97, 26);
            this.txtUpDownSpeed.TabIndex = 6;
            // 
            // txtInOutSpeed
            // 
            this.txtInOutSpeed.Enabled = false;
            this.txtInOutSpeed.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtInOutSpeed.Location = new System.Drawing.Point(154, 137);
            this.txtInOutSpeed.MaxLength = 10;
            this.txtInOutSpeed.Name = "txtInOutSpeed";
            this.txtInOutSpeed.Size = new System.Drawing.Size(97, 26);
            this.txtInOutSpeed.TabIndex = 7;
            // 
            // btnUpDownMove
            // 
            this.btnUpDownMove.BackColor = System.Drawing.SystemColors.Control;
            this.btnUpDownMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUpDownMove.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnUpDownMove.Location = new System.Drawing.Point(260, 239);
            this.btnUpDownMove.Name = "btnUpDownMove";
            this.btnUpDownMove.Size = new System.Drawing.Size(140, 45);
            this.btnUpDownMove.TabIndex = 9;
            this.btnUpDownMove.Text = "Z-升降轴+(上升)";
            this.btnUpDownMove.UseVisualStyleBackColor = false;
            this.btnUpDownMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnUpDownMove_MouseDown);
            this.btnUpDownMove.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnUpDownMove_MouseUp);
            // 
            // btnInOutMove
            // 
            this.btnInOutMove.BackColor = System.Drawing.SystemColors.Control;
            this.btnInOutMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnInOutMove.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnInOutMove.Location = new System.Drawing.Point(260, 128);
            this.btnInOutMove.Name = "btnInOutMove";
            this.btnInOutMove.Size = new System.Drawing.Size(140, 45);
            this.btnInOutMove.TabIndex = 10;
            this.btnInOutMove.Text = "X-进出轴+(前进)";
            this.btnInOutMove.UseVisualStyleBackColor = false;
            this.btnInOutMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnInOutMove_MouseDown);
            this.btnInOutMove.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnInOutMove_MouseUp);
            // 
            // btnInOutMovej
            // 
            this.btnInOutMovej.BackColor = System.Drawing.SystemColors.Control;
            this.btnInOutMovej.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnInOutMovej.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnInOutMovej.Location = new System.Drawing.Point(409, 128);
            this.btnInOutMovej.Name = "btnInOutMovej";
            this.btnInOutMovej.Size = new System.Drawing.Size(140, 45);
            this.btnInOutMovej.TabIndex = 14;
            this.btnInOutMovej.Text = "X-进出轴-(后退)";
            this.btnInOutMovej.UseVisualStyleBackColor = false;
            this.btnInOutMovej.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnInOutMovej_MouseDown);
            this.btnInOutMovej.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnInOutMovej_MouseUp);
            // 
            // btnUpDownMovej
            // 
            this.btnUpDownMovej.BackColor = System.Drawing.SystemColors.Control;
            this.btnUpDownMovej.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUpDownMovej.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnUpDownMovej.Location = new System.Drawing.Point(409, 239);
            this.btnUpDownMovej.Name = "btnUpDownMovej";
            this.btnUpDownMovej.Size = new System.Drawing.Size(140, 45);
            this.btnUpDownMovej.TabIndex = 13;
            this.btnUpDownMovej.Text = "Z-升降轴-(下降)";
            this.btnUpDownMovej.UseVisualStyleBackColor = false;
            this.btnUpDownMovej.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnUpDownMovej_MouseDown);
            this.btnUpDownMovej.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnUpDownMovej_MouseUp);
            // 
            // btnMiddleMovej
            // 
            this.btnMiddleMovej.BackColor = System.Drawing.SystemColors.Control;
            this.btnMiddleMovej.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMiddleMovej.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnMiddleMovej.Location = new System.Drawing.Point(409, 182);
            this.btnMiddleMovej.Name = "btnMiddleMovej";
            this.btnMiddleMovej.Size = new System.Drawing.Size(140, 45);
            this.btnMiddleMovej.TabIndex = 12;
            this.btnMiddleMovej.Text = "Y-前后轴-(后退)";
            this.btnMiddleMovej.UseVisualStyleBackColor = false;
            this.btnMiddleMovej.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMiddleMovej_MouseDown);
            this.btnMiddleMovej.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMiddleMovej_MouseUp);
            // 
            // button1
            // 
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Location = new System.Drawing.Point(569, 347);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(126, 37);
            this.button1.TabIndex = 16;
            this.button1.Text = "关闭";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // txtInOutPosition
            // 
            this.txtInOutPosition.Enabled = false;
            this.txtInOutPosition.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtInOutPosition.Location = new System.Drawing.Point(558, 137);
            this.txtInOutPosition.MaxLength = 20;
            this.txtInOutPosition.Name = "txtInOutPosition";
            this.txtInOutPosition.Size = new System.Drawing.Size(108, 26);
            this.txtInOutPosition.TabIndex = 19;
            // 
            // txtUpdownPosition
            // 
            this.txtUpdownPosition.Enabled = false;
            this.txtUpdownPosition.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtUpdownPosition.Location = new System.Drawing.Point(558, 248);
            this.txtUpdownPosition.MaxLength = 20;
            this.txtUpdownPosition.Name = "txtUpdownPosition";
            this.txtUpdownPosition.Size = new System.Drawing.Size(108, 26);
            this.txtUpdownPosition.TabIndex = 18;
            // 
            // txtMiddlePosition
            // 
            this.txtMiddlePosition.Enabled = false;
            this.txtMiddlePosition.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtMiddlePosition.Location = new System.Drawing.Point(558, 191);
            this.txtMiddlePosition.MaxLength = 20;
            this.txtMiddlePosition.Name = "txtMiddlePosition";
            this.txtMiddlePosition.Size = new System.Drawing.Size(108, 26);
            this.txtMiddlePosition.TabIndex = 17;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(172, 82);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(56, 17);
            this.label5.TabIndex = 20;
            this.label5.Text = "点动速度";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(566, 82);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(56, 17);
            this.label6.TabIndex = 21;
            this.label6.Text = "实时坐标";
            // 
            // timer1
            // 
            this.timer1.Interval = 2000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // lblSpeed
            // 
            this.lblSpeed.AutoSize = true;
            this.lblSpeed.Location = new System.Drawing.Point(313, 377);
            this.lblSpeed.Name = "lblSpeed";
            this.lblSpeed.Size = new System.Drawing.Size(142, 17);
            this.lblSpeed.TabIndex = 30;
            this.lblSpeed.Text = "点动速度=0.2倍目标速度";
            // 
            // trackBar1
            // 
            this.trackBar1.LargeChange = 2;
            this.trackBar1.Location = new System.Drawing.Point(42, 328);
            this.trackBar1.Minimum = 1;
            this.trackBar1.Name = "trackBar1";
            this.trackBar1.Size = new System.Drawing.Size(366, 45);
            this.trackBar1.TabIndex = 29;
            this.trackBar1.Value = 2;
            this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
            // 
            // btnMCopy
            // 
            this.btnMCopy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMCopy.Location = new System.Drawing.Point(675, 190);
            this.btnMCopy.Name = "btnMCopy";
            this.btnMCopy.Size = new System.Drawing.Size(69, 28);
            this.btnMCopy.TabIndex = 31;
            this.btnMCopy.Text = "复制";
            this.btnMCopy.UseVisualStyleBackColor = true;
            this.btnMCopy.Click += new System.EventHandler(this.btnMCopy_Click);
            // 
            // btnUCopy
            // 
            this.btnUCopy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUCopy.Location = new System.Drawing.Point(675, 247);
            this.btnUCopy.Name = "btnUCopy";
            this.btnUCopy.Size = new System.Drawing.Size(69, 28);
            this.btnUCopy.TabIndex = 32;
            this.btnUCopy.Text = "复制";
            this.btnUCopy.UseVisualStyleBackColor = true;
            this.btnUCopy.Click += new System.EventHandler(this.btnUCopy_Click);
            // 
            // btnICopy
            // 
            this.btnICopy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnICopy.Location = new System.Drawing.Point(675, 136);
            this.btnICopy.Name = "btnICopy";
            this.btnICopy.Size = new System.Drawing.Size(69, 28);
            this.btnICopy.TabIndex = 33;
            this.btnICopy.Text = "复制";
            this.btnICopy.UseVisualStyleBackColor = true;
            this.btnICopy.Click += new System.EventHandler(this.btnICopy_Click);
            // 
            // FrmAxisDebug
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(805, 442);
            this.Controls.Add(this.btnICopy);
            this.Controls.Add(this.btnUCopy);
            this.Controls.Add(this.btnMCopy);
            this.Controls.Add(this.lblSpeed);
            this.Controls.Add(this.trackBar1);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.txtInOutPosition);
            this.Controls.Add(this.txtUpdownPosition);
            this.Controls.Add(this.txtMiddlePosition);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.btnInOutMovej);
            this.Controls.Add(this.btnUpDownMovej);
            this.Controls.Add(this.btnMiddleMovej);
            this.Controls.Add(this.btnInOutMove);
            this.Controls.Add(this.btnUpDownMove);
            this.Controls.Add(this.txtInOutSpeed);
            this.Controls.Add(this.txtUpDownSpeed);
            this.Controls.Add(this.txtMiddleSpeed);
            this.Controls.Add(this.btnMiddleMove);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmAxisDebug";
            this.Text = "轴点动调试";
            this.Load += new System.EventHandler(this.FrmAxisDebug_Load);
            this.Shown += new System.EventHandler(this.FrmAxisDebug_Shown);
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button btnMiddleMove;
        private System.Windows.Forms.TextBox txtMiddleSpeed;
        private System.Windows.Forms.TextBox txtUpDownSpeed;
        private System.Windows.Forms.TextBox txtInOutSpeed;
        private System.Windows.Forms.Button btnUpDownMove;
        private System.Windows.Forms.Button btnInOutMove;
        private System.Windows.Forms.Button btnInOutMovej;
        private System.Windows.Forms.Button btnUpDownMovej;
        private System.Windows.Forms.Button btnMiddleMovej;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TextBox txtInOutPosition;
        private System.Windows.Forms.TextBox txtUpdownPosition;
        private System.Windows.Forms.TextBox txtMiddlePosition;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Label lblSpeed;
        private System.Windows.Forms.TrackBar trackBar1;
        private System.Windows.Forms.Button btnMCopy;
        private System.Windows.Forms.Button btnUCopy;
        private System.Windows.Forms.Button btnICopy;
    }
}