ClampJawControl.Designer.cs 11.1 KB

namespace OnlineStore.AssemblyLine.useControl
{
    partial class ClampJawControl
    {
        /// <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.groupClamp = new System.Windows.Forms.GroupBox();
            this.lblIsMoving = new System.Windows.Forms.Label();
            this.btnReset = new System.Windows.Forms.Button();
            this.lblErrorCode = new System.Windows.Forms.Label();
            this.lblEmpty = new System.Windows.Forms.Label();
            this.btnHome = new System.Windows.Forms.Button();
            this.lblReached = new System.Windows.Forms.Label();
            this.lblPosition = new System.Windows.Forms.Label();
            this.lblForce = new System.Windows.Forms.Label();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.btnClampWork = new System.Windows.Forms.Button();
            this.btnClampRelax = new System.Windows.Forms.Button();
            this.lblSensor = new System.Windows.Forms.Label();
            this.groupClamp.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupClamp
            // 
            this.groupClamp.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.groupClamp.Controls.Add(this.lblSensor);
            this.groupClamp.Controls.Add(this.lblIsMoving);
            this.groupClamp.Controls.Add(this.btnReset);
            this.groupClamp.Controls.Add(this.lblErrorCode);
            this.groupClamp.Controls.Add(this.lblEmpty);
            this.groupClamp.Controls.Add(this.btnHome);
            this.groupClamp.Controls.Add(this.lblReached);
            this.groupClamp.Controls.Add(this.lblPosition);
            this.groupClamp.Controls.Add(this.lblForce);
            this.groupClamp.Controls.Add(this.linkLabel1);
            this.groupClamp.Controls.Add(this.btnClampWork);
            this.groupClamp.Controls.Add(this.btnClampRelax);
            this.groupClamp.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupClamp.Location = new System.Drawing.Point(7, 4);
            this.groupClamp.Name = "groupClamp";
            this.groupClamp.Size = new System.Drawing.Size(272, 182);
            this.groupClamp.TabIndex = 283;
            this.groupClamp.TabStop = false;
            this.groupClamp.Text = "夹爪操作";
            // 
            // lblIsMoving
            // 
            this.lblIsMoving.AutoSize = true;
            this.lblIsMoving.Location = new System.Drawing.Point(149, 131);
            this.lblIsMoving.Name = "lblIsMoving";
            this.lblIsMoving.Size = new System.Drawing.Size(56, 17);
            this.lblIsMoving.TabIndex = 293;
            this.lblIsMoving.Text = "运动中?";
            // 
            // btnReset
            // 
            this.btnReset.BackColor = System.Drawing.Color.White;
            this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnReset.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnReset.Location = new System.Drawing.Point(12, 141);
            this.btnReset.Name = "btnReset";
            this.btnReset.Size = new System.Drawing.Size(120, 34);
            this.btnReset.TabIndex = 292;
            this.btnReset.Text = "夹爪复位";
            this.btnReset.UseVisualStyleBackColor = false;
            this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
            // 
            // lblErrorCode
            // 
            this.lblErrorCode.AutoSize = true;
            this.lblErrorCode.ForeColor = System.Drawing.Color.Red;
            this.lblErrorCode.Location = new System.Drawing.Point(149, 154);
            this.lblErrorCode.Name = "lblErrorCode";
            this.lblErrorCode.Size = new System.Drawing.Size(0, 17);
            this.lblErrorCode.TabIndex = 291;
            // 
            // lblEmpty
            // 
            this.lblEmpty.AutoSize = true;
            this.lblEmpty.Location = new System.Drawing.Point(149, 85);
            this.lblEmpty.Name = "lblEmpty";
            this.lblEmpty.Size = new System.Drawing.Size(44, 17);
            this.lblEmpty.TabIndex = 290;
            this.lblEmpty.Text = "有料?";
            // 
            // btnHome
            // 
            this.btnHome.BackColor = System.Drawing.Color.White;
            this.btnHome.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnHome.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnHome.Location = new System.Drawing.Point(12, 24);
            this.btnHome.Name = "btnHome";
            this.btnHome.Size = new System.Drawing.Size(120, 34);
            this.btnHome.TabIndex = 289;
            this.btnHome.Text = "夹爪回原点";
            this.btnHome.UseVisualStyleBackColor = false;
            this.btnHome.Click += new System.EventHandler(this.btnHome_Click);
            // 
            // lblReached
            // 
            this.lblReached.AutoSize = true;
            this.lblReached.Location = new System.Drawing.Point(149, 108);
            this.lblReached.Name = "lblReached";
            this.lblReached.Size = new System.Drawing.Size(68, 17);
            this.lblReached.TabIndex = 288;
            this.lblReached.Text = "到达目标?";
            // 
            // lblPosition
            // 
            this.lblPosition.AutoSize = true;
            this.lblPosition.Location = new System.Drawing.Point(149, 39);
            this.lblPosition.Name = "lblPosition";
            this.lblPosition.Size = new System.Drawing.Size(68, 17);
            this.lblPosition.TabIndex = 287;
            this.lblPosition.Text = "实时位置:";
            // 
            // lblForce
            // 
            this.lblForce.AutoSize = true;
            this.lblForce.Location = new System.Drawing.Point(149, 16);
            this.lblForce.Name = "lblForce";
            this.lblForce.Size = new System.Drawing.Size(68, 17);
            this.lblForce.TabIndex = 286;
            this.lblForce.Text = "实时出力:";
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.linkLabel1.Location = new System.Drawing.Point(230, 155);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(37, 20);
            this.linkLabel1.TabIndex = 285;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "查询";
            this.linkLabel1.Visible = false;
            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            // 
            // btnClampWork
            // 
            this.btnClampWork.BackColor = System.Drawing.Color.White;
            this.btnClampWork.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnClampWork.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnClampWork.Location = new System.Drawing.Point(12, 102);
            this.btnClampWork.Name = "btnClampWork";
            this.btnClampWork.Size = new System.Drawing.Size(120, 34);
            this.btnClampWork.TabIndex = 282;
            this.btnClampWork.Text = "夹料气缸夹紧";
            this.btnClampWork.UseVisualStyleBackColor = false;
            this.btnClampWork.Click += new System.EventHandler(this.btnClampWork_Click);
            // 
            // btnClampRelax
            // 
            this.btnClampRelax.BackColor = System.Drawing.Color.White;
            this.btnClampRelax.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnClampRelax.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnClampRelax.Location = new System.Drawing.Point(12, 63);
            this.btnClampRelax.Name = "btnClampRelax";
            this.btnClampRelax.Size = new System.Drawing.Size(120, 34);
            this.btnClampRelax.TabIndex = 281;
            this.btnClampRelax.Text = "夹料气缸放松";
            this.btnClampRelax.UseVisualStyleBackColor = false;
            this.btnClampRelax.Click += new System.EventHandler(this.btnClampRelax_Click);
            // 
            // lblSensor
            // 
            this.lblSensor.AutoSize = true;
            this.lblSensor.Location = new System.Drawing.Point(149, 62);
            this.lblSensor.Name = "lblSensor";
            this.lblSensor.Size = new System.Drawing.Size(80, 17);
            this.lblSensor.TabIndex = 294;
            this.lblSensor.Text = "传感器读数:";
            // 
            // ClampJawControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.groupClamp);
            this.Name = "ClampJawControl";
            this.Size = new System.Drawing.Size(285, 191);
            this.Load += new System.EventHandler(this.ClampJawControl_Load);
            this.groupClamp.ResumeLayout(false);
            this.groupClamp.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupClamp;
        private System.Windows.Forms.Button btnClampWork;
        private System.Windows.Forms.Button btnClampRelax;
        private System.Windows.Forms.LinkLabel linkLabel1;
        private System.Windows.Forms.Label lblPosition;
        private System.Windows.Forms.Label lblForce;
        private System.Windows.Forms.Label lblReached;
        private System.Windows.Forms.Button btnHome;
        private System.Windows.Forms.Label lblEmpty;
        private System.Windows.Forms.Label lblErrorCode;
        private System.Windows.Forms.Button btnReset;
        private System.Windows.Forms.Label lblIsMoving;
        private System.Windows.Forms.Label lblSensor;
    }
}