FrmSPC.Designer.cs 22.3 KB
namespace App
{
    partial class FrmSPC
    {
        /// <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()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.tabPanel1 = new RibbonStyle.TabPanel();
            this.cmb_SPCType = new System.Windows.Forms.ComboBox();
            this.lbl_SPCType = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.txt_TargetValue = new System.Windows.Forms.TextBox();
            this.lbl_maxValue = new System.Windows.Forms.Label();
            this.txt_maxValue = new System.Windows.Forms.TextBox();
            this.lbl_minValue = new System.Windows.Forms.Label();
            this.txt_minValue = new System.Windows.Forms.TextBox();
            this.btn_Cancel = new System.Windows.Forms.Button();
            this.btn_Query = new System.Windows.Forms.Button();
            this.lbl_EndTime = new System.Windows.Forms.Label();
            this.lbl_StartTime = new System.Windows.Forms.Label();
            this.btn_Delete = new System.Windows.Forms.Button();
            this.btn_OK = new System.Windows.Forms.Button();
            this.dtp_EndTime = new System.Windows.Forms.DateTimePicker();
            this.dtp_StartTime = new System.Windows.Forms.DateTimePicker();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.lbl_ProductList = new System.Windows.Forms.Label();
            this.lb_Product = new System.Windows.Forms.ListBox();
            this.tabPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // tabPanel1
            // 
            this.tabPanel1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.tabPanel1.BaseColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.tabPanel1.Caption = "";
            this.tabPanel1.Controls.Add(this.cmb_SPCType);
            this.tabPanel1.Controls.Add(this.lbl_SPCType);
            this.tabPanel1.Controls.Add(this.label1);
            this.tabPanel1.Controls.Add(this.txt_TargetValue);
            this.tabPanel1.Controls.Add(this.lbl_maxValue);
            this.tabPanel1.Controls.Add(this.txt_maxValue);
            this.tabPanel1.Controls.Add(this.lbl_minValue);
            this.tabPanel1.Controls.Add(this.txt_minValue);
            this.tabPanel1.Controls.Add(this.btn_Cancel);
            this.tabPanel1.Controls.Add(this.btn_Query);
            this.tabPanel1.Controls.Add(this.lbl_EndTime);
            this.tabPanel1.Controls.Add(this.lbl_StartTime);
            this.tabPanel1.Controls.Add(this.btn_Delete);
            this.tabPanel1.Controls.Add(this.btn_OK);
            this.tabPanel1.Controls.Add(this.dtp_EndTime);
            this.tabPanel1.Controls.Add(this.dtp_StartTime);
            this.tabPanel1.Controls.Add(this.dataGridView1);
            this.tabPanel1.Controls.Add(this.lbl_ProductList);
            this.tabPanel1.Controls.Add(this.lb_Product);
            this.tabPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabPanel1.Location = new System.Drawing.Point(23, 85);
            this.tabPanel1.Name = "tabPanel1";
            this.tabPanel1.Opacity = 255;
            this.tabPanel1.Size = new System.Drawing.Size(958, 565);
            this.tabPanel1.Speed = 1;
            this.tabPanel1.TabIndex = 0;
            // 
            // cmb_SPCType
            // 
            this.cmb_SPCType.BackColor = System.Drawing.Color.Azure;
            this.cmb_SPCType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmb_SPCType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.cmb_SPCType.FormattingEnabled = true;
            this.cmb_SPCType.Items.AddRange(new object[] {
            "Max",
            "Min"});
            this.cmb_SPCType.Location = new System.Drawing.Point(493, 494);
            this.cmb_SPCType.Name = "cmb_SPCType";
            this.cmb_SPCType.Size = new System.Drawing.Size(86, 25);
            this.cmb_SPCType.TabIndex = 93;
            // 
            // lbl_SPCType
            // 
            this.lbl_SPCType.AutoSize = true;
            this.lbl_SPCType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.lbl_SPCType.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.lbl_SPCType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_SPCType.Location = new System.Drawing.Point(393, 494);
            this.lbl_SPCType.Name = "lbl_SPCType";
            this.lbl_SPCType.Size = new System.Drawing.Size(65, 17);
            this.lbl_SPCType.TabIndex = 92;
            this.lbl_SPCType.Text = "SPCÀàÐÍ";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.label1.CausesValidation = false;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.label1.Location = new System.Drawing.Point(144, 494);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(60, 17);
            this.label1.TabIndex = 90;
            this.label1.Text = "Ä¿±êÖµ";
            // 
            // txt_TargetValue
            // 
            this.txt_TargetValue.BackColor = System.Drawing.Color.Azure;
            this.txt_TargetValue.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_TargetValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.txt_TargetValue.Location = new System.Drawing.Point(247, 495);
            this.txt_TargetValue.Name = "txt_TargetValue";
            this.txt_TargetValue.Size = new System.Drawing.Size(86, 16);
            this.txt_TargetValue.TabIndex = 89;
            // 
            // lbl_maxValue
            // 
            this.lbl_maxValue.AutoSize = true;
            this.lbl_maxValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.lbl_maxValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.lbl_maxValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_maxValue.Location = new System.Drawing.Point(393, 456);
            this.lbl_maxValue.Name = "lbl_maxValue";
            this.lbl_maxValue.Size = new System.Drawing.Size(32, 17);
            this.lbl_maxValue.TabIndex = 88;
            this.lbl_maxValue.Text = "ÉÏÏÞ";
            // 
            // txt_maxValue
            // 
            this.txt_maxValue.BackColor = System.Drawing.Color.Azure;
            this.txt_maxValue.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_maxValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.txt_maxValue.Location = new System.Drawing.Point(493, 457);
            this.txt_maxValue.Name = "txt_maxValue";
            this.txt_maxValue.Size = new System.Drawing.Size(86, 16);
            this.txt_maxValue.TabIndex = 86;
            // 
            // lbl_minValue
            // 
            this.lbl_minValue.AutoSize = true;
            this.lbl_minValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.lbl_minValue.CausesValidation = false;
            this.lbl_minValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.lbl_minValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_minValue.Location = new System.Drawing.Point(144, 456);
            this.lbl_minValue.Name = "lbl_minValue";
            this.lbl_minValue.Size = new System.Drawing.Size(32, 17);
            this.lbl_minValue.TabIndex = 87;
            this.lbl_minValue.Text = "ÏÂÏÞ";
            // 
            // txt_minValue
            // 
            this.txt_minValue.BackColor = System.Drawing.Color.Azure;
            this.txt_minValue.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_minValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.txt_minValue.Location = new System.Drawing.Point(247, 457);
            this.txt_minValue.Name = "txt_minValue";
            this.txt_minValue.Size = new System.Drawing.Size(86, 16);
            this.txt_minValue.TabIndex = 85;
            // 
            // btn_Cancel
            // 
            this.btn_Cancel.AutoSize = true;
            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("Microsoft Sans Serif", 9F);
            this.btn_Cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.btn_Cancel.Location = new System.Drawing.Point(718, 490);
            this.btn_Cancel.Name = "btn_Cancel";
            this.btn_Cancel.Size = new System.Drawing.Size(57, 29);
            this.btn_Cancel.TabIndex = 84;
            this.btn_Cancel.Text = "È¡Ïû";
            this.btn_Cancel.UseVisualStyleBackColor = false;
            this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
            // 
            // btn_Query
            // 
            this.btn_Query.AutoSize = true;
            this.btn_Query.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.btn_Query.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
            this.btn_Query.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.btn_Query.Location = new System.Drawing.Point(716, 38);
            this.btn_Query.Name = "btn_Query";
            this.btn_Query.Size = new System.Drawing.Size(57, 29);
            this.btn_Query.TabIndex = 83;
            this.btn_Query.Text = "²éѯ";
            this.btn_Query.UseVisualStyleBackColor = false;
            this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click);
            // 
            // lbl_EndTime
            // 
            this.lbl_EndTime.AutoSize = true;
            this.lbl_EndTime.BackColor = System.Drawing.Color.Transparent;
            this.lbl_EndTime.CausesValidation = false;
            this.lbl_EndTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.lbl_EndTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_EndTime.Location = new System.Drawing.Point(393, 41);
            this.lbl_EndTime.Name = "lbl_EndTime";
            this.lbl_EndTime.Size = new System.Drawing.Size(84, 17);
            this.lbl_EndTime.TabIndex = 82;
            this.lbl_EndTime.Text = "½ØÖ¹Ê±¼ä";
            // 
            // lbl_StartTime
            // 
            this.lbl_StartTime.AutoSize = true;
            this.lbl_StartTime.BackColor = System.Drawing.Color.Transparent;
            this.lbl_StartTime.CausesValidation = false;
            this.lbl_StartTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.lbl_StartTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_StartTime.Location = new System.Drawing.Point(144, 42);
            this.lbl_StartTime.Name = "lbl_StartTime";
            this.lbl_StartTime.Size = new System.Drawing.Size(88, 17);
            this.lbl_StartTime.TabIndex = 81;
            this.lbl_StartTime.Text = "Æðʼʱ¼ä";
            // 
            // btn_Delete
            // 
            this.btn_Delete.AutoSize = true;
            this.btn_Delete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.btn_Delete.Enabled = false;
            this.btn_Delete.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
            this.btn_Delete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.btn_Delete.Location = new System.Drawing.Point(718, 452);
            this.btn_Delete.Name = "btn_Delete";
            this.btn_Delete.Size = new System.Drawing.Size(57, 29);
            this.btn_Delete.TabIndex = 80;
            this.btn_Delete.Text = "ɾ³ý";
            this.btn_Delete.UseVisualStyleBackColor = false;
            this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click);
            // 
            // btn_OK
            // 
            this.btn_OK.AutoSize = true;
            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("Microsoft Sans Serif", 9F);
            this.btn_OK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.btn_OK.Location = new System.Drawing.Point(647, 490);
            this.btn_OK.Name = "btn_OK";
            this.btn_OK.Size = new System.Drawing.Size(57, 29);
            this.btn_OK.TabIndex = 79;
            this.btn_OK.Text = "保存";
            this.btn_OK.UseVisualStyleBackColor = false;
            this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
            // 
            // dtp_EndTime
            // 
            this.dtp_EndTime.CalendarMonthBackground = System.Drawing.Color.Azure;
            this.dtp_EndTime.CalendarTitleForeColor = System.Drawing.Color.Azure;
            this.dtp_EndTime.Cursor = System.Windows.Forms.Cursors.Default;
            this.dtp_EndTime.Location = new System.Drawing.Point(493, 41);
            this.dtp_EndTime.Name = "dtp_EndTime";
            this.dtp_EndTime.Size = new System.Drawing.Size(111, 23);
            this.dtp_EndTime.TabIndex = 78;
            // 
            // dtp_StartTime
            // 
            this.dtp_StartTime.CalendarMonthBackground = System.Drawing.Color.Azure;
            this.dtp_StartTime.CalendarTitleForeColor = System.Drawing.Color.Azure;
            this.dtp_StartTime.Location = new System.Drawing.Point(247, 42);
            this.dtp_StartTime.Name = "dtp_StartTime";
            this.dtp_StartTime.Size = new System.Drawing.Size(111, 23);
            this.dtp_StartTime.TabIndex = 77;
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightBlue;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.GridColor = System.Drawing.Color.LightSkyBlue;
            this.dataGridView1.Location = new System.Drawing.Point(148, 81);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.LightSkyBlue;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(625, 355);
            this.dataGridView1.TabIndex = 76;
            this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
            // 
            // lbl_ProductList
            // 
            this.lbl_ProductList.AutoSize = true;
            this.lbl_ProductList.BackColor = System.Drawing.Color.Transparent;
            this.lbl_ProductList.CausesValidation = false;
            this.lbl_ProductList.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.lbl_ProductList.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_ProductList.Location = new System.Drawing.Point(16, 42);
            this.lbl_ProductList.Name = "lbl_ProductList";
            this.lbl_ProductList.Size = new System.Drawing.Size(69, 17);
            this.lbl_ProductList.TabIndex = 16;
            this.lbl_ProductList.Text = "²úÆ·Áбí";
            // 
            // lb_Product
            // 
            this.lb_Product.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.lb_Product.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_Product.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.lb_Product.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lb_Product.FormattingEnabled = true;
            this.lb_Product.ItemHeight = 16;
            this.lb_Product.Location = new System.Drawing.Point(16, 81);
            this.lb_Product.Name = "lb_Product";
            this.lb_Product.Size = new System.Drawing.Size(111, 434);
            this.lb_Product.TabIndex = 0;
            this.lb_Product.SelectedIndexChanged += new System.EventHandler(this.lb_Product_SelectedIndexChanged);
            // 
            // FrmSPC
            // 
            this.ClientSize = new System.Drawing.Size(1004, 678);
            this.Controls.Add(this.tabPanel1);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "FrmSPC";
            this.ShowIcon = false;
            this.Shown += new System.EventHandler(this.FrmSPC_Shown);
            this.LocationChanged += new System.EventHandler(this.FrmSPC_LocationChanged);
            this.tabPanel1.ResumeLayout(false);
            this.tabPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private RibbonStyle.TabPanel tabPanel1;
        private System.Windows.Forms.ListBox lb_Product;
        private System.Windows.Forms.Label lbl_ProductList;
        private System.Windows.Forms.DateTimePicker dtp_EndTime;
        private System.Windows.Forms.DateTimePicker dtp_StartTime;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Button btn_Delete;
        private System.Windows.Forms.Button btn_OK;
        private System.Windows.Forms.Label lbl_EndTime;
        private System.Windows.Forms.Label lbl_StartTime;
        private System.Windows.Forms.Button btn_Query;
        private System.Windows.Forms.Button btn_Cancel;
        private System.Windows.Forms.Label lbl_maxValue;
        private System.Windows.Forms.TextBox txt_maxValue;
        private System.Windows.Forms.Label lbl_minValue;
        private System.Windows.Forms.TextBox txt_minValue;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txt_TargetValue;
        private System.Windows.Forms.Label lbl_SPCType;
        private System.Windows.Forms.ComboBox cmb_SPCType;
    }
}