AxisControl.Designer.cs 9.3 KB

namespace TheMachine
{
    partial class AxisControl
    {
        /// <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.components = new System.ComponentModel.Container();
            this.panel1 = new System.Windows.Forms.Panel();
            this.button1 = new System.Windows.Forms.Button();
            this.btnChangeColor = new System.Windows.Forms.Button();
            this.btnGree = new System.Windows.Forms.Button();
            this.btnYellow = new System.Windows.Forms.Button();
            this.lblLed = new System.Windows.Forms.Label();
            this.lblOkValue = new System.Windows.Forms.Label();
            this.lblSensor = new System.Windows.Forms.Label();
            this.btnAxisRStop = new System.Windows.Forms.Button();
            this.btnAxisRTest = new System.Windows.Forms.Button();
            this.axisMoveControl1 = new DeviceLibrary.AxisMoveControl();
            this.configControl1 = new TheMachine.ConfigControl();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.colorDialog1 = new System.Windows.Forms.ColorDialog();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.Controls.Add(this.button1);
            this.panel1.Controls.Add(this.btnChangeColor);
            this.panel1.Controls.Add(this.btnGree);
            this.panel1.Controls.Add(this.btnYellow);
            this.panel1.Controls.Add(this.lblLed);
            this.panel1.Controls.Add(this.lblOkValue);
            this.panel1.Controls.Add(this.lblSensor);
            this.panel1.Controls.Add(this.btnAxisRStop);
            this.panel1.Controls.Add(this.btnAxisRTest);
            this.panel1.Controls.Add(this.axisMoveControl1);
            this.panel1.Controls.Add(this.configControl1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1234, 924);
            this.panel1.TabIndex = 2;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(211, 578);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(155, 31);
            this.button1.TabIndex = 20;
            this.button1.Text = "停止";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // btnChangeColor
            // 
            this.btnChangeColor.Location = new System.Drawing.Point(211, 541);
            this.btnChangeColor.Name = "btnChangeColor";
            this.btnChangeColor.Size = new System.Drawing.Size(155, 31);
            this.btnChangeColor.TabIndex = 19;
            this.btnChangeColor.Text = "切换颜色";
            this.btnChangeColor.UseVisualStyleBackColor = true;
            this.btnChangeColor.Click += new System.EventHandler(this.btnChangeColor_Click);
            // 
            // btnGree
            // 
            this.btnGree.Location = new System.Drawing.Point(25, 578);
            this.btnGree.Name = "btnGree";
            this.btnGree.Size = new System.Drawing.Size(155, 31);
            this.btnGree.TabIndex = 18;
            this.btnGree.Text = "流动绿";
            this.btnGree.UseVisualStyleBackColor = true;
            this.btnGree.Click += new System.EventHandler(this.btnGree_Click);
            // 
            // btnYellow
            // 
            this.btnYellow.Location = new System.Drawing.Point(25, 541);
            this.btnYellow.Name = "btnYellow";
            this.btnYellow.Size = new System.Drawing.Size(155, 31);
            this.btnYellow.TabIndex = 17;
            this.btnYellow.Text = "流动黄";
            this.btnYellow.UseVisualStyleBackColor = true;
            this.btnYellow.Click += new System.EventHandler(this.btnYellow_Click);
            // 
            // lblLed
            // 
            this.lblLed.AutoSize = true;
            this.lblLed.Location = new System.Drawing.Point(23, 508);
            this.lblLed.Name = "lblLed";
            this.lblLed.Size = new System.Drawing.Size(41, 12);
            this.lblLed.TabIndex = 16;
            this.lblLed.Text = "氛围灯";
            // 
            // lblOkValue
            // 
            this.lblOkValue.AutoSize = true;
            this.lblOkValue.Location = new System.Drawing.Point(23, 482);
            this.lblOkValue.Name = "lblOkValue";
            this.lblOkValue.Size = new System.Drawing.Size(65, 12);
            this.lblOkValue.TabIndex = 15;
            this.lblOkValue.Text = "压力传感器";
            // 
            // lblSensor
            // 
            this.lblSensor.AutoSize = true;
            this.lblSensor.Location = new System.Drawing.Point(23, 456);
            this.lblSensor.Name = "lblSensor";
            this.lblSensor.Size = new System.Drawing.Size(65, 12);
            this.lblSensor.TabIndex = 14;
            this.lblSensor.Text = "声波传感器";
            // 
            // btnAxisRStop
            // 
            this.btnAxisRStop.Location = new System.Drawing.Point(397, 495);
            this.btnAxisRStop.Name = "btnAxisRStop";
            this.btnAxisRStop.Size = new System.Drawing.Size(155, 31);
            this.btnAxisRStop.TabIndex = 13;
            this.btnAxisRStop.Text = "旋转轴停止";
            this.btnAxisRStop.UseVisualStyleBackColor = true;
            this.btnAxisRStop.Click += new System.EventHandler(this.button3_Click);
            // 
            // btnAxisRTest
            // 
            this.btnAxisRTest.Location = new System.Drawing.Point(397, 453);
            this.btnAxisRTest.Name = "btnAxisRTest";
            this.btnAxisRTest.Size = new System.Drawing.Size(155, 31);
            this.btnAxisRTest.TabIndex = 12;
            this.btnAxisRTest.Text = "旋转轴循环";
            this.btnAxisRTest.UseVisualStyleBackColor = true;
            this.btnAxisRTest.Click += new System.EventHandler(this.button2_Click);
            // 
            // axisMoveControl1
            // 
            this.axisMoveControl1.Location = new System.Drawing.Point(3, 3);
            this.axisMoveControl1.Name = "axisMoveControl1";
            this.axisMoveControl1.Size = new System.Drawing.Size(559, 444);
            this.axisMoveControl1.TabIndex = 0;
            this.axisMoveControl1.Tag = "not";
            // 
            // configControl1
            // 
            this.configControl1.Config = null;
            this.configControl1.Location = new System.Drawing.Point(568, 3);
            this.configControl1.Name = "configControl1";
            this.configControl1.Size = new System.Drawing.Size(647, 688);
            this.configControl1.TabIndex = 1;
            this.configControl1.Tag = "not";
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // AxisControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.Color.White;
            this.Controls.Add(this.panel1);
            this.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Name = "AxisControl";
            this.Size = new System.Drawing.Size(1234, 924);
            this.Load += new System.EventHandler(this.AxisControl_Load);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private DeviceLibrary.AxisMoveControl axisMoveControl1;
        private ConfigControl configControl1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btnAxisRStop;
        private System.Windows.Forms.Button btnAxisRTest;
        private System.Windows.Forms.Label lblSensor;
        private System.Windows.Forms.Label lblLed;
        private System.Windows.Forms.Label lblOkValue;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Button btnChangeColor;
        private System.Windows.Forms.Button btnGree;
        private System.Windows.Forms.Button btnYellow;
        private System.Windows.Forms.ColorDialog colorDialog1;
        private System.Windows.Forms.Button button1;
    }
}