FrmPara.designer.cs 11.2 KB
namespace App
{
    partial class FrmPara
    {
        /// <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.frmParaPanel = new MetroFramework.Controls.MetroPanel();
            this.lbl_HeatTemp = new System.Windows.Forms.Label();
            this.lbl_TempUnit = new System.Windows.Forms.Label();
            this.txt_HeatTemp = new System.Windows.Forms.TextBox();
            this.cmb_TestSolvent = new System.Windows.Forms.ComboBox();
            this.ckb_IfHeat = new System.Windows.Forms.CheckBox();
            this.lbl_TestSolvent = new System.Windows.Forms.Label();
            this.btn_Cancel1 = new System.Windows.Forms.Button();
            this.btn_OK1 = new System.Windows.Forms.Button();
            this.frmParaPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // frmParaPanel
            // 
            this.frmParaPanel.Controls.Add(this.cmb_TestSolvent);
            this.frmParaPanel.Controls.Add(this.lbl_TestSolvent);
            this.frmParaPanel.Controls.Add(this.btn_Cancel1);
            this.frmParaPanel.Controls.Add(this.btn_OK1);
            this.frmParaPanel.Controls.Add(this.lbl_HeatTemp);
            this.frmParaPanel.Controls.Add(this.lbl_TempUnit);
            this.frmParaPanel.Controls.Add(this.txt_HeatTemp);
            this.frmParaPanel.Controls.Add(this.ckb_IfHeat);
            this.frmParaPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.frmParaPanel.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.frmParaPanel.HorizontalScrollbarBarColor = true;
            this.frmParaPanel.HorizontalScrollbarHighlightOnWheel = false;
            this.frmParaPanel.HorizontalScrollbarSize = 10;
            this.frmParaPanel.Location = new System.Drawing.Point(23, 85);
            this.frmParaPanel.Name = "frmParaPanel";
            this.frmParaPanel.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
            this.frmParaPanel.Size = new System.Drawing.Size(373, 167);
            this.frmParaPanel.TabIndex = 1;
            this.frmParaPanel.VerticalScrollbarBarColor = true;
            this.frmParaPanel.VerticalScrollbarHighlightOnWheel = false;
            this.frmParaPanel.VerticalScrollbarSize = 10;
            // 
            // lbl_HeatTemp
            // 
            this.lbl_HeatTemp.AutoSize = true;
            this.lbl_HeatTemp.BackColor = System.Drawing.Color.Transparent;
            this.lbl_HeatTemp.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbl_HeatTemp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_HeatTemp.Location = new System.Drawing.Point(132, 29);
            this.lbl_HeatTemp.Name = "lbl_HeatTemp";
            this.lbl_HeatTemp.Size = new System.Drawing.Size(61, 19);
            this.lbl_HeatTemp.TabIndex = 94;
            this.lbl_HeatTemp.Text = "ÈܼÁζÈ";
            this.lbl_HeatTemp.Visible = false;
            // 
            // lbl_TempUnit
            // 
            this.lbl_TempUnit.AutoSize = true;
            this.lbl_TempUnit.BackColor = System.Drawing.Color.Transparent;
            this.lbl_TempUnit.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbl_TempUnit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_TempUnit.Location = new System.Drawing.Point(344, 30);
            this.lbl_TempUnit.Name = "lbl_TempUnit";
            this.lbl_TempUnit.Size = new System.Drawing.Size(22, 19);
            this.lbl_TempUnit.TabIndex = 93;
            this.lbl_TempUnit.Text = "¡æ";
            this.lbl_TempUnit.Visible = false;
            // 
            // txt_HeatTemp
            // 
            this.txt_HeatTemp.BackColor = System.Drawing.Color.Azure;
            this.txt_HeatTemp.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_HeatTemp.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txt_HeatTemp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.txt_HeatTemp.Location = new System.Drawing.Point(211, 30);
            this.txt_HeatTemp.Name = "txt_HeatTemp";
            this.txt_HeatTemp.Size = new System.Drawing.Size(136, 18);
            this.txt_HeatTemp.TabIndex = 92;
            this.txt_HeatTemp.Visible = false;
            // 
            // cmb_TestSolvent
            // 
            this.cmb_TestSolvent.BackColor = System.Drawing.Color.Azure;
            this.cmb_TestSolvent.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmb_TestSolvent.FormattingEnabled = true;
            this.cmb_TestSolvent.Location = new System.Drawing.Point(129, 39);
            this.cmb_TestSolvent.Name = "cmb_TestSolvent";
            this.cmb_TestSolvent.Size = new System.Drawing.Size(227, 27);
            this.cmb_TestSolvent.TabIndex = 87;
            // 
            // ckb_IfHeat
            // 
            this.ckb_IfHeat.AutoSize = true;
            this.ckb_IfHeat.BackColor = System.Drawing.Color.Transparent;
            this.ckb_IfHeat.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ckb_IfHeat.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.ckb_IfHeat.Location = new System.Drawing.Point(23, 28);
            this.ckb_IfHeat.Name = "ckb_IfHeat";
            this.ckb_IfHeat.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.ckb_IfHeat.Size = new System.Drawing.Size(80, 23);
            this.ckb_IfHeat.TabIndex = 88;
            this.ckb_IfHeat.Text = "ÊÇ·ñ¼ÓÈÈ";
            this.ckb_IfHeat.UseVisualStyleBackColor = false;
            this.ckb_IfHeat.Visible = false;
            this.ckb_IfHeat.CheckedChanged += new System.EventHandler(this.ckb_IfHeat_CheckedChanged);
            // 
            // lbl_TestSolvent
            // 
            this.lbl_TestSolvent.AutoSize = true;
            this.lbl_TestSolvent.BackColor = System.Drawing.Color.Transparent;
            this.lbl_TestSolvent.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            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(17, 43);
            this.lbl_TestSolvent.Name = "lbl_TestSolvent";
            this.lbl_TestSolvent.Size = new System.Drawing.Size(61, 19);
            this.lbl_TestSolvent.TabIndex = 86;
            this.lbl_TestSolvent.Text = "²âÊÔÈܼÁ";
            // 
            // btn_Cancel1
            // 
            this.btn_Cancel1.AutoSize = true;
            this.btn_Cancel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.btn_Cancel1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btn_Cancel1.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_Cancel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.btn_Cancel1.Location = new System.Drawing.Point(279, 96);
            this.btn_Cancel1.Name = "btn_Cancel1";
            this.btn_Cancel1.Size = new System.Drawing.Size(75, 32);
            this.btn_Cancel1.TabIndex = 72;
            this.btn_Cancel1.Text = "È¡Ïû";
            this.btn_Cancel1.UseVisualStyleBackColor = false;
            this.btn_Cancel1.Click += new System.EventHandler(this.btn_Cancel1_Click);
            // 
            // btn_OK1
            // 
            this.btn_OK1.AutoSize = true;
            this.btn_OK1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.btn_OK1.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_OK1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.btn_OK1.Location = new System.Drawing.Point(176, 96);
            this.btn_OK1.Name = "btn_OK1";
            this.btn_OK1.Size = new System.Drawing.Size(75, 32);
            this.btn_OK1.TabIndex = 71;
            this.btn_OK1.Text = "保存";
            this.btn_OK1.UseVisualStyleBackColor = false;
            this.btn_OK1.Click += new System.EventHandler(this.btn_OK1_Click);
            // 
            // FrmPara
            // 
            this.BorderStyle = MetroFramework.Forms.MetroFormBorderStyle.FixedSingle;
            this.ClientSize = new System.Drawing.Size(419, 280);
            this.Controls.Add(this.frmParaPanel);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "FrmPara";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "²âÊÔ²ÎÊý";
            this.Shown += new System.EventHandler(this.FrmPara_Shown);
            this.frmParaPanel.ResumeLayout(false);
            this.frmParaPanel.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion


        private MetroFramework.Controls.MetroPanel frmParaPanel;
        private System.Windows.Forms.Button btn_Cancel1;
        private System.Windows.Forms.Button btn_OK1;
        private System.Windows.Forms.ComboBox cmb_TestSolvent;
        private System.Windows.Forms.CheckBox ckb_IfHeat;
        private System.Windows.Forms.Label lbl_TestSolvent;
        private System.Windows.Forms.Label lbl_TempUnit;
        private System.Windows.Forms.TextBox txt_HeatTemp;
        private System.Windows.Forms.Label lbl_HeatTemp;
    }
}