XYMoveControl.Designer.cs 12.2 KB
namespace UserFromControl
{
    partial class XYMoveControl
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.group = new System.Windows.Forms.GroupBox();
            this.lblSpeedText = new System.Windows.Forms.Label();
            this.lblCurrPosition = new System.Windows.Forms.Label();
            this.btnMove = new System.Windows.Forms.Button();
            this.trackBar1 = new System.Windows.Forms.TrackBar();
            this.btnDown = new System.Windows.Forms.Button();
            this.btnUp = new System.Windows.Forms.Button();
            this.btnLeft = new System.Windows.Forms.Button();
            this.btnRight = new System.Windows.Forms.Button();
            this.btnUpdate = new System.Windows.Forms.Button();
            this.label18 = new System.Windows.Forms.Label();
            this.txtRobotY = new System.Windows.Forms.TextBox();
            this.label20 = new System.Windows.Forms.Label();
            this.txtRobotX = new System.Windows.Forms.TextBox();
            this.group.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
            this.SuspendLayout();
            // 
            // group
            // 
            this.group.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.group.Controls.Add(this.lblSpeedText);
            this.group.Controls.Add(this.lblCurrPosition);
            this.group.Controls.Add(this.btnMove);
            this.group.Controls.Add(this.trackBar1);
            this.group.Controls.Add(this.btnDown);
            this.group.Controls.Add(this.btnUp);
            this.group.Controls.Add(this.btnLeft);
            this.group.Controls.Add(this.btnRight);
            this.group.Controls.Add(this.btnUpdate);
            this.group.Controls.Add(this.label18);
            this.group.Controls.Add(this.txtRobotY);
            this.group.Controls.Add(this.label20);
            this.group.Controls.Add(this.txtRobotX);
            this.group.Location = new System.Drawing.Point(3, 3);
            this.group.Name = "group";
            this.group.Size = new System.Drawing.Size(503, 213);
            this.group.TabIndex = 61;
            this.group.TabStop = false;
            this.group.Text = "坐标";
            // 
            // lblSpeedText
            // 
            this.lblSpeedText.AutoSize = true;
            this.lblSpeedText.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblSpeedText.Location = new System.Drawing.Point(344, 191);
            this.lblSpeedText.Name = "lblSpeedText";
            this.lblSpeedText.Size = new System.Drawing.Size(80, 17);
            this.lblSpeedText.TabIndex = 292;
            this.lblSpeedText.Text = "步进值:1cm";
            // 
            // lblCurrPosition
            // 
            this.lblCurrPosition.Location = new System.Drawing.Point(19, 121);
            this.lblCurrPosition.Name = "lblCurrPosition";
            this.lblCurrPosition.Size = new System.Drawing.Size(309, 24);
            this.lblCurrPosition.TabIndex = 291;
            this.lblCurrPosition.Text = "实时坐标";
            this.lblCurrPosition.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // btnMove
            // 
            this.btnMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMove.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnMove.Location = new System.Drawing.Point(169, 22);
            this.btnMove.Name = "btnMove";
            this.btnMove.Size = new System.Drawing.Size(154, 38);
            this.btnMove.TabIndex = 290;
            this.btnMove.Text = "移动测试";
            this.btnMove.UseVisualStyleBackColor = true;
            this.btnMove.Click += new System.EventHandler(this.btnMove_Click);
            // 
            // trackBar1
            // 
            this.trackBar1.LargeChange = 1;
            this.trackBar1.Location = new System.Drawing.Point(21, 149);
            this.trackBar1.Minimum = 1;
            this.trackBar1.Name = "trackBar1";
            this.trackBar1.Size = new System.Drawing.Size(454, 45);
            this.trackBar1.TabIndex = 289;
            this.trackBar1.Value = 5;
            this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
            // 
            // btnDown
            // 
            this.btnDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnDown.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDown.Location = new System.Drawing.Point(369, 97);
            this.btnDown.Name = "btnDown";
            this.btnDown.Size = new System.Drawing.Size(80, 36);
            this.btnDown.TabIndex = 288;
            this.btnDown.Text = "向下";
            this.btnDown.UseVisualStyleBackColor = true;
            this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
            // 
            // btnUp
            // 
            this.btnUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUp.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnUp.Location = new System.Drawing.Point(369, 21);
            this.btnUp.Name = "btnUp";
            this.btnUp.Size = new System.Drawing.Size(80, 36);
            this.btnUp.TabIndex = 287;
            this.btnUp.Text = "向上";
            this.btnUp.UseVisualStyleBackColor = true;
            this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
            // 
            // btnLeft
            // 
            this.btnLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnLeft.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnLeft.Location = new System.Drawing.Point(339, 59);
            this.btnLeft.Name = "btnLeft";
            this.btnLeft.Size = new System.Drawing.Size(72, 36);
            this.btnLeft.TabIndex = 286;
            this.btnLeft.Text = "向左";
            this.btnLeft.UseVisualStyleBackColor = true;
            this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click);
            // 
            // btnRight
            // 
            this.btnRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnRight.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnRight.Location = new System.Drawing.Point(412, 59);
            this.btnRight.Name = "btnRight";
            this.btnRight.Size = new System.Drawing.Size(72, 36);
            this.btnRight.TabIndex = 285;
            this.btnRight.Text = "向右";
            this.btnRight.UseVisualStyleBackColor = true;
            this.btnRight.Click += new System.EventHandler(this.btnRight_Click);
            // 
            // btnUpdate
            // 
            this.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnUpdate.Location = new System.Drawing.Point(169, 66);
            this.btnUpdate.Name = "btnUpdate";
            this.btnUpdate.Size = new System.Drawing.Size(154, 38);
            this.btnUpdate.TabIndex = 69;
            this.btnUpdate.Text = "更新坐标";
            this.btnUpdate.UseVisualStyleBackColor = true;
            this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
            // 
            // label18
            // 
            this.label18.Location = new System.Drawing.Point(8, 35);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(42, 22);
            this.label18.TabIndex = 63;
            this.label18.Text = "X:";
            this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtRobotY
            // 
            this.txtRobotY.Enabled = false;
            this.txtRobotY.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtRobotY.Location = new System.Drawing.Point(57, 67);
            this.txtRobotY.MaxLength = 20;
            this.txtRobotY.Name = "txtRobotY";
            this.txtRobotY.Size = new System.Drawing.Size(100, 26);
            this.txtRobotY.TabIndex = 66;
            // 
            // label20
            // 
            this.label20.Location = new System.Drawing.Point(10, 71);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(42, 22);
            this.label20.TabIndex = 65;
            this.label20.Text = "Y:";
            this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtRobotX
            // 
            this.txtRobotX.Enabled = false;
            this.txtRobotX.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtRobotX.Location = new System.Drawing.Point(57, 31);
            this.txtRobotX.MaxLength = 20;
            this.txtRobotX.Name = "txtRobotX";
            this.txtRobotX.Size = new System.Drawing.Size(100, 26);
            this.txtRobotX.TabIndex = 64;
            // 
            // XYMoveControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.Color.White;
            this.Controls.Add(this.group);
            this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Name = "XYMoveControl";
            this.Size = new System.Drawing.Size(515, 224);
            this.Load += new System.EventHandler(this.XYMoveControl_Load);
            this.group.ResumeLayout(false);
            this.group.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox group;
        private System.Windows.Forms.Label lblCurrPosition;
        private System.Windows.Forms.Button btnMove;
        private System.Windows.Forms.TrackBar trackBar1;
        private System.Windows.Forms.Button btnDown;
        private System.Windows.Forms.Button btnUp;
        private System.Windows.Forms.Button btnLeft;
        private System.Windows.Forms.Button btnRight;
        private System.Windows.Forms.Button btnUpdate;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.TextBox txtRobotY;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.TextBox txtRobotX;
        private System.Windows.Forms.Label lblSpeedText;
    }
}