FrmAxisDebug.Designer.cs 17.0 KB
namespace OnlineStore.ACSingleStore
{
    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.txtComPosition = new System.Windows.Forms.TextBox();
            this.btnComMovej = new System.Windows.Forms.Button();
            this.btnComMove = new System.Windows.Forms.Button();
            this.txtComSpeed = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(39, 77);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(92, 17);
            this.label1.TabIndex = 0;
            this.label1.Text = "(轴一)旋转轴";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(39, 131);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(92, 17);
            this.label2.TabIndex = 1;
            this.label2.Text = "(轴二)升降轴";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(39, 184);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(92, 17);
            this.label3.TabIndex = 2;
            this.label3.Text = "(轴三)进出轴";
            // 
            // btnMiddleMove
            // 
            this.btnMiddleMove.BackColor = System.Drawing.SystemColors.Control;
            this.btnMiddleMove.Location = new System.Drawing.Point(266, 70);
            this.btnMiddleMove.Name = "btnMiddleMove";
            this.btnMiddleMove.Size = new System.Drawing.Size(131, 36);
            this.btnMiddleMove.TabIndex = 4;
            this.btnMiddleMove.Text = "旋转轴+(顺时针)";
            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.Location = new System.Drawing.Point(150, 75);
            this.txtMiddleSpeed.Name = "txtMiddleSpeed";
            this.txtMiddleSpeed.Size = new System.Drawing.Size(108, 23);
            this.txtMiddleSpeed.TabIndex = 5;
            // 
            // txtUpDownSpeed
            // 
            this.txtUpDownSpeed.Location = new System.Drawing.Point(150, 129);
            this.txtUpDownSpeed.Name = "txtUpDownSpeed";
            this.txtUpDownSpeed.Size = new System.Drawing.Size(108, 23);
            this.txtUpDownSpeed.TabIndex = 6;
            // 
            // txtInOutSpeed
            // 
            this.txtInOutSpeed.Location = new System.Drawing.Point(150, 182);
            this.txtInOutSpeed.Name = "txtInOutSpeed";
            this.txtInOutSpeed.Size = new System.Drawing.Size(108, 23);
            this.txtInOutSpeed.TabIndex = 7;
            // 
            // btnUpDownMove
            // 
            this.btnUpDownMove.BackColor = System.Drawing.SystemColors.Control;
            this.btnUpDownMove.Location = new System.Drawing.Point(266, 124);
            this.btnUpDownMove.Name = "btnUpDownMove";
            this.btnUpDownMove.Size = new System.Drawing.Size(131, 36);
            this.btnUpDownMove.TabIndex = 9;
            this.btnUpDownMove.Text = "升降轴+(上升)";
            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.Location = new System.Drawing.Point(266, 177);
            this.btnInOutMove.Name = "btnInOutMove";
            this.btnInOutMove.Size = new System.Drawing.Size(131, 36);
            this.btnInOutMove.TabIndex = 10;
            this.btnInOutMove.Text = "进出轴+(前进)";
            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.Location = new System.Drawing.Point(401, 177);
            this.btnInOutMovej.Name = "btnInOutMovej";
            this.btnInOutMovej.Size = new System.Drawing.Size(131, 36);
            this.btnInOutMovej.TabIndex = 14;
            this.btnInOutMovej.Text = "进出轴-(后退)";
            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.Location = new System.Drawing.Point(401, 124);
            this.btnUpDownMovej.Name = "btnUpDownMovej";
            this.btnUpDownMovej.Size = new System.Drawing.Size(131, 36);
            this.btnUpDownMovej.TabIndex = 13;
            this.btnUpDownMovej.Text = "升降轴-(下降)";
            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.Location = new System.Drawing.Point(401, 70);
            this.btnMiddleMovej.Name = "btnMiddleMovej";
            this.btnMiddleMovej.Size = new System.Drawing.Size(131, 36);
            this.btnMiddleMovej.TabIndex = 12;
            this.btnMiddleMovej.Text = "旋转轴-(逆时针)";
            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.Location = new System.Drawing.Point(401, 336);
            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.Location = new System.Drawing.Point(551, 182);
            this.txtInOutPosition.Name = "txtInOutPosition";
            this.txtInOutPosition.Size = new System.Drawing.Size(108, 23);
            this.txtInOutPosition.TabIndex = 19;
            // 
            // txtUpdownPosition
            // 
            this.txtUpdownPosition.Location = new System.Drawing.Point(551, 129);
            this.txtUpdownPosition.Name = "txtUpdownPosition";
            this.txtUpdownPosition.Size = new System.Drawing.Size(108, 23);
            this.txtUpdownPosition.TabIndex = 18;
            // 
            // txtMiddlePosition
            // 
            this.txtMiddlePosition.Location = new System.Drawing.Point(551, 75);
            this.txtMiddlePosition.Name = "txtMiddlePosition";
            this.txtMiddlePosition.Size = new System.Drawing.Size(108, 23);
            this.txtMiddlePosition.TabIndex = 17;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(172, 31);
            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, 31);
            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);
            // 
            // txtComPosition
            // 
            this.txtComPosition.Location = new System.Drawing.Point(551, 240);
            this.txtComPosition.Name = "txtComPosition";
            this.txtComPosition.Size = new System.Drawing.Size(108, 23);
            this.txtComPosition.TabIndex = 26;
            // 
            // btnComMovej
            // 
            this.btnComMovej.BackColor = System.Drawing.SystemColors.Control;
            this.btnComMovej.Location = new System.Drawing.Point(401, 235);
            this.btnComMovej.Name = "btnComMovej";
            this.btnComMovej.Size = new System.Drawing.Size(131, 36);
            this.btnComMovej.TabIndex = 25;
            this.btnComMovej.Text = "压紧轴-(向下)";
            this.btnComMovej.UseVisualStyleBackColor = false;
            this.btnComMovej.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnComMovej_MouseDown);
            this.btnComMovej.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnComMovej_MouseUp);
            // 
            // btnComMove
            // 
            this.btnComMove.BackColor = System.Drawing.SystemColors.Control;
            this.btnComMove.Location = new System.Drawing.Point(266, 235);
            this.btnComMove.Name = "btnComMove";
            this.btnComMove.Size = new System.Drawing.Size(131, 36);
            this.btnComMove.TabIndex = 24;
            this.btnComMove.Text = "压紧轴+(向上)";
            this.btnComMove.UseVisualStyleBackColor = false;
            this.btnComMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnComMove_MouseDown);
            this.btnComMove.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnComMove_MouseUp);
            // 
            // txtComSpeed
            // 
            this.txtComSpeed.Location = new System.Drawing.Point(150, 240);
            this.txtComSpeed.Name = "txtComSpeed";
            this.txtComSpeed.Size = new System.Drawing.Size(108, 23);
            this.txtComSpeed.TabIndex = 23;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(39, 242);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(92, 17);
            this.label4.TabIndex = 22;
            this.label4.Text = "(轴四)压紧轴";
            // 
            // FrmAxisDebug
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(707, 413);
            this.Controls.Add(this.txtComPosition);
            this.Controls.Add(this.btnComMovej);
            this.Controls.Add(this.btnComMove);
            this.Controls.Add(this.txtComSpeed);
            this.Controls.Add(this.label4);
            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);
            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.TextBox txtComPosition;
        private System.Windows.Forms.Button btnComMovej;
        private System.Windows.Forms.Button btnComMove;
        private System.Windows.Forms.TextBox txtComSpeed;
        private System.Windows.Forms.Label label4;
    }
}