namespace wcfControlMonitorClient
{
    partial class FrmBrowseActivation
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
            _formInstance = null;
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint1 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(1D, 0D);
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint2 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(1D, 0D);
            System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint3 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(1D, 0D);
            System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint4 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
            this.label1 = new System.Windows.Forms.Label();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.textBox_SearchKeyWord = new System.Windows.Forms.ComboBox();
            this.comboBox_SearchKind = new System.Windows.Forms.ComboBox();
            this.label10 = new System.Windows.Forms.Label();
            this.btSearch = new System.Windows.Forms.Button();
            this.dtPickerStartDate = new System.Windows.Forms.DateTimePicker();
            this.cbStopAlarm = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.SystemColors.Control;
            this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(11, 19);
            this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(80, 16);
            this.label1.TabIndex = 2084;
            this.label1.Text = "选择日期:";
            // 
            // chart1
            // 
            this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            chartArea1.AxisX.Interval = 1D;
            chartArea1.AxisX.IntervalOffset = 1D;
            chartArea1.AxisX.MajorGrid.Enabled = false;
            chartArea1.AxisX.Maximum = 24D;
            chartArea1.AxisY.Interval = 5D;
            chartArea1.AxisY.IntervalOffset = 5D;
            chartArea1.AxisY.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number;
            chartArea1.AxisY.MajorGrid.Enabled = false;
            chartArea1.AxisY.Maximum = 60D;
            chartArea1.AxisY.Minimum = 0D;
            chartArea1.Name = "ChartArea1";
            chartArea2.AxisX.Interval = 1D;
            chartArea2.AxisX.MajorGrid.Enabled = false;
            chartArea2.AxisX.Maximum = 24D;
            chartArea2.AxisX.Minimum = 0D;
            chartArea2.AxisY.Interval = 20D;
            chartArea2.AxisY.MajorGrid.Enabled = false;
            chartArea2.AxisY.Maximum = 100D;
            chartArea2.AxisY.Minimum = 0D;
            chartArea2.Name = "ChartArea2";
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.ChartAreas.Add(chartArea2);
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(-1, 69);
            this.chart1.Name = "chart1";
            series1.ChartArea = "ChartArea1";
            series1.IsValueShownAsLabel = true;
            series1.Legend = "Legend1";
            series1.LegendText = "故障时间(分钟/时)";
            series1.Name = "Series1";
            dataPoint1.BorderWidth = 2;
            dataPoint1.IsEmpty = true;
            dataPoint1.IsValueShownAsLabel = true;
            dataPoint1.IsVisibleInLegend = true;
            dataPoint1.LabelBorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            dataPoint1.MarkerSize = 5;
            series1.Points.Add(dataPoint1);
            series2.ChartArea = "ChartArea1";
            series2.IsVisibleInLegend = false;
            series2.Legend = "Legend1";
            series2.Name = "Series2";
            dataPoint2.IsEmpty = true;
            series2.Points.Add(dataPoint2);
            series3.BorderWidth = 2;
            series3.ChartArea = "ChartArea2";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series3.Color = System.Drawing.Color.Turquoise;
            series3.IsValueShownAsLabel = true;
            series3.LabelToolTip = "#VALX : #VAL%";
            series3.Legend = "Legend1";
            series3.LegendText = "稼动率";
            series3.MarkerColor = System.Drawing.Color.Turquoise;
            series3.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            series3.Name = "Series3";
            dataPoint3.IsEmpty = true;
            series3.Points.Add(dataPoint3);
            series4.ChartArea = "ChartArea2";
            series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series4.IsVisibleInLegend = false;
            series4.Legend = "Legend1";
            series4.Name = "Series4";
            dataPoint4.IsEmpty = true;
            series4.Points.Add(dataPoint4);
            this.chart1.Series.Add(series1);
            this.chart1.Series.Add(series2);
            this.chart1.Series.Add(series3);
            this.chart1.Series.Add(series4);
            this.chart1.Size = new System.Drawing.Size(967, 649);
            this.chart1.TabIndex = 2090;
            this.chart1.Text = "chart1";
            // 
            // textBox_SearchKeyWord
            // 
            this.textBox_SearchKeyWord.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBox_SearchKeyWord.Location = new System.Drawing.Point(480, 15);
            this.textBox_SearchKeyWord.Name = "textBox_SearchKeyWord";
            this.textBox_SearchKeyWord.Size = new System.Drawing.Size(114, 24);
            this.textBox_SearchKeyWord.TabIndex = 2092;
            // 
            // comboBox_SearchKind
            // 
            this.comboBox_SearchKind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_SearchKind.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comboBox_SearchKind.FormattingEnabled = true;
            this.comboBox_SearchKind.Items.AddRange(new object[] {
            "",
            "设备索引"});
            this.comboBox_SearchKind.Location = new System.Drawing.Point(371, 15);
            this.comboBox_SearchKind.Name = "comboBox_SearchKind";
            this.comboBox_SearchKind.Size = new System.Drawing.Size(103, 24);
            this.comboBox_SearchKind.TabIndex = 2091;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label10.Location = new System.Drawing.Point(270, 19);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(80, 16);
            this.label10.TabIndex = 2093;
            this.label10.Text = "查询条件:";
            // 
            // btSearch
            // 
            this.btSearch.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btSearch.Location = new System.Drawing.Point(745, 13);
            this.btSearch.Name = "btSearch";
            this.btSearch.Size = new System.Drawing.Size(94, 29);
            this.btSearch.TabIndex = 2094;
            this.btSearch.Text = "查询";
            this.btSearch.UseVisualStyleBackColor = true;
            this.btSearch.Click += new System.EventHandler(this.btSearch_Click);
            // 
            // dtPickerStartDate
            // 
            this.dtPickerStartDate.CustomFormat = "yyyy-MM-dd";
            this.dtPickerStartDate.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.dtPickerStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtPickerStartDate.Location = new System.Drawing.Point(111, 15);
            this.dtPickerStartDate.Name = "dtPickerStartDate";
            this.dtPickerStartDate.Size = new System.Drawing.Size(101, 26);
            this.dtPickerStartDate.TabIndex = 2095;
            this.dtPickerStartDate.Value = new System.DateTime(2011, 1, 5, 0, 0, 0, 0);
            // 
            // cbStopAlarm
            // 
            this.cbStopAlarm.AutoSize = true;
            this.cbStopAlarm.Checked = true;
            this.cbStopAlarm.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cbStopAlarm.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cbStopAlarm.Location = new System.Drawing.Point(611, 16);
            this.cbStopAlarm.Name = "cbStopAlarm";
            this.cbStopAlarm.Size = new System.Drawing.Size(123, 20);
            this.cbStopAlarm.TabIndex = 2096;
            this.cbStopAlarm.Text = "排除急停报警";
            this.cbStopAlarm.UseVisualStyleBackColor = true;
            // 
            // FrmBrowseActivation
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(965, 716);
            this.Controls.Add(this.cbStopAlarm);
            this.Controls.Add(this.dtPickerStartDate);
            this.Controls.Add(this.btSearch);
            this.Controls.Add(this.textBox_SearchKeyWord);
            this.Controls.Add(this.comboBox_SearchKind);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.chart1);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "FrmBrowseActivation";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "稼动率查询";
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
        private System.Windows.Forms.ComboBox textBox_SearchKeyWord;
        private System.Windows.Forms.ComboBox comboBox_SearchKind;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Button btSearch;
        private System.Windows.Forms.DateTimePicker dtPickerStartDate;
        private System.Windows.Forms.CheckBox cbStopAlarm;
    }
}