UCSTA_H.designer.cs 8.39 KB
namespace UserCtrlsByDXC
{
    partial class UCSTA_H
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCSTA_H));
            this.pBSTA = new System.Windows.Forms.PictureBox();
            this.pBup = new System.Windows.Forms.PictureBox();
            this.pBTP2 = new System.Windows.Forms.PictureBox();
            this.lbTaskNo = new System.Windows.Forms.Label();
            this.pBTP1 = new System.Windows.Forms.PictureBox();
            this.pBdown = new System.Windows.Forms.PictureBox();
            this.lbbusy = new System.Windows.Forms.Label();
            this.lblReq = new System.Windows.Forms.Label();
            this.lblIsOK = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.pBSTA)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pBup)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pBTP2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pBTP1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pBdown)).BeginInit();
            this.SuspendLayout();
            // 
            // pBSTA
            // 
            this.pBSTA.Image = ((System.Drawing.Image)(resources.GetObject("pBSTA.Image")));
            this.pBSTA.Location = new System.Drawing.Point(-3, 0);
            this.pBSTA.Margin = new System.Windows.Forms.Padding(0);
            this.pBSTA.Name = "pBSTA";
            this.pBSTA.Size = new System.Drawing.Size(51, 75);
            this.pBSTA.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pBSTA.TabIndex = 0;
            this.pBSTA.TabStop = false;
            // 
            // pBup
            // 
            this.pBup.BackColor = System.Drawing.Color.Silver;
            this.pBup.Image = ((System.Drawing.Image)(resources.GetObject("pBup.Image")));
            this.pBup.Location = new System.Drawing.Point(14, 23);
            this.pBup.Margin = new System.Windows.Forms.Padding(0);
            this.pBup.MinimumSize = new System.Drawing.Size(0, 1);
            this.pBup.Name = "pBup";
            this.pBup.Size = new System.Drawing.Size(20, 40);
            this.pBup.TabIndex = 3;
            this.pBup.TabStop = false;
            this.pBup.Visible = false;
            // 
            // pBTP2
            // 
            this.pBTP2.Image = ((System.Drawing.Image)(resources.GetObject("pBTP2.Image")));
            this.pBTP2.Location = new System.Drawing.Point(6, 4);
            this.pBTP2.Name = "pBTP2";
            this.pBTP2.Size = new System.Drawing.Size(37, 35);
            this.pBTP2.TabIndex = 4;
            this.pBTP2.TabStop = false;
            // 
            // lbTaskNo
            // 
            this.lbTaskNo.BackColor = System.Drawing.Color.Gray;
            this.lbTaskNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbTaskNo.ForeColor = System.Drawing.Color.Blue;
            this.lbTaskNo.Location = new System.Drawing.Point(4, 25);
            this.lbTaskNo.Name = "lbTaskNo";
            this.lbTaskNo.Size = new System.Drawing.Size(40, 13);
            this.lbTaskNo.TabIndex = 10;
            this.lbTaskNo.Text = "12345";
            this.lbTaskNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // pBTP1
            // 
            this.pBTP1.Image = ((System.Drawing.Image)(resources.GetObject("pBTP1.Image")));
            this.pBTP1.Location = new System.Drawing.Point(6, 37);
            this.pBTP1.Name = "pBTP1";
            this.pBTP1.Size = new System.Drawing.Size(35, 35);
            this.pBTP1.TabIndex = 5;
            this.pBTP1.TabStop = false;
            // 
            // pBdown
            // 
            this.pBdown.BackColor = System.Drawing.Color.Silver;
            this.pBdown.Image = ((System.Drawing.Image)(resources.GetObject("pBdown.Image")));
            this.pBdown.Location = new System.Drawing.Point(13, 29);
            this.pBdown.Margin = new System.Windows.Forms.Padding(0);
            this.pBdown.MinimumSize = new System.Drawing.Size(0, 1);
            this.pBdown.Name = "pBdown";
            this.pBdown.Size = new System.Drawing.Size(20, 40);
            this.pBdown.TabIndex = 11;
            this.pBdown.TabStop = false;
            this.pBdown.Visible = false;
            // 
            // lbbusy
            // 
            this.lbbusy.BackColor = System.Drawing.Color.Lime;
            this.lbbusy.Location = new System.Drawing.Point(15, 42);
            this.lbbusy.Name = "lbbusy";
            this.lbbusy.Size = new System.Drawing.Size(15, 8);
            this.lbbusy.TabIndex = 12;
            // 
            // lblReq
            // 
            this.lblReq.BackColor = System.Drawing.Color.Cyan;
            this.lblReq.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblReq.Location = new System.Drawing.Point(16, 11);
            this.lblReq.Name = "lblReq";
            this.lblReq.Size = new System.Drawing.Size(14, 11);
            this.lblReq.TabIndex = 13;
            this.lblReq.Text = "0";
            this.lblReq.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblIsOK
            // 
            this.lblIsOK.BackColor = System.Drawing.Color.LawnGreen;
            this.lblIsOK.Font = new System.Drawing.Font("宋体", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblIsOK.Location = new System.Drawing.Point(9, 57);
            this.lblIsOK.Name = "lblIsOK";
            this.lblIsOK.Size = new System.Drawing.Size(15, 10);
            this.lblIsOK.TabIndex = 14;
            this.lblIsOK.Text = "OK";
            this.lblIsOK.Visible = false;
            // 
            // UCSTA_H
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.Controls.Add(this.lblIsOK);
            this.Controls.Add(this.lbTaskNo);
            this.Controls.Add(this.lbbusy);
            this.Controls.Add(this.lblReq);
            this.Controls.Add(this.pBTP1);
            this.Controls.Add(this.pBTP2);
            this.Controls.Add(this.pBSTA);
            this.Controls.Add(this.pBdown);
            this.Controls.Add(this.pBup);
            this.Margin = new System.Windows.Forms.Padding(0);
            this.Name = "UCSTA_H";
            this.Size = new System.Drawing.Size(48, 75);
            ((System.ComponentModel.ISupportInitialize)(this.pBSTA)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pBup)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pBTP2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pBTP1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pBdown)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.PictureBox pBSTA;
        public System.Windows.Forms.PictureBox pBup;
        public System.Windows.Forms.PictureBox pBTP2;
        public System.Windows.Forms.Label lbTaskNo;
        public System.Windows.Forms.PictureBox pBTP1;
        public System.Windows.Forms.PictureBox pBdown;
        public System.Windows.Forms.Label lbbusy;
        public System.Windows.Forms.Label lblReq;
        public System.Windows.Forms.Label lblIsOK;

    }
}