FrmAttribute.Designer.cs 15.7 KB
namespace App
{
    partial class FrmAttribute
    {
        /// <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 Windows ´°ÌåÉè¼ÆÆ÷Éú³ÉµÄ´úÂë

        /// <summary>
        /// Éè¼ÆÆ÷Ö§³ÖËùÐèµÄ·½·¨ - ²»Òª
        /// ʹÓôúÂë±à¼­Æ÷Ð޸Ĵ˷½·¨µÄÄÚÈÝ¡£
        /// </summary>
        private void InitializeComponent()
        {
            this.ribbonPanel2 = new RibbonStyle.RibbonPanel();
            this.txt_TestTime = new System.Windows.Forms.TextBox();
            this.lbl_TestTime = new System.Windows.Forms.Label();
            this.btn_Cancel = new System.Windows.Forms.Button();
            this.btn_OK = new System.Windows.Forms.Button();
            this.txt_TestSolvent = new System.Windows.Forms.TextBox();
            this.lbl_TestSolvent = new System.Windows.Forms.Label();
            this.lbl_Department = new System.Windows.Forms.Label();
            this.txt_Date = new System.Windows.Forms.TextBox();
            this.lbl_Factory = new System.Windows.Forms.Label();
            this.lbl_Date = new System.Windows.Forms.Label();
            this.txt_Department = new System.Windows.Forms.TextBox();
            this.txt_TestMode = new System.Windows.Forms.TextBox();
            this.txt_Factory = new System.Windows.Forms.TextBox();
            this.lbl_TestMode = new System.Windows.Forms.Label();
            this.txt_Time = new System.Windows.Forms.TextBox();
            this.lbl_Time = new System.Windows.Forms.Label();
            this.ribbonPanel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // ribbonPanel2
            // 
            this.ribbonPanel2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.ribbonPanel2.BaseColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.ribbonPanel2.Caption = "";
            this.ribbonPanel2.Controls.Add(this.txt_TestTime);
            this.ribbonPanel2.Controls.Add(this.lbl_TestTime);
            this.ribbonPanel2.Controls.Add(this.btn_Cancel);
            this.ribbonPanel2.Controls.Add(this.btn_OK);
            this.ribbonPanel2.Controls.Add(this.txt_TestSolvent);
            this.ribbonPanel2.Controls.Add(this.lbl_TestSolvent);
            this.ribbonPanel2.Controls.Add(this.lbl_Department);
            this.ribbonPanel2.Controls.Add(this.txt_Date);
            this.ribbonPanel2.Controls.Add(this.lbl_Factory);
            this.ribbonPanel2.Controls.Add(this.lbl_Date);
            this.ribbonPanel2.Controls.Add(this.txt_Department);
            this.ribbonPanel2.Controls.Add(this.txt_TestMode);
            this.ribbonPanel2.Controls.Add(this.txt_Factory);
            this.ribbonPanel2.Controls.Add(this.lbl_TestMode);
            this.ribbonPanel2.Controls.Add(this.txt_Time);
            this.ribbonPanel2.Controls.Add(this.lbl_Time);
            this.ribbonPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ribbonPanel2.Location = new System.Drawing.Point(20, 60);
            this.ribbonPanel2.Name = "ribbonPanel2";
            this.ribbonPanel2.Opacity = 255;
            this.ribbonPanel2.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
            this.ribbonPanel2.Size = new System.Drawing.Size(249, 310);
            this.ribbonPanel2.Speed = 8;
            this.ribbonPanel2.TabIndex = 77;
            // 
            // txt_TestTime
            // 
            this.txt_TestTime.BackColor = System.Drawing.Color.Azure;
            this.txt_TestTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_TestTime.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.txt_TestTime.Location = new System.Drawing.Point(113, 264);
            this.txt_TestTime.Name = "txt_TestTime";
            this.txt_TestTime.ReadOnly = true;
            this.txt_TestTime.Size = new System.Drawing.Size(104, 18);
            this.txt_TestTime.TabIndex = 8;
            // 
            // lbl_TestTime
            // 
            this.lbl_TestTime.AutoSize = true;
            this.lbl_TestTime.BackColor = System.Drawing.Color.Transparent;
            this.lbl_TestTime.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.lbl_TestTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_TestTime.Location = new System.Drawing.Point(23, 262);
            this.lbl_TestTime.Name = "lbl_TestTime";
            this.lbl_TestTime.Size = new System.Drawing.Size(65, 20);
            this.lbl_TestTime.TabIndex = 84;
            this.lbl_TestTime.Text = "²âÊÔʱ¼ä";
            // 
            // btn_Cancel
            // 
            this.btn_Cancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.btn_Cancel.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_Cancel.Location = new System.Drawing.Point(152, 317);
            this.btn_Cancel.Name = "btn_Cancel";
            this.btn_Cancel.Size = new System.Drawing.Size(68, 33);
            this.btn_Cancel.TabIndex = 1;
            this.btn_Cancel.Text = "È¡Ïû";
            this.btn_Cancel.UseVisualStyleBackColor = false;
            this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
            // 
            // btn_OK
            // 
            this.btn_OK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.btn_OK.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_OK.Location = new System.Drawing.Point(56, 317);
            this.btn_OK.Name = "btn_OK";
            this.btn_OK.Size = new System.Drawing.Size(68, 33);
            this.btn_OK.TabIndex = 0;
            this.btn_OK.Text = "保存";
            this.btn_OK.UseVisualStyleBackColor = false;
            this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
            // 
            // txt_TestSolvent
            // 
            this.txt_TestSolvent.BackColor = System.Drawing.Color.Azure;
            this.txt_TestSolvent.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_TestSolvent.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.txt_TestSolvent.Location = new System.Drawing.Point(113, 186);
            this.txt_TestSolvent.Name = "txt_TestSolvent";
            this.txt_TestSolvent.ReadOnly = true;
            this.txt_TestSolvent.Size = new System.Drawing.Size(104, 18);
            this.txt_TestSolvent.TabIndex = 6;
            // 
            // lbl_TestSolvent
            // 
            this.lbl_TestSolvent.AutoSize = true;
            this.lbl_TestSolvent.BackColor = System.Drawing.Color.Transparent;
            this.lbl_TestSolvent.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.lbl_TestSolvent.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_TestSolvent.Location = new System.Drawing.Point(23, 184);
            this.lbl_TestSolvent.Name = "lbl_TestSolvent";
            this.lbl_TestSolvent.Size = new System.Drawing.Size(65, 20);
            this.lbl_TestSolvent.TabIndex = 46;
            this.lbl_TestSolvent.Text = "²âÊÔÈܼÁ";
            // 
            // lbl_Department
            // 
            this.lbl_Department.AutoSize = true;
            this.lbl_Department.BackColor = System.Drawing.Color.Transparent;
            this.lbl_Department.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.lbl_Department.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_Department.Location = new System.Drawing.Point(23, 67);
            this.lbl_Department.Name = "lbl_Department";
            this.lbl_Department.Size = new System.Drawing.Size(37, 20);
            this.lbl_Department.TabIndex = 8;
            this.lbl_Department.Text = "²¿ÃÅ";
            // 
            // txt_Date
            // 
            this.txt_Date.BackColor = System.Drawing.Color.Azure;
            this.txt_Date.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_Date.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.txt_Date.Location = new System.Drawing.Point(113, 108);
            this.txt_Date.Name = "txt_Date";
            this.txt_Date.ReadOnly = true;
            this.txt_Date.Size = new System.Drawing.Size(104, 18);
            this.txt_Date.TabIndex = 4;
            // 
            // lbl_Factory
            // 
            this.lbl_Factory.AutoSize = true;
            this.lbl_Factory.BackColor = System.Drawing.Color.Transparent;
            this.lbl_Factory.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.lbl_Factory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_Factory.Location = new System.Drawing.Point(23, 28);
            this.lbl_Factory.Name = "lbl_Factory";
            this.lbl_Factory.Size = new System.Drawing.Size(37, 20);
            this.lbl_Factory.TabIndex = 10;
            this.lbl_Factory.Text = "¹«Ë¾";
            // 
            // lbl_Date
            // 
            this.lbl_Date.AutoSize = true;
            this.lbl_Date.BackColor = System.Drawing.Color.Transparent;
            this.lbl_Date.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.lbl_Date.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_Date.Location = new System.Drawing.Point(23, 106);
            this.lbl_Date.Name = "lbl_Date";
            this.lbl_Date.Size = new System.Drawing.Size(37, 20);
            this.lbl_Date.TabIndex = 44;
            this.lbl_Date.Text = "ÈÕÆÚ";
            // 
            // txt_Department
            // 
            this.txt_Department.BackColor = System.Drawing.Color.Azure;
            this.txt_Department.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_Department.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.txt_Department.Location = new System.Drawing.Point(113, 69);
            this.txt_Department.Name = "txt_Department";
            this.txt_Department.ReadOnly = true;
            this.txt_Department.Size = new System.Drawing.Size(104, 18);
            this.txt_Department.TabIndex = 3;
            // 
            // txt_TestMode
            // 
            this.txt_TestMode.BackColor = System.Drawing.Color.Azure;
            this.txt_TestMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_TestMode.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.txt_TestMode.Location = new System.Drawing.Point(113, 225);
            this.txt_TestMode.Name = "txt_TestMode";
            this.txt_TestMode.ReadOnly = true;
            this.txt_TestMode.Size = new System.Drawing.Size(104, 18);
            this.txt_TestMode.TabIndex = 7;
            // 
            // txt_Factory
            // 
            this.txt_Factory.BackColor = System.Drawing.Color.Azure;
            this.txt_Factory.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_Factory.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.txt_Factory.Location = new System.Drawing.Point(113, 30);
            this.txt_Factory.Name = "txt_Factory";
            this.txt_Factory.ReadOnly = true;
            this.txt_Factory.Size = new System.Drawing.Size(104, 18);
            this.txt_Factory.TabIndex = 2;
            // 
            // lbl_TestMode
            // 
            this.lbl_TestMode.AutoSize = true;
            this.lbl_TestMode.BackColor = System.Drawing.Color.Transparent;
            this.lbl_TestMode.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.lbl_TestMode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_TestMode.Location = new System.Drawing.Point(23, 223);
            this.lbl_TestMode.Name = "lbl_TestMode";
            this.lbl_TestMode.Size = new System.Drawing.Size(65, 20);
            this.lbl_TestMode.TabIndex = 35;
            this.lbl_TestMode.Text = "²âÊÔģʽ";
            // 
            // txt_Time
            // 
            this.txt_Time.BackColor = System.Drawing.Color.Azure;
            this.txt_Time.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_Time.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.txt_Time.Location = new System.Drawing.Point(113, 147);
            this.txt_Time.Name = "txt_Time";
            this.txt_Time.ReadOnly = true;
            this.txt_Time.Size = new System.Drawing.Size(104, 18);
            this.txt_Time.TabIndex = 5;
            // 
            // lbl_Time
            // 
            this.lbl_Time.AutoSize = true;
            this.lbl_Time.BackColor = System.Drawing.Color.Transparent;
            this.lbl_Time.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.lbl_Time.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_Time.Location = new System.Drawing.Point(23, 145);
            this.lbl_Time.Name = "lbl_Time";
            this.lbl_Time.Size = new System.Drawing.Size(37, 20);
            this.lbl_Time.TabIndex = 33;
            this.lbl_Time.Text = "ʱ¼ä";
            // 
            // FrmAttribute
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(289, 390);
            this.Controls.Add(this.ribbonPanel2);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "FrmAttribute";
            this.ribbonPanel2.ResumeLayout(false);
            this.ribbonPanel2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private RibbonStyle.RibbonPanel ribbonPanel2;
        private System.Windows.Forms.Button btn_Cancel;
        private System.Windows.Forms.Button btn_OK;
        private System.Windows.Forms.TextBox txt_TestSolvent;
        private System.Windows.Forms.Label lbl_TestSolvent;
        private System.Windows.Forms.Label lbl_Department;
        private System.Windows.Forms.TextBox txt_Date;
        private System.Windows.Forms.Label lbl_Factory;
        private System.Windows.Forms.Label lbl_Date;
        private System.Windows.Forms.TextBox txt_Department;
        private System.Windows.Forms.TextBox txt_TestMode;
        private System.Windows.Forms.TextBox txt_Factory;
        private System.Windows.Forms.Label lbl_TestMode;
        private System.Windows.Forms.TextBox txt_Time;
        private System.Windows.Forms.Label lbl_Time;
        private System.Windows.Forms.TextBox txt_TestTime;
        private System.Windows.Forms.Label lbl_TestTime;
    }
}