UCRGV.designer.cs 7.5 KB
namespace UserCtrlsByDXC
{
    partial class UCRGV
    {
        /// <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(UCRGV));
            this.pBSTA = new System.Windows.Forms.PictureBox();
            this.pBleft = new System.Windows.Forms.PictureBox();
            this.pBright = new System.Windows.Forms.PictureBox();
            this.pBTP1 = new System.Windows.Forms.PictureBox();
            this.lbTaskNo = new System.Windows.Forms.Label();
            this.lbl1 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.lbbusy = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.pBSTA)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pBleft)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pBright)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pBTP1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // pBSTA
            // 
            this.pBSTA.Image = ((System.Drawing.Image)(resources.GetObject("pBSTA.Image")));
            this.pBSTA.Location = new System.Drawing.Point(0, 0);
            this.pBSTA.Margin = new System.Windows.Forms.Padding(0);
            this.pBSTA.Name = "pBSTA";
            this.pBSTA.Size = new System.Drawing.Size(75, 48);
            this.pBSTA.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pBSTA.TabIndex = 0;
            this.pBSTA.TabStop = false;
            // 
            // pBleft
            // 
            this.pBleft.BackColor = System.Drawing.Color.Silver;
            this.pBleft.Image = ((System.Drawing.Image)(resources.GetObject("pBleft.Image")));
            this.pBleft.Location = new System.Drawing.Point(13, 19);
            this.pBleft.Margin = new System.Windows.Forms.Padding(0);
            this.pBleft.MinimumSize = new System.Drawing.Size(0, 1);
            this.pBleft.Name = "pBleft";
            this.pBleft.Size = new System.Drawing.Size(26, 20);
            this.pBleft.TabIndex = 2;
            this.pBleft.TabStop = false;
            // 
            // pBright
            // 
            this.pBright.BackColor = System.Drawing.Color.Silver;
            this.pBright.Image = ((System.Drawing.Image)(resources.GetObject("pBright.Image")));
            this.pBright.Location = new System.Drawing.Point(22, 19);
            this.pBright.Margin = new System.Windows.Forms.Padding(0);
            this.pBright.MinimumSize = new System.Drawing.Size(0, 1);
            this.pBright.Name = "pBright";
            this.pBright.Size = new System.Drawing.Size(40, 20);
            this.pBright.TabIndex = 3;
            this.pBright.TabStop = false;
            // 
            // pBTP1
            // 
            this.pBTP1.Image = ((System.Drawing.Image)(resources.GetObject("pBTP1.Image")));
            this.pBTP1.Location = new System.Drawing.Point(4, 5);
            this.pBTP1.Name = "pBTP1";
            this.pBTP1.Size = new System.Drawing.Size(42, 37);
            this.pBTP1.TabIndex = 4;
            this.pBTP1.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(6, 6);
            this.lbTaskNo.Name = "lbTaskNo";
            this.lbTaskNo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.lbTaskNo.Size = new System.Drawing.Size(42, 13);
            this.lbTaskNo.TabIndex = 10;
            this.lbTaskNo.Text = "12345";
            this.lbTaskNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lbl1
            // 
            this.lbl1.BackColor = System.Drawing.Color.Blue;
            this.lbl1.Location = new System.Drawing.Point(58, 37);
            this.lbl1.Name = "lbl1";
            this.lbl1.Size = new System.Drawing.Size(10, 5);
            this.lbl1.TabIndex = 12;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(30, 5);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(40, 37);
            this.pictureBox1.TabIndex = 13;
            this.pictureBox1.TabStop = false;
            // 
            // lbbusy
            // 
            this.lbbusy.BackColor = System.Drawing.Color.Lime;
            this.lbbusy.Location = new System.Drawing.Point(53, 7);
            this.lbbusy.Name = "lbbusy";
            this.lbbusy.Size = new System.Drawing.Size(15, 8);
            this.lbbusy.TabIndex = 21;
            // 
            // UCRGV
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.Controls.Add(this.lbbusy);
            this.Controls.Add(this.lbTaskNo);
            this.Controls.Add(this.pBleft);
            this.Controls.Add(this.pBright);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.lbl1);
            this.Controls.Add(this.pBTP1);
            this.Controls.Add(this.pBSTA);
            this.Margin = new System.Windows.Forms.Padding(0);
            this.Name = "UCRGV";
            this.Size = new System.Drawing.Size(75, 48);
            ((System.ComponentModel.ISupportInitialize)(this.pBSTA)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pBleft)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pBright)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pBTP1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.PictureBox pBSTA;
        public System.Windows.Forms.PictureBox pBleft;
        public System.Windows.Forms.PictureBox pBright;
        public System.Windows.Forms.PictureBox pBTP1;
        public System.Windows.Forms.Label lbTaskNo;
        public System.Windows.Forms.Label lbl1;
        public System.Windows.Forms.PictureBox pictureBox1;
        public System.Windows.Forms.Label lbbusy;

    }
}