FrmAxisDebug.Designer.cs 13.0 KB
namespace OnlineStore.KTKSingleStore
{
    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()
        {
            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.label4 = 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.txtComSpeed = new System.Windows.Forms.TextBox();
            this.btnUpDownMove = new System.Windows.Forms.Button();
            this.btnInOutMove = new System.Windows.Forms.Button();
            this.btnComMove = new System.Windows.Forms.Button();
            this.btnComMovej = 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.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(39, 91);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "(轴一)旋转轴";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(39, 145);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(89, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "(轴二)升降轴";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(39, 198);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(89, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "(轴三)进出轴";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(39, 233);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(89, 12);
            this.label4.TabIndex = 3;
            this.label4.Text = "(轴四)压紧轴";
            this.label4.Visible = false;
            // 
            // btnMiddleMove
            // 
            this.btnMiddleMove.Location = new System.Drawing.Point(293, 79);
            this.btnMiddleMove.Name = "btnMiddleMove";
            this.btnMiddleMove.Size = new System.Drawing.Size(107, 31);
            this.btnMiddleMove.TabIndex = 4;
            this.btnMiddleMove.Text = "旋转轴+(顺时针)";
            this.btnMiddleMove.UseVisualStyleBackColor = true;
            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.Location = new System.Drawing.Point(150, 86);
            this.txtMiddleSpeed.Name = "txtMiddleSpeed";
            this.txtMiddleSpeed.Size = new System.Drawing.Size(108, 21);
            this.txtMiddleSpeed.TabIndex = 5;
            // 
            // txtUpDownSpeed
            // 
            this.txtUpDownSpeed.Location = new System.Drawing.Point(150, 140);
            this.txtUpDownSpeed.Name = "txtUpDownSpeed";
            this.txtUpDownSpeed.Size = new System.Drawing.Size(108, 21);
            this.txtUpDownSpeed.TabIndex = 6;
            // 
            // txtInOutSpeed
            // 
            this.txtInOutSpeed.Location = new System.Drawing.Point(150, 193);
            this.txtInOutSpeed.Name = "txtInOutSpeed";
            this.txtInOutSpeed.Size = new System.Drawing.Size(108, 21);
            this.txtInOutSpeed.TabIndex = 7;
            // 
            // txtComSpeed
            // 
            this.txtComSpeed.Location = new System.Drawing.Point(150, 228);
            this.txtComSpeed.Name = "txtComSpeed";
            this.txtComSpeed.Size = new System.Drawing.Size(108, 21);
            this.txtComSpeed.TabIndex = 8;
            this.txtComSpeed.Visible = false;
            // 
            // btnUpDownMove
            // 
            this.btnUpDownMove.Location = new System.Drawing.Point(293, 133);
            this.btnUpDownMove.Name = "btnUpDownMove";
            this.btnUpDownMove.Size = new System.Drawing.Size(107, 31);
            this.btnUpDownMove.TabIndex = 9;
            this.btnUpDownMove.Text = "升降轴+(下降)";
            this.btnUpDownMove.UseVisualStyleBackColor = true;
            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.Location = new System.Drawing.Point(293, 186);
            this.btnInOutMove.Name = "btnInOutMove";
            this.btnInOutMove.Size = new System.Drawing.Size(107, 31);
            this.btnInOutMove.TabIndex = 10;
            this.btnInOutMove.Text = "进出轴+(前进)";
            this.btnInOutMove.UseVisualStyleBackColor = true;
            this.btnInOutMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnInOutMove_MouseDown);
            this.btnInOutMove.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnInOutMove_MouseUp);
            // 
            // btnComMove
            // 
            this.btnComMove.Location = new System.Drawing.Point(293, 221);
            this.btnComMove.Name = "btnComMove";
            this.btnComMove.Size = new System.Drawing.Size(107, 31);
            this.btnComMove.TabIndex = 11;
            this.btnComMove.Text = "压紧轴+(上升)";
            this.btnComMove.UseVisualStyleBackColor = true;
            this.btnComMove.Visible = false;
            this.btnComMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnComMove_MouseDown);
            this.btnComMove.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnComMove_MouseUp);
            // 
            // btnComMovej
            // 
            this.btnComMovej.Location = new System.Drawing.Point(421, 221);
            this.btnComMovej.Name = "btnComMovej";
            this.btnComMovej.Size = new System.Drawing.Size(107, 31);
            this.btnComMovej.TabIndex = 15;
            this.btnComMovej.Text = "压紧轴-(下降)";
            this.btnComMovej.UseVisualStyleBackColor = true;
            this.btnComMovej.Visible = false;
            this.btnComMovej.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnComMovej_MouseDown);
            this.btnComMovej.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnComMovej_MouseUp);
            // 
            // btnInOutMovej
            // 
            this.btnInOutMovej.Location = new System.Drawing.Point(421, 186);
            this.btnInOutMovej.Name = "btnInOutMovej";
            this.btnInOutMovej.Size = new System.Drawing.Size(107, 31);
            this.btnInOutMovej.TabIndex = 14;
            this.btnInOutMovej.Text = "进出轴-(后退)";
            this.btnInOutMovej.UseVisualStyleBackColor = true;
            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.Location = new System.Drawing.Point(421, 133);
            this.btnUpDownMovej.Name = "btnUpDownMovej";
            this.btnUpDownMovej.Size = new System.Drawing.Size(107, 31);
            this.btnUpDownMovej.TabIndex = 13;
            this.btnUpDownMovej.Text = "升降轴-(上升)";
            this.btnUpDownMovej.UseVisualStyleBackColor = true;
            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.Location = new System.Drawing.Point(421, 79);
            this.btnMiddleMovej.Name = "btnMiddleMovej";
            this.btnMiddleMovej.Size = new System.Drawing.Size(107, 31);
            this.btnMiddleMovej.TabIndex = 12;
            this.btnMiddleMovej.Text = "旋转轴-(逆时针)";
            this.btnMiddleMovej.UseVisualStyleBackColor = true;
            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.Location = new System.Drawing.Point(402, 253);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(126, 30);
            this.button1.TabIndex = 16;
            this.button1.Text = "关闭";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // FrmAxisDebug
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(558, 318);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.btnComMovej);
            this.Controls.Add(this.btnInOutMovej);
            this.Controls.Add(this.btnUpDownMovej);
            this.Controls.Add(this.btnMiddleMovej);
            this.Controls.Add(this.btnComMove);
            this.Controls.Add(this.btnInOutMove);
            this.Controls.Add(this.btnUpDownMove);
            this.Controls.Add(this.txtComSpeed);
            this.Controls.Add(this.txtInOutSpeed);
            this.Controls.Add(this.txtUpDownSpeed);
            this.Controls.Add(this.txtMiddleSpeed);
            this.Controls.Add(this.btnMiddleMove);
            this.Controls.Add(this.label4);
            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.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.Label label4;
        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.TextBox txtComSpeed;
        private System.Windows.Forms.Button btnUpDownMove;
        private System.Windows.Forms.Button btnInOutMove;
        private System.Windows.Forms.Button btnComMove;
        private System.Windows.Forms.Button btnComMovej;
        private System.Windows.Forms.Button btnInOutMovej;
        private System.Windows.Forms.Button btnUpDownMovej;
        private System.Windows.Forms.Button btnMiddleMovej;
        private System.Windows.Forms.Button button1;
    }
}