BoxResetControl.Designer.cs 6.3 KB

namespace AutoCountMachine
{
    partial class BoxResetControl
    {
        /// <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.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.btn_NGClear = new System.Windows.Forms.Button();
            this.btn_MSDClear = new System.Windows.Forms.Button();
            this.btn_PaperClear = new System.Windows.Forms.Button();
            this.PaperCountBar = new AutoCountMachine.VerticalProgressBar();
            this.MsdCountBar = new AutoCountMachine.VerticalProgressBar();
            this.NgCountBar = new AutoCountMachine.VerticalProgressBar();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(144, 6);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "NG料箱";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(77, 6);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(47, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "MSD料箱";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(6, 6);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(59, 12);
            this.label3.TabIndex = 1;
            this.label3.Text = "Paper料箱";
            // 
            // btn_NGClear
            // 
            this.btn_NGClear.Location = new System.Drawing.Point(143, 157);
            this.btn_NGClear.Name = "btn_NGClear";
            this.btn_NGClear.Size = new System.Drawing.Size(45, 40);
            this.btn_NGClear.TabIndex = 2;
            this.btn_NGClear.Text = "清空";
            this.btn_NGClear.UseVisualStyleBackColor = true;
            this.btn_NGClear.Click += new System.EventHandler(this.btn_NGClear_Click);
            // 
            // btn_MSDClear
            // 
            this.btn_MSDClear.Location = new System.Drawing.Point(77, 157);
            this.btn_MSDClear.Name = "btn_MSDClear";
            this.btn_MSDClear.Size = new System.Drawing.Size(45, 40);
            this.btn_MSDClear.TabIndex = 2;
            this.btn_MSDClear.Text = "清空";
            this.btn_MSDClear.UseVisualStyleBackColor = true;
            this.btn_MSDClear.Click += new System.EventHandler(this.btn_MSDClear_Click);
            // 
            // btn_PaperClear
            // 
            this.btn_PaperClear.Location = new System.Drawing.Point(13, 157);
            this.btn_PaperClear.Name = "btn_PaperClear";
            this.btn_PaperClear.Size = new System.Drawing.Size(45, 40);
            this.btn_PaperClear.TabIndex = 2;
            this.btn_PaperClear.Text = "清空";
            this.btn_PaperClear.UseVisualStyleBackColor = true;
            this.btn_PaperClear.Click += new System.EventHandler(this.btn_PaperClear_Click);
            // 
            // PaperCountBar
            // 
            this.PaperCountBar.Location = new System.Drawing.Point(13, 21);
            this.PaperCountBar.Name = "PaperCountBar";
            this.PaperCountBar.Size = new System.Drawing.Size(45, 130);
            this.PaperCountBar.TabIndex = 0;
            // 
            // MsdCountBar
            // 
            this.MsdCountBar.Location = new System.Drawing.Point(77, 21);
            this.MsdCountBar.Name = "MsdCountBar";
            this.MsdCountBar.Size = new System.Drawing.Size(45, 130);
            this.MsdCountBar.TabIndex = 0;
            // 
            // NgCountBar
            // 
            this.NgCountBar.ForeColor = System.Drawing.Color.MediumSeaGreen;
            this.NgCountBar.Location = new System.Drawing.Point(143, 21);
            this.NgCountBar.MarqueeAnimationSpeed = 0;
            this.NgCountBar.Name = "NgCountBar";
            this.NgCountBar.Size = new System.Drawing.Size(45, 130);
            this.NgCountBar.TabIndex = 0;
            // 
            // BoxResetControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btn_PaperClear);
            this.Controls.Add(this.btn_MSDClear);
            this.Controls.Add(this.btn_NGClear);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.PaperCountBar);
            this.Controls.Add(this.MsdCountBar);
            this.Controls.Add(this.NgCountBar);
            this.Name = "BoxResetControl";
            this.Size = new System.Drawing.Size(299, 316);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private VerticalProgressBar NgCountBar;
        private VerticalProgressBar MsdCountBar;
        private VerticalProgressBar PaperCountBar;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button btn_NGClear;
        private System.Windows.Forms.Button btn_MSDClear;
        private System.Windows.Forms.Button btn_PaperClear;
    }
}