ClampJawControl.Designer.cs 6.7 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.btnClampWork = new System.Windows.Forms.Button();
            this.btnClampRelax = new System.Windows.Forms.Button();
            this.chbPosition = new System.Windows.Forms.CheckBox();
            this.chbEmpty = new System.Windows.Forms.CheckBox();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            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.linkLabel1);
            this.groupClamp.Controls.Add(this.chbEmpty);
            this.groupClamp.Controls.Add(this.chbPosition);
            this.groupClamp.Controls.Add(this.btnClampWork);
            this.groupClamp.Controls.Add(this.btnClampRelax);
            this.groupClamp.Location = new System.Drawing.Point(7, 4);
            this.groupClamp.Name = "groupClamp";
            this.groupClamp.Size = new System.Drawing.Size(218, 158);
            this.groupClamp.TabIndex = 283;
            this.groupClamp.TabStop = false;
            this.groupClamp.Text = "夹爪操作";
            // 
            // 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(29, 69);
            this.btnClampWork.Name = "btnClampWork";
            this.btnClampWork.Size = new System.Drawing.Size(140, 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(29, 27);
            this.btnClampRelax.Name = "btnClampRelax";
            this.btnClampRelax.Size = new System.Drawing.Size(140, 34);
            this.btnClampRelax.TabIndex = 281;
            this.btnClampRelax.Text = "夹料气缸放松";
            this.btnClampRelax.UseVisualStyleBackColor = false;
            this.btnClampRelax.Click += new System.EventHandler(this.btnClampRelax_Click);
            // 
            // chbPosition
            // 
            this.chbPosition.AutoSize = true;
            this.chbPosition.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chbPosition.Location = new System.Drawing.Point(9, 120);
            this.chbPosition.Name = "chbPosition";
            this.chbPosition.Size = new System.Drawing.Size(84, 24);
            this.chbPosition.TabIndex = 283;
            this.chbPosition.Text = "运动到位";
            this.chbPosition.UseVisualStyleBackColor = true;
            // 
            // chbEmpty
            // 
            this.chbEmpty.AutoSize = true;
            this.chbEmpty.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chbEmpty.Location = new System.Drawing.Point(102, 120);
            this.chbEmpty.Name = "chbEmpty";
            this.chbEmpty.Size = new System.Drawing.Size(56, 24);
            this.chbEmpty.TabIndex = 284;
            this.chbEmpty.Text = "空抓";
            this.chbEmpty.UseVisualStyleBackColor = true;
            // 
            // 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(167, 121);
            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.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            // 
            // ClampJawControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.groupClamp);
            this.Name = "ClampJawControl";
            this.Size = new System.Drawing.Size(231, 167);
            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.CheckBox chbEmpty;
        private System.Windows.Forms.CheckBox chbPosition;
        private System.Windows.Forms.LinkLabel linkLabel1;
    }
}