public void InitChart( )
        {
            Chart = new DevExpress.XtraCharts.ChartControl();


            DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();

            this.SuspendLayout();

            ((System.ComponentModel.ISupportInitialize)(this.Chart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();

            xyDiagram1.AxisX.Label.Staggered = true;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";

            this.Chart.Diagram = xyDiagram1;
            this.Chart.Dock    = System.Windows.Forms.DockStyle.Fill;
            this.Chart.Legend.MaxHorizontalPercentage = 30;
            this.Chart.Location           = new System.Drawing.Point(0, 0);
            this.Chart.Name               = "chartControl";
            this.Chart.RuntimeHitTesting  = false;
            this.Chart.SeriesDataMember   = "Series";
            this.Chart.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
            this.Chart.SeriesTemplate.ArgumentDataMember = "Arguments";
            pointSeriesLabel1.LineVisible   = true;
            pointSeriesLabel1.Visible       = false;
            this.Chart.SeriesTemplate.Label = pointSeriesLabel1;
            this.Chart.SeriesTemplate.ValueDataMembersSerializable = "Values";
            this.Chart.SeriesTemplate.View = lineSeriesView1;
            this.Chart.Size     = new System.Drawing.Size(690, 176);
            this.Chart.TabIndex = 3;
            this.chartBarController1.ChartControl = this.Chart;
            this.Controls.Add(Chart);

            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Chart)).EndInit();

            this.ResumeLayout(false);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.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)));
     this.chartControl1.Location             = new System.Drawing.Point(11, 10);
     this.chartControl1.Name                 = "chartControl1";
     this.chartControl1.SeriesSerializable   = new DevExpress.XtraCharts.Series[0];
     pointSeriesLabel1.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel1;
     this.chartControl1.SeriesTemplate.View  = lineSeriesView1;
     this.chartControl1.Size                 = new System.Drawing.Size(1060, 557);
     this.chartControl1.TabIndex             = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1084, 581);
     this.Controls.Add(this.chartControl1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ctrlComptressorMapGraph));
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
            this.t25ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tD0415GToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tD0418TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tD0419TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gT28RSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gT3071r86ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gT30RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gT40RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.hX40wToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripTextBox2 = new System.Windows.Forms.ToolStripTextBox();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.panel1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.chartControl1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 25);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(682, 435);
            this.panel1.TabIndex = 1;
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.toolStripComboBox1,
            this.toolStripButton1,
            this.toolStripButton2,
            this.toolStripDropDownButton1,
            this.toolStripLabel2,
            this.toolStripTextBox1,
            this.toolStripLabel3,
            this.toolStripTextBox2});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(682, 25);
            this.toolStrip1.TabIndex = 2;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(90, 22);
            this.toolStripLabel1.Text = "Select your turbo";
            // 
            // toolStripComboBox1
            // 
            this.toolStripComboBox1.Items.AddRange(new object[] {
            "Garrett T25 trim 55",
            "Garrett T25 trim 60",
            "Mitsubishi TD04-15G",
            "Mitsubishi TD04-16T",
            "Mitsubishi TD04-18T",
            "Mitsubishi TD04-19T",
            "Mitsubishi TD06-20G",
            "Garrett GT2871R",
            "Garrett GT28RS",
            "Garrett GT3071R",
            "Garrett GT3076R",
            "Garrett GT40R",
            "Holset HX40w"});
            this.toolStripComboBox1.Name = "toolStripComboBox1";
            this.toolStripComboBox1.Size = new System.Drawing.Size(250, 25);
            this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton1.Text = "Refresh";
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton2.Text = "Save image";
            this.toolStripButton2.Visible = false;
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
            // 
            // toolStripDropDownButton1
            // 
            this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.t25ToolStripMenuItem,
            this.tD0415GToolStripMenuItem,
            this.tD0418TToolStripMenuItem,
            this.tD0419TToolStripMenuItem,
            this.gT28RSToolStripMenuItem,
            this.gT3071r86ToolStripMenuItem,
            this.gT30RToolStripMenuItem,
            this.gT40RToolStripMenuItem,
            this.hX40wToolStripMenuItem});
            this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
            this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
            this.toolStripDropDownButton1.Size = new System.Drawing.Size(29, 22);
            this.toolStripDropDownButton1.Text = "Select compressor map";
            this.toolStripDropDownButton1.Visible = false;
            // 
            // t25ToolStripMenuItem
            // 
            this.t25ToolStripMenuItem.Name = "t25ToolStripMenuItem";
            this.t25ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.t25ToolStripMenuItem.Text = "T25";
            this.t25ToolStripMenuItem.Click += new System.EventHandler(this.t25ToolStripMenuItem_Click);
            // 
            // tD0415GToolStripMenuItem
            // 
            this.tD0415GToolStripMenuItem.Name = "tD0415GToolStripMenuItem";
            this.tD0415GToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.tD0415GToolStripMenuItem.Text = "TD04-15G";
            this.tD0415GToolStripMenuItem.Click += new System.EventHandler(this.tD0415GToolStripMenuItem_Click);
            // 
            // tD0418TToolStripMenuItem
            // 
            this.tD0418TToolStripMenuItem.Name = "tD0418TToolStripMenuItem";
            this.tD0418TToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.tD0418TToolStripMenuItem.Text = "TD04-18T";
            this.tD0418TToolStripMenuItem.Click += new System.EventHandler(this.tD0418TToolStripMenuItem_Click);
            // 
            // tD0419TToolStripMenuItem
            // 
            this.tD0419TToolStripMenuItem.Name = "tD0419TToolStripMenuItem";
            this.tD0419TToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.tD0419TToolStripMenuItem.Text = "TD04-19T";
            this.tD0419TToolStripMenuItem.Click += new System.EventHandler(this.tD0419TToolStripMenuItem_Click);
            // 
            // gT28RSToolStripMenuItem
            // 
            this.gT28RSToolStripMenuItem.Name = "gT28RSToolStripMenuItem";
            this.gT28RSToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.gT28RSToolStripMenuItem.Text = "GT28RS";
            this.gT28RSToolStripMenuItem.Click += new System.EventHandler(this.gT28RSToolStripMenuItem_Click);
            // 
            // gT3071r86ToolStripMenuItem
            // 
            this.gT3071r86ToolStripMenuItem.Name = "gT3071r86ToolStripMenuItem";
            this.gT3071r86ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.gT3071r86ToolStripMenuItem.Text = "GT3071R";
            this.gT3071r86ToolStripMenuItem.Click += new System.EventHandler(this.gT3071r86ToolStripMenuItem_Click);
            // 
            // gT30RToolStripMenuItem
            // 
            this.gT30RToolStripMenuItem.Name = "gT30RToolStripMenuItem";
            this.gT30RToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.gT30RToolStripMenuItem.Text = "GT30R";
            this.gT30RToolStripMenuItem.Click += new System.EventHandler(this.gT30RToolStripMenuItem_Click);
            // 
            // gT40RToolStripMenuItem
            // 
            this.gT40RToolStripMenuItem.Name = "gT40RToolStripMenuItem";
            this.gT40RToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.gT40RToolStripMenuItem.Text = "GT40R";
            this.gT40RToolStripMenuItem.Click += new System.EventHandler(this.gT40RToolStripMenuItem_Click);
            // 
            // hX40wToolStripMenuItem
            // 
            this.hX40wToolStripMenuItem.Name = "hX40wToolStripMenuItem";
            this.hX40wToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.hX40wToolStripMenuItem.Text = "HX40w";
            this.hX40wToolStripMenuItem.Click += new System.EventHandler(this.hX40wToolStripMenuItem_Click);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(51, 22);
            this.toolStripLabel2.Text = "Temp (C)";
            // 
            // toolStripTextBox1
            // 
            this.toolStripTextBox1.Name = "toolStripTextBox1";
            this.toolStripTextBox1.Size = new System.Drawing.Size(30, 25);
            this.toolStripTextBox1.Text = "20";
            this.toolStripTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
            // 
            // toolStripLabel3
            // 
            this.toolStripLabel3.Name = "toolStripLabel3";
            this.toolStripLabel3.Size = new System.Drawing.Size(19, 22);
            this.toolStripLabel3.Text = "VE";
            // 
            // toolStripTextBox2
            // 
            this.toolStripTextBox2.Name = "toolStripTextBox2";
            this.toolStripTextBox2.Size = new System.Drawing.Size(30, 25);
            this.toolStripTextBox2.Text = "85";
            this.toolStripTextBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
            // 
            // chartControl1
            // 
            this.chartControl1.BackImage.Image = ((System.Drawing.Image)(resources.GetObject("chartControl1.BackImage.Image")));
            this.chartControl1.BackImage.Stretch = true;
            this.chartControl1.BorderOptions.Visible = false;
            xyDiagram1.AxisX.Visible = false;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisX.Range.SideMarginsEnabled = false;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Visible = false;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.GridLines.Visible = false;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = false;
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.DefaultPane.BorderVisible = false;
            xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.Transparent;
            xyDiagram1.DefaultPane.ScrollBarOptions.XAxisScrollBarVisible = false;
            xyDiagram1.DefaultPane.ScrollBarOptions.YAxisScrollBarVisible = false;
            xyDiagram1.PaneDistance = 0;
            xyDiagram1.EnableZooming = true;
            xyDiagram1.EnableScrolling = true;
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            series1.Name = "Series 1";
            series1.View = splineSeriesView1;
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series2.Name = "Series 2";
            series2.View = splineSeriesView2;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            this.chartControl1.SeriesTemplate.View = splineSeriesView3;
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.Size = new System.Drawing.Size(682, 435);
            this.chartControl1.TabIndex = 0;
            // 
            // ctrlComptressorMapGraph
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.toolStrip1);
            this.Name = "ctrlComptressorMapGraph";
            this.Size = new System.Drawing.Size(682, 460);
            this.panel1.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 4
0
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(r_escapes));
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView2 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
            DevExpress.DataAccess.Sql.CustomSqlQuery customSqlQuery1 = new DevExpress.DataAccess.Sql.CustomSqlQuery();
            DevExpress.DataAccess.Sql.QueryParameter queryParameter1 = new DevExpress.DataAccess.Sql.QueryParameter();
            DevExpress.DataAccess.Sql.QueryParameter queryParameter2 = new DevExpress.DataAccess.Sql.QueryParameter();
            DevExpress.DataAccess.Sql.CustomSqlQuery customSqlQuery2 = new DevExpress.DataAccess.Sql.CustomSqlQuery();
            DevExpress.DataAccess.Sql.QueryParameter queryParameter3 = new DevExpress.DataAccess.Sql.QueryParameter();
            DevExpress.DataAccess.Sql.CustomSqlQuery customSqlQuery3 = new DevExpress.DataAccess.Sql.CustomSqlQuery();
            DevExpress.DataAccess.Sql.CustomSqlQuery customSqlQuery4 = new DevExpress.DataAccess.Sql.CustomSqlQuery();
            DevExpress.DataAccess.Sql.QueryParameter queryParameter4 = new DevExpress.DataAccess.Sql.QueryParameter();
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView3 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView4 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
            DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView5 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
            DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraReports.Parameters.StaticListLookUpSettings staticListLookUpSettings1 = new DevExpress.XtraReports.Parameters.StaticListLookUpSettings();
            DevExpress.XtraReports.Parameters.StaticListLookUpSettings staticListLookUpSettings2 = new DevExpress.XtraReports.Parameters.StaticListLookUpSettings();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
            this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLine2 = new DevExpress.XtraReports.UI.XRLine();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrChart3 = new DevExpress.XtraReports.UI.XRChart();
            this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
            this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
            this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrColumn1 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrColumn2 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrColumn3 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrColumn4 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrColumn5 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrColumn6 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrChart2 = new DevExpress.XtraReports.UI.XRChart();
            this.xrChart1 = new DevExpress.XtraReports.UI.XRChart();
            this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
            this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
            this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
            this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
            this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
            this.wc1_type = new DevExpress.XtraReports.Parameters.Parameter();
            this.wc1_vsm = new DevExpress.XtraReports.Parameters.Parameter();
            ((System.ComponentModel.ISupportInitialize)(this.xrChart3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrChart2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // TopMargin
            // 
            this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel4,
            this.xrLine1,
            this.xrPictureBox1});
            this.TopMargin.HeightF = 65F;
            this.TopMargin.Name = "TopMargin";
            // 
            // xrLabel4
            // 
            this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(598.9583F, 25.33332F);
            this.xrLabel4.Multiline = true;
            this.xrLabel4.Name = "xrLabel4";
            this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel4.SizeF = new System.Drawing.SizeF(391.0416F, 23F);
            this.xrLabel4.StylePriority.UseTextAlignment = false;
            this.xrLabel4.Text = "ESCAPES";
            this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            // 
            // xrLine1
            // 
            this.xrLine1.BorderColor = System.Drawing.Color.Empty;
            this.xrLine1.ForeColor = System.Drawing.Color.Gray;
            this.xrLine1.LineWidth = 5F;
            this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 48.33333F);
            this.xrLine1.Name = "xrLine1";
            this.xrLine1.SizeF = new System.Drawing.SizeF(996.875F, 16.66667F);
            this.xrLine1.StylePriority.UseBorderColor = false;
            this.xrLine1.StylePriority.UseForeColor = false;
            // 
            // xrPictureBox1
            // 
            this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource"));
            this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 8.75F);
            this.xrPictureBox1.Name = "xrPictureBox1";
            this.xrPictureBox1.SizeF = new System.Drawing.SizeF(153.125F, 39.58333F);
            this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
            // 
            // BottomMargin
            // 
            this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel1,
            this.xrLine2});
            this.BottomMargin.HeightF = 54F;
            this.BottomMargin.Name = "BottomMargin";
            // 
            // xrLabel1
            // 
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(598.9583F, 16.66667F);
            this.xrLabel1.Multiline = true;
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(401.0417F, 23F);
            this.xrLabel1.StylePriority.UseTextAlignment = false;
            this.xrLabel1.Text = "xrLabel1";
            this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            // 
            // xrLine2
            // 
            this.xrLine2.BorderColor = System.Drawing.Color.Empty;
            this.xrLine2.ForeColor = System.Drawing.Color.Gray;
            this.xrLine2.LineWidth = 5F;
            this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
            this.xrLine2.Name = "xrLine2";
            this.xrLine2.SizeF = new System.Drawing.SizeF(996.875F, 16.66667F);
            this.xrLine2.StylePriority.UseBorderColor = false;
            this.xrLine2.StylePriority.UseForeColor = false;
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel6,
            this.xrChart3,
            this.xrLabel3,
            this.xrLabel5,
            this.xrLabel2,
            this.xrTable2,
            this.xrChart2,
            this.xrChart1});
            this.Detail.HeightF = 582.7084F;
            this.Detail.Name = "Detail";
            // 
            // xrLabel6
            // 
            this.xrLabel6.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 534.7084F);
            this.xrLabel6.Multiline = true;
            this.xrLabel6.Name = "xrLabel6";
            this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel6.SizeF = new System.Drawing.SizeF(153.125F, 23F);
            this.xrLabel6.StylePriority.UseFont = false;
            this.xrLabel6.StylePriority.UseTextAlignment = false;
            this.xrLabel6.Text = "ACTIONS RAIL";
            this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
            // 
            // xrChart3
            // 
            this.xrChart3.AutoLayout = true;
            this.xrChart3.BackColor = System.Drawing.Color.White;
            this.xrChart3.BorderColor = System.Drawing.Color.Black;
            this.xrChart3.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.xrChart3.DataSource = this.sqlDataSource1;
            xyDiagram1.AxisX.Label.Angle = 270;
            xyDiagram1.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            xyDiagram1.AxisX.Label.ResolveOverlappingOptions.MinIndent = 1;
            xyDiagram1.AxisX.MinorCount = 1;
            xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
            this.xrChart3.Diagram = xyDiagram1;
            this.xrChart3.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.xrChart3.Legend.BackColor = System.Drawing.Color.Transparent;
            this.xrChart3.Legend.Border.Color = System.Drawing.SystemColors.ActiveBorder;
            this.xrChart3.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.True;
            this.xrChart3.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.xrChart3.Legend.MarkerSize = new System.Drawing.Size(20, 10);
            this.xrChart3.Legend.Name = "Default Legend";
            this.xrChart3.Legend.Title.Text = "Actual";
            this.xrChart3.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.xrChart3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 375.625F);
            this.xrChart3.Name = "xrChart3";
            this.xrChart3.PaletteBaseColorNumber = 2;
            this.xrChart3.PaletteName = "Grayscale";
            series1.ArgumentDataMember = "Query_4.scause";
            sideBySideBarSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.True;
            sideBySideBarSeriesLabel1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
            sideBySideBarSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.False;
            sideBySideBarSeriesLabel1.TextColor = System.Drawing.Color.Black;
            sideBySideBarSeriesLabel1.TextOrientation = DevExpress.XtraCharts.TextOrientation.BottomToTop;
            series1.Label = sideBySideBarSeriesLabel1;
            series1.LegendName = "Default Legend";
            series1.Name = "Actual";
            series1.ValueDataMembersSerializable = "Query_4.factual";
            sideBySideBarSeriesView1.Color = System.Drawing.Color.SteelBlue;
            sideBySideBarSeriesView1.Transparency = ((byte)(135));
            series1.View = sideBySideBarSeriesView1;
            series2.ArgumentDataMember = "Query_4.scause";
            pointSeriesLabel1.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            pointSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.True;
            pointSeriesLabel1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
            pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.False;
            pointSeriesLabel1.TextColor = System.Drawing.Color.Red;
            series2.Label = pointSeriesLabel1;
            series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
            series2.Name = "Goal";
            series2.ShowInLegend = false;
            series2.ValueDataMembersSerializable = "Query_4.fsum";
            lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            series2.View = lineSeriesView1;
            this.xrChart3.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            sideBySideBarSeriesView2.Transparency = ((byte)(135));
            this.xrChart3.SeriesTemplate.View = sideBySideBarSeriesView2;
            this.xrChart3.SizeF = new System.Drawing.SizeF(601.0417F, 159.0834F);
            // 
            // sqlDataSource1
            // 
            this.sqlDataSource1.ConnectionName = "DB_1033_DashboardConnectionString";
            this.sqlDataSource1.Name = "sqlDataSource1";
            customSqlQuery1.Name = "Query_1";
            queryParameter1.Name = "wc1_type";
            queryParameter1.Type = typeof(DevExpress.DataAccess.Expression);
            queryParameter1.Value = new DevExpress.DataAccess.Expression("?wc1_type", typeof(string));
            queryParameter2.Name = "wc1_vsm";
            queryParameter2.Type = typeof(DevExpress.DataAccess.Expression);
            queryParameter2.Value = new DevExpress.DataAccess.Expression("?wc1_vsm", typeof(string));
            customSqlQuery1.Parameters.Add(queryParameter1);
            customSqlQuery1.Parameters.Add(queryParameter2);
            customSqlQuery1.Sql = resources.GetString("customSqlQuery1.Sql");
            customSqlQuery2.Name = "Query_2";
            queryParameter3.Name = "wc1_vsm";
            queryParameter3.Type = typeof(DevExpress.DataAccess.Expression);
            queryParameter3.Value = new DevExpress.DataAccess.Expression("IIF(?wc1_vsm == \'EP&A\',\'EP&A\', IIF(?wc1_vsm == \'Heat Transfer\', \'Heat Transfer\', " +
        "\'%%\'))\n\n", typeof(string));
            customSqlQuery2.Parameters.Add(queryParameter3);
            customSqlQuery2.Sql = resources.GetString("customSqlQuery2.Sql");
            customSqlQuery3.Name = "Query_3";
            customSqlQuery3.Sql = "select top 5 * from [tbl_actions]\r\nwhere report = \'escapes\'\r\n";
            customSqlQuery4.Name = "Query_4";
            queryParameter4.Name = "wc1_vsm";
            queryParameter4.Type = typeof(DevExpress.DataAccess.Expression);
            queryParameter4.Value = new DevExpress.DataAccess.Expression("?wc1_vsm", typeof(string));
            customSqlQuery4.Parameters.Add(queryParameter4);
            customSqlQuery4.Sql = resources.GetString("customSqlQuery4.Sql");
            this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
            customSqlQuery1,
            customSqlQuery2,
            customSqlQuery3,
            customSqlQuery4});
            this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
            // 
            // xrLabel3
            // 
            this.xrLabel3.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(259.9998F, 352.625F);
            this.xrLabel3.Multiline = true;
            this.xrLabel3.Name = "xrLabel3";
            this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel3.SizeF = new System.Drawing.SizeF(100F, 23F);
            this.xrLabel3.StylePriority.UseFont = false;
            this.xrLabel3.StylePriority.UseTextAlignment = false;
            this.xrLabel3.Text = "FORECAST";
            this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel5
            // 
            this.xrLabel5.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(259.9998F, 0F);
            this.xrLabel5.Multiline = true;
            this.xrLabel5.Name = "xrLabel5";
            this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel5.SizeF = new System.Drawing.SizeF(100F, 23F);
            this.xrLabel5.StylePriority.UseFont = false;
            this.xrLabel5.StylePriority.UseTextAlignment = false;
            this.xrLabel5.Text = "TREND";
            this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel2
            // 
            this.xrLabel2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(748.9583F, 0F);
            this.xrLabel2.Multiline = true;
            this.xrLabel2.Name = "xrLabel2";
            this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel2.SizeF = new System.Drawing.SizeF(100F, 23F);
            this.xrLabel2.StylePriority.UseFont = false;
            this.xrLabel2.StylePriority.UseTextAlignment = false;
            this.xrLabel2.Text = "PARETO";
            this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrTable2
            // 
            this.xrTable2.BackColor = System.Drawing.Color.IndianRed;
            this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTable2.BorderWidth = 1F;
            this.xrTable2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTable2.ForeColor = System.Drawing.Color.White;
            this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 557.7084F);
            this.xrTable2.Name = "xrTable2";
            this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
            this.xrTableRow2});
            this.xrTable2.SizeF = new System.Drawing.SizeF(996.875F, 25F);
            this.xrTable2.StylePriority.UseBackColor = false;
            this.xrTable2.StylePriority.UseBorders = false;
            this.xrTable2.StylePriority.UseBorderWidth = false;
            this.xrTable2.StylePriority.UseFont = false;
            this.xrTable2.StylePriority.UseForeColor = false;
            this.xrTable2.StylePriority.UseTextAlignment = false;
            this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrTableRow2
            // 
            this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrColumn1,
            this.xrColumn2,
            this.xrColumn3,
            this.xrColumn4,
            this.xrColumn5,
            this.xrColumn6});
            this.xrTableRow2.Name = "xrTableRow2";
            this.xrTableRow2.Weight = 1D;
            // 
            // xrColumn1
            // 
            this.xrColumn1.Multiline = true;
            this.xrColumn1.Name = "xrColumn1";
            this.xrColumn1.Text = "RESPONSIBLE";
            this.xrColumn1.Weight = 0.92163030833659876D;
            // 
            // xrColumn2
            // 
            this.xrColumn2.Multiline = true;
            this.xrColumn2.Name = "xrColumn2";
            this.xrColumn2.Text = "ISSUE";
            this.xrColumn2.Weight = 1.4858934475411441D;
            // 
            // xrColumn3
            // 
            this.xrColumn3.Multiline = true;
            this.xrColumn3.Name = "xrColumn3";
            this.xrColumn3.Text = "ACTION";
            this.xrColumn3.Weight = 1.8025078982170846D;
            // 
            // xrColumn4
            // 
            this.xrColumn4.Multiline = true;
            this.xrColumn4.Name = "xrColumn4";
            this.xrColumn4.Text = "STATUS";
            this.xrColumn4.Weight = 0.60501558214145756D;
            // 
            // xrColumn5
            // 
            this.xrColumn5.Multiline = true;
            this.xrColumn5.Name = "xrColumn5";
            this.xrColumn5.Text = "START_DATE";
            this.xrColumn5.Weight = 0.5987462345709248D;
            // 
            // xrColumn6
            // 
            this.xrColumn6.Multiline = true;
            this.xrColumn6.Name = "xrColumn6";
            this.xrColumn6.Text = "DUE_DATE";
            this.xrColumn6.Weight = 0.58620652919279D;
            // 
            // xrChart2
            // 
            this.xrChart2.AutoLayout = true;
            this.xrChart2.BackColor = System.Drawing.Color.White;
            this.xrChart2.BorderColor = System.Drawing.Color.Black;
            this.xrChart2.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.xrChart2.DataSource = this.sqlDataSource1;
            xyDiagram2.AxisX.Label.Angle = 270;
            xyDiagram2.AxisX.Label.ResolveOverlappingOptions.AllowHide = false;
            xyDiagram2.AxisX.Label.ResolveOverlappingOptions.AllowStagger = false;
            xyDiagram2.AxisX.Label.ResolveOverlappingOptions.MinIndent = 0;
            xyDiagram2.AxisX.MinorCount = 1;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram2.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram2.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram2.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram2.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
            this.xrChart2.Diagram = xyDiagram2;
            this.xrChart2.IndicatorsPaletteName = "Grayscale";
            this.xrChart2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.xrChart2.Legend.BackColor = System.Drawing.Color.Transparent;
            this.xrChart2.Legend.Border.Color = System.Drawing.SystemColors.ActiveBorder;
            this.xrChart2.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.True;
            this.xrChart2.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.xrChart2.Legend.MarkerSize = new System.Drawing.Size(20, 10);
            this.xrChart2.Legend.Name = "Default Legend";
            this.xrChart2.Legend.Title.Text = "Actual";
            this.xrChart2.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.xrChart2.LocationFloat = new DevExpress.Utils.PointFloat(611.4583F, 23.00002F);
            this.xrChart2.Name = "xrChart2";
            this.xrChart2.PaletteBaseColorNumber = 2;
            this.xrChart2.PaletteName = "Grayscale";
            series3.ArgumentDataMember = "Query_2.cause";
            sideBySideBarSeriesLabel2.Border.Visibility = DevExpress.Utils.DefaultBoolean.True;
            sideBySideBarSeriesLabel2.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
            sideBySideBarSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.False;
            sideBySideBarSeriesLabel2.TextColor = System.Drawing.Color.Black;
            sideBySideBarSeriesLabel2.TextOrientation = DevExpress.XtraCharts.TextOrientation.BottomToTop;
            series3.Label = sideBySideBarSeriesLabel2;
            series3.LegendName = "Default Legend";
            series3.Name = "Actual";
            series3.ValueDataMembersSerializable = "Query_2.cValue";
            sideBySideBarSeriesView3.Color = System.Drawing.Color.Firebrick;
            sideBySideBarSeriesView3.Transparency = ((byte)(135));
            series3.View = sideBySideBarSeriesView3;
            series4.ArgumentDataMember = "Query_2.cause";
            pointSeriesLabel2.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
            pointSeriesLabel2.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
            pointSeriesLabel2.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
            pointSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.False;
            pointSeriesLabel2.TextColor = System.Drawing.Color.Black;
            series4.Label = pointSeriesLabel2;
            series4.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
            series4.Name = "Goal";
            series4.ShowInLegend = false;
            series4.ValueDataMembersSerializable = "Query_2.Acum";
            lineSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
            series4.View = lineSeriesView2;
            this.xrChart2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series3,
        series4};
            sideBySideBarSeriesView4.Transparency = ((byte)(135));
            this.xrChart2.SeriesTemplate.View = sideBySideBarSeriesView4;
            this.xrChart2.SizeF = new System.Drawing.SizeF(378.5416F, 511.7083F);
            // 
            // xrChart1
            // 
            this.xrChart1.BorderColor = System.Drawing.Color.Black;
            this.xrChart1.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.xrChart1.DataSource = this.sqlDataSource1;
            xyDiagram3.AxisX.AutoScaleBreaks.MaxCount = 1;
            xyDiagram3.AxisX.InterlacedColor = System.Drawing.Color.DimGray;
            xyDiagram3.AxisX.MinorCount = 1;
            xyDiagram3.AxisX.Tickmarks.MinorVisible = false;
            xyDiagram3.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
            xyDiagram3.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram3.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram3.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram3.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram3.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram3.RuntimePaneCollapse = false;
            this.xrChart1.Diagram = xyDiagram3;
            this.xrChart1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.xrChart1.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
            this.xrChart1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.xrChart1.Legend.MarkerSize = new System.Drawing.Size(10, 10);
            this.xrChart1.Legend.Name = "Default Legend";
            this.xrChart1.Legend.Title.Text = "ESCAPES";
            this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 23.00002F);
            this.xrChart1.Name = "xrChart1";
            this.xrChart1.PaletteName = "Grayscale";
            series5.ArgumentDataMember = "Query_1.sdesc";
            series5.Name = "Actual";
            series5.ValueDataMembersSerializable = "Query_1.factual";
            sideBySideBarSeriesView5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
            series5.View = sideBySideBarSeriesView5;
            series6.ArgumentDataMember = "Query_1.sdesc";
            pointSeriesLabel3.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
            pointSeriesLabel3.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
            pointSeriesLabel3.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
            pointSeriesLabel3.LineVisibility = DevExpress.Utils.DefaultBoolean.False;
            pointSeriesLabel3.TextColor = System.Drawing.Color.Black;
            series6.Label = pointSeriesLabel3;
            series6.Name = "Goal";
            series6.ValueDataMembersSerializable = "Query_1.fgoal";
            lineSeriesView3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            series6.View = lineSeriesView3;
            this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series5,
        series6};
            this.xrChart1.SizeF = new System.Drawing.SizeF(601.0417F, 326.5833F);
            // 
            // xrTable1
            // 
            this.xrTable1.BackColor = System.Drawing.Color.WhiteSmoke;
            this.xrTable1.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
            this.xrTable1.Name = "xrTable1";
            this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
            this.xrTableRow1});
            this.xrTable1.SizeF = new System.Drawing.SizeF(996.875F, 25F);
            this.xrTable1.StylePriority.UseBackColor = false;
            this.xrTable1.StylePriority.UseBorders = false;
            this.xrTable1.StylePriority.UseTextAlignment = false;
            this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
            // 
            // xrTableRow1
            // 
            this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell1,
            this.xrTableCell2,
            this.xrTableCell3,
            this.xrTableCell4,
            this.xrTableCell5,
            this.xrTableCell6});
            this.xrTableRow1.Name = "xrTableRow1";
            this.xrTableRow1.Weight = 1D;
            // 
            // xrTableCell1
            // 
            this.xrTableCell1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
            new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[responsible]")});
            this.xrTableCell1.Multiline = true;
            this.xrTableCell1.Name = "xrTableCell1";
            this.xrTableCell1.Text = "xrTableCell1";
            this.xrTableCell1.Weight = 0.92163007873726477D;
            // 
            // xrTableCell2
            // 
            this.xrTableCell2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
            new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[issue]")});
            this.xrTableCell2.Multiline = true;
            this.xrTableCell2.Name = "xrTableCell2";
            this.xrTableCell2.Text = "xrTableCell2";
            this.xrTableCell2.Weight = 1.4858935393808777D;
            // 
            // xrTableCell3
            // 
            this.xrTableCell3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
            new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[action]")});
            this.xrTableCell3.Multiline = true;
            this.xrTableCell3.Name = "xrTableCell3";
            this.xrTableCell3.Text = "xrTableCell3";
            this.xrTableCell3.Weight = 1.8025080359766852D;
            // 
            // xrTableCell4
            // 
            this.xrTableCell4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
            new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[open_close]")});
            this.xrTableCell4.Multiline = true;
            this.xrTableCell4.Name = "xrTableCell4";
            this.xrTableCell4.Text = "xrTableCell4";
            this.xrTableCell4.Weight = 0.60501558214145756D;
            // 
            // xrTableCell5
            // 
            this.xrTableCell5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
            new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[creation_date]")});
            this.xrTableCell5.Multiline = true;
            this.xrTableCell5.Name = "xrTableCell5";
            this.xrTableCell5.Text = "xrTableCell5";
            this.xrTableCell5.TextFormatString = "{0:MM/dd/yyyy}";
            this.xrTableCell5.Weight = 0.5987462345709248D;
            // 
            // xrTableCell6
            // 
            this.xrTableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
            new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[due_date]")});
            this.xrTableCell6.Multiline = true;
            this.xrTableCell6.Name = "xrTableCell6";
            this.xrTableCell6.Text = "xrTableCell6";
            this.xrTableCell6.TextFormatString = "{0:MM/dd/yyyy}";
            this.xrTableCell6.Weight = 0.58620652919279D;
            // 
            // DetailReport
            // 
            this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail1,
            this.ReportFooter});
            this.DetailReport.DataMember = "Query_3";
            this.DetailReport.DataSource = this.sqlDataSource1;
            this.DetailReport.Level = 0;
            this.DetailReport.Name = "DetailReport";
            // 
            // Detail1
            // 
            this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrTable1});
            this.Detail1.HeightF = 29.37495F;
            this.Detail1.Name = "Detail1";
            // 
            // ReportFooter
            // 
            this.ReportFooter.HeightF = 2.708689F;
            this.ReportFooter.Name = "ReportFooter";
            // 
            // wc1_type
            // 
            this.wc1_type.Description = "Period:";
            this.wc1_type.Name = "wc1_type";
            this.wc1_type.ValueInfo = "WEEKLY";
            staticListLookUpSettings1.LookUpValues.Add(new DevExpress.XtraReports.Parameters.LookUpValue("WEEKLY", null));
            staticListLookUpSettings1.LookUpValues.Add(new DevExpress.XtraReports.Parameters.LookUpValue("MONTHLY", null));
            staticListLookUpSettings1.LookUpValues.Add(new DevExpress.XtraReports.Parameters.LookUpValue("QUARTERLY", null));
            staticListLookUpSettings1.LookUpValues.Add(new DevExpress.XtraReports.Parameters.LookUpValue("YEARLY", null));
            this.wc1_type.ValueSourceSettings = staticListLookUpSettings1;
            // 
            // wc1_vsm
            // 
            this.wc1_vsm.Description = "VSM:";
            this.wc1_vsm.Name = "wc1_vsm";
            this.wc1_vsm.ValueInfo = "All";
            staticListLookUpSettings2.LookUpValues.Add(new DevExpress.XtraReports.Parameters.LookUpValue("All", null));
            staticListLookUpSettings2.LookUpValues.Add(new DevExpress.XtraReports.Parameters.LookUpValue("EP&A", null));
            staticListLookUpSettings2.LookUpValues.Add(new DevExpress.XtraReports.Parameters.LookUpValue("Heat Transfer", null));
            this.wc1_vsm.ValueSourceSettings = staticListLookUpSettings2;
            // 
            // r_escapes
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.TopMargin,
            this.BottomMargin,
            this.Detail,
            this.DetailReport});
            this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
            this.sqlDataSource1});
            this.DataSource = this.sqlDataSource1;
            this.Font = new System.Drawing.Font("Arial", 9.75F);
            this.Landscape = true;
            this.Margins = new System.Drawing.Printing.Margins(48, 50, 65, 54);
            this.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.PageHeight = 850;
            this.PageWidth = 1100;
            this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
            this.wc1_type,
            this.wc1_vsm});
            this.RequestParameters = false;
            this.Version = "20.1";
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrChart3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrChart2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

    }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle1               = new DevExpress.XtraCharts.ChartTitle();
     this.splitmain     = new System.Windows.Forms.SplitContainer();
     this.chartSlabtest = new DevExpress.XtraCharts.ChartControl();
     this.grdView       = new DevExpress.XtraGrid.GridControl();
     this.gvwView       = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.bandDate      = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bandTot       = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.MODEL_NM      = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand1     = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bandPlan      = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.PLAN_QTY      = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.bandMon       = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand3     = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bandFSINV     = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.FS_INV        = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand4     = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bandFSLT      = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.FS_LT         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand2     = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand5     = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bandOSINV     = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.OS_INV        = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand6     = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bandOSLT      = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.OS_LT         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.timer2        = new System.Windows.Forms.Timer();
     this.lblDateTime   = new System.Windows.Forms.Label();
     this.pnHeader      = new System.Windows.Forms.Panel();
     this.pnYMD         = new System.Windows.Forms.Panel();
     this.lblTitle2     = new System.Windows.Forms.Label();
     this.lblTitle1     = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.splitmain)).BeginInit();
     this.splitmain.Panel1.SuspendLayout();
     this.splitmain.Panel2.SuspendLayout();
     this.splitmain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartSlabtest)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).BeginInit();
     this.pnHeader.SuspendLayout();
     this.SuspendLayout();
     //
     // splitmain
     //
     this.splitmain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitmain.Location    = new System.Drawing.Point(0, 100);
     this.splitmain.Name        = "splitmain";
     this.splitmain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitmain.Panel1
     //
     this.splitmain.Panel1.Controls.Add(this.chartSlabtest);
     //
     // splitmain.Panel2
     //
     this.splitmain.Panel2.Controls.Add(this.grdView);
     this.splitmain.Size             = new System.Drawing.Size(1920, 980);
     this.splitmain.SplitterDistance = 592;
     this.splitmain.TabIndex         = 16;
     //
     // chartSlabtest
     //
     this.chartSlabtest.AnimationStartMode       = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartSlabtest.DataBindings             = null;
     xyDiagram1.AxisX.Label.Angle                = -45;
     xyDiagram1.AxisX.Label.Font                 = new System.Drawing.Font("Tahoma", 10F);
     xyDiagram1.AxisX.Title.Font                 = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisX.Title.Text                 = "Date";
     xyDiagram1.AxisX.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Label.Font                 = new System.Drawing.Font("Tahoma", 10F);
     xyDiagram1.AxisY.Label.TextPattern          = "{V:#,#}";
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisY.Title.Text                 = "Inventory (Prs)";
     xyDiagram1.AxisY.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     secondaryAxisY1.AxisID                     = 0;
     secondaryAxisY1.Label.Font                 = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY1.Name                       = "Secondary AxisY 1";
     secondaryAxisY1.Title.Font                 = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     secondaryAxisY1.Title.Text                 = "Leadtime (Days)";
     secondaryAxisY1.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     secondaryAxisY1.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartSlabtest.Diagram = xyDiagram1;
     this.chartSlabtest.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartSlabtest.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartSlabtest.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartSlabtest.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartSlabtest.Legend.Font            = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Bold);
     this.chartSlabtest.Legend.Name            = "Default Legend";
     this.chartSlabtest.Legend.Title.Font      = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartSlabtest.Legend.Title.Text      = "Slab Test";
     this.chartSlabtest.Legend.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.chartSlabtest.Location           = new System.Drawing.Point(0, 0);
     this.chartSlabtest.Name               = "chartSlabtest";
     sideBySideBarSeriesLabel1.Font        = new System.Drawing.Font("Tahoma", 9F);
     sideBySideBarSeriesLabel1.TextPattern = "{V:#,#}";
     series1.Label = sideBySideBarSeriesLabel1;
     series1.Name  = "Inventory";
     sideBySideBarSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(240)))));
     series1.View           = sideBySideBarSeriesView1;
     pointSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 9F);
     pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
     pointSeriesLabel1.Shadow.Visible         = true;
     pointSeriesLabel1.TextPattern            = "{V:#,0.0}";
     series2.Label             = pointSeriesLabel1;
     series2.Name              = "Leadtime";
     lineSeriesView1.AxisYName = "Secondary AxisY 1";
     lineSeriesView1.Color     = System.Drawing.Color.OrangeRed;
     lineSeriesView1.LineMarkerOptions.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(108)))), ((int)(((byte)(9)))));
     lineSeriesView1.LineMarkerOptions.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     lineSeriesView1.LineStyle.Thickness           = 3;
     lineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
     series2.View = lineSeriesView1;
     this.chartSlabtest.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartSlabtest.Size     = new System.Drawing.Size(1920, 592);
     this.chartSlabtest.TabIndex = 7;
     chartTitle1.Alignment       = System.Drawing.StringAlignment.Near;
     chartTitle1.Font            = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     chartTitle1.Indent          = 0;
     chartTitle1.Text            = "Stitching 1";
     chartTitle1.TextColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     chartTitle1.Visibility      = DevExpress.Utils.DefaultBoolean.False;
     this.chartSlabtest.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chartSlabtest.CustomDrawAxisLabel += new DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler(this.chartSlabtest_CustomDrawAxisLabel);
     //
     // grdView
     //
     this.grdView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grdView.Location = new System.Drawing.Point(0, 0);
     this.grdView.MainView = this.gvwView;
     this.grdView.Name     = "grdView";
     this.grdView.Size     = new System.Drawing.Size(1920, 384);
     this.grdView.TabIndex = 0;
     this.grdView.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwView
     });
     //
     // gvwView
     //
     this.gvwView.Appearance.BandPanel.BackColor              = System.Drawing.Color.Gray;
     this.gvwView.Appearance.BandPanel.Font                   = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gvwView.Appearance.BandPanel.ForeColor              = System.Drawing.Color.White;
     this.gvwView.Appearance.BandPanel.Options.UseBackColor   = true;
     this.gvwView.Appearance.BandPanel.Options.UseFont        = true;
     this.gvwView.Appearance.BandPanel.Options.UseForeColor   = true;
     this.gvwView.Appearance.BandPanel.Options.UseTextOptions = true;
     this.gvwView.Appearance.BandPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwView.Appearance.BandPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwView.Appearance.Row.Font                   = new System.Drawing.Font("Calibri", 14F);
     this.gvwView.Appearance.Row.Options.UseFont        = true;
     this.gvwView.Appearance.Row.Options.UseTextOptions = true;
     this.gvwView.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwView.Appearance.Row.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwView.BandPanelRowHeight = 35;
     this.gvwView.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.bandDate,
         this.gridBand1,
         this.bandMon,
         this.gridBand2
     });
     this.gvwView.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
         this.MODEL_NM,
         this.PLAN_QTY,
         this.FS_INV,
         this.FS_LT,
         this.OS_INV,
         this.OS_LT
     });
     this.gvwView.GridControl = this.grdView;
     this.gvwView.Name        = "gvwView";
     this.gvwView.OptionsCustomization.AllowBandMoving         = false;
     this.gvwView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvwView.OptionsSelection.EnableAppearanceFocusedRow  = false;
     this.gvwView.OptionsSelection.MultiSelectMode             = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.gvwView.OptionsView.ShowColumnHeaders = false;
     this.gvwView.OptionsView.ShowGroupPanel    = false;
     this.gvwView.OptionsView.ShowIndicator     = false;
     this.gvwView.PaintStyleName = "UltraFlat";
     this.gvwView.RowHeight      = 30;
     this.gvwView.RowCellStyle  += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvwView_RowCellStyle);
     //
     // bandDate
     //
     this.bandDate.Caption = "Model";
     this.bandDate.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.bandTot
     });
     this.bandDate.Name         = "bandDate";
     this.bandDate.RowCount     = 2;
     this.bandDate.VisibleIndex = 0;
     this.bandDate.Width        = 420;
     //
     // bandTot
     //
     this.bandTot.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bandTot.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.bandTot.AppearanceHeader.Options.UseBackColor = true;
     this.bandTot.AppearanceHeader.Options.UseForeColor = true;
     this.bandTot.Caption = "Total";
     this.bandTot.Columns.Add(this.MODEL_NM);
     this.bandTot.Name         = "bandTot";
     this.bandTot.VisibleIndex = 0;
     this.bandTot.Width        = 420;
     //
     // MODEL_NM
     //
     this.MODEL_NM.Caption   = "MODEL_NM";
     this.MODEL_NM.FieldName = "MODEL_NM";
     this.MODEL_NM.Name      = "MODEL_NM";
     this.MODEL_NM.Visible   = true;
     this.MODEL_NM.Width     = 420;
     //
     // gridBand1
     //
     this.gridBand1.Caption = "Plan";
     this.gridBand1.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.bandPlan
     });
     this.gridBand1.Name         = "gridBand1";
     this.gridBand1.RowCount     = 2;
     this.gridBand1.VisibleIndex = 1;
     this.gridBand1.Width        = 297;
     //
     // bandPlan
     //
     this.bandPlan.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bandPlan.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.bandPlan.AppearanceHeader.Options.UseBackColor = true;
     this.bandPlan.AppearanceHeader.Options.UseForeColor = true;
     this.bandPlan.Caption = "0";
     this.bandPlan.Columns.Add(this.PLAN_QTY);
     this.bandPlan.Name         = "bandPlan";
     this.bandPlan.VisibleIndex = 0;
     this.bandPlan.Width        = 297;
     //
     // PLAN_QTY
     //
     this.PLAN_QTY.Caption   = "PLAN_QTY";
     this.PLAN_QTY.FieldName = "PLAN_QTY";
     this.PLAN_QTY.Name      = "PLAN_QTY";
     this.PLAN_QTY.Visible   = true;
     this.PLAN_QTY.Width     = 297;
     //
     // bandMon
     //
     this.bandMon.Caption = "Stockfit";
     this.bandMon.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.gridBand3,
         this.gridBand4
     });
     this.bandMon.Name         = "bandMon";
     this.bandMon.VisibleIndex = 2;
     this.bandMon.Width        = 598;
     //
     // gridBand3
     //
     this.gridBand3.Caption = "Inventory (Prs)";
     this.gridBand3.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.bandFSINV
     });
     this.gridBand3.Name         = "gridBand3";
     this.gridBand3.VisibleIndex = 0;
     this.gridBand3.Width        = 299;
     //
     // bandFSINV
     //
     this.bandFSINV.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bandFSINV.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.bandFSINV.AppearanceHeader.Options.UseBackColor = true;
     this.bandFSINV.AppearanceHeader.Options.UseForeColor = true;
     this.bandFSINV.Caption = "0";
     this.bandFSINV.Columns.Add(this.FS_INV);
     this.bandFSINV.Name         = "bandFSINV";
     this.bandFSINV.VisibleIndex = 0;
     this.bandFSINV.Width        = 299;
     //
     // FS_INV
     //
     this.FS_INV.Caption   = "FS_INV";
     this.FS_INV.FieldName = "FS_INV";
     this.FS_INV.Name      = "FS_INV";
     this.FS_INV.Visible   = true;
     this.FS_INV.Width     = 299;
     //
     // gridBand4
     //
     this.gridBand4.Caption = "Leadtime(Hours)";
     this.gridBand4.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.bandFSLT
     });
     this.gridBand4.Name         = "gridBand4";
     this.gridBand4.VisibleIndex = 1;
     this.gridBand4.Width        = 299;
     //
     // bandFSLT
     //
     this.bandFSLT.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bandFSLT.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.bandFSLT.AppearanceHeader.Options.UseBackColor = true;
     this.bandFSLT.AppearanceHeader.Options.UseForeColor = true;
     this.bandFSLT.Caption = "0";
     this.bandFSLT.Columns.Add(this.FS_LT);
     this.bandFSLT.Name         = "bandFSLT";
     this.bandFSLT.VisibleIndex = 0;
     this.bandFSLT.Width        = 299;
     //
     // FS_LT
     //
     this.FS_LT.Caption   = "FS_LT";
     this.FS_LT.FieldName = "FS_LT";
     this.FS_LT.Name      = "FS_LT";
     this.FS_LT.Visible   = true;
     this.FS_LT.Width     = 299;
     //
     // gridBand2
     //
     this.gridBand2.Caption = "Outsole";
     this.gridBand2.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.gridBand5,
         this.gridBand6
     });
     this.gridBand2.Name         = "gridBand2";
     this.gridBand2.VisibleIndex = 3;
     this.gridBand2.Width        = 603;
     //
     // gridBand5
     //
     this.gridBand5.Caption = "Inventory (Prs)";
     this.gridBand5.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.bandOSINV
     });
     this.gridBand5.Name         = "gridBand5";
     this.gridBand5.VisibleIndex = 0;
     this.gridBand5.Width        = 301;
     //
     // bandOSINV
     //
     this.bandOSINV.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bandOSINV.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.bandOSINV.AppearanceHeader.Options.UseBackColor = true;
     this.bandOSINV.AppearanceHeader.Options.UseForeColor = true;
     this.bandOSINV.Caption = "0";
     this.bandOSINV.Columns.Add(this.OS_INV);
     this.bandOSINV.Name         = "bandOSINV";
     this.bandOSINV.VisibleIndex = 0;
     this.bandOSINV.Width        = 301;
     //
     // OS_INV
     //
     this.OS_INV.Caption   = "OS_INV";
     this.OS_INV.FieldName = "OS_INV";
     this.OS_INV.Name      = "OS_INV";
     this.OS_INV.Visible   = true;
     this.OS_INV.Width     = 301;
     //
     // gridBand6
     //
     this.gridBand6.Caption = "Leadtime(Hours)";
     this.gridBand6.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.bandOSLT
     });
     this.gridBand6.Name         = "gridBand6";
     this.gridBand6.VisibleIndex = 1;
     this.gridBand6.Width        = 302;
     //
     // bandOSLT
     //
     this.bandOSLT.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bandOSLT.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.bandOSLT.AppearanceHeader.Options.UseBackColor = true;
     this.bandOSLT.AppearanceHeader.Options.UseForeColor = true;
     this.bandOSLT.Caption = "0";
     this.bandOSLT.Columns.Add(this.OS_LT);
     this.bandOSLT.Name         = "bandOSLT";
     this.bandOSLT.VisibleIndex = 0;
     this.bandOSLT.Width        = 302;
     //
     // OS_LT
     //
     this.OS_LT.Caption   = "OS_LT";
     this.OS_LT.FieldName = "OS_LT";
     this.OS_LT.Name      = "OS_LT";
     this.OS_LT.Visible   = true;
     this.OS_LT.Width     = 302;
     //
     // timer2
     //
     this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
     //
     // lblDateTime
     //
     this.lblDateTime.BackColor = System.Drawing.Color.Transparent;
     this.lblDateTime.Font      = new System.Drawing.Font("Calibri", 30F, System.Drawing.FontStyle.Bold);
     this.lblDateTime.ForeColor = System.Drawing.Color.White;
     this.lblDateTime.Location  = new System.Drawing.Point(1679, 0);
     this.lblDateTime.Name      = "lblDateTime";
     this.lblDateTime.Size      = new System.Drawing.Size(225, 100);
     this.lblDateTime.TabIndex  = 0;
     this.lblDateTime.Text      = "20-10-2018\r\n00:00:00";
     this.lblDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // pnHeader
     //
     this.pnHeader.BackColor = System.Drawing.Color.Turquoise;
     this.pnHeader.Controls.Add(this.pnYMD);
     this.pnHeader.Controls.Add(this.lblDateTime);
     this.pnHeader.Controls.Add(this.lblTitle2);
     this.pnHeader.Controls.Add(this.lblTitle1);
     this.pnHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnHeader.Location = new System.Drawing.Point(0, 0);
     this.pnHeader.Name     = "pnHeader";
     this.pnHeader.Size     = new System.Drawing.Size(1920, 100);
     this.pnHeader.TabIndex = 17;
     //
     // pnYMD
     //
     this.pnYMD.Location = new System.Drawing.Point(1176, 2);
     this.pnYMD.Name     = "pnYMD";
     this.pnYMD.Size     = new System.Drawing.Size(450, 96);
     this.pnYMD.TabIndex = 1;
     //
     // lblTitle2
     //
     this.lblTitle2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.lblTitle2.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle2.Font      = new System.Drawing.Font("Calibri", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle2.ForeColor = System.Drawing.Color.White;
     this.lblTitle2.Location  = new System.Drawing.Point(226, 0);
     this.lblTitle2.Name      = "lblTitle2";
     this.lblTitle2.Size      = new System.Drawing.Size(944, 100);
     this.lblTitle2.TabIndex  = 0;
     this.lblTitle2.Text      = "- Inventory Tracking(OS-Stockfit)";
     this.lblTitle2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTitle1
     //
     this.lblTitle1.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblTitle1.Font      = new System.Drawing.Font("Calibri", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle1.ForeColor = System.Drawing.Color.White;
     this.lblTitle1.Location  = new System.Drawing.Point(0, 0);
     this.lblTitle1.Name      = "lblTitle1";
     this.lblTitle1.Size      = new System.Drawing.Size(240, 100);
     this.lblTitle1.TabIndex  = 0;
     this.lblTitle1.Text      = "Outsole";
     this.lblTitle1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FRM_SMT_OS_FSS_INVENTORY
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1920, 1080);
     this.Controls.Add(this.splitmain);
     this.Controls.Add(this.pnHeader);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FRM_SMT_OS_FSS_INVENTORY";
     this.Text            = "Form1";
     this.Load           += new System.EventHandler(this.FRM_ROLL_SLABTEST_MON_Load);
     this.VisibleChanged += new System.EventHandler(this.FRM_ROLL_SLABTEST_MON_VisibleChanged);
     this.splitmain.Panel1.ResumeLayout(false);
     this.splitmain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitmain)).EndInit();
     this.splitmain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSlabtest)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).EndInit();
     this.pnHeader.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 6
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView2   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView3   = new DevExpress.XtraCharts.LineSeriesView();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(JHRAS05));
     this.lblHiphone              = new DevExpress.XtraEditors.LabelControl();
     this.lblDate                 = new DevExpress.XtraEditors.LabelControl();
     this.txtFrom                 = new DevExpress.XtraEditors.TextEdit();
     this.timer_Close             = new System.Windows.Forms.Timer(this.components);
     this.pnlChart                = new DevExpress.XtraEditors.PanelControl();
     this.groupControl1           = new DevExpress.XtraEditors.GroupControl();
     this.cbEnableAxisYZooming    = new DevExpress.XtraEditors.CheckEdit();
     this.cbEnableAxisXZooming    = new DevExpress.XtraEditors.CheckEdit();
     this.cbEnableAxisYScrolling  = new DevExpress.XtraEditors.CheckEdit();
     this.cbEnableAxisXScrolling  = new DevExpress.XtraEditors.CheckEdit();
     this.ceShowRowGrandTotals    = new DevExpress.XtraEditors.CheckEdit();
     this.ceShowColumnGrandTotals = new DevExpress.XtraEditors.CheckEdit();
     this.ceSelectionOnly         = new DevExpress.XtraEditors.CheckEdit();
     this.ceChartDataVertical     = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl1           = new DevExpress.XtraEditors.LabelControl();
     this.checkShowPointLabels    = new DevExpress.XtraEditors.CheckEdit();
     this.comboChartType          = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl2           = new DevExpress.XtraEditors.LabelControl();
     this.chkAmt                   = new DevExpress.XtraEditors.CheckEdit();
     this.chkQty                   = new DevExpress.XtraEditors.CheckEdit();
     this.pivotGridControl1        = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField_YEARS     = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField_MENU_CODE = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField_MENU_NAME = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField_SALE_QTY  = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField_SALE_AMT  = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField_MONTHS    = new DevExpress.XtraPivotGrid.PivotGridField();
     this.chartControl1            = new DevExpress.XtraCharts.ChartControl();
     this.splitterControl1         = new DevExpress.XtraEditors.SplitterControl();
     this.txtTo           = new DevExpress.XtraEditors.TextEdit();
     this.txtFacilityname = new DevExpress.XtraEditors.TextEdit();
     this.picFacilitycode = new DevExpress.XtraEditors.PictureEdit();
     this.txtFacilitycode = new DevExpress.XtraEditors.TextEdit();
     this.lupFacilitytype = new DevExpress.XtraEditors.LookUpEdit();
     this.lblFacilitycode = new DevExpress.XtraEditors.LabelControl();
     this.lblFacilitytype = new DevExpress.XtraEditors.LabelControl();
     this.chkChart        = new DevExpress.XtraEditors.CheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.BottomPanel)).BeginInit();
     this.BottomPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtFrom.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlChart)).BeginInit();
     this.pnlChart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisYZooming.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisXZooming.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisYScrolling.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisXScrolling.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceShowRowGrandTotals.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceShowColumnGrandTotals.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceSelectionOnly.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceChartDataVertical.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkShowPointLabels.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboChartType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAmt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkQty.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilityname.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picFacilitycode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilitycode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lupFacilitytype.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkChart.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // BottomPanel
     //
     this.BottomPanel.Appearance.BackColor            = System.Drawing.SystemColors.GradientInactiveCaption;
     this.BottomPanel.Appearance.Options.UseBackColor = true;
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.SystemColors.GradientInactiveCaption;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.chkAmt);
     this.panelControl1.Controls.Add(this.chkQty);
     this.panelControl1.Controls.Add(this.chkChart);
     this.panelControl1.Controls.Add(this.txtFacilityname);
     this.panelControl1.Controls.Add(this.picFacilitycode);
     this.panelControl1.Controls.Add(this.txtFacilitycode);
     this.panelControl1.Controls.Add(this.txtTo);
     this.panelControl1.Controls.Add(this.lblFacilitycode);
     this.panelControl1.Controls.Add(this.txtFrom);
     this.panelControl1.Controls.Add(this.lupFacilitytype);
     this.panelControl1.Controls.Add(this.lblHiphone);
     this.panelControl1.Controls.Add(this.lblFacilitytype);
     this.panelControl1.Controls.Add(this.lblDate);
     this.panelControl1.TabIndex = 0;
     this.panelControl1.Controls.SetChildIndex(this.btnSelect, 0);
     this.panelControl1.Controls.SetChildIndex(this.lblDate, 0);
     this.panelControl1.Controls.SetChildIndex(this.lblFacilitytype, 0);
     this.panelControl1.Controls.SetChildIndex(this.lblHiphone, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupFacilitytype, 0);
     this.panelControl1.Controls.SetChildIndex(this.txtFrom, 0);
     this.panelControl1.Controls.SetChildIndex(this.lblFacilitycode, 0);
     this.panelControl1.Controls.SetChildIndex(this.txtTo, 0);
     this.panelControl1.Controls.SetChildIndex(this.txtFacilitycode, 0);
     this.panelControl1.Controls.SetChildIndex(this.picFacilitycode, 0);
     this.panelControl1.Controls.SetChildIndex(this.txtFacilityname, 0);
     this.panelControl1.Controls.SetChildIndex(this.chkChart, 0);
     this.panelControl1.Controls.SetChildIndex(this.chkQty, 0);
     this.panelControl1.Controls.SetChildIndex(this.chkAmt, 0);
     //
     // btnExecel
     //
     this.btnExecel.Enabled  = false;
     this.btnExecel.Location = new System.Drawing.Point(774, 8);
     this.btnExecel.Visible  = false;
     this.btnExecel.Click   += new System.EventHandler(this.btnExecel_Click);
     //
     // btnPrint
     //
     this.btnPrint.Enabled  = false;
     this.btnPrint.Location = new System.Drawing.Point(672, 8);
     this.btnPrint.Visible  = false;
     //
     // btnSelect
     //
     this.btnSelect.Location = new System.Drawing.Point(876, 6);
     this.btnSelect.TabIndex = 4;
     this.btnSelect.Click   += new System.EventHandler(this.btnSelect_Click);
     //
     // lblHiphone
     //
     this.lblHiphone.Location = new System.Drawing.Point(136, 14);
     this.lblHiphone.Name     = "lblHiphone";
     this.lblHiphone.Size     = new System.Drawing.Size(9, 14);
     this.lblHiphone.TabIndex = 299;
     this.lblHiphone.Text     = "~";
     //
     // lblDate
     //
     this.lblDate.Location = new System.Drawing.Point(16, 13);
     this.lblDate.Name     = "lblDate";
     this.lblDate.Size     = new System.Drawing.Size(48, 14);
     this.lblDate.TabIndex = 298;
     this.lblDate.Text     = "조회일자";
     //
     // txtFrom
     //
     this.txtFrom.EditValue            = "";
     this.txtFrom.EnterMoveNextControl = true;
     this.txtFrom.Location             = new System.Drawing.Point(70, 10);
     this.txtFrom.Name     = "txtFrom";
     this.txtFrom.Size     = new System.Drawing.Size(60, 21);
     this.txtFrom.TabIndex = 0;
     this.txtFrom.Leave   += new System.EventHandler(this.Control_Leave);
     this.txtFrom.Enter   += new System.EventHandler(this.Control_Enter);
     //
     // timer_Close
     //
     this.timer_Close.Tick += new System.EventHandler(this.timer_Close_Tick);
     //
     // pnlChart
     //
     this.pnlChart.Controls.Add(this.groupControl1);
     this.pnlChart.Controls.Add(this.ceShowRowGrandTotals);
     this.pnlChart.Controls.Add(this.ceShowColumnGrandTotals);
     this.pnlChart.Controls.Add(this.ceSelectionOnly);
     this.pnlChart.Controls.Add(this.ceChartDataVertical);
     this.pnlChart.Controls.Add(this.labelControl1);
     this.pnlChart.Controls.Add(this.checkShowPointLabels);
     this.pnlChart.Controls.Add(this.comboChartType);
     this.pnlChart.Controls.Add(this.labelControl2);
     this.pnlChart.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlChart.Location = new System.Drawing.Point(0, 42);
     this.pnlChart.Name     = "pnlChart";
     this.pnlChart.Size     = new System.Drawing.Size(986, 92);
     this.pnlChart.TabIndex = 104;
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.cbEnableAxisYZooming);
     this.groupControl1.Controls.Add(this.cbEnableAxisXZooming);
     this.groupControl1.Controls.Add(this.cbEnableAxisYScrolling);
     this.groupControl1.Controls.Add(this.cbEnableAxisXScrolling);
     this.groupControl1.Location = new System.Drawing.Point(477, 6);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(259, 77);
     this.groupControl1.TabIndex = 13;
     this.groupControl1.Text     = "Scrolling and Zooming [마우스 스크롤 사용]";
     //
     // cbEnableAxisYZooming
     //
     this.cbEnableAxisYZooming.Location             = new System.Drawing.Point(118, 52);
     this.cbEnableAxisYZooming.Margin               = new System.Windows.Forms.Padding(0, 10, 10, 10);
     this.cbEnableAxisYZooming.Name                 = "cbEnableAxisYZooming";
     this.cbEnableAxisYZooming.Properties.AutoWidth = true;
     this.cbEnableAxisYZooming.Properties.Caption   = "Y-axis Zooming";
     this.cbEnableAxisYZooming.Size                 = new System.Drawing.Size(105, 19);
     this.cbEnableAxisYZooming.TabIndex             = 112;
     this.cbEnableAxisYZooming.CheckedChanged      += new System.EventHandler(this.cbEnableAxisYZooming_CheckedChanged);
     //
     // cbEnableAxisXZooming
     //
     this.cbEnableAxisXZooming.Location             = new System.Drawing.Point(118, 28);
     this.cbEnableAxisXZooming.Margin               = new System.Windows.Forms.Padding(0, 10, 10, 10);
     this.cbEnableAxisXZooming.Name                 = "cbEnableAxisXZooming";
     this.cbEnableAxisXZooming.Properties.AutoWidth = true;
     this.cbEnableAxisXZooming.Properties.Caption   = "X-axis Zooming";
     this.cbEnableAxisXZooming.Size                 = new System.Drawing.Size(104, 19);
     this.cbEnableAxisXZooming.TabIndex             = 111;
     this.cbEnableAxisXZooming.CheckedChanged      += new System.EventHandler(this.cbEnableAxisXZooming_CheckedChanged);
     //
     // cbEnableAxisYScrolling
     //
     this.cbEnableAxisYScrolling.Location             = new System.Drawing.Point(12, 52);
     this.cbEnableAxisYScrolling.Margin               = new System.Windows.Forms.Padding(0, 10, 10, 10);
     this.cbEnableAxisYScrolling.Name                 = "cbEnableAxisYScrolling";
     this.cbEnableAxisYScrolling.Properties.AutoWidth = true;
     this.cbEnableAxisYScrolling.Properties.Caption   = "Y-axis Scrolling";
     this.cbEnableAxisYScrolling.Size                 = new System.Drawing.Size(102, 19);
     this.cbEnableAxisYScrolling.TabIndex             = 109;
     this.cbEnableAxisYScrolling.CheckedChanged      += new System.EventHandler(this.cbEnableAxisYScrolling_CheckedChanged);
     //
     // cbEnableAxisXScrolling
     //
     this.cbEnableAxisXScrolling.Location             = new System.Drawing.Point(12, 28);
     this.cbEnableAxisXScrolling.Margin               = new System.Windows.Forms.Padding(0, 10, 10, 10);
     this.cbEnableAxisXScrolling.Name                 = "cbEnableAxisXScrolling";
     this.cbEnableAxisXScrolling.Properties.AutoWidth = true;
     this.cbEnableAxisXScrolling.Properties.Caption   = "X-axis Scrolling";
     this.cbEnableAxisXScrolling.Size                 = new System.Drawing.Size(101, 19);
     this.cbEnableAxisXScrolling.TabIndex             = 110;
     this.cbEnableAxisXScrolling.CheckedChanged      += new System.EventHandler(this.cbEnableAxisXScrolling_CheckedChanged);
     //
     // ceShowRowGrandTotals
     //
     this.ceShowRowGrandTotals.EditValue          = true;
     this.ceShowRowGrandTotals.Location           = new System.Drawing.Point(296, 64);
     this.ceShowRowGrandTotals.Name               = "ceShowRowGrandTotals";
     this.ceShowRowGrandTotals.Properties.Caption = "Show Row Grand Totals";
     this.ceShowRowGrandTotals.Size               = new System.Drawing.Size(173, 19);
     this.ceShowRowGrandTotals.TabIndex           = 12;
     this.ceShowRowGrandTotals.CheckedChanged    += new System.EventHandler(this.ceShowRowGrandTotals_CheckedChanged);
     //
     // ceShowColumnGrandTotals
     //
     this.ceShowColumnGrandTotals.Location           = new System.Drawing.Point(296, 43);
     this.ceShowColumnGrandTotals.Name               = "ceShowColumnGrandTotals";
     this.ceShowColumnGrandTotals.Properties.Caption = "Show Column Grand Totals";
     this.ceShowColumnGrandTotals.Size               = new System.Drawing.Size(173, 19);
     this.ceShowColumnGrandTotals.TabIndex           = 11;
     this.ceShowColumnGrandTotals.CheckedChanged    += new System.EventHandler(this.ceShowColumnGrandTotals_CheckedChanged);
     //
     // ceSelectionOnly
     //
     this.ceSelectionOnly.EditValue          = true;
     this.ceSelectionOnly.Location           = new System.Drawing.Point(97, 62);
     this.ceSelectionOnly.Name               = "ceSelectionOnly";
     this.ceSelectionOnly.Properties.Caption = "Chart Selection Only";
     this.ceSelectionOnly.Size               = new System.Drawing.Size(210, 19);
     this.ceSelectionOnly.TabIndex           = 9;
     this.ceSelectionOnly.CheckedChanged    += new System.EventHandler(this.ceSelectionOnly_CheckedChanged);
     //
     // ceChartDataVertical
     //
     this.ceChartDataVertical.Location           = new System.Drawing.Point(97, 43);
     this.ceChartDataVertical.Name               = "ceChartDataVertical";
     this.ceChartDataVertical.Properties.Caption = "Generate Series from Columns";
     this.ceChartDataVertical.Size               = new System.Drawing.Size(210, 19);
     this.ceChartDataVertical.TabIndex           = 7;
     this.ceChartDataVertical.CheckedChanged    += new System.EventHandler(this.ceChartDataVertical_CheckedChanged);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(12, 45);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(79, 14);
     this.labelControl1.TabIndex = 6;
     this.labelControl1.Text     = "Chart Options:";
     //
     // checkShowPointLabels
     //
     this.checkShowPointLabels.Location           = new System.Drawing.Point(296, 15);
     this.checkShowPointLabels.Name               = "checkShowPointLabels";
     this.checkShowPointLabels.Properties.Caption = "Show Point Labels";
     this.checkShowPointLabels.Size               = new System.Drawing.Size(135, 19);
     this.checkShowPointLabels.TabIndex           = 4;
     this.checkShowPointLabels.CheckedChanged    += new System.EventHandler(this.checkShowPointLabels_CheckedChanged);
     //
     // comboChartType
     //
     this.comboChartType.EditValue = "Line";
     this.comboChartType.Location  = new System.Drawing.Point(100, 14);
     this.comboChartType.Name      = "comboChartType";
     this.comboChartType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboChartType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboChartType.Size                  = new System.Drawing.Size(186, 21);
     this.comboChartType.TabIndex              = 3;
     this.comboChartType.SelectedIndexChanged += new System.EventHandler(this.comboChartType_SelectedIndexChanged);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(12, 17);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(65, 14);
     this.labelControl2.TabIndex = 2;
     this.labelControl2.Text     = "Chart Type:";
     //
     // chkAmt
     //
     this.chkAmt.EditValue             = true;
     this.chkAmt.Location              = new System.Drawing.Point(807, 10);
     this.chkAmt.Name                  = "chkAmt";
     this.chkAmt.Properties.Caption    = "금액";
     this.chkAmt.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Style6;
     this.chkAmt.Size                  = new System.Drawing.Size(51, 22);
     this.chkAmt.TabIndex              = 108;
     this.chkAmt.CheckedChanged       += new System.EventHandler(this.chkAmt_CheckedChanged);
     //
     // chkQty
     //
     this.chkQty.EditValue             = true;
     this.chkQty.Location              = new System.Drawing.Point(758, 10);
     this.chkQty.Name                  = "chkQty";
     this.chkQty.Properties.Caption    = "인원";
     this.chkQty.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Style6;
     this.chkQty.Size                  = new System.Drawing.Size(49, 22);
     this.chkQty.TabIndex              = 109;
     this.chkQty.CheckedChanged       += new System.EventHandler(this.chkQty_CheckedChanged);
     //
     // pivotGridControl1
     //
     this.pivotGridControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pivotGridControl1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.pivotGridControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.pivotGridControl1.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
         this.pivotGridField_YEARS,
         this.pivotGridField_MENU_CODE,
         this.pivotGridField_MENU_NAME,
         this.pivotGridField_SALE_QTY,
         this.pivotGridField_SALE_AMT,
         this.pivotGridField_MONTHS
     });
     this.pivotGridControl1.Location = new System.Drawing.Point(0, 134);
     this.pivotGridControl1.Name     = "pivotGridControl1";
     //this.pivotGridControl1.OptionsChartDataSource.ChartDataVertical = false;
     this.pivotGridControl1.OptionsChartDataSource.ProvideDataByColumns = false;
     this.pivotGridControl1.OptionsView.ShowFilterHeaders = false;
     this.pivotGridControl1.Size     = new System.Drawing.Size(986, 231);
     this.pivotGridControl1.TabIndex = 105;
     //
     // pivotGridField_YEARS
     //
     this.pivotGridField_YEARS.Area      = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField_YEARS.AreaIndex = 0;
     this.pivotGridField_YEARS.Caption   = "년도";
     this.pivotGridField_YEARS.FieldName = "YEARS";
     this.pivotGridField_YEARS.Name      = "pivotGridField_YEARS";
     //
     // pivotGridField_MENU_CODE
     //
     this.pivotGridField_MENU_CODE.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField_MENU_CODE.AreaIndex = 0;
     this.pivotGridField_MENU_CODE.Caption   = "메뉴코드";
     this.pivotGridField_MENU_CODE.FieldName = "MENU_CODE";
     this.pivotGridField_MENU_CODE.Name      = "pivotGridField_MENU_CODE";
     this.pivotGridField_MENU_CODE.Visible   = false;
     //
     // pivotGridField_MENU_NAME
     //
     this.pivotGridField_MENU_NAME.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField_MENU_NAME.AreaIndex = 0;
     this.pivotGridField_MENU_NAME.Caption   = "메뉴명";
     this.pivotGridField_MENU_NAME.FieldName = "MENU_NAME";
     this.pivotGridField_MENU_NAME.Name      = "pivotGridField_MENU_NAME";
     //
     // pivotGridField_SALE_QTY
     //
     this.pivotGridField_SALE_QTY.Area      = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField_SALE_QTY.AreaIndex = 0;
     this.pivotGridField_SALE_QTY.Caption   = "인원";
     this.pivotGridField_SALE_QTY.CellFormat.FormatString = "n0";
     this.pivotGridField_SALE_QTY.CellFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.pivotGridField_SALE_QTY.FieldName = "SALE_QTY";
     this.pivotGridField_SALE_QTY.Name      = "pivotGridField_SALE_QTY";
     this.pivotGridField_SALE_QTY.Width     = 40;
     //
     // pivotGridField_SALE_AMT
     //
     this.pivotGridField_SALE_AMT.Area      = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField_SALE_AMT.AreaIndex = 1;
     this.pivotGridField_SALE_AMT.Caption   = "금액";
     this.pivotGridField_SALE_AMT.CellFormat.FormatString = "n0";
     this.pivotGridField_SALE_AMT.CellFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.pivotGridField_SALE_AMT.FieldName = "SALE_AMT";
     this.pivotGridField_SALE_AMT.Name      = "pivotGridField_SALE_AMT";
     this.pivotGridField_SALE_AMT.Width     = 80;
     //
     // pivotGridField_MONTHS
     //
     this.pivotGridField_MONTHS.Area      = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField_MONTHS.AreaIndex = 1;
     this.pivotGridField_MONTHS.Caption   = "월";
     this.pivotGridField_MONTHS.FieldName = "MONTHS";
     this.pivotGridField_MONTHS.Name      = "pivotGridField_MONTHS";
     //
     // chartControl1
     //
     xyDiagram1.AxisX.Range.Auto = false;
     xyDiagram1.AxisX.Range.MaxValueSerializable = "E";
     xyDiagram1.AxisX.Range.MinValueSerializable = "A";
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.AlwaysShowZeroLevel  = false;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram    = xyDiagram1;
     this.chartControl1.Dock       = System.Windows.Forms.DockStyle.Bottom;
     this.chartControl1.Location   = new System.Drawing.Point(0, 371);
     this.chartControl1.Name       = "chartControl1";
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     series1.View  = lineSeriesView1;
     pointSeriesLabel2.LineVisible = true;
     series2.Label = pointSeriesLabel2;
     series2.Name  = "Series 2";
     series2.View  = lineSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     pointSeriesLabel3.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
     this.chartControl1.SeriesTemplate.View  = lineSeriesView3;
     this.chartControl1.Size     = new System.Drawing.Size(986, 242);
     this.chartControl1.TabIndex = 106;
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitterControl1.Location = new System.Drawing.Point(0, 365);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(986, 6);
     this.splitterControl1.TabIndex = 107;
     this.splitterControl1.TabStop  = false;
     //
     // txtTo
     //
     this.txtTo.EditValue            = "";
     this.txtTo.EnterMoveNextControl = true;
     this.txtTo.Location             = new System.Drawing.Point(151, 10);
     this.txtTo.Name     = "txtTo";
     this.txtTo.Size     = new System.Drawing.Size(60, 21);
     this.txtTo.TabIndex = 1;
     this.txtTo.Leave   += new System.EventHandler(this.Control_Leave);
     this.txtTo.Enter   += new System.EventHandler(this.Control_Enter);
     //
     // txtFacilityname
     //
     this.txtFacilityname.EditValue = "";
     this.txtFacilityname.Enabled   = false;
     this.txtFacilityname.Location  = new System.Drawing.Point(534, 10);
     this.txtFacilityname.Name      = "txtFacilityname";
     this.txtFacilityname.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.txtFacilityname.Properties.Appearance.Options.UseBackColor = true;
     this.txtFacilityname.Properties.MaxLength = 10;
     this.txtFacilityname.Properties.ReadOnly  = true;
     this.txtFacilityname.Size     = new System.Drawing.Size(125, 21);
     this.txtFacilityname.TabIndex = 4337;
     this.txtFacilityname.TabStop  = false;
     this.txtFacilityname.Tag      = "";
     this.txtFacilityname.Leave   += new System.EventHandler(this.Control_Leave);
     this.txtFacilityname.Enter   += new System.EventHandler(this.Control_Enter);
     //
     // picFacilitycode
     //
     this.picFacilitycode.Cursor              = System.Windows.Forms.Cursors.Hand;
     this.picFacilitycode.EditValue           = ((object)(resources.GetObject("picFacilitycode.EditValue")));
     this.picFacilitycode.Location            = new System.Drawing.Point(505, 10);
     this.picFacilitycode.Name                = "picFacilitycode";
     this.picFacilitycode.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.picFacilitycode.Size                = new System.Drawing.Size(23, 21);
     this.picFacilitycode.TabIndex            = 4338;
     this.picFacilitycode.Click              += new System.EventHandler(this.picFacilitycode_Click);
     //
     // txtFacilitycode
     //
     this.txtFacilitycode.Location = new System.Drawing.Point(440, 10);
     this.txtFacilitycode.Name     = "txtFacilitycode";
     this.txtFacilitycode.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.txtFacilitycode.Properties.Appearance.Options.UseBackColor = true;
     this.txtFacilitycode.Size     = new System.Drawing.Size(59, 21);
     this.txtFacilitycode.TabIndex = 3;
     this.txtFacilitycode.Leave   += new System.EventHandler(this.Control_Leave);
     this.txtFacilitycode.Enter   += new System.EventHandler(this.Control_Enter);
     this.txtFacilitycode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFacilitycode_KeyDown);
     //
     // lupFacilitytype
     //
     this.lupFacilitytype.EnterMoveNextControl = true;
     this.lupFacilitytype.Location             = new System.Drawing.Point(270, 10);
     this.lupFacilitytype.Name = "lupFacilitytype";
     this.lupFacilitytype.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lupFacilitytype.Size     = new System.Drawing.Size(100, 21);
     this.lupFacilitytype.TabIndex = 2;
     this.lupFacilitytype.Enter   += new System.EventHandler(this.Control_Enter);
     this.lupFacilitytype.Leave   += new System.EventHandler(this.Control_Leave);
     //
     // lblFacilitycode
     //
     this.lblFacilitycode.Location = new System.Drawing.Point(386, 13);
     this.lblFacilitycode.Name     = "lblFacilitycode";
     this.lblFacilitycode.Size     = new System.Drawing.Size(48, 14);
     this.lblFacilitycode.TabIndex = 4335;
     this.lblFacilitycode.Text     = "업장코드";
     //
     // lblFacilitytype
     //
     this.lblFacilitytype.Location = new System.Drawing.Point(216, 13);
     this.lblFacilitytype.Name     = "lblFacilitytype";
     this.lblFacilitytype.Size     = new System.Drawing.Size(48, 14);
     this.lblFacilitytype.TabIndex = 4336;
     this.lblFacilitytype.Text     = "업장유형";
     //
     // chkChart
     //
     this.chkChart.Cursor                = System.Windows.Forms.Cursors.Hand;
     this.chkChart.EditValue             = true;
     this.chkChart.Location              = new System.Drawing.Point(674, 10);
     this.chkChart.Name                  = "chkChart";
     this.chkChart.Properties.Caption    = "챠트보기";
     this.chkChart.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Style1;
     this.chkChart.Size                  = new System.Drawing.Size(82, 22);
     this.chkChart.TabIndex              = 4339;
     this.chkChart.CheckedChanged       += new System.EventHandler(this.chkChart_CheckedChanged);
     //
     // JHRAS05
     //
     this.ClientSize = new System.Drawing.Size(986, 655);
     this.Controls.Add(this.pivotGridControl1);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.pnlChart);
     this.Name      = "JHRAS05";
     this.Text      = "연간메뉴별매출현황";
     this.Load     += new System.EventHandler(this.JHRAS05_Load);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.JHRAS05_KeyPress);
     this.Controls.SetChildIndex(this.panelControl1, 0);
     this.Controls.SetChildIndex(this.BottomPanel, 0);
     this.Controls.SetChildIndex(this.pnlChart, 0);
     this.Controls.SetChildIndex(this.chartControl1, 0);
     this.Controls.SetChildIndex(this.splitterControl1, 0);
     this.Controls.SetChildIndex(this.pivotGridControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.BottomPanel)).EndInit();
     this.BottomPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtFrom.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlChart)).EndInit();
     this.pnlChart.ResumeLayout(false);
     this.pnlChart.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisYZooming.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisXZooming.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisYScrolling.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEnableAxisXScrolling.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceShowRowGrandTotals.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceShowColumnGrandTotals.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceSelectionOnly.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceChartDataVertical.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkShowPointLabels.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboChartType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAmt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkQty.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilityname.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picFacilitycode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilitycode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lupFacilitytype.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkChart.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram        xyDiagram2        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series3           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView4   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series           series4           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel5 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView5   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView6   = new DevExpress.XtraCharts.LineSeriesView();
     this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.gridControl1        = new DevExpress.XtraGrid.GridControl();
     this.gridView1           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.chartControl1       = new DevExpress.XtraCharts.ChartControl();
     this.lblReportTitle      = new DevExpress.XtraEditors.LabelControl();
     this.btnPrint            = new DevExpress.XtraEditors.SimpleButton();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.btnExport           = new DevExpress.XtraEditors.SimpleButton();
     this.btnOK               = new DevExpress.XtraEditors.SimpleButton();
     this.txtYear             = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtWareHouse        = new DevExpress.XtraEditors.ComboBoxEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5  = new DevExpress.XtraLayout.LayoutControlItem();
     this.panelControl1       = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWareHouse.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2010 Blue";
     //
     // gridControl1
     //
     this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.gridControl1.Location = new System.Drawing.Point(12, 541);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(911, 141);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.AllowAddRows    = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsBehavior.Editable        = false;
     this.gridView1.OptionsView.ShowGroupPanel      = false;
     //
     // chartControl1
     //
     xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram2.AxisX.Tickmarks.MinorVisible     = false;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Title.Text    = "病人人数";
     xyDiagram2.AxisY.Title.Visible = true;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram    = xyDiagram2;
     this.chartControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Location   = new System.Drawing.Point(2, 2);
     this.chartControl1.Name       = "chartControl1";
     pointSeriesLabel4.LineVisible = true;
     series3.Label = pointSeriesLabel4;
     series3.Name  = "Series 1";
     series3.View  = lineSeriesView4;
     pointSeriesLabel5.LineVisible = true;
     series4.Label = pointSeriesLabel5;
     series4.Name  = "Series 2";
     series4.View  = lineSeriesView5;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3,
         series4
     };
     pointSeriesLabel6.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel6;
     this.chartControl1.SeriesTemplate.View  = lineSeriesView6;
     this.chartControl1.Size     = new System.Drawing.Size(906, 440);
     this.chartControl1.TabIndex = 1;
     this.chartControl1.ToolTipOptions.ShowForSeries = true;
     //
     // lblReportTitle
     //
     this.lblReportTitle.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblReportTitle.Location        = new System.Drawing.Point(383, 62);
     this.lblReportTitle.Name            = "lblReportTitle";
     this.lblReportTitle.Size            = new System.Drawing.Size(120, 23);
     this.lblReportTitle.TabIndex        = 2;
     this.lblReportTitle.Text            = "趋势报表标题";
     //
     // btnPrint
     //
     this.btnPrint.Location        = new System.Drawing.Point(470, 12);
     this.btnPrint.Name            = "btnPrint";
     this.btnPrint.Size            = new System.Drawing.Size(69, 22);
     this.btnPrint.StyleController = this.layoutControl1;
     this.btnPrint.TabIndex        = 3;
     this.btnPrint.Text            = "打印图表";
     this.btnPrint.Click          += new System.EventHandler(this.btnPrint_Click);
     //
     // layoutControl1
     //
     this.layoutControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.layoutControl1.Controls.Add(this.btnExport);
     this.layoutControl1.Controls.Add(this.btnPrint);
     this.layoutControl1.Controls.Add(this.btnOK);
     this.layoutControl1.Controls.Add(this.txtYear);
     this.layoutControl1.Controls.Add(this.txtWareHouse);
     this.layoutControl1.Location = new System.Drawing.Point(13, 4);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(916, 47);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // btnExport
     //
     this.btnExport.Location        = new System.Drawing.Point(397, 12);
     this.btnExport.Name            = "btnExport";
     this.btnExport.Size            = new System.Drawing.Size(69, 22);
     this.btnExport.StyleController = this.layoutControl1;
     this.btnExport.TabIndex        = 7;
     this.btnExport.Text            = "导出报表";
     this.btnExport.Click          += new System.EventHandler(this.btnExport_Click);
     //
     // btnOK
     //
     this.btnOK.Location        = new System.Drawing.Point(324, 12);
     this.btnOK.Name            = "btnOK";
     this.btnOK.Size            = new System.Drawing.Size(69, 22);
     this.btnOK.StyleController = this.layoutControl1;
     this.btnOK.TabIndex        = 6;
     this.btnOK.Text            = "确定";
     this.btnOK.Click          += new System.EventHandler(this.btnOK_Click);
     //
     // txtYear
     //
     this.txtYear.Location = new System.Drawing.Point(219, 12);
     this.txtYear.Name     = "txtYear";
     this.txtYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.txtYear.Size            = new System.Drawing.Size(101, 20);
     this.txtYear.StyleController = this.layoutControl1;
     this.txtYear.TabIndex        = 5;
     //
     // txtWareHouse
     //
     this.txtWareHouse.Location = new System.Drawing.Point(63, 12);
     this.txtWareHouse.Name     = "txtWareHouse";
     this.txtWareHouse.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.txtWareHouse.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.txtWareHouse.Size            = new System.Drawing.Size(101, 20);
     this.txtWareHouse.StyleController = this.layoutControl1;
     this.txtWareHouse.TabIndex        = 4;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.emptySpaceItem1,
         this.layoutControlItem3,
         this.layoutControlItem4,
         this.layoutControlItem5
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(916, 47);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.txtWareHouse;
     this.layoutControlItem1.CustomizationFormText = "所在科室";
     this.layoutControlItem1.Location            = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.MaxSize             = new System.Drawing.Size(156, 0);
     this.layoutControlItem1.MinSize             = new System.Drawing.Size(106, 25);
     this.layoutControlItem1.Name                = "layoutControlItem1";
     this.layoutControlItem1.Size                = new System.Drawing.Size(156, 27);
     this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.Text                = "所属库房";
     this.layoutControlItem1.TextSize            = new System.Drawing.Size(48, 14);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.txtYear;
     this.layoutControlItem2.CustomizationFormText = "报表年份";
     this.layoutControlItem2.Location            = new System.Drawing.Point(156, 0);
     this.layoutControlItem2.MaxSize             = new System.Drawing.Size(156, 24);
     this.layoutControlItem2.MinSize             = new System.Drawing.Size(106, 24);
     this.layoutControlItem2.Name                = "layoutControlItem2";
     this.layoutControlItem2.Size                = new System.Drawing.Size(156, 27);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.Text                = "报表年份";
     this.layoutControlItem2.TextSize            = new System.Drawing.Size(48, 14);
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack         = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(531, 0);
     this.emptySpaceItem1.Name     = "emptySpaceItem1";
     this.emptySpaceItem1.Size     = new System.Drawing.Size(365, 27);
     this.emptySpaceItem1.Text     = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.btnOK;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location              = new System.Drawing.Point(312, 0);
     this.layoutControlItem3.MaxSize               = new System.Drawing.Size(73, 26);
     this.layoutControlItem3.MinSize               = new System.Drawing.Size(73, 26);
     this.layoutControlItem3.Name                  = "layoutControlItem3";
     this.layoutControlItem3.Size                  = new System.Drawing.Size(73, 27);
     this.layoutControlItem3.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.Text                  = "layoutControlItem3";
     this.layoutControlItem3.TextSize              = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.btnExport;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location              = new System.Drawing.Point(385, 0);
     this.layoutControlItem4.MaxSize               = new System.Drawing.Size(73, 26);
     this.layoutControlItem4.MinSize               = new System.Drawing.Size(73, 26);
     this.layoutControlItem4.Name                  = "layoutControlItem4";
     this.layoutControlItem4.Size                  = new System.Drawing.Size(73, 27);
     this.layoutControlItem4.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.Text                  = "layoutControlItem4";
     this.layoutControlItem4.TextSize              = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible           = false;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.btnPrint;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location              = new System.Drawing.Point(458, 0);
     this.layoutControlItem5.MaxSize               = new System.Drawing.Size(73, 26);
     this.layoutControlItem5.MinSize               = new System.Drawing.Size(63, 26);
     this.layoutControlItem5.Name                  = "layoutControlItem5";
     this.layoutControlItem5.Size                  = new System.Drawing.Size(73, 27);
     this.layoutControlItem5.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.Text                  = "layoutControlItem5";
     this.layoutControlItem5.TextSize              = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible           = false;
     //
     // panelControl1
     //
     this.panelControl1.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)));
     this.panelControl1.Controls.Add(this.chartControl1);
     this.panelControl1.Location = new System.Drawing.Point(13, 91);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(910, 444);
     this.panelControl1.TabIndex = 5;
     //
     // FrmLineHistoryReport
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.lblReportTitle);
     this.Controls.Add(this.gridControl1);
     this.Name         = "FrmLineHistoryReport";
     this.Size         = new System.Drawing.Size(935, 694);
     this.Load        += new System.EventHandler(this.FrmLineHistoryReport_Load);
     this.SizeChanged += new System.EventHandler(this.FrmLineHistoryReport_SizeChanged);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWareHouse.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions2 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions3 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.chartMain = new DevExpress.XtraCharts.ChartControl();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.dateFrom = new System.Windows.Forms.DateTimePicker();
            this.datTo = new System.Windows.Forms.DateTimePicker();
            this.cbbTime = new System.Windows.Forms.ComboBox();
            this.cbbType = new System.Windows.Forms.ComboBox();
            this.button1 = new System.Windows.Forms.Button();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.btnClose = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.panelControl2);
            this.groupControl1.Controls.Add(this.panelControl1);
            this.groupControl1.Controls.Add(this.panelControl3);
            this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupControl1.Location = new System.Drawing.Point(0, 0);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(900, 560);
            this.groupControl1.TabIndex = 1;
            this.groupControl1.Text = "Biểu đồ quá trình hoạt động";
            // 
            // panelControl2
            // 
            this.panelControl2.Controls.Add(this.chartMain);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl2.Location = new System.Drawing.Point(2, 77);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(896, 435);
            this.panelControl2.TabIndex = 1;
            // 
            // chartMain
            // 
            this.chartMain.CrosshairOptions.ArgumentLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(57)))), ((int)(((byte)(205)))));
            this.chartMain.CrosshairOptions.ValueLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(57)))), ((int)(((byte)(205)))));
            xyDiagram1.AxisX.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartMain.Diagram = xyDiagram1;
            this.chartMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartMain.Legend.Antialiasing = true;
            this.chartMain.Location = new System.Drawing.Point(2, 2);
            this.chartMain.Name = "chartMain";
            this.chartMain.PaletteName = "Metro";
            pointSeriesLabel1.LineVisible = true;
            pointOptions1.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            pointSeriesLabel1.PointOptions = pointOptions1;
            series1.Label = pointSeriesLabel1;
            series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
            series1.Name = "Series 1";
            series1.View = lineSeriesView1;
            pointSeriesLabel2.LineVisible = true;
            pointOptions2.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            pointOptions2.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            pointSeriesLabel2.PointOptions = pointOptions2;
            series2.Label = pointSeriesLabel2;
            series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
            series2.Name = "Series 2";
            series2.View = lineSeriesView2;
            this.chartMain.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            pointSeriesLabel3.LineVisible = true;
            pointOptions3.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            pointOptions3.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
            pointSeriesLabel3.PointOptions = pointOptions3;
            this.chartMain.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartMain.SeriesTemplate.View = lineSeriesView3;
            this.chartMain.Size = new System.Drawing.Size(892, 431);
            this.chartMain.TabIndex = 0;
            chartTitle1.Text = "THỐNG KÊ QUÁ TRÌNH HOẠT ĐỘNG";
            this.chartMain.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle1});
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.label2);
            this.panelControl1.Controls.Add(this.label1);
            this.panelControl1.Controls.Add(this.dateFrom);
            this.panelControl1.Controls.Add(this.datTo);
            this.panelControl1.Controls.Add(this.cbbTime);
            this.panelControl1.Controls.Add(this.cbbType);
            this.panelControl1.Controls.Add(this.button1);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl1.Location = new System.Drawing.Point(2, 21);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(896, 56);
            this.panelControl1.TabIndex = 0;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(485, 19);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 13);
            this.label2.TabIndex = 6;
            this.label2.Text = "Đến ngày";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(280, 19);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(46, 13);
            this.label1.TabIndex = 5;
            this.label1.Text = "Từ ngày";
            // 
            // dateFrom
            // 
            this.dateFrom.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateFrom.Location = new System.Drawing.Point(332, 15);
            this.dateFrom.Name = "dateFrom";
            this.dateFrom.Size = new System.Drawing.Size(149, 22);
            this.dateFrom.TabIndex = 4;
            // 
            // datTo
            // 
            this.datTo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.datTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.datTo.Location = new System.Drawing.Point(539, 15);
            this.datTo.Name = "datTo";
            this.datTo.Size = new System.Drawing.Size(129, 22);
            this.datTo.TabIndex = 3;
            // 
            // cbbTime
            // 
            this.cbbTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbbTime.FormattingEnabled = true;
            this.cbbTime.Items.AddRange(new object[] {
            "Theo Ngày",
            "Theo Tháng"});
            this.cbbTime.Location = new System.Drawing.Point(686, 14);
            this.cbbTime.Name = "cbbTime";
            this.cbbTime.Size = new System.Drawing.Size(110, 24);
            this.cbbTime.TabIndex = 2;
            // 
            // cbbType
            // 
            this.cbbType.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbbType.FormattingEnabled = true;
            this.cbbType.Items.AddRange(new object[] {
            "Số lượt tư vấn / Trạm"});
            this.cbbType.Location = new System.Drawing.Point(5, 14);
            this.cbbType.Name = "cbbType";
            this.cbbType.Size = new System.Drawing.Size(253, 24);
            this.cbbType.TabIndex = 1;
            // 
            // button1
            // 
            this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button1.Location = new System.Drawing.Point(805, 10);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 31);
            this.button1.TabIndex = 0;
            this.button1.Text = "XEM";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // panelControl3
            // 
            this.panelControl3.Controls.Add(this.button2);
            this.panelControl3.Controls.Add(this.btnClose);
            this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl3.Location = new System.Drawing.Point(2, 512);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(896, 46);
            this.panelControl3.TabIndex = 2;
            // 
            // btnClose
            // 
            this.btnClose.Location = new System.Drawing.Point(811, 9);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(75, 32);
            this.btnClose.TabIndex = 0;
            this.btnClose.Text = "Đóng";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(10, 9);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 32);
            this.button2.TabIndex = 1;
            this.button2.Text = "Lưu biểu đồ";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // FrmThongKe_TheoThoiGian
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(900, 560);
            this.Controls.Add(this.groupControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "FrmThongKe_TheoThoiGian";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Biểu Đồ";
            this.Load += new System.EventHandler(this.FrmThongKe_TheoThoiGian_Load);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView2   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView3   = new DevExpress.XtraCharts.LineSeriesView();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.groupBox3       = new System.Windows.Forms.GroupBox();
     this.rbExeDept       = new System.Windows.Forms.RadioButton();
     this.rbRecepDept     = new System.Windows.Forms.RadioButton();
     this.nvTextEdit2     = new NineVigor.FrameWork.WinForms.Controls.Common.NVTextEdit();
     this.label7          = new System.Windows.Forms.Label();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.rbBeforeCheck   = new System.Windows.Forms.RadioButton();
     this.rbCurCheck      = new System.Windows.Forms.RadioButton();
     this.label6          = new System.Windows.Forms.Label();
     this.nvTextEdit1     = new NineVigor.FrameWork.WinForms.Controls.Common.NVTextEdit();
     this.label4          = new System.Windows.Forms.Label();
     this.dtBeginDate     = new System.Windows.Forms.DateTimePicker();
     this.nineCBSmallDept = new NineVigor.FrameWork.WinForms.Controls.NineComboBox(this.components);
     this.label3          = new System.Windows.Forms.Label();
     this.chartControl1   = new DevExpress.XtraCharts.ChartControl();
     this.nineComboBox1   = new NineVigor.FrameWork.WinForms.Controls.NineComboBox(this.components);
     this.label1          = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nvTextEdit2.Properties)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nvTextEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.nineComboBox1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.nvTextEdit2);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.nvTextEdit1);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.dtBeginDate);
     this.groupBox1.Controls.Add(this.nineCBSmallDept);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(833, 104);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "分析条件";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.rbExeDept);
     this.groupBox3.Controls.Add(this.rbRecepDept);
     this.groupBox3.Location = new System.Drawing.Point(601, 6);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(200, 34);
     this.groupBox3.TabIndex = 17;
     this.groupBox3.TabStop  = false;
     //
     // rbExeDept
     //
     this.rbExeDept.AutoSize = true;
     this.rbExeDept.Location = new System.Drawing.Point(109, 14);
     this.rbExeDept.Name     = "rbExeDept";
     this.rbExeDept.Size     = new System.Drawing.Size(71, 16);
     this.rbExeDept.TabIndex = 1;
     this.rbExeDept.Text     = "执行科室";
     this.rbExeDept.UseVisualStyleBackColor = true;
     //
     // rbRecepDept
     //
     this.rbRecepDept.AutoSize = true;
     this.rbRecepDept.Checked  = true;
     this.rbRecepDept.Location = new System.Drawing.Point(7, 14);
     this.rbRecepDept.Name     = "rbRecepDept";
     this.rbRecepDept.Size     = new System.Drawing.Size(71, 16);
     this.rbRecepDept.TabIndex = 0;
     this.rbRecepDept.TabStop  = true;
     this.rbRecepDept.Text     = "开单科室";
     this.rbRecepDept.UseVisualStyleBackColor = true;
     //
     // nvTextEdit2
     //
     this.nvTextEdit2.Location = new System.Drawing.Point(597, 48);
     this.nvTextEdit2.Name     = "nvTextEdit2";
     this.nvTextEdit2.Size     = new System.Drawing.Size(100, 20);
     this.nvTextEdit2.TabIndex = 21;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(472, 52);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(125, 12);
     this.label7.TabIndex = 18;
     this.label7.Text     = "往期对比分析月度数:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.rbBeforeCheck);
     this.groupBox2.Controls.Add(this.rbCurCheck);
     this.groupBox2.Location = new System.Drawing.Point(376, 8);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(200, 34);
     this.groupBox2.TabIndex = 16;
     this.groupBox2.TabStop  = false;
     //
     // rbBeforeCheck
     //
     this.rbBeforeCheck.AutoSize = true;
     this.rbBeforeCheck.Location = new System.Drawing.Point(109, 14);
     this.rbBeforeCheck.Name     = "rbBeforeCheck";
     this.rbBeforeCheck.Size     = new System.Drawing.Size(71, 16);
     this.rbBeforeCheck.TabIndex = 1;
     this.rbBeforeCheck.Text     = "往期分析";
     this.rbBeforeCheck.UseVisualStyleBackColor = true;
     //
     // rbCurCheck
     //
     this.rbCurCheck.AutoSize = true;
     this.rbCurCheck.Checked  = true;
     this.rbCurCheck.Location = new System.Drawing.Point(7, 14);
     this.rbCurCheck.Name     = "rbCurCheck";
     this.rbCurCheck.Size     = new System.Drawing.Size(71, 16);
     this.rbCurCheck.TabIndex = 0;
     this.rbCurCheck.TabStop  = true;
     this.rbCurCheck.Text     = "同期分析";
     this.rbCurCheck.UseVisualStyleBackColor = true;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(4, 50);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(65, 12);
     this.label6.TabIndex = 15;
     this.label6.Text     = "分析月份:";
     //
     // nvTextEdit1
     //
     this.nvTextEdit1.EditValue = "1";
     this.nvTextEdit1.Location  = new System.Drawing.Point(352, 48);
     this.nvTextEdit1.Name      = "nvTextEdit1";
     this.nvTextEdit1.Size      = new System.Drawing.Size(100, 20);
     this.nvTextEdit1.TabIndex  = 14;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(201, 52);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(149, 12);
     this.label4.TabIndex = 13;
     this.label4.Text     = "同期向前对比分析月份数:";
     //
     // dtBeginDate
     //
     this.dtBeginDate.CustomFormat = "yyyy-MM";
     this.dtBeginDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtBeginDate.Location     = new System.Drawing.Point(79, 47);
     this.dtBeginDate.Name         = "dtBeginDate";
     this.dtBeginDate.Size         = new System.Drawing.Size(101, 21);
     this.dtBeginDate.TabIndex     = 8;
     //
     // nineCBSmallDept
     //
     this.nineCBSmallDept.ArrowBackColor     = System.Drawing.SystemColors.Control;
     this.nineCBSmallDept.DropDownHeight     = 424;
     this.nineCBSmallDept.FormattingEnabled  = true;
     this.nineCBSmallDept.IntegralHeight     = false;
     this.nineCBSmallDept.IsEnter2Tab        = false;
     this.nineCBSmallDept.IsFlat             = false;
     this.nineCBSmallDept.IsLike             = true;
     this.nineCBSmallDept.IsListOnly         = false;
     this.nineCBSmallDept.IsPopForm          = true;
     this.nineCBSmallDept.IsShowCustomerList = false;
     this.nineCBSmallDept.IsShowID           = false;
     this.nineCBSmallDept.Location           = new System.Drawing.Point(58, 20);
     this.nineCBSmallDept.Name             = "nineCBSmallDept";
     this.nineCBSmallDept.PopForm          = null;
     this.nineCBSmallDept.ShowAll          = false;
     this.nineCBSmallDept.ShowCustomerList = false;
     this.nineCBSmallDept.ShowID           = false;
     this.nineCBSmallDept.Size             = new System.Drawing.Size(121, 20);
     this.nineCBSmallDept.Style            = NineVigor.FrameWork.WinForms.Controls.StyleType.Flat;
     this.nineCBSmallDept.TabIndex         = 6;
     this.nineCBSmallDept.Tag        = "";
     this.nineCBSmallDept.ToolBarUse = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(3, 25);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 5;
     this.label3.Text     = "部门:";
     //
     // chartControl1
     //
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.EquallySpacedItems = false;
     this.chartControl1.Location   = new System.Drawing.Point(0, 104);
     this.chartControl1.Name       = "chartControl1";
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     series1.View  = lineSeriesView1;
     pointSeriesLabel2.LineVisible = true;
     series2.Label = pointSeriesLabel2;
     series2.Name  = "Series 2";
     series2.View  = lineSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     pointSeriesLabel3.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
     this.chartControl1.SeriesTemplate.View  = lineSeriesView3;
     this.chartControl1.Size     = new System.Drawing.Size(833, 404);
     this.chartControl1.TabIndex = 5;
     //
     // nineComboBox1
     //
     this.nineComboBox1.ArrowBackColor     = System.Drawing.SystemColors.Control;
     this.nineComboBox1.DropDownHeight     = 424;
     this.nineComboBox1.FormattingEnabled  = true;
     this.nineComboBox1.IntegralHeight     = false;
     this.nineComboBox1.IsEnter2Tab        = false;
     this.nineComboBox1.IsFlat             = false;
     this.nineComboBox1.IsLike             = true;
     this.nineComboBox1.IsListOnly         = false;
     this.nineComboBox1.IsPopForm          = true;
     this.nineComboBox1.IsShowCustomerList = false;
     this.nineComboBox1.IsShowID           = false;
     this.nineComboBox1.Location           = new System.Drawing.Point(249, 18);
     this.nineComboBox1.Name             = "nineComboBox1";
     this.nineComboBox1.PopForm          = null;
     this.nineComboBox1.ShowAll          = false;
     this.nineComboBox1.ShowCustomerList = false;
     this.nineComboBox1.ShowID           = false;
     this.nineComboBox1.Size             = new System.Drawing.Size(121, 20);
     this.nineComboBox1.Style            = NineVigor.FrameWork.WinForms.Controls.StyleType.Flat;
     this.nineComboBox1.TabIndex         = 23;
     this.nineComboBox1.Tag        = "";
     this.nineComboBox1.ToolBarUse = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(194, 23);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(41, 12);
     this.label1.TabIndex = 22;
     this.label1.Text     = "部门:";
     //
     // ucMZDeptFeeAnaly
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.groupBox1);
     this.Name  = "ucMZDeptFeeAnaly";
     this.Size  = new System.Drawing.Size(833, 508);
     this.Load += new System.EventHandler(this.ucMZDeptFeeAnaly_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nvTextEdit2.Properties)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nvTextEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 10
0
        /// <summary> 
        /// Método necesario para admitir el Diseñador. No se puede modificar 
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
            this.gcCal_Absorbance_previus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcCal_Absorbance = new DevExpress.XtraGrid.Columns.GridColumn();
            this.paCalibCenter = new DevExpress.XtraEditors.PanelControl();
            this.gcCalibStd = new DevExpress.XtraGrid.GridControl();
            this.gvCalibStd = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gcCal_Idcalib_std = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcCal_Idcalib = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcCal_Name = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcCal_Concentration = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcCal_Idtemplate_method = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repTemplate_method = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.ucTraceUser1 = new LimsProject.UcTraceUser();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.chartCalib = new DevExpress.XtraCharts.ChartControl();
            this.rgSelectGraphic = new DevExpress.XtraEditors.RadioGroup();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.label127 = new System.Windows.Forms.Label();
            this.label124 = new System.Windows.Forms.Label();
            this.cbModif = new DevExpress.XtraEditors.LookUpEdit();
            this.cbMedium = new DevExpress.XtraEditors.LookUpEdit();
            this.label133 = new System.Windows.Forms.Label();
            this.tbModifConc = new DevExpress.XtraEditors.SpinEdit();
            this.tbValidity_calib = new DevExpress.XtraEditors.SpinEdit();
            this.tbMediumConc = new DevExpress.XtraEditors.SpinEdit();
            this.tbRexp2 = new DevExpress.XtraEditors.SpinEdit();
            this.label130 = new System.Windows.Forms.Label();
            this.label129 = new System.Windows.Forms.Label();
            this.label132 = new System.Windows.Forms.Label();
            this.label131 = new System.Windows.Forms.Label();
            this.label128 = new System.Windows.Forms.Label();
            this.label126 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.paCalibCenter)).BeginInit();
            this.paCalibCenter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcCalibStd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvCalibStd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repTemplate_method)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartCalib)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rgSelectGraphic.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cbModif.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbMedium.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbModifConc.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbValidity_calib.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbMediumConc.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRexp2.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // gcCal_Absorbance_previus
            // 
            this.gcCal_Absorbance_previus.Caption = "COD Absorbancia";
            this.gcCal_Absorbance_previus.FieldName = "Absorbance_previus";
            this.gcCal_Absorbance_previus.Name = "gcCal_Absorbance_previus";
            this.gcCal_Absorbance_previus.OptionsColumn.ReadOnly = true;
            this.gcCal_Absorbance_previus.Visible = true;
            this.gcCal_Absorbance_previus.VisibleIndex = 2;
            // 
            // gcCal_Absorbance
            // 
            this.gcCal_Absorbance.Caption = "Nueva Absorbancia";
            this.gcCal_Absorbance.FieldName = "Absorbance";
            this.gcCal_Absorbance.Name = "gcCal_Absorbance";
            this.gcCal_Absorbance.Visible = true;
            this.gcCal_Absorbance.VisibleIndex = 3;
            // 
            // paCalibCenter
            // 
            this.paCalibCenter.Controls.Add(this.gcCalibStd);
            this.paCalibCenter.Controls.Add(this.panelControl1);
            this.paCalibCenter.Controls.Add(this.panelControl3);
            this.paCalibCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.paCalibCenter.Location = new System.Drawing.Point(0, 0);
            this.paCalibCenter.Name = "paCalibCenter";
            this.paCalibCenter.Size = new System.Drawing.Size(806, 477);
            this.paCalibCenter.TabIndex = 0;
            this.paCalibCenter.Text = "paCalibCenter";
            // 
            // gcCalibStd
            // 
            this.gcCalibStd.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcCalibStd.EmbeddedNavigator.Name = "";
            this.gcCalibStd.Location = new System.Drawing.Point(2, 2);
            this.gcCalibStd.MainView = this.gvCalibStd;
            this.gcCalibStd.Name = "gcCalibStd";
            this.gcCalibStd.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repTemplate_method});
            this.gcCalibStd.Size = new System.Drawing.Size(420, 423);
            this.gcCalibStd.TabIndex = 1;
            this.gcCalibStd.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvCalibStd});
            // 
            // gvCalibStd
            // 
            this.gvCalibStd.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibStd.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gvCalibStd.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibStd.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
            this.gvCalibStd.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gvCalibStd.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.gvCalibStd.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gvCalibStd.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243)))));
            this.gvCalibStd.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            this.gvCalibStd.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
            this.gvCalibStd.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gvCalibStd.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.gvCalibStd.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.Empty.BackColor = System.Drawing.Color.White;
            this.gvCalibStd.Appearance.Empty.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254)))));
            this.gvCalibStd.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
            this.gvCalibStd.Appearance.EvenRow.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.EvenRow.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibStd.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gvCalibStd.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibStd.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
            this.gvCalibStd.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gvCalibStd.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.gvCalibStd.Appearance.FilterCloseButton.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gvCalibStd.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
            this.gvCalibStd.Appearance.FilterPanel.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.FilterPanel.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
            this.gvCalibStd.Appearance.FixedLine.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
            this.gvCalibStd.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
            this.gvCalibStd.Appearance.FocusedCell.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.FocusedCell.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197)))));
            this.gvCalibStd.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.gvCalibStd.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibStd.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gvCalibStd.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibStd.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
            this.gvCalibStd.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gvCalibStd.Appearance.FooterPanel.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.gvCalibStd.Appearance.FooterPanel.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gvCalibStd.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gvCalibStd.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
            this.gvCalibStd.Appearance.GroupButton.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.GroupButton.Options.UseBorderColor = true;
            this.gvCalibStd.Appearance.GroupButton.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gvCalibStd.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gvCalibStd.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.gvCalibStd.Appearance.GroupFooter.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.gvCalibStd.Appearance.GroupFooter.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185)))));
            this.gvCalibStd.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibStd.Appearance.GroupPanel.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.GroupPanel.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gvCalibStd.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247)))));
            this.gvCalibStd.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.gvCalibStd.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
            this.gvCalibStd.Appearance.GroupRow.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.GroupRow.Options.UseBorderColor = true;
            this.gvCalibStd.Appearance.GroupRow.Options.UseFont = true;
            this.gvCalibStd.Appearance.GroupRow.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibStd.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
            this.gvCalibStd.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
            this.gvCalibStd.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.gvCalibStd.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gvCalibStd.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.gvCalibStd.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228)))));
            this.gvCalibStd.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251)))));
            this.gvCalibStd.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
            this.gvCalibStd.Appearance.HorzLine.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.OddRow.BackColor = System.Drawing.Color.White;
            this.gvCalibStd.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
            this.gvCalibStd.Appearance.OddRow.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.OddRow.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
            this.gvCalibStd.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185)))));
            this.gvCalibStd.Appearance.Preview.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.Preview.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.Row.BackColor = System.Drawing.Color.White;
            this.gvCalibStd.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.gvCalibStd.Appearance.Row.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.Row.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
            this.gvCalibStd.Appearance.RowSeparator.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217)))));
            this.gvCalibStd.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.gvCalibStd.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gvCalibStd.Appearance.SelectedRow.Options.UseForeColor = true;
            this.gvCalibStd.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196)))));
            this.gvCalibStd.Appearance.VertLine.Options.UseBackColor = true;
            this.gvCalibStd.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gcCal_Idcalib_std,
            this.gcCal_Idcalib,
            this.gcCal_Name,
            this.gcCal_Concentration,
            this.gcCal_Absorbance_previus,
            this.gcCal_Absorbance,
            this.gcCal_Idtemplate_method});
            styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.LightSteelBlue;
            styleFormatCondition1.Appearance.Options.UseBackColor = true;
            styleFormatCondition1.Column = this.gcCal_Absorbance_previus;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Greater;
            styleFormatCondition1.Value1 = -1D;
            styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.DarkKhaki;
            styleFormatCondition2.Appearance.Options.UseBackColor = true;
            styleFormatCondition2.Column = this.gcCal_Absorbance;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Greater;
            styleFormatCondition2.Value1 = -1D;
            this.gvCalibStd.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2});
            this.gvCalibStd.GridControl = this.gcCalibStd;
            this.gvCalibStd.Name = "gvCalibStd";
            this.gvCalibStd.OptionsView.EnableAppearanceEvenRow = true;
            this.gvCalibStd.OptionsView.EnableAppearanceOddRow = true;
            this.gvCalibStd.OptionsView.ShowGroupPanel = false;
            this.gvCalibStd.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvCalibStd_FocusedRowChanged);
            this.gvCalibStd.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gvCalibStd_CellValueChanged);
            // 
            // gcCal_Idcalib_std
            // 
            this.gcCal_Idcalib_std.Caption = "Idcalib_std";
            this.gcCal_Idcalib_std.FieldName = "Idcalib_std";
            this.gcCal_Idcalib_std.Name = "gcCal_Idcalib_std";
            this.gcCal_Idcalib_std.Width = 127;
            // 
            // gcCal_Idcalib
            // 
            this.gcCal_Idcalib.Caption = "Idcalib";
            this.gcCal_Idcalib.FieldName = "Idcalib";
            this.gcCal_Idcalib.Name = "gcCal_Idcalib";
            this.gcCal_Idcalib.Width = 82;
            // 
            // gcCal_Name
            // 
            this.gcCal_Name.Caption = "Nombre";
            this.gcCal_Name.FieldName = "Name";
            this.gcCal_Name.Name = "gcCal_Name";
            this.gcCal_Name.Visible = true;
            this.gcCal_Name.VisibleIndex = 0;
            this.gcCal_Name.Width = 63;
            // 
            // gcCal_Concentration
            // 
            this.gcCal_Concentration.Caption = "Concentración";
            this.gcCal_Concentration.FieldName = "Concentration";
            this.gcCal_Concentration.Name = "gcCal_Concentration";
            this.gcCal_Concentration.Visible = true;
            this.gcCal_Concentration.VisibleIndex = 1;
            // 
            // gcCal_Idtemplate_method
            // 
            this.gcCal_Idtemplate_method.Caption = "Idtemplate_method";
            this.gcCal_Idtemplate_method.FieldName = "Idtemplate_method";
            this.gcCal_Idtemplate_method.Name = "gcCal_Idtemplate_method";
            // 
            // repTemplate_method
            // 
            this.repTemplate_method.AutoHeight = false;
            this.repTemplate_method.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repTemplate_method.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idtemplate_method", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Cod_template_method")});
            this.repTemplate_method.Name = "repTemplate_method";
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.ucTraceUser1);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl1.Location = new System.Drawing.Point(2, 425);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(420, 50);
            this.panelControl1.TabIndex = 3;
            this.panelControl1.Text = "panelControl1";
            // 
            // ucTraceUser1
            // 
            this.ucTraceUser1.Location = new System.Drawing.Point(5, 6);
            this.ucTraceUser1.Name = "ucTraceUser1";
            this.ucTraceUser1.Size = new System.Drawing.Size(133, 37);
            this.ucTraceUser1.TabIndex = 0;
            this.ucTraceUser1.UserSign = "---------";
            // 
            // panelControl3
            // 
            this.panelControl3.Controls.Add(this.chartCalib);
            this.panelControl3.Controls.Add(this.rgSelectGraphic);
            this.panelControl3.Controls.Add(this.groupControl1);
            this.panelControl3.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelControl3.Location = new System.Drawing.Point(422, 2);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(382, 473);
            this.panelControl3.TabIndex = 2;
            this.panelControl3.Text = "panelControl3";
            // 
            // chartCalib
            // 
            this.chartCalib.AppearanceName = "The Trees";
            xyDiagram1.AxisX.Title.Text = "Concentracion";
            xyDiagram1.AxisX.Title.Visible = true;
            xyDiagram1.AxisY.Title.Text = "Absorbancia";
            xyDiagram1.AxisY.Title.Visible = true;
            this.chartCalib.Diagram = xyDiagram1;
            this.chartCalib.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartCalib.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartCalib.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
            this.chartCalib.Location = new System.Drawing.Point(2, 2);
            this.chartCalib.Name = "chartCalib";
            series1.Name = "Series 1";
            series1.View = lineSeriesView1;
            pointSeriesLabel1.Angle = 0;
            pointSeriesLabel1.LineLength = 30;
            pointSeriesLabel1.Border.Visible = false;
            series1.Label = pointSeriesLabel1;
            series1.PointOptionsTypeName = "PointOptions";
            series2.Name = "Series 2";
            series2.View = lineSeriesView2;
            pointSeriesLabel2.Angle = 90;
            pointSeriesLabel2.LineLength = 20;
            pointSeriesLabel2.Border.Visible = false;
            series2.Label = pointSeriesLabel2;
            series2.PointOptionsTypeName = "PointOptions";
            this.chartCalib.Series.AddRange(new DevExpress.XtraCharts.Series[] {
            series1,
            series2});
            this.chartCalib.SeriesTemplate.View = lineSeriesView3;
            this.chartCalib.SeriesTemplate.PointOptionsTypeName = "PointOptions";
            this.chartCalib.Size = new System.Drawing.Size(378, 348);
            this.chartCalib.TabIndex = 1;
            // 
            // rgSelectGraphic
            // 
            this.rgSelectGraphic.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.rgSelectGraphic.EditValue = 1D;
            this.rgSelectGraphic.Location = new System.Drawing.Point(2, 350);
            this.rgSelectGraphic.Name = "rgSelectGraphic";
            this.rgSelectGraphic.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem(0D, "Actual Absorbancia"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(1D, "Nueva Absorbancia"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(2D, "Ambas Absorbancias")});
            this.rgSelectGraphic.Size = new System.Drawing.Size(378, 30);
            this.rgSelectGraphic.TabIndex = 3;
            this.rgSelectGraphic.SelectedIndexChanged += new System.EventHandler(this.rgSelectGraphic_SelectedIndexChanged);
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.label127);
            this.groupControl1.Controls.Add(this.label124);
            this.groupControl1.Controls.Add(this.cbModif);
            this.groupControl1.Controls.Add(this.cbMedium);
            this.groupControl1.Controls.Add(this.label133);
            this.groupControl1.Controls.Add(this.tbModifConc);
            this.groupControl1.Controls.Add(this.tbValidity_calib);
            this.groupControl1.Controls.Add(this.tbMediumConc);
            this.groupControl1.Controls.Add(this.tbRexp2);
            this.groupControl1.Controls.Add(this.label130);
            this.groupControl1.Controls.Add(this.label129);
            this.groupControl1.Controls.Add(this.label132);
            this.groupControl1.Controls.Add(this.label131);
            this.groupControl1.Controls.Add(this.label128);
            this.groupControl1.Controls.Add(this.label126);
            this.groupControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.groupControl1.Location = new System.Drawing.Point(2, 380);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(378, 91);
            this.groupControl1.TabIndex = 0;
            // 
            // label127
            // 
            this.label127.AutoSize = true;
            this.label127.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label127.Location = new System.Drawing.Point(227, 24);
            this.label127.Name = "label127";
            this.label127.Size = new System.Drawing.Size(9, 9);
            this.label127.TabIndex = 23;
            this.label127.Text = "2";
            // 
            // label124
            // 
            this.label124.AutoSize = true;
            this.label124.Location = new System.Drawing.Point(215, 26);
            this.label124.Name = "label124";
            this.label124.Size = new System.Drawing.Size(27, 13);
            this.label124.TabIndex = 35;
            this.label124.Text = "R   :";
            // 
            // cbModif
            // 
            this.cbModif.Location = new System.Drawing.Point(69, 65);
            this.cbModif.Name = "cbModif";
            this.cbModif.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbModif.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idreactive", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Chemical_formula", "", 10, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Reactive_name")});
            this.cbModif.Properties.NullText = "---";
            this.cbModif.Properties.ReadOnly = true;
            this.cbModif.Properties.ShowFooter = false;
            this.cbModif.Properties.ShowHeader = false;
            this.cbModif.Size = new System.Drawing.Size(105, 20);
            this.cbModif.TabIndex = 33;
            // 
            // cbMedium
            // 
            this.cbMedium.Location = new System.Drawing.Point(69, 43);
            this.cbMedium.Name = "cbMedium";
            this.cbMedium.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbMedium.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idreactive", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Chemical_formula", "", 10, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Reactive_name")});
            this.cbMedium.Properties.NullText = "---";
            this.cbMedium.Properties.ReadOnly = true;
            this.cbMedium.Properties.ShowFooter = false;
            this.cbMedium.Properties.ShowHeader = false;
            this.cbMedium.Size = new System.Drawing.Size(105, 20);
            this.cbMedium.TabIndex = 34;
            // 
            // label133
            // 
            this.label133.AutoSize = true;
            this.label133.Location = new System.Drawing.Point(23, 24);
            this.label133.Name = "label133";
            this.label133.Size = new System.Drawing.Size(44, 13);
            this.label133.TabIndex = 22;
            this.label133.Text = "Validez:";
            // 
            // tbModifConc
            // 
            this.tbModifConc.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.tbModifConc.Location = new System.Drawing.Point(251, 65);
            this.tbModifConc.Name = "tbModifConc";
            this.tbModifConc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.tbModifConc.Properties.ReadOnly = true;
            this.tbModifConc.Size = new System.Drawing.Size(70, 20);
            this.tbModifConc.TabIndex = 30;
            // 
            // tbValidity_calib
            // 
            this.tbValidity_calib.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.tbValidity_calib.Location = new System.Drawing.Point(69, 21);
            this.tbValidity_calib.Name = "tbValidity_calib";
            this.tbValidity_calib.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.tbValidity_calib.Properties.ReadOnly = true;
            this.tbValidity_calib.Size = new System.Drawing.Size(105, 20);
            this.tbValidity_calib.TabIndex = 21;
            // 
            // tbMediumConc
            // 
            this.tbMediumConc.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.tbMediumConc.Location = new System.Drawing.Point(251, 43);
            this.tbMediumConc.Name = "tbMediumConc";
            this.tbMediumConc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.tbMediumConc.Properties.ReadOnly = true;
            this.tbMediumConc.Size = new System.Drawing.Size(70, 20);
            this.tbMediumConc.TabIndex = 31;
            // 
            // tbRexp2
            // 
            this.tbRexp2.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.tbRexp2.Location = new System.Drawing.Point(251, 21);
            this.tbRexp2.Name = "tbRexp2";
            this.tbRexp2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.tbRexp2.Properties.ReadOnly = true;
            this.tbRexp2.Size = new System.Drawing.Size(70, 20);
            this.tbRexp2.TabIndex = 32;
            // 
            // label130
            // 
            this.label130.AutoSize = true;
            this.label130.Location = new System.Drawing.Point(216, 68);
            this.label130.Name = "label130";
            this.label130.Size = new System.Drawing.Size(35, 13);
            this.label130.TabIndex = 24;
            this.label130.Text = "Conc:";
            // 
            // label129
            // 
            this.label129.AutoSize = true;
            this.label129.Location = new System.Drawing.Point(23, 68);
            this.label129.Name = "label129";
            this.label129.Size = new System.Drawing.Size(36, 13);
            this.label129.TabIndex = 25;
            this.label129.Text = "Modif:";
            // 
            // label132
            // 
            this.label132.AutoSize = true;
            this.label132.Location = new System.Drawing.Point(319, 68);
            this.label132.Name = "label132";
            this.label132.Size = new System.Drawing.Size(15, 13);
            this.label132.TabIndex = 26;
            this.label132.Text = "%";
            // 
            // label131
            // 
            this.label131.AutoSize = true;
            this.label131.Location = new System.Drawing.Point(319, 46);
            this.label131.Name = "label131";
            this.label131.Size = new System.Drawing.Size(15, 13);
            this.label131.TabIndex = 27;
            this.label131.Text = "%";
            // 
            // label128
            // 
            this.label128.AutoSize = true;
            this.label128.Location = new System.Drawing.Point(216, 46);
            this.label128.Name = "label128";
            this.label128.Size = new System.Drawing.Size(35, 13);
            this.label128.TabIndex = 28;
            this.label128.Text = "Conc:";
            // 
            // label126
            // 
            this.label126.AutoSize = true;
            this.label126.Location = new System.Drawing.Point(23, 46);
            this.label126.Name = "label126";
            this.label126.Size = new System.Drawing.Size(39, 13);
            this.label126.TabIndex = 29;
            this.label126.Text = "Medio:";
            // 
            // UcCalibStd
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.paCalibCenter);
            this.Name = "UcCalibStd";
            this.Size = new System.Drawing.Size(806, 477);
            ((System.ComponentModel.ISupportInitialize)(this.paCalibCenter)).EndInit();
            this.paCalibCenter.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcCalibStd)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvCalibStd)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repTemplate_method)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartCalib)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rgSelectGraphic.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            this.groupControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cbModif.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbMedium.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbModifConc.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbValidity_calib.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbMediumConc.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRexp2.Properties)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 11
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView1 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions2 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView2 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions3 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView3 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions4 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView4 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel5 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions5 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView5 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions6 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView6 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel7 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions7 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView7 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel8 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions8 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView8 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series9 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel9 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions9 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView9 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series10 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel10 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions10 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView10 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series11 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel11 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions11 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView11 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series12 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel12 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions12 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series13 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel13 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions13 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series14 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel14 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions14 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series15 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel15 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions15 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView4 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series16 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel16 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions16 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView5 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series17 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel17 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions17 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView6 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series18 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel18 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions18 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView7 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series19 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel19 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions19 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView8 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series20 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel20 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions20 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView9 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series21 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel21 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions21 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView10 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series22 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel22 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions22 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView11 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel23 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView12 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TurnOverVehicle));
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series23 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel24 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions23 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView13 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series24 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel25 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView12 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel26 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView14 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            this.turnOverObjectCollectionBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.turnOverObjectCollectionBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
            this.turnOverObjectCollectionBindingSource3 = new System.Windows.Forms.BindingSource(this.components);
            this.turnOverObjectCollectionBindingSource4 = new System.Windows.Forms.BindingSource(this.components);
            this.turnOverObjectCollectionBindingSource5 = new System.Windows.Forms.BindingSource(this.components);
            this.turnOverObjectCollectionBindingSource6 = new System.Windows.Forms.BindingSource(this.components);
            this.turnOverObjectCollectionBindingSource7 = new System.Windows.Forms.BindingSource(this.components);
            this.turnOverObjectCollectionBindingSource8 = new System.Windows.Forms.BindingSource(this.components);
            this.turnOverObjectCollectionBindingSource9 = new System.Windows.Forms.BindingSource(this.components);
            this.turnOverObjectCollectionBindingSource11 = new System.Windows.Forms.BindingSource(this.components);
            this.turnOverObjectCollectionByTimeFrameBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.turnOverObjectCollectionBindingSource10 = new System.Windows.Forms.BindingSource(this.components);
            this.chartTurnOverByYear = new DevExpress.XtraCharts.ChartControl();
            this.toolTipController2 = new DevExpress.Utils.ToolTipController(this.components);
            this.iclLarge = new DevExpress.Utils.ImageCollection(this.components);
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.tabpageByYear = new DevExpress.XtraTab.XtraTabPage();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.louVehicleByYear = new DevExpress.XtraEditors.LookUpEdit();
            this.btnImage = new DevExpress.XtraEditors.SimpleButton();
            this.btnPDF = new DevExpress.XtraEditors.SimpleButton();
            this.cbxLabel11 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel10 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel9 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel8 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel7 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel6 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel5 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel4 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel3 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel2 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel1 = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.btnTrend1 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend2 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend3 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend11 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend10 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend9 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend8 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend7 = new DevExpress.XtraEditors.SimpleButton();
            this.d = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend5 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend4 = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.btnYear1 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear2 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear3 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear11 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear10 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear9 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear8 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear7 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear6 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear5 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear4 = new DevExpress.XtraEditors.SimpleButton();
            this.tabpageByTimeFrame = new DevExpress.XtraTab.XtraTabPage();
            this.btnTrend10J = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend5J = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend3J = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend1J = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend6M = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend3M = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.cbxTurnOverByTimeFrameLabel = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.btn3J = new DevExpress.XtraEditors.SimpleButton();
            this.chartTurnOverByTimeFrame = new DevExpress.XtraCharts.ChartControl();
            this.btn3M = new DevExpress.XtraEditors.SimpleButton();
            this.btn6M = new DevExpress.XtraEditors.SimpleButton();
            this.btn1J = new DevExpress.XtraEditors.SimpleButton();
            this.btn10J = new DevExpress.XtraEditors.SimpleButton();
            this.btn5J = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.louVehicleByTimeFrame = new DevExpress.XtraEditors.LookUpEdit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionByTimeFrameBindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartTurnOverByYear)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.iclLarge)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.tabpageByYear.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.louVehicleByYear.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel11.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel10.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel9.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel8.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel7.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel6.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel5.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel4.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel3.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel1.Properties)).BeginInit();
            this.tabpageByTimeFrame.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cbxTurnOverByTimeFrameLabel.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartTurnOverByTimeFrame)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel25)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel26)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.louVehicleByTimeFrame.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // turnOverObjectCollectionBindingSource1
            // 
            this.turnOverObjectCollectionBindingSource1.DataSource = typeof(TIS.DL.External.TAS.TurnOver.TurnOverObjectCollection);
            // 
            // turnOverObjectCollectionBindingSource2
            // 
            this.turnOverObjectCollectionBindingSource2.DataSource = typeof(TIS.DL.External.TAS.TurnOver.TurnOverObjectCollection);
            // 
            // turnOverObjectCollectionBindingSource3
            // 
            this.turnOverObjectCollectionBindingSource3.DataSource = typeof(TIS.DL.External.TAS.TurnOver.TurnOverObjectCollection);
            // 
            // turnOverObjectCollectionBindingSource4
            // 
            this.turnOverObjectCollectionBindingSource4.DataSource = typeof(TIS.DL.External.TAS.TurnOver.TurnOverObjectCollection);
            // 
            // turnOverObjectCollectionBindingSource5
            // 
            this.turnOverObjectCollectionBindingSource5.DataSource = typeof(TIS.DL.External.TAS.TurnOver.TurnOverObjectCollection);
            // 
            // turnOverObjectCollectionBindingSource6
            // 
            this.turnOverObjectCollectionBindingSource6.DataSource = typeof(TIS.DL.External.TAS.TurnOver.TurnOverObjectCollection);
            // 
            // turnOverObjectCollectionBindingSource7
            // 
            this.turnOverObjectCollectionBindingSource7.DataSource = typeof(TIS.DL.External.TAS.TurnOver.TurnOverObjectCollection);
            // 
            // turnOverObjectCollectionBindingSource8
            // 
            this.turnOverObjectCollectionBindingSource8.DataSource = typeof(TIS.DL.External.TAS.TurnOver.TurnOverObjectCollection);
            // 
            // turnOverObjectCollectionBindingSource9
            // 
            this.turnOverObjectCollectionBindingSource9.DataSource = typeof(TIS.DL.External.TAS.TurnOver.TurnOverObjectCollection);
            // 
            // turnOverObjectCollectionBindingSource11
            // 
            this.turnOverObjectCollectionBindingSource11.DataSource = typeof(TIS.DL.External.TAS.TurnOver.TurnOverObjectCollection);
            // 
            // turnOverObjectCollectionByTimeFrameBindingSource1
            // 
            this.turnOverObjectCollectionByTimeFrameBindingSource1.DataSource = typeof(TIS.DL.External.TAS.TurnOver.TurnOverObjectCollection);
            // 
            // turnOverObjectCollectionBindingSource10
            // 
            this.turnOverObjectCollectionBindingSource10.DataSource = typeof(TIS.DL.External.TAS.TurnOver.TurnOverObjectCollection);
            // 
            // chartTurnOverByYear
            // 
            this.chartTurnOverByYear.DataSource = this.turnOverObjectCollectionBindingSource10;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartTurnOverByYear.Diagram = xyDiagram1;
            this.chartTurnOverByYear.Location = new System.Drawing.Point(8, 45);
            this.chartTurnOverByYear.Name = "chartTurnOverByYear";
            this.chartTurnOverByYear.PaletteName = "Module";
            series1.ArgumentDataMember = "Month";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series1.DataSource = this.turnOverObjectCollectionBindingSource1;
            pointSeriesLabel1.LineVisible = true;
            pointOptions1.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions1.ArgumentNumericOptions.Precision = 0;
            pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions1.ValueNumericOptions.Precision = 0;
            pointSeriesLabel1.PointOptions = pointOptions1;
            series1.Label = pointSeriesLabel1;
            series1.Name = "Series 1";
            series1.ValueDataMembersSerializable = "TurnOver";
            series1.View = splineAreaSeriesView1;
            series2.ArgumentDataMember = "Month";
            series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series2.DataSource = this.turnOverObjectCollectionBindingSource2;
            pointSeriesLabel2.LineVisible = true;
            pointOptions2.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions2.ArgumentNumericOptions.Precision = 0;
            pointOptions2.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions2.ValueNumericOptions.Precision = 0;
            pointSeriesLabel2.PointOptions = pointOptions2;
            series2.Label = pointSeriesLabel2;
            series2.Name = "Series 2";
            series2.ValueDataMembersSerializable = "TurnOver";
            series2.View = splineAreaSeriesView2;
            series2.Visible = false;
            series3.ArgumentDataMember = "Month";
            series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series3.DataSource = this.turnOverObjectCollectionBindingSource3;
            pointSeriesLabel3.LineVisible = true;
            pointOptions3.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions3.ArgumentNumericOptions.Precision = 0;
            pointOptions3.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions3.ValueNumericOptions.Precision = 0;
            pointSeriesLabel3.PointOptions = pointOptions3;
            series3.Label = pointSeriesLabel3;
            series3.Name = "Series 3";
            series3.ValueDataMembersSerializable = "TurnOver";
            series3.View = splineAreaSeriesView3;
            series3.Visible = false;
            series4.ArgumentDataMember = "Month";
            series4.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series4.DataSource = this.turnOverObjectCollectionBindingSource4;
            pointSeriesLabel4.LineVisible = true;
            pointOptions4.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions4.ArgumentNumericOptions.Precision = 0;
            pointOptions4.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions4.ValueNumericOptions.Precision = 0;
            pointSeriesLabel4.PointOptions = pointOptions4;
            series4.Label = pointSeriesLabel4;
            series4.Name = "Series 4";
            series4.ValueDataMembersSerializable = "TurnOver";
            series4.View = splineAreaSeriesView4;
            series4.Visible = false;
            series5.ArgumentDataMember = "Month";
            series5.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series5.DataSource = this.turnOverObjectCollectionBindingSource5;
            pointSeriesLabel5.LineVisible = true;
            pointOptions5.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions5.ArgumentNumericOptions.Precision = 0;
            pointOptions5.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions5.ValueNumericOptions.Precision = 0;
            pointSeriesLabel5.PointOptions = pointOptions5;
            series5.Label = pointSeriesLabel5;
            series5.Name = "Series 5";
            series5.ValueDataMembersSerializable = "TurnOver";
            series5.View = splineAreaSeriesView5;
            series5.Visible = false;
            series6.ArgumentDataMember = "Month";
            series6.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series6.DataSource = this.turnOverObjectCollectionBindingSource6;
            pointSeriesLabel6.LineVisible = true;
            pointOptions6.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions6.ArgumentNumericOptions.Precision = 0;
            pointOptions6.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions6.ValueNumericOptions.Precision = 0;
            pointSeriesLabel6.PointOptions = pointOptions6;
            series6.Label = pointSeriesLabel6;
            series6.Name = "Series 6";
            series6.ValueDataMembersSerializable = "TurnOver";
            series6.View = splineAreaSeriesView6;
            series6.Visible = false;
            series7.ArgumentDataMember = "Month";
            series7.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series7.DataSource = this.turnOverObjectCollectionBindingSource7;
            pointSeriesLabel7.LineVisible = true;
            pointOptions7.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions7.ArgumentNumericOptions.Precision = 0;
            pointOptions7.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions7.ValueNumericOptions.Precision = 0;
            pointSeriesLabel7.PointOptions = pointOptions7;
            series7.Label = pointSeriesLabel7;
            series7.Name = "Series 7";
            series7.ValueDataMembersSerializable = "TurnOver";
            series7.View = splineAreaSeriesView7;
            series7.Visible = false;
            series8.ArgumentDataMember = "Month";
            series8.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series8.DataSource = this.turnOverObjectCollectionBindingSource8;
            pointSeriesLabel8.LineVisible = true;
            pointOptions8.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions8.ArgumentNumericOptions.Precision = 0;
            pointOptions8.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions8.ValueNumericOptions.Precision = 0;
            pointSeriesLabel8.PointOptions = pointOptions8;
            series8.Label = pointSeriesLabel8;
            series8.Name = "Series 8";
            series8.ValueDataMembersSerializable = "TurnOver";
            series8.View = splineAreaSeriesView8;
            series8.Visible = false;
            series9.ArgumentDataMember = "Month";
            series9.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series9.DataSource = this.turnOverObjectCollectionBindingSource9;
            pointSeriesLabel9.LineVisible = true;
            pointOptions9.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions9.ArgumentNumericOptions.Precision = 0;
            pointOptions9.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions9.ValueNumericOptions.Precision = 0;
            pointSeriesLabel9.PointOptions = pointOptions9;
            series9.Label = pointSeriesLabel9;
            series9.Name = "Series 9";
            series9.ValueDataMembersSerializable = "TurnOver";
            series9.View = splineAreaSeriesView9;
            series9.Visible = false;
            series10.ArgumentDataMember = "Month";
            series10.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel10.LineVisible = true;
            pointOptions10.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions10.ArgumentNumericOptions.Precision = 0;
            pointOptions10.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions10.ValueNumericOptions.Precision = 0;
            pointSeriesLabel10.PointOptions = pointOptions10;
            series10.Label = pointSeriesLabel10;
            series10.Name = "Series 10";
            series10.ValueDataMembersSerializable = "TurnOver";
            series10.View = splineAreaSeriesView10;
            series10.Visible = false;
            series11.ArgumentDataMember = "Month";
            series11.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series11.DataSource = this.turnOverObjectCollectionBindingSource11;
            pointSeriesLabel11.LineVisible = true;
            pointOptions11.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions11.ArgumentNumericOptions.Precision = 0;
            pointOptions11.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions11.ValueNumericOptions.Precision = 0;
            pointSeriesLabel11.PointOptions = pointOptions11;
            series11.Label = pointSeriesLabel11;
            series11.Name = "Series 11";
            series11.ValueDataMembersSerializable = "TurnOver";
            series11.View = splineAreaSeriesView11;
            series11.Visible = false;
            series12.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel12.LineVisible = true;
            pointOptions12.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions12.ValueNumericOptions.Precision = 0;
            pointSeriesLabel12.PointOptions = pointOptions12;
            series12.Label = pointSeriesLabel12;
            series12.Name = "Trend 1";
            series12.View = lineSeriesView1;
            series12.Visible = false;
            series13.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel13.LineVisible = true;
            pointOptions13.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions13.ValueNumericOptions.Precision = 0;
            pointSeriesLabel13.PointOptions = pointOptions13;
            series13.Label = pointSeriesLabel13;
            series13.Name = "Trend 2";
            series13.View = lineSeriesView2;
            series13.Visible = false;
            series14.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel14.LineVisible = true;
            pointOptions14.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions14.ValueNumericOptions.Precision = 0;
            pointSeriesLabel14.PointOptions = pointOptions14;
            series14.Label = pointSeriesLabel14;
            series14.Name = "Trend 3";
            series14.View = lineSeriesView3;
            series14.Visible = false;
            series15.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel15.LineVisible = true;
            pointOptions15.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions15.ValueNumericOptions.Precision = 0;
            pointSeriesLabel15.PointOptions = pointOptions15;
            series15.Label = pointSeriesLabel15;
            series15.Name = "Trend 4";
            series15.View = lineSeriesView4;
            series15.Visible = false;
            series16.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel16.LineVisible = true;
            pointOptions16.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions16.ValueNumericOptions.Precision = 0;
            pointSeriesLabel16.PointOptions = pointOptions16;
            series16.Label = pointSeriesLabel16;
            series16.Name = "Trend 5";
            series16.View = lineSeriesView5;
            series16.Visible = false;
            series17.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel17.LineVisible = true;
            pointOptions17.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions17.ValueNumericOptions.Precision = 0;
            pointSeriesLabel17.PointOptions = pointOptions17;
            series17.Label = pointSeriesLabel17;
            series17.Name = "Trend 6";
            series17.View = lineSeriesView6;
            series17.Visible = false;
            series18.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel18.LineVisible = true;
            pointOptions18.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions18.ValueNumericOptions.Precision = 0;
            pointSeriesLabel18.PointOptions = pointOptions18;
            series18.Label = pointSeriesLabel18;
            series18.Name = "Trend 7";
            series18.View = lineSeriesView7;
            series18.Visible = false;
            series19.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel19.LineVisible = true;
            pointOptions19.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions19.ValueNumericOptions.Precision = 0;
            pointSeriesLabel19.PointOptions = pointOptions19;
            series19.Label = pointSeriesLabel19;
            series19.Name = "Trend 8";
            series19.View = lineSeriesView8;
            series19.Visible = false;
            series20.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel20.LineVisible = true;
            pointOptions20.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions20.ValueNumericOptions.Precision = 0;
            pointSeriesLabel20.PointOptions = pointOptions20;
            series20.Label = pointSeriesLabel20;
            series20.Name = "Trend 9";
            series20.View = lineSeriesView9;
            series20.Visible = false;
            series21.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel21.LineVisible = true;
            pointOptions21.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions21.ValueNumericOptions.Precision = 0;
            pointSeriesLabel21.PointOptions = pointOptions21;
            series21.Label = pointSeriesLabel21;
            series21.Name = "Trend 10";
            series21.View = lineSeriesView10;
            series21.Visible = false;
            series22.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel22.LineVisible = true;
            pointOptions22.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions22.ValueNumericOptions.Precision = 0;
            pointSeriesLabel22.PointOptions = pointOptions22;
            series22.Label = pointSeriesLabel22;
            series22.Name = "Trend 11";
            series22.View = lineSeriesView11;
            series22.Visible = false;
            this.chartTurnOverByYear.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3,
        series4,
        series5,
        series6,
        series7,
        series8,
        series9,
        series10,
        series11,
        series12,
        series13,
        series14,
        series15,
        series16,
        series17,
        series18,
        series19,
        series20,
        series21,
        series22};
            pointSeriesLabel23.LineVisible = true;
            this.chartTurnOverByYear.SeriesTemplate.Label = pointSeriesLabel23;
            this.chartTurnOverByYear.SeriesTemplate.View = splineAreaSeriesView12;
            this.chartTurnOverByYear.Size = new System.Drawing.Size(762, 473);
            this.chartTurnOverByYear.TabIndex = 0;
            this.chartTurnOverByYear.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseMove);
            // 
            // iclLarge
            // 
            this.iclLarge.ImageSize = new System.Drawing.Size(32, 32);
            this.iclLarge.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("iclLarge.ImageStream")));
            this.iclLarge.Images.SetKeyName(0, "add_user_32.png");
            this.iclLarge.Images.SetKeyName(1, "arrow_left_32.png");
            this.iclLarge.Images.SetKeyName(2, "arrow_left_32_d.png");
            this.iclLarge.Images.SetKeyName(3, "arrow_left_32_h.png");
            this.iclLarge.Images.SetKeyName(4, "arrow_right_32.png");
            this.iclLarge.Images.SetKeyName(5, "arrow_right_32_d.png");
            this.iclLarge.Images.SetKeyName(6, "arrow_right_32_h.png");
            this.iclLarge.Images.SetKeyName(7, "copy_clipboard_32.png");
            this.iclLarge.Images.SetKeyName(8, "copy_clipboard_32_d.png");
            this.iclLarge.Images.SetKeyName(9, "copy_clipboard_32_h.png");
            this.iclLarge.Images.SetKeyName(10, "copy_clipboard_lined_32.png");
            this.iclLarge.Images.SetKeyName(11, "copy_clipboard_lined_32_d.png");
            this.iclLarge.Images.SetKeyName(12, "copy_clipboard_lined_32_h.png");
            this.iclLarge.Images.SetKeyName(13, "copy_to_folder_32.png");
            this.iclLarge.Images.SetKeyName(14, "copy_to_folder_32_d.png");
            this.iclLarge.Images.SetKeyName(15, "copy_to_folder_32_h.png");
            this.iclLarge.Images.SetKeyName(16, "cut_clipboard_32.png");
            this.iclLarge.Images.SetKeyName(17, "cut_clipboard_32_d.png");
            this.iclLarge.Images.SetKeyName(18, "cut_clipboard_32_h.png");
            this.iclLarge.Images.SetKeyName(19, "delete_32.png");
            this.iclLarge.Images.SetKeyName(20, "delete_32_d.png");
            this.iclLarge.Images.SetKeyName(21, "delete_32_h.png");
            this.iclLarge.Images.SetKeyName(22, "dollar_32.png");
            this.iclLarge.Images.SetKeyName(23, "equipment_32.png");
            this.iclLarge.Images.SetKeyName(24, "excel-32.png");
            this.iclLarge.Images.SetKeyName(25, "favorites_32.png");
            this.iclLarge.Images.SetKeyName(26, "favorites_32_d.png");
            this.iclLarge.Images.SetKeyName(27, "favorites_32_h.png");
            this.iclLarge.Images.SetKeyName(28, "folder_closed_32.png");
            this.iclLarge.Images.SetKeyName(29, "folder_closed_32_d.png");
            this.iclLarge.Images.SetKeyName(30, "folder_closed_32_h.png");
            this.iclLarge.Images.SetKeyName(31, "folder_open_32.png");
            this.iclLarge.Images.SetKeyName(32, "folder_open_32_d.png");
            this.iclLarge.Images.SetKeyName(33, "folder_open_32_h.png");
            this.iclLarge.Images.SetKeyName(34, "folder_options_32.png");
            this.iclLarge.Images.SetKeyName(35, "folder_options_32_d.png");
            this.iclLarge.Images.SetKeyName(36, "folder_options_32_h.png");
            this.iclLarge.Images.SetKeyName(37, "folder_options_b_32.png");
            this.iclLarge.Images.SetKeyName(38, "folder_options_b_32_d.png");
            this.iclLarge.Images.SetKeyName(39, "folder_options_b_32_h.png");
            this.iclLarge.Images.SetKeyName(40, "folders_32.png");
            this.iclLarge.Images.SetKeyName(41, "folders_32_d.png");
            this.iclLarge.Images.SetKeyName(42, "folders_32_h.png");
            this.iclLarge.Images.SetKeyName(43, "help-32.png");
            this.iclLarge.Images.SetKeyName(44, "history_1_32.png");
            this.iclLarge.Images.SetKeyName(45, "history_1_32_d.png");
            this.iclLarge.Images.SetKeyName(46, "history_1_32_h.png");
            this.iclLarge.Images.SetKeyName(47, "history_32.png");
            this.iclLarge.Images.SetKeyName(48, "history_32_d.png");
            this.iclLarge.Images.SetKeyName(49, "history_32_h.png");
            this.iclLarge.Images.SetKeyName(50, "history_b1_32.png");
            this.iclLarge.Images.SetKeyName(51, "history_b1_32_d.png");
            this.iclLarge.Images.SetKeyName(52, "history_b1_32_h.png");
            this.iclLarge.Images.SetKeyName(53, "history_b_32.png");
            this.iclLarge.Images.SetKeyName(54, "history_b_32_d.png");
            this.iclLarge.Images.SetKeyName(55, "history_b_32_h.png");
            this.iclLarge.Images.SetKeyName(56, "home_32.png");
            this.iclLarge.Images.SetKeyName(57, "home_32_d.png");
            this.iclLarge.Images.SetKeyName(58, "home_32_h.png");
            this.iclLarge.Images.SetKeyName(59, "info-32.png");
            this.iclLarge.Images.SetKeyName(60, "logout_32.png");
            this.iclLarge.Images.SetKeyName(61, "mail_32.png");
            this.iclLarge.Images.SetKeyName(62, "mail_32_d.png");
            this.iclLarge.Images.SetKeyName(63, "mail_32_h.png");
            this.iclLarge.Images.SetKeyName(64, "mail_b_32.png");
            this.iclLarge.Images.SetKeyName(65, "mail_b_32_d.png");
            this.iclLarge.Images.SetKeyName(66, "mail_b_32_h.png");
            this.iclLarge.Images.SetKeyName(67, "move_to_folder_32.png");
            this.iclLarge.Images.SetKeyName(68, "move_to_folder_32_d.png");
            this.iclLarge.Images.SetKeyName(69, "move_to_folder_32_h.png");
            this.iclLarge.Images.SetKeyName(70, "new_document_32.png");
            this.iclLarge.Images.SetKeyName(71, "new_document_32_d.png");
            this.iclLarge.Images.SetKeyName(72, "new_document_32_h.png");
            this.iclLarge.Images.SetKeyName(73, "new_document_lined_32.png");
            this.iclLarge.Images.SetKeyName(74, "new_document_lined_32_d.png");
            this.iclLarge.Images.SetKeyName(75, "new_document_lined_32_h.png");
            this.iclLarge.Images.SetKeyName(76, "ok_32.png");
            this.iclLarge.Images.SetKeyName(77, "open_document_32.png");
            this.iclLarge.Images.SetKeyName(78, "open_document_32_d.png");
            this.iclLarge.Images.SetKeyName(79, "open_document_32_h.png");
            this.iclLarge.Images.SetKeyName(80, "paste_clipboard_32.png");
            this.iclLarge.Images.SetKeyName(81, "paste_clipboard_32_d.png");
            this.iclLarge.Images.SetKeyName(82, "paste_clipboard_32_h.png");
            this.iclLarge.Images.SetKeyName(83, "paste_clipboard_lined_32.png");
            this.iclLarge.Images.SetKeyName(84, "paste_clipboard_lined_32_d.png");
            this.iclLarge.Images.SetKeyName(85, "paste_clipboard_lined_32_h.png");
            this.iclLarge.Images.SetKeyName(86, "print_32.png");
            this.iclLarge.Images.SetKeyName(87, "print_32_d.png");
            this.iclLarge.Images.SetKeyName(88, "print_32_h.png");
            this.iclLarge.Images.SetKeyName(89, "print_preview_32.png");
            this.iclLarge.Images.SetKeyName(90, "print_preview_32_d.png");
            this.iclLarge.Images.SetKeyName(91, "print_preview_32_h.png");
            this.iclLarge.Images.SetKeyName(92, "print_preview_lined_32.png");
            this.iclLarge.Images.SetKeyName(93, "print_preview_lined_32_d.png");
            this.iclLarge.Images.SetKeyName(94, "print_preview_lined_32_h.png");
            this.iclLarge.Images.SetKeyName(95, "properties_document_32.png");
            this.iclLarge.Images.SetKeyName(96, "properties_document_32_d.png");
            this.iclLarge.Images.SetKeyName(97, "properties_document_32_h.png");
            this.iclLarge.Images.SetKeyName(98, "properties_document_b_32.png");
            this.iclLarge.Images.SetKeyName(99, "properties_document_b_32_d.png");
            this.iclLarge.Images.SetKeyName(100, "properties_document_b_32_h.png");
            this.iclLarge.Images.SetKeyName(101, "properties_document_b_lined_32.png");
            this.iclLarge.Images.SetKeyName(102, "properties_document_b_lined_32_d.png");
            this.iclLarge.Images.SetKeyName(103, "properties_document_b_lined_32_h.png");
            this.iclLarge.Images.SetKeyName(104, "properties_document_lined_32.png");
            this.iclLarge.Images.SetKeyName(105, "properties_document_lined_32_d.png");
            this.iclLarge.Images.SetKeyName(106, "properties_document_lined_32_h.png");
            this.iclLarge.Images.SetKeyName(107, "redo_32.png");
            this.iclLarge.Images.SetKeyName(108, "redo_32_d.png");
            this.iclLarge.Images.SetKeyName(109, "redo_32_h.png");
            this.iclLarge.Images.SetKeyName(110, "redo_square_32.png");
            this.iclLarge.Images.SetKeyName(111, "redo_square_32_d.png");
            this.iclLarge.Images.SetKeyName(112, "redo_square_32_h.png");
            this.iclLarge.Images.SetKeyName(113, "refresh_document_32.png");
            this.iclLarge.Images.SetKeyName(114, "refresh_document_32_d.png");
            this.iclLarge.Images.SetKeyName(115, "refresh_document_32_h.png");
            this.iclLarge.Images.SetKeyName(116, "run_32.png");
            this.iclLarge.Images.SetKeyName(117, "save_32.png");
            this.iclLarge.Images.SetKeyName(118, "save_32_d.png");
            this.iclLarge.Images.SetKeyName(119, "save_32_h.png");
            this.iclLarge.Images.SetKeyName(120, "search_32.png");
            this.iclLarge.Images.SetKeyName(121, "search_32_d.png");
            this.iclLarge.Images.SetKeyName(122, "search_32_h.png");
            this.iclLarge.Images.SetKeyName(123, "stop_32.png");
            this.iclLarge.Images.SetKeyName(124, "stop_32_d.png");
            this.iclLarge.Images.SetKeyName(125, "stop_32_h.png");
            this.iclLarge.Images.SetKeyName(126, "undo_32.png");
            this.iclLarge.Images.SetKeyName(127, "undo_32_d.png");
            this.iclLarge.Images.SetKeyName(128, "undo_32_h.png");
            this.iclLarge.Images.SetKeyName(129, "undo_square_32.png");
            this.iclLarge.Images.SetKeyName(130, "undo_square_32_d.png");
            this.iclLarge.Images.SetKeyName(131, "undo_square_32_h.png");
            this.iclLarge.Images.SetKeyName(132, "up_folder_32.png");
            this.iclLarge.Images.SetKeyName(133, "up_folder_32_d.png");
            this.iclLarge.Images.SetKeyName(134, "up_folder_32_h.png");
            this.iclLarge.Images.SetKeyName(135, "user_32.png");
            this.iclLarge.Images.SetKeyName(136, "users_32.png");
            this.iclLarge.Images.SetKeyName(137, "view_32.png");
            this.iclLarge.Images.SetKeyName(138, "view_32_d.png");
            this.iclLarge.Images.SetKeyName(139, "view_32_h.png");
            this.iclLarge.Images.SetKeyName(140, "label_32.png");
            this.iclLarge.Images.SetKeyName(141, "Truck.png");
            this.iclLarge.Images.SetKeyName(142, "Pump_32.png");
            this.iclLarge.Images.SetKeyName(143, "PDF.jpg");
            this.iclLarge.Images.SetKeyName(144, "image.png");
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Location = new System.Drawing.Point(12, 12);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.tabpageByYear;
            this.xtraTabControl1.Size = new System.Drawing.Size(785, 638);
            this.xtraTabControl1.TabIndex = 40;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabpageByYear,
            this.tabpageByTimeFrame});
            // 
            // tabpageByYear
            // 
            this.tabpageByYear.Controls.Add(this.labelControl4);
            this.tabpageByYear.Controls.Add(this.louVehicleByYear);
            this.tabpageByYear.Controls.Add(this.btnImage);
            this.tabpageByYear.Controls.Add(this.btnPDF);
            this.tabpageByYear.Controls.Add(this.cbxLabel11);
            this.tabpageByYear.Controls.Add(this.cbxLabel10);
            this.tabpageByYear.Controls.Add(this.cbxLabel9);
            this.tabpageByYear.Controls.Add(this.cbxLabel8);
            this.tabpageByYear.Controls.Add(this.cbxLabel7);
            this.tabpageByYear.Controls.Add(this.cbxLabel6);
            this.tabpageByYear.Controls.Add(this.cbxLabel5);
            this.tabpageByYear.Controls.Add(this.cbxLabel4);
            this.tabpageByYear.Controls.Add(this.cbxLabel3);
            this.tabpageByYear.Controls.Add(this.cbxLabel2);
            this.tabpageByYear.Controls.Add(this.cbxLabel1);
            this.tabpageByYear.Controls.Add(this.labelControl3);
            this.tabpageByYear.Controls.Add(this.btnTrend1);
            this.tabpageByYear.Controls.Add(this.btnTrend2);
            this.tabpageByYear.Controls.Add(this.btnTrend3);
            this.tabpageByYear.Controls.Add(this.btnTrend11);
            this.tabpageByYear.Controls.Add(this.btnTrend10);
            this.tabpageByYear.Controls.Add(this.btnTrend9);
            this.tabpageByYear.Controls.Add(this.btnTrend8);
            this.tabpageByYear.Controls.Add(this.btnTrend7);
            this.tabpageByYear.Controls.Add(this.d);
            this.tabpageByYear.Controls.Add(this.btnTrend5);
            this.tabpageByYear.Controls.Add(this.btnTrend4);
            this.tabpageByYear.Controls.Add(this.labelControl2);
            this.tabpageByYear.Controls.Add(this.labelControl1);
            this.tabpageByYear.Controls.Add(this.btnYear1);
            this.tabpageByYear.Controls.Add(this.btnYear2);
            this.tabpageByYear.Controls.Add(this.btnYear3);
            this.tabpageByYear.Controls.Add(this.btnYear11);
            this.tabpageByYear.Controls.Add(this.btnYear10);
            this.tabpageByYear.Controls.Add(this.btnYear9);
            this.tabpageByYear.Controls.Add(this.btnYear8);
            this.tabpageByYear.Controls.Add(this.btnYear7);
            this.tabpageByYear.Controls.Add(this.btnYear6);
            this.tabpageByYear.Controls.Add(this.btnYear5);
            this.tabpageByYear.Controls.Add(this.btnYear4);
            this.tabpageByYear.Controls.Add(this.chartTurnOverByYear);
            this.tabpageByYear.Name = "tabpageByYear";
            this.tabpageByYear.Size = new System.Drawing.Size(779, 610);
            this.tabpageByYear.Text = "Per jaar";
            // 
            // labelControl4
            // 
            this.labelControl4.Location = new System.Drawing.Point(17, 19);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(44, 13);
            this.labelControl4.TabIndex = 79;
            this.labelControl4.Text = "Voertuig:";
            // 
            // louVehicleByYear
            // 
            this.louVehicleByYear.Location = new System.Drawing.Point(68, 16);
            this.louVehicleByYear.Name = "louVehicleByYear";
            this.louVehicleByYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.louVehicleByYear.Properties.NullText = "";
            this.louVehicleByYear.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
            this.louVehicleByYear.Size = new System.Drawing.Size(148, 20);
            this.louVehicleByYear.TabIndex = 78;
            // 
            // btnImage
            // 
            this.btnImage.ImageIndex = 144;
            this.btnImage.ImageList = this.iclLarge;
            this.btnImage.Location = new System.Drawing.Point(684, 560);
            this.btnImage.Name = "btnImage";
            this.btnImage.Size = new System.Drawing.Size(40, 40);
            this.btnImage.TabIndex = 77;
            this.btnImage.Click += new System.EventHandler(this.btnImage_Click);
            // 
            // btnPDF
            // 
            this.btnPDF.ImageIndex = 143;
            this.btnPDF.ImageList = this.iclLarge;
            this.btnPDF.Location = new System.Drawing.Point(730, 560);
            this.btnPDF.Name = "btnPDF";
            this.btnPDF.Size = new System.Drawing.Size(40, 40);
            this.btnPDF.TabIndex = 76;
            this.btnPDF.Click += new System.EventHandler(this.btnPDF_Click);
            // 
            // cbxLabel11
            // 
            this.cbxLabel11.EditValue = true;
            this.cbxLabel11.Location = new System.Drawing.Point(574, 521);
            this.cbxLabel11.Name = "cbxLabel11";
            this.cbxLabel11.Properties.Caption = "";
            this.cbxLabel11.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel11.TabIndex = 75;
            this.cbxLabel11.Tag = "1";
            this.cbxLabel11.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel10
            // 
            this.cbxLabel10.EditValue = true;
            this.cbxLabel10.Location = new System.Drawing.Point(528, 521);
            this.cbxLabel10.Name = "cbxLabel10";
            this.cbxLabel10.Properties.Caption = "";
            this.cbxLabel10.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel10.TabIndex = 74;
            this.cbxLabel10.Tag = "2";
            this.cbxLabel10.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel9
            // 
            this.cbxLabel9.EditValue = true;
            this.cbxLabel9.Location = new System.Drawing.Point(482, 521);
            this.cbxLabel9.Name = "cbxLabel9";
            this.cbxLabel9.Properties.Caption = "";
            this.cbxLabel9.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel9.TabIndex = 73;
            this.cbxLabel9.Tag = "3";
            this.cbxLabel9.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel8
            // 
            this.cbxLabel8.EditValue = true;
            this.cbxLabel8.Location = new System.Drawing.Point(436, 521);
            this.cbxLabel8.Name = "cbxLabel8";
            this.cbxLabel8.Properties.Caption = "";
            this.cbxLabel8.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel8.TabIndex = 72;
            this.cbxLabel8.Tag = "4";
            this.cbxLabel8.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel7
            // 
            this.cbxLabel7.EditValue = true;
            this.cbxLabel7.Location = new System.Drawing.Point(390, 521);
            this.cbxLabel7.Name = "cbxLabel7";
            this.cbxLabel7.Properties.Caption = "";
            this.cbxLabel7.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel7.TabIndex = 71;
            this.cbxLabel7.Tag = "5";
            this.cbxLabel7.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel6
            // 
            this.cbxLabel6.EditValue = true;
            this.cbxLabel6.Location = new System.Drawing.Point(344, 521);
            this.cbxLabel6.Name = "cbxLabel6";
            this.cbxLabel6.Properties.Caption = "";
            this.cbxLabel6.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel6.TabIndex = 70;
            this.cbxLabel6.Tag = "6";
            this.cbxLabel6.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel5
            // 
            this.cbxLabel5.EditValue = true;
            this.cbxLabel5.Location = new System.Drawing.Point(298, 521);
            this.cbxLabel5.Name = "cbxLabel5";
            this.cbxLabel5.Properties.Caption = "";
            this.cbxLabel5.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel5.TabIndex = 69;
            this.cbxLabel5.Tag = "7";
            this.cbxLabel5.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel4
            // 
            this.cbxLabel4.EditValue = true;
            this.cbxLabel4.Location = new System.Drawing.Point(252, 521);
            this.cbxLabel4.Name = "cbxLabel4";
            this.cbxLabel4.Properties.Caption = "";
            this.cbxLabel4.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel4.TabIndex = 68;
            this.cbxLabel4.Tag = "8";
            this.cbxLabel4.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel3
            // 
            this.cbxLabel3.EditValue = true;
            this.cbxLabel3.Location = new System.Drawing.Point(206, 521);
            this.cbxLabel3.Name = "cbxLabel3";
            this.cbxLabel3.Properties.Caption = "";
            this.cbxLabel3.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel3.TabIndex = 67;
            this.cbxLabel3.Tag = "9";
            this.cbxLabel3.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel2
            // 
            this.cbxLabel2.EditValue = true;
            this.cbxLabel2.Location = new System.Drawing.Point(160, 521);
            this.cbxLabel2.Name = "cbxLabel2";
            this.cbxLabel2.Properties.Caption = "";
            this.cbxLabel2.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel2.TabIndex = 66;
            this.cbxLabel2.Tag = "10";
            this.cbxLabel2.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel1
            // 
            this.cbxLabel1.EditValue = true;
            this.cbxLabel1.Location = new System.Drawing.Point(114, 521);
            this.cbxLabel1.Name = "cbxLabel1";
            this.cbxLabel1.Properties.Caption = "";
            this.cbxLabel1.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel1.TabIndex = 65;
            this.cbxLabel1.Tag = "11";
            this.cbxLabel1.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(8, 527);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(69, 13);
            this.labelControl3.TabIndex = 64;
            this.labelControl3.Text = "Toon waarden";
            // 
            // btnTrend1
            // 
            this.btnTrend1.Location = new System.Drawing.Point(103, 577);
            this.btnTrend1.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend1.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend1.Name = "btnTrend1";
            this.btnTrend1.Size = new System.Drawing.Size(40, 23);
            this.btnTrend1.TabIndex = 63;
            this.btnTrend1.Tag = "11";
            this.btnTrend1.Text = "2002";
            this.btnTrend1.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend2
            // 
            this.btnTrend2.Location = new System.Drawing.Point(149, 577);
            this.btnTrend2.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend2.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend2.Name = "btnTrend2";
            this.btnTrend2.Size = new System.Drawing.Size(40, 23);
            this.btnTrend2.TabIndex = 62;
            this.btnTrend2.Tag = "10";
            this.btnTrend2.Text = "2003";
            this.btnTrend2.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend3
            // 
            this.btnTrend3.Location = new System.Drawing.Point(195, 577);
            this.btnTrend3.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend3.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend3.Name = "btnTrend3";
            this.btnTrend3.Size = new System.Drawing.Size(40, 23);
            this.btnTrend3.TabIndex = 61;
            this.btnTrend3.Tag = "9";
            this.btnTrend3.Text = "2004";
            this.btnTrend3.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend11
            // 
            this.btnTrend11.Location = new System.Drawing.Point(563, 577);
            this.btnTrend11.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend11.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend11.Name = "btnTrend11";
            this.btnTrend11.Size = new System.Drawing.Size(40, 23);
            this.btnTrend11.TabIndex = 60;
            this.btnTrend11.Tag = "1";
            this.btnTrend11.Text = "2012";
            this.btnTrend11.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend10
            // 
            this.btnTrend10.Location = new System.Drawing.Point(517, 577);
            this.btnTrend10.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend10.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend10.Name = "btnTrend10";
            this.btnTrend10.Size = new System.Drawing.Size(40, 23);
            this.btnTrend10.TabIndex = 59;
            this.btnTrend10.Tag = "2";
            this.btnTrend10.Text = "2011";
            this.btnTrend10.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend9
            // 
            this.btnTrend9.Location = new System.Drawing.Point(471, 577);
            this.btnTrend9.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend9.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend9.Name = "btnTrend9";
            this.btnTrend9.Size = new System.Drawing.Size(40, 23);
            this.btnTrend9.TabIndex = 58;
            this.btnTrend9.Tag = "3";
            this.btnTrend9.Text = "2010";
            this.btnTrend9.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend8
            // 
            this.btnTrend8.Location = new System.Drawing.Point(425, 577);
            this.btnTrend8.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend8.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend8.Name = "btnTrend8";
            this.btnTrend8.Size = new System.Drawing.Size(40, 23);
            this.btnTrend8.TabIndex = 57;
            this.btnTrend8.Tag = "4";
            this.btnTrend8.Text = "2009";
            this.btnTrend8.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend7
            // 
            this.btnTrend7.Location = new System.Drawing.Point(379, 577);
            this.btnTrend7.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend7.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend7.Name = "btnTrend7";
            this.btnTrend7.Size = new System.Drawing.Size(40, 23);
            this.btnTrend7.TabIndex = 56;
            this.btnTrend7.Tag = "5";
            this.btnTrend7.Text = "2008";
            this.btnTrend7.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // d
            // 
            this.d.Location = new System.Drawing.Point(333, 577);
            this.d.LookAndFeel.SkinName = "Office 2010 Blue";
            this.d.LookAndFeel.UseDefaultLookAndFeel = false;
            this.d.Name = "d";
            this.d.Size = new System.Drawing.Size(40, 23);
            this.d.TabIndex = 55;
            this.d.Tag = "6";
            this.d.Text = "2007";
            this.d.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend5
            // 
            this.btnTrend5.Location = new System.Drawing.Point(287, 577);
            this.btnTrend5.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend5.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend5.Name = "btnTrend5";
            this.btnTrend5.Size = new System.Drawing.Size(40, 23);
            this.btnTrend5.TabIndex = 54;
            this.btnTrend5.Tag = "7";
            this.btnTrend5.Text = "2006";
            this.btnTrend5.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend4
            // 
            this.btnTrend4.Location = new System.Drawing.Point(241, 577);
            this.btnTrend4.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend4.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend4.Name = "btnTrend4";
            this.btnTrend4.Size = new System.Drawing.Size(40, 23);
            this.btnTrend4.TabIndex = 53;
            this.btnTrend4.Tag = "8";
            this.btnTrend4.Text = "2005";
            this.btnTrend4.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(8, 583);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(53, 13);
            this.labelControl2.TabIndex = 52;
            this.labelControl2.Text = "Trendlijnen";
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(8, 555);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(31, 13);
            this.labelControl1.TabIndex = 51;
            this.labelControl1.Text = "Omzet";
            // 
            // btnYear1
            // 
            this.btnYear1.Location = new System.Drawing.Point(103, 548);
            this.btnYear1.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear1.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear1.Name = "btnYear1";
            this.btnYear1.Size = new System.Drawing.Size(40, 23);
            this.btnYear1.TabIndex = 50;
            this.btnYear1.Tag = "11";
            this.btnYear1.Text = "2002";
            this.btnYear1.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear2
            // 
            this.btnYear2.Location = new System.Drawing.Point(149, 548);
            this.btnYear2.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear2.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear2.Name = "btnYear2";
            this.btnYear2.Size = new System.Drawing.Size(40, 23);
            this.btnYear2.TabIndex = 49;
            this.btnYear2.Tag = "10";
            this.btnYear2.Text = "2003";
            this.btnYear2.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear3
            // 
            this.btnYear3.Location = new System.Drawing.Point(195, 548);
            this.btnYear3.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear3.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear3.Name = "btnYear3";
            this.btnYear3.Size = new System.Drawing.Size(40, 23);
            this.btnYear3.TabIndex = 48;
            this.btnYear3.Tag = "9";
            this.btnYear3.Text = "2004";
            this.btnYear3.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear11
            // 
            this.btnYear11.Location = new System.Drawing.Point(563, 548);
            this.btnYear11.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear11.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear11.Name = "btnYear11";
            this.btnYear11.Size = new System.Drawing.Size(40, 23);
            this.btnYear11.TabIndex = 47;
            this.btnYear11.Tag = "1";
            this.btnYear11.Text = "2012";
            this.btnYear11.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear10
            // 
            this.btnYear10.Location = new System.Drawing.Point(517, 548);
            this.btnYear10.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear10.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear10.Name = "btnYear10";
            this.btnYear10.Size = new System.Drawing.Size(40, 23);
            this.btnYear10.TabIndex = 46;
            this.btnYear10.Tag = "2";
            this.btnYear10.Text = "2011";
            this.btnYear10.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear9
            // 
            this.btnYear9.Location = new System.Drawing.Point(471, 548);
            this.btnYear9.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear9.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear9.Name = "btnYear9";
            this.btnYear9.Size = new System.Drawing.Size(40, 23);
            this.btnYear9.TabIndex = 45;
            this.btnYear9.Tag = "3";
            this.btnYear9.Text = "2010";
            this.btnYear9.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear8
            // 
            this.btnYear8.Location = new System.Drawing.Point(425, 548);
            this.btnYear8.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear8.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear8.Name = "btnYear8";
            this.btnYear8.Size = new System.Drawing.Size(40, 23);
            this.btnYear8.TabIndex = 44;
            this.btnYear8.Tag = "4";
            this.btnYear8.Text = "2009";
            this.btnYear8.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear7
            // 
            this.btnYear7.Location = new System.Drawing.Point(379, 548);
            this.btnYear7.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear7.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear7.Name = "btnYear7";
            this.btnYear7.Size = new System.Drawing.Size(40, 23);
            this.btnYear7.TabIndex = 43;
            this.btnYear7.Tag = "5";
            this.btnYear7.Text = "2008";
            this.btnYear7.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear6
            // 
            this.btnYear6.Location = new System.Drawing.Point(333, 548);
            this.btnYear6.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear6.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear6.Name = "btnYear6";
            this.btnYear6.Size = new System.Drawing.Size(40, 23);
            this.btnYear6.TabIndex = 42;
            this.btnYear6.Tag = "6";
            this.btnYear6.Text = "2007";
            this.btnYear6.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear5
            // 
            this.btnYear5.Location = new System.Drawing.Point(287, 548);
            this.btnYear5.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear5.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear5.Name = "btnYear5";
            this.btnYear5.Size = new System.Drawing.Size(40, 23);
            this.btnYear5.TabIndex = 41;
            this.btnYear5.Tag = "7";
            this.btnYear5.Text = "2006";
            this.btnYear5.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear4
            // 
            this.btnYear4.Location = new System.Drawing.Point(241, 548);
            this.btnYear4.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear4.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear4.Name = "btnYear4";
            this.btnYear4.Size = new System.Drawing.Size(40, 23);
            this.btnYear4.TabIndex = 40;
            this.btnYear4.Tag = "8";
            this.btnYear4.Text = "2005";
            this.btnYear4.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // tabpageByTimeFrame
            // 
            this.tabpageByTimeFrame.Controls.Add(this.btnTrend10J);
            this.tabpageByTimeFrame.Controls.Add(this.btnTrend5J);
            this.tabpageByTimeFrame.Controls.Add(this.btnTrend3J);
            this.tabpageByTimeFrame.Controls.Add(this.btnTrend1J);
            this.tabpageByTimeFrame.Controls.Add(this.btnTrend6M);
            this.tabpageByTimeFrame.Controls.Add(this.btnTrend3M);
            this.tabpageByTimeFrame.Controls.Add(this.labelControl7);
            this.tabpageByTimeFrame.Controls.Add(this.cbxTurnOverByTimeFrameLabel);
            this.tabpageByTimeFrame.Controls.Add(this.labelControl6);
            this.tabpageByTimeFrame.Controls.Add(this.btn3J);
            this.tabpageByTimeFrame.Controls.Add(this.chartTurnOverByTimeFrame);
            this.tabpageByTimeFrame.Controls.Add(this.btn3M);
            this.tabpageByTimeFrame.Controls.Add(this.btn6M);
            this.tabpageByTimeFrame.Controls.Add(this.btn1J);
            this.tabpageByTimeFrame.Controls.Add(this.btn10J);
            this.tabpageByTimeFrame.Controls.Add(this.btn5J);
            this.tabpageByTimeFrame.Controls.Add(this.labelControl5);
            this.tabpageByTimeFrame.Controls.Add(this.louVehicleByTimeFrame);
            this.tabpageByTimeFrame.Name = "tabpageByTimeFrame";
            this.tabpageByTimeFrame.Size = new System.Drawing.Size(779, 610);
            this.tabpageByTimeFrame.Text = "Per tijdseenheid";
            // 
            // btnTrend10J
            // 
            this.btnTrend10J.Location = new System.Drawing.Point(486, 570);
            this.btnTrend10J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend10J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend10J.Name = "btnTrend10J";
            this.btnTrend10J.Size = new System.Drawing.Size(40, 23);
            this.btnTrend10J.TabIndex = 97;
            this.btnTrend10J.Tag = "10J";
            this.btnTrend10J.Text = "10J";
            this.btnTrend10J.Click += new System.EventHandler(this.btnTrend10J_Click);
            // 
            // btnTrend5J
            // 
            this.btnTrend5J.Location = new System.Drawing.Point(440, 570);
            this.btnTrend5J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend5J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend5J.Name = "btnTrend5J";
            this.btnTrend5J.Size = new System.Drawing.Size(40, 23);
            this.btnTrend5J.TabIndex = 96;
            this.btnTrend5J.Tag = "5J";
            this.btnTrend5J.Text = "5J";
            this.btnTrend5J.Click += new System.EventHandler(this.btnTrend5J_Click);
            // 
            // btnTrend3J
            // 
            this.btnTrend3J.Location = new System.Drawing.Point(394, 570);
            this.btnTrend3J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend3J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend3J.Name = "btnTrend3J";
            this.btnTrend3J.Size = new System.Drawing.Size(40, 23);
            this.btnTrend3J.TabIndex = 95;
            this.btnTrend3J.Tag = "3J";
            this.btnTrend3J.Text = "3J";
            this.btnTrend3J.Click += new System.EventHandler(this.btnTrend3J_Click);
            // 
            // btnTrend1J
            // 
            this.btnTrend1J.Location = new System.Drawing.Point(348, 570);
            this.btnTrend1J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend1J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend1J.Name = "btnTrend1J";
            this.btnTrend1J.Size = new System.Drawing.Size(40, 23);
            this.btnTrend1J.TabIndex = 94;
            this.btnTrend1J.Tag = "1J";
            this.btnTrend1J.Text = "1J";
            this.btnTrend1J.Click += new System.EventHandler(this.btnTrend1J_Click);
            // 
            // btnTrend6M
            // 
            this.btnTrend6M.Location = new System.Drawing.Point(302, 570);
            this.btnTrend6M.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend6M.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend6M.Name = "btnTrend6M";
            this.btnTrend6M.Size = new System.Drawing.Size(40, 23);
            this.btnTrend6M.TabIndex = 93;
            this.btnTrend6M.Tag = "6M";
            this.btnTrend6M.Text = "6M";
            this.btnTrend6M.Click += new System.EventHandler(this.btnTrend6M_Click);
            // 
            // btnTrend3M
            // 
            this.btnTrend3M.Location = new System.Drawing.Point(256, 570);
            this.btnTrend3M.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend3M.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend3M.Name = "btnTrend3M";
            this.btnTrend3M.Size = new System.Drawing.Size(40, 23);
            this.btnTrend3M.TabIndex = 92;
            this.btnTrend3M.Tag = "3M";
            this.btnTrend3M.Text = "3M";
            this.btnTrend3M.Click += new System.EventHandler(this.btnTrend3M_Click);
            // 
            // labelControl7
            // 
            this.labelControl7.Location = new System.Drawing.Point(14, 575);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(53, 13);
            this.labelControl7.TabIndex = 91;
            this.labelControl7.Text = "Trendlijnen";
            // 
            // cbxTurnOverByTimeFrameLabel
            // 
            this.cbxTurnOverByTimeFrameLabel.EditValue = true;
            this.cbxTurnOverByTimeFrameLabel.Location = new System.Drawing.Point(100, 545);
            this.cbxTurnOverByTimeFrameLabel.Name = "cbxTurnOverByTimeFrameLabel";
            this.cbxTurnOverByTimeFrameLabel.Properties.Caption = "";
            this.cbxTurnOverByTimeFrameLabel.Size = new System.Drawing.Size(29, 19);
            this.cbxTurnOverByTimeFrameLabel.TabIndex = 90;
            this.cbxTurnOverByTimeFrameLabel.Tag = "11";
            this.cbxTurnOverByTimeFrameLabel.CheckedChanged += new System.EventHandler(this.cbxTurnOverByTimeFrameLabel_CheckedChanged);
            // 
            // labelControl6
            // 
            this.labelControl6.Location = new System.Drawing.Point(14, 548);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(69, 13);
            this.labelControl6.TabIndex = 89;
            this.labelControl6.Text = "Toon waarden";
            // 
            // btn3J
            // 
            this.btn3J.Location = new System.Drawing.Point(394, 541);
            this.btn3J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn3J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn3J.Name = "btn3J";
            this.btn3J.Size = new System.Drawing.Size(40, 23);
            this.btn3J.TabIndex = 88;
            this.btn3J.Tag = "9";
            this.btn3J.Text = "3J";
            this.btn3J.Click += new System.EventHandler(this.btn3J_Click);
            // 
            // chartTurnOverByTimeFrame
            // 
            xyDiagram2.AxisX.DateTimeGridAlignment = DevExpress.XtraCharts.DateTimeMeasurementUnit.Month;
            xyDiagram2.AxisX.DateTimeMeasureUnit = DevExpress.XtraCharts.DateTimeMeasurementUnit.Month;
            xyDiagram2.AxisX.DateTimeOptions.Format = DevExpress.XtraCharts.DateTimeFormat.MonthAndYear;
            xyDiagram2.AxisX.Label.Angle = 10;
            xyDiagram2.AxisX.Label.Font = new System.Drawing.Font("Tahoma", 9F);
            xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = false;
            xyDiagram2.AxisX.Range.SideMarginsEnabled = false;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            this.chartTurnOverByTimeFrame.Diagram = xyDiagram2;
            this.chartTurnOverByTimeFrame.Location = new System.Drawing.Point(14, 43);
            this.chartTurnOverByTimeFrame.Name = "chartTurnOverByTimeFrame";
            series23.ArgumentDataMember = "YearMonth";
            series23.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            series23.DataSource = this.turnOverObjectCollectionByTimeFrameBindingSource1;
            pointSeriesLabel24.LineVisible = true;
            pointOptions23.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions23.ValueNumericOptions.Precision = 0;
            pointSeriesLabel24.PointOptions = pointOptions23;
            series23.Label = pointSeriesLabel24;
            series23.Name = "Series 1";
            series23.ValueDataMembersSerializable = "TurnOver";
            series23.View = splineAreaSeriesView13;
            series24.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            pointSeriesLabel25.LineVisible = true;
            series24.Label = pointSeriesLabel25;
            series24.Name = "Trend 1";
            series24.View = lineSeriesView12;
            series24.Visible = false;
            this.chartTurnOverByTimeFrame.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series23,
        series24};
            pointSeriesLabel26.LineVisible = true;
            this.chartTurnOverByTimeFrame.SeriesTemplate.Label = pointSeriesLabel26;
            splineAreaSeriesView14.Transparency = ((byte)(0));
            this.chartTurnOverByTimeFrame.SeriesTemplate.View = splineAreaSeriesView14;
            this.chartTurnOverByTimeFrame.Size = new System.Drawing.Size(755, 486);
            this.chartTurnOverByTimeFrame.TabIndex = 87;
            this.chartTurnOverByTimeFrame.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartVehicleByTimeFrame_MouseMove);
            // 
            // btn3M
            // 
            this.btn3M.Location = new System.Drawing.Point(256, 541);
            this.btn3M.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn3M.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn3M.Name = "btn3M";
            this.btn3M.Size = new System.Drawing.Size(40, 23);
            this.btn3M.TabIndex = 86;
            this.btn3M.Tag = "11";
            this.btn3M.Text = "3M";
            this.btn3M.Click += new System.EventHandler(this.btn3M_Click);
            // 
            // btn6M
            // 
            this.btn6M.Location = new System.Drawing.Point(302, 541);
            this.btn6M.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn6M.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn6M.Name = "btn6M";
            this.btn6M.Size = new System.Drawing.Size(40, 23);
            this.btn6M.TabIndex = 85;
            this.btn6M.Tag = "10";
            this.btn6M.Text = "6M";
            this.btn6M.Click += new System.EventHandler(this.btn6M_Click);
            // 
            // btn1J
            // 
            this.btn1J.Location = new System.Drawing.Point(348, 541);
            this.btn1J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn1J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn1J.Name = "btn1J";
            this.btn1J.Size = new System.Drawing.Size(40, 23);
            this.btn1J.TabIndex = 84;
            this.btn1J.Tag = "9";
            this.btn1J.Text = "1J";
            this.btn1J.Click += new System.EventHandler(this.btn1J_Click);
            // 
            // btn10J
            // 
            this.btn10J.Location = new System.Drawing.Point(486, 541);
            this.btn10J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn10J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn10J.Name = "btn10J";
            this.btn10J.Size = new System.Drawing.Size(40, 23);
            this.btn10J.TabIndex = 83;
            this.btn10J.Tag = "7";
            this.btn10J.Text = "10J";
            this.btn10J.Click += new System.EventHandler(this.btn10J_Click);
            // 
            // btn5J
            // 
            this.btn5J.Location = new System.Drawing.Point(440, 541);
            this.btn5J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn5J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn5J.Name = "btn5J";
            this.btn5J.Size = new System.Drawing.Size(40, 23);
            this.btn5J.TabIndex = 82;
            this.btn5J.Tag = "8";
            this.btn5J.Text = "5J";
            this.btn5J.Click += new System.EventHandler(this.btn5J_Click);
            // 
            // labelControl5
            // 
            this.labelControl5.Location = new System.Drawing.Point(14, 18);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(44, 13);
            this.labelControl5.TabIndex = 81;
            this.labelControl5.Text = "Voertuig:";
            // 
            // louVehicleByTimeFrame
            // 
            this.louVehicleByTimeFrame.Location = new System.Drawing.Point(65, 15);
            this.louVehicleByTimeFrame.Name = "louVehicleByTimeFrame";
            this.louVehicleByTimeFrame.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.louVehicleByTimeFrame.Properties.NullText = "";
            this.louVehicleByTimeFrame.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
            this.louVehicleByTimeFrame.Size = new System.Drawing.Size(148, 20);
            this.louVehicleByTimeFrame.TabIndex = 80;
            // 
            // TurnOverVehicle
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(809, 662);
            this.Controls.Add(this.xtraTabControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.LookAndFeel.SkinName = "Office 2010 Blue";
            this.LookAndFeel.UseDefaultLookAndFeel = false;
            this.MaximizeBox = false;
            this.Name = "TurnOverVehicle";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Voertuig";
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionByTimeFrameBindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.turnOverObjectCollectionBindingSource10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartTurnOverByYear)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.iclLarge)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.tabpageByYear.ResumeLayout(false);
            this.tabpageByYear.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.louVehicleByYear.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel11.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel10.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel9.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel8.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel7.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel6.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel5.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel4.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel3.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel1.Properties)).EndInit();
            this.tabpageByTimeFrame.ResumeLayout(false);
            this.tabpageByTimeFrame.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cbxTurnOverByTimeFrameLabel.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel25)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel26)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartTurnOverByTimeFrame)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.louVehicleByTimeFrame.Properties)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel5 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions pointOptions3 = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView5 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView6 = new DevExpress.XtraCharts.LineSeriesView();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.linkLabel3 = new System.Windows.Forms.LinkLabel();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.linkLabel5 = new System.Windows.Forms.LinkLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listView1 = new System.Windows.Forms.ListView();
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.linkLabel11 = new System.Windows.Forms.LinkLabel();
     this.linkLabel12 = new System.Windows.Forms.LinkLabel();
     this.linkLabel13 = new System.Windows.Forms.LinkLabel();
     this.linkLabel14 = new System.Windows.Forms.LinkLabel();
     this.linkLabel15 = new System.Windows.Forms.LinkLabel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.listView2 = new System.Windows.Forms.ListView();
     this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label44 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.label48 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.label51 = new System.Windows.Forms.Label();
     this.dtDate = new CalendarLib.DateTimePickerEx();
     this.lblHeader = new System.Windows.Forms.Label();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.btnPrint = new System.Windows.Forms.Button();
     this.chartReceiveCost = new DevExpress.XtraCharts.ChartControl();
     this.lkAccount = new DevExpress.XtraEditors.GridLookUpEdit();
     this.gridView6 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn96 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn97 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn98 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartReceiveCost)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkAccount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).BeginInit();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(305, 182);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(19, 13);
     this.linkLabel1.TabIndex = 2;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "list";
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Location = new System.Drawing.Point(305, 155);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(19, 13);
     this.linkLabel2.TabIndex = 2;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "list";
     //
     // linkLabel3
     //
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Location = new System.Drawing.Point(305, 128);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(19, 13);
     this.linkLabel3.TabIndex = 2;
     this.linkLabel3.TabStop = true;
     this.linkLabel3.Text = "list";
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Location = new System.Drawing.Point(305, 101);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(19, 13);
     this.linkLabel4.TabIndex = 2;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "list";
     //
     // linkLabel5
     //
     this.linkLabel5.AutoSize = true;
     this.linkLabel5.Location = new System.Drawing.Point(305, 74);
     this.linkLabel5.Name = "linkLabel5";
     this.linkLabel5.Size = new System.Drawing.Size(19, 13);
     this.linkLabel5.TabIndex = 2;
     this.linkLabel5.TabStop = true;
     this.linkLabel5.Text = "list";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Location = new System.Drawing.Point(457, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(682, 463);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader5,
     this.columnHeader6,
     this.columnHeader7,
     this.columnHeader8});
     this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.Location = new System.Drawing.Point(3, 16);
     this.listView1.Name = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size = new System.Drawing.Size(676, 444);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "No.";
     this.columnHeader5.Width = 34;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Stock Code";
     this.columnHeader6.Width = 98;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Item Name";
     this.columnHeader7.Width = 393;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Unit";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(39, 182);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(85, 13);
     this.label6.TabIndex = 0;
     this.label6.Text = "Pediatric Items : ";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(39, 155);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(74, 13);
     this.label7.TabIndex = 0;
     this.label7.Text = "Refrigerated : ";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(39, 128);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(65, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Free Items : ";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 101);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(93, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Items Not in EDL :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(167, 155);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(167, 182);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(0, 13);
     this.label11.TabIndex = 0;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(167, 128);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(0, 13);
     this.label12.TabIndex = 0;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(167, 101);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(0, 13);
     this.label13.TabIndex = 0;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(167, 74);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(0, 13);
     this.label14.TabIndex = 0;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(39, 74);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(52, 13);
     this.label15.TabIndex = 0;
     this.label15.Text = "All Items :";
     //
     // linkLabel11
     //
     this.linkLabel11.AutoSize = true;
     this.linkLabel11.Location = new System.Drawing.Point(98, 169);
     this.linkLabel11.Name = "linkLabel11";
     this.linkLabel11.Size = new System.Drawing.Size(150, 13);
     this.linkLabel11.TabIndex = 20;
     this.linkLabel11.TabStop = true;
     this.linkLabel11.Text = "Top 10 Least Received Items ";
     //
     // linkLabel12
     //
     this.linkLabel12.AutoSize = true;
     this.linkLabel12.Location = new System.Drawing.Point(98, 140);
     this.linkLabel12.Name = "linkLabel12";
     this.linkLabel12.Size = new System.Drawing.Size(147, 13);
     this.linkLabel12.TabIndex = 20;
     this.linkLabel12.TabStop = true;
     this.linkLabel12.Text = "Top 10 Most Received Items ";
     //
     // linkLabel13
     //
     this.linkLabel13.AutoSize = true;
     this.linkLabel13.Location = new System.Drawing.Point(259, 99);
     this.linkLabel13.Name = "linkLabel13";
     this.linkLabel13.Size = new System.Drawing.Size(19, 13);
     this.linkLabel13.TabIndex = 20;
     this.linkLabel13.TabStop = true;
     this.linkLabel13.Text = "list";
     //
     // linkLabel14
     //
     this.linkLabel14.AutoSize = true;
     this.linkLabel14.Location = new System.Drawing.Point(259, 72);
     this.linkLabel14.Name = "linkLabel14";
     this.linkLabel14.Size = new System.Drawing.Size(19, 13);
     this.linkLabel14.TabIndex = 20;
     this.linkLabel14.TabStop = true;
     this.linkLabel14.Text = "list";
     //
     // linkLabel15
     //
     this.linkLabel15.AutoSize = true;
     this.linkLabel15.Location = new System.Drawing.Point(259, 48);
     this.linkLabel15.Name = "linkLabel15";
     this.linkLabel15.Size = new System.Drawing.Size(19, 13);
     this.linkLabel15.TabIndex = 20;
     this.linkLabel15.TabStop = true;
     this.linkLabel15.Text = "list";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.listView2);
     this.groupBox2.Location = new System.Drawing.Point(462, 3);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(682, 463);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop = false;
     //
     // listView2
     //
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader17,
     this.columnHeader18,
     this.columnHeader19,
     this.columnHeader20});
     this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView2.FullRowSelect = true;
     this.listView2.GridLines = true;
     this.listView2.Location = new System.Drawing.Point(3, 16);
     this.listView2.Name = "listView2";
     this.listView2.ShowItemToolTips = true;
     this.listView2.Size = new System.Drawing.Size(676, 444);
     this.listView2.TabIndex = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader17
     //
     this.columnHeader17.Text = "No.";
     this.columnHeader17.Width = 34;
     //
     // columnHeader18
     //
     this.columnHeader18.Text = "Stock Code";
     this.columnHeader18.Width = 98;
     //
     // columnHeader19
     //
     this.columnHeader19.Text = "Item Name";
     this.columnHeader19.Width = 393;
     //
     // columnHeader20
     //
     this.columnHeader20.Text = "Unit";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(309, 48);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(0, 13);
     this.label44.TabIndex = 9;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(203, 48);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(0, 13);
     this.label45.TabIndex = 10;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(238, 72);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(13, 13);
     this.label46.TabIndex = 7;
     this.label46.Text = "0";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(238, 99);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(13, 13);
     this.label47.TabIndex = 7;
     this.label47.Text = "0";
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(238, 48);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(13, 13);
     this.label48.TabIndex = 7;
     this.label48.Text = "0";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(98, 99);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(119, 13);
     this.label49.TabIndex = 8;
     this.label49.Text = "Never Received Items :";
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Location = new System.Drawing.Point(98, 72);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(94, 13);
     this.label50.TabIndex = 8;
     this.label50.Text = "No of Days since :";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Location = new System.Drawing.Point(98, 48);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(102, 13);
     this.label51.TabIndex = 8;
     this.label51.Text = "Last Receive Date :";
     //
     // dtDate
     //
     this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 10.75F);
     this.dtDate.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     this.dtDate.CustomFormat = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 2;
     this.dtDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     this.dtDate.Location = new System.Drawing.Point(673, 11);
     this.dtDate.Name = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size = new System.Drawing.Size(114, 20);
     this.dtDate.TabIndex = 22;
     this.dtDate.Value = new System.DateTime(2009, 1, 20, 0, 0, 0, 0);
     this.dtDate.Visible = false;
     //
     // lblHeader
     //
     this.lblHeader.AutoSize = true;
     this.lblHeader.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.Location = new System.Drawing.Point(35, 13);
     this.lblHeader.Name = "lblHeader";
     this.lblHeader.Size = new System.Drawing.Size(232, 23);
     this.lblHeader.TabIndex = 23;
     this.lblHeader.Text = "Issue and Receive Cost";
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(427, 245);
     this.progressBar1.Minimum = 1;
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(300, 23);
     this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar1.TabIndex = 25;
     this.progressBar1.UseWaitCursor = true;
     this.progressBar1.Value = 1;
     this.progressBar1.Visible = false;
     //
     // btnPrint
     //
     this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrint.Image = global::HCMIS.Desktop.Properties.Resources.printer;
     this.btnPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPrint.Location = new System.Drawing.Point(1078, 12);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(65, 22);
     this.btnPrint.TabIndex = 24;
     this.btnPrint.Text = "Print";
     this.btnPrint.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnPrint.UseVisualStyleBackColor = true;
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // chartReceiveCost
     //
     this.chartReceiveCost.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)));
     xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram3.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram3.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     this.chartReceiveCost.Diagram = xyDiagram3;
     this.chartReceiveCost.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartReceiveCost.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartReceiveCost.Legend.EquallySpacedItems = false;
     this.chartReceiveCost.Location = new System.Drawing.Point(12, 40);
     this.chartReceiveCost.Name = "chartReceiveCost";
     this.chartReceiveCost.PaletteName = "Palette 1";
     this.chartReceiveCost.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(168)))), ((int)(((byte)(9))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(201)))), ((int)(((byte)(67)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(76)))), ((int)(((byte)(27))))), System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(118)))), ((int)(((byte)(72)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(197)))), ((int)(((byte)(227))))), System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(197)))), ((int)(((byte)(227)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(111))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(111)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(58)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(86)))), ((int)(((byte)(49)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(171)))), ((int)(((byte)(27)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(194)))), ((int)(((byte)(0)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(159)))), ((int)(((byte)(113))))), System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(194)))), ((int)(((byte)(141)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(172)))), ((int)(((byte)(104))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(202)))), ((int)(((byte)(134)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(227)))), ((int)(((byte)(181)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(147)))), ((int)(((byte)(115))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(149))))))}));
     pointSeriesLabel5.LineVisible = true;
     pointOptions3.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
     pointSeriesLabel5.PointOptions = pointOptions3;
     series3.Label = pointSeriesLabel5;
     series3.Name = "Series 1";
     series3.View = lineSeriesView5;
     this.chartReceiveCost.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series3};
     pointSeriesLabel6.LineVisible = true;
     this.chartReceiveCost.SeriesTemplate.Label = pointSeriesLabel6;
     this.chartReceiveCost.SeriesTemplate.View = lineSeriesView6;
     this.chartReceiveCost.Size = new System.Drawing.Size(1131, 443);
     this.chartReceiveCost.TabIndex = 29;
     //
     // lkAccount
     //
     this.lkAccount.Location = new System.Drawing.Point(886, 11);
     this.lkAccount.Name = "lkAccount";
     this.lkAccount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkAccount.Properties.DisplayMember = "Name";
     this.lkAccount.Properties.NullText = "Select Account";
     this.lkAccount.Properties.ValueMember = "ID";
     this.lkAccount.Properties.View = this.gridView6;
     this.lkAccount.Size = new System.Drawing.Size(162, 20);
     this.lkAccount.TabIndex = 71;
     this.lkAccount.EditValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged);
     //
     // gridView6
     //
     this.gridView6.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn29,
     this.gridColumn96,
     this.gridColumn30,
     this.gridColumn97,
     this.gridColumn98});
     this.gridView6.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView6.GroupCount = 3;
     this.gridView6.Name = "gridView6";
     this.gridView6.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView6.OptionsView.ShowGroupPanel = false;
     this.gridView6.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn30, DevExpress.Data.ColumnSortOrder.Ascending),
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn97, DevExpress.Data.ColumnSortOrder.Ascending),
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn96, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // gridColumn29
     //
     this.gridColumn29.Caption = "ID";
     this.gridColumn29.FieldName = "ID";
     this.gridColumn29.Name = "gridColumn29";
     //
     // gridColumn96
     //
     this.gridColumn96.Caption = "Sub Account";
     this.gridColumn96.FieldName = "StoreGroupDivision";
     this.gridColumn96.Name = "gridColumn96";
     this.gridColumn96.Visible = true;
     this.gridColumn96.VisibleIndex = 0;
     //
     // gridColumn30
     //
     this.gridColumn30.Caption = "Mode";
     this.gridColumn30.FieldName = "StoreType";
     this.gridColumn30.Name = "gridColumn30";
     //
     // gridColumn97
     //
     this.gridColumn97.Caption = "Account";
     this.gridColumn97.FieldName = "StoreGroup";
     this.gridColumn97.Name = "gridColumn97";
     //
     // gridColumn98
     //
     this.gridColumn98.Caption = "SSA";
     this.gridColumn98.FieldName = "Name";
     this.gridColumn98.Name = "gridColumn98";
     this.gridColumn98.Visible = true;
     this.gridColumn98.VisibleIndex = 0;
     this.gridColumn98.Width = 83;
     //
     // GeneralCostChart
     //
     this.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1155, 513);
     this.Controls.Add(this.lkAccount);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.chartReceiveCost);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.dtDate);
     this.Name = "GeneralCostChart";
     this.Text = "GeneralReport";
     this.Load += new System.EventHandler(this.GeneralReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartReceiveCost)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkAccount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GeneralCostChart));
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.linkLabel3 = new System.Windows.Forms.LinkLabel();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.linkLabel5 = new System.Windows.Forms.LinkLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listView1 = new System.Windows.Forms.ListView();
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.linkLabel11 = new System.Windows.Forms.LinkLabel();
     this.linkLabel12 = new System.Windows.Forms.LinkLabel();
     this.linkLabel13 = new System.Windows.Forms.LinkLabel();
     this.linkLabel14 = new System.Windows.Forms.LinkLabel();
     this.linkLabel15 = new System.Windows.Forms.LinkLabel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.listView2 = new System.Windows.Forms.ListView();
     this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label44 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.label48 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.label51 = new System.Windows.Forms.Label();
     this.cboStores = new DevExpress.XtraEditors.LookUpEdit();
     this.lblHeader = new System.Windows.Forms.Label();
     this.printDoc = new System.Drawing.Printing.PrintDocument();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
     this.chartReceiveCost = new DevExpress.XtraCharts.ChartControl();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.cboYear = new DevExpress.XtraEditors.LookUpEdit();
     this.dtDate = new CalendarLib.DateTimePickerEx();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboStores.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartReceiveCost)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(305, 182);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(19, 13);
     this.linkLabel1.TabIndex = 2;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "list";
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Location = new System.Drawing.Point(305, 155);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(19, 13);
     this.linkLabel2.TabIndex = 2;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "list";
     //
     // linkLabel3
     //
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Location = new System.Drawing.Point(305, 128);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(19, 13);
     this.linkLabel3.TabIndex = 2;
     this.linkLabel3.TabStop = true;
     this.linkLabel3.Text = "list";
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Location = new System.Drawing.Point(305, 101);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(19, 13);
     this.linkLabel4.TabIndex = 2;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "list";
     //
     // linkLabel5
     //
     this.linkLabel5.AutoSize = true;
     this.linkLabel5.Location = new System.Drawing.Point(305, 74);
     this.linkLabel5.Name = "linkLabel5";
     this.linkLabel5.Size = new System.Drawing.Size(19, 13);
     this.linkLabel5.TabIndex = 2;
     this.linkLabel5.TabStop = true;
     this.linkLabel5.Text = "list";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Location = new System.Drawing.Point(457, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(682, 463);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader5,
     this.columnHeader6,
     this.columnHeader7,
     this.columnHeader8});
     this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.Location = new System.Drawing.Point(3, 16);
     this.listView1.Name = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size = new System.Drawing.Size(676, 444);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "No.";
     this.columnHeader5.Width = 34;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Stock Code";
     this.columnHeader6.Width = 98;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Item Name";
     this.columnHeader7.Width = 393;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Unit";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(39, 182);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(85, 13);
     this.label6.TabIndex = 0;
     this.label6.Text = "Pediatric Items : ";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(39, 155);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(74, 13);
     this.label7.TabIndex = 0;
     this.label7.Text = "Refrigerated : ";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(39, 128);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(65, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Free Items : ";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 101);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(93, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Items Not in EDL :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(167, 155);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(0, 13);
     this.label10.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(167, 182);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(0, 13);
     this.label11.TabIndex = 0;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(167, 128);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(0, 13);
     this.label12.TabIndex = 0;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(167, 101);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(0, 13);
     this.label13.TabIndex = 0;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(167, 74);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(0, 13);
     this.label14.TabIndex = 0;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(39, 74);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(52, 13);
     this.label15.TabIndex = 0;
     this.label15.Text = "All Items :";
     //
     // linkLabel11
     //
     this.linkLabel11.AutoSize = true;
     this.linkLabel11.Location = new System.Drawing.Point(98, 169);
     this.linkLabel11.Name = "linkLabel11";
     this.linkLabel11.Size = new System.Drawing.Size(150, 13);
     this.linkLabel11.TabIndex = 20;
     this.linkLabel11.TabStop = true;
     this.linkLabel11.Text = "Top 10 Least Received Items ";
     //
     // linkLabel12
     //
     this.linkLabel12.AutoSize = true;
     this.linkLabel12.Location = new System.Drawing.Point(98, 140);
     this.linkLabel12.Name = "linkLabel12";
     this.linkLabel12.Size = new System.Drawing.Size(147, 13);
     this.linkLabel12.TabIndex = 20;
     this.linkLabel12.TabStop = true;
     this.linkLabel12.Text = "Top 10 Most Received Items ";
     //
     // linkLabel13
     //
     this.linkLabel13.AutoSize = true;
     this.linkLabel13.Location = new System.Drawing.Point(259, 99);
     this.linkLabel13.Name = "linkLabel13";
     this.linkLabel13.Size = new System.Drawing.Size(19, 13);
     this.linkLabel13.TabIndex = 20;
     this.linkLabel13.TabStop = true;
     this.linkLabel13.Text = "list";
     //
     // linkLabel14
     //
     this.linkLabel14.AutoSize = true;
     this.linkLabel14.Location = new System.Drawing.Point(259, 72);
     this.linkLabel14.Name = "linkLabel14";
     this.linkLabel14.Size = new System.Drawing.Size(19, 13);
     this.linkLabel14.TabIndex = 20;
     this.linkLabel14.TabStop = true;
     this.linkLabel14.Text = "list";
     //
     // linkLabel15
     //
     this.linkLabel15.AutoSize = true;
     this.linkLabel15.Location = new System.Drawing.Point(259, 48);
     this.linkLabel15.Name = "linkLabel15";
     this.linkLabel15.Size = new System.Drawing.Size(19, 13);
     this.linkLabel15.TabIndex = 20;
     this.linkLabel15.TabStop = true;
     this.linkLabel15.Text = "list";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.listView2);
     this.groupBox2.Location = new System.Drawing.Point(462, 3);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(682, 463);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop = false;
     //
     // listView2
     //
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader17,
     this.columnHeader18,
     this.columnHeader19,
     this.columnHeader20});
     this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView2.FullRowSelect = true;
     this.listView2.GridLines = true;
     this.listView2.Location = new System.Drawing.Point(3, 16);
     this.listView2.Name = "listView2";
     this.listView2.ShowItemToolTips = true;
     this.listView2.Size = new System.Drawing.Size(676, 444);
     this.listView2.TabIndex = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader17
     //
     this.columnHeader17.Text = "No.";
     this.columnHeader17.Width = 34;
     //
     // columnHeader18
     //
     this.columnHeader18.Text = "Stock Code";
     this.columnHeader18.Width = 98;
     //
     // columnHeader19
     //
     this.columnHeader19.Text = "Item Name";
     this.columnHeader19.Width = 393;
     //
     // columnHeader20
     //
     this.columnHeader20.Text = "Unit";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(309, 48);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(0, 13);
     this.label44.TabIndex = 9;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(203, 48);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(0, 13);
     this.label45.TabIndex = 10;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(238, 72);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(13, 13);
     this.label46.TabIndex = 7;
     this.label46.Text = "0";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(238, 99);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(13, 13);
     this.label47.TabIndex = 7;
     this.label47.Text = "0";
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(238, 48);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(13, 13);
     this.label48.TabIndex = 7;
     this.label48.Text = "0";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(98, 99);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(119, 13);
     this.label49.TabIndex = 8;
     this.label49.Text = "Never Received Items :";
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Location = new System.Drawing.Point(98, 72);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(94, 13);
     this.label50.TabIndex = 8;
     this.label50.Text = "No of Days since :";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Location = new System.Drawing.Point(98, 48);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(102, 13);
     this.label51.TabIndex = 8;
     this.label51.Text = "Last Receive Date :";
     //
     // cboStores
     //
     this.cboStores.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboStores.Location = new System.Drawing.Point(600, 12);
     this.cboStores.Name = "cboStores";
     this.cboStores.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)});
     this.cboStores.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StoreName", "Name")});
     this.cboStores.Properties.DisplayMember = "StoreName";
     this.cboStores.Properties.NullText = "";
     this.cboStores.Properties.ValueMember = "ID";
     this.cboStores.Size = new System.Drawing.Size(193, 20);
     this.cboStores.TabIndex = 21;
     this.cboStores.EditValueChanged += new System.EventHandler(this.cboStores_SelectedValueChanged);
     //
     // lblHeader
     //
     this.lblHeader.AutoSize = true;
     this.lblHeader.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.Location = new System.Drawing.Point(41, 15);
     this.lblHeader.Name = "lblHeader";
     this.lblHeader.Size = new System.Drawing.Size(232, 23);
     this.lblHeader.TabIndex = 23;
     this.lblHeader.Text = "Issue and Receive Cost";
     this.lblHeader.Click += new System.EventHandler(this.lblHeader_Click);
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // btnPrint
     //
     this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrint.Location = new System.Drawing.Point(799, 9);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(63, 24);
     this.btnPrint.TabIndex = 24;
     this.btnPrint.Text = "Print";
     this.btnPrint.Click += new System.EventHandler(this.button1_Click);
     //
     // chartReceiveCost
     //
     this.chartReceiveCost.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)));
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartReceiveCost.Diagram = xyDiagram1;
     this.chartReceiveCost.EmptyChartText.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartReceiveCost.EmptyChartText.Text = "Data is not available for the selected Store and Year. ";
     this.chartReceiveCost.EmptyChartText.TextColor = System.Drawing.Color.Black;
     this.chartReceiveCost.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartReceiveCost.Location = new System.Drawing.Point(12, 41);
     this.chartReceiveCost.Name = "chartReceiveCost";
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     series1.Name = "Series 1";
     series1.View = lineSeriesView1;
     pointSeriesLabel2.LineVisible = true;
     series2.Label = pointSeriesLabel2;
     series2.Name = "Series 2";
     series2.View = lineSeriesView2;
     this.chartReceiveCost.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1,
     series2};
     pointSeriesLabel3.LineVisible = true;
     this.chartReceiveCost.SeriesTemplate.Label = pointSeriesLabel3;
     this.chartReceiveCost.SeriesTemplate.View = lineSeriesView3;
     this.chartReceiveCost.Size = new System.Drawing.Size(849, 527);
     this.chartReceiveCost.TabIndex = 25;
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.chartReceiveCost;
     //
     //
     //
     this.printableComponentLink1.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageCollection.ImageStream")));
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(20, 20, 100, 100);
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
     //
     // cboYear
     //
     this.cboYear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboYear.Location = new System.Drawing.Point(505, 12);
     this.cboYear.Name = "cboYear";
     this.cboYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)});
     this.cboYear.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("year", "year")});
     this.cboYear.Properties.DisplayMember = "year";
     this.cboYear.Properties.NullText = "";
     this.cboYear.Properties.ValueMember = "year";
     this.cboYear.Size = new System.Drawing.Size(77, 20);
     this.cboYear.TabIndex = 26;
     this.cboYear.EditValueChanged += new System.EventHandler(this.cboYear_EditValueChanged);
     //
     // dtDate
     //
     this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 10.75F);
     this.dtDate.CalendarForeColor = System.Drawing.Color.Black;
     this.dtDate.CustomFormat = "MM/dd/ yy";
     this.dtDate.DayOfWeekCharacters = 2;
     this.dtDate.ForeColor = System.Drawing.Color.Black;
     this.dtDate.Location = new System.Drawing.Point(198, 18);
     this.dtDate.Name = "dtDate";
     this.dtDate.PopUpFontSize = 9.75F;
     this.dtDate.Size = new System.Drawing.Size(114, 20);
     this.dtDate.TabIndex = 22;
     this.dtDate.Value = new System.DateTime(2009, 1, 20, 0, 0, 0, 0);
     this.dtDate.Visible = false;
     //
     // GeneralCostChart
     //
     this.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(873, 580);
     this.Controls.Add(this.cboYear);
     this.Controls.Add(this.chartReceiveCost);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.dtDate);
     this.Controls.Add(this.cboStores);
     this.Name = "GeneralCostChart";
     this.Text = "GeneralReport";
     this.Load += new System.EventHandler(this.GeneralReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cboStores.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartReceiveCost)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printableComponentLink1.ImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboYear.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 14
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            DevExpress.XtraCharts.TextAnnotation textAnnotation1 = new DevExpress.XtraCharts.TextAnnotation();
            DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint1 = new DevExpress.XtraCharts.ChartAnchorPoint();
            DevExpress.XtraCharts.FreePosition freePosition1 = new DevExpress.XtraCharts.FreePosition();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
            DevExpress.XtraCharts.AreaSeriesView areaSeriesView2 = new DevExpress.XtraCharts.AreaSeriesView();
            this.layoutPanel = new System.Windows.Forms.TableLayoutPanel();
            this.chart = new DevExpress.XtraCharts.ChartControl();
            this.captionPanel = new System.Windows.Forms.TableLayoutPanel();
            this.buttonsPanel = new System.Windows.Forms.TableLayoutPanel();
            this.btnBack = new DevExpress.XtraEditors.SimpleButton();
            this.btnForward = new DevExpress.XtraEditors.SimpleButton();
            this.btnPreviousDate = new DevExpress.XtraEditors.CheckButton();
            this.btnCurrentDate = new DevExpress.XtraEditors.CheckButton();
            this.valuePresenter1 = new DevExpress.SalesDemo.Win.Modules.ucValuePresenter();
            this.valuePresenter0 = new DevExpress.SalesDemo.Win.Modules.ucValuePresenter();
            this.valuePresenter2 = new DevExpress.SalesDemo.Win.Modules.ucValuePresenter();
            this.layoutPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
            this.captionPanel.SuspendLayout();
            this.buttonsPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // layoutPanel
            // 
            this.layoutPanel.BackColor = System.Drawing.Color.Transparent;
            this.layoutPanel.ColumnCount = 1;
            this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.layoutPanel.Controls.Add(this.chart, 0, 1);
            this.layoutPanel.Controls.Add(this.captionPanel, 0, 0);
            this.layoutPanel.Controls.Add(this.buttonsPanel, 0, 2);
            this.layoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutPanel.Location = new System.Drawing.Point(0, 0);
            this.layoutPanel.Margin = new System.Windows.Forms.Padding(0);
            this.layoutPanel.Name = "layoutPanel";
            this.layoutPanel.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5);
            this.layoutPanel.RowCount = 3;
            this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.layoutPanel.Size = new System.Drawing.Size(724, 711);
            this.layoutPanel.TabIndex = 1;
            // 
            // chart
            // 
            chartAnchorPoint1.X = 50;
            chartAnchorPoint1.Y = 30;
            textAnnotation1.AnchorPoint = chartAnchorPoint1;
            textAnnotation1.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            textAnnotation1.ConnectorStyle = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
            textAnnotation1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
            textAnnotation1.Name = "Text Annotation 1";
            textAnnotation1.Padding.Bottom = 7;
            textAnnotation1.Padding.Left = 7;
            textAnnotation1.Padding.Right = 10;
            textAnnotation1.Padding.Top = 7;
            textAnnotation1.Shadow.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            textAnnotation1.Shadow.Size = 1;
            textAnnotation1.ShapeKind = DevExpress.XtraCharts.ShapeKind.Rectangle;
            freePosition1.DockTargetName = "Default Pane";
            textAnnotation1.ShapePosition = freePosition1;
            this.chart.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
            textAnnotation1});
            this.chart.BackColor = System.Drawing.Color.Transparent;
            this.chart.BorderOptions.Visibility = Utils.DefaultBoolean.False;
            xyDiagram1.AxisX.CrosshairAxisLabelOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.AxisX.GridLines.Visible = true;
            xyDiagram1.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowHide = false;
            xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowRotate = false;
            xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowStagger = false;
            xyDiagram1.AxisX.Tickmarks.MinorVisible = false;
            xyDiagram1.AxisX.Tickmarks.Visible = false;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisX.WholeRange.AutoSideMargins = false;
            xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
            xyDiagram1.AxisY.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisY.Tickmarks.MinorVisible = false;
            xyDiagram1.AxisY.Tickmarks.Visible = false;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.Transparent;
            xyDiagram1.Margins.Left = 35;
            xyDiagram1.Margins.Right = 21;
            this.chart.Diagram = xyDiagram1;
            this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
            this.chart.Legend.Font = new System.Drawing.Font("Tahoma", 10F);
            this.chart.Legend.MarkerSize = new System.Drawing.Size(1, 16);
            this.chart.Legend.MarkerVisible = false;
            this.chart.Legend.Visibility = Utils.DefaultBoolean.False;
            this.chart.Location = new System.Drawing.Point(0, 45);
            this.chart.Margin = new System.Windows.Forms.Padding(0);
            this.chart.Name = "chart";
            this.chart.Padding.Left = 0;
            this.chart.Padding.Right = 0;
            pointSeriesLabel1.TextPattern = "{V:N0}";
            series1.Label = pointSeriesLabel1;
            series1.Name = "Series 1";
            areaSeriesView1.Border.Visibility = Utils.DefaultBoolean.False;
            areaSeriesView1.Transparency = ((byte)(64));
            series1.View = areaSeriesView1;
            this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            areaSeriesView2.Transparency = ((byte)(0));
            this.chart.SeriesTemplate.View = areaSeriesView2;
            this.chart.Size = new System.Drawing.Size(724, 621);
            this.chart.TabIndex = 0;
            // 
            // captionPanel
            // 
            this.captionPanel.ColumnCount = 4;
            this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 35F));
            this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33332F));
            this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.captionPanel.Controls.Add(this.valuePresenter1, 2, 0);
            this.captionPanel.Controls.Add(this.valuePresenter0, 1, 0);
            this.captionPanel.Controls.Add(this.valuePresenter2, 3, 0);
            this.captionPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.captionPanel.Location = new System.Drawing.Point(0, 5);
            this.captionPanel.Margin = new System.Windows.Forms.Padding(0);
            this.captionPanel.Name = "captionPanel";
            this.captionPanel.RowCount = 1;
            this.captionPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.captionPanel.Size = new System.Drawing.Size(724, 40);
            this.captionPanel.TabIndex = 1;
            // 
            // buttonsPanel
            // 
            this.buttonsPanel.ColumnCount = 6;
            this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
            this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 18F));
            this.buttonsPanel.Controls.Add(this.btnBack, 1, 0);
            this.buttonsPanel.Controls.Add(this.btnForward, 4, 0);
            this.buttonsPanel.Controls.Add(this.btnPreviousDate, 2, 0);
            this.buttonsPanel.Controls.Add(this.btnCurrentDate, 3, 0);
            this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonsPanel.Location = new System.Drawing.Point(0, 666);
            this.buttonsPanel.Margin = new System.Windows.Forms.Padding(0);
            this.buttonsPanel.Name = "buttonsPanel";
            this.buttonsPanel.RowCount = 1;
            this.buttonsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.buttonsPanel.Size = new System.Drawing.Size(724, 40);
            this.buttonsPanel.TabIndex = 2;
            // 
            // btnBack
            // 
            this.btnBack.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnBack.Image = global::DevExpress.ProductsDemo.Win.Properties.Resources.ArrowLeft;
            this.btnBack.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnBack.Location = new System.Drawing.Point(35, 3);
            this.btnBack.Name = "btnBack";
            this.btnBack.Size = new System.Drawing.Size(44, 34);
            this.btnBack.TabIndex = 0;
            this.btnBack.Click += new System.EventHandler(this.btnBackClick);
            // 
            // btnForward
            // 
            this.btnForward.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnForward.Image = global::DevExpress.ProductsDemo.Win.Properties.Resources.ArrowRight;
            this.btnForward.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnForward.Location = new System.Drawing.Point(659, 3);
            this.btnForward.Name = "btnForward";
            this.btnForward.Size = new System.Drawing.Size(44, 34);
            this.btnForward.TabIndex = 1;
            this.btnForward.Click += new System.EventHandler(this.btnForwardClick);
            // 
            // btnPreviousDate
            // 
            this.btnPreviousDate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnPreviousDate.Location = new System.Drawing.Point(85, 3);
            this.btnPreviousDate.Name = "btnPreviousDate";
            this.btnPreviousDate.Size = new System.Drawing.Size(281, 34);
            this.btnPreviousDate.TabIndex = 2;
            this.btnPreviousDate.Text = "prev";
            this.btnPreviousDate.Click += new System.EventHandler(this.btnPreviousDateClick);
            // 
            // btnCurrentDate
            // 
            this.btnCurrentDate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnCurrentDate.Location = new System.Drawing.Point(372, 3);
            this.btnCurrentDate.Name = "btnCurrentDate";
            this.btnCurrentDate.Size = new System.Drawing.Size(281, 34);
            this.btnCurrentDate.TabIndex = 3;
            this.btnCurrentDate.Text = "current";
            this.btnCurrentDate.Click += new System.EventHandler(this.btnCurrentDateClick);
            // 
            // valuePresenter1
            // 
            this.valuePresenter1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.valuePresenter1.Location = new System.Drawing.Point(264, 0);
            this.valuePresenter1.Margin = new System.Windows.Forms.Padding(0);
            this.valuePresenter1.Name = "valuePresenter1";
            this.valuePresenter1.Size = new System.Drawing.Size(229, 40);
            this.valuePresenter1.TabIndex = 9;
            this.valuePresenter1.TitleText = "title";
            this.valuePresenter1.Value = 0D;
            this.valuePresenter1.ValueFormat = "${0:N0}";
            this.valuePresenter1.ValueTextColor = System.Drawing.SystemColors.ControlText;
            // 
            // valuePresenter0
            // 
            this.valuePresenter0.Dock = System.Windows.Forms.DockStyle.Fill;
            this.valuePresenter0.Location = new System.Drawing.Point(35, 0);
            this.valuePresenter0.Margin = new System.Windows.Forms.Padding(0);
            this.valuePresenter0.Name = "valuePresenter0";
            this.valuePresenter0.Size = new System.Drawing.Size(229, 40);
            this.valuePresenter0.TabIndex = 8;
            this.valuePresenter0.TitleText = "title";
            this.valuePresenter0.Value = 0D;
            this.valuePresenter0.ValueFormat = "${0:N0}";
            this.valuePresenter0.ValueTextColor = System.Drawing.SystemColors.ControlText;
            // 
            // valuePresenter2
            // 
            this.valuePresenter2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.valuePresenter2.Location = new System.Drawing.Point(493, 0);
            this.valuePresenter2.Margin = new System.Windows.Forms.Padding(0);
            this.valuePresenter2.Name = "valuePresenter2";
            this.valuePresenter2.Size = new System.Drawing.Size(231, 40);
            this.valuePresenter2.TabIndex = 10;
            this.valuePresenter2.TitleText = "title";
            this.valuePresenter2.Value = 0D;
            this.valuePresenter2.ValueFormat = "${0:N0}";
            this.valuePresenter2.ValueTextColor = System.Drawing.SystemColors.ControlText;
            // 
            // ucSalesPerformance
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.layoutPanel);
            this.Name = "ucSalesPerformance";
            this.Size = new System.Drawing.Size(724, 711);
            this.layoutPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
            this.captionPanel.ResumeLayout(false);
            this.buttonsPanel.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 15
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.ConstantLine constantLine11 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.XYDiagramPane xyDiagramPane5 = new DevExpress.XtraCharts.XYDiagramPane();
			DevExpress.XtraCharts.XYDiagramPane xyDiagramPane6 = new DevExpress.XtraCharts.XYDiagramPane();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY11 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.ConstantLine constantLine12 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY12 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.ConstantLine constantLine13 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY13 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.ConstantLine constantLine14 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY14 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.ConstantLine constantLine15 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.CustomAxisLabel customAxisLabel11 = new DevExpress.XtraCharts.CustomAxisLabel();
			DevExpress.XtraCharts.CustomAxisLabel customAxisLabel12 = new DevExpress.XtraCharts.CustomAxisLabel();
			DevExpress.XtraCharts.CustomAxisLabel customAxisLabel13 = new DevExpress.XtraCharts.CustomAxisLabel();
			DevExpress.XtraCharts.CustomAxisLabel customAxisLabel14 = new DevExpress.XtraCharts.CustomAxisLabel();
			DevExpress.XtraCharts.CustomAxisLabel customAxisLabel15 = new DevExpress.XtraCharts.CustomAxisLabel();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY15 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.Series series13 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel15 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.AreaSeriesView areaSeriesView7 = new DevExpress.XtraCharts.AreaSeriesView();
			DevExpress.XtraCharts.PolygonGradientFillOptions polygonGradientFillOptions3 = new DevExpress.XtraCharts.PolygonGradientFillOptions();
			DevExpress.XtraCharts.Series series14 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel16 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SplineSeriesView splineSeriesView7 = new DevExpress.XtraCharts.SplineSeriesView();
			DevExpress.XtraCharts.Series series15 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel17 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.AreaSeriesView areaSeriesView8 = new DevExpress.XtraCharts.AreaSeriesView();
			DevExpress.XtraCharts.Series series16 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel18 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SplineSeriesView splineSeriesView8 = new DevExpress.XtraCharts.SplineSeriesView();
			DevExpress.XtraCharts.Series series17 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel19 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SplineSeriesView splineSeriesView9 = new DevExpress.XtraCharts.SplineSeriesView();
			DevExpress.XtraCharts.Series series18 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel20 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.PointSeriesView pointSeriesView3 = new DevExpress.XtraCharts.PointSeriesView();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel21 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.AreaSeriesView areaSeriesView9 = new DevExpress.XtraCharts.AreaSeriesView();
			this.bindingSourceStampValue = new System.Windows.Forms.BindingSource(this.components);
			this.chartControl = new DevExpress.XtraCharts.ChartControl();
			this.bindingSourceReading = new System.Windows.Forms.BindingSource(this.components);
			this.groupControl = new DevExpress.XtraEditors.GroupControl();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceStampValue)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagramPane6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY11)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY12)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY13)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY14)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY15)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series13)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView7)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series14)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series15)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView8)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel19)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel20)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel21)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView9)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceReading)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.groupControl)).BeginInit();
			this.groupControl.SuspendLayout();
			this.SuspendLayout();
			// 
			// bindingSourceStampValue
			// 
			this.bindingSourceStampValue.AllowNew = false;
			this.bindingSourceStampValue.DataSource = typeof(Atmo.TimeStampedValue);
			// 
			// chartControl
			// 
			this.chartControl.DataSource = this.bindingSourceReading;
			xyDiagram3.AxisX.DateTimeOptions.Format = DevExpress.XtraCharts.DateTimeFormat.MonthAndDay;
			xyDiagram3.AxisX.DateTimeScaleMode = DevExpress.XtraCharts.DateTimeScaleMode.AutomaticIntegral;
			xyDiagram3.AxisX.GridLines.Visible = true;
			xyDiagram3.AxisX.Label.Staggered = true;
			xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
			xyDiagram3.AxisX.Range.SideMarginsEnabled = false;
			xyDiagram3.AxisX.VisibleInPanesSerializable = "1";
			constantLine11.AxisValueSerializable = "23";
			constantLine11.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
			constantLine11.Name = "current temperature";
			constantLine11.ShowInLegend = false;
			constantLine11.Title.ShowBelowLine = true;
			xyDiagram3.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine11});
			xyDiagram3.AxisY.GridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
			xyDiagram3.AxisY.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.FixedPoint;
			xyDiagram3.AxisY.NumericOptions.Precision = 1;
			xyDiagram3.AxisY.Range.AlwaysShowZeroLevel = false;
			xyDiagram3.AxisY.Range.ScrollingRange.Auto = false;
			xyDiagram3.AxisY.Range.ScrollingRange.MaxValueSerializable = "10.6659343977629";
			xyDiagram3.AxisY.Range.ScrollingRange.MinValueSerializable = "0";
			xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
			xyDiagram3.AxisY.Range.SideMarginsEnabled = false;
			xyDiagram3.AxisY.Tickmarks.Length = 4;
			xyDiagram3.AxisY.Tickmarks.MinorVisible = false;
			xyDiagram3.AxisY.Title.Antialiasing = false;
			xyDiagram3.AxisY.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			xyDiagram3.AxisY.Title.Text = "Temperature";
			xyDiagram3.AxisY.Title.Visible = true;
			xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
			xyDiagram3.PaneDistance = 0;
			xyDiagramPane5.Name = "UserAndPressure";
			xyDiagramPane5.PaneID = 0;
			xyDiagramPane6.Name = "SpeedAndDirection";
			xyDiagramPane6.PaneID = 1;
			xyDiagram3.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
            xyDiagramPane5,
            xyDiagramPane6});
			secondaryAxisY11.AxisID = 0;
			constantLine12.AxisValueSerializable = "0.5";
			constantLine12.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
			constantLine12.Name = "Current Humidity";
			constantLine12.ShowInLegend = false;
			constantLine12.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
			secondaryAxisY11.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine12});
			secondaryAxisY11.GridLines.Visible = true;
			secondaryAxisY11.Name = "Humidity AxisY";
			secondaryAxisY11.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
			secondaryAxisY11.NumericOptions.Precision = 1;
			secondaryAxisY11.Range.AlwaysShowZeroLevel = false;
			secondaryAxisY11.Range.ScrollingRange.Auto = false;
			secondaryAxisY11.Range.ScrollingRange.MaxValueSerializable = "9.72502161975082";
			secondaryAxisY11.Range.ScrollingRange.MinValueSerializable = "1.44583333333333";
			secondaryAxisY11.Range.ScrollingRange.SideMarginsEnabled = false;
			secondaryAxisY11.Range.SideMarginsEnabled = false;
			secondaryAxisY11.Tickmarks.Length = 4;
			secondaryAxisY11.Tickmarks.MinorVisible = false;
			secondaryAxisY11.Title.Antialiasing = false;
			secondaryAxisY11.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			secondaryAxisY11.Title.Text = "Humidity";
			secondaryAxisY11.Title.TextColor = System.Drawing.Color.Black;
			secondaryAxisY11.Title.Visible = true;
			secondaryAxisY11.VisibleInPanesSerializable = "-1";
			secondaryAxisY12.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
			secondaryAxisY12.AxisID = 1;
			constantLine13.AxisValueSerializable = "1";
			constantLine13.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
			constantLine13.Name = "Current Wind Speed";
			constantLine13.ShowInLegend = false;
			constantLine13.Title.ShowBelowLine = true;
			secondaryAxisY12.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine13});
			secondaryAxisY12.GridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
			secondaryAxisY12.GridLines.Visible = true;
			secondaryAxisY12.Name = "Wind Speed AxisY";
			secondaryAxisY12.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.FixedPoint;
			secondaryAxisY12.NumericOptions.Precision = 1;
			secondaryAxisY12.Range.AlwaysShowZeroLevel = false;
			secondaryAxisY12.Range.ScrollingRange.Auto = false;
			secondaryAxisY12.Range.ScrollingRange.MaxValueSerializable = "8.6";
			secondaryAxisY12.Range.ScrollingRange.MinValueSerializable = "1.9";
			secondaryAxisY12.Range.ScrollingRange.SideMarginsEnabled = false;
			secondaryAxisY12.Range.SideMarginsEnabled = false;
			secondaryAxisY12.Tickmarks.Length = 4;
			secondaryAxisY12.Tickmarks.MinorVisible = false;
			secondaryAxisY12.Title.Antialiasing = false;
			secondaryAxisY12.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			secondaryAxisY12.Title.Text = "Wind Speed";
			secondaryAxisY12.Title.TextColor = System.Drawing.Color.Navy;
			secondaryAxisY12.Title.Visible = true;
			secondaryAxisY12.VisibleInPanesSerializable = "1";
			secondaryAxisY13.AxisID = 2;
			constantLine14.AxisValueSerializable = "98500";
			constantLine14.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
			constantLine14.Name = "Current Pressure";
			constantLine14.ShowInLegend = false;
			constantLine14.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
			secondaryAxisY13.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine14});
			secondaryAxisY13.GridLines.Visible = true;
			secondaryAxisY13.Name = "Pressure AxisY";
			secondaryAxisY13.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.FixedPoint;
			secondaryAxisY13.NumericOptions.Precision = 0;
			secondaryAxisY13.Range.AlwaysShowZeroLevel = false;
			secondaryAxisY13.Range.ScrollingRange.Auto = false;
			secondaryAxisY13.Range.ScrollingRange.MaxValueSerializable = "9.57300535348458";
			secondaryAxisY13.Range.ScrollingRange.MinValueSerializable = "0.315893839630503";
			secondaryAxisY13.Range.ScrollingRange.SideMarginsEnabled = false;
			secondaryAxisY13.Range.SideMarginsEnabled = false;
			secondaryAxisY13.Tickmarks.Length = 4;
			secondaryAxisY13.Tickmarks.MinorVisible = false;
			secondaryAxisY13.Title.Antialiasing = false;
			secondaryAxisY13.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			secondaryAxisY13.Title.Text = "Pressure";
			secondaryAxisY13.Title.TextColor = System.Drawing.Color.Black;
			secondaryAxisY13.Title.Visible = true;
			secondaryAxisY13.VisibleInPanesSerializable = "0";
			secondaryAxisY14.AxisID = 3;
			constantLine15.AxisValueSerializable = "180";
			constantLine15.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
			constantLine15.Name = "Current Direction";
			constantLine15.ShowInLegend = false;
			constantLine15.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
			secondaryAxisY14.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine15});
			customAxisLabel11.AxisValueSerializable = "180";
			customAxisLabel11.Name = "S";
			customAxisLabel12.AxisValueSerializable = "360";
			customAxisLabel12.Name = "N";
			customAxisLabel13.AxisValueSerializable = "0";
			customAxisLabel13.Name = "N";
			customAxisLabel14.AxisValueSerializable = "270";
			customAxisLabel14.Name = "W";
			customAxisLabel15.AxisValueSerializable = "90";
			customAxisLabel15.Name = "E";
			secondaryAxisY14.CustomLabels.AddRange(new DevExpress.XtraCharts.CustomAxisLabel[] {
            customAxisLabel11,
            customAxisLabel12,
            customAxisLabel13,
            customAxisLabel14,
            customAxisLabel15});
			secondaryAxisY14.GridLines.Visible = true;
			secondaryAxisY14.Name = "Direction AxisY";
			secondaryAxisY14.Range.AlwaysShowZeroLevel = false;
			secondaryAxisY14.Range.Auto = false;
			secondaryAxisY14.Range.MaxValueSerializable = "360";
			secondaryAxisY14.Range.MinValueSerializable = "0";
			secondaryAxisY14.Range.ScrollingRange.Auto = false;
			secondaryAxisY14.Range.ScrollingRange.MaxValueSerializable = "7";
			secondaryAxisY14.Range.ScrollingRange.MinValueSerializable = "2.9";
			secondaryAxisY14.Range.ScrollingRange.SideMarginsEnabled = false;
			secondaryAxisY14.Range.SideMarginsEnabled = false;
			secondaryAxisY14.Tickmarks.MinorVisible = false;
			secondaryAxisY14.Tickmarks.Thickness = 2;
			secondaryAxisY14.Title.Antialiasing = false;
			secondaryAxisY14.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			secondaryAxisY14.Title.Text = "Direction";
			secondaryAxisY14.Title.TextColor = System.Drawing.Color.Black;
			secondaryAxisY14.Title.Visible = true;
			secondaryAxisY14.VisibleInPanesSerializable = "1";
			secondaryAxisY15.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
			secondaryAxisY15.AxisID = 4;
			secondaryAxisY15.Name = "User";
			secondaryAxisY15.Range.AlwaysShowZeroLevel = false;
			secondaryAxisY15.Range.ScrollingRange.SideMarginsEnabled = true;
			secondaryAxisY15.Range.SideMarginsEnabled = false;
			secondaryAxisY15.Title.Antialiasing = false;
			secondaryAxisY15.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			secondaryAxisY15.Title.Text = "User";
			secondaryAxisY15.Title.TextColor = System.Drawing.Color.Navy;
			secondaryAxisY15.Title.Visible = true;
			secondaryAxisY15.VisibleInPanesSerializable = "0";
			xyDiagram3.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY11,
            secondaryAxisY12,
            secondaryAxisY13,
            secondaryAxisY14,
            secondaryAxisY15});
			this.chartControl.Diagram = xyDiagram3;
			this.chartControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
			this.chartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
			this.chartControl.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
			this.chartControl.Legend.HorizontalIndent = 2;
			this.chartControl.Legend.Padding.Bottom = 1;
			this.chartControl.Legend.Padding.Left = 1;
			this.chartControl.Legend.Padding.Right = 1;
			this.chartControl.Legend.Padding.Top = 1;
			this.chartControl.Legend.TextOffset = 1;
			this.chartControl.Legend.VerticalIndent = 1;
			this.chartControl.Legend.Visible = false;
			this.chartControl.Location = new System.Drawing.Point(2, 22);
			this.chartControl.Name = "chartControl";
			this.chartControl.PaletteBaseColorNumber = 4;
			this.chartControl.PaletteName = "Apex";
			this.chartControl.RefreshDataOnRepaint = false;
			this.chartControl.RuntimeHitTesting = false;
			series13.ArgumentDataMember = "TimeStamp";
			series13.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel15.LineVisible = true;
			pointSeriesLabel15.Visible = false;
			series13.Label = pointSeriesLabel15;
			series13.Name = "Temperature";
			series13.ValueDataMembersSerializable = "TemperatureProperty";
			areaSeriesView7.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(225)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
			areaSeriesView7.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
			polygonGradientFillOptions3.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(0)))), ((int)(((byte)(96)))), ((int)(((byte)(255)))));
			areaSeriesView7.FillStyle.Options = polygonGradientFillOptions3;
			areaSeriesView7.MarkerOptions.Visible = false;
			series13.View = areaSeriesView7;
			series14.ArgumentDataMember = "TimeStamp";
			series14.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel16.LineVisible = true;
			pointSeriesLabel16.Visible = false;
			series14.Label = pointSeriesLabel16;
			series14.Name = "Humidity";
			series14.ValueDataMembersSerializable = "HumidityProperty";
			splineSeriesView7.AxisYName = "Humidity AxisY";
			splineSeriesView7.LineMarkerOptions.Visible = false;
			splineSeriesView7.LineTensionPercent = 25;
			series14.View = splineSeriesView7;
			series15.ArgumentDataMember = "TimeStamp";
			series15.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel17.LineVisible = true;
			pointSeriesLabel17.Visible = false;
			series15.Label = pointSeriesLabel17;
			series15.Name = "Wind Speed";
			series15.ValueDataMembersSerializable = "WindSpeedProperty";
			areaSeriesView8.AxisYName = "Wind Speed AxisY";
			areaSeriesView8.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(96)))), ((int)(((byte)(128)))), ((int)(((byte)(228)))));
			areaSeriesView8.MarkerOptions.Visible = false;
			areaSeriesView8.PaneName = "SpeedAndDirection";
			series15.View = areaSeriesView8;
			series16.ArgumentDataMember = "StampProperty";
			series16.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			series16.DataSource = this.bindingSourceStampValue;
			pointSeriesLabel18.LineVisible = true;
			pointSeriesLabel18.Visible = false;
			series16.Label = pointSeriesLabel18;
			series16.Name = "User";
			series16.ValueDataMembersSerializable = "ValueProperty";
			splineSeriesView8.AxisYName = "User";
			splineSeriesView8.LineMarkerOptions.Visible = false;
			splineSeriesView8.LineTensionPercent = 25;
			splineSeriesView8.PaneName = "UserAndPressure";
			series16.View = splineSeriesView8;
			series17.ArgumentDataMember = "TimeStamp";
			series17.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel19.LineVisible = true;
			pointSeriesLabel19.Visible = false;
			series17.Label = pointSeriesLabel19;
			series17.Name = "Pressure";
			series17.ValueDataMembersSerializable = "PressureProperty";
			splineSeriesView9.AxisYName = "Pressure AxisY";
			splineSeriesView9.Color = System.Drawing.Color.Black;
			splineSeriesView9.LineMarkerOptions.Visible = false;
			splineSeriesView9.LineTensionPercent = 25;
			splineSeriesView9.PaneName = "UserAndPressure";
			series17.View = splineSeriesView9;
			series18.ArgumentDataMember = "TimeStamp";
			series18.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel20.LineVisible = true;
			pointSeriesLabel20.Visible = false;
			series18.Label = pointSeriesLabel20;
			series18.Name = "Direction";
			series18.ValueDataMembersSerializable = "WindDirectionProperty";
			pointSeriesView3.AxisYName = "Direction AxisY";
			pointSeriesView3.Color = System.Drawing.Color.Black;
			pointSeriesView3.PaneName = "SpeedAndDirection";
			pointSeriesView3.PointMarkerOptions.BorderVisible = false;
			pointSeriesView3.PointMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
			pointSeriesView3.PointMarkerOptions.Size = 4;
			series18.View = pointSeriesView3;
			this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series13,
        series14,
        series15,
        series16,
        series17,
        series18};
			this.chartControl.SeriesTemplate.ArgumentDataMember = "TimeStamp";
			this.chartControl.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel21.LineVisible = true;
			this.chartControl.SeriesTemplate.Label = pointSeriesLabel21;
			areaSeriesView9.Transparency = ((byte)(0));
			this.chartControl.SeriesTemplate.View = areaSeriesView9;
			this.chartControl.Size = new System.Drawing.Size(595, 454);
			this.chartControl.TabIndex = 0;
			// 
			// bindingSourceReading
			// 
			this.bindingSourceReading.AllowNew = false;
			this.bindingSourceReading.DataSource = typeof(Atmo.Reading);
			// 
			// groupControl
			// 
			this.groupControl.Controls.Add(this.chartControl);
			this.groupControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.groupControl.Location = new System.Drawing.Point(0, 0);
			this.groupControl.Name = "groupControl";
			this.groupControl.Size = new System.Drawing.Size(599, 478);
			this.groupControl.TabIndex = 1;
			this.groupControl.Text = "Live Readings";
			// 
			// LiveAtmosphericGraph
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.groupControl);
			this.DoubleBuffered = true;
			this.Name = "LiveAtmosphericGraph";
			this.Size = new System.Drawing.Size(599, 478);
			this.Load += new System.EventHandler(this.LiveAtmosphericGraph_Load);
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceStampValue)).EndInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagramPane6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY11)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY12)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY13)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY14)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY15)).EndInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).EndInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView7)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series13)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).EndInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series14)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).EndInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView8)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series15)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).EndInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel19)).EndInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel20)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel21)).EndInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView9)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceReading)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.groupControl)).EndInit();
			this.groupControl.ResumeLayout(false);
			this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint      seriesPoint1      = new DevExpress.XtraCharts.SeriesPoint("A", new object[] {
         ((object)(-12D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] {
         ((object)(-2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] {
         ((object)(3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] {
         ((object)(8D))
     });
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView2   = new DevExpress.XtraCharts.LineSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     xyDiagram1.AxisX.Label.Visible = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Label.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram           = xyDiagram1;
     this.chartControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(0, 0);
     this.chartControl1.Name              = "chartControl1";
     pointSeriesLabel1.LineVisibility     = DevExpress.Utils.DefaultBoolean.True;
     series1.Label            = pointSeriesLabel1;
     series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
     series1.Name             = "Series 1";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4
     });
     series1.View = lineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     pointSeriesLabel2.LineVisibility        = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel2;
     this.chartControl1.SeriesTemplate.View  = lineSeriesView2;
     this.chartControl1.Size                 = new System.Drawing.Size(478, 287);
     this.chartControl1.TabIndex             = 0;
     this.chartControl1.CustomDrawAxisLabel += new DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler(this.chartControl1_CustomDrawAxisLabel);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(478, 287);
     this.Controls.Add(this.chartControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 17
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.AreaSeriesView areaSeriesView2 = new DevExpress.XtraCharts.AreaSeriesView();
			this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
			this.chartControl = new DevExpress.XtraCharts.ChartControl();
			this.gridControl = new DevExpress.XtraGrid.GridControl();
			this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
			this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
			this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
			this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
			this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
			((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
			this.splitContainerControl1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
			this.SuspendLayout();
			// 
			// splitContainerControl1
			// 
			this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.None;
			this.splitContainerControl1.Horizontal = false;
			this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
			this.splitContainerControl1.Name = "splitContainerControl1";
			this.splitContainerControl1.Panel1.Controls.Add(this.chartControl);
			this.splitContainerControl1.Panel1.Text = "Panel1";
			this.splitContainerControl1.Panel2.Controls.Add(this.gridControl);
			this.splitContainerControl1.Panel2.Text = "Panel2";
			this.splitContainerControl1.Size = new System.Drawing.Size(591, 620);
			this.splitContainerControl1.SplitterPosition = 201;
			this.splitContainerControl1.TabIndex = 0;
			this.splitContainerControl1.Text = "splitContainerControl1";
			// 
			// chartControl
			// 
			xyDiagram1.AxisX.WholeRange.AutoSideMargins = false;
			xyDiagram1.AxisX.VisualRange.AutoSideMargins = false;
			xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
			xyDiagram1.AxisY.Label.TextPattern = "{V:C}";
			xyDiagram1.AxisY.WholeRange.AutoSideMargins = true;
			xyDiagram1.AxisY.VisualRange.AutoSideMargins = true;
			xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
			this.chartControl.Diagram = xyDiagram1;
			this.chartControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
			this.chartControl.Location = new System.Drawing.Point(0, 0);
			this.chartControl.Name = "chartControl";
			series1.ArgumentDataMember = "Date";
			series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			series1.CrosshairEnabled = DevExpress.Utils.DefaultBoolean.True;
			series1.CrosshairLabelPattern = "{A:D} {HINT}\r\nBalance: {V:c}\r\n";
			pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pointSeriesLabel1.TextPattern = "{A} {V:C}";
			series1.Label = pointSeriesLabel1;
			series1.Name = "Balance";
			series1.ToolTipEnabled = DevExpress.Utils.DefaultBoolean.True;
			series1.ToolTipHintDataMember = "Description";
			series1.ToolTipPointPattern = "{A:D}\r\n{HINT}\r\nBalance: {V:c}";
			series1.ValueDataMembersSerializable = "RunningBalance";
			series1.View = areaSeriesView1;
			this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
		series1};
			pointSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			this.chartControl.SeriesTemplate.Label = pointSeriesLabel2;
			areaSeriesView2.Transparency = ((byte)(0));
			this.chartControl.SeriesTemplate.View = areaSeriesView2;
			this.chartControl.Size = new System.Drawing.Size(591, 201);
			this.chartControl.TabIndex = 0;
			// 
			// gridControl
			// 
			this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.gridControl.Location = new System.Drawing.Point(0, 0);
			this.gridControl.MainView = this.gridView;
			this.gridControl.Name = "gridControl";
			this.gridControl.Size = new System.Drawing.Size(591, 413);
			this.gridControl.TabIndex = 0;
			this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
			this.gridView});
			// 
			// gridView
			// 
			this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
			this.gridColumn1,
			this.gridColumn2,
			this.gridColumn3,
			this.gridColumn4});
			this.gridView.GridControl = this.gridControl;
			this.gridView.Name = "gridView";
			this.gridView.OptionsBehavior.Editable = false;
			this.gridView.OptionsBehavior.ReadOnly = true;
			this.gridView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
			new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn1, DevExpress.Data.ColumnSortOrder.Ascending)});
			// 
			// gridColumn1
			// 
			this.gridColumn1.Caption = "Date";
			this.gridColumn1.FieldName = "Date";
			this.gridColumn1.Name = "gridColumn1";
			this.gridColumn1.Visible = true;
			this.gridColumn1.VisibleIndex = 0;
			// 
			// gridColumn2
			// 
			this.gridColumn2.Caption = "Description";
			this.gridColumn2.FieldName = "Description";
			this.gridColumn2.Name = "gridColumn2";
			this.gridColumn2.Visible = true;
			this.gridColumn2.VisibleIndex = 1;
			// 
			// gridColumn3
			// 
			this.gridColumn3.Caption = "Transaction Amount";
			this.gridColumn3.DisplayFormat.FormatString = "c";
			this.gridColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
			this.gridColumn3.FieldName = "Amount";
			this.gridColumn3.Name = "gridColumn3";
			this.gridColumn3.Visible = true;
			this.gridColumn3.VisibleIndex = 2;
			// 
			// gridColumn4
			// 
			this.gridColumn4.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
			this.gridColumn4.AppearanceCell.Options.UseFont = true;
			this.gridColumn4.Caption = "Balance";
			this.gridColumn4.DisplayFormat.FormatString = "c";
			this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
			this.gridColumn4.FieldName = "RunningBalance";
			this.gridColumn4.Name = "gridColumn4";
			this.gridColumn4.Visible = true;
			this.gridColumn4.VisibleIndex = 3;
			// 
			// TransactionLog
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.splitContainerControl1);
			this.Name = "TransactionLog";
			this.Size = new System.Drawing.Size(591, 620);
			((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
			this.splitContainerControl1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
			this.ResumeLayout(false);

		}
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.showFuelFlow = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit12 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit11 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit10 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabCompressormap = new DevExpress.XtraTab.XtraTabPage();
            this.ctrlCompressorMap1 = new T8SuitePro.ctrlCompressorMap();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.useTrionicCalculationForTorque = new DevExpress.XtraEditors.CheckEdit();
            this.displayTorqueInLBFT = new DevExpress.XtraEditors.CheckEdit();
            this.displayPowerInkW = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
            this.isOverboostActive = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.cbTableSelectionEdit = new DevExpress.XtraEditors.ComboBoxEdit();
            this.cbGearSelectionEdit = new DevExpress.XtraEditors.ComboBoxEdit();
            this.isFuelE85 = new DevExpress.XtraEditors.CheckEdit();
            this.isCarAutomatic = new DevExpress.XtraEditors.CheckEdit();
            this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.isCarHighOutput = new DevExpress.XtraEditors.CheckEdit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.showFuelFlow.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.tabCompressormap.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.useTrionicCalculationForTorque.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.displayTorqueInLBFT.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.displayPowerInkW.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.isOverboostActive.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbTableSelectionEdit.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbGearSelectionEdit.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.isFuelE85.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.isCarAutomatic.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.isCarHighOutput.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.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)));
            this.xtraTabControl1.Location = new System.Drawing.Point(8, 8);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(799, 378);
            this.xtraTabControl1.TabIndex = 2;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2,
            this.tabCompressormap});
            this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.gridControl1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(797, 353);
            this.xtraTabPage1.Text = "Table view";
            // 
            // gridControl1
            // 
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            gridLevelNode1.RelationName = "Level1";
            this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(797, 353);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.IndicatorWidth = 35;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gridView1.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
            this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.showFuelFlow);
            this.xtraTabPage2.Controls.Add(this.checkEdit12);
            this.xtraTabPage2.Controls.Add(this.checkEdit11);
            this.xtraTabPage2.Controls.Add(this.checkEdit10);
            this.xtraTabPage2.Controls.Add(this.checkEdit9);
            this.xtraTabPage2.Controls.Add(this.checkEdit8);
            this.xtraTabPage2.Controls.Add(this.chartControl1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(797, 353);
            this.xtraTabPage2.Text = "Dyno graph view";
            // 
            // showFuelFlow
            // 
            this.showFuelFlow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.showFuelFlow.Location = new System.Drawing.Point(641, 324);
            this.showFuelFlow.Name = "showFuelFlow";
            this.showFuelFlow.Properties.Caption = "Show fuel flow";
            this.showFuelFlow.Size = new System.Drawing.Size(105, 19);
            this.showFuelFlow.TabIndex = 6;
            this.showFuelFlow.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit12
            // 
            this.checkEdit12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit12.Location = new System.Drawing.Point(507, 324);
            this.checkEdit12.Name = "checkEdit12";
            this.checkEdit12.Properties.Caption = "Show EGT estimate";
            this.checkEdit12.Size = new System.Drawing.Size(128, 19);
            this.checkEdit12.TabIndex = 5;
            this.checkEdit12.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit11
            // 
            this.checkEdit11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit11.EditValue = true;
            this.checkEdit11.Location = new System.Drawing.Point(362, 324);
            this.checkEdit11.Name = "checkEdit11";
            this.checkEdit11.Properties.Caption = "Show target lambda";
            this.checkEdit11.Size = new System.Drawing.Size(133, 19);
            this.checkEdit11.TabIndex = 4;
            this.checkEdit11.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit10
            // 
            this.checkEdit10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit10.EditValue = true;
            this.checkEdit10.Location = new System.Drawing.Point(224, 324);
            this.checkEdit10.Name = "checkEdit10";
            this.checkEdit10.Properties.Caption = "Show injector DC";
            this.checkEdit10.Size = new System.Drawing.Size(113, 19);
            this.checkEdit10.TabIndex = 3;
            this.checkEdit10.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit9
            // 
            this.checkEdit9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit9.EditValue = true;
            this.checkEdit9.Location = new System.Drawing.Point(104, 324);
            this.checkEdit9.Name = "checkEdit9";
            this.checkEdit9.Properties.Caption = "Show torque";
            this.checkEdit9.Size = new System.Drawing.Size(93, 19);
            this.checkEdit9.TabIndex = 2;
            this.checkEdit9.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit8
            // 
            this.checkEdit8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit8.EditValue = true;
            this.checkEdit8.Location = new System.Drawing.Point(3, 324);
            this.checkEdit8.Name = "checkEdit8";
            this.checkEdit8.Properties.Caption = "Show power";
            this.checkEdit8.Size = new System.Drawing.Size(88, 19);
            this.checkEdit8.TabIndex = 1;
            this.checkEdit8.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // chartControl1
            // 
            this.chartControl1.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)));
            this.chartControl1.ContextMenuStrip = this.contextMenuStrip1;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.Name = "Series 1";
            series1.View = splineSeriesView1;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.Name = "Series 2";
            series2.View = splineSeriesView2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.SeriesTemplate.View = splineSeriesView3;
            this.chartControl1.Size = new System.Drawing.Size(789, 318);
            this.chartControl1.TabIndex = 0;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveAsToolStripMenuItem,
            this.printToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(125, 48);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.saveAsToolStripMenuItem.Text = "Save as ...";
            this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
            // 
            // printToolStripMenuItem
            // 
            this.printToolStripMenuItem.Name = "printToolStripMenuItem";
            this.printToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.printToolStripMenuItem.Text = "Print";
            this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
            // 
            // tabCompressormap
            // 
            this.tabCompressormap.Controls.Add(this.ctrlCompressorMap1);
            this.tabCompressormap.Name = "tabCompressormap";
            this.tabCompressormap.Size = new System.Drawing.Size(797, 353);
            this.tabCompressormap.Text = "Compressor map";
            // 
            // ctrlCompressorMap1
            // 
            this.ctrlCompressorMap1.Boost_request = new double[] {
        0.2D,
        0.5D,
        1.05D,
        1.08D,
        1.03D,
        1D,
        1D,
        0.98D,
        0.94D,
        0.91D,
        0.94D,
        0.88D,
        0.79D,
        0.68D,
        0.58D,
        0.5D};
            this.ctrlCompressorMap1.Compressor = T8SuitePro.ctrlCompressorMap.CompressorMap.T25_55;
            this.ctrlCompressorMap1.Current_engineType = T8SuitePro.ctrlCompressorMap.EngineType.Liter23;
            this.ctrlCompressorMap1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ctrlCompressorMap1.IsInitiallyLoaded = false;
            this.ctrlCompressorMap1.Location = new System.Drawing.Point(0, 0);
            this.ctrlCompressorMap1.Name = "ctrlCompressorMap1";
            this.ctrlCompressorMap1.Rpm_points = new int[] {
        1000,
        1500,
        1750,
        2000,
        2250,
        2500,
        2750,
        3000,
        3250,
        3500,
        4000,
        4500,
        5000,
        5500,
        6000,
        6500};
            this.ctrlCompressorMap1.Size = new System.Drawing.Size(797, 353);
            this.ctrlCompressorMap1.TabIndex = 0;
            this.ctrlCompressorMap1.onRefreshData += new T8SuitePro.ctrlCompressorMap.RefreshData(this.ctrlCompressorMap1_onRefreshData);
            // 
            // groupControl2
            // 
            this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupControl2.Controls.Add(this.isCarHighOutput);
            this.groupControl2.Controls.Add(this.useTrionicCalculationForTorque);
            this.groupControl2.Controls.Add(this.displayTorqueInLBFT);
            this.groupControl2.Controls.Add(this.displayPowerInkW);
            this.groupControl2.Controls.Add(this.labelControl15);
            this.groupControl2.Controls.Add(this.labelControl16);
            this.groupControl2.Controls.Add(this.isOverboostActive);
            this.groupControl2.Controls.Add(this.labelControl13);
            this.groupControl2.Controls.Add(this.labelControl14);
            this.groupControl2.Controls.Add(this.labelControl11);
            this.groupControl2.Controls.Add(this.labelControl12);
            this.groupControl2.Controls.Add(this.labelControl10);
            this.groupControl2.Controls.Add(this.labelControl9);
            this.groupControl2.Controls.Add(this.spinEdit1);
            this.groupControl2.Controls.Add(this.labelControl4);
            this.groupControl2.Controls.Add(this.labelControl5);
            this.groupControl2.Controls.Add(this.labelControl6);
            this.groupControl2.Controls.Add(this.labelControl3);
            this.groupControl2.Controls.Add(this.labelControl2);
            this.groupControl2.Controls.Add(this.labelControl1);
            this.groupControl2.Controls.Add(this.cbTableSelectionEdit);
            this.groupControl2.Controls.Add(this.cbGearSelectionEdit);
            this.groupControl2.Controls.Add(this.isFuelE85);
            this.groupControl2.Controls.Add(this.isCarAutomatic);
            this.groupControl2.Location = new System.Drawing.Point(8, 390);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(799, 156);
            this.groupControl2.TabIndex = 3;
            this.groupControl2.Text = "Options";
            // 
            // useTrionicCalculationForTorque
            // 
            this.useTrionicCalculationForTorque.Location = new System.Drawing.Point(14, 124);
            this.useTrionicCalculationForTorque.Name = "useTrionicCalculationForTorque";
            this.useTrionicCalculationForTorque.Properties.Caption = "Use trionic calculation for torque";
            this.useTrionicCalculationForTorque.Size = new System.Drawing.Size(184, 19);
            this.useTrionicCalculationForTorque.TabIndex = 26;
            this.useTrionicCalculationForTorque.CheckedChanged += new System.EventHandler(this.useTrionicCalculationForTorque_CheckedChanged);
            // 
            // displayTorqueInLBFT
            // 
            this.displayTorqueInLBFT.Location = new System.Drawing.Point(363, 129);
            this.displayTorqueInLBFT.Name = "displayTorqueInLBFT";
            this.displayTorqueInLBFT.Properties.Caption = "torque in lbft";
            this.displayTorqueInLBFT.Size = new System.Drawing.Size(86, 19);
            this.displayTorqueInLBFT.TabIndex = 25;
            this.displayTorqueInLBFT.CheckedChanged += new System.EventHandler(this.displayTorqueInLBFT_CheckedChanged);
            // 
            // displayPowerInkW
            // 
            this.displayPowerInkW.Location = new System.Drawing.Point(252, 129);
            this.displayPowerInkW.Name = "displayPowerInkW";
            this.displayPowerInkW.Properties.Caption = "power in kW";
            this.displayPowerInkW.Size = new System.Drawing.Size(86, 19);
            this.displayPowerInkW.TabIndex = 24;
            this.displayPowerInkW.CheckedChanged += new System.EventHandler(this.displayPowerInkW_CheckedChanged);
            // 
            // labelControl15
            // 
            this.labelControl15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl15.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
            this.labelControl15.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl15.Location = new System.Drawing.Point(773, 97);
            this.labelControl15.Name = "labelControl15";
            this.labelControl15.Size = new System.Drawing.Size(15, 13);
            this.labelControl15.TabIndex = 22;
            this.labelControl15.Text = "     ";
            // 
            // labelControl16
            // 
            this.labelControl16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl16.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl16.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl16.Location = new System.Drawing.Point(685, 98);
            this.labelControl16.Name = "labelControl16";
            this.labelControl16.Size = new System.Drawing.Size(82, 13);
            this.labelControl16.TabIndex = 21;
            this.labelControl16.Text = "Overboost limiter";
            this.labelControl16.DoubleClick += new System.EventHandler(this.labelControl16_DoubleClick);
            // 
            // isOverboostActive
            // 
            this.isOverboostActive.Location = new System.Drawing.Point(14, 99);
            this.isOverboostActive.Name = "isOverboostActive";
            this.isOverboostActive.Properties.Caption = "View in overboost";
            this.isOverboostActive.Size = new System.Drawing.Size(150, 19);
            this.isOverboostActive.TabIndex = 20;
            this.isOverboostActive.CheckedChanged += new System.EventHandler(this.isOverboostActive_CheckedChanged);
            // 
            // labelControl13
            // 
            this.labelControl13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl13.Appearance.BackColor = System.Drawing.Color.DarkGray;
            this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl13.Location = new System.Drawing.Point(773, 78);
            this.labelControl13.Name = "labelControl13";
            this.labelControl13.Size = new System.Drawing.Size(15, 13);
            this.labelControl13.TabIndex = 19;
            this.labelControl13.Text = "     ";
            // 
            // labelControl14
            // 
            this.labelControl14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl14.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl14.Location = new System.Drawing.Point(701, 79);
            this.labelControl14.Name = "labelControl14";
            this.labelControl14.Size = new System.Drawing.Size(66, 13);
            this.labelControl14.TabIndex = 18;
            this.labelControl14.Text = "Fuelcut limiter";
            this.labelControl14.DoubleClick += new System.EventHandler(this.labelControl14_DoubleClick);
            // 
            // labelControl11
            // 
            this.labelControl11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl11.Appearance.BackColor = System.Drawing.Color.SaddleBrown;
            this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl11.Location = new System.Drawing.Point(773, 59);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(15, 13);
            this.labelControl11.TabIndex = 17;
            this.labelControl11.Text = "     ";
            // 
            // labelControl12
            // 
            this.labelControl12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl12.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl12.Location = new System.Drawing.Point(678, 60);
            this.labelControl12.Name = "labelControl12";
            this.labelControl12.Size = new System.Drawing.Size(89, 13);
            this.labelControl12.TabIndex = 16;
            this.labelControl12.Text = "Gear torque limiter";
            this.labelControl12.DoubleClick += new System.EventHandler(this.labelControl12_DoubleClick);
            // 
            // labelControl10
            // 
            this.labelControl10.Location = new System.Drawing.Point(455, 55);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(17, 13);
            this.labelControl10.TabIndex = 15;
            this.labelControl10.Text = "kPa";
            // 
            // labelControl9
            // 
            this.labelControl9.Location = new System.Drawing.Point(254, 55);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(84, 13);
            this.labelControl9.TabIndex = 14;
            this.labelControl9.Text = "Ambient pressure";
            // 
            // spinEdit1
            // 
            this.spinEdit1.EditValue = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.spinEdit1.Location = new System.Drawing.Point(384, 50);
            this.spinEdit1.Name = "spinEdit1";
            this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit1.Properties.IsFloatValue = false;
            this.spinEdit1.Properties.Mask.EditMask = "N00";
            this.spinEdit1.Properties.MaxValue = new decimal(new int[] {
            150,
            0,
            0,
            0});
            this.spinEdit1.Properties.MinValue = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.spinEdit1.Size = new System.Drawing.Size(65, 20);
            this.spinEdit1.TabIndex = 13;
            this.spinEdit1.EditValueChanged += new System.EventHandler(this.spinEdit1_EditValueChanged);
            // 
            // labelControl4
            // 
            this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl4.Appearance.BackColor = System.Drawing.Color.Yellow;
            this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl4.Location = new System.Drawing.Point(643, 99);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(15, 13);
            this.labelControl4.TabIndex = 10;
            this.labelControl4.Text = "     ";
            // 
            // labelControl5
            // 
            this.labelControl5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl5.Appearance.BackColor = System.Drawing.Color.Purple;
            this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl5.Location = new System.Drawing.Point(643, 79);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(15, 13);
            this.labelControl5.TabIndex = 9;
            this.labelControl5.Text = "     ";
            // 
            // labelControl6
            // 
            this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl6.Appearance.BackColor = System.Drawing.Color.Blue;
            this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl6.Location = new System.Drawing.Point(643, 60);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(15, 13);
            this.labelControl6.TabIndex = 8;
            this.labelControl6.Text = "     ";
            // 
            // labelControl3
            // 
            this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl3.Location = new System.Drawing.Point(539, 100);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(98, 13);
            this.labelControl3.TabIndex = 7;
            this.labelControl3.Text = "Engine torque limiter";
            this.labelControl3.DoubleClick += new System.EventHandler(this.labelControl3_DoubleClick);
            // 
            // labelControl2
            // 
            this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl2.Location = new System.Drawing.Point(518, 79);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(119, 13);
            this.labelControl2.TabIndex = 6;
            this.labelControl2.Text = "E85 engine torque limiter";
            this.labelControl2.DoubleClick += new System.EventHandler(this.labelControl2_DoubleClick);
            // 
            // labelControl1
            // 
            this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl1.Location = new System.Drawing.Point(569, 61);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(68, 13);
            this.labelControl1.TabIndex = 5;
            this.labelControl1.Text = "Airmass limiter";
            this.labelControl1.DoubleClick += new System.EventHandler(this.labelControl1_DoubleClick);
            // 
            // comboBoxEdit2
            // 
            this.cbTableSelectionEdit.EditValue = "Show airmass";
            this.cbTableSelectionEdit.Location = new System.Drawing.Point(254, 76);
            this.cbTableSelectionEdit.Name = "comboBoxEdit2";
            this.cbTableSelectionEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbTableSelectionEdit.Properties.Items.AddRange(new object[] {
            "Show airmass",
            "Show estimated torque",
            "Show estimated horsepower",
            "Show injector DC",
            "Show target lambda",
            "Show target AFR",
            "Show estimated EGT",
            "Show fuel flow"});
            this.cbTableSelectionEdit.Size = new System.Drawing.Size(195, 20);
            this.cbTableSelectionEdit.TabIndex = 4;
            this.cbTableSelectionEdit.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit2_SelectedIndexChanged);
            // 
            // comboBoxEdit1
            // 
            this.cbGearSelectionEdit.EditValue = "Fifth gear";
            this.cbGearSelectionEdit.Location = new System.Drawing.Point(254, 104);
            this.cbGearSelectionEdit.Name = "comboBoxEdit1";
            this.cbGearSelectionEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbGearSelectionEdit.Properties.Items.AddRange(new object[] {
            "Undefined gear",
            "First gear",
            "Second gear",
            "Third gear",
            "Fourth gear",
            "Fifth gear",
            "Sixth gear",
            "Reverse gear"});
            this.cbGearSelectionEdit.Size = new System.Drawing.Size(195, 20);
            this.cbGearSelectionEdit.TabIndex = 3;
            this.cbGearSelectionEdit.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
            // 
            // isFuelE85
            // 
            this.isFuelE85.Location = new System.Drawing.Point(14, 49);
            this.isFuelE85.Name = "isFuelE85";
            this.isFuelE85.Properties.Caption = "Car runs E85";
            this.isFuelE85.Size = new System.Drawing.Size(150, 19);
            this.isFuelE85.TabIndex = 1;
            this.isFuelE85.CheckedChanged += new System.EventHandler(this.checkEdit2_CheckedChanged);
            // 
            // isCarAutomatic
            // 
            this.isCarAutomatic.Location = new System.Drawing.Point(14, 24);
            this.isCarAutomatic.Name = "isCarAutomatic";
            this.isCarAutomatic.Properties.Caption = "Car has automatic gearbox";
            this.isCarAutomatic.Size = new System.Drawing.Size(177, 19);
            this.isCarAutomatic.TabIndex = 0;
            this.isCarAutomatic.CheckedChanged += new System.EventHandler(this.isCarAutomatic_CheckedChanged);
            // 
            // simpleButton3
            // 
            this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.simpleButton3.Location = new System.Drawing.Point(8, 552);
            this.simpleButton3.Name = "simpleButton3";
            this.simpleButton3.Size = new System.Drawing.Size(147, 23);
            this.simpleButton3.TabIndex = 7;
            this.simpleButton3.Text = "Compare to another file";
            this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
            // 
            // simpleButton2
            // 
            this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton2.Location = new System.Drawing.Point(651, 552);
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Size = new System.Drawing.Size(75, 23);
            this.simpleButton2.TabIndex = 6;
            this.simpleButton2.Text = "Refresh";
            this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
            // 
            // simpleButton1
            // 
            this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton1.Location = new System.Drawing.Point(732, 552);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(75, 23);
            this.simpleButton1.TabIndex = 5;
            this.simpleButton1.Text = "Close";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // isCarHighOutput
            // 
            this.isCarHighOutput.EditValue = true;
            this.isCarHighOutput.Location = new System.Drawing.Point(14, 74);
            this.isCarHighOutput.Name = "isCarHighOutput";
            this.isCarHighOutput.Properties.Caption = "Car is high output (175/210 hp)";
            this.isCarHighOutput.Size = new System.Drawing.Size(177, 19);
            this.isCarHighOutput.TabIndex = 27;
            this.isCarHighOutput.CheckedChanged += new System.EventHandler(this.isCarHighOutput_CheckedChanged);
            // 
            // ctrlAirmassResult
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.simpleButton3);
            this.Controls.Add(this.simpleButton2);
            this.Controls.Add(this.simpleButton1);
            this.Controls.Add(this.groupControl2);
            this.Controls.Add(this.xtraTabControl1);
            this.Name = "ctrlAirmassResult";
            this.Size = new System.Drawing.Size(815, 582);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.showFuelFlow.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.tabCompressormap.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            this.groupControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.useTrionicCalculationForTorque.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.displayTorqueInLBFT.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.displayPowerInkW.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.isOverboostActive.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbTableSelectionEdit.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbGearSelectionEdit.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.isFuelE85.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.isCarAutomatic.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.isCarHighOutput.Properties)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView1   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView2   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView3   = new DevExpress.XtraCharts.AreaSeriesView();
     this.Detail   = new DevExpress.XtraReports.UI.DetailBand();
     this.xrChart1 = new DevExpress.XtraReports.UI.XRChart();
     this.hr5NotesMailfortwodays1    = new VSWebUI.DashboardReports.hr5NotesMailfortwodays();
     this.notesMailStatsTableAdapter = new VSWebUI.DashboardReports.hr5NotesMailfortwodaysTableAdapters.NotesMailStatsTableAdapter();
     this.TopMargin    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.MyDevice     = new DevExpress.XtraReports.Parameters.Parameter();
     this.StartDate    = new DevExpress.XtraReports.Parameters.Parameter();
     this.EndDate      = new DevExpress.XtraReports.Parameters.Parameter();
     this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrPageInfo1  = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel1     = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter   = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrLabel4     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2     = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.hr5NotesMailfortwodays1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1
     });
     this.Detail.HeightF       = 458F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrChart1
     //
     this.xrChart1.BorderColor = System.Drawing.Color.Black;
     this.xrChart1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.DataSource  = this.hr5NotesMailfortwodays1;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = false;
     xyDiagram1.AxisX.Title.Text    = "Date";
     xyDiagram1.AxisX.Title.Visible = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.Title.Text    = "Response Time";
     xyDiagram1.AxisY.Title.Visible = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart1.Diagram         = xyDiagram1;
     this.xrChart1.LocationFloat   = new DevExpress.Utils.PointFloat(42.70837F, 0F);
     this.xrChart1.Name            = "xrChart1";
     series1.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel1.LineVisible = true;
     series1.Label                    = pointSeriesLabel1;
     series1.Name                     = "Series 1";
     series1.View                     = areaSeriesView1;
     series2.ArgumentScaleType        = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel2.LineVisible    = true;
     series2.Label                    = pointSeriesLabel2;
     series2.Name                     = "Series 2";
     series2.View                     = areaSeriesView2;
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.xrChart1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel3.LineVisible      = true;
     this.xrChart1.SeriesTemplate.Label = pointSeriesLabel3;
     areaSeriesView3.Transparency       = ((byte)(0));
     this.xrChart1.SeriesTemplate.View  = areaSeriesView3;
     this.xrChart1.SizeF = new System.Drawing.SizeF(900F, 458F);
     //
     // hr5NotesMailfortwodays1
     //
     this.hr5NotesMailfortwodays1.DataSetName             = "hr5NotesMailfortwodays";
     this.hr5NotesMailfortwodays1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // notesMailStatsTableAdapter
     //
     this.notesMailStatsTableAdapter.ClearBeforeFill = true;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 3F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // MyDevice
     //
     this.MyDevice.Name = "MyDevice";
     //
     // StartDate
     //
     this.StartDate.Name = "StartDate";
     this.StartDate.Type = typeof(System.DateTime);
     //
     // EndDate
     //
     this.EndDate.Name = "EndDate";
     this.EndDate.Type = typeof(System.DateTime);
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrLabel1
     });
     this.GroupHeader1.HeightF = 89.99999F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(781.7083F, 66.99999F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(182.2917F, 23F);
     //
     // xrLabel1
     //
     this.xrLabel1.Font                  = new System.Drawing.Font("Tahoma", 18F);
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(380.2083F, 37.91666F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "Historical Response Times";
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel4,
         this.xrLabel3,
         this.xrLabel2
     });
     this.PageFooter.Name = "PageFooter";
     //
     // xrLabel4
     //
     this.xrLabel4.Font                  = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat         = new DevExpress.Utils.PointFloat(161.4583F, 0F);
     this.xrLabel4.Name                  = "xrLabel4";
     this.xrLabel4.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                 = new System.Drawing.SizeF(21.875F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.Text                  = "TM";
     //
     // xrLabel3
     //
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(757.75F, 0F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(196.25F, 23F);
     this.xrLabel3.Text          = "Copyright 2012, RPR Wyatt, Inc.";
     //
     // xrLabel2
     //
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(161.4583F, 23F);
     this.xrLabel2.Text          = "Report created by VitalSigns";
     //
     // hr5NotesMailRpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.PageFooter
     });
     this.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.Landscape       = true;
     this.Margins         = new System.Drawing.Printing.Margins(100, 36, 3, 100);
     this.PageHeight      = 850;
     this.PageWidth       = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.MyDevice,
         this.StartDate,
         this.EndDate
     });
     this.Version      = "12.1";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.hr5NotesMailRpt_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.hr5NotesMailfortwodays1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 20
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem9 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem10 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip11 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem11 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip12 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem12 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip13 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem13 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip14 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem14 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip15 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem15 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip16 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem16 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView4 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView5 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView6 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView7 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView8 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle2 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView9 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView10 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series9 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView11 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series10 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView12 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView13 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle3 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram4 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series11 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView14 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series12 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView15 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series13 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView16 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series14 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView17 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView18 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle4 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram5 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series15 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView19 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series16 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView20 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series17 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView21 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series18 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView22 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView23 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle5 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram6 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series19 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView24 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series20 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView25 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series21 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView26 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series22 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView27 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView28 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle6 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.SimpleDiagram simpleDiagram1 = new DevExpress.XtraCharts.SimpleDiagram();
            DevExpress.XtraCharts.Series series23 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView2 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle7 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.SimpleDiagram simpleDiagram2 = new DevExpress.XtraCharts.SimpleDiagram();
            DevExpress.XtraCharts.Series series24 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel2 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView3 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView4 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle8 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram7 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series25 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.Series series26 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.Series series27 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.Series series28 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.ChartTitle chartTitle9 = new DevExpress.XtraCharts.ChartTitle();
            this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.imageCollectionRibbonButtonSmall = new DevExpress.Utils.ImageCollection(this.components);
            this.barButtonItemAbout = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemEnergy = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemVoltage = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemHelp = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItemYinsu = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.barEditItemWugong = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.barEditItemShizai = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.barEditItemcurrent = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemCheckEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.barEditItemVoltage = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemCheckEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.barButtonItem = new DevExpress.XtraBars.BarButtonItem();
            this.barStaticItemPeriod = new DevExpress.XtraBars.BarStaticItem();
            this.RealtimeCheckBtn = new DevExpress.XtraBars.BarButtonItem();
            this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
            this.StartDatetimeCtr = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemDateEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.EndDatetimeCtr = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemDateEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.FilterButton = new DevExpress.XtraBars.BarButtonItem();
            this.RefreshBtn = new DevExpress.XtraBars.BarButtonItem();
            this.nodeTreeCtr = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTreeListLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit();
            this.repositoryItemTreeListLookUpEdit2TreeList = new DevExpress.XtraTreeList.TreeList();
            this.barCheckItemCurrentDay = new DevExpress.XtraBars.BarCheckItem();
            this.barCheckItemCurrentMonth = new DevExpress.XtraBars.BarCheckItem();
            this.barCheckItemCurrentYear = new DevExpress.XtraBars.BarCheckItem();
            this.ChargeDateSelectBtn = new DevExpress.XtraBars.BarButtonItem();
            this.imageCollectionRibbonLargeButton = new DevExpress.Utils.ImageCollection(this.components);
            this.ribbonPageDisplay = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroupDisplay = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupSetup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.电能计费 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupHelp = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTimeSpanEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeSpanEdit();
            this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.repositoryItemCheckEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.repositoryItemCheckEdit7 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.repositoryItemRadioGroup1 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
            this.repositoryItemMarqueeProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar();
            this.repositoryItemTreeListLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit();
            this.repositoryItemTreeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
            this.NodeID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.PID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.MID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.NodeName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repositoryItemPopupContainerEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
            this.repositoryItemMarqueeProgressBar2 = new DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar();
            this.repositoryItemPopupContainerEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
            this.repositoryItemPopupContainerEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
            this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanelUser = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.treeListUser = new DevExpress.XtraTreeList.TreeList();
            this.treeListColumnUser = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumnTag = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.sharedImageCollection = new DevExpress.Utils.SharedImageCollection(this.components);
            this.buttonEditSearch = new DevExpress.XtraEditors.ButtonEdit();
            this.dockPanelInfo = new DevExpress.XtraBars.Docking.DockPanel();
            this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
            this.documentViewerBarManager1 = new DevExpress.XtraPrinting.Preview.DocumentViewerBarManager(this.components);
            this.previewBar1 = new DevExpress.XtraPrinting.Preview.PreviewBar();
            this.printPreviewBarItem7 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem8 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem9 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem10 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem11 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem12 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem13 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem14 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem15 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.zoomBarEditItem1 = new DevExpress.XtraPrinting.Preview.ZoomBarEditItem();
            this.printPreviewRepositoryItemComboBox1 = new DevExpress.XtraPrinting.Preview.PrintPreviewRepositoryItemComboBox();
            this.printPreviewBarItem16 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem17 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem18 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem19 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem20 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem21 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem22 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem23 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem24 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.SetupReportBtn = new DevExpress.XtraBars.BarButtonItem();
            this.standaloneBarDockControl1 = new DevExpress.XtraBars.StandaloneBarDockControl();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.standaloneBarDockControl2 = new DevExpress.XtraBars.StandaloneBarDockControl();
            this.documentViewer1 = new DevExpress.XtraPrinting.Preview.DocumentViewer();
            this.printPreviewStaticItem1 = new DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.progressBarEditItem1 = new DevExpress.XtraPrinting.Preview.ProgressBarEditItem();
            this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
            this.printPreviewBarItem1 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.printPreviewStaticItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem();
            this.zoomTrackBarEditItem1 = new DevExpress.XtraPrinting.Preview.ZoomTrackBarEditItem();
            this.repositoryItemZoomTrackBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar();
            this.printPreviewBarItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem3 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem4 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem5 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem6 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem25 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem26 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewSubItem1 = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
            this.printPreviewSubItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
            this.printPreviewSubItem4 = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
            this.printPreviewBarItem27 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem28 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.barToolbarsListItem1 = new DevExpress.XtraBars.BarToolbarsListItem();
            this.printPreviewSubItem3 = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
            this.printPreviewBarCheckItem1 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem3 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem4 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem5 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem6 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem7 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem8 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem9 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem10 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem11 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem12 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem13 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem14 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem15 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem16 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.printPreviewBarCheckItem17 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
            this.xtraTabControl4 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage7 = new DevExpress.XtraTab.XtraTabPage();
            this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
            this.xtraTabControl5 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage9 = new DevExpress.XtraTab.XtraTabPage();
            this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.gridControl_1_1 = new DevExpress.XtraGrid.GridControl();
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel();
            this.gridControl_1_3 = new DevExpress.XtraGrid.GridControl();
            this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControl_1_2 = new DevExpress.XtraGrid.GridControl();
            this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControl_1_4 = new DevExpress.XtraGrid.GridControl();
            this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.xtraTabPage10 = new DevExpress.XtraTab.XtraTabPage();
            this.tableLayoutPanel13 = new System.Windows.Forms.TableLayoutPanel();
            this.xtraTabPage8 = new DevExpress.XtraTab.XtraTabPage();
            this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
            this.xtraTabControl6 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage11 = new DevExpress.XtraTab.XtraTabPage();
            this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel15 = new System.Windows.Forms.TableLayoutPanel();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.tableLayoutPanel16 = new System.Windows.Forms.TableLayoutPanel();
            this.label15 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.gridControl_2_1 = new DevExpress.XtraGrid.GridControl();
            this.gridView6 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn37 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tableLayoutPanel17 = new System.Windows.Forms.TableLayoutPanel();
            this.gridControl_2_3 = new DevExpress.XtraGrid.GridControl();
            this.gridView7 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn38 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn39 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn40 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn45 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn46 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControl_2_2 = new DevExpress.XtraGrid.GridControl();
            this.gridView8 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn47 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn48 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn49 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn50 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn51 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn52 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn53 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn54 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn55 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControl_2_4 = new DevExpress.XtraGrid.GridControl();
            this.gridView9 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn56 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn57 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn58 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn59 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn60 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn61 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn62 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.xtraTabPage12 = new DevExpress.XtraTab.XtraTabPage();
            this.tableLayoutPanel18 = new System.Windows.Forms.TableLayoutPanel();
            this.documentViewer2 = new DevExpress.XtraPrinting.Preview.DocumentViewer();
            this.xtraTabControlBasicInfo = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPageBasicInfo = new DevExpress.XtraTab.XtraTabPage();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.propertyGridRealtime = new DevExpress.XtraVerticalGrid.PropertyGridControl();
            this.categoryCurrentNode = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
            this.category = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
            this.row1 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row2 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row3 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row4 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row5 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.category1 = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
            this.row6 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row7 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row8 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row9 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row10 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row11 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.category2 = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
            this.row12 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row13 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row14 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row15 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row16 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row17 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.category4 = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
            this.row18 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.category5 = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
            this.row19 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.category6 = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
            this.row20 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.category3 = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
            this.row21 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row22 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row23 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.row24 = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumnEventTime = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnMID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnUA = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnUB = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnUC = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnUAB = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnUBC = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnUCA = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnIA = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnIB = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnIC = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnPA = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnPB = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnPC = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnPS = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnPFA = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnPFB = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnPFC = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnPFS = new DevExpress.XtraGrid.Columns.GridColumn();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.PCChartControl = new DevExpress.XtraCharts.ChartControl();
            this.PUChartControl = new DevExpress.XtraCharts.ChartControl();
            this.PFChartControl = new DevExpress.XtraCharts.ChartControl();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
            this.PChartControl = new DevExpress.XtraCharts.ChartControl();
            this.QChartControl = new DevExpress.XtraCharts.ChartControl();
            this.SChartControl = new DevExpress.XtraCharts.ChartControl();
            this.xtraTabPageCharge = new DevExpress.XtraTab.XtraTabPage();
            this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
            this.xtraTabControl2 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
            this.chartControlChargeProportion = new DevExpress.XtraCharts.ChartControl();
            this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
            this.Fe_CuPropotion = new DevExpress.XtraCharts.ChartControl();
            this.xtraTabControl3 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
            this.ChargePropotionChart = new DevExpress.XtraCharts.ChartControl();
            this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage();
            this.xtraTabPageStatic = new DevExpress.XtraTab.XtraTabPage();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.labelControlTime = new DevExpress.XtraEditors.LabelControl();
            this.labelControlDate = new DevExpress.XtraEditors.LabelControl();
            ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollectionRibbonButtonSmall)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit4.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListLookUpEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListLookUpEdit2TreeList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollectionRibbonLargeButton)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeSpanEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMarqueeProgressBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListLookUpEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListLookUpEdit1TreeList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMarqueeProgressBar2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
            this.panelContainer1.SuspendLayout();
            this.dockPanelUser.SuspendLayout();
            this.dockPanel1_Container.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeListUser)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection.ImageSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonEditSearch.Properties)).BeginInit();
            this.dockPanelInfo.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.documentViewerBarManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.printPreviewRepositoryItemComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemZoomTrackBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl4)).BeginInit();
            this.xtraTabControl4.SuspendLayout();
            this.xtraTabPage7.SuspendLayout();
            this.tableLayoutPanel7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl5)).BeginInit();
            this.xtraTabControl5.SuspendLayout();
            this.xtraTabPage9.SuspendLayout();
            this.tableLayoutPanel9.SuspendLayout();
            this.tableLayoutPanel10.SuspendLayout();
            this.tableLayoutPanel11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_1_1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            this.tableLayoutPanel12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_1_3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_1_2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_1_4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
            this.xtraTabPage10.SuspendLayout();
            this.tableLayoutPanel13.SuspendLayout();
            this.xtraTabPage8.SuspendLayout();
            this.tableLayoutPanel8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl6)).BeginInit();
            this.xtraTabControl6.SuspendLayout();
            this.xtraTabPage11.SuspendLayout();
            this.tableLayoutPanel14.SuspendLayout();
            this.tableLayoutPanel15.SuspendLayout();
            this.tableLayoutPanel16.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_2_1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView6)).BeginInit();
            this.tableLayoutPanel17.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_2_3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_2_2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_2_4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView9)).BeginInit();
            this.xtraTabPage12.SuspendLayout();
            this.tableLayoutPanel18.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlBasicInfo)).BeginInit();
            this.xtraTabControlBasicInfo.SuspendLayout();
            this.xtraTabPageBasicInfo.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.propertyGridRealtime)).BeginInit();
            this.tableLayoutPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            this.tableLayoutPanel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.PCChartControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PUChartControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PFChartControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView13)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            this.tableLayoutPanel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.PChartControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.QChartControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.SChartControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView25)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView26)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView27)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView28)).BeginInit();
            this.xtraTabPageCharge.SuspendLayout();
            this.tableLayoutPanel6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).BeginInit();
            this.xtraTabControl2.SuspendLayout();
            this.xtraTabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControlChargeProportion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
            this.xtraTabPage4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Fe_CuPropotion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl3)).BeginInit();
            this.xtraTabControl3.SuspendLayout();
            this.xtraTabPage5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ChargePropotionChart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series25)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series26)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series27)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series28)).BeginInit();
            this.SuspendLayout();
            // 
            // barAndDockingController1
            // 
            this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false;
            this.barAndDockingController1.PropertiesBar.DefaultGlyphSize = new System.Drawing.Size(16, 16);
            this.barAndDockingController1.PropertiesBar.DefaultLargeGlyphSize = new System.Drawing.Size(32, 32);
            // 
            // ribbonControl
            // 
            this.ribbonControl.Controller = this.barAndDockingController1;
            this.ribbonControl.ExpandCollapseItem.Id = 0;
            this.ribbonControl.Images = this.imageCollectionRibbonButtonSmall;
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl.ExpandCollapseItem,
            this.barButtonItemAbout,
            this.barButtonItemEnergy,
            this.barButtonItemVoltage,
            this.barButtonItemHelp,
            this.barEditItemYinsu,
            this.barEditItemWugong,
            this.barEditItemShizai,
            this.barEditItemcurrent,
            this.barEditItemVoltage,
            this.barButtonItem,
            this.barStaticItemPeriod,
            this.RealtimeCheckBtn,
            this.barCheckItem1,
            this.StartDatetimeCtr,
            this.EndDatetimeCtr,
            this.FilterButton,
            this.RefreshBtn,
            this.nodeTreeCtr,
            this.barCheckItemCurrentDay,
            this.barCheckItemCurrentMonth,
            this.barCheckItemCurrentYear,
            this.ChargeDateSelectBtn});
            this.ribbonControl.LargeImages = this.imageCollectionRibbonLargeButton;
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl.MaxItemId = 27;
            this.ribbonControl.Name = "ribbonControl";
            this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPageDisplay});
            this.ribbonControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemPictureEdit1,
            this.repositoryItemCheckEdit1,
            this.repositoryItemCheckEdit2,
            this.repositoryItemCheckEdit3,
            this.repositoryItemTextEdit1,
            this.repositoryItemCheckEdit4,
            this.repositoryItemCheckEdit5,
            this.repositoryItemTimeSpanEdit1,
            this.repositoryItemDateEdit1,
            this.repositoryItemDateEdit2,
            this.repositoryItemDateEdit3,
            this.repositoryItemDateEdit4,
            this.repositoryItemCheckEdit6,
            this.repositoryItemCheckEdit7,
            this.repositoryItemRadioGroup1,
            this.repositoryItemMarqueeProgressBar1,
            this.repositoryItemTreeListLookUpEdit1,
            this.repositoryItemPopupContainerEdit1,
            this.repositoryItemTreeListLookUpEdit2,
            this.repositoryItemMarqueeProgressBar2,
            this.repositoryItemPopupContainerEdit2,
            this.repositoryItemPopupContainerEdit3});
            this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
            this.ribbonControl.ShowQatLocationSelector = false;
            this.ribbonControl.ShowToolbarCustomizeItem = false;
            this.ribbonControl.Size = new System.Drawing.Size(1298, 129);
            this.ribbonControl.Toolbar.ShowCustomizeItem = false;
            this.ribbonControl.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
            // 
            // imageCollectionRibbonButtonSmall
            // 
            this.imageCollectionRibbonButtonSmall.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollectionRibbonButtonSmall.ImageStream")));
            this.imageCollectionRibbonButtonSmall.InsertGalleryImage("chart_16x16.png", "images/chart/chart_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/chart/chart_16x16.png"), 0);
            this.imageCollectionRibbonButtonSmall.Images.SetKeyName(0, "chart_16x16.png");
            this.imageCollectionRibbonButtonSmall.InsertGalleryImage("fullstackedline_16x16.png", "images/chart/fullstackedline_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/chart/fullstackedline_16x16.png"), 1);
            this.imageCollectionRibbonButtonSmall.Images.SetKeyName(1, "fullstackedline_16x16.png");
            this.imageCollectionRibbonButtonSmall.InsertGalleryImage("pie_16x16.png", "images/chart/pie_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/chart/pie_16x16.png"), 2);
            this.imageCollectionRibbonButtonSmall.Images.SetKeyName(2, "pie_16x16.png");
            this.imageCollectionRibbonButtonSmall.InsertGalleryImage("exportfile_16x16.png", "images/export/exportfile_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/export/exportfile_16x16.png"), 3);
            this.imageCollectionRibbonButtonSmall.Images.SetKeyName(3, "exportfile_16x16.png");
            this.imageCollectionRibbonButtonSmall.InsertGalleryImage("switchtimescalesto_16x16.png", "images/scheduling/switchtimescalesto_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/scheduling/switchtimescalesto_16x16.png"), 4);
            this.imageCollectionRibbonButtonSmall.Images.SetKeyName(4, "switchtimescalesto_16x16.png");
            this.imageCollectionRibbonButtonSmall.Images.SetKeyName(5, "AutoFit_Window_16x16.png");
            this.imageCollectionRibbonButtonSmall.Images.SetKeyName(6, "Convert_16x16.png");
            this.imageCollectionRibbonButtonSmall.Images.SetKeyName(7, "GaugeStyleThreeForthCircular_16x16.png");
            this.imageCollectionRibbonButtonSmall.Images.SetKeyName(8, "PieLabelsDataLabels_16x16.png");
            this.imageCollectionRibbonButtonSmall.Images.SetKeyName(9, "Stepline_16x16.png");
            this.imageCollectionRibbonButtonSmall.Images.SetKeyName(10, "Summary_16x16.png");
            this.imageCollectionRibbonButtonSmall.Images.SetKeyName(11, "Time_16x16.png");
            this.imageCollectionRibbonButtonSmall.Images.SetKeyName(12, "Today_16x16.png");
            this.imageCollectionRibbonButtonSmall.Images.SetKeyName(13, "Feature_16x16.png");
            // 
            // barButtonItemAbout
            // 
            this.barButtonItemAbout.Caption = "关于...";
            this.barButtonItemAbout.Id = 3;
            this.barButtonItemAbout.ImageIndex = 13;
            this.barButtonItemAbout.Name = "barButtonItemAbout";
            // 
            // barButtonItemEnergy
            // 
            this.barButtonItemEnergy.Caption = "电能计费";
            this.barButtonItemEnergy.Id = 5;
            this.barButtonItemEnergy.ImageIndex = 2;
            this.barButtonItemEnergy.LargeImageIndex = 10;
            this.barButtonItemEnergy.Name = "barButtonItemEnergy";
            // 
            // barButtonItemVoltage
            // 
            this.barButtonItemVoltage.Caption = "基础量电参量";
            this.barButtonItemVoltage.Id = 6;
            this.barButtonItemVoltage.ImageIndex = 1;
            this.barButtonItemVoltage.LargeImageIndex = 8;
            this.barButtonItemVoltage.Name = "barButtonItemVoltage";
            this.barButtonItemVoltage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemVoltage_ItemClick);
            // 
            // barButtonItemHelp
            // 
            this.barButtonItemHelp.Caption = "帮助";
            this.barButtonItemHelp.Id = 8;
            this.barButtonItemHelp.LargeImageIndex = 0;
            this.barButtonItemHelp.Name = "barButtonItemHelp";
            // 
            // barEditItemYinsu
            // 
            this.barEditItemYinsu.Edit = this.repositoryItemCheckEdit1;
            this.barEditItemYinsu.EditValue = true;
            this.barEditItemYinsu.Id = 14;
            this.barEditItemYinsu.Name = "barEditItemYinsu";
            this.barEditItemYinsu.Width = 70;
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Caption = "功率因素";
            this.repositoryItemCheckEdit1.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            // 
            // barEditItemWugong
            // 
            this.barEditItemWugong.Edit = this.repositoryItemCheckEdit2;
            this.barEditItemWugong.EditValue = true;
            this.barEditItemWugong.Id = 15;
            this.barEditItemWugong.Name = "barEditItemWugong";
            this.barEditItemWugong.Width = 70;
            // 
            // repositoryItemCheckEdit2
            // 
            this.repositoryItemCheckEdit2.AutoHeight = false;
            this.repositoryItemCheckEdit2.Caption = "无功功率";
            this.repositoryItemCheckEdit2.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
            this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
            // 
            // barEditItemShizai
            // 
            this.barEditItemShizai.Edit = this.repositoryItemCheckEdit3;
            this.barEditItemShizai.EditValue = true;
            this.barEditItemShizai.Id = 16;
            this.barEditItemShizai.Name = "barEditItemShizai";
            this.barEditItemShizai.Width = 70;
            // 
            // repositoryItemCheckEdit3
            // 
            this.repositoryItemCheckEdit3.AutoHeight = false;
            this.repositoryItemCheckEdit3.Caption = "视在功率";
            this.repositoryItemCheckEdit3.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
            this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
            // 
            // barEditItemcurrent
            // 
            this.barEditItemcurrent.Edit = this.repositoryItemCheckEdit4;
            this.barEditItemcurrent.EditValue = true;
            this.barEditItemcurrent.Id = 21;
            this.barEditItemcurrent.Name = "barEditItemcurrent";
            // 
            // repositoryItemCheckEdit4
            // 
            this.repositoryItemCheckEdit4.AutoHeight = false;
            this.repositoryItemCheckEdit4.Caption = "电流";
            this.repositoryItemCheckEdit4.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
            this.repositoryItemCheckEdit4.Name = "repositoryItemCheckEdit4";
            // 
            // barEditItemVoltage
            // 
            this.barEditItemVoltage.Edit = this.repositoryItemCheckEdit5;
            this.barEditItemVoltage.EditValue = true;
            this.barEditItemVoltage.Id = 24;
            this.barEditItemVoltage.Name = "barEditItemVoltage";
            // 
            // repositoryItemCheckEdit5
            // 
            this.repositoryItemCheckEdit5.AutoHeight = false;
            this.repositoryItemCheckEdit5.Caption = "电压";
            this.repositoryItemCheckEdit5.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
            this.repositoryItemCheckEdit5.Name = "repositoryItemCheckEdit5";
            // 
            // barButtonItem
            // 
            this.barButtonItem.Caption = "功率";
            this.barButtonItem.Id = 25;
            this.barButtonItem.ImageIndex = 0;
            this.barButtonItem.LargeImageIndex = 6;
            this.barButtonItem.Name = "barButtonItem";
            // 
            // barStaticItemPeriod
            // 
            this.barStaticItemPeriod.Caption = "时段:";
            this.barStaticItemPeriod.Id = 1;
            this.barStaticItemPeriod.Name = "barStaticItemPeriod";
            this.barStaticItemPeriod.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // RealtimeCheckBtn
            // 
            this.RealtimeCheckBtn.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.RealtimeCheckBtn.Caption = "实时";
            this.RealtimeCheckBtn.Down = true;
            this.RealtimeCheckBtn.Id = 2;
            this.RealtimeCheckBtn.ImageIndex = 11;
            this.RealtimeCheckBtn.LargeImageIndex = 10;
            this.RealtimeCheckBtn.Name = "RealtimeCheckBtn";
            this.RealtimeCheckBtn.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.RealtimeCheckBtn_DownChanged);
            // 
            // barCheckItem1
            // 
            this.barCheckItem1.Caption = "全屏显示";
            this.barCheckItem1.Id = 5;
            this.barCheckItem1.LargeImageIndex = 3;
            this.barCheckItem1.Name = "barCheckItem1";
            // 
            // StartDatetimeCtr
            // 
            this.StartDatetimeCtr.Caption = "开始:";
            this.StartDatetimeCtr.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.StartDatetimeCtr.Edit = this.repositoryItemDateEdit3;
            this.StartDatetimeCtr.Id = 1;
            this.StartDatetimeCtr.Name = "StartDatetimeCtr";
            this.StartDatetimeCtr.Width = 170;
            // 
            // repositoryItemDateEdit3
            // 
            this.repositoryItemDateEdit3.AutoHeight = false;
            this.repositoryItemDateEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit3.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit3.Name = "repositoryItemDateEdit3";
            // 
            // EndDatetimeCtr
            // 
            this.EndDatetimeCtr.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
            this.EndDatetimeCtr.Caption = "结束:";
            this.EndDatetimeCtr.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.EndDatetimeCtr.Edit = this.repositoryItemDateEdit4;
            this.EndDatetimeCtr.Id = 2;
            this.EndDatetimeCtr.Name = "EndDatetimeCtr";
            this.EndDatetimeCtr.Width = 170;
            // 
            // repositoryItemDateEdit4
            // 
            this.repositoryItemDateEdit4.AutoHeight = false;
            this.repositoryItemDateEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit4.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit4.Name = "repositoryItemDateEdit4";
            // 
            // FilterButton
            // 
            this.FilterButton.Caption = "确认";
            this.FilterButton.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.FilterButton.Id = 10;
            this.FilterButton.LargeImageIndex = 11;
            this.FilterButton.Name = "FilterButton";
            this.FilterButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.FilterButton_ItemClick);
            // 
            // RefreshBtn
            // 
            this.RefreshBtn.Caption = "刷新";
            this.RefreshBtn.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.RefreshBtn.Id = 14;
            this.RefreshBtn.LargeImageIndex = 12;
            this.RefreshBtn.Name = "RefreshBtn";
            this.RefreshBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.RefreshBtn_ItemClick);
            // 
            // nodeTreeCtr
            // 
            this.nodeTreeCtr.Caption = "线路:";
            this.nodeTreeCtr.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.nodeTreeCtr.Edit = this.repositoryItemTreeListLookUpEdit2;
            this.nodeTreeCtr.EditValue = "";
            this.nodeTreeCtr.Id = 17;
            this.nodeTreeCtr.LargeImageIndex = 8;
            this.nodeTreeCtr.Name = "nodeTreeCtr";
            this.nodeTreeCtr.Width = 170;
            // 
            // repositoryItemTreeListLookUpEdit2
            // 
            this.repositoryItemTreeListLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemTreeListLookUpEdit2.HideSelection = false;
            this.repositoryItemTreeListLookUpEdit2.Name = "repositoryItemTreeListLookUpEdit2";
            this.repositoryItemTreeListLookUpEdit2.NullText = "";
            this.repositoryItemTreeListLookUpEdit2.TreeList = this.repositoryItemTreeListLookUpEdit2TreeList;
            // 
            // repositoryItemTreeListLookUpEdit2TreeList
            // 
            this.repositoryItemTreeListLookUpEdit2TreeList.Location = new System.Drawing.Point(0, 0);
            this.repositoryItemTreeListLookUpEdit2TreeList.Name = "repositoryItemTreeListLookUpEdit2TreeList";
            this.repositoryItemTreeListLookUpEdit2TreeList.OptionsView.AnimationType = DevExpress.XtraTreeList.TreeListAnimationType.AnimateFocusedNode;
            this.repositoryItemTreeListLookUpEdit2TreeList.Size = new System.Drawing.Size(400, 200);
            this.repositoryItemTreeListLookUpEdit2TreeList.TabIndex = 0;
            // 
            // barCheckItemCurrentDay
            // 
            this.barCheckItemCurrentDay.BindableChecked = true;
            this.barCheckItemCurrentDay.Caption = "当天";
            this.barCheckItemCurrentDay.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.barCheckItemCurrentDay.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
            this.barCheckItemCurrentDay.Checked = true;
            this.barCheckItemCurrentDay.CheckStyle = DevExpress.XtraBars.BarCheckStyles.Radio;
            this.barCheckItemCurrentDay.GroupIndex = 10;
            this.barCheckItemCurrentDay.Id = 19;
            this.barCheckItemCurrentDay.Name = "barCheckItemCurrentDay";
            this.barCheckItemCurrentDay.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemCurrentDay_CheckedChanged);
            this.barCheckItemCurrentDay.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemCurrentDay_ItemClick);
            // 
            // barCheckItemCurrentMonth
            // 
            this.barCheckItemCurrentMonth.Caption = "本月";
            this.barCheckItemCurrentMonth.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.barCheckItemCurrentMonth.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
            this.barCheckItemCurrentMonth.CheckStyle = DevExpress.XtraBars.BarCheckStyles.Radio;
            this.barCheckItemCurrentMonth.GroupIndex = 10;
            this.barCheckItemCurrentMonth.Id = 20;
            this.barCheckItemCurrentMonth.Name = "barCheckItemCurrentMonth";
            this.barCheckItemCurrentMonth.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemCurrentMonth_CheckedChanged);
            this.barCheckItemCurrentMonth.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemCurrentMonth_ItemClick);
            // 
            // barCheckItemCurrentYear
            // 
            this.barCheckItemCurrentYear.Caption = "本年";
            this.barCheckItemCurrentYear.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.barCheckItemCurrentYear.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
            this.barCheckItemCurrentYear.CheckStyle = DevExpress.XtraBars.BarCheckStyles.Radio;
            this.barCheckItemCurrentYear.GroupIndex = 10;
            this.barCheckItemCurrentYear.Id = 21;
            this.barCheckItemCurrentYear.Name = "barCheckItemCurrentYear";
            this.barCheckItemCurrentYear.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemCurrentYear_CheckedChanged);
            this.barCheckItemCurrentYear.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemCurrentYear_ItemClick);
            // 
            // ChargeDateSelectBtn
            // 
            this.ChargeDateSelectBtn.ActAsDropDown = true;
            this.ChargeDateSelectBtn.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
            this.ChargeDateSelectBtn.Caption = "自定义";
            this.ChargeDateSelectBtn.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.ChargeDateSelectBtn.Id = 26;
            this.ChargeDateSelectBtn.LargeImageIndex = 8;
            this.ChargeDateSelectBtn.Name = "ChargeDateSelectBtn";
            this.ChargeDateSelectBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ChargeDateSelectBtn_ItemClick);
            // 
            // imageCollectionRibbonLargeButton
            // 
            this.imageCollectionRibbonLargeButton.ImageSize = new System.Drawing.Size(32, 32);
            this.imageCollectionRibbonLargeButton.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollectionRibbonLargeButton.ImageStream")));
            this.imageCollectionRibbonLargeButton.Images.SetKeyName(0, "Action_Exit_32x32.png");
            this.imageCollectionRibbonLargeButton.Images.SetKeyName(1, "Action_Chart_ShowDesigner_32x32.png");
            this.imageCollectionRibbonLargeButton.Images.SetKeyName(2, "Action_Grand_Totals_Column_32x32.png");
            this.imageCollectionRibbonLargeButton.Images.SetKeyName(3, "Action_PivotChart_Data_Unbind_32x32.png");
            this.imageCollectionRibbonLargeButton.Images.SetKeyName(4, "Bar_32x32.png");
            this.imageCollectionRibbonLargeButton.Images.SetKeyName(5, "BO_PivotChart_32x32.png");
            this.imageCollectionRibbonLargeButton.Images.SetKeyName(6, "FullStackedLine_32x32.png");
            this.imageCollectionRibbonLargeButton.Images.SetKeyName(7, "GaugeStyleFullCircular_32x32.png");
            this.imageCollectionRibbonLargeButton.Images.SetKeyName(8, "PieStylePie_32x32.png");
            this.imageCollectionRibbonLargeButton.Images.SetKeyName(9, "Summary_32x32.png");
            this.imageCollectionRibbonLargeButton.Images.SetKeyName(10, "Time_32x32.png");
            this.imageCollectionRibbonLargeButton.InsertGalleryImage("apply_32x32.png", "images/actions/apply_32x32.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/actions/apply_32x32.png"), 11);
            this.imageCollectionRibbonLargeButton.Images.SetKeyName(11, "apply_32x32.png");
            this.imageCollectionRibbonLargeButton.InsertGalleryImage("refresh2_32x32.png", "images/actions/refresh2_32x32.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/actions/refresh2_32x32.png"), 12);
            this.imageCollectionRibbonLargeButton.Images.SetKeyName(12, "refresh2_32x32.png");
            // 
            // ribbonPageDisplay
            // 
            this.ribbonPageDisplay.Appearance.Options.UseTextOptions = true;
            this.ribbonPageDisplay.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.ribbonPageDisplay.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroupDisplay,
            this.ribbonPageGroupSetup,
            this.电能计费,
            this.ribbonPageGroupHelp});
            this.ribbonPageDisplay.Name = "ribbonPageDisplay";
            this.ribbonPageDisplay.Text = "显示";
            // 
            // ribbonPageGroupDisplay
            // 
            this.ribbonPageGroupDisplay.AllowMinimize = false;
            this.ribbonPageGroupDisplay.AllowTextClipping = false;
            this.ribbonPageGroupDisplay.ImageIndex = 0;
            this.ribbonPageGroupDisplay.ItemLinks.Add(this.barButtonItemVoltage);
            this.ribbonPageGroupDisplay.ItemLinks.Add(this.barButtonItem, true);
            this.ribbonPageGroupDisplay.ItemLinks.Add(this.barCheckItem1);
            this.ribbonPageGroupDisplay.Name = "ribbonPageGroupDisplay";
            this.ribbonPageGroupDisplay.ShowCaptionButton = false;
            this.ribbonPageGroupDisplay.Text = "显示";
            // 
            // ribbonPageGroupSetup
            // 
            this.ribbonPageGroupSetup.ItemLinks.Add(this.RealtimeCheckBtn);
            this.ribbonPageGroupSetup.ItemLinks.Add(this.RefreshBtn);
            this.ribbonPageGroupSetup.ItemLinks.Add(this.nodeTreeCtr);
            this.ribbonPageGroupSetup.ItemLinks.Add(this.StartDatetimeCtr);
            this.ribbonPageGroupSetup.ItemLinks.Add(this.EndDatetimeCtr);
            this.ribbonPageGroupSetup.ItemLinks.Add(this.FilterButton);
            this.ribbonPageGroupSetup.Name = "ribbonPageGroupSetup";
            this.ribbonPageGroupSetup.ShowCaptionButton = false;
            this.ribbonPageGroupSetup.Text = "设置";
            // 
            // 电能计费
            // 
            this.电能计费.ItemLinks.Add(this.barCheckItemCurrentDay);
            this.电能计费.ItemLinks.Add(this.barCheckItemCurrentMonth);
            this.电能计费.ItemLinks.Add(this.barCheckItemCurrentYear);
            this.电能计费.ItemLinks.Add(this.ChargeDateSelectBtn);
            this.电能计费.Name = "电能计费";
            this.电能计费.Text = "电能计费";
            // 
            // ribbonPageGroupHelp
            // 
            this.ribbonPageGroupHelp.AllowTextClipping = false;
            this.ribbonPageGroupHelp.ItemLinks.Add(this.barButtonItemAbout);
            this.ribbonPageGroupHelp.ItemLinks.Add(this.barButtonItemHelp);
            this.ribbonPageGroupHelp.Name = "ribbonPageGroupHelp";
            this.ribbonPageGroupHelp.ShowCaptionButton = false;
            this.ribbonPageGroupHelp.Text = "帮助";
            // 
            // repositoryItemPictureEdit1
            // 
            this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // repositoryItemTimeSpanEdit1
            // 
            this.repositoryItemTimeSpanEdit1.AutoHeight = false;
            this.repositoryItemTimeSpanEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemTimeSpanEdit1.Mask.EditMask = "dd.HH:mm:ss";
            this.repositoryItemTimeSpanEdit1.Name = "repositoryItemTimeSpanEdit1";
            // 
            // repositoryItemDateEdit1
            // 
            this.repositoryItemDateEdit1.AutoHeight = false;
            this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
            // 
            // repositoryItemDateEdit2
            // 
            this.repositoryItemDateEdit2.AutoHeight = false;
            this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit2.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
            // 
            // repositoryItemCheckEdit6
            // 
            this.repositoryItemCheckEdit6.AutoHeight = false;
            this.repositoryItemCheckEdit6.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.repositoryItemCheckEdit6.Name = "repositoryItemCheckEdit6";
            // 
            // repositoryItemCheckEdit7
            // 
            this.repositoryItemCheckEdit7.AutoHeight = false;
            this.repositoryItemCheckEdit7.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.repositoryItemCheckEdit7.Name = "repositoryItemCheckEdit7";
            // 
            // repositoryItemRadioGroup1
            // 
            this.repositoryItemRadioGroup1.Columns = 1;
            this.repositoryItemRadioGroup1.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem("实时", ""),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("设定时段", "")});
            this.repositoryItemRadioGroup1.Name = "repositoryItemRadioGroup1";
            // 
            // repositoryItemMarqueeProgressBar1
            // 
            this.repositoryItemMarqueeProgressBar1.LookAndFeel.UseDefaultLookAndFeel = false;
            this.repositoryItemMarqueeProgressBar1.MarqueeAnimationSpeed = 30;
            this.repositoryItemMarqueeProgressBar1.Name = "repositoryItemMarqueeProgressBar1";
            this.repositoryItemMarqueeProgressBar1.ProgressAnimationMode = DevExpress.Utils.Drawing.ProgressAnimationMode.Cycle;
            // 
            // repositoryItemTreeListLookUpEdit1
            // 
            this.repositoryItemTreeListLookUpEdit1.AutoHeight = false;
            this.repositoryItemTreeListLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemTreeListLookUpEdit1.Name = "repositoryItemTreeListLookUpEdit1";
            this.repositoryItemTreeListLookUpEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
            this.repositoryItemTreeListLookUpEdit1.TreeList = this.repositoryItemTreeListLookUpEdit1TreeList;
            // 
            // repositoryItemTreeListLookUpEdit1TreeList
            // 
            this.repositoryItemTreeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.NodeID,
            this.PID,
            this.MID,
            this.NodeName});
            this.repositoryItemTreeListLookUpEdit1TreeList.KeyFieldName = "NodeID";
            this.repositoryItemTreeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0);
            this.repositoryItemTreeListLookUpEdit1TreeList.Name = "repositoryItemTreeListLookUpEdit1TreeList";
            this.repositoryItemTreeListLookUpEdit1TreeList.OptionsBehavior.EnableFiltering = true;
            this.repositoryItemTreeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
            this.repositoryItemTreeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200);
            this.repositoryItemTreeListLookUpEdit1TreeList.TabIndex = 0;
            // 
            // NodeID
            // 
            this.NodeID.Caption = "NodeID";
            this.NodeID.FieldName = "NodeID";
            this.NodeID.Name = "NodeID";
            this.NodeID.Visible = true;
            this.NodeID.VisibleIndex = 0;
            // 
            // PID
            // 
            this.PID.Caption = "PID";
            this.PID.FieldName = "PID";
            this.PID.Name = "PID";
            this.PID.Visible = true;
            this.PID.VisibleIndex = 1;
            // 
            // MID
            // 
            this.MID.Caption = "MID";
            this.MID.FieldName = "MID";
            this.MID.Name = "MID";
            this.MID.Visible = true;
            this.MID.VisibleIndex = 2;
            // 
            // NodeName
            // 
            this.NodeName.Caption = "节点名称";
            this.NodeName.FieldName = "Name";
            this.NodeName.Name = "NodeName";
            this.NodeName.Visible = true;
            this.NodeName.VisibleIndex = 3;
            // 
            // repositoryItemPopupContainerEdit1
            // 
            this.repositoryItemPopupContainerEdit1.AutoHeight = false;
            this.repositoryItemPopupContainerEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemPopupContainerEdit1.Name = "repositoryItemPopupContainerEdit1";
            // 
            // repositoryItemMarqueeProgressBar2
            // 
            this.repositoryItemMarqueeProgressBar2.LookAndFeel.UseDefaultLookAndFeel = false;
            this.repositoryItemMarqueeProgressBar2.MarqueeAnimationSpeed = 30;
            this.repositoryItemMarqueeProgressBar2.Name = "repositoryItemMarqueeProgressBar2";
            this.repositoryItemMarqueeProgressBar2.ProgressAnimationMode = DevExpress.Utils.Drawing.ProgressAnimationMode.Cycle;
            // 
            // repositoryItemPopupContainerEdit2
            // 
            this.repositoryItemPopupContainerEdit2.AutoHeight = false;
            this.repositoryItemPopupContainerEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemPopupContainerEdit2.Name = "repositoryItemPopupContainerEdit2";
            // 
            // repositoryItemPopupContainerEdit3
            // 
            this.repositoryItemPopupContainerEdit3.AutoHeight = false;
            this.repositoryItemPopupContainerEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemPopupContainerEdit3.Name = "repositoryItemPopupContainerEdit3";
            // 
            // defaultLookAndFeel
            // 
            this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2013 Light Gray";
            // 
            // dockManager1
            // 
            this.dockManager1.Form = this;
            this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.panelContainer1});
            this.dockManager1.MenuManager = this.documentViewerBarManager1;
            this.dockManager1.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "DevExpress.XtraBars.StandaloneBarDockControl",
            "System.Windows.Forms.StatusBar",
            "System.Windows.Forms.MenuStrip",
            "System.Windows.Forms.StatusStrip",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl",
            "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
            "DevExpress.XtraBars.Navigation.TileNavPane"});
            // 
            // panelContainer1
            // 
            this.panelContainer1.Controls.Add(this.dockPanelUser);
            this.panelContainer1.Controls.Add(this.dockPanelInfo);
            this.panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            this.panelContainer1.ID = new System.Guid("0e5d8c53-089f-482b-a6b5-8ab333fa9a94");
            this.panelContainer1.Location = new System.Drawing.Point(0, 115);
            this.panelContainer1.Name = "panelContainer1";
            this.panelContainer1.OriginalSize = new System.Drawing.Size(225, 200);
            this.panelContainer1.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            this.panelContainer1.SavedIndex = 0;
            this.panelContainer1.Size = new System.Drawing.Size(225, 716);
            this.panelContainer1.Text = "panelContainer1";
            this.panelContainer1.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
            // 
            // dockPanelUser
            // 
            this.dockPanelUser.Controls.Add(this.dockPanel1_Container);
            this.dockPanelUser.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
            this.dockPanelUser.ID = new System.Guid("d228629c-1015-4a0e-99a3-4901688da108");
            this.dockPanelUser.Location = new System.Drawing.Point(0, 0);
            this.dockPanelUser.Name = "dockPanelUser";
            this.dockPanelUser.OriginalSize = new System.Drawing.Size(225, 451);
            this.dockPanelUser.Size = new System.Drawing.Size(0, 41);
            this.dockPanelUser.Text = "用户单位";
            // 
            // dockPanel1_Container
            // 
            this.dockPanel1_Container.Controls.Add(this.treeListUser);
            this.dockPanel1_Container.Controls.Add(this.buttonEditSearch);
            this.dockPanel1_Container.Location = new System.Drawing.Point(0, 0);
            this.dockPanel1_Container.Name = "dockPanel1_Container";
            this.dockPanel1_Container.Size = new System.Drawing.Size(0, 0);
            this.dockPanel1_Container.TabIndex = 0;
            // 
            // treeListUser
            // 
            this.treeListUser.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.treeListColumnUser,
            this.treeListColumnTag});
            this.treeListUser.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeListUser.Location = new System.Drawing.Point(0, 20);
            this.treeListUser.Name = "treeListUser";
            this.treeListUser.OptionsBehavior.Editable = false;
            this.treeListUser.OptionsView.ShowIndicator = false;
            this.treeListUser.SelectImageList = this.sharedImageCollection;
            this.treeListUser.Size = new System.Drawing.Size(0, 0);
            this.treeListUser.StateImageList = this.sharedImageCollection;
            this.treeListUser.TabIndex = 1;
            // 
            // treeListColumnUser
            // 
            this.treeListColumnUser.Caption = "用户单位";
            this.treeListColumnUser.FieldName = "treeListColumnUser";
            this.treeListColumnUser.MinWidth = 49;
            this.treeListColumnUser.Name = "treeListColumnUser";
            this.treeListColumnUser.Visible = true;
            this.treeListColumnUser.VisibleIndex = 0;
            this.treeListColumnUser.Width = 196;
            // 
            // treeListColumnTag
            // 
            this.treeListColumnTag.Caption = "treeListColumn1";
            this.treeListColumnTag.FieldName = "treeListColumn1";
            this.treeListColumnTag.Name = "treeListColumnTag";
            // 
            // sharedImageCollection
            // 
            // 
            // 
            // 
            this.sharedImageCollection.ImageSource.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("sharedImageCollection.ImageSource.ImageStream")));
            this.sharedImageCollection.ImageSource.Images.SetKeyName(0, "language_16x16.png");
            this.sharedImageCollection.ImageSource.Images.SetKeyName(1, "status_16x16.png");
            this.sharedImageCollection.ImageSource.Images.SetKeyName(2, "documentmap_16x16.png");
            this.sharedImageCollection.ImageSource.Images.SetKeyName(3, "AlignVerticalCenter2_16x16.png");
            this.sharedImageCollection.ImageSource.Images.SetKeyName(4, "openhighlowclosestock_16x16.png");
            this.sharedImageCollection.ImageSource.InsertGalleryImage("checkbox_16x16.png", "images/content/checkbox_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/content/checkbox_16x16.png"), 5);
            this.sharedImageCollection.ImageSource.Images.SetKeyName(5, "checkbox_16x16.png");
            this.sharedImageCollection.ParentControl = this;
            // 
            // buttonEditSearch
            // 
            this.buttonEditSearch.Dock = System.Windows.Forms.DockStyle.Top;
            this.buttonEditSearch.Location = new System.Drawing.Point(0, 0);
            this.buttonEditSearch.MenuManager = this.ribbonControl;
            this.buttonEditSearch.Name = "buttonEditSearch";
            this.buttonEditSearch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.buttonEditSearch.Size = new System.Drawing.Size(0, 20);
            this.buttonEditSearch.TabIndex = 0;
            // 
            // dockPanelInfo
            // 
            this.dockPanelInfo.Controls.Add(this.controlContainer1);
            this.dockPanelInfo.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
            this.dockPanelInfo.FloatVertical = true;
            this.dockPanelInfo.ID = new System.Guid("78277e08-1d39-4e32-a648-d8f093eb5840");
            this.dockPanelInfo.Location = new System.Drawing.Point(0, 41);
            this.dockPanelInfo.Name = "dockPanelInfo";
            this.dockPanelInfo.OriginalSize = new System.Drawing.Size(0, 0);
            this.dockPanelInfo.Size = new System.Drawing.Size(0, 0);
            this.dockPanelInfo.Text = "基本信息";
            // 
            // controlContainer1
            // 
            this.controlContainer1.Location = new System.Drawing.Point(0, 0);
            this.controlContainer1.Name = "controlContainer1";
            this.controlContainer1.Size = new System.Drawing.Size(0, 0);
            this.controlContainer1.TabIndex = 0;
            // 
            // documentViewerBarManager1
            // 
            this.documentViewerBarManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.previewBar1});
            this.documentViewerBarManager1.Controller = this.barAndDockingController1;
            this.documentViewerBarManager1.DockControls.Add(this.barDockControlTop);
            this.documentViewerBarManager1.DockControls.Add(this.barDockControlBottom);
            this.documentViewerBarManager1.DockControls.Add(this.barDockControlLeft);
            this.documentViewerBarManager1.DockControls.Add(this.barDockControlRight);
            this.documentViewerBarManager1.DockControls.Add(this.standaloneBarDockControl1);
            this.documentViewerBarManager1.DockControls.Add(this.standaloneBarDockControl2);
            this.documentViewerBarManager1.DockManager = this.dockManager1;
            this.documentViewerBarManager1.DocumentViewer = this.documentViewer1;
            this.documentViewerBarManager1.Form = this;
            this.documentViewerBarManager1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("documentViewerBarManager1.ImageStream")));
            this.documentViewerBarManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.printPreviewStaticItem1,
            this.barStaticItem1,
            this.progressBarEditItem1,
            this.printPreviewBarItem1,
            this.barButtonItem1,
            this.printPreviewStaticItem2,
            this.zoomTrackBarEditItem1,
            this.printPreviewBarItem2,
            this.printPreviewBarItem3,
            this.printPreviewBarItem4,
            this.printPreviewBarItem5,
            this.printPreviewBarItem6,
            this.printPreviewBarItem7,
            this.printPreviewBarItem8,
            this.printPreviewBarItem9,
            this.printPreviewBarItem10,
            this.printPreviewBarItem11,
            this.printPreviewBarItem12,
            this.printPreviewBarItem13,
            this.printPreviewBarItem14,
            this.printPreviewBarItem15,
            this.zoomBarEditItem1,
            this.printPreviewBarItem16,
            this.printPreviewBarItem17,
            this.printPreviewBarItem18,
            this.printPreviewBarItem19,
            this.printPreviewBarItem20,
            this.printPreviewBarItem21,
            this.printPreviewBarItem22,
            this.printPreviewBarItem23,
            this.printPreviewBarItem24,
            this.printPreviewBarItem25,
            this.printPreviewBarItem26,
            this.printPreviewSubItem1,
            this.printPreviewSubItem2,
            this.printPreviewSubItem3,
            this.printPreviewSubItem4,
            this.printPreviewBarItem27,
            this.printPreviewBarItem28,
            this.barToolbarsListItem1,
            this.printPreviewBarCheckItem1,
            this.printPreviewBarCheckItem2,
            this.printPreviewBarCheckItem3,
            this.printPreviewBarCheckItem4,
            this.printPreviewBarCheckItem5,
            this.printPreviewBarCheckItem6,
            this.printPreviewBarCheckItem7,
            this.printPreviewBarCheckItem8,
            this.printPreviewBarCheckItem9,
            this.printPreviewBarCheckItem10,
            this.printPreviewBarCheckItem11,
            this.printPreviewBarCheckItem12,
            this.printPreviewBarCheckItem13,
            this.printPreviewBarCheckItem14,
            this.printPreviewBarCheckItem15,
            this.printPreviewBarCheckItem16,
            this.printPreviewBarCheckItem17,
            this.SetupReportBtn});
            this.documentViewerBarManager1.MaxItemId = 59;
            this.documentViewerBarManager1.PreviewBar = this.previewBar1;
            this.documentViewerBarManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemProgressBar1,
            this.repositoryItemZoomTrackBar1,
            this.printPreviewRepositoryItemComboBox1});
            this.documentViewerBarManager1.TransparentEditors = true;
            // 
            // previewBar1
            // 
            this.previewBar1.BarName = "Toolbar";
            this.previewBar1.DockCol = 0;
            this.previewBar1.DockRow = 0;
            this.previewBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
            this.previewBar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.None, false, this.printPreviewBarItem7, false),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem8, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem9),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem10),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem11),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem12),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem13, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem14),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem15, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.zoomBarEditItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem16),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem17, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem18),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem19),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem20),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.None, false, this.printPreviewBarItem21, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem22),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem23),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem24, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.SetupReportBtn, true)});
            this.previewBar1.OptionsBar.AllowQuickCustomization = false;
            this.previewBar1.OptionsBar.DrawDragBorder = false;
            this.previewBar1.StandaloneBarDockControl = this.standaloneBarDockControl1;
            this.previewBar1.Text = "Toolbar";
            // 
            // printPreviewBarItem7
            // 
            this.printPreviewBarItem7.Caption = "Save";
            this.printPreviewBarItem7.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Save;
            this.printPreviewBarItem7.Enabled = false;
            this.printPreviewBarItem7.Hint = "Save the document";
            this.printPreviewBarItem7.Id = 12;
            this.printPreviewBarItem7.ImageIndex = 24;
            this.printPreviewBarItem7.Name = "printPreviewBarItem7";
            // 
            // printPreviewBarItem8
            // 
            this.printPreviewBarItem8.Caption = "打印选项";
            this.printPreviewBarItem8.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Print;
            this.printPreviewBarItem8.Enabled = false;
            this.printPreviewBarItem8.Hint = "打印选项";
            this.printPreviewBarItem8.Id = 13;
            this.printPreviewBarItem8.ImageIndex = 0;
            this.printPreviewBarItem8.Name = "printPreviewBarItem8";
            toolTipTitleItem1.Text = "打印";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "选项...";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            this.printPreviewBarItem8.SuperTip = superToolTip1;
            // 
            // printPreviewBarItem9
            // 
            this.printPreviewBarItem9.Caption = "快速打印";
            this.printPreviewBarItem9.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PrintDirect;
            this.printPreviewBarItem9.Enabled = false;
            this.printPreviewBarItem9.Hint = "快速打印";
            this.printPreviewBarItem9.Id = 14;
            this.printPreviewBarItem9.ImageIndex = 1;
            this.printPreviewBarItem9.Name = "printPreviewBarItem9";
            toolTipTitleItem2.Text = "快速打印";
            superToolTip2.Items.Add(toolTipTitleItem2);
            this.printPreviewBarItem9.SuperTip = superToolTip2;
            // 
            // printPreviewBarItem10
            // 
            this.printPreviewBarItem10.Caption = "Page Set&up...";
            this.printPreviewBarItem10.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageSetup;
            this.printPreviewBarItem10.Enabled = false;
            this.printPreviewBarItem10.Hint = "Page Setup";
            this.printPreviewBarItem10.Id = 15;
            this.printPreviewBarItem10.ImageIndex = 2;
            this.printPreviewBarItem10.Name = "printPreviewBarItem10";
            // 
            // printPreviewBarItem11
            // 
            this.printPreviewBarItem11.Caption = "Header And Footer";
            this.printPreviewBarItem11.Command = DevExpress.XtraPrinting.PrintingSystemCommand.EditPageHF;
            this.printPreviewBarItem11.Enabled = false;
            this.printPreviewBarItem11.Hint = "Header And Footer";
            this.printPreviewBarItem11.Id = 16;
            this.printPreviewBarItem11.ImageIndex = 15;
            this.printPreviewBarItem11.Name = "printPreviewBarItem11";
            // 
            // printPreviewBarItem12
            // 
            this.printPreviewBarItem12.ActAsDropDown = true;
            this.printPreviewBarItem12.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem12.Caption = "边距设定";
            this.printPreviewBarItem12.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Scale;
            this.printPreviewBarItem12.Enabled = false;
            this.printPreviewBarItem12.Hint = "边距设定";
            this.printPreviewBarItem12.Id = 17;
            this.printPreviewBarItem12.ImageIndex = 25;
            this.printPreviewBarItem12.Name = "printPreviewBarItem12";
            toolTipTitleItem3.Text = "边距";
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "设定\r\n";
            superToolTip3.Items.Add(toolTipTitleItem3);
            superToolTip3.Items.Add(toolTipItem2);
            this.printPreviewBarItem12.SuperTip = superToolTip3;
            // 
            // printPreviewBarItem13
            // 
            this.printPreviewBarItem13.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem13.Caption = "拖动";
            this.printPreviewBarItem13.Command = DevExpress.XtraPrinting.PrintingSystemCommand.HandTool;
            this.printPreviewBarItem13.Enabled = false;
            this.printPreviewBarItem13.Hint = "拖动";
            this.printPreviewBarItem13.Id = 18;
            this.printPreviewBarItem13.ImageIndex = 16;
            this.printPreviewBarItem13.Name = "printPreviewBarItem13";
            toolTipTitleItem4.Text = "拖动";
            superToolTip4.Items.Add(toolTipTitleItem4);
            this.printPreviewBarItem13.SuperTip = superToolTip4;
            // 
            // printPreviewBarItem14
            // 
            this.printPreviewBarItem14.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem14.Caption = "放大镜";
            this.printPreviewBarItem14.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Magnifier;
            this.printPreviewBarItem14.Enabled = false;
            this.printPreviewBarItem14.Hint = "放大镜";
            this.printPreviewBarItem14.Id = 19;
            this.printPreviewBarItem14.ImageIndex = 3;
            this.printPreviewBarItem14.Name = "printPreviewBarItem14";
            toolTipTitleItem5.Text = "放大镜";
            superToolTip5.Items.Add(toolTipTitleItem5);
            this.printPreviewBarItem14.SuperTip = superToolTip5;
            // 
            // printPreviewBarItem15
            // 
            this.printPreviewBarItem15.Caption = "缩小";
            this.printPreviewBarItem15.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ZoomOut;
            this.printPreviewBarItem15.Enabled = false;
            this.printPreviewBarItem15.Hint = "缩小";
            this.printPreviewBarItem15.Id = 20;
            this.printPreviewBarItem15.ImageIndex = 5;
            this.printPreviewBarItem15.Name = "printPreviewBarItem15";
            toolTipTitleItem6.Text = "缩小";
            superToolTip6.Items.Add(toolTipTitleItem6);
            this.printPreviewBarItem15.SuperTip = superToolTip6;
            // 
            // zoomBarEditItem1
            // 
            this.zoomBarEditItem1.Caption = "显示比例";
            this.zoomBarEditItem1.Edit = this.printPreviewRepositoryItemComboBox1;
            this.zoomBarEditItem1.EditValue = "100%";
            this.zoomBarEditItem1.Enabled = false;
            this.zoomBarEditItem1.Hint = "显示比例";
            this.zoomBarEditItem1.Id = 21;
            this.zoomBarEditItem1.Name = "zoomBarEditItem1";
            toolTipTitleItem7.Text = "显示比例";
            superToolTip7.Items.Add(toolTipTitleItem7);
            this.zoomBarEditItem1.SuperTip = superToolTip7;
            this.zoomBarEditItem1.Width = 70;
            // 
            // printPreviewRepositoryItemComboBox1
            // 
            this.printPreviewRepositoryItemComboBox1.AutoComplete = false;
            this.printPreviewRepositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.printPreviewRepositoryItemComboBox1.DropDownRows = 11;
            this.printPreviewRepositoryItemComboBox1.Name = "printPreviewRepositoryItemComboBox1";
            // 
            // printPreviewBarItem16
            // 
            this.printPreviewBarItem16.Caption = "放大";
            this.printPreviewBarItem16.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ZoomIn;
            this.printPreviewBarItem16.Enabled = false;
            this.printPreviewBarItem16.Hint = "放大";
            this.printPreviewBarItem16.Id = 22;
            this.printPreviewBarItem16.ImageIndex = 4;
            this.printPreviewBarItem16.Name = "printPreviewBarItem16";
            toolTipTitleItem8.Text = "放大";
            superToolTip8.Items.Add(toolTipTitleItem8);
            this.printPreviewBarItem16.SuperTip = superToolTip8;
            // 
            // printPreviewBarItem17
            // 
            this.printPreviewBarItem17.Caption = "开始页";
            this.printPreviewBarItem17.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowFirstPage;
            this.printPreviewBarItem17.Enabled = false;
            this.printPreviewBarItem17.Hint = "开始页";
            this.printPreviewBarItem17.Id = 23;
            this.printPreviewBarItem17.ImageIndex = 7;
            this.printPreviewBarItem17.Name = "printPreviewBarItem17";
            toolTipTitleItem9.Text = "开始页";
            superToolTip9.Items.Add(toolTipTitleItem9);
            this.printPreviewBarItem17.SuperTip = superToolTip9;
            // 
            // printPreviewBarItem18
            // 
            this.printPreviewBarItem18.Caption = "前一页";
            this.printPreviewBarItem18.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowPrevPage;
            this.printPreviewBarItem18.Enabled = false;
            this.printPreviewBarItem18.Hint = "前一页";
            this.printPreviewBarItem18.Id = 24;
            this.printPreviewBarItem18.ImageIndex = 8;
            this.printPreviewBarItem18.Name = "printPreviewBarItem18";
            toolTipTitleItem10.Text = "前一页";
            superToolTip10.Items.Add(toolTipTitleItem10);
            this.printPreviewBarItem18.SuperTip = superToolTip10;
            // 
            // printPreviewBarItem19
            // 
            this.printPreviewBarItem19.Caption = "后一页";
            this.printPreviewBarItem19.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowNextPage;
            this.printPreviewBarItem19.Enabled = false;
            this.printPreviewBarItem19.Hint = "后一页";
            this.printPreviewBarItem19.Id = 25;
            this.printPreviewBarItem19.ImageIndex = 9;
            this.printPreviewBarItem19.Name = "printPreviewBarItem19";
            toolTipTitleItem11.Text = "后一页";
            superToolTip11.Items.Add(toolTipTitleItem11);
            this.printPreviewBarItem19.SuperTip = superToolTip11;
            // 
            // printPreviewBarItem20
            // 
            this.printPreviewBarItem20.Caption = "最后一页";
            this.printPreviewBarItem20.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowLastPage;
            this.printPreviewBarItem20.Enabled = false;
            this.printPreviewBarItem20.Hint = "最后一页";
            this.printPreviewBarItem20.Id = 26;
            this.printPreviewBarItem20.ImageIndex = 10;
            this.printPreviewBarItem20.Name = "printPreviewBarItem20";
            toolTipTitleItem12.Text = "最后一页";
            superToolTip12.Items.Add(toolTipTitleItem12);
            this.printPreviewBarItem20.SuperTip = superToolTip12;
            // 
            // printPreviewBarItem21
            // 
            this.printPreviewBarItem21.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem21.Caption = "Multiple Pages";
            this.printPreviewBarItem21.Command = DevExpress.XtraPrinting.PrintingSystemCommand.MultiplePages;
            this.printPreviewBarItem21.Enabled = false;
            this.printPreviewBarItem21.Hint = "Multiple Pages";
            this.printPreviewBarItem21.Id = 27;
            this.printPreviewBarItem21.ImageIndex = 11;
            this.printPreviewBarItem21.Name = "printPreviewBarItem21";
            // 
            // printPreviewBarItem22
            // 
            this.printPreviewBarItem22.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem22.Caption = "&Color...";
            this.printPreviewBarItem22.Command = DevExpress.XtraPrinting.PrintingSystemCommand.FillBackground;
            this.printPreviewBarItem22.Enabled = false;
            this.printPreviewBarItem22.Hint = "背景颜色";
            this.printPreviewBarItem22.Id = 28;
            this.printPreviewBarItem22.ImageIndex = 12;
            this.printPreviewBarItem22.Name = "printPreviewBarItem22";
            toolTipTitleItem13.Text = "背景";
            toolTipItem3.LeftIndent = 6;
            toolTipItem3.Text = "设定";
            superToolTip13.Items.Add(toolTipTitleItem13);
            superToolTip13.Items.Add(toolTipItem3);
            this.printPreviewBarItem22.SuperTip = superToolTip13;
            // 
            // printPreviewBarItem23
            // 
            this.printPreviewBarItem23.Caption = "&Watermark...";
            this.printPreviewBarItem23.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Watermark;
            this.printPreviewBarItem23.Enabled = false;
            this.printPreviewBarItem23.Hint = "水印";
            this.printPreviewBarItem23.Id = 29;
            this.printPreviewBarItem23.ImageIndex = 21;
            this.printPreviewBarItem23.Name = "printPreviewBarItem23";
            toolTipTitleItem14.Text = "水印";
            toolTipItem4.LeftIndent = 6;
            toolTipItem4.Text = "设定";
            superToolTip14.Items.Add(toolTipTitleItem14);
            superToolTip14.Items.Add(toolTipItem4);
            this.printPreviewBarItem23.SuperTip = superToolTip14;
            // 
            // printPreviewBarItem24
            // 
            this.printPreviewBarItem24.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem24.Caption = "Export Document...";
            this.printPreviewBarItem24.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportFile;
            this.printPreviewBarItem24.Enabled = false;
            this.printPreviewBarItem24.Hint = "导出...";
            this.printPreviewBarItem24.Id = 30;
            this.printPreviewBarItem24.ImageIndex = 18;
            this.printPreviewBarItem24.Name = "printPreviewBarItem24";
            toolTipTitleItem15.Text = "导出选项";
            toolTipItem5.LeftIndent = 6;
            toolTipItem5.Text = "至文件...";
            superToolTip15.Items.Add(toolTipTitleItem15);
            superToolTip15.Items.Add(toolTipItem5);
            this.printPreviewBarItem24.SuperTip = superToolTip15;
            // 
            // SetupReportBtn
            // 
            this.SetupReportBtn.AllowRightClickInMenu = false;
            this.SetupReportBtn.Caption = "设定";
            this.SetupReportBtn.Id = 58;
            this.SetupReportBtn.ImageIndex = 14;
            this.SetupReportBtn.Name = "SetupReportBtn";
            toolTipTitleItem16.Text = "内容";
            toolTipItem6.LeftIndent = 6;
            toolTipItem6.Text = "设定";
            superToolTip16.Items.Add(toolTipTitleItem16);
            superToolTip16.Items.Add(toolTipItem6);
            this.SetupReportBtn.SuperTip = superToolTip16;
            this.SetupReportBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.SetupReportBtn_ItemClick);
            // 
            // standaloneBarDockControl1
            // 
            this.standaloneBarDockControl1.CausesValidation = false;
            this.standaloneBarDockControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.standaloneBarDockControl1.Location = new System.Drawing.Point(3, 3);
            this.standaloneBarDockControl1.Name = "standaloneBarDockControl1";
            this.standaloneBarDockControl1.Size = new System.Drawing.Size(730, 24);
            this.standaloneBarDockControl1.Text = "standaloneBarDockControl1";
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(1298, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 831);
            this.barDockControlBottom.Size = new System.Drawing.Size(1298, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 831);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1298, 0);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 831);
            // 
            // standaloneBarDockControl2
            // 
            this.standaloneBarDockControl2.CausesValidation = false;
            this.standaloneBarDockControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.standaloneBarDockControl2.Location = new System.Drawing.Point(3, 3);
            this.standaloneBarDockControl2.Name = "standaloneBarDockControl2";
            this.standaloneBarDockControl2.Size = new System.Drawing.Size(730, 24);
            this.standaloneBarDockControl2.Text = "standaloneBarDockControl2";
            // 
            // documentViewer1
            // 
            this.documentViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.documentViewer1.DocumentSource = typeof(AracheTest.Reports.XtraReport1);
            this.documentViewer1.IsMetric = true;
            this.documentViewer1.Location = new System.Drawing.Point(3, 33);
            this.documentViewer1.Name = "documentViewer1";
            this.documentViewer1.ShowPageMargins = false;
            this.documentViewer1.Size = new System.Drawing.Size(730, 636);
            this.documentViewer1.TabIndex = 0;
            // 
            // printPreviewStaticItem1
            // 
            this.printPreviewStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.printPreviewStaticItem1.Caption = "Nothing";
            this.printPreviewStaticItem1.Id = 0;
            this.printPreviewStaticItem1.LeftIndent = 1;
            this.printPreviewStaticItem1.Name = "printPreviewStaticItem1";
            this.printPreviewStaticItem1.RightIndent = 1;
            this.printPreviewStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            this.printPreviewStaticItem1.Type = "PageOfPages";
            // 
            // barStaticItem1
            // 
            this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.barStaticItem1.Id = 1;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            this.barStaticItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInRuntime;
            // 
            // progressBarEditItem1
            // 
            this.progressBarEditItem1.Edit = this.repositoryItemProgressBar1;
            this.progressBarEditItem1.EditHeight = 12;
            this.progressBarEditItem1.Id = 2;
            this.progressBarEditItem1.Name = "progressBarEditItem1";
            this.progressBarEditItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.progressBarEditItem1.Width = 150;
            // 
            // repositoryItemProgressBar1
            // 
            this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
            // 
            // printPreviewBarItem1
            // 
            this.printPreviewBarItem1.Caption = "Stop";
            this.printPreviewBarItem1.Command = DevExpress.XtraPrinting.PrintingSystemCommand.StopPageBuilding;
            this.printPreviewBarItem1.Enabled = false;
            this.printPreviewBarItem1.Hint = "Stop";
            this.printPreviewBarItem1.Id = 3;
            this.printPreviewBarItem1.Name = "printPreviewBarItem1";
            this.printPreviewBarItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
            this.barButtonItem1.Enabled = false;
            this.barButtonItem1.Id = 4;
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInRuntime;
            // 
            // printPreviewStaticItem2
            // 
            this.printPreviewStaticItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.printPreviewStaticItem2.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.printPreviewStaticItem2.Caption = "100%";
            this.printPreviewStaticItem2.Id = 5;
            this.printPreviewStaticItem2.Name = "printPreviewStaticItem2";
            this.printPreviewStaticItem2.TextAlignment = System.Drawing.StringAlignment.Far;
            this.printPreviewStaticItem2.Type = "ZoomFactor";
            this.printPreviewStaticItem2.Width = 40;
            // 
            // zoomTrackBarEditItem1
            // 
            this.zoomTrackBarEditItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.zoomTrackBarEditItem1.Edit = this.repositoryItemZoomTrackBar1;
            this.zoomTrackBarEditItem1.EditValue = 90;
            this.zoomTrackBarEditItem1.Enabled = false;
            this.zoomTrackBarEditItem1.Id = 6;
            this.zoomTrackBarEditItem1.Name = "zoomTrackBarEditItem1";
            this.zoomTrackBarEditItem1.Range = new int[] {
        10,
        500};
            this.zoomTrackBarEditItem1.Width = 140;
            // 
            // repositoryItemZoomTrackBar1
            // 
            this.repositoryItemZoomTrackBar1.Alignment = DevExpress.Utils.VertAlignment.Center;
            this.repositoryItemZoomTrackBar1.AllowFocused = false;
            this.repositoryItemZoomTrackBar1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.repositoryItemZoomTrackBar1.Maximum = 180;
            this.repositoryItemZoomTrackBar1.Middle = 5;
            this.repositoryItemZoomTrackBar1.Name = "repositoryItemZoomTrackBar1";
            this.repositoryItemZoomTrackBar1.ScrollThumbStyle = DevExpress.XtraEditors.Repository.ScrollThumbStyle.ArrowDownRight;
            // 
            // printPreviewBarItem2
            // 
            this.printPreviewBarItem2.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem2.Caption = "Document Map";
            this.printPreviewBarItem2.Command = DevExpress.XtraPrinting.PrintingSystemCommand.DocumentMap;
            this.printPreviewBarItem2.Enabled = false;
            this.printPreviewBarItem2.Hint = "Document Map";
            this.printPreviewBarItem2.Id = 7;
            this.printPreviewBarItem2.ImageIndex = 19;
            this.printPreviewBarItem2.Name = "printPreviewBarItem2";
            // 
            // printPreviewBarItem3
            // 
            this.printPreviewBarItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem3.Caption = "Parameters";
            this.printPreviewBarItem3.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Parameters;
            this.printPreviewBarItem3.Enabled = false;
            this.printPreviewBarItem3.Hint = "Parameters";
            this.printPreviewBarItem3.Id = 8;
            this.printPreviewBarItem3.ImageIndex = 22;
            this.printPreviewBarItem3.Name = "printPreviewBarItem3";
            // 
            // printPreviewBarItem4
            // 
            this.printPreviewBarItem4.Caption = "Search";
            this.printPreviewBarItem4.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Find;
            this.printPreviewBarItem4.Enabled = false;
            this.printPreviewBarItem4.Hint = "Search";
            this.printPreviewBarItem4.Id = 9;
            this.printPreviewBarItem4.ImageIndex = 20;
            this.printPreviewBarItem4.Name = "printPreviewBarItem4";
            // 
            // printPreviewBarItem5
            // 
            this.printPreviewBarItem5.Caption = "Customize";
            this.printPreviewBarItem5.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Customize;
            this.printPreviewBarItem5.Enabled = false;
            this.printPreviewBarItem5.Hint = "Customize";
            this.printPreviewBarItem5.Id = 10;
            this.printPreviewBarItem5.ImageIndex = 14;
            this.printPreviewBarItem5.Name = "printPreviewBarItem5";
            // 
            // printPreviewBarItem6
            // 
            this.printPreviewBarItem6.Caption = "Open";
            this.printPreviewBarItem6.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Open;
            this.printPreviewBarItem6.Enabled = false;
            this.printPreviewBarItem6.Hint = "Open a document";
            this.printPreviewBarItem6.Id = 11;
            this.printPreviewBarItem6.ImageIndex = 23;
            this.printPreviewBarItem6.Name = "printPreviewBarItem6";
            // 
            // printPreviewBarItem25
            // 
            this.printPreviewBarItem25.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem25.Caption = "Send via E-Mail...";
            this.printPreviewBarItem25.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendFile;
            this.printPreviewBarItem25.Enabled = false;
            this.printPreviewBarItem25.Hint = "Send via E-Mail...";
            this.printPreviewBarItem25.Id = 31;
            this.printPreviewBarItem25.ImageIndex = 17;
            this.printPreviewBarItem25.Name = "printPreviewBarItem25";
            // 
            // printPreviewBarItem26
            // 
            this.printPreviewBarItem26.Caption = "E&xit";
            this.printPreviewBarItem26.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ClosePreview;
            this.printPreviewBarItem26.Enabled = false;
            this.printPreviewBarItem26.Hint = "Close Preview";
            this.printPreviewBarItem26.Id = 32;
            this.printPreviewBarItem26.ImageIndex = 13;
            this.printPreviewBarItem26.Name = "printPreviewBarItem26";
            // 
            // printPreviewSubItem1
            // 
            this.printPreviewSubItem1.Caption = "&File";
            this.printPreviewSubItem1.Command = DevExpress.XtraPrinting.PrintingSystemCommand.File;
            this.printPreviewSubItem1.Id = 33;
            this.printPreviewSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem10),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem8),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem9),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem24, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem25),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem26, true)});
            this.printPreviewSubItem1.Name = "printPreviewSubItem1";
            // 
            // printPreviewSubItem2
            // 
            this.printPreviewSubItem2.Caption = "&View";
            this.printPreviewSubItem2.Command = DevExpress.XtraPrinting.PrintingSystemCommand.View;
            this.printPreviewSubItem2.Id = 34;
            this.printPreviewSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewSubItem4, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barToolbarsListItem1, true)});
            this.printPreviewSubItem2.Name = "printPreviewSubItem2";
            // 
            // printPreviewSubItem4
            // 
            this.printPreviewSubItem4.Caption = "&Page Layout";
            this.printPreviewSubItem4.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageLayout;
            this.printPreviewSubItem4.Id = 36;
            this.printPreviewSubItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem27),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem28)});
            this.printPreviewSubItem4.Name = "printPreviewSubItem4";
            // 
            // printPreviewBarItem27
            // 
            this.printPreviewBarItem27.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem27.Caption = "&Facing";
            this.printPreviewBarItem27.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageLayoutFacing;
            this.printPreviewBarItem27.Enabled = false;
            this.printPreviewBarItem27.GroupIndex = 100;
            this.printPreviewBarItem27.Id = 37;
            this.printPreviewBarItem27.Name = "printPreviewBarItem27";
            // 
            // printPreviewBarItem28
            // 
            this.printPreviewBarItem28.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem28.Caption = "&Continuous";
            this.printPreviewBarItem28.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageLayoutContinuous;
            this.printPreviewBarItem28.Enabled = false;
            this.printPreviewBarItem28.GroupIndex = 100;
            this.printPreviewBarItem28.Id = 38;
            this.printPreviewBarItem28.Name = "printPreviewBarItem28";
            // 
            // barToolbarsListItem1
            // 
            this.barToolbarsListItem1.Caption = "Bars";
            this.barToolbarsListItem1.Id = 39;
            this.barToolbarsListItem1.Name = "barToolbarsListItem1";
            // 
            // printPreviewSubItem3
            // 
            this.printPreviewSubItem3.Caption = "&Background";
            this.printPreviewSubItem3.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Background;
            this.printPreviewSubItem3.Id = 35;
            this.printPreviewSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem22),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem23)});
            this.printPreviewSubItem3.Name = "printPreviewSubItem3";
            // 
            // printPreviewBarCheckItem1
            // 
            this.printPreviewBarCheckItem1.BindableChecked = true;
            this.printPreviewBarCheckItem1.Caption = "PDF 文件";
            this.printPreviewBarCheckItem1.Checked = true;
            this.printPreviewBarCheckItem1.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportPdf;
            this.printPreviewBarCheckItem1.Enabled = false;
            this.printPreviewBarCheckItem1.GroupIndex = 2;
            this.printPreviewBarCheckItem1.Hint = "PDF 文件";
            this.printPreviewBarCheckItem1.Id = 40;
            this.printPreviewBarCheckItem1.Name = "printPreviewBarCheckItem1";
            // 
            // printPreviewBarCheckItem2
            // 
            this.printPreviewBarCheckItem2.Caption = "HTML 文件";
            this.printPreviewBarCheckItem2.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportHtm;
            this.printPreviewBarCheckItem2.Enabled = false;
            this.printPreviewBarCheckItem2.GroupIndex = 2;
            this.printPreviewBarCheckItem2.Hint = "HTML 文件";
            this.printPreviewBarCheckItem2.Id = 41;
            this.printPreviewBarCheckItem2.Name = "printPreviewBarCheckItem2";
            // 
            // printPreviewBarCheckItem3
            // 
            this.printPreviewBarCheckItem3.Caption = "MHT 文件";
            this.printPreviewBarCheckItem3.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportMht;
            this.printPreviewBarCheckItem3.Enabled = false;
            this.printPreviewBarCheckItem3.GroupIndex = 2;
            this.printPreviewBarCheckItem3.Hint = "MHT 文件";
            this.printPreviewBarCheckItem3.Id = 42;
            this.printPreviewBarCheckItem3.Name = "printPreviewBarCheckItem3";
            // 
            // printPreviewBarCheckItem4
            // 
            this.printPreviewBarCheckItem4.Caption = "RTF 文件";
            this.printPreviewBarCheckItem4.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportRtf;
            this.printPreviewBarCheckItem4.Enabled = false;
            this.printPreviewBarCheckItem4.GroupIndex = 2;
            this.printPreviewBarCheckItem4.Hint = "RTF 文件";
            this.printPreviewBarCheckItem4.Id = 43;
            this.printPreviewBarCheckItem4.Name = "printPreviewBarCheckItem4";
            // 
            // printPreviewBarCheckItem5
            // 
            this.printPreviewBarCheckItem5.Caption = "XLS 文件";
            this.printPreviewBarCheckItem5.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportXls;
            this.printPreviewBarCheckItem5.Enabled = false;
            this.printPreviewBarCheckItem5.GroupIndex = 2;
            this.printPreviewBarCheckItem5.Hint = "XLS 文件";
            this.printPreviewBarCheckItem5.Id = 44;
            this.printPreviewBarCheckItem5.Name = "printPreviewBarCheckItem5";
            // 
            // printPreviewBarCheckItem6
            // 
            this.printPreviewBarCheckItem6.Caption = "XLSX 文件";
            this.printPreviewBarCheckItem6.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportXlsx;
            this.printPreviewBarCheckItem6.Enabled = false;
            this.printPreviewBarCheckItem6.GroupIndex = 2;
            this.printPreviewBarCheckItem6.Hint = "XLSX 文件";
            this.printPreviewBarCheckItem6.Id = 45;
            this.printPreviewBarCheckItem6.Name = "printPreviewBarCheckItem6";
            // 
            // printPreviewBarCheckItem7
            // 
            this.printPreviewBarCheckItem7.Caption = "CSV 文件";
            this.printPreviewBarCheckItem7.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportCsv;
            this.printPreviewBarCheckItem7.Enabled = false;
            this.printPreviewBarCheckItem7.GroupIndex = 2;
            this.printPreviewBarCheckItem7.Hint = "CSV 文件";
            this.printPreviewBarCheckItem7.Id = 46;
            this.printPreviewBarCheckItem7.Name = "printPreviewBarCheckItem7";
            // 
            // printPreviewBarCheckItem8
            // 
            this.printPreviewBarCheckItem8.Caption = "Text 文件";
            this.printPreviewBarCheckItem8.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportTxt;
            this.printPreviewBarCheckItem8.Enabled = false;
            this.printPreviewBarCheckItem8.GroupIndex = 2;
            this.printPreviewBarCheckItem8.Hint = "Text 文件";
            this.printPreviewBarCheckItem8.Id = 47;
            this.printPreviewBarCheckItem8.Name = "printPreviewBarCheckItem8";
            // 
            // printPreviewBarCheckItem9
            // 
            this.printPreviewBarCheckItem9.Caption = "Image 文件";
            this.printPreviewBarCheckItem9.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportGraphic;
            this.printPreviewBarCheckItem9.Enabled = false;
            this.printPreviewBarCheckItem9.GroupIndex = 2;
            this.printPreviewBarCheckItem9.Hint = "Image 文件";
            this.printPreviewBarCheckItem9.Id = 48;
            this.printPreviewBarCheckItem9.Name = "printPreviewBarCheckItem9";
            // 
            // printPreviewBarCheckItem10
            // 
            this.printPreviewBarCheckItem10.BindableChecked = true;
            this.printPreviewBarCheckItem10.Caption = "PDF 文件";
            this.printPreviewBarCheckItem10.Checked = true;
            this.printPreviewBarCheckItem10.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendPdf;
            this.printPreviewBarCheckItem10.Enabled = false;
            this.printPreviewBarCheckItem10.GroupIndex = 1;
            this.printPreviewBarCheckItem10.Hint = "PDF 文件";
            this.printPreviewBarCheckItem10.Id = 49;
            this.printPreviewBarCheckItem10.Name = "printPreviewBarCheckItem10";
            // 
            // printPreviewBarCheckItem11
            // 
            this.printPreviewBarCheckItem11.Caption = "MHT 文件";
            this.printPreviewBarCheckItem11.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendMht;
            this.printPreviewBarCheckItem11.Enabled = false;
            this.printPreviewBarCheckItem11.GroupIndex = 1;
            this.printPreviewBarCheckItem11.Hint = "MHT 文件";
            this.printPreviewBarCheckItem11.Id = 50;
            this.printPreviewBarCheckItem11.Name = "printPreviewBarCheckItem11";
            // 
            // printPreviewBarCheckItem12
            // 
            this.printPreviewBarCheckItem12.Caption = "RTF 文件";
            this.printPreviewBarCheckItem12.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendRtf;
            this.printPreviewBarCheckItem12.Enabled = false;
            this.printPreviewBarCheckItem12.GroupIndex = 1;
            this.printPreviewBarCheckItem12.Hint = "RTF 文件";
            this.printPreviewBarCheckItem12.Id = 51;
            this.printPreviewBarCheckItem12.Name = "printPreviewBarCheckItem12";
            // 
            // printPreviewBarCheckItem13
            // 
            this.printPreviewBarCheckItem13.Caption = "XLS 文件";
            this.printPreviewBarCheckItem13.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendXls;
            this.printPreviewBarCheckItem13.Enabled = false;
            this.printPreviewBarCheckItem13.GroupIndex = 1;
            this.printPreviewBarCheckItem13.Hint = "XLS 文件";
            this.printPreviewBarCheckItem13.Id = 52;
            this.printPreviewBarCheckItem13.Name = "printPreviewBarCheckItem13";
            // 
            // printPreviewBarCheckItem14
            // 
            this.printPreviewBarCheckItem14.Caption = "XLSX 文件";
            this.printPreviewBarCheckItem14.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendXlsx;
            this.printPreviewBarCheckItem14.Enabled = false;
            this.printPreviewBarCheckItem14.GroupIndex = 1;
            this.printPreviewBarCheckItem14.Hint = "XLSX 文件";
            this.printPreviewBarCheckItem14.Id = 53;
            this.printPreviewBarCheckItem14.Name = "printPreviewBarCheckItem14";
            // 
            // printPreviewBarCheckItem15
            // 
            this.printPreviewBarCheckItem15.Caption = "CSV 文件";
            this.printPreviewBarCheckItem15.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendCsv;
            this.printPreviewBarCheckItem15.Enabled = false;
            this.printPreviewBarCheckItem15.GroupIndex = 1;
            this.printPreviewBarCheckItem15.Hint = "CSV 文件";
            this.printPreviewBarCheckItem15.Id = 54;
            this.printPreviewBarCheckItem15.Name = "printPreviewBarCheckItem15";
            // 
            // printPreviewBarCheckItem16
            // 
            this.printPreviewBarCheckItem16.Caption = "Text 文件";
            this.printPreviewBarCheckItem16.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendTxt;
            this.printPreviewBarCheckItem16.Enabled = false;
            this.printPreviewBarCheckItem16.GroupIndex = 1;
            this.printPreviewBarCheckItem16.Hint = "Text 文件";
            this.printPreviewBarCheckItem16.Id = 55;
            this.printPreviewBarCheckItem16.Name = "printPreviewBarCheckItem16";
            // 
            // printPreviewBarCheckItem17
            // 
            this.printPreviewBarCheckItem17.Caption = "Image 文件";
            this.printPreviewBarCheckItem17.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendGraphic;
            this.printPreviewBarCheckItem17.Enabled = false;
            this.printPreviewBarCheckItem17.GroupIndex = 1;
            this.printPreviewBarCheckItem17.Hint = "Image 文件";
            this.printPreviewBarCheckItem17.Id = 56;
            this.printPreviewBarCheckItem17.Name = "printPreviewBarCheckItem17";
            // 
            // xtraTabControl4
            // 
            this.xtraTabControl4.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.xtraTabControl4.Appearance.Options.UseBackColor = true;
            this.xtraTabControl4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl4.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Left;
            this.xtraTabControl4.Location = new System.Drawing.Point(3, 3);
            this.xtraTabControl4.Name = "xtraTabControl4";
            this.tableLayoutPanel6.SetRowSpan(this.xtraTabControl4, 2);
            this.xtraTabControl4.SelectedTabPage = this.xtraTabPage7;
            this.xtraTabControl4.Size = new System.Drawing.Size(771, 670);
            this.xtraTabControl4.TabIndex = 2;
            this.xtraTabControl4.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage7,
            this.xtraTabPage8});
            this.xtraTabControl4.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl4_SelectedPageChanged);
            // 
            // xtraTabPage7
            // 
            this.xtraTabPage7.Controls.Add(this.tableLayoutPanel7);
            this.xtraTabPage7.Name = "xtraTabPage7";
            this.xtraTabPage7.Size = new System.Drawing.Size(744, 668);
            this.xtraTabPage7.Text = "第一阶段";
            // 
            // tableLayoutPanel7
            // 
            this.tableLayoutPanel7.ColumnCount = 1;
            this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel7.Controls.Add(this.xtraTabControl5, 0, 0);
            this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel7.Name = "tableLayoutPanel7";
            this.tableLayoutPanel7.RowCount = 1;
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel7.Size = new System.Drawing.Size(744, 668);
            this.tableLayoutPanel7.TabIndex = 0;
            // 
            // xtraTabControl5
            // 
            this.xtraTabControl5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl5.Location = new System.Drawing.Point(3, 3);
            this.xtraTabControl5.Name = "xtraTabControl5";
            this.xtraTabControl5.SelectedTabPage = this.xtraTabPage9;
            this.xtraTabControl5.Size = new System.Drawing.Size(738, 662);
            this.xtraTabControl5.TabIndex = 0;
            this.xtraTabControl5.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage9,
            this.xtraTabPage10});
            // 
            // xtraTabPage9
            // 
            this.xtraTabPage9.Controls.Add(this.tableLayoutPanel9);
            this.xtraTabPage9.Name = "xtraTabPage9";
            this.xtraTabPage9.Size = new System.Drawing.Size(736, 636);
            this.xtraTabPage9.Text = "数据";
            // 
            // tableLayoutPanel9
            // 
            this.tableLayoutPanel9.ColumnCount = 1;
            this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel9.Controls.Add(this.tableLayoutPanel10, 0, 0);
            this.tableLayoutPanel9.Controls.Add(this.tableLayoutPanel11, 0, 1);
            this.tableLayoutPanel9.Controls.Add(this.gridControl_1_1, 0, 2);
            this.tableLayoutPanel9.Controls.Add(this.tableLayoutPanel12, 0, 3);
            this.tableLayoutPanel9.Controls.Add(this.gridControl_1_4, 0, 4);
            this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel9.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel9.Name = "tableLayoutPanel9";
            this.tableLayoutPanel9.RowCount = 5;
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel9.Size = new System.Drawing.Size(736, 636);
            this.tableLayoutPanel9.TabIndex = 0;
            // 
            // tableLayoutPanel10
            // 
            this.tableLayoutPanel10.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetDouble;
            this.tableLayoutPanel10.ColumnCount = 4;
            this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.43714F));
            this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 23.00194F));
            this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.43714F));
            this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 48.12378F));
            this.tableLayoutPanel10.Controls.Add(this.label1, 0, 0);
            this.tableLayoutPanel10.Controls.Add(this.label2, 2, 0);
            this.tableLayoutPanel10.Controls.Add(this.label3, 1, 0);
            this.tableLayoutPanel10.Controls.Add(this.label4, 3, 0);
            this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel10.Name = "tableLayoutPanel10";
            this.tableLayoutPanel10.RowCount = 1;
            this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel10.Size = new System.Drawing.Size(730, 44);
            this.tableLayoutPanel10.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.label1.ForeColor = System.Drawing.Color.Black;
            this.label1.Location = new System.Drawing.Point(6, 3);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(97, 38);
            this.label1.TabIndex = 0;
            this.label1.Text = "户号";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.label2.ForeColor = System.Drawing.Color.Black;
            this.label2.Location = new System.Drawing.Point(279, 3);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(97, 38);
            this.label2.TabIndex = 1;
            this.label2.Text = "地址";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.label3.ForeColor = System.Drawing.Color.Black;
            this.label3.Location = new System.Drawing.Point(112, 3);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(158, 38);
            this.label3.TabIndex = 2;
            this.label3.Text = "53535322";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.label4.ForeColor = System.Drawing.Color.Black;
            this.label4.Location = new System.Drawing.Point(385, 3);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(339, 38);
            this.label4.TabIndex = 3;
            this.label4.Text = "浙江省宁波市慈溪市观海卫镇泽山居委会";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tableLayoutPanel11
            // 
            this.tableLayoutPanel11.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetDouble;
            this.tableLayoutPanel11.ColumnCount = 6;
            this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.02329F));
            this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35.43586F));
            this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.16189F));
            this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.03027F));
            this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.16189F));
            this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.1868F));
            this.tableLayoutPanel11.Controls.Add(this.label10, 5, 0);
            this.tableLayoutPanel11.Controls.Add(this.label9, 4, 0);
            this.tableLayoutPanel11.Controls.Add(this.label8, 3, 0);
            this.tableLayoutPanel11.Controls.Add(this.label7, 1, 0);
            this.tableLayoutPanel11.Controls.Add(this.label6, 2, 0);
            this.tableLayoutPanel11.Controls.Add(this.label5, 0, 0);
            this.tableLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 53);
            this.tableLayoutPanel11.Name = "tableLayoutPanel11";
            this.tableLayoutPanel11.RowCount = 1;
            this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel11.Size = new System.Drawing.Size(730, 44);
            this.tableLayoutPanel11.TabIndex = 1;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.label10.ForeColor = System.Drawing.Color.Black;
            this.label10.Location = new System.Drawing.Point(621, 3);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(103, 38);
            this.label10.TabIndex = 5;
            this.label10.Text = "15861524316";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.label9.ForeColor = System.Drawing.Color.Black;
            this.label9.Location = new System.Drawing.Point(525, 3);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(87, 38);
            this.label9.TabIndex = 4;
            this.label9.Text = "电话号码";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.label8.ForeColor = System.Drawing.Color.Black;
            this.label8.Location = new System.Drawing.Point(430, 3);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(86, 38);
            this.label8.TabIndex = 3;
            this.label8.Text = "2000 143";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.label7.ForeColor = System.Drawing.Color.Black;
            this.label7.Location = new System.Drawing.Point(80, 3);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(245, 38);
            this.label7.TabIndex = 2;
            this.label7.Text = "慈溪市观海卫镇新泽村经济合作社";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.label6.ForeColor = System.Drawing.Color.Black;
            this.label6.Location = new System.Drawing.Point(334, 3);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(87, 38);
            this.label6.TabIndex = 1;
            this.label6.Text = "区页码";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.label5.ForeColor = System.Drawing.Color.Black;
            this.label5.Location = new System.Drawing.Point(6, 3);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 38);
            this.label5.TabIndex = 0;
            this.label5.Text = "户名";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // gridControl_1_1
            // 
            this.gridControl_1_1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_1_1.Font = new System.Drawing.Font("Tahoma", 9F);
            this.gridControl_1_1.Location = new System.Drawing.Point(3, 103);
            this.gridControl_1_1.MainView = this.gridView2;
            this.gridControl_1_1.MenuManager = this.ribbonControl;
            this.gridControl_1_1.Name = "gridControl_1_1";
            this.gridControl_1_1.Size = new System.Drawing.Size(730, 212);
            this.gridControl_1_1.TabIndex = 2;
            this.gridControl_1_1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView2});
            // 
            // gridView2
            // 
            this.gridView2.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.gridView2.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView2.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView2.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView2.Appearance.Row.Font = new System.Drawing.Font("宋体", 10F);
            this.gridView2.Appearance.Row.Options.UseFont = true;
            this.gridView2.Appearance.Row.Options.UseTextOptions = true;
            this.gridView2.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColumn2,
            this.gridColumn3,
            this.gridColumn4,
            this.gridColumn5,
            this.gridColumn6});
            this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.gridView2.GridControl = this.gridControl_1_1;
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsBehavior.Editable = false;
            this.gridView2.OptionsBehavior.ReadOnly = true;
            this.gridView2.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "表号";
            this.gridColumn1.FieldName = "MID";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            // 
            // gridColumn2
            // 
            this.gridColumn2.Caption = "电表编码";
            this.gridColumn2.FieldName = "MName";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 1;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "本期示数";
            this.gridColumn3.FieldName = "PresentShown";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 2;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "上期示数";
            this.gridColumn4.FieldName = "PreviousShown";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 3;
            // 
            // gridColumn5
            // 
            this.gridColumn5.Caption = "倍率";
            this.gridColumn5.FieldName = "Rate";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 4;
            // 
            // gridColumn6
            // 
            this.gridColumn6.Caption = "电量(kW.h)";
            this.gridColumn6.FieldName = "WPP";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 5;
            // 
            // tableLayoutPanel12
            // 
            this.tableLayoutPanel12.ColumnCount = 1;
            this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel12.Controls.Add(this.gridControl_1_3, 0, 1);
            this.tableLayoutPanel12.Controls.Add(this.gridControl_1_2, 0, 0);
            this.tableLayoutPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 321);
            this.tableLayoutPanel12.Name = "tableLayoutPanel12";
            this.tableLayoutPanel12.RowCount = 2;
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel12.Size = new System.Drawing.Size(730, 94);
            this.tableLayoutPanel12.TabIndex = 3;
            // 
            // gridControl_1_3
            // 
            this.gridControl_1_3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_1_3.Location = new System.Drawing.Point(3, 50);
            this.gridControl_1_3.MainView = this.gridView4;
            this.gridControl_1_3.MenuManager = this.ribbonControl;
            this.gridControl_1_3.Name = "gridControl_1_3";
            this.gridControl_1_3.Size = new System.Drawing.Size(724, 41);
            this.gridControl_1_3.TabIndex = 1;
            this.gridControl_1_3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView4});
            // 
            // gridView4
            // 
            this.gridView4.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.gridView4.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView4.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView4.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView4.Appearance.Row.Font = new System.Drawing.Font("宋体", 10F);
            this.gridView4.Appearance.Row.Options.UseFont = true;
            this.gridView4.Appearance.Row.Options.UseTextOptions = true;
            this.gridView4.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn16,
            this.gridColumn17,
            this.gridColumn18,
            this.gridColumn19,
            this.gridColumn20,
            this.gridColumn21,
            this.gridColumn22,
            this.gridColumn23,
            this.gridColumn24});
            this.gridView4.GridControl = this.gridControl_1_3;
            this.gridView4.Name = "gridView4";
            this.gridView4.OptionsBehavior.Editable = false;
            this.gridView4.OptionsBehavior.ReadOnly = true;
            this.gridView4.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn16
            // 
            this.gridColumn16.Caption = "受电容量";
            this.gridColumn16.FieldName = "Capacity";
            this.gridColumn16.Name = "gridColumn16";
            this.gridColumn16.Visible = true;
            this.gridColumn16.VisibleIndex = 0;
            // 
            // gridColumn17
            // 
            this.gridColumn17.Caption = "核定需量";
            this.gridColumn17.FieldName = "Need";
            this.gridColumn17.Name = "gridColumn17";
            this.gridColumn17.Visible = true;
            this.gridColumn17.VisibleIndex = 1;
            // 
            // gridColumn18
            // 
            this.gridColumn18.Caption = "需量示数";
            this.gridColumn18.FieldName = "Shown";
            this.gridColumn18.Name = "gridColumn18";
            this.gridColumn18.Visible = true;
            this.gridColumn18.VisibleIndex = 2;
            // 
            // gridColumn19
            // 
            this.gridColumn19.Caption = "实际需量";
            this.gridColumn19.FieldName = "NeedInReal";
            this.gridColumn19.Name = "gridColumn19";
            this.gridColumn19.Visible = true;
            this.gridColumn19.VisibleIndex = 3;
            // 
            // gridColumn20
            // 
            this.gridColumn20.Caption = "超核需量";
            this.gridColumn20.FieldName = "NeedExceed";
            this.gridColumn20.Name = "gridColumn20";
            this.gridColumn20.Visible = true;
            this.gridColumn20.VisibleIndex = 4;
            // 
            // gridColumn21
            // 
            this.gridColumn21.Caption = "暂停容量";
            this.gridColumn21.FieldName = "CapacityPause";
            this.gridColumn21.Name = "gridColumn21";
            this.gridColumn21.Visible = true;
            this.gridColumn21.VisibleIndex = 5;
            // 
            // gridColumn22
            // 
            this.gridColumn22.Caption = "暂停天数";
            this.gridColumn22.FieldName = "DaysPause";
            this.gridColumn22.Name = "gridColumn22";
            this.gridColumn22.Visible = true;
            this.gridColumn22.VisibleIndex = 6;
            // 
            // gridColumn23
            // 
            this.gridColumn23.Caption = "退补电费";
            this.gridColumn23.FieldName = "Compensate";
            this.gridColumn23.Name = "gridColumn23";
            this.gridColumn23.Visible = true;
            this.gridColumn23.VisibleIndex = 7;
            // 
            // gridColumn24
            // 
            this.gridColumn24.Caption = "预收电费";
            this.gridColumn24.FieldName = "Advanced";
            this.gridColumn24.Name = "gridColumn24";
            this.gridColumn24.Visible = true;
            this.gridColumn24.VisibleIndex = 8;
            // 
            // gridControl_1_2
            // 
            this.gridControl_1_2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_1_2.Location = new System.Drawing.Point(3, 3);
            this.gridControl_1_2.MainView = this.gridView3;
            this.gridControl_1_2.MenuManager = this.ribbonControl;
            this.gridControl_1_2.Name = "gridControl_1_2";
            this.gridControl_1_2.Size = new System.Drawing.Size(724, 41);
            this.gridControl_1_2.TabIndex = 0;
            this.gridControl_1_2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView3});
            // 
            // gridView3
            // 
            this.gridView3.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.gridView3.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView3.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView3.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView3.Appearance.Row.Font = new System.Drawing.Font("宋体", 10F);
            this.gridView3.Appearance.Row.Options.UseFont = true;
            this.gridView3.Appearance.Row.Options.UseTextOptions = true;
            this.gridView3.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn7,
            this.gridColumn8,
            this.gridColumn9,
            this.gridColumn10,
            this.gridColumn11,
            this.gridColumn12,
            this.gridColumn13,
            this.gridColumn14,
            this.gridColumn15});
            this.gridView3.GridControl = this.gridControl_1_2;
            this.gridView3.Name = "gridView3";
            this.gridView3.OptionsBehavior.Editable = false;
            this.gridView3.OptionsBehavior.ReadOnly = true;
            this.gridView3.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "有功铜损";
            this.gridColumn7.FieldName = "PCu";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 0;
            // 
            // gridColumn8
            // 
            this.gridColumn8.Caption = "有功铁损";
            this.gridColumn8.FieldName = "PFe";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 1;
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = "有功合计";
            this.gridColumn9.FieldName = "PTotal";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 2;
            // 
            // gridColumn10
            // 
            this.gridColumn10.Caption = "无功铜损";
            this.gridColumn10.FieldName = "QCu";
            this.gridColumn10.Name = "gridColumn10";
            this.gridColumn10.Visible = true;
            this.gridColumn10.VisibleIndex = 3;
            // 
            // gridColumn11
            // 
            this.gridColumn11.Caption = "无功铁损";
            this.gridColumn11.FieldName = "QFe";
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.Visible = true;
            this.gridColumn11.VisibleIndex = 4;
            // 
            // gridColumn12
            // 
            this.gridColumn12.Caption = "无功合计";
            this.gridColumn12.FieldName = "QTotal";
            this.gridColumn12.Name = "gridColumn12";
            this.gridColumn12.Visible = true;
            this.gridColumn12.VisibleIndex = 5;
            // 
            // gridColumn13
            // 
            this.gridColumn13.Caption = "高峰电量";
            this.gridColumn13.FieldName = "Spike";
            this.gridColumn13.Name = "gridColumn13";
            this.gridColumn13.Visible = true;
            this.gridColumn13.VisibleIndex = 6;
            // 
            // gridColumn14
            // 
            this.gridColumn14.Caption = "低谷电量";
            this.gridColumn14.FieldName = "Valley";
            this.gridColumn14.Name = "gridColumn14";
            this.gridColumn14.Visible = true;
            this.gridColumn14.VisibleIndex = 7;
            // 
            // gridColumn15
            // 
            this.gridColumn15.Caption = "尖峰电量";
            this.gridColumn15.FieldName = "Peak";
            this.gridColumn15.Name = "gridColumn15";
            this.gridColumn15.Visible = true;
            this.gridColumn15.VisibleIndex = 8;
            // 
            // gridControl_1_4
            // 
            this.gridControl_1_4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_1_4.Location = new System.Drawing.Point(3, 421);
            this.gridControl_1_4.MainView = this.gridView5;
            this.gridControl_1_4.MenuManager = this.ribbonControl;
            this.gridControl_1_4.Name = "gridControl_1_4";
            this.gridControl_1_4.Size = new System.Drawing.Size(730, 212);
            this.gridControl_1_4.TabIndex = 4;
            this.gridControl_1_4.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView5});
            // 
            // gridView5
            // 
            this.gridView5.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.gridView5.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView5.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView5.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView5.Appearance.Row.Font = new System.Drawing.Font("宋体", 10F);
            this.gridView5.Appearance.Row.Options.UseFont = true;
            this.gridView5.Appearance.Row.Options.UseTextOptions = true;
            this.gridView5.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView5.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn25,
            this.gridColumn26,
            this.gridColumn27,
            this.gridColumn28,
            this.gridColumn29,
            this.gridColumn30,
            this.gridColumn31});
            this.gridView5.GridControl = this.gridControl_1_4;
            this.gridView5.Name = "gridView5";
            this.gridView5.OptionsBehavior.Editable = false;
            this.gridView5.OptionsBehavior.ReadOnly = true;
            this.gridView5.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn25
            // 
            this.gridColumn25.Caption = "计费项目";
            this.gridColumn25.FieldName = "Items";
            this.gridColumn25.Name = "gridColumn25";
            this.gridColumn25.Visible = true;
            this.gridColumn25.VisibleIndex = 0;
            // 
            // gridColumn26
            // 
            this.gridColumn26.Caption = "计费数量";
            this.gridColumn26.FieldName = "Quantity";
            this.gridColumn26.Name = "gridColumn26";
            this.gridColumn26.Visible = true;
            this.gridColumn26.VisibleIndex = 1;
            // 
            // gridColumn27
            // 
            this.gridColumn27.Caption = "定量比";
            this.gridColumn27.FieldName = "Rate";
            this.gridColumn27.Name = "gridColumn27";
            this.gridColumn27.Visible = true;
            this.gridColumn27.VisibleIndex = 2;
            // 
            // gridColumn28
            // 
            this.gridColumn28.Caption = "单位";
            this.gridColumn28.FieldName = "Unit";
            this.gridColumn28.Name = "gridColumn28";
            this.gridColumn28.Visible = true;
            this.gridColumn28.VisibleIndex = 3;
            // 
            // gridColumn29
            // 
            this.gridColumn29.Caption = "单价";
            this.gridColumn29.FieldName = "Price";
            this.gridColumn29.Name = "gridColumn29";
            this.gridColumn29.Visible = true;
            this.gridColumn29.VisibleIndex = 4;
            // 
            // gridColumn30
            // 
            this.gridColumn30.Caption = "金额";
            this.gridColumn30.FieldName = "Total";
            this.gridColumn30.Name = "gridColumn30";
            this.gridColumn30.Visible = true;
            this.gridColumn30.VisibleIndex = 5;
            // 
            // gridColumn31
            // 
            this.gridColumn31.Caption = "备注";
            this.gridColumn31.FieldName = "Remarks";
            this.gridColumn31.Name = "gridColumn31";
            this.gridColumn31.Visible = true;
            this.gridColumn31.VisibleIndex = 6;
            // 
            // xtraTabPage10
            // 
            this.xtraTabPage10.Controls.Add(this.tableLayoutPanel13);
            this.xtraTabPage10.Name = "xtraTabPage10";
            this.xtraTabPage10.Size = new System.Drawing.Size(736, 636);
            this.xtraTabPage10.Text = "报表";
            // 
            // tableLayoutPanel13
            // 
            this.tableLayoutPanel13.ColumnCount = 1;
            this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel13.Controls.Add(this.standaloneBarDockControl1, 0, 0);
            this.tableLayoutPanel13.Controls.Add(this.documentViewer1, 0, 1);
            this.tableLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel13.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel13.Name = "tableLayoutPanel13";
            this.tableLayoutPanel13.RowCount = 2;
            this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel13.Size = new System.Drawing.Size(736, 636);
            this.tableLayoutPanel13.TabIndex = 2;
            // 
            // xtraTabPage8
            // 
            this.xtraTabPage8.Controls.Add(this.tableLayoutPanel8);
            this.xtraTabPage8.Name = "xtraTabPage8";
            this.xtraTabPage8.Size = new System.Drawing.Size(744, 668);
            this.xtraTabPage8.Text = "第二阶段";
            // 
            // tableLayoutPanel8
            // 
            this.tableLayoutPanel8.ColumnCount = 1;
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel8.Controls.Add(this.xtraTabControl6, 0, 0);
            this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel8.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel8.Name = "tableLayoutPanel8";
            this.tableLayoutPanel8.RowCount = 1;
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel8.Size = new System.Drawing.Size(744, 668);
            this.tableLayoutPanel8.TabIndex = 0;
            // 
            // xtraTabControl6
            // 
            this.xtraTabControl6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl6.Location = new System.Drawing.Point(3, 3);
            this.xtraTabControl6.Name = "xtraTabControl6";
            this.xtraTabControl6.SelectedTabPage = this.xtraTabPage11;
            this.xtraTabControl6.Size = new System.Drawing.Size(738, 662);
            this.xtraTabControl6.TabIndex = 1;
            this.xtraTabControl6.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage11,
            this.xtraTabPage12});
            // 
            // xtraTabPage11
            // 
            this.xtraTabPage11.Controls.Add(this.tableLayoutPanel14);
            this.xtraTabPage11.Name = "xtraTabPage11";
            this.xtraTabPage11.Size = new System.Drawing.Size(736, 636);
            this.xtraTabPage11.Text = "数据";
            // 
            // tableLayoutPanel14
            // 
            this.tableLayoutPanel14.ColumnCount = 1;
            this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel14.Controls.Add(this.tableLayoutPanel15, 0, 0);
            this.tableLayoutPanel14.Controls.Add(this.tableLayoutPanel16, 0, 1);
            this.tableLayoutPanel14.Controls.Add(this.gridControl_2_1, 0, 2);
            this.tableLayoutPanel14.Controls.Add(this.tableLayoutPanel17, 0, 3);
            this.tableLayoutPanel14.Controls.Add(this.gridControl_2_4, 0, 4);
            this.tableLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel14.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel14.Name = "tableLayoutPanel14";
            this.tableLayoutPanel14.RowCount = 5;
            this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
            this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel14.Size = new System.Drawing.Size(736, 636);
            this.tableLayoutPanel14.TabIndex = 0;
            // 
            // tableLayoutPanel15
            // 
            this.tableLayoutPanel15.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetDouble;
            this.tableLayoutPanel15.ColumnCount = 4;
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
            this.tableLayoutPanel15.Controls.Add(this.label11, 0, 0);
            this.tableLayoutPanel15.Controls.Add(this.label12, 2, 0);
            this.tableLayoutPanel15.Controls.Add(this.label13, 1, 0);
            this.tableLayoutPanel15.Controls.Add(this.label14, 3, 0);
            this.tableLayoutPanel15.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel15.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel15.Name = "tableLayoutPanel15";
            this.tableLayoutPanel15.RowCount = 1;
            this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel15.Size = new System.Drawing.Size(730, 44);
            this.tableLayoutPanel15.TabIndex = 0;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label11.ForeColor = System.Drawing.Color.Black;
            this.label11.Location = new System.Drawing.Point(6, 3);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(101, 38);
            this.label11.TabIndex = 0;
            this.label11.Text = "户号";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label12.ForeColor = System.Drawing.Color.Black;
            this.label12.Location = new System.Drawing.Point(369, 3);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(101, 38);
            this.label12.TabIndex = 1;
            this.label12.Text = "地址";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label13.ForeColor = System.Drawing.Color.Black;
            this.label13.Location = new System.Drawing.Point(116, 3);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(244, 38);
            this.label13.TabIndex = 2;
            this.label13.Text = "53535322";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label14.ForeColor = System.Drawing.Color.Black;
            this.label14.Location = new System.Drawing.Point(479, 3);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(245, 38);
            this.label14.TabIndex = 3;
            this.label14.Text = "浙江省宁波市慈溪市观海卫镇泽山居委会";
            this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tableLayoutPanel16
            // 
            this.tableLayoutPanel16.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetDouble;
            this.tableLayoutPanel16.ColumnCount = 6;
            this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
            this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
            this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
            this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
            this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
            this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
            this.tableLayoutPanel16.Controls.Add(this.label15, 5, 0);
            this.tableLayoutPanel16.Controls.Add(this.label16, 4, 0);
            this.tableLayoutPanel16.Controls.Add(this.label17, 3, 0);
            this.tableLayoutPanel16.Controls.Add(this.label18, 1, 0);
            this.tableLayoutPanel16.Controls.Add(this.label19, 2, 0);
            this.tableLayoutPanel16.Controls.Add(this.label20, 0, 0);
            this.tableLayoutPanel16.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel16.Location = new System.Drawing.Point(3, 53);
            this.tableLayoutPanel16.Name = "tableLayoutPanel16";
            this.tableLayoutPanel16.RowCount = 1;
            this.tableLayoutPanel16.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 47.72727F));
            this.tableLayoutPanel16.Size = new System.Drawing.Size(730, 44);
            this.tableLayoutPanel16.TabIndex = 1;
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label15.ForeColor = System.Drawing.Color.Black;
            this.label15.Location = new System.Drawing.Point(621, 3);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(103, 38);
            this.label15.TabIndex = 5;
            this.label15.Text = "15861524316";
            this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label16.ForeColor = System.Drawing.Color.Black;
            this.label16.Location = new System.Drawing.Point(548, 3);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(64, 38);
            this.label16.TabIndex = 4;
            this.label16.Text = "电话号码";
            this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label17.ForeColor = System.Drawing.Color.Black;
            this.label17.Location = new System.Drawing.Point(439, 3);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(100, 38);
            this.label17.TabIndex = 3;
            this.label17.Text = "2000 143";
            this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label18.ForeColor = System.Drawing.Color.Black;
            this.label18.Location = new System.Drawing.Point(115, 3);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(242, 38);
            this.label18.TabIndex = 2;
            this.label18.Text = "慈溪市观海卫镇新泽村经济合作社";
            this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label19.ForeColor = System.Drawing.Color.Black;
            this.label19.Location = new System.Drawing.Point(366, 3);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(64, 38);
            this.label19.TabIndex = 1;
            this.label19.Text = "区页码";
            this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label20.ForeColor = System.Drawing.Color.Black;
            this.label20.Location = new System.Drawing.Point(6, 3);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(100, 38);
            this.label20.TabIndex = 0;
            this.label20.Text = "户名";
            this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // gridControl_2_1
            // 
            this.gridControl_2_1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_2_1.Location = new System.Drawing.Point(3, 103);
            this.gridControl_2_1.MainView = this.gridView6;
            this.gridControl_2_1.MenuManager = this.ribbonControl;
            this.gridControl_2_1.Name = "gridControl_2_1";
            this.gridControl_2_1.Size = new System.Drawing.Size(730, 212);
            this.gridControl_2_1.TabIndex = 2;
            this.gridControl_2_1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView6});
            // 
            // gridView6
            // 
            this.gridView6.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gridView6.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView6.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView6.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView6.Appearance.Row.Options.UseTextOptions = true;
            this.gridView6.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView6.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn32,
            this.gridColumn33,
            this.gridColumn34,
            this.gridColumn35,
            this.gridColumn36,
            this.gridColumn37});
            this.gridView6.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.gridView6.GridControl = this.gridControl_2_1;
            this.gridView6.Name = "gridView6";
            this.gridView6.OptionsBehavior.Editable = false;
            this.gridView6.OptionsBehavior.ReadOnly = true;
            this.gridView6.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn32
            // 
            this.gridColumn32.Caption = "表号";
            this.gridColumn32.FieldName = "MID";
            this.gridColumn32.Name = "gridColumn32";
            this.gridColumn32.Visible = true;
            this.gridColumn32.VisibleIndex = 0;
            // 
            // gridColumn33
            // 
            this.gridColumn33.Caption = "电表编码";
            this.gridColumn33.FieldName = "MName";
            this.gridColumn33.Name = "gridColumn33";
            this.gridColumn33.Visible = true;
            this.gridColumn33.VisibleIndex = 1;
            // 
            // gridColumn34
            // 
            this.gridColumn34.Caption = "本期示数";
            this.gridColumn34.FieldName = "PresentShown";
            this.gridColumn34.Name = "gridColumn34";
            this.gridColumn34.Visible = true;
            this.gridColumn34.VisibleIndex = 2;
            // 
            // gridColumn35
            // 
            this.gridColumn35.Caption = "上期示数";
            this.gridColumn35.FieldName = "PreviousShown";
            this.gridColumn35.Name = "gridColumn35";
            this.gridColumn35.Visible = true;
            this.gridColumn35.VisibleIndex = 3;
            // 
            // gridColumn36
            // 
            this.gridColumn36.Caption = "倍率";
            this.gridColumn36.FieldName = "Rate";
            this.gridColumn36.Name = "gridColumn36";
            this.gridColumn36.Visible = true;
            this.gridColumn36.VisibleIndex = 4;
            // 
            // gridColumn37
            // 
            this.gridColumn37.Caption = "电量(kW.h)";
            this.gridColumn37.FieldName = "WPP";
            this.gridColumn37.Name = "gridColumn37";
            this.gridColumn37.Visible = true;
            this.gridColumn37.VisibleIndex = 5;
            // 
            // tableLayoutPanel17
            // 
            this.tableLayoutPanel17.ColumnCount = 1;
            this.tableLayoutPanel17.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel17.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel17.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel17.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel17.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel17.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel17.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel17.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel17.Controls.Add(this.gridControl_2_3, 0, 1);
            this.tableLayoutPanel17.Controls.Add(this.gridControl_2_2, 0, 0);
            this.tableLayoutPanel17.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel17.Location = new System.Drawing.Point(3, 321);
            this.tableLayoutPanel17.Name = "tableLayoutPanel17";
            this.tableLayoutPanel17.RowCount = 2;
            this.tableLayoutPanel17.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel17.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel17.Size = new System.Drawing.Size(730, 94);
            this.tableLayoutPanel17.TabIndex = 3;
            // 
            // gridControl_2_3
            // 
            this.gridControl_2_3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_2_3.Location = new System.Drawing.Point(3, 50);
            this.gridControl_2_3.MainView = this.gridView7;
            this.gridControl_2_3.MenuManager = this.ribbonControl;
            this.gridControl_2_3.Name = "gridControl_2_3";
            this.gridControl_2_3.Size = new System.Drawing.Size(724, 41);
            this.gridControl_2_3.TabIndex = 1;
            this.gridControl_2_3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView7});
            // 
            // gridView7
            // 
            this.gridView7.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gridView7.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView7.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView7.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView7.Appearance.Row.Options.UseTextOptions = true;
            this.gridView7.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView7.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn38,
            this.gridColumn39,
            this.gridColumn40,
            this.gridColumn41,
            this.gridColumn42,
            this.gridColumn43,
            this.gridColumn44,
            this.gridColumn45,
            this.gridColumn46});
            this.gridView7.GridControl = this.gridControl_2_3;
            this.gridView7.Name = "gridView7";
            this.gridView7.OptionsBehavior.Editable = false;
            this.gridView7.OptionsBehavior.ReadOnly = true;
            this.gridView7.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn38
            // 
            this.gridColumn38.Caption = "受电容量";
            this.gridColumn38.FieldName = "Capacity";
            this.gridColumn38.Name = "gridColumn38";
            this.gridColumn38.Visible = true;
            this.gridColumn38.VisibleIndex = 0;
            // 
            // gridColumn39
            // 
            this.gridColumn39.Caption = "核定需量";
            this.gridColumn39.FieldName = "Need";
            this.gridColumn39.Name = "gridColumn39";
            this.gridColumn39.Visible = true;
            this.gridColumn39.VisibleIndex = 1;
            // 
            // gridColumn40
            // 
            this.gridColumn40.Caption = "需量示数";
            this.gridColumn40.FieldName = "Shown";
            this.gridColumn40.Name = "gridColumn40";
            this.gridColumn40.Visible = true;
            this.gridColumn40.VisibleIndex = 2;
            // 
            // gridColumn41
            // 
            this.gridColumn41.Caption = "实际需量";
            this.gridColumn41.FieldName = "NeedInReal";
            this.gridColumn41.Name = "gridColumn41";
            this.gridColumn41.Visible = true;
            this.gridColumn41.VisibleIndex = 3;
            // 
            // gridColumn42
            // 
            this.gridColumn42.Caption = "超核需量";
            this.gridColumn42.FieldName = "NeedExceed";
            this.gridColumn42.Name = "gridColumn42";
            this.gridColumn42.Visible = true;
            this.gridColumn42.VisibleIndex = 4;
            // 
            // gridColumn43
            // 
            this.gridColumn43.Caption = "暂停容量";
            this.gridColumn43.FieldName = "CapacityPause";
            this.gridColumn43.Name = "gridColumn43";
            this.gridColumn43.Visible = true;
            this.gridColumn43.VisibleIndex = 5;
            // 
            // gridColumn44
            // 
            this.gridColumn44.Caption = "暂停天数";
            this.gridColumn44.FieldName = "DaysPause";
            this.gridColumn44.Name = "gridColumn44";
            this.gridColumn44.Visible = true;
            this.gridColumn44.VisibleIndex = 6;
            // 
            // gridColumn45
            // 
            this.gridColumn45.Caption = "退补电费";
            this.gridColumn45.FieldName = "Compensate";
            this.gridColumn45.Name = "gridColumn45";
            this.gridColumn45.Visible = true;
            this.gridColumn45.VisibleIndex = 7;
            // 
            // gridColumn46
            // 
            this.gridColumn46.Caption = "预收电费";
            this.gridColumn46.FieldName = "Advanced";
            this.gridColumn46.Name = "gridColumn46";
            this.gridColumn46.Visible = true;
            this.gridColumn46.VisibleIndex = 8;
            // 
            // gridControl_2_2
            // 
            this.gridControl_2_2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_2_2.Location = new System.Drawing.Point(3, 3);
            this.gridControl_2_2.MainView = this.gridView8;
            this.gridControl_2_2.MenuManager = this.ribbonControl;
            this.gridControl_2_2.Name = "gridControl_2_2";
            this.gridControl_2_2.Size = new System.Drawing.Size(724, 41);
            this.gridControl_2_2.TabIndex = 0;
            this.gridControl_2_2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView8});
            // 
            // gridView8
            // 
            this.gridView8.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gridView8.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView8.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView8.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView8.Appearance.Row.Options.UseTextOptions = true;
            this.gridView8.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView8.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn47,
            this.gridColumn48,
            this.gridColumn49,
            this.gridColumn50,
            this.gridColumn51,
            this.gridColumn52,
            this.gridColumn53,
            this.gridColumn54,
            this.gridColumn55});
            this.gridView8.GridControl = this.gridControl_2_2;
            this.gridView8.Name = "gridView8";
            this.gridView8.OptionsBehavior.Editable = false;
            this.gridView8.OptionsBehavior.ReadOnly = true;
            this.gridView8.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn47
            // 
            this.gridColumn47.Caption = "有功铜损";
            this.gridColumn47.FieldName = "PCu";
            this.gridColumn47.Name = "gridColumn47";
            this.gridColumn47.Visible = true;
            this.gridColumn47.VisibleIndex = 0;
            // 
            // gridColumn48
            // 
            this.gridColumn48.Caption = "有功铁损";
            this.gridColumn48.FieldName = "PFe";
            this.gridColumn48.Name = "gridColumn48";
            this.gridColumn48.Visible = true;
            this.gridColumn48.VisibleIndex = 1;
            // 
            // gridColumn49
            // 
            this.gridColumn49.Caption = "有功合计";
            this.gridColumn49.FieldName = "PTotal";
            this.gridColumn49.Name = "gridColumn49";
            this.gridColumn49.Visible = true;
            this.gridColumn49.VisibleIndex = 2;
            // 
            // gridColumn50
            // 
            this.gridColumn50.Caption = "无功铜损";
            this.gridColumn50.FieldName = "QCu";
            this.gridColumn50.Name = "gridColumn50";
            this.gridColumn50.Visible = true;
            this.gridColumn50.VisibleIndex = 3;
            // 
            // gridColumn51
            // 
            this.gridColumn51.Caption = "无功铁损";
            this.gridColumn51.FieldName = "QFe";
            this.gridColumn51.Name = "gridColumn51";
            this.gridColumn51.Visible = true;
            this.gridColumn51.VisibleIndex = 4;
            // 
            // gridColumn52
            // 
            this.gridColumn52.Caption = "无功合计";
            this.gridColumn52.FieldName = "QTotal";
            this.gridColumn52.Name = "gridColumn52";
            this.gridColumn52.Visible = true;
            this.gridColumn52.VisibleIndex = 5;
            // 
            // gridColumn53
            // 
            this.gridColumn53.Caption = "高峰电量";
            this.gridColumn53.FieldName = "Spike";
            this.gridColumn53.Name = "gridColumn53";
            this.gridColumn53.Visible = true;
            this.gridColumn53.VisibleIndex = 6;
            // 
            // gridColumn54
            // 
            this.gridColumn54.Caption = "低谷电量";
            this.gridColumn54.FieldName = "Valley";
            this.gridColumn54.Name = "gridColumn54";
            this.gridColumn54.Visible = true;
            this.gridColumn54.VisibleIndex = 7;
            // 
            // gridColumn55
            // 
            this.gridColumn55.Caption = "尖峰电量";
            this.gridColumn55.FieldName = "Peak";
            this.gridColumn55.Name = "gridColumn55";
            this.gridColumn55.Visible = true;
            this.gridColumn55.VisibleIndex = 8;
            // 
            // gridControl_2_4
            // 
            this.gridControl_2_4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_2_4.Location = new System.Drawing.Point(3, 421);
            this.gridControl_2_4.MainView = this.gridView9;
            this.gridControl_2_4.MenuManager = this.ribbonControl;
            this.gridControl_2_4.Name = "gridControl_2_4";
            this.gridControl_2_4.Size = new System.Drawing.Size(730, 212);
            this.gridControl_2_4.TabIndex = 4;
            this.gridControl_2_4.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView9});
            // 
            // gridView9
            // 
            this.gridView9.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gridView9.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView9.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView9.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView9.Appearance.Row.Options.UseTextOptions = true;
            this.gridView9.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView9.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn56,
            this.gridColumn57,
            this.gridColumn58,
            this.gridColumn59,
            this.gridColumn60,
            this.gridColumn61,
            this.gridColumn62});
            this.gridView9.GridControl = this.gridControl_2_4;
            this.gridView9.Name = "gridView9";
            this.gridView9.OptionsBehavior.Editable = false;
            this.gridView9.OptionsBehavior.ReadOnly = true;
            this.gridView9.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn56
            // 
            this.gridColumn56.Caption = "计费项目";
            this.gridColumn56.FieldName = "Items";
            this.gridColumn56.Name = "gridColumn56";
            this.gridColumn56.Visible = true;
            this.gridColumn56.VisibleIndex = 0;
            // 
            // gridColumn57
            // 
            this.gridColumn57.Caption = "计费数量";
            this.gridColumn57.FieldName = "Quantity";
            this.gridColumn57.Name = "gridColumn57";
            this.gridColumn57.Visible = true;
            this.gridColumn57.VisibleIndex = 1;
            // 
            // gridColumn58
            // 
            this.gridColumn58.Caption = "定量比";
            this.gridColumn58.FieldName = "Rate";
            this.gridColumn58.Name = "gridColumn58";
            this.gridColumn58.Visible = true;
            this.gridColumn58.VisibleIndex = 2;
            // 
            // gridColumn59
            // 
            this.gridColumn59.Caption = "单位";
            this.gridColumn59.FieldName = "Unit";
            this.gridColumn59.Name = "gridColumn59";
            this.gridColumn59.Visible = true;
            this.gridColumn59.VisibleIndex = 3;
            // 
            // gridColumn60
            // 
            this.gridColumn60.Caption = "单价";
            this.gridColumn60.FieldName = "Price";
            this.gridColumn60.Name = "gridColumn60";
            this.gridColumn60.Visible = true;
            this.gridColumn60.VisibleIndex = 4;
            // 
            // gridColumn61
            // 
            this.gridColumn61.Caption = "金额";
            this.gridColumn61.FieldName = "Total";
            this.gridColumn61.Name = "gridColumn61";
            this.gridColumn61.Visible = true;
            this.gridColumn61.VisibleIndex = 5;
            // 
            // gridColumn62
            // 
            this.gridColumn62.Caption = "备注";
            this.gridColumn62.FieldName = "Remarks";
            this.gridColumn62.Name = "gridColumn62";
            this.gridColumn62.Visible = true;
            this.gridColumn62.VisibleIndex = 6;
            // 
            // xtraTabPage12
            // 
            this.xtraTabPage12.Controls.Add(this.tableLayoutPanel18);
            this.xtraTabPage12.Name = "xtraTabPage12";
            this.xtraTabPage12.Size = new System.Drawing.Size(736, 636);
            this.xtraTabPage12.Text = "报表";
            // 
            // tableLayoutPanel18
            // 
            this.tableLayoutPanel18.ColumnCount = 1;
            this.tableLayoutPanel18.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel18.Controls.Add(this.standaloneBarDockControl2, 0, 0);
            this.tableLayoutPanel18.Controls.Add(this.documentViewer2, 0, 1);
            this.tableLayoutPanel18.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel18.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel18.Name = "tableLayoutPanel18";
            this.tableLayoutPanel18.RowCount = 2;
            this.tableLayoutPanel18.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel18.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel18.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel18.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel18.Size = new System.Drawing.Size(736, 636);
            this.tableLayoutPanel18.TabIndex = 2;
            // 
            // documentViewer2
            // 
            this.documentViewer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.documentViewer2.DocumentSource = typeof(AracheTest.Reports.XtraReport2);
            this.documentViewer2.IsMetric = true;
            this.documentViewer2.Location = new System.Drawing.Point(3, 33);
            this.documentViewer2.Name = "documentViewer2";
            this.documentViewer2.ShowPageMargins = false;
            this.documentViewer2.Size = new System.Drawing.Size(730, 600);
            this.documentViewer2.TabIndex = 1;
            // 
            // xtraTabControlBasicInfo
            // 
            this.xtraTabControlBasicInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControlBasicInfo.Location = new System.Drawing.Point(0, 129);
            this.xtraTabControlBasicInfo.Name = "xtraTabControlBasicInfo";
            this.xtraTabControlBasicInfo.SelectedTabPage = this.xtraTabPageBasicInfo;
            this.xtraTabControlBasicInfo.Size = new System.Drawing.Size(1298, 702);
            this.xtraTabControlBasicInfo.TabIndex = 0;
            this.xtraTabControlBasicInfo.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPageBasicInfo,
            this.xtraTabPageCharge,
            this.xtraTabPageStatic});
            // 
            // xtraTabPageBasicInfo
            // 
            this.xtraTabPageBasicInfo.Controls.Add(this.tableLayoutPanel1);
            this.xtraTabPageBasicInfo.Name = "xtraTabPageBasicInfo";
            this.xtraTabPageBasicInfo.Size = new System.Drawing.Size(1296, 676);
            this.xtraTabPageBasicInfo.Text = "基础电参量";
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33332F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.xtraTabControl1, 0, 1);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 4;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 61.05919F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 38.94081F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1296, 676);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel2.Controls.Add(this.labelControl1, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.propertyGridRealtime, 0, 1);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 2;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(425, 382);
            this.tableLayoutPanel2.TabIndex = 5;
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelControl1.LineLocation = DevExpress.XtraEditors.LineLocation.Center;
            this.labelControl1.Location = new System.Drawing.Point(20, 8);
            this.labelControl1.Margin = new System.Windows.Forms.Padding(20, 8, 8, 8);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(100, 24);
            this.labelControl1.TabIndex = 7;
            this.labelControl1.Text = "实时数据";
            // 
            // propertyGridRealtime
            // 
            this.propertyGridRealtime.Cursor = System.Windows.Forms.Cursors.SizeNS;
            this.propertyGridRealtime.Dock = System.Windows.Forms.DockStyle.Fill;
            this.propertyGridRealtime.Location = new System.Drawing.Point(3, 43);
            this.propertyGridRealtime.Name = "propertyGridRealtime";
            this.propertyGridRealtime.OptionsBehavior.Editable = false;
            this.propertyGridRealtime.OptionsBehavior.PropertySort = DevExpress.XtraVerticalGrid.PropertySort.NoSort;
            this.propertyGridRealtime.OptionsView.ShowEmptyRowImage = true;
            this.propertyGridRealtime.Rows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
            this.categoryCurrentNode});
            this.propertyGridRealtime.ShowButtonMode = DevExpress.XtraVerticalGrid.ShowButtonModeEnum.ShowForFocusedRow;
            this.propertyGridRealtime.Size = new System.Drawing.Size(419, 336);
            this.propertyGridRealtime.TabIndex = 8;
            // 
            // categoryCurrentNode
            // 
            this.categoryCurrentNode.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
            this.category,
            this.category1,
            this.category2,
            this.category4,
            this.category5,
            this.category6,
            this.category3});
            this.categoryCurrentNode.Name = "categoryCurrentNode";
            this.categoryCurrentNode.Properties.Caption = "当前线路";
            this.categoryCurrentNode.TabStop = true;
            // 
            // category
            // 
            this.category.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
            this.row1,
            this.row,
            this.row2,
            this.row3,
            this.row4,
            this.row5});
            this.category.Height = 18;
            this.category.Name = "category";
            this.category.Properties.Caption = "A相";
            // 
            // row1
            // 
            this.row1.Name = "row1";
            this.row1.Properties.Caption = "电流";
            this.row1.Properties.FieldName = "IA";
            this.row1.Properties.ReadOnly = false;
            // 
            // row
            // 
            this.row.Name = "row";
            this.row.Properties.Caption = "电压";
            this.row.Properties.FieldName = "UA";
            this.row.Properties.ReadOnly = false;
            // 
            // row2
            // 
            this.row2.Name = "row2";
            this.row2.Properties.Caption = "有功功率";
            this.row2.Properties.FieldName = "PA";
            this.row2.Properties.ReadOnly = false;
            // 
            // row3
            // 
            this.row3.Name = "row3";
            this.row3.Properties.Caption = "无功功率";
            this.row3.Properties.FieldName = "QA";
            this.row3.Properties.ReadOnly = false;
            // 
            // row4
            // 
            this.row4.Name = "row4";
            this.row4.Properties.Caption = "视在功率";
            this.row4.Properties.FieldName = "SA";
            this.row4.Properties.ReadOnly = false;
            // 
            // row5
            // 
            this.row5.Name = "row5";
            this.row5.Properties.Caption = "功率因数";
            this.row5.Properties.FieldName = "PFA";
            this.row5.Properties.ReadOnly = false;
            // 
            // category1
            // 
            this.category1.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
            this.row6,
            this.row7,
            this.row8,
            this.row9,
            this.row10,
            this.row11});
            this.category1.Name = "category1";
            this.category1.Properties.Caption = "B相";
            // 
            // row6
            // 
            this.row6.Name = "row6";
            this.row6.Properties.Caption = "电压";
            this.row6.Properties.FieldName = "UB";
            // 
            // row7
            // 
            this.row7.Name = "row7";
            this.row7.Properties.Caption = "电流";
            this.row7.Properties.FieldName = "IB";
            // 
            // row8
            // 
            this.row8.Name = "row8";
            this.row8.Properties.Caption = "有功功率";
            this.row8.Properties.FieldName = "PB";
            // 
            // row9
            // 
            this.row9.Name = "row9";
            this.row9.Properties.Caption = "无功功率";
            this.row9.Properties.FieldName = "QB";
            // 
            // row10
            // 
            this.row10.Name = "row10";
            this.row10.Properties.Caption = "视在功率";
            this.row10.Properties.FieldName = "SB";
            // 
            // row11
            // 
            this.row11.Name = "row11";
            this.row11.Properties.Caption = "功率因数";
            this.row11.Properties.FieldName = "PFB";
            // 
            // category2
            // 
            this.category2.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
            this.row12,
            this.row13,
            this.row14,
            this.row15,
            this.row16,
            this.row17});
            this.category2.Name = "category2";
            this.category2.Properties.Caption = "C相";
            // 
            // row12
            // 
            this.row12.Name = "row12";
            this.row12.Properties.Caption = "电压";
            this.row12.Properties.FieldName = "UC";
            // 
            // row13
            // 
            this.row13.Name = "row13";
            this.row13.Properties.Caption = "电流";
            this.row13.Properties.FieldName = "IC";
            // 
            // row14
            // 
            this.row14.Name = "row14";
            this.row14.Properties.Caption = "有功功率";
            this.row14.Properties.FieldName = "PC";
            // 
            // row15
            // 
            this.row15.Name = "row15";
            this.row15.Properties.Caption = "无功功率";
            this.row15.Properties.FieldName = "QC";
            // 
            // row16
            // 
            this.row16.Name = "row16";
            this.row16.Properties.Caption = "视在功率";
            this.row16.Properties.FieldName = "SC";
            // 
            // row17
            // 
            this.row17.Name = "row17";
            this.row17.Properties.Caption = "功率因数";
            this.row17.Properties.FieldName = "PFC";
            // 
            // category4
            // 
            this.category4.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
            this.row18});
            this.category4.Height = 18;
            this.category4.Name = "category4";
            this.category4.Properties.Caption = "A-B相";
            // 
            // row18
            // 
            this.row18.Name = "row18";
            this.row18.Properties.Caption = "电压";
            this.row18.Properties.FieldName = "UAB";
            // 
            // category5
            // 
            this.category5.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
            this.row19});
            this.category5.Name = "category5";
            this.category5.Properties.Caption = "B-C相";
            // 
            // row19
            // 
            this.row19.Name = "row19";
            this.row19.Properties.Caption = "电压";
            this.row19.Properties.FieldName = "UBC";
            // 
            // category6
            // 
            this.category6.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
            this.row20});
            this.category6.Name = "category6";
            this.category6.Properties.Caption = "C-A相";
            // 
            // row20
            // 
            this.row20.Name = "row20";
            this.row20.Properties.Caption = "电压";
            this.row20.Properties.FieldName = "UCA";
            // 
            // category3
            // 
            this.category3.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
            this.row21,
            this.row22,
            this.row23,
            this.row24});
            this.category3.Name = "category3";
            this.category3.Properties.Caption = "合相";
            // 
            // row21
            // 
            this.row21.Name = "row21";
            this.row21.Properties.Caption = "有功功率";
            this.row21.Properties.FieldName = "PS";
            // 
            // row22
            // 
            this.row22.Name = "row22";
            this.row22.Properties.Caption = "无功功率";
            this.row22.Properties.FieldName = "QS";
            // 
            // row23
            // 
            this.row23.Name = "row23";
            this.row23.Properties.Caption = "视在功率";
            this.row23.Properties.FieldName = "SS";
            // 
            // row24
            // 
            this.row24.Name = "row24";
            this.row24.Properties.Caption = "功率因数";
            this.row24.Properties.FieldName = "PFS";
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 2;
            this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel3, 2);
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel3.Controls.Add(this.gridControlDetail, 0, 1);
            this.tableLayoutPanel3.Controls.Add(this.labelControl2, 0, 0);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(434, 3);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 2;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(859, 382);
            this.tableLayoutPanel3.TabIndex = 6;
            // 
            // gridControlDetail
            // 
            this.tableLayoutPanel3.SetColumnSpan(this.gridControlDetail, 2);
            this.gridControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControlDetail.Location = new System.Drawing.Point(3, 43);
            this.gridControlDetail.LookAndFeel.UseDefaultLookAndFeel = false;
            this.gridControlDetail.MainView = this.gridView1;
            this.gridControlDetail.MenuManager = this.ribbonControl;
            this.gridControlDetail.Name = "gridControlDetail";
            this.gridControlDetail.Size = new System.Drawing.Size(853, 336);
            this.gridControlDetail.TabIndex = 2;
            this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView1.Appearance.Row.Options.UseTextOptions = true;
            this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumnEventTime,
            this.gridColumnMID,
            this.gridColumnUA,
            this.gridColumnUB,
            this.gridColumnUC,
            this.gridColumnUAB,
            this.gridColumnUBC,
            this.gridColumnUCA,
            this.gridColumnIA,
            this.gridColumnIB,
            this.gridColumnIC,
            this.gridColumnPA,
            this.gridColumnPB,
            this.gridColumnPC,
            this.gridColumnPS,
            this.gridColumnPFA,
            this.gridColumnPFB,
            this.gridColumnPFC,
            this.gridColumnPFS});
            this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.gridView1.GridControl = this.gridControlDetail;
            this.gridView1.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsBehavior.ReadOnly = true;
            this.gridView1.OptionsView.ColumnAutoWidth = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumnEventTime
            // 
            this.gridColumnEventTime.Caption = "发生时间";
            this.gridColumnEventTime.DisplayFormat.FormatString = "yyyy/MM/dd HH:mm:ss";
            this.gridColumnEventTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.gridColumnEventTime.FieldName = "EventTime";
            this.gridColumnEventTime.Name = "gridColumnEventTime";
            this.gridColumnEventTime.Visible = true;
            this.gridColumnEventTime.VisibleIndex = 0;
            this.gridColumnEventTime.Width = 150;
            // 
            // gridColumnMID
            // 
            this.gridColumnMID.Caption = "电表ID";
            this.gridColumnMID.FieldName = "MID";
            this.gridColumnMID.Name = "gridColumnMID";
            this.gridColumnMID.Visible = true;
            this.gridColumnMID.VisibleIndex = 1;
            // 
            // gridColumnUA
            // 
            this.gridColumnUA.Caption = "A相电压";
            this.gridColumnUA.FieldName = "UA";
            this.gridColumnUA.Name = "gridColumnUA";
            this.gridColumnUA.Visible = true;
            this.gridColumnUA.VisibleIndex = 2;
            // 
            // gridColumnUB
            // 
            this.gridColumnUB.Caption = "B相电压";
            this.gridColumnUB.FieldName = "UB";
            this.gridColumnUB.Name = "gridColumnUB";
            this.gridColumnUB.Visible = true;
            this.gridColumnUB.VisibleIndex = 3;
            // 
            // gridColumnUC
            // 
            this.gridColumnUC.Caption = "C相电压";
            this.gridColumnUC.FieldName = "UC";
            this.gridColumnUC.Name = "gridColumnUC";
            this.gridColumnUC.Visible = true;
            this.gridColumnUC.VisibleIndex = 4;
            // 
            // gridColumnUAB
            // 
            this.gridColumnUAB.Caption = "A-B线电压";
            this.gridColumnUAB.FieldName = "UAB";
            this.gridColumnUAB.Name = "gridColumnUAB";
            this.gridColumnUAB.Visible = true;
            this.gridColumnUAB.VisibleIndex = 5;
            // 
            // gridColumnUBC
            // 
            this.gridColumnUBC.Caption = "B-C相电压";
            this.gridColumnUBC.FieldName = "UBC";
            this.gridColumnUBC.Name = "gridColumnUBC";
            this.gridColumnUBC.Visible = true;
            this.gridColumnUBC.VisibleIndex = 6;
            // 
            // gridColumnUCA
            // 
            this.gridColumnUCA.Caption = "C-A相电压";
            this.gridColumnUCA.FieldName = "UCA";
            this.gridColumnUCA.Name = "gridColumnUCA";
            this.gridColumnUCA.Visible = true;
            this.gridColumnUCA.VisibleIndex = 7;
            // 
            // gridColumnIA
            // 
            this.gridColumnIA.Caption = "A相电流";
            this.gridColumnIA.FieldName = "IA";
            this.gridColumnIA.Name = "gridColumnIA";
            this.gridColumnIA.Visible = true;
            this.gridColumnIA.VisibleIndex = 8;
            // 
            // gridColumnIB
            // 
            this.gridColumnIB.Caption = "B相电流";
            this.gridColumnIB.FieldName = "IB";
            this.gridColumnIB.Name = "gridColumnIB";
            this.gridColumnIB.Visible = true;
            this.gridColumnIB.VisibleIndex = 9;
            // 
            // gridColumnIC
            // 
            this.gridColumnIC.Caption = "C相电流";
            this.gridColumnIC.FieldName = "IC";
            this.gridColumnIC.Name = "gridColumnIC";
            this.gridColumnIC.Visible = true;
            this.gridColumnIC.VisibleIndex = 10;
            // 
            // gridColumnPA
            // 
            this.gridColumnPA.Caption = "A相有功功率";
            this.gridColumnPA.FieldName = "PA";
            this.gridColumnPA.Name = "gridColumnPA";
            this.gridColumnPA.Visible = true;
            this.gridColumnPA.VisibleIndex = 11;
            // 
            // gridColumnPB
            // 
            this.gridColumnPB.Caption = "B相有功功率";
            this.gridColumnPB.FieldName = "PB";
            this.gridColumnPB.Name = "gridColumnPB";
            this.gridColumnPB.Visible = true;
            this.gridColumnPB.VisibleIndex = 12;
            // 
            // gridColumnPC
            // 
            this.gridColumnPC.Caption = "C相有功功率";
            this.gridColumnPC.FieldName = "PC";
            this.gridColumnPC.Name = "gridColumnPC";
            this.gridColumnPC.Visible = true;
            this.gridColumnPC.VisibleIndex = 13;
            // 
            // gridColumnPS
            // 
            this.gridColumnPS.Caption = "合相有功功率";
            this.gridColumnPS.FieldName = "PS";
            this.gridColumnPS.Name = "gridColumnPS";
            this.gridColumnPS.Visible = true;
            this.gridColumnPS.VisibleIndex = 14;
            // 
            // gridColumnPFA
            // 
            this.gridColumnPFA.Caption = "A相功率因数";
            this.gridColumnPFA.FieldName = "PFA";
            this.gridColumnPFA.Name = "gridColumnPFA";
            this.gridColumnPFA.Visible = true;
            this.gridColumnPFA.VisibleIndex = 15;
            // 
            // gridColumnPFB
            // 
            this.gridColumnPFB.Caption = "B相功率因数";
            this.gridColumnPFB.FieldName = "PFB";
            this.gridColumnPFB.Name = "gridColumnPFB";
            this.gridColumnPFB.Visible = true;
            this.gridColumnPFB.VisibleIndex = 16;
            // 
            // gridColumnPFC
            // 
            this.gridColumnPFC.Caption = "C相功率因数";
            this.gridColumnPFC.FieldName = "PFC";
            this.gridColumnPFC.Name = "gridColumnPFC";
            this.gridColumnPFC.Visible = true;
            this.gridColumnPFC.VisibleIndex = 17;
            // 
            // gridColumnPFS
            // 
            this.gridColumnPFS.Caption = "合相功率因数";
            this.gridColumnPFS.FieldName = "PFS";
            this.gridColumnPFS.Name = "gridColumnPFS";
            this.gridColumnPFS.Visible = true;
            this.gridColumnPFS.VisibleIndex = 18;
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelControl2.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.labelControl2.Location = new System.Drawing.Point(20, 8);
            this.labelControl2.Margin = new System.Windows.Forms.Padding(20, 8, 8, 8);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(100, 24);
            this.labelControl2.TabIndex = 3;
            this.labelControl2.Text = "数据明细";
            // 
            // xtraTabControl1
            // 
            this.tableLayoutPanel1.SetColumnSpan(this.xtraTabControl1, 3);
            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Bottom;
            this.xtraTabControl1.Location = new System.Drawing.Point(3, 391);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(1290, 241);
            this.xtraTabControl1.TabIndex = 7;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2});
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.tableLayoutPanel4);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(1288, 215);
            this.xtraTabPage1.Text = "基础电量信息";
            // 
            // tableLayoutPanel4
            // 
            this.tableLayoutPanel4.ColumnCount = 3;
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.tableLayoutPanel4.Controls.Add(this.PCChartControl, 0, 0);
            this.tableLayoutPanel4.Controls.Add(this.PUChartControl, 1, 0);
            this.tableLayoutPanel4.Controls.Add(this.PFChartControl, 2, 0);
            this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
            this.tableLayoutPanel4.RowCount = 1;
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel4.Size = new System.Drawing.Size(1288, 215);
            this.tableLayoutPanel4.TabIndex = 0;
            // 
            // PCChartControl
            // 
            this.PCChartControl.AppearanceNameSerializable = "Pastel Kit";
            this.PCChartControl.CrosshairOptions.GroupHeaderPattern = "{A:yyyy/M/d H:mm:ss}";
            xyDiagram1.AxisX.Label.Angle = -5;
            xyDiagram1.AxisX.Label.TextPattern = "{A:yyyy-M-d HH:mm}";
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.EnableAxisXScrolling = true;
            xyDiagram1.EnableAxisXZooming = true;
            xyDiagram1.EnableAxisYScrolling = true;
            this.PCChartControl.Diagram = xyDiagram1;
            this.PCChartControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.PCChartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
            this.PCChartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
            this.PCChartControl.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.PCChartControl.Legend.EquallySpacedItems = false;
            this.PCChartControl.Legend.UseCheckBoxes = true;
            this.PCChartControl.Location = new System.Drawing.Point(3, 3);
            this.PCChartControl.Name = "PCChartControl";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            pointSeriesLabel1.TextPattern = "{A:yyyy.M.d HH:mm:ss}{V}";
            series1.Label = pointSeriesLabel1;
            series1.Name = "A相";
            series1.View = splineSeriesView1;
            series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            series2.Name = "B相";
            series2.View = splineSeriesView2;
            series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            series3.Name = "C相";
            series3.View = splineSeriesView3;
            this.PCChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3};
            this.PCChartControl.SeriesTemplate.View = splineSeriesView4;
            this.PCChartControl.Size = new System.Drawing.Size(423, 209);
            this.PCChartControl.TabIndex = 26;
            chartTitle1.Font = new System.Drawing.Font("Tahoma", 14F);
            chartTitle1.Text = "电流";
            chartTitle1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.PCChartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle1});
            // 
            // PUChartControl
            // 
            this.PUChartControl.AppearanceNameSerializable = "Pastel Kit";
            this.PUChartControl.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram2.AxisX.Label.Angle = -5;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram2.EnableAxisXScrolling = true;
            xyDiagram2.EnableAxisXZooming = true;
            xyDiagram2.EnableAxisYScrolling = true;
            xyDiagram2.EnableAxisYZooming = true;
            this.PUChartControl.Diagram = xyDiagram2;
            this.PUChartControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.PUChartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
            this.PUChartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
            this.PUChartControl.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.PUChartControl.Legend.EquallySpacedItems = false;
            this.PUChartControl.Legend.UseCheckBoxes = true;
            this.PUChartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
            this.PUChartControl.Location = new System.Drawing.Point(432, 3);
            this.PUChartControl.Name = "PUChartControl";
            series4.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series4.Name = "A相";
            series4.View = splineSeriesView5;
            series5.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series5.Name = "B相";
            series5.View = splineSeriesView6;
            series6.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series6.Name = "C相";
            series6.View = splineSeriesView7;
            this.PUChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series4,
        series5,
        series6};
            this.PUChartControl.SeriesTemplate.View = splineSeriesView8;
            this.PUChartControl.Size = new System.Drawing.Size(423, 209);
            this.PUChartControl.TabIndex = 25;
            chartTitle2.Font = new System.Drawing.Font("Tahoma", 14F);
            chartTitle2.Text = "相电压";
            chartTitle2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.PUChartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle2});
            // 
            // PFChartControl
            // 
            this.PFChartControl.AppearanceNameSerializable = "Pastel Kit";
            this.PFChartControl.BackColor = System.Drawing.Color.White;
            xyDiagram3.AxisX.Label.Angle = -5;
            xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram3.AxisX.WholeRange.AutoSideMargins = false;
            xyDiagram3.AxisX.WholeRange.SideMarginsValue = 0D;
            xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram3.EnableAxisXScrolling = true;
            xyDiagram3.EnableAxisXZooming = true;
            xyDiagram3.EnableAxisYScrolling = true;
            xyDiagram3.EnableAxisYZooming = true;
            this.PFChartControl.Diagram = xyDiagram3;
            this.PFChartControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.PFChartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
            this.PFChartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
            this.PFChartControl.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.PFChartControl.Legend.EquallySpacedItems = false;
            this.PFChartControl.Legend.UseCheckBoxes = true;
            this.PFChartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
            this.PFChartControl.Location = new System.Drawing.Point(861, 3);
            this.PFChartControl.Name = "PFChartControl";
            series7.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series7.Name = "A相";
            series7.View = splineSeriesView9;
            series8.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series8.Name = "B相";
            series8.View = splineSeriesView10;
            series9.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series9.Name = "C相";
            series9.View = splineSeriesView11;
            series10.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series10.Name = "合相";
            series10.View = splineSeriesView12;
            this.PFChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series7,
        series8,
        series9,
        series10};
            this.PFChartControl.SeriesTemplate.View = splineSeriesView13;
            this.PFChartControl.Size = new System.Drawing.Size(424, 209);
            this.PFChartControl.TabIndex = 24;
            chartTitle3.Font = new System.Drawing.Font("Tahoma", 14F);
            chartTitle3.Text = "功率因数";
            chartTitle3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.PFChartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle3});
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.tableLayoutPanel5);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(1288, 215);
            this.xtraTabPage2.Text = "其他电量信息";
            // 
            // tableLayoutPanel5
            // 
            this.tableLayoutPanel5.ColumnCount = 3;
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.tableLayoutPanel5.Controls.Add(this.PChartControl, 0, 0);
            this.tableLayoutPanel5.Controls.Add(this.QChartControl, 0, 0);
            this.tableLayoutPanel5.Controls.Add(this.SChartControl, 0, 0);
            this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel5.Name = "tableLayoutPanel5";
            this.tableLayoutPanel5.RowCount = 1;
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel5.Size = new System.Drawing.Size(1288, 215);
            this.tableLayoutPanel5.TabIndex = 2;
            // 
            // PChartControl
            // 
            this.PChartControl.AppearanceNameSerializable = "Pastel Kit";
            xyDiagram4.AxisX.Label.Angle = -5;
            xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram4.AxisX.WholeRange.AutoSideMargins = false;
            xyDiagram4.AxisX.WholeRange.SideMarginsValue = 0D;
            xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram4.EnableAxisXScrolling = true;
            xyDiagram4.EnableAxisXZooming = true;
            xyDiagram4.EnableAxisYScrolling = true;
            xyDiagram4.EnableAxisYZooming = true;
            this.PChartControl.Diagram = xyDiagram4;
            this.PChartControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.PChartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
            this.PChartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
            this.PChartControl.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.PChartControl.Legend.EquallySpacedItems = false;
            this.PChartControl.Legend.UseCheckBoxes = true;
            this.PChartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
            this.PChartControl.Location = new System.Drawing.Point(3, 3);
            this.PChartControl.Name = "PChartControl";
            series11.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series11.Name = "A相";
            series11.View = splineSeriesView14;
            series12.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series12.Name = "B相";
            series12.View = splineSeriesView15;
            series13.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series13.Name = "C相";
            series13.View = splineSeriesView16;
            series14.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series14.Name = "合相";
            series14.View = splineSeriesView17;
            this.PChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series11,
        series12,
        series13,
        series14};
            this.PChartControl.SeriesTemplate.View = splineSeriesView18;
            this.PChartControl.Size = new System.Drawing.Size(423, 209);
            this.PChartControl.TabIndex = 23;
            chartTitle4.Font = new System.Drawing.Font("Tahoma", 14F);
            chartTitle4.Text = "有功功率";
            chartTitle4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.PChartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle4});
            // 
            // QChartControl
            // 
            this.QChartControl.AppearanceNameSerializable = "Pastel Kit";
            xyDiagram5.AxisX.Label.Angle = -5;
            xyDiagram5.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram5.AxisX.WholeRange.AutoSideMargins = false;
            xyDiagram5.AxisX.WholeRange.SideMarginsValue = 0D;
            xyDiagram5.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram5.EnableAxisXScrolling = true;
            xyDiagram5.EnableAxisXZooming = true;
            xyDiagram5.EnableAxisYScrolling = true;
            xyDiagram5.EnableAxisYZooming = true;
            this.QChartControl.Diagram = xyDiagram5;
            this.QChartControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.QChartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
            this.QChartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
            this.QChartControl.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.QChartControl.Legend.EquallySpacedItems = false;
            this.QChartControl.Legend.UseCheckBoxes = true;
            this.QChartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
            this.QChartControl.Location = new System.Drawing.Point(432, 3);
            this.QChartControl.Name = "QChartControl";
            series15.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series15.Name = "A相";
            series15.View = splineSeriesView19;
            series16.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series16.Name = "B相";
            series16.View = splineSeriesView20;
            series17.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series17.Name = "C相";
            series17.View = splineSeriesView21;
            series18.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series18.Name = "合相";
            series18.View = splineSeriesView22;
            this.QChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series15,
        series16,
        series17,
        series18};
            this.QChartControl.SeriesTemplate.View = splineSeriesView23;
            this.QChartControl.Size = new System.Drawing.Size(423, 209);
            this.QChartControl.TabIndex = 22;
            chartTitle5.Font = new System.Drawing.Font("Tahoma", 14F);
            chartTitle5.Text = "无功功率";
            chartTitle5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.QChartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle5});
            // 
            // SChartControl
            // 
            this.SChartControl.AppearanceNameSerializable = "Pastel Kit";
            xyDiagram6.AxisX.Label.Angle = -5;
            xyDiagram6.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram6.AxisX.WholeRange.AutoSideMargins = false;
            xyDiagram6.AxisX.WholeRange.SideMarginsValue = 0D;
            xyDiagram6.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram6.EnableAxisXScrolling = true;
            xyDiagram6.EnableAxisXZooming = true;
            xyDiagram6.EnableAxisYScrolling = true;
            xyDiagram6.EnableAxisYZooming = true;
            this.SChartControl.Diagram = xyDiagram6;
            this.SChartControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.SChartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
            this.SChartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
            this.SChartControl.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.SChartControl.Legend.EquallySpacedItems = false;
            this.SChartControl.Legend.UseCheckBoxes = true;
            this.SChartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
            this.SChartControl.Location = new System.Drawing.Point(861, 3);
            this.SChartControl.Name = "SChartControl";
            series19.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series19.Name = "A相";
            series19.View = splineSeriesView24;
            series20.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series20.Name = "B相";
            series20.View = splineSeriesView25;
            series21.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series21.Name = "C相";
            series21.View = splineSeriesView26;
            series22.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series22.Name = "合相";
            series22.View = splineSeriesView27;
            this.SChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series19,
        series20,
        series21,
        series22};
            this.SChartControl.SeriesTemplate.View = splineSeriesView28;
            this.SChartControl.Size = new System.Drawing.Size(424, 209);
            this.SChartControl.TabIndex = 21;
            chartTitle6.Font = new System.Drawing.Font("Tahoma", 14F);
            chartTitle6.Text = "视在功率";
            chartTitle6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.SChartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle6});
            // 
            // xtraTabPageCharge
            // 
            this.xtraTabPageCharge.Controls.Add(this.tableLayoutPanel6);
            this.xtraTabPageCharge.Name = "xtraTabPageCharge";
            this.xtraTabPageCharge.Size = new System.Drawing.Size(1296, 676);
            this.xtraTabPageCharge.Text = "计费数据";
            // 
            // tableLayoutPanel6
            // 
            this.tableLayoutPanel6.ColumnCount = 2;
            this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
            this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
            this.tableLayoutPanel6.Controls.Add(this.xtraTabControl2, 1, 0);
            this.tableLayoutPanel6.Controls.Add(this.xtraTabControl3, 1, 1);
            this.tableLayoutPanel6.Controls.Add(this.xtraTabControl4, 0, 0);
            this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel6.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel6.Name = "tableLayoutPanel6";
            this.tableLayoutPanel6.RowCount = 2;
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel6.Size = new System.Drawing.Size(1296, 676);
            this.tableLayoutPanel6.TabIndex = 0;
            // 
            // xtraTabControl2
            // 
            this.xtraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl2.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Right;
            this.xtraTabControl2.Location = new System.Drawing.Point(780, 3);
            this.xtraTabControl2.Name = "xtraTabControl2";
            this.xtraTabControl2.SelectedTabPage = this.xtraTabPage3;
            this.xtraTabControl2.Size = new System.Drawing.Size(513, 332);
            this.xtraTabControl2.TabIndex = 0;
            this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage3,
            this.xtraTabPage4});
            // 
            // xtraTabPage3
            // 
            this.xtraTabPage3.Controls.Add(this.chartControlChargeProportion);
            this.xtraTabPage3.Name = "xtraTabPage3";
            this.xtraTabPage3.Size = new System.Drawing.Size(486, 330);
            this.xtraTabPage3.Text = "电费比例";
            // 
            // chartControlChargeProportion
            // 
            this.chartControlChargeProportion.AppearanceNameSerializable = "In A Fog";
            this.chartControlChargeProportion.BackColor = System.Drawing.Color.Transparent;
            simpleDiagram1.EqualPieSize = false;
            this.chartControlChargeProportion.Diagram = simpleDiagram1;
            this.chartControlChargeProportion.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControlChargeProportion.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
            this.chartControlChargeProportion.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartControlChargeProportion.Legend.EquallySpacedItems = false;
            this.chartControlChargeProportion.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.chartControlChargeProportion.Location = new System.Drawing.Point(0, 0);
            this.chartControlChargeProportion.Name = "chartControlChargeProportion";
            series23.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.Inside;
            pieSeriesLabel1.TextPattern = "{A} {V}   {VP:0.00%} ";
            series23.Label = pieSeriesLabel1;
            series23.Name = "电费组成比例";
            pieSeriesView1.RuntimeExploding = false;
            pieSeriesView1.SweepDirection = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
            series23.View = pieSeriesView1;
            this.chartControlChargeProportion.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series23};
            pieSeriesView2.RuntimeExploding = false;
            pieSeriesView2.SweepDirection = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
            this.chartControlChargeProportion.SeriesTemplate.View = pieSeriesView2;
            this.chartControlChargeProportion.Size = new System.Drawing.Size(486, 330);
            this.chartControlChargeProportion.TabIndex = 0;
            chartTitle7.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
            chartTitle7.Text = "电费比例";
            chartTitle7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.chartControlChargeProportion.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle7});
            // 
            // xtraTabPage4
            // 
            this.xtraTabPage4.Controls.Add(this.Fe_CuPropotion);
            this.xtraTabPage4.Name = "xtraTabPage4";
            this.xtraTabPage4.Size = new System.Drawing.Size(486, 330);
            this.xtraTabPage4.Text = "铜-铁损比例";
            // 
            // Fe_CuPropotion
            // 
            this.Fe_CuPropotion.AppearanceNameSerializable = "In A Fog";
            simpleDiagram2.EqualPieSize = false;
            this.Fe_CuPropotion.Diagram = simpleDiagram2;
            this.Fe_CuPropotion.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Fe_CuPropotion.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.Fe_CuPropotion.Location = new System.Drawing.Point(0, 0);
            this.Fe_CuPropotion.Name = "Fe_CuPropotion";
            pieSeriesLabel2.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.Inside;
            pieSeriesLabel2.TextPattern = "{A} {V}   {VP:0.00%} ";
            series24.Label = pieSeriesLabel2;
            series24.Name = "铜-铁损比例";
            pieSeriesView3.RuntimeExploding = false;
            pieSeriesView3.SweepDirection = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
            series24.View = pieSeriesView3;
            this.Fe_CuPropotion.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series24};
            pieSeriesView4.RuntimeExploding = false;
            pieSeriesView4.SweepDirection = DevExpress.XtraCharts.PieSweepDirection.Counterclockwise;
            this.Fe_CuPropotion.SeriesTemplate.View = pieSeriesView4;
            this.Fe_CuPropotion.Size = new System.Drawing.Size(486, 330);
            this.Fe_CuPropotion.TabIndex = 0;
            chartTitle8.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
            chartTitle8.Text = "铜-铁损比例";
            chartTitle8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.Fe_CuPropotion.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle8});
            // 
            // xtraTabControl3
            // 
            this.xtraTabControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl3.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Right;
            this.xtraTabControl3.Location = new System.Drawing.Point(780, 341);
            this.xtraTabControl3.Name = "xtraTabControl3";
            this.xtraTabControl3.SelectedTabPage = this.xtraTabPage5;
            this.xtraTabControl3.Size = new System.Drawing.Size(513, 332);
            this.xtraTabControl3.TabIndex = 1;
            this.xtraTabControl3.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage5,
            this.xtraTabPage6});
            // 
            // xtraTabPage5
            // 
            this.xtraTabPage5.Controls.Add(this.ChargePropotionChart);
            this.xtraTabPage5.Name = "xtraTabPage5";
            this.xtraTabPage5.Size = new System.Drawing.Size(486, 330);
            this.xtraTabPage5.Text = "用电比例";
            // 
            // ChargePropotionChart
            // 
            this.ChargePropotionChart.AppearanceNameSerializable = "Pastel Kit";
            xyDiagram7.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram7.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram7.EnableAxisXScrolling = true;
            xyDiagram7.EnableAxisXZooming = true;
            xyDiagram7.EnableAxisYScrolling = true;
            this.ChargePropotionChart.Diagram = xyDiagram7;
            this.ChargePropotionChart.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ChargePropotionChart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
            this.ChargePropotionChart.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.ChargePropotionChart.Legend.EquallySpacedItems = false;
            this.ChargePropotionChart.Legend.UseCheckBoxes = true;
            this.ChargePropotionChart.Location = new System.Drawing.Point(0, 0);
            this.ChargePropotionChart.Name = "ChargePropotionChart";
            series25.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.TopInside;
            sideBySideBarSeriesLabel1.TextPattern = "{V}";
            series25.Label = sideBySideBarSeriesLabel1;
            series25.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
            series25.Name = "总电费";
            series26.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            series26.Name = "尖";
            series27.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            series27.Name = "峰";
            series28.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            series28.Name = "谷";
            this.ChargePropotionChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series25,
        series26,
        series27,
        series28};
            this.ChargePropotionChart.Size = new System.Drawing.Size(486, 330);
            this.ChargePropotionChart.TabIndex = 0;
            chartTitle9.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
            chartTitle9.Text = "电费";
            chartTitle9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.ChargePropotionChart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle9});
            // 
            // xtraTabPage6
            // 
            this.xtraTabPage6.Name = "xtraTabPage6";
            this.xtraTabPage6.Size = new System.Drawing.Size(486, 330);
            // 
            // xtraTabPageStatic
            // 
            this.xtraTabPageStatic.Name = "xtraTabPageStatic";
            this.xtraTabPageStatic.Size = new System.Drawing.Size(1296, 676);
            this.xtraTabPageStatic.Text = "统计信息";
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // labelControlTime
            // 
            this.labelControlTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControlTime.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControlTime.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.labelControlTime.Location = new System.Drawing.Point(1143, 49);
            this.labelControlTime.Name = "labelControlTime";
            this.labelControlTime.Size = new System.Drawing.Size(80, 37);
            this.labelControlTime.TabIndex = 3;
            this.labelControlTime.Text = "  :  :  ";
            // 
            // labelControlDate
            // 
            this.labelControlDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControlDate.Appearance.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelControlDate.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.labelControlDate.Location = new System.Drawing.Point(1126, 92);
            this.labelControlDate.Name = "labelControlDate";
            this.labelControlDate.Size = new System.Drawing.Size(151, 20);
            this.labelControlDate.TabIndex = 3;
            this.labelControlDate.Text = "    年  月  日";
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1298, 831);
            this.Controls.Add(this.labelControlDate);
            this.Controls.Add(this.labelControlTime);
            this.Controls.Add(this.xtraTabControlBasicInfo);
            this.Controls.Add(this.ribbonControl);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmMain";
            this.Ribbon = this.ribbonControl;
            this.Text = "Arache配电检测分析系统";
            this.Load += new System.EventHandler(this.frmMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollectionRibbonButtonSmall)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit4.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListLookUpEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListLookUpEdit2TreeList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollectionRibbonLargeButton)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeSpanEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMarqueeProgressBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListLookUpEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListLookUpEdit1TreeList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMarqueeProgressBar2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
            this.panelContainer1.ResumeLayout(false);
            this.dockPanelUser.ResumeLayout(false);
            this.dockPanel1_Container.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeListUser)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection.ImageSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonEditSearch.Properties)).EndInit();
            this.dockPanelInfo.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.documentViewerBarManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.printPreviewRepositoryItemComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemZoomTrackBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl4)).EndInit();
            this.xtraTabControl4.ResumeLayout(false);
            this.xtraTabPage7.ResumeLayout(false);
            this.tableLayoutPanel7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl5)).EndInit();
            this.xtraTabControl5.ResumeLayout(false);
            this.xtraTabPage9.ResumeLayout(false);
            this.tableLayoutPanel9.ResumeLayout(false);
            this.tableLayoutPanel10.ResumeLayout(false);
            this.tableLayoutPanel10.PerformLayout();
            this.tableLayoutPanel11.ResumeLayout(false);
            this.tableLayoutPanel11.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_1_1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            this.tableLayoutPanel12.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_1_3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_1_2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_1_4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
            this.xtraTabPage10.ResumeLayout(false);
            this.tableLayoutPanel13.ResumeLayout(false);
            this.xtraTabPage8.ResumeLayout(false);
            this.tableLayoutPanel8.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl6)).EndInit();
            this.xtraTabControl6.ResumeLayout(false);
            this.xtraTabPage11.ResumeLayout(false);
            this.tableLayoutPanel14.ResumeLayout(false);
            this.tableLayoutPanel15.ResumeLayout(false);
            this.tableLayoutPanel15.PerformLayout();
            this.tableLayoutPanel16.ResumeLayout(false);
            this.tableLayoutPanel16.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_2_1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView6)).EndInit();
            this.tableLayoutPanel17.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_2_3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_2_2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_2_4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView9)).EndInit();
            this.xtraTabPage12.ResumeLayout(false);
            this.tableLayoutPanel18.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlBasicInfo)).EndInit();
            this.xtraTabControlBasicInfo.ResumeLayout(false);
            this.xtraTabPageBasicInfo.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.propertyGridRealtime)).EndInit();
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            this.tableLayoutPanel4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PCChartControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PUChartControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PFChartControl)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            this.tableLayoutPanel5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PChartControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.QChartControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView25)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView26)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView27)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView28)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.SChartControl)).EndInit();
            this.xtraTabPageCharge.ResumeLayout(false);
            this.tableLayoutPanel6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).EndInit();
            this.xtraTabControl2.ResumeLayout(false);
            this.xtraTabPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControlChargeProportion)).EndInit();
            this.xtraTabPage4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(simpleDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Fe_CuPropotion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl3)).EndInit();
            this.xtraTabControl3.ResumeLayout(false);
            this.xtraTabPage5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series25)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series26)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series27)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series28)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChargePropotionChart)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView2           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView3           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView4           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series5                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView5           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series6                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView6           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series7                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView7           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series8                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView8           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series9                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView9           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series10                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView10          = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series11                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView11          = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series12                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView12          = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series13                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView13          = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series14                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView14          = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.ChartTitle               chartTitle1               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.ToolTipRelativePosition  toolTipRelativePosition1  = new DevExpress.XtraCharts.ToolTipRelativePosition();
     this.chartControl1        = new DevExpress.XtraCharts.ChartControl();
     this.bieuDoOBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.iIDKhachHang         = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.DaiLyDB = new System.Windows.Forms.BindingSource(this.components);
     this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colTen         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1  = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bieuDoOBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIDKhachHang.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DaiLyDB)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.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)));
     this.chartControl1.AnimationStartMode         = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl1.AppearanceNameSerializable = "Light";
     this.chartControl1.DataSource = this.bieuDoOBindingSource;
     xyDiagram1.AxisX.VisibleInPanesSerializable        = "-1";
     xyDiagram1.AxisY.CrosshairAxisLabelOptions.Pattern = "{V:#,##0}";
     xyDiagram1.AxisY.Label.TextPattern                      = "{V:#,##0}";
     xyDiagram1.AxisY.VisibleInPanesSerializable             = "-1";
     xyDiagram1.DefaultPane.StackedBarTotalLabel.TextPattern = "{V:#,##0}";
     xyDiagram1.EnableAxisXScrolling = true;
     xyDiagram1.EnableAxisXZooming   = true;
     xyDiagram1.RangeControlTimeSpanGridOptions.LabelFormat = "{A}";
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.IndicatorsPaletteName      = "Aspect";
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chartControl1.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.RightToLeft;
     this.chartControl1.Legend.EnableAntialiasing  = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.Legend.Font       = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl1.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.MarkerAndCheckBox;
     this.chartControl1.Legend.Name       = "Default Legend";
     this.chartControl1.Location          = new System.Drawing.Point(0, 34);
     this.chartControl1.Name       = "chartControl1";
     series1.ArgumentDataMember    = "Ngay";
     series1.CheckedInLegend       = false;
     series1.CrosshairLabelPattern = "Gọi tổng đài: {V:#,##0}";
     series1.LegendTextPattern     = "{A}";
     series1.Name = "Gọi tổng đài";
     series1.ToolTipPointPattern          = "{A}";
     series1.ToolTipSeriesPattern         = "{A}";
     series1.ValueDataMembersSerializable = "i0";
     lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(48)))), ((int)(((byte)(160)))));
     lineSeriesView1.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
     lineSeriesView1.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series1.View = lineSeriesView1;
     series2.ArgumentDataMember    = "Ngay";
     series2.CheckedInLegend       = false;
     series2.CrosshairLabelPattern = "Phí đặt chỗ: {V:#,##0}";
     series2.Name = "Phí đặt chỗ";
     series2.ValueDataMembersSerializable = "i1";
     lineSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(32)))), ((int)(((byte)(96)))));
     lineSeriesView2.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
     lineSeriesView2.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series2.View = lineSeriesView2;
     series3.ArgumentDataMember    = "Ngay";
     series3.CrosshairLabelPattern = "Nộp quỹ: {V:#,##0}";
     series3.Name = "Nộp quỹ";
     series3.ValueDataMembersSerializable = "i2";
     lineSeriesView3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(112)))), ((int)(((byte)(192)))));
     lineSeriesView3.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
     lineSeriesView3.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series3.View = lineSeriesView3;
     series4.ArgumentDataMember    = "Ngay";
     series4.CheckedInLegend       = false;
     series4.CrosshairLabelPattern = "Rút quỹ: {V:#,##0}";
     series4.Name = "Rút quỹ";
     series4.ValueDataMembersSerializable = "i3";
     lineSeriesView4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(240)))));
     lineSeriesView4.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
     lineSeriesView4.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series4.View = lineSeriesView4;
     series5.ArgumentDataMember    = "Ngay";
     series5.CrosshairLabelPattern = "Vé: {V:#,##0}";
     pointSeriesLabel1.TextPattern = "{V:#,##0}";
     series5.Label = pointSeriesLabel1;
     series5.Name  = "Vé";
     series5.ToolTipSeriesPattern         = "";
     series5.ValueDataMembersSerializable = "i4";
     lineSeriesView5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80)))));
     lineSeriesView5.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
     lineSeriesView5.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series5.View = lineSeriesView5;
     series6.ArgumentDataMember    = "Ngay";
     series6.CheckedInLegend       = false;
     series6.CrosshairLabelPattern = "Phí hóa đơn: {V:#,##0}";
     series6.Name = "Phí hóa đơn";
     series6.ValueDataMembersSerializable = "i5";
     lineSeriesView6.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(208)))), ((int)(((byte)(80)))));
     lineSeriesView6.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
     lineSeriesView6.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series6.View = lineSeriesView6;
     series7.ArgumentDataMember    = "Ngay";
     series7.CheckedInLegend       = false;
     series7.CrosshairLabelPattern = "Thu hồi: {V:#,##0}";
     series7.Name = "Thu hồi";
     series7.ValueDataMembersSerializable = "i6";
     lineSeriesView7.Color = System.Drawing.Color.DarkOliveGreen;
     lineSeriesView7.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
     lineSeriesView7.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series7.View = lineSeriesView7;
     series8.ArgumentDataMember    = "Ngay";
     series8.CheckedInLegend       = false;
     series8.CrosshairLabelPattern = "Hoàn trả: {V:#,##0}";
     series8.Name = "Hoàn trả";
     series8.ValueDataMembersSerializable = "i7";
     lineSeriesView8.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     lineSeriesView8.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
     lineSeriesView8.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series8.View = lineSeriesView8;
     series9.ArgumentDataMember    = "Ngay";
     series9.CrosshairLabelPattern = "Vé hoàn: {V:#,##0}";
     series9.Name = "Vé hoàn";
     series9.ValueDataMembersSerializable = "i9";
     lineSeriesView9.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     lineSeriesView9.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
     lineSeriesView9.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series9.View = lineSeriesView9;
     series10.ArgumentDataMember    = "Ngay";
     series10.CheckedInLegend       = false;
     series10.CrosshairLabelPattern = "Phạt nợ: {V:#,##0}";
     series10.Name = "Phạt nợ";
     series10.ValueDataMembersSerializable = "i10";
     lineSeriesView10.Color = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     lineSeriesView10.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
     lineSeriesView10.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series10.View = lineSeriesView10;
     series11.ArgumentDataMember    = "Ngay";
     series11.CheckedInLegend       = false;
     series11.CrosshairLabelPattern = "Hỗ trợ phí: {V:#,##0}";
     series11.Name = "Hỗ trợ phí";
     series11.ValueDataMembersSerializable = "i11";
     lineSeriesView11.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     lineSeriesView11.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
     lineSeriesView11.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series11.View = lineSeriesView11;
     series12.ArgumentDataMember    = "Ngay";
     series12.CheckedInLegend       = false;
     series12.CrosshairLabelPattern = "Chiết khấu sau: {V:#,##0}";
     series12.Name = "Chiết khấu sau";
     series12.ValueDataMembersSerializable = "i12";
     lineSeriesView12.Color = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(27)))), ((int)(((byte)(16)))));
     lineSeriesView12.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
     lineSeriesView12.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series12.View = lineSeriesView12;
     series13.ArgumentDataMember    = "Ngay";
     series13.CrosshairLabelPattern = "Vé đổi: {V:#,##0}";
     series13.Name = "Vé đổi";
     series13.ToolTipPointPattern          = "{A}";
     series13.ToolTipSeriesPattern         = "{A}";
     series13.ValueDataMembersSerializable = "i13";
     lineSeriesView13.Color = System.Drawing.Color.DarkRed;
     lineSeriesView13.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
     lineSeriesView13.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series13.View = lineSeriesView13;
     series14.ArgumentDataMember    = "Ngay";
     series14.CrosshairLabelPattern = "Hành lý: {V:#,##0}";
     series14.Name = "Hành lý";
     series14.ValueDataMembersSerializable = "i14";
     lineSeriesView14.Color = System.Drawing.Color.SaddleBrown;
     lineSeriesView14.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
     lineSeriesView14.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series14.View = lineSeriesView14;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4,
         series5,
         series6,
         series7,
         series8,
         series9,
         series10,
         series11,
         series12,
         series13,
         series14
     };
     sideBySideBarSeriesLabel1.TextPattern   = "{V:#,##0}";
     this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel1;
     this.chartControl1.SeriesTemplate.ToolTipPointPattern  = "{A}";
     this.chartControl1.SeriesTemplate.ToolTipSeriesPattern = "";
     this.chartControl1.Size     = new System.Drawing.Size(1053, 498);
     this.chartControl1.TabIndex = 0;
     chartTitle1.Text            = "Biểu đồ thống kê các loại giao dịch trong 12 tháng gần nhất";
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chartControl1.ToolTipOptions.ShowForPoints   = false;
     this.chartControl1.ToolTipOptions.ToolTipPosition = toolTipRelativePosition1;
     //
     // bieuDoOBindingSource
     //
     this.bieuDoOBindingSource.DataSource = typeof(DataTransferObject.O_BieuDo);
     //
     // iIDKhachHang
     //
     this.iIDKhachHang.EditValue = "";
     this.iIDKhachHang.Location  = new System.Drawing.Point(69, 8);
     this.iIDKhachHang.Name      = "iIDKhachHang";
     this.iIDKhachHang.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIDKhachHang.Properties.DataSource      = this.DaiLyDB;
     this.iIDKhachHang.Properties.DisplayMember   = "Ten";
     this.iIDKhachHang.Properties.NullText        = "";
     this.iIDKhachHang.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
     this.iIDKhachHang.Properties.PopupView       = this.searchLookUpEdit1View;
     this.iIDKhachHang.Properties.ValueMember     = "ID";
     this.iIDKhachHang.Size              = new System.Drawing.Size(169, 20);
     this.iIDKhachHang.TabIndex          = 17;
     this.iIDKhachHang.Tag               = "Khách";
     this.iIDKhachHang.EditValueChanged += new System.EventHandler(this.iIDKhachHang_EditValueChanged);
     //
     // DaiLyDB
     //
     this.DaiLyDB.DataSource = typeof(DataTransferObject.O_DAILY);
     //
     // searchLookUpEdit1View
     //
     this.searchLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colTen,
         this.gridColumn5
     });
     this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.searchLookUpEdit1View.Name           = "searchLookUpEdit1View";
     this.searchLookUpEdit1View.OptionsFilter.AllowAutoFilterConditionChange = DevExpress.Utils.DefaultBoolean.False;
     this.searchLookUpEdit1View.OptionsFind.AllowFindPanel = false;
     this.searchLookUpEdit1View.OptionsFind.FindNullPrompt = "Nhập vào đây tên cần tìm ...";
     this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // colTen
     //
     this.colTen.Caption      = "Tên";
     this.colTen.FieldName    = "Ten";
     this.colTen.Name         = "colTen";
     this.colTen.Visible      = true;
     this.colTen.VisibleIndex = 1;
     this.colTen.Width        = 1450;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "Mã DL";
     this.gridColumn5.FieldName    = "MaDL";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 0;
     this.gridColumn5.Width        = 165;
     //
     // labelControl12
     //
     this.labelControl12.Location = new System.Drawing.Point(10, 11);
     this.labelControl12.Name     = "labelControl12";
     this.labelControl12.Size     = new System.Drawing.Size(53, 13);
     this.labelControl12.TabIndex = 18;
     this.labelControl12.Text     = "Tên khách:";
     //
     // labelControl1
     //
     this.labelControl1.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl1.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl1.Appearance.ForeColor            = System.Drawing.Color.Red;
     this.labelControl1.Appearance.Options.UseFont      = true;
     this.labelControl1.Appearance.Options.UseForeColor = true;
     this.labelControl1.Location                        = new System.Drawing.Point(637, 11);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(404, 16);
     this.labelControl1.TabIndex = 19;
     this.labelControl1.Text     = "(Nhóm mang tính chất tượng trưng vì chỉ tính theo vé thường)";
     //
     // frmBieuDoDaiLy
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1053, 532);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.iIDKhachHang);
     this.Controls.Add(this.labelControl12);
     this.Controls.Add(this.chartControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "frmBieuDoDaiLy";
     this.Opacity         = 0D;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Biểu đồ thống kê các loại giao dịch trong 12 tháng gần nhất";
     this.Load           += new System.EventHandler(this.frmBieuDoDaiLy_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bieuDoOBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIDKhachHang.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DaiLyDB)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 22
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY2 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView1 = new DevExpress.XtraCharts.SplineAreaSeriesView();
			DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
			DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
			DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView2 = new DevExpress.XtraCharts.SplineAreaSeriesView();
			DevExpress.XtraCharts.PolarDiagram polarDiagram1 = new DevExpress.XtraCharts.PolarDiagram();
			DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.RadarPointSeriesLabel radarPointSeriesLabel1 = new DevExpress.XtraCharts.RadarPointSeriesLabel();
			DevExpress.XtraCharts.PolarAreaSeriesView polarAreaSeriesView1 = new DevExpress.XtraCharts.PolarAreaSeriesView();
			DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.RadarPointSeriesLabel radarPointSeriesLabel2 = new DevExpress.XtraCharts.RadarPointSeriesLabel();
			DevExpress.XtraCharts.PolarAreaSeriesView polarAreaSeriesView2 = new DevExpress.XtraCharts.PolarAreaSeriesView();
			DevExpress.XtraCharts.RadarPointSeriesLabel radarPointSeriesLabel3 = new DevExpress.XtraCharts.RadarPointSeriesLabel();
			DevExpress.XtraCharts.PolarAreaSeriesView polarAreaSeriesView3 = new DevExpress.XtraCharts.PolarAreaSeriesView();
			this.chartControlWindSpeedFreq = new DevExpress.XtraCharts.ChartControl();
			this.chartControlWindDir = new DevExpress.XtraCharts.ChartControl();
			this.groupControl = new DevExpress.XtraEditors.GroupControl();
			this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
			this.rangeTrackBarControlWeibullSpeeds = new DevExpress.XtraEditors.RangeTrackBarControl();
			this.bindingSourceWindSpeedFreq = new System.Windows.Forms.BindingSource(this.components);
			this.bindingSourceWindDir = new System.Windows.Forms.BindingSource(this.components);
			((System.ComponentModel.ISupportInitialize)(this.chartControlWindSpeedFreq)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControlWindDir)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(polarDiagram1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(radarPointSeriesLabel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(polarAreaSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(radarPointSeriesLabel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(polarAreaSeriesView2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(radarPointSeriesLabel3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(polarAreaSeriesView3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.groupControl)).BeginInit();
			this.groupControl.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.rangeTrackBarControlWeibullSpeeds)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.rangeTrackBarControlWeibullSpeeds.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceWindSpeedFreq)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceWindDir)).BeginInit();
			this.SuspendLayout();
			// 
			// chartControlWindSpeedFreq
			// 
			this.chartControlWindSpeedFreq.AppearanceName = "The Trees";
			this.chartControlWindSpeedFreq.CacheToMemory = true;
			this.chartControlWindSpeedFreq.DataSource = this.bindingSourceWindSpeedFreq;
			xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
			xyDiagram1.AxisX.Range.SideMarginsEnabled = false;
			xyDiagram1.AxisX.ScaleBreakOptions.Style = DevExpress.XtraCharts.ScaleBreakStyle.Straight;
			xyDiagram1.AxisX.Tickmarks.MinorVisible = false;
			xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
			xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = false;
			xyDiagram1.AxisY.Range.SideMarginsEnabled = false;
			xyDiagram1.AxisY.Visible = false;
			xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
			secondaryAxisY1.AxisID = 0;
			secondaryAxisY1.Name = "Secondary AxisY 1";
			secondaryAxisY1.Range.ScrollingRange.SideMarginsEnabled = true;
			secondaryAxisY1.Range.SideMarginsEnabled = false;
			secondaryAxisY1.Visible = false;
			secondaryAxisY1.VisibleInPanesSerializable = "-1";
			secondaryAxisY2.AxisID = 1;
			secondaryAxisY2.Name = "Secondary AxisY 2";
			secondaryAxisY2.Range.ScrollingRange.SideMarginsEnabled = true;
			secondaryAxisY2.Range.SideMarginsEnabled = false;
			secondaryAxisY2.Visible = false;
			secondaryAxisY2.VisibleInPanesSerializable = "-1";
			xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY1,
            secondaryAxisY2});
			this.chartControlWindSpeedFreq.Diagram = xyDiagram1;
			this.chartControlWindSpeedFreq.Dock = System.Windows.Forms.DockStyle.Top;
			this.chartControlWindSpeedFreq.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
			this.chartControlWindSpeedFreq.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
			this.chartControlWindSpeedFreq.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
			this.chartControlWindSpeedFreq.Legend.EquallySpacedItems = false;
			this.chartControlWindSpeedFreq.Legend.Shadow.Visible = true;
			this.chartControlWindSpeedFreq.Location = new System.Drawing.Point(2, 22);
			this.chartControlWindSpeedFreq.Name = "chartControlWindSpeedFreq";
			series1.ArgumentDataMember = "SpeedPropertty";
			series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			pointSeriesLabel1.LineVisible = true;
			pointSeriesLabel1.Visible = false;
			series1.Label = pointSeriesLabel1;
			series1.Name = "Wind Power";
			series1.ValueDataMembersSerializable = "Power";
			splineAreaSeriesView1.AxisYName = "Secondary AxisY 1";
			splineAreaSeriesView1.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(64)))));
			splineAreaSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(196)))), ((int)(((byte)(196)))), ((int)(((byte)(64)))));
			splineAreaSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
			splineAreaSeriesView1.MarkerOptions.Visible = false;
			splineAreaSeriesView1.Transparency = ((byte)(64));
			series1.View = splineAreaSeriesView1;
			series2.ArgumentDataMember = "SpeedPropertty";
			series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			sideBySideBarSeriesLabel1.LineVisible = true;
			sideBySideBarSeriesLabel1.Visible = false;
			series2.Label = sideBySideBarSeriesLabel1;
			series2.Name = "Wind Speed Frequency";
			series2.ValueDataMembersSerializable = "FrequencyProperty";
			sideBySideBarSeriesView1.BarWidth = 0.5D;
			sideBySideBarSeriesView1.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(96)))), ((int)(((byte)(128)))), ((int)(((byte)(228)))));
			sideBySideBarSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(96)))), ((int)(((byte)(128)))), ((int)(((byte)(228)))));
			sideBySideBarSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
			sideBySideBarSeriesView1.Transparency = ((byte)(196));
			series2.View = sideBySideBarSeriesView1;
			series3.ArgumentDataMember = "SpeedPropertty";
			series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			pointSeriesLabel2.LineVisible = true;
			pointSeriesLabel2.Visible = false;
			series3.Label = pointSeriesLabel2;
			series3.LegendText = "Beta: NaN Theta: NaN";
			series3.Name = "Weibull";
			series3.ValueDataMembersSerializable = "WeibullProperty";
			splineSeriesView1.AxisYName = "Secondary AxisY 2";
			splineSeriesView1.Color = System.Drawing.Color.Red;
			splineSeriesView1.LineMarkerOptions.Visible = false;
			splineSeriesView1.LineStyle.Thickness = 1;
			series3.View = splineSeriesView1;
			this.chartControlWindSpeedFreq.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3};
			pointSeriesLabel3.LineVisible = true;
			this.chartControlWindSpeedFreq.SeriesTemplate.Label = pointSeriesLabel3;
			splineAreaSeriesView2.Transparency = ((byte)(0));
			this.chartControlWindSpeedFreq.SeriesTemplate.View = splineAreaSeriesView2;
			this.chartControlWindSpeedFreq.SideBySideBarDistanceFixed = 0;
			this.chartControlWindSpeedFreq.SideBySideEqualBarWidth = true;
			this.chartControlWindSpeedFreq.Size = new System.Drawing.Size(894, 203);
			this.chartControlWindSpeedFreq.TabIndex = 0;
			// 
			// chartControlWindDir
			// 
			this.chartControlWindDir.CacheToMemory = true;
			polarDiagram1.AxisY.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
			polarDiagram1.AxisY.NumericOptions.Precision = 1;
			polarDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
			polarDiagram1.AxisY.Range.SideMarginsEnabled = false;
			polarDiagram1.AxisY.Tickmarks.MinorVisible = false;
			polarDiagram1.AxisY.Tickmarks.Visible = false;
			polarDiagram1.AxisY.Visible = false;
			polarDiagram1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
			polarDiagram1.BorderVisible = false;
			polarDiagram1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
			polarDiagram1.RotationDirection = DevExpress.XtraCharts.RadarDiagramRotationDirection.Clockwise;
			this.chartControlWindDir.Diagram = polarDiagram1;
			this.chartControlWindDir.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControlWindDir.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
			this.chartControlWindDir.Legend.HorizontalIndent = 2;
			this.chartControlWindDir.Legend.Padding.Bottom = 1;
			this.chartControlWindDir.Legend.Padding.Left = 1;
			this.chartControlWindDir.Legend.Padding.Right = 1;
			this.chartControlWindDir.Legend.Padding.Top = 1;
			this.chartControlWindDir.Legend.Shadow.Visible = true;
			this.chartControlWindDir.Legend.TextOffset = 1;
			this.chartControlWindDir.Legend.VerticalIndent = 1;
			this.chartControlWindDir.Location = new System.Drawing.Point(2, 225);
			this.chartControlWindDir.Name = "chartControlWindDir";
			series4.ArgumentDataMember = "DirectionProperty";
			series4.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			radarPointSeriesLabel1.LineVisible = true;
			radarPointSeriesLabel1.Visible = false;
			series4.Label = radarPointSeriesLabel1;
			series4.Name = "Power From Direction";
			series4.ValueDataMembersSerializable = "PowerProperty";
			polarAreaSeriesView1.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(64)))));
			polarAreaSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(196)))), ((int)(((byte)(196)))), ((int)(((byte)(64)))));
			polarAreaSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
			polarAreaSeriesView1.MarkerOptions.Visible = false;
			polarAreaSeriesView1.Transparency = ((byte)(64));
			series4.View = polarAreaSeriesView1;
			series5.ArgumentDataMember = "DirectionProperty";
			series5.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			radarPointSeriesLabel2.LineVisible = true;
			radarPointSeriesLabel2.Visible = false;
			series5.Label = radarPointSeriesLabel2;
			series5.Name = "Wind From Direction";
			series5.ValueDataMembersSerializable = "FrequencyProperty";
			polarAreaSeriesView2.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(128)))), ((int)(((byte)(228)))));
			polarAreaSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(96)))), ((int)(((byte)(128)))), ((int)(((byte)(228)))));
			polarAreaSeriesView2.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
			polarAreaSeriesView2.MarkerOptions.Visible = false;
			polarAreaSeriesView2.Transparency = ((byte)(196));
			series5.View = polarAreaSeriesView2;
			this.chartControlWindDir.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series4,
        series5};
			this.chartControlWindDir.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			radarPointSeriesLabel3.LineVisible = true;
			this.chartControlWindDir.SeriesTemplate.Label = radarPointSeriesLabel3;
			polarAreaSeriesView3.Transparency = ((byte)(0));
			this.chartControlWindDir.SeriesTemplate.View = polarAreaSeriesView3;
			this.chartControlWindDir.Size = new System.Drawing.Size(894, 652);
			this.chartControlWindDir.TabIndex = 1;
			// 
			// groupControl
			// 
			this.groupControl.Controls.Add(this.labelControl1);
			this.groupControl.Controls.Add(this.rangeTrackBarControlWeibullSpeeds);
			this.groupControl.Controls.Add(this.chartControlWindDir);
			this.groupControl.Controls.Add(this.chartControlWindSpeedFreq);
			this.groupControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.groupControl.Location = new System.Drawing.Point(0, 0);
			this.groupControl.Name = "groupControl";
			this.groupControl.Size = new System.Drawing.Size(898, 879);
			this.groupControl.TabIndex = 2;
			this.groupControl.Text = "Wind Resource Analysis";
			// 
			// labelControl1
			// 
			this.labelControl1.Location = new System.Drawing.Point(165, 4);
			this.labelControl1.Name = "labelControl1";
			this.labelControl1.Size = new System.Drawing.Size(72, 13);
			this.labelControl1.TabIndex = 3;
			this.labelControl1.Text = "Weibull Range:";
			// 
			// rangeTrackBarControlWeibullSpeeds
			// 
			this.rangeTrackBarControlWeibullSpeeds.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.rangeTrackBarControlWeibullSpeeds.EditValue = new DevExpress.XtraEditors.Repository.TrackBarRange(0, 70);
			this.rangeTrackBarControlWeibullSpeeds.Location = new System.Drawing.Point(243, 0);
			this.rangeTrackBarControlWeibullSpeeds.Name = "rangeTrackBarControlWeibullSpeeds";
			this.rangeTrackBarControlWeibullSpeeds.Properties.AutoSize = false;
			this.rangeTrackBarControlWeibullSpeeds.Properties.Maximum = 70;
			this.rangeTrackBarControlWeibullSpeeds.Properties.ShowValueToolTip = true;
			this.rangeTrackBarControlWeibullSpeeds.Properties.TickFrequency = 2;
			this.rangeTrackBarControlWeibullSpeeds.Size = new System.Drawing.Size(655, 22);
			this.rangeTrackBarControlWeibullSpeeds.TabIndex = 2;
			this.rangeTrackBarControlWeibullSpeeds.Value = new DevExpress.XtraEditors.Repository.TrackBarRange(0, 70);
			this.rangeTrackBarControlWeibullSpeeds.EditValueChanged += new System.EventHandler(this.rangeTrackBarControlWeibullSpeeds_EditValueChanged);
			// 
			// bindingSourceWindSpeedFreq
			// 
			this.bindingSourceWindSpeedFreq.DataSource = typeof(Atmo.Stats.WindSpeedFrequency);
			// 
			// bindingSourceWindDir
			// 
			this.bindingSourceWindDir.DataSource = typeof(Atmo.Stats.WindDirectionEnergy);
			// 
			// WindResourceGraph
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.groupControl);
			this.Name = "WindResourceGraph";
			this.Size = new System.Drawing.Size(898, 879);
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControlWindSpeedFreq)).EndInit();
			((System.ComponentModel.ISupportInitialize)(polarDiagram1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(radarPointSeriesLabel1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(polarAreaSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(radarPointSeriesLabel2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(polarAreaSeriesView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(radarPointSeriesLabel3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(polarAreaSeriesView3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControlWindDir)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.groupControl)).EndInit();
			this.groupControl.ResumeLayout(false);
			this.groupControl.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.rangeTrackBarControlWeibullSpeeds.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.rangeTrackBarControlWeibullSpeeds)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceWindSpeedFreq)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceWindDir)).EndInit();
			this.ResumeLayout(false);

		}
Ejemplo n.º 23
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapViewer));
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint(0);
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PolygonGradientFillOptions polygonGradientFillOptions1 = new DevExpress.XtraCharts.PolygonGradientFillOptions();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.lblZaxis = new DevExpress.XtraEditors.LabelControl();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.lblYaxis = new DevExpress.XtraEditors.LabelControl();
     this.lblXaxis = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.lblCategory = new DevExpress.XtraEditors.LabelControl();
     this.lblDescription = new DevExpress.XtraEditors.LabelControl();
     this.lblName = new DevExpress.XtraEditors.LabelControl();
     this.lblLengthValues = new DevExpress.XtraEditors.LabelControl();
     this.lblLengthBytes = new DevExpress.XtraEditors.LabelControl();
     this.lblSRAMAddress = new DevExpress.XtraEditors.LabelControl();
     this.lblFlashAddress = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.panel1 = new System.Windows.Forms.Panel();
     this.popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copySelectedCellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteSelectedCellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.inOrgininalPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.atCurrentlySelectedLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editXaxisSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editYaxisSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.smoothSelectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
     this.surfaceGraphViewer1 = new SurfaceGraphViewer();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.trackBarControl1 = new DevExpress.XtraEditors.TrackBarControl();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.timer2 = new System.Windows.Forms.Timer(this.components);
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox3 = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox2 = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.timer3 = new System.Windows.Forms.Timer(this.components);
     this.timer4 = new System.Windows.Forms.Timer(this.components);
     this.popupContainerEdit1 = new DevExpress.XtraEditors.PopupContainerEdit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).BeginInit();
     this.popupContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // simpleButton3
     //
     this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.simpleButton3.Enabled = false;
     this.simpleButton3.Location = new System.Drawing.Point(14, 628);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(92, 23);
     this.simpleButton3.TabIndex = 9;
     this.simpleButton3.Text = "Undo changes";
     this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.Enabled = false;
     this.simpleButton2.Location = new System.Drawing.Point(715, 628);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(75, 23);
     this.simpleButton2.TabIndex = 8;
     this.simpleButton2.Text = "Save";
     this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Location = new System.Drawing.Point(796, 628);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(75, 23);
     this.simpleButton1.TabIndex = 7;
     this.simpleButton1.Text = "Close";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // groupControl2
     //
     this.toolTipController1.SetAllowHtmlText(this.groupControl2, DevExpress.Utils.DefaultBoolean.False);
     this.groupControl2.Controls.Add(this.lblZaxis);
     this.groupControl2.Controls.Add(this.labelControl13);
     this.groupControl2.Controls.Add(this.lblYaxis);
     this.groupControl2.Controls.Add(this.lblXaxis);
     this.groupControl2.Controls.Add(this.labelControl10);
     this.groupControl2.Controls.Add(this.labelControl11);
     this.groupControl2.Controls.Add(this.lblCategory);
     this.groupControl2.Controls.Add(this.lblDescription);
     this.groupControl2.Controls.Add(this.lblName);
     this.groupControl2.Controls.Add(this.lblLengthValues);
     this.groupControl2.Controls.Add(this.lblLengthBytes);
     this.groupControl2.Controls.Add(this.lblSRAMAddress);
     this.groupControl2.Controls.Add(this.lblFlashAddress);
     this.groupControl2.Controls.Add(this.labelControl7);
     this.groupControl2.Controls.Add(this.labelControl6);
     this.groupControl2.Controls.Add(this.labelControl5);
     this.groupControl2.Controls.Add(this.labelControl4);
     this.groupControl2.Controls.Add(this.labelControl3);
     this.groupControl2.Controls.Add(this.labelControl2);
     this.groupControl2.Controls.Add(this.labelControl1);
     this.groupControl2.Location = new System.Drawing.Point(3, 3);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(870, 90);
     this.toolTipController1.SetSuperTip(this.groupControl2, null);
     this.groupControl2.TabIndex = 6;
     this.groupControl2.Text = "Symbol details";
     this.groupControl2.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl2_Paint);
     //
     // lblZaxis
     //
     this.lblZaxis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblZaxis.Appearance.Options.UseForeColor = true;
     this.lblZaxis.Location = new System.Drawing.Point(488, 30);
     this.lblZaxis.Name = "lblZaxis";
     this.lblZaxis.Size = new System.Drawing.Size(12, 13);
     this.lblZaxis.TabIndex = 19;
     this.lblZaxis.Text = "...";
     //
     // labelControl13
     //
     this.labelControl13.Location = new System.Drawing.Point(430, 30);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(29, 13);
     this.labelControl13.TabIndex = 18;
     this.labelControl13.Text = "Z-axis";
     //
     // lblYaxis
     //
     this.lblYaxis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblYaxis.Appearance.Options.UseForeColor = true;
     this.lblYaxis.Location = new System.Drawing.Point(350, 62);
     this.lblYaxis.Name = "lblYaxis";
     this.lblYaxis.Size = new System.Drawing.Size(12, 13);
     this.lblYaxis.TabIndex = 17;
     this.lblYaxis.Text = "...";
     //
     // lblXaxis
     //
     this.lblXaxis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblXaxis.Appearance.Options.UseForeColor = true;
     this.lblXaxis.Location = new System.Drawing.Point(350, 30);
     this.lblXaxis.Name = "lblXaxis";
     this.lblXaxis.Size = new System.Drawing.Size(12, 13);
     this.lblXaxis.TabIndex = 16;
     this.lblXaxis.Text = "...";
     //
     // labelControl10
     //
     this.labelControl10.Location = new System.Drawing.Point(305, 62);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(29, 13);
     this.labelControl10.TabIndex = 15;
     this.labelControl10.Text = "Y-axis";
     //
     // labelControl11
     //
     this.labelControl11.Location = new System.Drawing.Point(305, 30);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(29, 13);
     this.labelControl11.TabIndex = 14;
     this.labelControl11.Text = "X-axis";
     //
     // lblCategory
     //
     this.lblCategory.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblCategory.Appearance.Options.UseForeColor = true;
     this.lblCategory.Location = new System.Drawing.Point(488, 62);
     this.lblCategory.Name = "lblCategory";
     this.lblCategory.Size = new System.Drawing.Size(12, 13);
     this.lblCategory.TabIndex = 13;
     this.lblCategory.Text = "...";
     //
     // lblDescription
     //
     this.lblDescription.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblDescription.Appearance.Options.UseForeColor = true;
     this.lblDescription.Location = new System.Drawing.Point(671, 62);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(12, 13);
     this.lblDescription.TabIndex = 12;
     this.lblDescription.Text = "...";
     //
     // lblName
     //
     this.lblName.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblName.Appearance.Options.UseForeColor = true;
     this.lblName.Location = new System.Drawing.Point(671, 30);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(12, 13);
     this.lblName.TabIndex = 11;
     this.lblName.Text = "...";
     //
     // lblLengthValues
     //
     this.lblLengthValues.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblLengthValues.Appearance.Options.UseForeColor = true;
     this.lblLengthValues.Location = new System.Drawing.Point(251, 62);
     this.lblLengthValues.Name = "lblLengthValues";
     this.lblLengthValues.Size = new System.Drawing.Size(36, 13);
     this.lblLengthValues.TabIndex = 10;
     this.lblLengthValues.Text = "0x0000";
     //
     // lblLengthBytes
     //
     this.lblLengthBytes.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblLengthBytes.Appearance.Options.UseForeColor = true;
     this.lblLengthBytes.Location = new System.Drawing.Point(251, 30);
     this.lblLengthBytes.Name = "lblLengthBytes";
     this.lblLengthBytes.Size = new System.Drawing.Size(36, 13);
     this.lblLengthBytes.TabIndex = 9;
     this.lblLengthBytes.Text = "0x0000";
     //
     // lblSRAMAddress
     //
     this.lblSRAMAddress.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblSRAMAddress.Appearance.Options.UseForeColor = true;
     this.lblSRAMAddress.Location = new System.Drawing.Point(100, 62);
     this.lblSRAMAddress.Name = "lblSRAMAddress";
     this.lblSRAMAddress.Size = new System.Drawing.Size(36, 13);
     this.lblSRAMAddress.TabIndex = 8;
     this.lblSRAMAddress.Text = "0x0000";
     //
     // lblFlashAddress
     //
     this.lblFlashAddress.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblFlashAddress.Appearance.Options.UseForeColor = true;
     this.lblFlashAddress.Location = new System.Drawing.Point(100, 30);
     this.lblFlashAddress.Name = "lblFlashAddress";
     this.lblFlashAddress.Size = new System.Drawing.Size(48, 13);
     this.lblFlashAddress.TabIndex = 7;
     this.lblFlashAddress.Text = "0x000000";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(430, 62);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(45, 13);
     this.labelControl7.TabIndex = 6;
     this.labelControl7.Text = "Category";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(598, 62);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(53, 13);
     this.labelControl6.TabIndex = 5;
     this.labelControl6.Text = "Description";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(598, 30);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(27, 13);
     this.labelControl5.TabIndex = 4;
     this.labelControl5.Text = "Name";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(164, 62);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(75, 13);
     this.labelControl4.TabIndex = 3;
     this.labelControl4.Text = "Length (values)";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(164, 30);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(71, 13);
     this.labelControl3.TabIndex = 2;
     this.labelControl3.Text = "Length (bytes)";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(18, 62);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(69, 13);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text = "SRAM address";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(18, 30);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(66, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "Flash address";
     //
     // groupControl1
     //
     this.toolTipController1.SetAllowHtmlText(this.groupControl1, DevExpress.Utils.DefaultBoolean.False);
     this.groupControl1.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)));
     this.groupControl1.Controls.Add(this.splitContainer1);
     this.groupControl1.Location = new System.Drawing.Point(3, 28);
     this.groupControl1.LookAndFeel.SkinName = "Black";
     this.groupControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(870, 594);
     this.toolTipController1.SetSuperTip(this.groupControl1, null);
     this.groupControl1.TabIndex = 5;
     this.groupControl1.Text = "Symbol data";
     this.groupControl1.DoubleClick += new System.EventHandler(this.groupControl1_DoubleClick);
     this.groupControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl1_Paint);
     //
     // splitContainer1
     //
     this.toolTipController1.SetAllowHtmlText(this.splitContainer1, DevExpress.Utils.DefaultBoolean.False);
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(2, 20);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.toolTipController1.SetAllowHtmlText(this.splitContainer1.Panel1, DevExpress.Utils.DefaultBoolean.False);
     this.splitContainer1.Panel1.Controls.Add(this.panel1);
     this.toolTipController1.SetSuperTip(this.splitContainer1.Panel1, null);
     //
     // splitContainer1.Panel2
     //
     this.toolTipController1.SetAllowHtmlText(this.splitContainer1.Panel2, DevExpress.Utils.DefaultBoolean.False);
     this.splitContainer1.Panel2.Controls.Add(this.xtraTabControl1);
     this.toolTipController1.SetSuperTip(this.splitContainer1.Panel2, null);
     this.splitContainer1.Size = new System.Drawing.Size(866, 572);
     this.splitContainer1.SplitterDistance = 284;
     this.toolTipController1.SetSuperTip(this.splitContainer1, null);
     this.splitContainer1.TabIndex = 1;
     this.splitContainer1.MouseLeave += new System.EventHandler(this.splitContainer1_MouseLeave);
     this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer1_SplitterMoved);
     this.splitContainer1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.splitContainer1_MouseDown);
     this.splitContainer1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.splitContainer1_MouseUp);
     //
     // panel1
     //
     this.toolTipController1.SetAllowHtmlText(this.panel1, DevExpress.Utils.DefaultBoolean.False);
     this.panel1.Controls.Add(this.popupContainerControl1);
     this.panel1.Controls.Add(this.gridControl1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(866, 284);
     this.toolTipController1.SetSuperTip(this.panel1, null);
     this.panel1.TabIndex = 2;
     //
     // popupContainerControl1
     //
     this.toolTipController1.SetAllowHtmlText(this.popupContainerControl1, DevExpress.Utils.DefaultBoolean.False);
     this.popupContainerControl1.Controls.Add(this.groupControl2);
     this.popupContainerControl1.Location = new System.Drawing.Point(3, 72);
     this.popupContainerControl1.Name = "popupContainerControl1";
     this.popupContainerControl1.Size = new System.Drawing.Size(878, 97);
     this.toolTipController1.SetSuperTip(this.popupContainerControl1, null);
     this.popupContainerControl1.TabIndex = 1;
     //
     // gridControl1
     //
     this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.LookAndFeel.SkinName = "Black";
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(866, 284);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // contextMenuStrip1
     //
     this.toolTipController1.SetAllowHtmlText(this.contextMenuStrip1, DevExpress.Utils.DefaultBoolean.False);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.copySelectedCellsToolStripMenuItem,
     this.pasteSelectedCellsToolStripMenuItem,
     this.editXaxisSymbolToolStripMenuItem,
     this.editYaxisSymbolToolStripMenuItem,
     this.smoothSelectionToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(179, 114);
     this.toolTipController1.SetSuperTip(this.contextMenuStrip1, null);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // copySelectedCellsToolStripMenuItem
     //
     this.copySelectedCellsToolStripMenuItem.Name = "copySelectedCellsToolStripMenuItem";
     this.copySelectedCellsToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.copySelectedCellsToolStripMenuItem.Text = "Copy selected cells";
     this.copySelectedCellsToolStripMenuItem.Click += new System.EventHandler(this.copySelectedCellsToolStripMenuItem_Click);
     //
     // pasteSelectedCellsToolStripMenuItem
     //
     this.pasteSelectedCellsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.inOrgininalPositionToolStripMenuItem,
     this.atCurrentlySelectedLocationToolStripMenuItem});
     this.pasteSelectedCellsToolStripMenuItem.Name = "pasteSelectedCellsToolStripMenuItem";
     this.pasteSelectedCellsToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.pasteSelectedCellsToolStripMenuItem.Text = "Paste selected cells";
     //
     // inOrgininalPositionToolStripMenuItem
     //
     this.inOrgininalPositionToolStripMenuItem.Name = "inOrgininalPositionToolStripMenuItem";
     this.inOrgininalPositionToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
     this.inOrgininalPositionToolStripMenuItem.Text = "At original position";
     this.inOrgininalPositionToolStripMenuItem.Click += new System.EventHandler(this.inOrgininalPositionToolStripMenuItem_Click);
     //
     // atCurrentlySelectedLocationToolStripMenuItem
     //
     this.atCurrentlySelectedLocationToolStripMenuItem.Name = "atCurrentlySelectedLocationToolStripMenuItem";
     this.atCurrentlySelectedLocationToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
     this.atCurrentlySelectedLocationToolStripMenuItem.Text = "At currently selected location";
     this.atCurrentlySelectedLocationToolStripMenuItem.Click += new System.EventHandler(this.atCurrentlySelectedLocationToolStripMenuItem_Click);
     //
     // editXaxisSymbolToolStripMenuItem
     //
     this.editXaxisSymbolToolStripMenuItem.Name = "editXaxisSymbolToolStripMenuItem";
     this.editXaxisSymbolToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.editXaxisSymbolToolStripMenuItem.Text = "Edit x-axis";
     this.editXaxisSymbolToolStripMenuItem.Click += new System.EventHandler(this.editXaxisSymbolToolStripMenuItem_Click);
     //
     // editYaxisSymbolToolStripMenuItem
     //
     this.editYaxisSymbolToolStripMenuItem.Name = "editYaxisSymbolToolStripMenuItem";
     this.editYaxisSymbolToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.editYaxisSymbolToolStripMenuItem.Text = "Edit y-axis";
     this.editYaxisSymbolToolStripMenuItem.Click += new System.EventHandler(this.editYaxisSymbolToolStripMenuItem_Click);
     //
     // smoothSelectionToolStripMenuItem
     //
     this.smoothSelectionToolStripMenuItem.Name = "smoothSelectionToolStripMenuItem";
     this.smoothSelectionToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.smoothSelectionToolStripMenuItem.Text = "Smooth selection";
     this.smoothSelectionToolStripMenuItem.Click += new System.EventHandler(this.smoothSelectionToolStripMenuItem_Click);
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsCustomization.AllowColumnMoving = false;
     this.gridView1.OptionsCustomization.AllowFilter = false;
     this.gridView1.OptionsCustomization.AllowGroup = false;
     this.gridView1.OptionsCustomization.AllowSort = false;
     this.gridView1.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedRow = false;
     this.gridView1.OptionsSelection.MultiSelect = true;
     this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged_1);
     this.gridView1.ValidatingEditor += new DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventHandler(this.gridView1_ValidatingEditor);
     this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
     this.gridView1.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanged);
     this.gridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridView1_KeyDown);
     this.gridView1.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanging);
     this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
     this.gridView1.ShownEditor += new System.EventHandler(this.gridView1_ShownEditor);
     this.gridView1.RowUpdated += new DevExpress.XtraGrid.Views.Base.RowObjectEventHandler(this.gridView1_RowUpdated);
     this.gridView1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.gridView1_ShowingEditor);
     this.gridView1.HiddenEditor += new System.EventHandler(this.gridView1_HiddenEditor);
     this.gridView1.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.gridView1_CustomDrawColumnHeader);
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Left;
     this.xtraTabControl1.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Vertical;
     this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size = new System.Drawing.Size(866, 284);
     this.xtraTabControl1.TabIndex = 2;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2});
     this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.simpleButton4);
     this.xtraTabPage1.Controls.Add(this.simpleButton5);
     this.xtraTabPage1.Controls.Add(this.simpleButton6);
     this.xtraTabPage1.Controls.Add(this.simpleButton7);
     this.xtraTabPage1.Controls.Add(this.surfaceGraphViewer1);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(836, 275);
     this.xtraTabPage1.Text = "3D Graph";
     //
     // simpleButton4
     //
     this.simpleButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton4.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
     this.simpleButton4.Location = new System.Drawing.Point(814, 60);
     this.simpleButton4.Name = "simpleButton4";
     this.simpleButton4.Size = new System.Drawing.Size(23, 23);
     this.simpleButton4.TabIndex = 12;
     this.simpleButton4.ToolTip = "Turn graph counter clockwise";
     this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton5.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton5.Image")));
     this.simpleButton5.Location = new System.Drawing.Point(814, 89);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(23, 23);
     this.simpleButton5.TabIndex = 11;
     this.simpleButton5.ToolTip = "Turn graph clockwise";
     this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click);
     //
     // simpleButton6
     //
     this.simpleButton6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton6.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton6.Image")));
     this.simpleButton6.Location = new System.Drawing.Point(814, 32);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(23, 23);
     this.simpleButton6.TabIndex = 10;
     this.simpleButton6.ToolTip = "Zoom out";
     this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click);
     //
     // simpleButton7
     //
     this.simpleButton7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton7.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton7.Image")));
     this.simpleButton7.Location = new System.Drawing.Point(814, 3);
     this.simpleButton7.Name = "simpleButton7";
     this.simpleButton7.Size = new System.Drawing.Size(23, 23);
     this.simpleButton7.TabIndex = 9;
     this.simpleButton7.ToolTip = "Zoom in";
     this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click);
     //
     // surfaceGraphViewer1
     //
     this.toolTipController1.SetAllowHtmlText(this.surfaceGraphViewer1, DevExpress.Utils.DefaultBoolean.False);
     this.surfaceGraphViewer1.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)));
     this.surfaceGraphViewer1.IsRedWhite = false;
     this.surfaceGraphViewer1.IsSixteenbit = false;
     this.surfaceGraphViewer1.IsUpsideDown = false;
     this.surfaceGraphViewer1.Location = new System.Drawing.Point(0, 0);
     this.surfaceGraphViewer1.Map_compare_content = null;
     this.surfaceGraphViewer1.Map_content = null;
     this.surfaceGraphViewer1.Map_length = 0;
     this.surfaceGraphViewer1.Map_name = "";
     this.surfaceGraphViewer1.Map_original_content = null;
     this.surfaceGraphViewer1.Name = "surfaceGraphViewer1";
     this.surfaceGraphViewer1.NumberOfColumns = 8;
     this.surfaceGraphViewer1.Pan_x = 45;
     this.surfaceGraphViewer1.Pan_y = 77;
     this.surfaceGraphViewer1.Pov_d = 0.6;
     this.surfaceGraphViewer1.Pov_x = 30;
     this.surfaceGraphViewer1.Pov_y = 56;
     this.surfaceGraphViewer1.Pov_z = 21;
     this.surfaceGraphViewer1.Size = new System.Drawing.Size(808, 275);
     this.toolTipController1.SetSuperTip(this.surfaceGraphViewer1, null);
     this.surfaceGraphViewer1.TabIndex = 0;
     this.surfaceGraphViewer1.X_axis = null;
     this.surfaceGraphViewer1.X_axis_descr = "";
     this.surfaceGraphViewer1.Y_axis = null;
     this.surfaceGraphViewer1.Y_axis_descr = "";
     this.surfaceGraphViewer1.Z_axis = null;
     this.surfaceGraphViewer1.Z_axis_descr = "";
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.labelControl9);
     this.xtraTabPage2.Controls.Add(this.labelControl8);
     this.xtraTabPage2.Controls.Add(this.trackBarControl1);
     this.xtraTabPage2.Controls.Add(this.chartControl1);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(836, 275);
     this.xtraTabPage2.Text = "2D Graph";
     //
     // labelControl9
     //
     this.labelControl9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl9.AutoEllipsis = true;
     this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl9.Location = new System.Drawing.Point(645, 201);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(188, 34);
     this.labelControl9.TabIndex = 4;
     this.labelControl9.Text = "MAP";
     //
     // labelControl8
     //
     this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelControl8.AutoEllipsis = true;
     this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl8.Location = new System.Drawing.Point(6, 201);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(104, 34);
     this.labelControl8.TabIndex = 3;
     this.labelControl8.Text = "MAP values";
     //
     // trackBarControl1
     //
     this.trackBarControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBarControl1.EditValue = null;
     this.trackBarControl1.Location = new System.Drawing.Point(125, 201);
     this.trackBarControl1.Name = "trackBarControl1";
     this.trackBarControl1.Size = new System.Drawing.Size(500, 45);
     this.trackBarControl1.TabIndex = 2;
     this.trackBarControl1.ValueChanged += new System.EventHandler(this.trackBarControl1_ValueChanged);
     //
     // chartControl1
     //
     this.toolTipController1.SetAllowHtmlText(this.chartControl1, DevExpress.Utils.DefaultBoolean.False);
     this.chartControl1.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)));
     this.chartControl1.CacheToMemory = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisX.Range.SideMarginsEnabled = false;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.SideMarginsEnabled = false;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Legend.Border.Visible = false;
     this.chartControl1.Location = new System.Drawing.Point(3, 3);
     this.chartControl1.Name = "chartControl1";
     this.chartControl1.RefreshDataOnRepaint = false;
     this.chartControl1.RuntimeHitTesting = false;
     this.chartControl1.RuntimeSeriesSelectionMode = DevExpress.XtraCharts.SeriesSelectionMode.Point;
     series1.Name = "Values";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
     seriesPoint1});
     lineSeriesView1.LineMarkerOptions.Size = 8;
     lineSeriesView1.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
     polygonGradientFillOptions1.Color2 = System.Drawing.Color.Gold;
     lineSeriesView1.LineMarkerOptions.FillStyle.Options = polygonGradientFillOptions1;
     lineSeriesView1.Color = System.Drawing.Color.DarkGoldenrod;
     series1.View = lineSeriesView1;
     series1.ArgumentDataMember = "X";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     pointSeriesLabel1.Angle = 90;
     pointSeriesLabel1.TextColor = System.Drawing.Color.MidnightBlue;
     pointSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 6F, System.Drawing.FontStyle.Bold);
     pointSeriesLabel1.Border.Visible = false;
     pointSeriesLabel1.Antialiasing = true;
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     pointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     series1.PointOptions = pointOptions1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1};
     this.chartControl1.SeriesTemplate.View = lineSeriesView2;
     pointSeriesLabel2.LineVisible = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel2;
     this.chartControl1.Size = new System.Drawing.Size(830, 185);
     this.toolTipController1.SetSuperTip(this.chartControl1, null);
     this.chartControl1.TabIndex = 1;
     this.chartControl1.Visible = false;
     this.chartControl1.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl1_CustomDrawSeriesPoint);
     this.chartControl1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseUp);
     this.chartControl1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDoubleClick);
     this.chartControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseMove);
     this.chartControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDown);
     this.chartControl1.ObjectHotTracked += new DevExpress.XtraCharts.HotTrackEventHandler(this.chartControl1_ObjectHotTracked);
     this.chartControl1.CustomDrawSeries += new DevExpress.XtraCharts.CustomDrawSeriesEventHandler(this.chartControl1_CustomDrawSeries);
     this.chartControl1.Click += new System.EventHandler(this.chartControl1_Click);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // timer2
     //
     this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
     //
     // toolTipController1
     //
     this.toolTipController1.Rounded = true;
     //
     // toolStrip1
     //
     this.toolTipController1.SetAllowHtmlText(this.toolStrip1, DevExpress.Utils.DefaultBoolean.False);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton1,
     this.toolStripButton2,
     this.toolStripSeparator3,
     this.toolStripButton4,
     this.toolStripButton5,
     this.toolStripButton6,
     this.toolStripButton7,
     this.toolStripSeparator1,
     this.toolStripLabel3,
     this.toolStripComboBox3,
     this.toolStripSeparator2,
     this.toolStripLabel1,
     this.toolStripComboBox2,
     this.toolStripLabel2,
     this.toolStripComboBox1,
     this.toolStripTextBox1,
     this.toolStripButton3});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(876, 25);
     this.toolTipController1.SetSuperTip(this.toolStrip1, null);
     this.toolStrip1.TabIndex = 10;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text = "Toggle graph section";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text = "Toggle hexview";
     this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton4.Text = "Maximize graph";
     this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
     //
     // toolStripButton5
     //
     this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name = "toolStripButton5";
     this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton5.Text = "Maximize table";
     this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
     //
     // toolStripButton6
     //
     this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name = "toolStripButton6";
     this.toolStripButton6.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton6.Text = "Maximize window";
     this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
     //
     // toolStripButton7
     //
     this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name = "toolStripButton7";
     this.toolStripButton7.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton7.Text = "Toggle graph/map";
     this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(51, 22);
     this.toolStripLabel3.Text = "Viewtype";
     //
     // toolStripComboBox3
     //
     this.toolStripComboBox3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.toolStripComboBox3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.toolStripComboBox3.Items.AddRange(new object[] {
     "Hex view ",
     "Decimal view ",
     "Easy view"});
     this.toolStripComboBox3.Name = "toolStripComboBox3";
     this.toolStripComboBox3.Size = new System.Drawing.Size(160, 25);
     this.toolStripComboBox3.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox3_SelectedIndexChanged);
     this.toolStripComboBox3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripComboBox3_KeyDown);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(77, 22);
     this.toolStripLabel1.Text = "Axis lock mode";
     //
     // toolStripComboBox2
     //
     this.toolStripComboBox2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.toolStripComboBox2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.toolStripComboBox2.Items.AddRange(new object[] {
     "Autoscale",
     "Lock to peak in maps",
     "Lock to map limit"});
     this.toolStripComboBox2.Name = "toolStripComboBox2";
     this.toolStripComboBox2.Size = new System.Drawing.Size(121, 25);
     this.toolStripComboBox2.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox2_SelectedIndexChanged);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(67, 22);
     this.toolStripLabel2.Text = "Mathematics";
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.toolStripComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.toolStripComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.toolStripComboBox1.Items.AddRange(new object[] {
     "Addition",
     "Multiply",
     "Divide",
     "Fill"});
     this.toolStripComboBox1.Name = "toolStripComboBox1";
     this.toolStripComboBox1.Size = new System.Drawing.Size(121, 25);
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.Name = "toolStripTextBox1";
     this.toolStripTextBox1.Size = new System.Drawing.Size(60, 25);
     this.toolStripTextBox1.Text = "2";
     this.toolStripTextBox1.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton3.Text = "Execute";
     this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
     //
     // timer3
     //
     this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
     //
     // timer4
     //
     this.timer4.Enabled = true;
     this.timer4.Interval = 500;
     this.timer4.Tick += new System.EventHandler(this.timer4_Tick);
     //
     // popupContainerEdit1
     //
     this.popupContainerEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.popupContainerEdit1.Location = new System.Drawing.Point(125, 631);
     this.popupContainerEdit1.Name = "popupContainerEdit1";
     this.popupContainerEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.popupContainerEdit1.Properties.PopupControl = this.popupContainerControl1;
     this.popupContainerEdit1.Size = new System.Drawing.Size(161, 20);
     toolTipTitleItem1.Text = "Click here for table details";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.False;
     this.popupContainerEdit1.SuperTip = superToolTip1;
     this.popupContainerEdit1.TabIndex = 11;
     this.popupContainerEdit1.CustomDisplayText += new DevExpress.XtraEditors.Controls.CustomDisplayTextEventHandler(this.popupContainerEdit1_CustomDisplayText);
     //
     // MapViewer
     //
     this.toolTipController1.SetAllowHtmlText(this, DevExpress.Utils.DefaultBoolean.False);
     this.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.simpleButton3);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.popupContainerEdit1);
     this.LookAndFeel.SkinName = "Black";
     this.Name = "MapViewer";
     this.Size = new System.Drawing.Size(876, 664);
     this.toolTipController1.SetSuperTip(this, null);
     this.VisibleChanged += new System.EventHandler(this.MapViewer_VisibleChanged);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).EndInit();
     this.popupContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            this.chartControlAnalizeCount = new DevExpress.XtraCharts.ChartControl();
            this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
            this.uslugiCountBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.chartControlAnalizeCount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            this.xtraScrollableControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uslugiCountBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControlAnalizeCount
            // 
            this.chartControlAnalizeCount.AppearanceName = "Chameleon";
            this.chartControlAnalizeCount.DataSource = this.uslugiCountBindingSource;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.EnableAxisXScrolling = true;
            xyDiagram1.EnableAxisXZooming = true;
            xyDiagram1.PaneLayoutDirection = DevExpress.XtraCharts.PaneLayoutDirection.Horizontal;
            this.chartControlAnalizeCount.Diagram = xyDiagram1;
            this.chartControlAnalizeCount.Dock = System.Windows.Forms.DockStyle.Top;
            this.chartControlAnalizeCount.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartControlAnalizeCount.Location = new System.Drawing.Point(0, 0);
            this.chartControlAnalizeCount.Name = "chartControlAnalizeCount";
            this.chartControlAnalizeCount.OptionsPrint.ImageFormat = DevExpress.XtraCharts.Printing.PrintImageFormat.Metafile;
            this.chartControlAnalizeCount.Padding.Bottom = 1;
            this.chartControlAnalizeCount.Padding.Left = 1;
            this.chartControlAnalizeCount.Padding.Right = 1;
            this.chartControlAnalizeCount.Padding.Top = 1;
            series1.ArgumentDataMember = "NameUslugi";
            pointSeriesLabel1.LineVisible = true;
            pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
            series1.Label = pointSeriesLabel1;
            series1.LegendText = "Анализы";
            series1.Name = "Анализы";
            series1.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            series1.SeriesPointsSortingKey = DevExpress.XtraCharts.SeriesPointKey.Value_1;
            series1.ValueDataMembersSerializable = "Count";
            series1.View = lineSeriesView1;
            this.chartControlAnalizeCount.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            this.chartControlAnalizeCount.SeriesSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            pointSeriesLabel2.LineVisible = true;
            this.chartControlAnalizeCount.SeriesTemplate.Label = pointSeriesLabel2;
            this.chartControlAnalizeCount.SeriesTemplate.View = lineSeriesView2;
            this.chartControlAnalizeCount.SideBySideBarDistanceFixed = 2;
            this.chartControlAnalizeCount.SideBySideBarDistanceVariable = 2D;
            this.chartControlAnalizeCount.Size = new System.Drawing.Size(828, 700);
            this.chartControlAnalizeCount.TabIndex = 28;
            // 
            // xtraScrollableControl1
            // 
            this.xtraScrollableControl1.Controls.Add(this.chartControlAnalizeCount);
            this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 0);
            this.xtraScrollableControl1.Name = "xtraScrollableControl1";
            this.xtraScrollableControl1.Size = new System.Drawing.Size(845, 477);
            this.xtraScrollableControl1.TabIndex = 29;
            // 
            // uslugiCountBindingSource
            // 
            this.uslugiCountBindingSource.DataSource = typeof(EntityRegistry.UslugiCount);
            // 
            // StatisticBarVisitsPanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.xtraScrollableControl1);
            this.Name = "StatisticBarVisitsPanel";
            this.Size = new System.Drawing.Size(845, 477);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControlAnalizeCount)).EndInit();
            this.xtraScrollableControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uslugiCountBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram6 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY6 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series16 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions6 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView11 = new DevExpress.XtraCharts.StepAreaSeriesView();
            DevExpress.XtraCharts.Series series17 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView11 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series18 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView12 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView12 = new DevExpress.XtraCharts.StepAreaSeriesView();
            this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.barManager1 = new DevExpress.XtraBars.BarManager();
            this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            this.chartControl1.CrosshairOptions.HighlightPoints = false;
            xyDiagram6.AxisX.Tickmarks.MinorVisible = false;
            xyDiagram6.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram6.AxisX.WholeRange.AutoSideMargins = false;
            xyDiagram6.AxisX.WholeRange.SideMarginsValue = 0D;
            xyDiagram6.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram6.EnableAxisXScrolling = true;
            xyDiagram6.ScrollingOptions.UseKeyboard = false;
            xyDiagram6.ScrollingOptions.UseMouse = false;
            xyDiagram6.ScrollingOptions.UseTouchDevice = false;
            secondaryAxisY6.AxisID = 0;
            secondaryAxisY6.Name = "Secondary AxisY 1";
            secondaryAxisY6.VisibleInPanesSerializable = "-1";
            secondaryAxisY6.VisualRange.Auto = false;
            secondaryAxisY6.VisualRange.AutoSideMargins = false;
            secondaryAxisY6.VisualRange.MaxValueSerializable = "100";
            secondaryAxisY6.VisualRange.MinValueSerializable = "0";
            secondaryAxisY6.VisualRange.SideMarginsValue = 0D;
            secondaryAxisY6.WholeRange.Auto = false;
            secondaryAxisY6.WholeRange.AutoSideMargins = false;
            secondaryAxisY6.WholeRange.MaxValueSerializable = "100";
            secondaryAxisY6.WholeRange.MinValueSerializable = "0";
            secondaryAxisY6.WholeRange.SideMarginsValue = 0D;
            xyDiagram6.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY6});
            xyDiagram6.ZoomingOptions.UseMouseWheel = false;
            this.chartControl1.Diagram = xyDiagram6;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(4, 2);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.RuntimeHitTesting = true;
            series16.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel6.Angle = 42;
            pointSeriesLabel6.Antialiasing = true;
            pointOptions6.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions6.PointView = DevExpress.XtraCharts.PointView.Argument;
            pointSeriesLabel6.PointOptions = pointOptions6;
            pointSeriesLabel6.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
            pointSeriesLabel6.TextOrientation = DevExpress.XtraCharts.TextOrientation.TopToBottom;
            series16.Label = pointSeriesLabel6;
            series16.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
            series16.Name = "Series 1";
            stepAreaSeriesView11.Transparency = ((byte)(0));
            series16.View = stepAreaSeriesView11;
            series17.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series17.Name = "Series 2";
            splineSeriesView11.AxisYName = "Secondary AxisY 1";
            series17.View = splineSeriesView11;
            series18.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series18.Name = "Series 3";
            splineSeriesView12.AxisYName = "Secondary AxisY 1";
            series18.View = splineSeriesView12;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series16,
        series17,
        series18};
            stepAreaSeriesView12.MarkerOptions.Size = 8;
            this.chartControl1.SeriesTemplate.View = stepAreaSeriesView12;
            this.chartControl1.SideBySideEqualBarWidth = false;
            this.chartControl1.Size = new System.Drawing.Size(718, 373);
            this.chartControl1.TabIndex = 0;
            this.chartControl1.CustomShowRightClickPopupMenu += new System.EventHandler<SPC.Controls.Base.AdvChartControl.ShowRightClickPopupMenuEventArgs>(this.chartControl1_CustomShowRightClickPopupMenu);
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Caption = "Check";
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            this.repositoryItemCheckEdit1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemCheckEdit1_EditValueChanging);
            // 
            // repositoryItemCheckEdit2
            // 
            this.repositoryItemCheckEdit2.AutoHeight = false;
            this.repositoryItemCheckEdit2.Caption = "Check";
            this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "显示X坐标";
            this.barEditItem1.Edit = this.repositoryItemCheckEdit1;
            this.barEditItem1.Id = 0;
            this.barEditItem1.Name = "barEditItem1";
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(4, 2);
            this.barDockControlTop.Size = new System.Drawing.Size(718, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(4, 375);
            this.barDockControlBottom.Size = new System.Drawing.Size(718, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(4, 2);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 373);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(722, 2);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 373);
            // 
            // barManager1
            // 
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barEditItem1,
            this.barEditItem2});
            this.barManager1.MaxItemId = 3;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckEdit1,
            this.repositoryItemCheckEdit2,
            this.repositoryItemToggleSwitch1});
            // 
            // barEditItem2
            // 
            this.barEditItem2.Caption = "填充";
            this.barEditItem2.Edit = this.repositoryItemToggleSwitch1;
            this.barEditItem2.Id = 2;
            this.barEditItem2.Name = "barEditItem2";
            // 
            // repositoryItemToggleSwitch1
            // 
            this.repositoryItemToggleSwitch1.AutoHeight = false;
            this.repositoryItemToggleSwitch1.Name = "repositoryItemToggleSwitch1";
            this.repositoryItemToggleSwitch1.OffText = "Off";
            this.repositoryItemToggleSwitch1.OnText = "On";
            this.repositoryItemToggleSwitch1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemToggleSwitch1_EditValueChanging);
            // 
            // SpectralDistributionDrawBoard
            // 
            this.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "SpectralDistributionDrawBoard";
            this.Size = new System.Drawing.Size(724, 377);
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 26
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CostSupplier));
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView1 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions2 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView2 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions3 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView3 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions4 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView4 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel5 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions5 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView5 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions6 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView6 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel7 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions7 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView7 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel8 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions8 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView8 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series9 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel9 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions9 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView9 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series10 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel10 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions10 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView10 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series11 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel11 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions11 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView11 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series12 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel12 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions12 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series13 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel13 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions13 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series14 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel14 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions14 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series15 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel15 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions15 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView4 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series16 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel16 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions16 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView5 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series17 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel17 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions17 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView6 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series18 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel18 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions18 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView7 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series19 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel19 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions19 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView8 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series20 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel20 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions20 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView9 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series21 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel21 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions21 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView10 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series22 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel22 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions22 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView11 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel23 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView12 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series23 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel24 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions23 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView13 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            DevExpress.XtraCharts.Series series24 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel25 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView12 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel26 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView14 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.tabpageByYear = new DevExpress.XtraTab.XtraTabPage();
            this.txtTurnOverYear11 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverYear10 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverYear9 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverYear8 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverYear7 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverYear6 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverYear5 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverYear4 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverYear3 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverYear2 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverYear1 = new DevExpress.XtraEditors.TextEdit();
            this.lblTurnOverYear11 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnOverYear10 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnOverYear9 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnOverYear8 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnOverYear7 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnOverYear6 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnOverYear5 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnOverYear4 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnOverYear3 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnOverYear2 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnOverYear1 = new DevExpress.XtraEditors.LabelControl();
            this.label1 = new DevExpress.XtraEditors.LabelControl();
            this.btnImage = new DevExpress.XtraEditors.SimpleButton();
            this.iclLarge = new DevExpress.Utils.ImageCollection(this.components);
            this.btnPDF = new DevExpress.XtraEditors.SimpleButton();
            this.cbxLabel11 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel10 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel9 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel8 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel7 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel6 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel5 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel4 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel3 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel2 = new DevExpress.XtraEditors.CheckEdit();
            this.cbxLabel1 = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.btnTrend1 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend2 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend3 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend11 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend10 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend9 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend8 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend7 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend6 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend5 = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend4 = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.btnYear1 = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.btnYear2 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear3 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear11 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear10 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear9 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear8 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear7 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear6 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear5 = new DevExpress.XtraEditors.SimpleButton();
            this.btnYear4 = new DevExpress.XtraEditors.SimpleButton();
            this.chartTurnOver = new DevExpress.XtraCharts.ChartControl();
            this.tabpageByTimeFrame = new DevExpress.XtraTab.XtraTabPage();
            this.txtTurnOverByTimeFrameYear11 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverByTimeFrameYear10 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverByTimeFrameYear9 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverByTimeFrameYear8 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverByTimeFrameYear7 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverByTimeFrameYear6 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverByTimeFrameYear5 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverByTimeFrameYear4 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverByTimeFrameYear3 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverByTimeFrameYear2 = new DevExpress.XtraEditors.TextEdit();
            this.txtTurnOverByTimeFrameYear1 = new DevExpress.XtraEditors.TextEdit();
            this.lblTurnByTimeFrameOverYear11 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnByTimeFrameOverYear10 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnByTimeFrameOverYear9 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnByTimeFrameOverYear8 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnByTimeFrameOverYear7 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnByTimeFrameOverYear6 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnByTimeFrameOverYear5 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnByTimeFrameOverYear4 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnByTimeFrameOverYear3 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnByTimeFrameOverYear2 = new DevExpress.XtraEditors.LabelControl();
            this.lblTurnByTimeFrameOverYear1 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
            this.btnTrend10J = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend5J = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend3J = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend1J = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend6M = new DevExpress.XtraEditors.SimpleButton();
            this.btnTrend3M = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.cbxTurnOverByTimeFrameLabel = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.btn3J = new DevExpress.XtraEditors.SimpleButton();
            this.chartTurnOverByTimeFrame = new DevExpress.XtraCharts.ChartControl();
            this.btn3M = new DevExpress.XtraEditors.SimpleButton();
            this.btn6M = new DevExpress.XtraEditors.SimpleButton();
            this.btn1J = new DevExpress.XtraEditors.SimpleButton();
            this.btn10J = new DevExpress.XtraEditors.SimpleButton();
            this.btn5J = new DevExpress.XtraEditors.SimpleButton();
            this.toolTipController2 = new DevExpress.Utils.ToolTipController(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.tabpageByYear.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear11.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear10.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear9.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear8.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear7.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear6.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear5.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear4.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear3.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.iclLarge)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel11.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel10.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel9.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel8.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel7.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel6.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel5.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel4.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel3.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartTurnOver)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView12)).BeginInit();
            this.tabpageByTimeFrame.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear11.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear10.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear9.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear8.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear7.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear6.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear5.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear4.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear3.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxTurnOverByTimeFrameLabel.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartTurnOverByTimeFrame)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel25)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel26)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView14)).BeginInit();
            this.SuspendLayout();
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Location = new System.Drawing.Point(2, 1);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.tabpageByYear;
            this.xtraTabControl1.Size = new System.Drawing.Size(943, 535);
            this.xtraTabControl1.TabIndex = 0;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabpageByYear,
            this.tabpageByTimeFrame});
            // 
            // tabpageByYear
            // 
            this.tabpageByYear.Controls.Add(this.txtTurnOverYear11);
            this.tabpageByYear.Controls.Add(this.txtTurnOverYear10);
            this.tabpageByYear.Controls.Add(this.txtTurnOverYear9);
            this.tabpageByYear.Controls.Add(this.txtTurnOverYear8);
            this.tabpageByYear.Controls.Add(this.txtTurnOverYear7);
            this.tabpageByYear.Controls.Add(this.txtTurnOverYear6);
            this.tabpageByYear.Controls.Add(this.txtTurnOverYear5);
            this.tabpageByYear.Controls.Add(this.txtTurnOverYear4);
            this.tabpageByYear.Controls.Add(this.txtTurnOverYear3);
            this.tabpageByYear.Controls.Add(this.txtTurnOverYear2);
            this.tabpageByYear.Controls.Add(this.txtTurnOverYear1);
            this.tabpageByYear.Controls.Add(this.lblTurnOverYear11);
            this.tabpageByYear.Controls.Add(this.lblTurnOverYear10);
            this.tabpageByYear.Controls.Add(this.lblTurnOverYear9);
            this.tabpageByYear.Controls.Add(this.lblTurnOverYear8);
            this.tabpageByYear.Controls.Add(this.lblTurnOverYear7);
            this.tabpageByYear.Controls.Add(this.lblTurnOverYear6);
            this.tabpageByYear.Controls.Add(this.lblTurnOverYear5);
            this.tabpageByYear.Controls.Add(this.lblTurnOverYear4);
            this.tabpageByYear.Controls.Add(this.lblTurnOverYear3);
            this.tabpageByYear.Controls.Add(this.lblTurnOverYear2);
            this.tabpageByYear.Controls.Add(this.lblTurnOverYear1);
            this.tabpageByYear.Controls.Add(this.label1);
            this.tabpageByYear.Controls.Add(this.btnImage);
            this.tabpageByYear.Controls.Add(this.btnPDF);
            this.tabpageByYear.Controls.Add(this.cbxLabel11);
            this.tabpageByYear.Controls.Add(this.cbxLabel10);
            this.tabpageByYear.Controls.Add(this.cbxLabel9);
            this.tabpageByYear.Controls.Add(this.cbxLabel8);
            this.tabpageByYear.Controls.Add(this.cbxLabel7);
            this.tabpageByYear.Controls.Add(this.cbxLabel6);
            this.tabpageByYear.Controls.Add(this.cbxLabel5);
            this.tabpageByYear.Controls.Add(this.cbxLabel4);
            this.tabpageByYear.Controls.Add(this.cbxLabel3);
            this.tabpageByYear.Controls.Add(this.cbxLabel2);
            this.tabpageByYear.Controls.Add(this.cbxLabel1);
            this.tabpageByYear.Controls.Add(this.labelControl3);
            this.tabpageByYear.Controls.Add(this.btnTrend1);
            this.tabpageByYear.Controls.Add(this.btnTrend2);
            this.tabpageByYear.Controls.Add(this.btnTrend3);
            this.tabpageByYear.Controls.Add(this.btnTrend11);
            this.tabpageByYear.Controls.Add(this.btnTrend10);
            this.tabpageByYear.Controls.Add(this.btnTrend9);
            this.tabpageByYear.Controls.Add(this.btnTrend8);
            this.tabpageByYear.Controls.Add(this.btnTrend7);
            this.tabpageByYear.Controls.Add(this.btnTrend6);
            this.tabpageByYear.Controls.Add(this.btnTrend5);
            this.tabpageByYear.Controls.Add(this.btnTrend4);
            this.tabpageByYear.Controls.Add(this.labelControl2);
            this.tabpageByYear.Controls.Add(this.btnYear1);
            this.tabpageByYear.Controls.Add(this.labelControl1);
            this.tabpageByYear.Controls.Add(this.btnYear2);
            this.tabpageByYear.Controls.Add(this.btnYear3);
            this.tabpageByYear.Controls.Add(this.btnYear11);
            this.tabpageByYear.Controls.Add(this.btnYear10);
            this.tabpageByYear.Controls.Add(this.btnYear9);
            this.tabpageByYear.Controls.Add(this.btnYear8);
            this.tabpageByYear.Controls.Add(this.btnYear7);
            this.tabpageByYear.Controls.Add(this.btnYear6);
            this.tabpageByYear.Controls.Add(this.btnYear5);
            this.tabpageByYear.Controls.Add(this.btnYear4);
            this.tabpageByYear.Controls.Add(this.chartTurnOver);
            this.tabpageByYear.Name = "tabpageByYear";
            this.tabpageByYear.Size = new System.Drawing.Size(937, 507);
            this.tabpageByYear.Text = "Per jaar";
            // 
            // txtTurnOverYear11
            // 
            this.txtTurnOverYear11.Location = new System.Drawing.Point(813, 304);
            this.txtTurnOverYear11.Name = "txtTurnOverYear11";
            this.txtTurnOverYear11.Properties.AppearanceDisabled.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverYear11.Properties.AppearanceDisabled.Options.UseForeColor = true;
            this.txtTurnOverYear11.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverYear11.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear11.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverYear11.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear11.Properties.Mask.EditMask = "c1";
            this.txtTurnOverYear11.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverYear11.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverYear11.Properties.ReadOnly = true;
            this.txtTurnOverYear11.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverYear11.TabIndex = 124;
            // 
            // txtTurnOverYear10
            // 
            this.txtTurnOverYear10.Location = new System.Drawing.Point(813, 278);
            this.txtTurnOverYear10.Name = "txtTurnOverYear10";
            this.txtTurnOverYear10.Properties.AppearanceDisabled.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverYear10.Properties.AppearanceDisabled.Options.UseForeColor = true;
            this.txtTurnOverYear10.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverYear10.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear10.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverYear10.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear10.Properties.Mask.EditMask = "c1";
            this.txtTurnOverYear10.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverYear10.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverYear10.Properties.ReadOnly = true;
            this.txtTurnOverYear10.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverYear10.TabIndex = 123;
            // 
            // txtTurnOverYear9
            // 
            this.txtTurnOverYear9.Location = new System.Drawing.Point(813, 252);
            this.txtTurnOverYear9.Name = "txtTurnOverYear9";
            this.txtTurnOverYear9.Properties.AppearanceDisabled.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverYear9.Properties.AppearanceDisabled.Options.UseForeColor = true;
            this.txtTurnOverYear9.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverYear9.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear9.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverYear9.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear9.Properties.Mask.EditMask = "c1";
            this.txtTurnOverYear9.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverYear9.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverYear9.Properties.ReadOnly = true;
            this.txtTurnOverYear9.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverYear9.TabIndex = 122;
            // 
            // txtTurnOverYear8
            // 
            this.txtTurnOverYear8.Location = new System.Drawing.Point(813, 226);
            this.txtTurnOverYear8.Name = "txtTurnOverYear8";
            this.txtTurnOverYear8.Properties.AppearanceDisabled.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverYear8.Properties.AppearanceDisabled.Options.UseForeColor = true;
            this.txtTurnOverYear8.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverYear8.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear8.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverYear8.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear8.Properties.Mask.EditMask = "c1";
            this.txtTurnOverYear8.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverYear8.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverYear8.Properties.ReadOnly = true;
            this.txtTurnOverYear8.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverYear8.TabIndex = 121;
            // 
            // txtTurnOverYear7
            // 
            this.txtTurnOverYear7.Location = new System.Drawing.Point(813, 200);
            this.txtTurnOverYear7.Name = "txtTurnOverYear7";
            this.txtTurnOverYear7.Properties.AppearanceDisabled.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverYear7.Properties.AppearanceDisabled.Options.UseForeColor = true;
            this.txtTurnOverYear7.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverYear7.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear7.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverYear7.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear7.Properties.Mask.EditMask = "c1";
            this.txtTurnOverYear7.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverYear7.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverYear7.Properties.ReadOnly = true;
            this.txtTurnOverYear7.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverYear7.TabIndex = 120;
            // 
            // txtTurnOverYear6
            // 
            this.txtTurnOverYear6.Location = new System.Drawing.Point(813, 174);
            this.txtTurnOverYear6.Name = "txtTurnOverYear6";
            this.txtTurnOverYear6.Properties.AppearanceDisabled.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverYear6.Properties.AppearanceDisabled.Options.UseForeColor = true;
            this.txtTurnOverYear6.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverYear6.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear6.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverYear6.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear6.Properties.Mask.EditMask = "c1";
            this.txtTurnOverYear6.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverYear6.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverYear6.Properties.ReadOnly = true;
            this.txtTurnOverYear6.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverYear6.TabIndex = 119;
            // 
            // txtTurnOverYear5
            // 
            this.txtTurnOverYear5.Location = new System.Drawing.Point(813, 148);
            this.txtTurnOverYear5.Name = "txtTurnOverYear5";
            this.txtTurnOverYear5.Properties.AppearanceDisabled.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverYear5.Properties.AppearanceDisabled.Options.UseForeColor = true;
            this.txtTurnOverYear5.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverYear5.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear5.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverYear5.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear5.Properties.Mask.EditMask = "c1";
            this.txtTurnOverYear5.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverYear5.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverYear5.Properties.ReadOnly = true;
            this.txtTurnOverYear5.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverYear5.TabIndex = 118;
            // 
            // txtTurnOverYear4
            // 
            this.txtTurnOverYear4.Location = new System.Drawing.Point(813, 122);
            this.txtTurnOverYear4.Name = "txtTurnOverYear4";
            this.txtTurnOverYear4.Properties.AppearanceDisabled.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverYear4.Properties.AppearanceDisabled.Options.UseForeColor = true;
            this.txtTurnOverYear4.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverYear4.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear4.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverYear4.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear4.Properties.Mask.EditMask = "c1";
            this.txtTurnOverYear4.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverYear4.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverYear4.Properties.ReadOnly = true;
            this.txtTurnOverYear4.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverYear4.TabIndex = 117;
            // 
            // txtTurnOverYear3
            // 
            this.txtTurnOverYear3.Location = new System.Drawing.Point(813, 96);
            this.txtTurnOverYear3.Name = "txtTurnOverYear3";
            this.txtTurnOverYear3.Properties.AppearanceDisabled.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverYear3.Properties.AppearanceDisabled.Options.UseForeColor = true;
            this.txtTurnOverYear3.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverYear3.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear3.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverYear3.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear3.Properties.Mask.EditMask = "c1";
            this.txtTurnOverYear3.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverYear3.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverYear3.Properties.ReadOnly = true;
            this.txtTurnOverYear3.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverYear3.TabIndex = 116;
            // 
            // txtTurnOverYear2
            // 
            this.txtTurnOverYear2.Location = new System.Drawing.Point(813, 70);
            this.txtTurnOverYear2.Name = "txtTurnOverYear2";
            this.txtTurnOverYear2.Properties.AppearanceDisabled.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverYear2.Properties.AppearanceDisabled.Options.UseForeColor = true;
            this.txtTurnOverYear2.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverYear2.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear2.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverYear2.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear2.Properties.Mask.EditMask = "c1";
            this.txtTurnOverYear2.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverYear2.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverYear2.Properties.ReadOnly = true;
            this.txtTurnOverYear2.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverYear2.TabIndex = 115;
            // 
            // txtTurnOverYear1
            // 
            this.txtTurnOverYear1.Location = new System.Drawing.Point(813, 44);
            this.txtTurnOverYear1.Name = "txtTurnOverYear1";
            this.txtTurnOverYear1.Properties.AppearanceDisabled.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverYear1.Properties.AppearanceDisabled.Options.UseForeColor = true;
            this.txtTurnOverYear1.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverYear1.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear1.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverYear1.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverYear1.Properties.Mask.EditMask = "c1";
            this.txtTurnOverYear1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverYear1.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverYear1.Properties.ReadOnly = true;
            this.txtTurnOverYear1.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverYear1.TabIndex = 114;
            // 
            // lblTurnOverYear11
            // 
            this.lblTurnOverYear11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnOverYear11.Location = new System.Drawing.Point(783, 307);
            this.lblTurnOverYear11.Name = "lblTurnOverYear11";
            this.lblTurnOverYear11.Size = new System.Drawing.Size(24, 13);
            this.lblTurnOverYear11.TabIndex = 113;
            this.lblTurnOverYear11.Text = "2012";
            // 
            // lblTurnOverYear10
            // 
            this.lblTurnOverYear10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnOverYear10.Location = new System.Drawing.Point(783, 281);
            this.lblTurnOverYear10.Name = "lblTurnOverYear10";
            this.lblTurnOverYear10.Size = new System.Drawing.Size(24, 13);
            this.lblTurnOverYear10.TabIndex = 112;
            this.lblTurnOverYear10.Text = "2011";
            // 
            // lblTurnOverYear9
            // 
            this.lblTurnOverYear9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnOverYear9.Location = new System.Drawing.Point(783, 255);
            this.lblTurnOverYear9.Name = "lblTurnOverYear9";
            this.lblTurnOverYear9.Size = new System.Drawing.Size(24, 13);
            this.lblTurnOverYear9.TabIndex = 111;
            this.lblTurnOverYear9.Text = "2010";
            // 
            // lblTurnOverYear8
            // 
            this.lblTurnOverYear8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnOverYear8.Location = new System.Drawing.Point(783, 229);
            this.lblTurnOverYear8.Name = "lblTurnOverYear8";
            this.lblTurnOverYear8.Size = new System.Drawing.Size(24, 13);
            this.lblTurnOverYear8.TabIndex = 110;
            this.lblTurnOverYear8.Text = "2009";
            // 
            // lblTurnOverYear7
            // 
            this.lblTurnOverYear7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnOverYear7.Location = new System.Drawing.Point(783, 203);
            this.lblTurnOverYear7.Name = "lblTurnOverYear7";
            this.lblTurnOverYear7.Size = new System.Drawing.Size(24, 13);
            this.lblTurnOverYear7.TabIndex = 109;
            this.lblTurnOverYear7.Text = "2008";
            // 
            // lblTurnOverYear6
            // 
            this.lblTurnOverYear6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnOverYear6.Location = new System.Drawing.Point(783, 177);
            this.lblTurnOverYear6.Name = "lblTurnOverYear6";
            this.lblTurnOverYear6.Size = new System.Drawing.Size(24, 13);
            this.lblTurnOverYear6.TabIndex = 108;
            this.lblTurnOverYear6.Text = "2007";
            // 
            // lblTurnOverYear5
            // 
            this.lblTurnOverYear5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnOverYear5.Location = new System.Drawing.Point(783, 151);
            this.lblTurnOverYear5.Name = "lblTurnOverYear5";
            this.lblTurnOverYear5.Size = new System.Drawing.Size(24, 13);
            this.lblTurnOverYear5.TabIndex = 107;
            this.lblTurnOverYear5.Text = "2006";
            // 
            // lblTurnOverYear4
            // 
            this.lblTurnOverYear4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnOverYear4.Location = new System.Drawing.Point(783, 125);
            this.lblTurnOverYear4.Name = "lblTurnOverYear4";
            this.lblTurnOverYear4.Size = new System.Drawing.Size(24, 13);
            this.lblTurnOverYear4.TabIndex = 106;
            this.lblTurnOverYear4.Text = "2005";
            // 
            // lblTurnOverYear3
            // 
            this.lblTurnOverYear3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnOverYear3.Location = new System.Drawing.Point(783, 99);
            this.lblTurnOverYear3.Name = "lblTurnOverYear3";
            this.lblTurnOverYear3.Size = new System.Drawing.Size(24, 13);
            this.lblTurnOverYear3.TabIndex = 105;
            this.lblTurnOverYear3.Text = "2004";
            // 
            // lblTurnOverYear2
            // 
            this.lblTurnOverYear2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnOverYear2.Location = new System.Drawing.Point(783, 73);
            this.lblTurnOverYear2.Name = "lblTurnOverYear2";
            this.lblTurnOverYear2.Size = new System.Drawing.Size(24, 13);
            this.lblTurnOverYear2.TabIndex = 104;
            this.lblTurnOverYear2.Text = "2003";
            // 
            // lblTurnOverYear1
            // 
            this.lblTurnOverYear1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnOverYear1.Location = new System.Drawing.Point(783, 47);
            this.lblTurnOverYear1.Name = "lblTurnOverYear1";
            this.lblTurnOverYear1.Size = new System.Drawing.Size(24, 13);
            this.lblTurnOverYear1.TabIndex = 103;
            this.lblTurnOverYear1.Text = "2002";
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
            this.label1.Location = new System.Drawing.Point(786, 14);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(37, 13);
            this.label1.TabIndex = 102;
            this.label1.Text = "Omzet";
            // 
            // btnImage
            // 
            this.btnImage.ImageIndex = 144;
            this.btnImage.ImageList = this.iclLarge;
            this.btnImage.Location = new System.Drawing.Point(699, 442);
            this.btnImage.Name = "btnImage";
            this.btnImage.Size = new System.Drawing.Size(40, 40);
            this.btnImage.TabIndex = 78;
            this.btnImage.Click += new System.EventHandler(this.btnImage_Click);
            // 
            // iclLarge
            // 
            this.iclLarge.ImageSize = new System.Drawing.Size(32, 32);
            this.iclLarge.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("iclLarge.ImageStream")));
            this.iclLarge.Images.SetKeyName(0, "add_user_32.png");
            this.iclLarge.Images.SetKeyName(1, "arrow_left_32.png");
            this.iclLarge.Images.SetKeyName(2, "arrow_left_32_d.png");
            this.iclLarge.Images.SetKeyName(3, "arrow_left_32_h.png");
            this.iclLarge.Images.SetKeyName(4, "arrow_right_32.png");
            this.iclLarge.Images.SetKeyName(5, "arrow_right_32_d.png");
            this.iclLarge.Images.SetKeyName(6, "arrow_right_32_h.png");
            this.iclLarge.Images.SetKeyName(7, "copy_clipboard_32.png");
            this.iclLarge.Images.SetKeyName(8, "copy_clipboard_32_d.png");
            this.iclLarge.Images.SetKeyName(9, "copy_clipboard_32_h.png");
            this.iclLarge.Images.SetKeyName(10, "copy_clipboard_lined_32.png");
            this.iclLarge.Images.SetKeyName(11, "copy_clipboard_lined_32_d.png");
            this.iclLarge.Images.SetKeyName(12, "copy_clipboard_lined_32_h.png");
            this.iclLarge.Images.SetKeyName(13, "copy_to_folder_32.png");
            this.iclLarge.Images.SetKeyName(14, "copy_to_folder_32_d.png");
            this.iclLarge.Images.SetKeyName(15, "copy_to_folder_32_h.png");
            this.iclLarge.Images.SetKeyName(16, "cut_clipboard_32.png");
            this.iclLarge.Images.SetKeyName(17, "cut_clipboard_32_d.png");
            this.iclLarge.Images.SetKeyName(18, "cut_clipboard_32_h.png");
            this.iclLarge.Images.SetKeyName(19, "delete_32.png");
            this.iclLarge.Images.SetKeyName(20, "delete_32_d.png");
            this.iclLarge.Images.SetKeyName(21, "delete_32_h.png");
            this.iclLarge.Images.SetKeyName(22, "dollar_32.png");
            this.iclLarge.Images.SetKeyName(23, "equipment_32.png");
            this.iclLarge.Images.SetKeyName(24, "excel-32.png");
            this.iclLarge.Images.SetKeyName(25, "favorites_32.png");
            this.iclLarge.Images.SetKeyName(26, "favorites_32_d.png");
            this.iclLarge.Images.SetKeyName(27, "favorites_32_h.png");
            this.iclLarge.Images.SetKeyName(28, "folder_closed_32.png");
            this.iclLarge.Images.SetKeyName(29, "folder_closed_32_d.png");
            this.iclLarge.Images.SetKeyName(30, "folder_closed_32_h.png");
            this.iclLarge.Images.SetKeyName(31, "folder_open_32.png");
            this.iclLarge.Images.SetKeyName(32, "folder_open_32_d.png");
            this.iclLarge.Images.SetKeyName(33, "folder_open_32_h.png");
            this.iclLarge.Images.SetKeyName(34, "folder_options_32.png");
            this.iclLarge.Images.SetKeyName(35, "folder_options_32_d.png");
            this.iclLarge.Images.SetKeyName(36, "folder_options_32_h.png");
            this.iclLarge.Images.SetKeyName(37, "folder_options_b_32.png");
            this.iclLarge.Images.SetKeyName(38, "folder_options_b_32_d.png");
            this.iclLarge.Images.SetKeyName(39, "folder_options_b_32_h.png");
            this.iclLarge.Images.SetKeyName(40, "folders_32.png");
            this.iclLarge.Images.SetKeyName(41, "folders_32_d.png");
            this.iclLarge.Images.SetKeyName(42, "folders_32_h.png");
            this.iclLarge.Images.SetKeyName(43, "help-32.png");
            this.iclLarge.Images.SetKeyName(44, "history_1_32.png");
            this.iclLarge.Images.SetKeyName(45, "history_1_32_d.png");
            this.iclLarge.Images.SetKeyName(46, "history_1_32_h.png");
            this.iclLarge.Images.SetKeyName(47, "history_32.png");
            this.iclLarge.Images.SetKeyName(48, "history_32_d.png");
            this.iclLarge.Images.SetKeyName(49, "history_32_h.png");
            this.iclLarge.Images.SetKeyName(50, "history_b1_32.png");
            this.iclLarge.Images.SetKeyName(51, "history_b1_32_d.png");
            this.iclLarge.Images.SetKeyName(52, "history_b1_32_h.png");
            this.iclLarge.Images.SetKeyName(53, "history_b_32.png");
            this.iclLarge.Images.SetKeyName(54, "history_b_32_d.png");
            this.iclLarge.Images.SetKeyName(55, "history_b_32_h.png");
            this.iclLarge.Images.SetKeyName(56, "home_32.png");
            this.iclLarge.Images.SetKeyName(57, "home_32_d.png");
            this.iclLarge.Images.SetKeyName(58, "home_32_h.png");
            this.iclLarge.Images.SetKeyName(59, "info-32.png");
            this.iclLarge.Images.SetKeyName(60, "logout_32.png");
            this.iclLarge.Images.SetKeyName(61, "mail_32.png");
            this.iclLarge.Images.SetKeyName(62, "mail_32_d.png");
            this.iclLarge.Images.SetKeyName(63, "mail_32_h.png");
            this.iclLarge.Images.SetKeyName(64, "mail_b_32.png");
            this.iclLarge.Images.SetKeyName(65, "mail_b_32_d.png");
            this.iclLarge.Images.SetKeyName(66, "mail_b_32_h.png");
            this.iclLarge.Images.SetKeyName(67, "move_to_folder_32.png");
            this.iclLarge.Images.SetKeyName(68, "move_to_folder_32_d.png");
            this.iclLarge.Images.SetKeyName(69, "move_to_folder_32_h.png");
            this.iclLarge.Images.SetKeyName(70, "new_document_32.png");
            this.iclLarge.Images.SetKeyName(71, "new_document_32_d.png");
            this.iclLarge.Images.SetKeyName(72, "new_document_32_h.png");
            this.iclLarge.Images.SetKeyName(73, "new_document_lined_32.png");
            this.iclLarge.Images.SetKeyName(74, "new_document_lined_32_d.png");
            this.iclLarge.Images.SetKeyName(75, "new_document_lined_32_h.png");
            this.iclLarge.Images.SetKeyName(76, "ok_32.png");
            this.iclLarge.Images.SetKeyName(77, "open_document_32.png");
            this.iclLarge.Images.SetKeyName(78, "open_document_32_d.png");
            this.iclLarge.Images.SetKeyName(79, "open_document_32_h.png");
            this.iclLarge.Images.SetKeyName(80, "paste_clipboard_32.png");
            this.iclLarge.Images.SetKeyName(81, "paste_clipboard_32_d.png");
            this.iclLarge.Images.SetKeyName(82, "paste_clipboard_32_h.png");
            this.iclLarge.Images.SetKeyName(83, "paste_clipboard_lined_32.png");
            this.iclLarge.Images.SetKeyName(84, "paste_clipboard_lined_32_d.png");
            this.iclLarge.Images.SetKeyName(85, "paste_clipboard_lined_32_h.png");
            this.iclLarge.Images.SetKeyName(86, "print_32.png");
            this.iclLarge.Images.SetKeyName(87, "print_32_d.png");
            this.iclLarge.Images.SetKeyName(88, "print_32_h.png");
            this.iclLarge.Images.SetKeyName(89, "print_preview_32.png");
            this.iclLarge.Images.SetKeyName(90, "print_preview_32_d.png");
            this.iclLarge.Images.SetKeyName(91, "print_preview_32_h.png");
            this.iclLarge.Images.SetKeyName(92, "print_preview_lined_32.png");
            this.iclLarge.Images.SetKeyName(93, "print_preview_lined_32_d.png");
            this.iclLarge.Images.SetKeyName(94, "print_preview_lined_32_h.png");
            this.iclLarge.Images.SetKeyName(95, "properties_document_32.png");
            this.iclLarge.Images.SetKeyName(96, "properties_document_32_d.png");
            this.iclLarge.Images.SetKeyName(97, "properties_document_32_h.png");
            this.iclLarge.Images.SetKeyName(98, "properties_document_b_32.png");
            this.iclLarge.Images.SetKeyName(99, "properties_document_b_32_d.png");
            this.iclLarge.Images.SetKeyName(100, "properties_document_b_32_h.png");
            this.iclLarge.Images.SetKeyName(101, "properties_document_b_lined_32.png");
            this.iclLarge.Images.SetKeyName(102, "properties_document_b_lined_32_d.png");
            this.iclLarge.Images.SetKeyName(103, "properties_document_b_lined_32_h.png");
            this.iclLarge.Images.SetKeyName(104, "properties_document_lined_32.png");
            this.iclLarge.Images.SetKeyName(105, "properties_document_lined_32_d.png");
            this.iclLarge.Images.SetKeyName(106, "properties_document_lined_32_h.png");
            this.iclLarge.Images.SetKeyName(107, "redo_32.png");
            this.iclLarge.Images.SetKeyName(108, "redo_32_d.png");
            this.iclLarge.Images.SetKeyName(109, "redo_32_h.png");
            this.iclLarge.Images.SetKeyName(110, "redo_square_32.png");
            this.iclLarge.Images.SetKeyName(111, "redo_square_32_d.png");
            this.iclLarge.Images.SetKeyName(112, "redo_square_32_h.png");
            this.iclLarge.Images.SetKeyName(113, "refresh_document_32.png");
            this.iclLarge.Images.SetKeyName(114, "refresh_document_32_d.png");
            this.iclLarge.Images.SetKeyName(115, "refresh_document_32_h.png");
            this.iclLarge.Images.SetKeyName(116, "run_32.png");
            this.iclLarge.Images.SetKeyName(117, "save_32.png");
            this.iclLarge.Images.SetKeyName(118, "save_32_d.png");
            this.iclLarge.Images.SetKeyName(119, "save_32_h.png");
            this.iclLarge.Images.SetKeyName(120, "search_32.png");
            this.iclLarge.Images.SetKeyName(121, "search_32_d.png");
            this.iclLarge.Images.SetKeyName(122, "search_32_h.png");
            this.iclLarge.Images.SetKeyName(123, "stop_32.png");
            this.iclLarge.Images.SetKeyName(124, "stop_32_d.png");
            this.iclLarge.Images.SetKeyName(125, "stop_32_h.png");
            this.iclLarge.Images.SetKeyName(126, "undo_32.png");
            this.iclLarge.Images.SetKeyName(127, "undo_32_d.png");
            this.iclLarge.Images.SetKeyName(128, "undo_32_h.png");
            this.iclLarge.Images.SetKeyName(129, "undo_square_32.png");
            this.iclLarge.Images.SetKeyName(130, "undo_square_32_d.png");
            this.iclLarge.Images.SetKeyName(131, "undo_square_32_h.png");
            this.iclLarge.Images.SetKeyName(132, "up_folder_32.png");
            this.iclLarge.Images.SetKeyName(133, "up_folder_32_d.png");
            this.iclLarge.Images.SetKeyName(134, "up_folder_32_h.png");
            this.iclLarge.Images.SetKeyName(135, "user_32.png");
            this.iclLarge.Images.SetKeyName(136, "users_32.png");
            this.iclLarge.Images.SetKeyName(137, "view_32.png");
            this.iclLarge.Images.SetKeyName(138, "view_32_d.png");
            this.iclLarge.Images.SetKeyName(139, "view_32_h.png");
            this.iclLarge.Images.SetKeyName(140, "label_32.png");
            this.iclLarge.Images.SetKeyName(141, "Truck.png");
            this.iclLarge.Images.SetKeyName(142, "Pump_32.png");
            this.iclLarge.Images.SetKeyName(143, "PDF.jpg");
            this.iclLarge.Images.SetKeyName(144, "image.png");
            // 
            // btnPDF
            // 
            this.btnPDF.ImageIndex = 143;
            this.btnPDF.ImageList = this.iclLarge;
            this.btnPDF.Location = new System.Drawing.Point(745, 442);
            this.btnPDF.Name = "btnPDF";
            this.btnPDF.Size = new System.Drawing.Size(40, 40);
            this.btnPDF.TabIndex = 77;
            this.btnPDF.Click += new System.EventHandler(this.btnPDF_Click);
            // 
            // cbxLabel11
            // 
            this.cbxLabel11.EditValue = true;
            this.cbxLabel11.Location = new System.Drawing.Point(574, 403);
            this.cbxLabel11.Name = "cbxLabel11";
            this.cbxLabel11.Properties.Caption = "";
            this.cbxLabel11.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel11.TabIndex = 76;
            this.cbxLabel11.Tag = "1";
            this.cbxLabel11.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel10
            // 
            this.cbxLabel10.EditValue = true;
            this.cbxLabel10.Location = new System.Drawing.Point(528, 403);
            this.cbxLabel10.Name = "cbxLabel10";
            this.cbxLabel10.Properties.Caption = "";
            this.cbxLabel10.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel10.TabIndex = 75;
            this.cbxLabel10.Tag = "2";
            this.cbxLabel10.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel9
            // 
            this.cbxLabel9.EditValue = true;
            this.cbxLabel9.Location = new System.Drawing.Point(482, 403);
            this.cbxLabel9.Name = "cbxLabel9";
            this.cbxLabel9.Properties.Caption = "";
            this.cbxLabel9.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel9.TabIndex = 74;
            this.cbxLabel9.Tag = "3";
            this.cbxLabel9.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel8
            // 
            this.cbxLabel8.EditValue = true;
            this.cbxLabel8.Location = new System.Drawing.Point(436, 403);
            this.cbxLabel8.Name = "cbxLabel8";
            this.cbxLabel8.Properties.Caption = "";
            this.cbxLabel8.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel8.TabIndex = 73;
            this.cbxLabel8.Tag = "4";
            this.cbxLabel8.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel7
            // 
            this.cbxLabel7.EditValue = true;
            this.cbxLabel7.Location = new System.Drawing.Point(390, 403);
            this.cbxLabel7.Name = "cbxLabel7";
            this.cbxLabel7.Properties.Caption = "";
            this.cbxLabel7.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel7.TabIndex = 72;
            this.cbxLabel7.Tag = "5";
            this.cbxLabel7.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel6
            // 
            this.cbxLabel6.EditValue = true;
            this.cbxLabel6.Location = new System.Drawing.Point(344, 403);
            this.cbxLabel6.Name = "cbxLabel6";
            this.cbxLabel6.Properties.Caption = "";
            this.cbxLabel6.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel6.TabIndex = 71;
            this.cbxLabel6.Tag = "6";
            this.cbxLabel6.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel5
            // 
            this.cbxLabel5.EditValue = true;
            this.cbxLabel5.Location = new System.Drawing.Point(298, 403);
            this.cbxLabel5.Name = "cbxLabel5";
            this.cbxLabel5.Properties.Caption = "";
            this.cbxLabel5.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel5.TabIndex = 70;
            this.cbxLabel5.Tag = "7";
            this.cbxLabel5.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel4
            // 
            this.cbxLabel4.EditValue = true;
            this.cbxLabel4.Location = new System.Drawing.Point(252, 403);
            this.cbxLabel4.Name = "cbxLabel4";
            this.cbxLabel4.Properties.Caption = "";
            this.cbxLabel4.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel4.TabIndex = 69;
            this.cbxLabel4.Tag = "8";
            this.cbxLabel4.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel3
            // 
            this.cbxLabel3.EditValue = true;
            this.cbxLabel3.Location = new System.Drawing.Point(206, 403);
            this.cbxLabel3.Name = "cbxLabel3";
            this.cbxLabel3.Properties.Caption = "";
            this.cbxLabel3.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel3.TabIndex = 68;
            this.cbxLabel3.Tag = "9";
            this.cbxLabel3.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel2
            // 
            this.cbxLabel2.EditValue = true;
            this.cbxLabel2.Location = new System.Drawing.Point(160, 403);
            this.cbxLabel2.Name = "cbxLabel2";
            this.cbxLabel2.Properties.Caption = "";
            this.cbxLabel2.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel2.TabIndex = 67;
            this.cbxLabel2.Tag = "10";
            this.cbxLabel2.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // cbxLabel1
            // 
            this.cbxLabel1.EditValue = true;
            this.cbxLabel1.Location = new System.Drawing.Point(114, 403);
            this.cbxLabel1.Name = "cbxLabel1";
            this.cbxLabel1.Properties.Caption = "";
            this.cbxLabel1.Size = new System.Drawing.Size(29, 19);
            this.cbxLabel1.TabIndex = 66;
            this.cbxLabel1.Tag = "11";
            this.cbxLabel1.CheckedChanged += new System.EventHandler(this.cbxLabel_CheckedChanged);
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(8, 409);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(69, 13);
            this.labelControl3.TabIndex = 65;
            this.labelControl3.Text = "Toon waarden";
            // 
            // btnTrend1
            // 
            this.btnTrend1.Location = new System.Drawing.Point(103, 459);
            this.btnTrend1.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend1.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend1.Name = "btnTrend1";
            this.btnTrend1.Size = new System.Drawing.Size(40, 23);
            this.btnTrend1.TabIndex = 64;
            this.btnTrend1.Tag = "11";
            this.btnTrend1.Text = "2002";
            this.btnTrend1.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend2
            // 
            this.btnTrend2.Location = new System.Drawing.Point(149, 459);
            this.btnTrend2.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend2.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend2.Name = "btnTrend2";
            this.btnTrend2.Size = new System.Drawing.Size(40, 23);
            this.btnTrend2.TabIndex = 63;
            this.btnTrend2.Tag = "10";
            this.btnTrend2.Text = "2003";
            this.btnTrend2.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend3
            // 
            this.btnTrend3.Location = new System.Drawing.Point(195, 459);
            this.btnTrend3.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend3.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend3.Name = "btnTrend3";
            this.btnTrend3.Size = new System.Drawing.Size(40, 23);
            this.btnTrend3.TabIndex = 62;
            this.btnTrend3.Tag = "9";
            this.btnTrend3.Text = "2004";
            this.btnTrend3.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend11
            // 
            this.btnTrend11.Location = new System.Drawing.Point(563, 459);
            this.btnTrend11.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend11.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend11.Name = "btnTrend11";
            this.btnTrend11.Size = new System.Drawing.Size(40, 23);
            this.btnTrend11.TabIndex = 61;
            this.btnTrend11.Tag = "1";
            this.btnTrend11.Text = "2012";
            this.btnTrend11.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend10
            // 
            this.btnTrend10.Location = new System.Drawing.Point(517, 459);
            this.btnTrend10.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend10.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend10.Name = "btnTrend10";
            this.btnTrend10.Size = new System.Drawing.Size(40, 23);
            this.btnTrend10.TabIndex = 60;
            this.btnTrend10.Tag = "2";
            this.btnTrend10.Text = "2011";
            this.btnTrend10.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend9
            // 
            this.btnTrend9.Location = new System.Drawing.Point(471, 459);
            this.btnTrend9.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend9.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend9.Name = "btnTrend9";
            this.btnTrend9.Size = new System.Drawing.Size(40, 23);
            this.btnTrend9.TabIndex = 59;
            this.btnTrend9.Tag = "3";
            this.btnTrend9.Text = "2010";
            this.btnTrend9.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend8
            // 
            this.btnTrend8.Location = new System.Drawing.Point(425, 459);
            this.btnTrend8.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend8.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend8.Name = "btnTrend8";
            this.btnTrend8.Size = new System.Drawing.Size(40, 23);
            this.btnTrend8.TabIndex = 58;
            this.btnTrend8.Tag = "4";
            this.btnTrend8.Text = "2009";
            this.btnTrend8.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend7
            // 
            this.btnTrend7.Location = new System.Drawing.Point(379, 459);
            this.btnTrend7.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend7.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend7.Name = "btnTrend7";
            this.btnTrend7.Size = new System.Drawing.Size(40, 23);
            this.btnTrend7.TabIndex = 57;
            this.btnTrend7.Tag = "5";
            this.btnTrend7.Text = "2008";
            this.btnTrend7.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend6
            // 
            this.btnTrend6.Location = new System.Drawing.Point(333, 459);
            this.btnTrend6.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend6.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend6.Name = "btnTrend6";
            this.btnTrend6.Size = new System.Drawing.Size(40, 23);
            this.btnTrend6.TabIndex = 56;
            this.btnTrend6.Tag = "6";
            this.btnTrend6.Text = "2007";
            this.btnTrend6.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend5
            // 
            this.btnTrend5.Location = new System.Drawing.Point(287, 459);
            this.btnTrend5.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend5.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend5.Name = "btnTrend5";
            this.btnTrend5.Size = new System.Drawing.Size(40, 23);
            this.btnTrend5.TabIndex = 55;
            this.btnTrend5.Tag = "7";
            this.btnTrend5.Text = "2006";
            this.btnTrend5.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // btnTrend4
            // 
            this.btnTrend4.Location = new System.Drawing.Point(241, 459);
            this.btnTrend4.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend4.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend4.Name = "btnTrend4";
            this.btnTrend4.Size = new System.Drawing.Size(40, 23);
            this.btnTrend4.TabIndex = 54;
            this.btnTrend4.Tag = "8";
            this.btnTrend4.Text = "2005";
            this.btnTrend4.Click += new System.EventHandler(this.btnTrend_Click);
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(8, 465);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(53, 13);
            this.labelControl2.TabIndex = 53;
            this.labelControl2.Text = "Trendlijnen";
            // 
            // btnYear1
            // 
            this.btnYear1.Location = new System.Drawing.Point(103, 430);
            this.btnYear1.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear1.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear1.Name = "btnYear1";
            this.btnYear1.Size = new System.Drawing.Size(40, 23);
            this.btnYear1.TabIndex = 51;
            this.btnYear1.Tag = "11";
            this.btnYear1.Text = "2002";
            this.btnYear1.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(8, 437);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(31, 13);
            this.labelControl1.TabIndex = 52;
            this.labelControl1.Text = "Omzet";
            // 
            // btnYear2
            // 
            this.btnYear2.Location = new System.Drawing.Point(149, 430);
            this.btnYear2.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear2.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear2.Name = "btnYear2";
            this.btnYear2.Size = new System.Drawing.Size(40, 23);
            this.btnYear2.TabIndex = 50;
            this.btnYear2.Tag = "10";
            this.btnYear2.Text = "2003";
            this.btnYear2.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear3
            // 
            this.btnYear3.Location = new System.Drawing.Point(195, 430);
            this.btnYear3.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear3.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear3.Name = "btnYear3";
            this.btnYear3.Size = new System.Drawing.Size(40, 23);
            this.btnYear3.TabIndex = 49;
            this.btnYear3.Tag = "9";
            this.btnYear3.Text = "2004";
            this.btnYear3.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear11
            // 
            this.btnYear11.Location = new System.Drawing.Point(563, 430);
            this.btnYear11.LookAndFeel.SkinName = "Black";
            this.btnYear11.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear11.Name = "btnYear11";
            this.btnYear11.Size = new System.Drawing.Size(40, 23);
            this.btnYear11.TabIndex = 48;
            this.btnYear11.Tag = "1";
            this.btnYear11.Text = "2012";
            this.btnYear11.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear10
            // 
            this.btnYear10.Location = new System.Drawing.Point(517, 430);
            this.btnYear10.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear10.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear10.Name = "btnYear10";
            this.btnYear10.Size = new System.Drawing.Size(40, 23);
            this.btnYear10.TabIndex = 47;
            this.btnYear10.Tag = "2";
            this.btnYear10.Text = "2011";
            this.btnYear10.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear9
            // 
            this.btnYear9.Location = new System.Drawing.Point(471, 430);
            this.btnYear9.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear9.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear9.Name = "btnYear9";
            this.btnYear9.Size = new System.Drawing.Size(40, 23);
            this.btnYear9.TabIndex = 46;
            this.btnYear9.Tag = "3";
            this.btnYear9.Text = "2010";
            this.btnYear9.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear8
            // 
            this.btnYear8.Location = new System.Drawing.Point(425, 430);
            this.btnYear8.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear8.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear8.Name = "btnYear8";
            this.btnYear8.Size = new System.Drawing.Size(40, 23);
            this.btnYear8.TabIndex = 45;
            this.btnYear8.Tag = "4";
            this.btnYear8.Text = "2009";
            this.btnYear8.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear7
            // 
            this.btnYear7.Location = new System.Drawing.Point(379, 430);
            this.btnYear7.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear7.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear7.Name = "btnYear7";
            this.btnYear7.Size = new System.Drawing.Size(40, 23);
            this.btnYear7.TabIndex = 44;
            this.btnYear7.Tag = "5";
            this.btnYear7.Text = "2008";
            this.btnYear7.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear6
            // 
            this.btnYear6.Location = new System.Drawing.Point(333, 430);
            this.btnYear6.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear6.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear6.Name = "btnYear6";
            this.btnYear6.Size = new System.Drawing.Size(40, 23);
            this.btnYear6.TabIndex = 43;
            this.btnYear6.Tag = "6";
            this.btnYear6.Text = "2007";
            this.btnYear6.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear5
            // 
            this.btnYear5.Location = new System.Drawing.Point(287, 430);
            this.btnYear5.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear5.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear5.Name = "btnYear5";
            this.btnYear5.Size = new System.Drawing.Size(40, 23);
            this.btnYear5.TabIndex = 42;
            this.btnYear5.Tag = "7";
            this.btnYear5.Text = "2006";
            this.btnYear5.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // btnYear4
            // 
            this.btnYear4.Location = new System.Drawing.Point(241, 430);
            this.btnYear4.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnYear4.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnYear4.Name = "btnYear4";
            this.btnYear4.Size = new System.Drawing.Size(40, 23);
            this.btnYear4.TabIndex = 41;
            this.btnYear4.Tag = "8";
            this.btnYear4.Text = "2005";
            this.btnYear4.Click += new System.EventHandler(this.btnYear_Click);
            // 
            // chartTurnOver
            // 
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartTurnOver.Diagram = xyDiagram1;
            this.chartTurnOver.Location = new System.Drawing.Point(3, 3);
            this.chartTurnOver.Name = "chartTurnOver";
            this.chartTurnOver.PaletteName = "Module";
            series1.ArgumentDataMember = "Month";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel1.LineVisible = true;
            pointOptions1.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions1.ArgumentNumericOptions.Precision = 0;
            pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions1.ValueNumericOptions.Precision = 0;
            pointSeriesLabel1.PointOptions = pointOptions1;
            series1.Label = pointSeriesLabel1;
            series1.Name = "Series 1";
            series1.ValueDataMembersSerializable = "PurchaseAmount";
            series1.View = splineAreaSeriesView1;
            series2.ArgumentDataMember = "Month";
            series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel2.LineVisible = true;
            pointOptions2.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions2.ArgumentNumericOptions.Precision = 0;
            pointOptions2.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions2.ValueNumericOptions.Precision = 0;
            pointSeriesLabel2.PointOptions = pointOptions2;
            series2.Label = pointSeriesLabel2;
            series2.Name = "Series 2";
            series2.ValueDataMembersSerializable = "PurchaseAmount";
            series2.View = splineAreaSeriesView2;
            series2.Visible = false;
            series3.ArgumentDataMember = "Month";
            series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel3.LineVisible = true;
            pointOptions3.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions3.ArgumentNumericOptions.Precision = 0;
            pointOptions3.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions3.ValueNumericOptions.Precision = 0;
            pointSeriesLabel3.PointOptions = pointOptions3;
            series3.Label = pointSeriesLabel3;
            series3.Name = "Series 3";
            series3.ValueDataMembersSerializable = "PurchaseAmount";
            series3.View = splineAreaSeriesView3;
            series3.Visible = false;
            series4.ArgumentDataMember = "Month";
            series4.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel4.LineVisible = true;
            pointOptions4.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions4.ArgumentNumericOptions.Precision = 0;
            pointOptions4.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions4.ValueNumericOptions.Precision = 0;
            pointSeriesLabel4.PointOptions = pointOptions4;
            series4.Label = pointSeriesLabel4;
            series4.Name = "Series 4";
            series4.ValueDataMembersSerializable = "PurchaseAmount";
            series4.View = splineAreaSeriesView4;
            series4.Visible = false;
            series5.ArgumentDataMember = "Month";
            series5.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel5.LineVisible = true;
            pointOptions5.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions5.ArgumentNumericOptions.Precision = 0;
            pointOptions5.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions5.ValueNumericOptions.Precision = 0;
            pointSeriesLabel5.PointOptions = pointOptions5;
            series5.Label = pointSeriesLabel5;
            series5.Name = "Series 5";
            series5.ValueDataMembersSerializable = "PurchaseAmount";
            series5.View = splineAreaSeriesView5;
            series5.Visible = false;
            series6.ArgumentDataMember = "Month";
            series6.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel6.LineVisible = true;
            pointOptions6.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions6.ArgumentNumericOptions.Precision = 0;
            pointOptions6.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions6.ValueNumericOptions.Precision = 0;
            pointSeriesLabel6.PointOptions = pointOptions6;
            series6.Label = pointSeriesLabel6;
            series6.Name = "Series 6";
            series6.ValueDataMembersSerializable = "PurchaseAmount";
            series6.View = splineAreaSeriesView6;
            series6.Visible = false;
            series7.ArgumentDataMember = "Month";
            series7.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel7.LineVisible = true;
            pointOptions7.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions7.ArgumentNumericOptions.Precision = 0;
            pointOptions7.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions7.ValueNumericOptions.Precision = 0;
            pointSeriesLabel7.PointOptions = pointOptions7;
            series7.Label = pointSeriesLabel7;
            series7.Name = "Series 7";
            series7.ValueDataMembersSerializable = "PurchaseAmount";
            series7.View = splineAreaSeriesView7;
            series7.Visible = false;
            series8.ArgumentDataMember = "Month";
            series8.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel8.LineVisible = true;
            pointOptions8.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions8.ArgumentNumericOptions.Precision = 0;
            pointOptions8.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions8.ValueNumericOptions.Precision = 0;
            pointSeriesLabel8.PointOptions = pointOptions8;
            series8.Label = pointSeriesLabel8;
            series8.Name = "Series 8";
            series8.ValueDataMembersSerializable = "PurchaseAmount";
            series8.View = splineAreaSeriesView8;
            series8.Visible = false;
            series9.ArgumentDataMember = "Month";
            series9.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel9.LineVisible = true;
            pointOptions9.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions9.ArgumentNumericOptions.Precision = 0;
            pointOptions9.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions9.ValueNumericOptions.Precision = 0;
            pointSeriesLabel9.PointOptions = pointOptions9;
            series9.Label = pointSeriesLabel9;
            series9.Name = "Series 9";
            series9.ValueDataMembersSerializable = "PurchaseAmount";
            series9.View = splineAreaSeriesView9;
            series9.Visible = false;
            series10.ArgumentDataMember = "Month";
            series10.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel10.LineVisible = true;
            pointOptions10.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions10.ArgumentNumericOptions.Precision = 0;
            pointOptions10.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions10.ValueNumericOptions.Precision = 0;
            pointSeriesLabel10.PointOptions = pointOptions10;
            series10.Label = pointSeriesLabel10;
            series10.Name = "Series 10";
            series10.ValueDataMembersSerializable = "PurchaseAmount";
            series10.View = splineAreaSeriesView10;
            series10.Visible = false;
            series11.ArgumentDataMember = "Month";
            series11.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel11.LineVisible = true;
            pointOptions11.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions11.ArgumentNumericOptions.Precision = 0;
            pointOptions11.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions11.ValueNumericOptions.Precision = 0;
            pointSeriesLabel11.PointOptions = pointOptions11;
            series11.Label = pointSeriesLabel11;
            series11.Name = "Series 11";
            series11.ValueDataMembersSerializable = "PurchaseAmount";
            series11.View = splineAreaSeriesView11;
            series11.Visible = false;
            series12.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel12.LineVisible = true;
            pointOptions12.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions12.ValueNumericOptions.Precision = 0;
            pointSeriesLabel12.PointOptions = pointOptions12;
            series12.Label = pointSeriesLabel12;
            series12.Name = "Trend 1";
            series12.View = lineSeriesView1;
            series12.Visible = false;
            series13.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel13.LineVisible = true;
            pointOptions13.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions13.ValueNumericOptions.Precision = 0;
            pointSeriesLabel13.PointOptions = pointOptions13;
            series13.Label = pointSeriesLabel13;
            series13.Name = "Trend 2";
            series13.View = lineSeriesView2;
            series13.Visible = false;
            series14.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel14.LineVisible = true;
            pointOptions14.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions14.ValueNumericOptions.Precision = 0;
            pointSeriesLabel14.PointOptions = pointOptions14;
            series14.Label = pointSeriesLabel14;
            series14.Name = "Trend 3";
            series14.View = lineSeriesView3;
            series14.Visible = false;
            series15.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel15.LineVisible = true;
            pointOptions15.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions15.ValueNumericOptions.Precision = 0;
            pointSeriesLabel15.PointOptions = pointOptions15;
            series15.Label = pointSeriesLabel15;
            series15.Name = "Trend 4";
            series15.View = lineSeriesView4;
            series15.Visible = false;
            series16.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel16.LineVisible = true;
            pointOptions16.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions16.ValueNumericOptions.Precision = 0;
            pointSeriesLabel16.PointOptions = pointOptions16;
            series16.Label = pointSeriesLabel16;
            series16.Name = "Trend 5";
            series16.View = lineSeriesView5;
            series16.Visible = false;
            series17.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel17.LineVisible = true;
            pointOptions17.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions17.ValueNumericOptions.Precision = 0;
            pointSeriesLabel17.PointOptions = pointOptions17;
            series17.Label = pointSeriesLabel17;
            series17.Name = "Trend 6";
            series17.View = lineSeriesView6;
            series17.Visible = false;
            series18.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel18.LineVisible = true;
            pointOptions18.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions18.ValueNumericOptions.Precision = 0;
            pointSeriesLabel18.PointOptions = pointOptions18;
            series18.Label = pointSeriesLabel18;
            series18.Name = "Trend 7";
            series18.View = lineSeriesView7;
            series18.Visible = false;
            series19.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel19.LineVisible = true;
            pointOptions19.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions19.ValueNumericOptions.Precision = 0;
            pointSeriesLabel19.PointOptions = pointOptions19;
            series19.Label = pointSeriesLabel19;
            series19.Name = "Trend 8";
            series19.View = lineSeriesView8;
            series19.Visible = false;
            series20.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel20.LineVisible = true;
            pointOptions20.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions20.ValueNumericOptions.Precision = 0;
            pointSeriesLabel20.PointOptions = pointOptions20;
            series20.Label = pointSeriesLabel20;
            series20.Name = "Trend 9";
            series20.View = lineSeriesView9;
            series20.Visible = false;
            series21.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel21.LineVisible = true;
            pointOptions21.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions21.ValueNumericOptions.Precision = 0;
            pointSeriesLabel21.PointOptions = pointOptions21;
            series21.Label = pointSeriesLabel21;
            series21.Name = "Trend 10";
            series21.View = lineSeriesView10;
            series21.Visible = false;
            series22.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel22.LineVisible = true;
            pointOptions22.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions22.ValueNumericOptions.Precision = 0;
            pointSeriesLabel22.PointOptions = pointOptions22;
            series22.Label = pointSeriesLabel22;
            series22.Name = "Trend 11";
            series22.View = lineSeriesView11;
            series22.Visible = false;
            this.chartTurnOver.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3,
        series4,
        series5,
        series6,
        series7,
        series8,
        series9,
        series10,
        series11,
        series12,
        series13,
        series14,
        series15,
        series16,
        series17,
        series18,
        series19,
        series20,
        series21,
        series22};
            this.chartTurnOver.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel23.LineVisible = true;
            this.chartTurnOver.SeriesTemplate.Label = pointSeriesLabel23;
            this.chartTurnOver.SeriesTemplate.View = splineAreaSeriesView12;
            this.chartTurnOver.Size = new System.Drawing.Size(756, 389);
            this.chartTurnOver.TabIndex = 40;
            this.chartTurnOver.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseMove);
            // 
            // tabpageByTimeFrame
            // 
            this.tabpageByTimeFrame.Controls.Add(this.txtTurnOverByTimeFrameYear11);
            this.tabpageByTimeFrame.Controls.Add(this.txtTurnOverByTimeFrameYear10);
            this.tabpageByTimeFrame.Controls.Add(this.txtTurnOverByTimeFrameYear9);
            this.tabpageByTimeFrame.Controls.Add(this.txtTurnOverByTimeFrameYear8);
            this.tabpageByTimeFrame.Controls.Add(this.txtTurnOverByTimeFrameYear7);
            this.tabpageByTimeFrame.Controls.Add(this.txtTurnOverByTimeFrameYear6);
            this.tabpageByTimeFrame.Controls.Add(this.txtTurnOverByTimeFrameYear5);
            this.tabpageByTimeFrame.Controls.Add(this.txtTurnOverByTimeFrameYear4);
            this.tabpageByTimeFrame.Controls.Add(this.txtTurnOverByTimeFrameYear3);
            this.tabpageByTimeFrame.Controls.Add(this.txtTurnOverByTimeFrameYear2);
            this.tabpageByTimeFrame.Controls.Add(this.txtTurnOverByTimeFrameYear1);
            this.tabpageByTimeFrame.Controls.Add(this.lblTurnByTimeFrameOverYear11);
            this.tabpageByTimeFrame.Controls.Add(this.lblTurnByTimeFrameOverYear10);
            this.tabpageByTimeFrame.Controls.Add(this.lblTurnByTimeFrameOverYear9);
            this.tabpageByTimeFrame.Controls.Add(this.lblTurnByTimeFrameOverYear8);
            this.tabpageByTimeFrame.Controls.Add(this.lblTurnByTimeFrameOverYear7);
            this.tabpageByTimeFrame.Controls.Add(this.lblTurnByTimeFrameOverYear6);
            this.tabpageByTimeFrame.Controls.Add(this.lblTurnByTimeFrameOverYear5);
            this.tabpageByTimeFrame.Controls.Add(this.lblTurnByTimeFrameOverYear4);
            this.tabpageByTimeFrame.Controls.Add(this.lblTurnByTimeFrameOverYear3);
            this.tabpageByTimeFrame.Controls.Add(this.lblTurnByTimeFrameOverYear2);
            this.tabpageByTimeFrame.Controls.Add(this.lblTurnByTimeFrameOverYear1);
            this.tabpageByTimeFrame.Controls.Add(this.labelControl17);
            this.tabpageByTimeFrame.Controls.Add(this.btnTrend10J);
            this.tabpageByTimeFrame.Controls.Add(this.btnTrend5J);
            this.tabpageByTimeFrame.Controls.Add(this.btnTrend3J);
            this.tabpageByTimeFrame.Controls.Add(this.btnTrend1J);
            this.tabpageByTimeFrame.Controls.Add(this.btnTrend6M);
            this.tabpageByTimeFrame.Controls.Add(this.btnTrend3M);
            this.tabpageByTimeFrame.Controls.Add(this.labelControl7);
            this.tabpageByTimeFrame.Controls.Add(this.cbxTurnOverByTimeFrameLabel);
            this.tabpageByTimeFrame.Controls.Add(this.labelControl6);
            this.tabpageByTimeFrame.Controls.Add(this.btn3J);
            this.tabpageByTimeFrame.Controls.Add(this.chartTurnOverByTimeFrame);
            this.tabpageByTimeFrame.Controls.Add(this.btn3M);
            this.tabpageByTimeFrame.Controls.Add(this.btn6M);
            this.tabpageByTimeFrame.Controls.Add(this.btn1J);
            this.tabpageByTimeFrame.Controls.Add(this.btn10J);
            this.tabpageByTimeFrame.Controls.Add(this.btn5J);
            this.tabpageByTimeFrame.Name = "tabpageByTimeFrame";
            this.tabpageByTimeFrame.Size = new System.Drawing.Size(937, 507);
            this.tabpageByTimeFrame.Text = "Per tijdseenheid";
            // 
            // txtTurnOverByTimeFrameYear11
            // 
            this.txtTurnOverByTimeFrameYear11.Location = new System.Drawing.Point(824, 306);
            this.txtTurnOverByTimeFrameYear11.Name = "txtTurnOverByTimeFrameYear11";
            this.txtTurnOverByTimeFrameYear11.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverByTimeFrameYear11.Properties.Appearance.Options.UseForeColor = true;
            this.txtTurnOverByTimeFrameYear11.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear11.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear11.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear11.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear11.Properties.Mask.EditMask = "c1";
            this.txtTurnOverByTimeFrameYear11.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverByTimeFrameYear11.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverByTimeFrameYear11.Properties.ReadOnly = true;
            this.txtTurnOverByTimeFrameYear11.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverByTimeFrameYear11.TabIndex = 147;
            // 
            // txtTurnOverByTimeFrameYear10
            // 
            this.txtTurnOverByTimeFrameYear10.Location = new System.Drawing.Point(824, 280);
            this.txtTurnOverByTimeFrameYear10.Name = "txtTurnOverByTimeFrameYear10";
            this.txtTurnOverByTimeFrameYear10.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverByTimeFrameYear10.Properties.Appearance.Options.UseForeColor = true;
            this.txtTurnOverByTimeFrameYear10.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear10.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear10.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear10.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear10.Properties.Mask.EditMask = "c1";
            this.txtTurnOverByTimeFrameYear10.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverByTimeFrameYear10.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverByTimeFrameYear10.Properties.ReadOnly = true;
            this.txtTurnOverByTimeFrameYear10.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverByTimeFrameYear10.TabIndex = 146;
            // 
            // txtTurnOverByTimeFrameYear9
            // 
            this.txtTurnOverByTimeFrameYear9.Location = new System.Drawing.Point(824, 254);
            this.txtTurnOverByTimeFrameYear9.Name = "txtTurnOverByTimeFrameYear9";
            this.txtTurnOverByTimeFrameYear9.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverByTimeFrameYear9.Properties.Appearance.Options.UseForeColor = true;
            this.txtTurnOverByTimeFrameYear9.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear9.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear9.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear9.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear9.Properties.Mask.EditMask = "c1";
            this.txtTurnOverByTimeFrameYear9.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverByTimeFrameYear9.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverByTimeFrameYear9.Properties.ReadOnly = true;
            this.txtTurnOverByTimeFrameYear9.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverByTimeFrameYear9.TabIndex = 145;
            // 
            // txtTurnOverByTimeFrameYear8
            // 
            this.txtTurnOverByTimeFrameYear8.Location = new System.Drawing.Point(824, 228);
            this.txtTurnOverByTimeFrameYear8.Name = "txtTurnOverByTimeFrameYear8";
            this.txtTurnOverByTimeFrameYear8.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverByTimeFrameYear8.Properties.Appearance.Options.UseForeColor = true;
            this.txtTurnOverByTimeFrameYear8.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear8.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear8.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear8.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear8.Properties.Mask.EditMask = "c1";
            this.txtTurnOverByTimeFrameYear8.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverByTimeFrameYear8.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverByTimeFrameYear8.Properties.ReadOnly = true;
            this.txtTurnOverByTimeFrameYear8.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverByTimeFrameYear8.TabIndex = 144;
            // 
            // txtTurnOverByTimeFrameYear7
            // 
            this.txtTurnOverByTimeFrameYear7.Location = new System.Drawing.Point(824, 202);
            this.txtTurnOverByTimeFrameYear7.Name = "txtTurnOverByTimeFrameYear7";
            this.txtTurnOverByTimeFrameYear7.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverByTimeFrameYear7.Properties.Appearance.Options.UseForeColor = true;
            this.txtTurnOverByTimeFrameYear7.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear7.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear7.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear7.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear7.Properties.Mask.EditMask = "c1";
            this.txtTurnOverByTimeFrameYear7.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverByTimeFrameYear7.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverByTimeFrameYear7.Properties.ReadOnly = true;
            this.txtTurnOverByTimeFrameYear7.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverByTimeFrameYear7.TabIndex = 143;
            // 
            // txtTurnOverByTimeFrameYear6
            // 
            this.txtTurnOverByTimeFrameYear6.Location = new System.Drawing.Point(824, 176);
            this.txtTurnOverByTimeFrameYear6.Name = "txtTurnOverByTimeFrameYear6";
            this.txtTurnOverByTimeFrameYear6.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverByTimeFrameYear6.Properties.Appearance.Options.UseForeColor = true;
            this.txtTurnOverByTimeFrameYear6.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear6.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear6.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear6.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear6.Properties.Mask.EditMask = "c1";
            this.txtTurnOverByTimeFrameYear6.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverByTimeFrameYear6.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverByTimeFrameYear6.Properties.ReadOnly = true;
            this.txtTurnOverByTimeFrameYear6.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverByTimeFrameYear6.TabIndex = 142;
            // 
            // txtTurnOverByTimeFrameYear5
            // 
            this.txtTurnOverByTimeFrameYear5.Location = new System.Drawing.Point(824, 150);
            this.txtTurnOverByTimeFrameYear5.Name = "txtTurnOverByTimeFrameYear5";
            this.txtTurnOverByTimeFrameYear5.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverByTimeFrameYear5.Properties.Appearance.Options.UseForeColor = true;
            this.txtTurnOverByTimeFrameYear5.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear5.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear5.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear5.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear5.Properties.Mask.EditMask = "c1";
            this.txtTurnOverByTimeFrameYear5.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverByTimeFrameYear5.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverByTimeFrameYear5.Properties.ReadOnly = true;
            this.txtTurnOverByTimeFrameYear5.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverByTimeFrameYear5.TabIndex = 141;
            // 
            // txtTurnOverByTimeFrameYear4
            // 
            this.txtTurnOverByTimeFrameYear4.Location = new System.Drawing.Point(824, 124);
            this.txtTurnOverByTimeFrameYear4.Name = "txtTurnOverByTimeFrameYear4";
            this.txtTurnOverByTimeFrameYear4.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverByTimeFrameYear4.Properties.Appearance.Options.UseForeColor = true;
            this.txtTurnOverByTimeFrameYear4.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear4.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear4.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear4.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear4.Properties.Mask.EditMask = "c1";
            this.txtTurnOverByTimeFrameYear4.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverByTimeFrameYear4.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverByTimeFrameYear4.Properties.ReadOnly = true;
            this.txtTurnOverByTimeFrameYear4.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverByTimeFrameYear4.TabIndex = 140;
            // 
            // txtTurnOverByTimeFrameYear3
            // 
            this.txtTurnOverByTimeFrameYear3.Location = new System.Drawing.Point(824, 98);
            this.txtTurnOverByTimeFrameYear3.Name = "txtTurnOverByTimeFrameYear3";
            this.txtTurnOverByTimeFrameYear3.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverByTimeFrameYear3.Properties.Appearance.Options.UseForeColor = true;
            this.txtTurnOverByTimeFrameYear3.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear3.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear3.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear3.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear3.Properties.Mask.EditMask = "c1";
            this.txtTurnOverByTimeFrameYear3.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverByTimeFrameYear3.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverByTimeFrameYear3.Properties.ReadOnly = true;
            this.txtTurnOverByTimeFrameYear3.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverByTimeFrameYear3.TabIndex = 139;
            // 
            // txtTurnOverByTimeFrameYear2
            // 
            this.txtTurnOverByTimeFrameYear2.Location = new System.Drawing.Point(824, 72);
            this.txtTurnOverByTimeFrameYear2.Name = "txtTurnOverByTimeFrameYear2";
            this.txtTurnOverByTimeFrameYear2.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverByTimeFrameYear2.Properties.Appearance.Options.UseForeColor = true;
            this.txtTurnOverByTimeFrameYear2.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear2.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear2.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear2.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear2.Properties.Mask.EditMask = "c1";
            this.txtTurnOverByTimeFrameYear2.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverByTimeFrameYear2.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverByTimeFrameYear2.Properties.ReadOnly = true;
            this.txtTurnOverByTimeFrameYear2.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverByTimeFrameYear2.TabIndex = 138;
            // 
            // txtTurnOverByTimeFrameYear1
            // 
            this.txtTurnOverByTimeFrameYear1.Location = new System.Drawing.Point(824, 46);
            this.txtTurnOverByTimeFrameYear1.Name = "txtTurnOverByTimeFrameYear1";
            this.txtTurnOverByTimeFrameYear1.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtTurnOverByTimeFrameYear1.Properties.Appearance.Options.UseForeColor = true;
            this.txtTurnOverByTimeFrameYear1.Properties.DisplayFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear1.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear1.Properties.EditFormat.FormatString = "c2";
            this.txtTurnOverByTimeFrameYear1.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtTurnOverByTimeFrameYear1.Properties.Mask.EditMask = "c1";
            this.txtTurnOverByTimeFrameYear1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtTurnOverByTimeFrameYear1.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtTurnOverByTimeFrameYear1.Properties.ReadOnly = true;
            this.txtTurnOverByTimeFrameYear1.Size = new System.Drawing.Size(90, 20);
            this.txtTurnOverByTimeFrameYear1.TabIndex = 137;
            // 
            // lblTurnByTimeFrameOverYear11
            // 
            this.lblTurnByTimeFrameOverYear11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnByTimeFrameOverYear11.Location = new System.Drawing.Point(794, 309);
            this.lblTurnByTimeFrameOverYear11.Name = "lblTurnByTimeFrameOverYear11";
            this.lblTurnByTimeFrameOverYear11.Size = new System.Drawing.Size(24, 13);
            this.lblTurnByTimeFrameOverYear11.TabIndex = 136;
            this.lblTurnByTimeFrameOverYear11.Text = "2012";
            // 
            // lblTurnByTimeFrameOverYear10
            // 
            this.lblTurnByTimeFrameOverYear10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnByTimeFrameOverYear10.Location = new System.Drawing.Point(794, 283);
            this.lblTurnByTimeFrameOverYear10.Name = "lblTurnByTimeFrameOverYear10";
            this.lblTurnByTimeFrameOverYear10.Size = new System.Drawing.Size(24, 13);
            this.lblTurnByTimeFrameOverYear10.TabIndex = 135;
            this.lblTurnByTimeFrameOverYear10.Text = "2011";
            // 
            // lblTurnByTimeFrameOverYear9
            // 
            this.lblTurnByTimeFrameOverYear9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnByTimeFrameOverYear9.Location = new System.Drawing.Point(794, 257);
            this.lblTurnByTimeFrameOverYear9.Name = "lblTurnByTimeFrameOverYear9";
            this.lblTurnByTimeFrameOverYear9.Size = new System.Drawing.Size(24, 13);
            this.lblTurnByTimeFrameOverYear9.TabIndex = 134;
            this.lblTurnByTimeFrameOverYear9.Text = "2010";
            // 
            // lblTurnByTimeFrameOverYear8
            // 
            this.lblTurnByTimeFrameOverYear8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnByTimeFrameOverYear8.Location = new System.Drawing.Point(794, 231);
            this.lblTurnByTimeFrameOverYear8.Name = "lblTurnByTimeFrameOverYear8";
            this.lblTurnByTimeFrameOverYear8.Size = new System.Drawing.Size(24, 13);
            this.lblTurnByTimeFrameOverYear8.TabIndex = 133;
            this.lblTurnByTimeFrameOverYear8.Text = "2009";
            // 
            // lblTurnByTimeFrameOverYear7
            // 
            this.lblTurnByTimeFrameOverYear7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnByTimeFrameOverYear7.Location = new System.Drawing.Point(794, 205);
            this.lblTurnByTimeFrameOverYear7.Name = "lblTurnByTimeFrameOverYear7";
            this.lblTurnByTimeFrameOverYear7.Size = new System.Drawing.Size(24, 13);
            this.lblTurnByTimeFrameOverYear7.TabIndex = 132;
            this.lblTurnByTimeFrameOverYear7.Text = "2008";
            // 
            // lblTurnByTimeFrameOverYear6
            // 
            this.lblTurnByTimeFrameOverYear6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnByTimeFrameOverYear6.Location = new System.Drawing.Point(794, 179);
            this.lblTurnByTimeFrameOverYear6.Name = "lblTurnByTimeFrameOverYear6";
            this.lblTurnByTimeFrameOverYear6.Size = new System.Drawing.Size(24, 13);
            this.lblTurnByTimeFrameOverYear6.TabIndex = 131;
            this.lblTurnByTimeFrameOverYear6.Text = "2007";
            // 
            // lblTurnByTimeFrameOverYear5
            // 
            this.lblTurnByTimeFrameOverYear5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnByTimeFrameOverYear5.Location = new System.Drawing.Point(794, 153);
            this.lblTurnByTimeFrameOverYear5.Name = "lblTurnByTimeFrameOverYear5";
            this.lblTurnByTimeFrameOverYear5.Size = new System.Drawing.Size(24, 13);
            this.lblTurnByTimeFrameOverYear5.TabIndex = 130;
            this.lblTurnByTimeFrameOverYear5.Text = "2006";
            // 
            // lblTurnByTimeFrameOverYear4
            // 
            this.lblTurnByTimeFrameOverYear4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnByTimeFrameOverYear4.Location = new System.Drawing.Point(794, 127);
            this.lblTurnByTimeFrameOverYear4.Name = "lblTurnByTimeFrameOverYear4";
            this.lblTurnByTimeFrameOverYear4.Size = new System.Drawing.Size(24, 13);
            this.lblTurnByTimeFrameOverYear4.TabIndex = 129;
            this.lblTurnByTimeFrameOverYear4.Text = "2005";
            // 
            // lblTurnByTimeFrameOverYear3
            // 
            this.lblTurnByTimeFrameOverYear3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnByTimeFrameOverYear3.Location = new System.Drawing.Point(794, 101);
            this.lblTurnByTimeFrameOverYear3.Name = "lblTurnByTimeFrameOverYear3";
            this.lblTurnByTimeFrameOverYear3.Size = new System.Drawing.Size(24, 13);
            this.lblTurnByTimeFrameOverYear3.TabIndex = 128;
            this.lblTurnByTimeFrameOverYear3.Text = "2004";
            // 
            // lblTurnByTimeFrameOverYear2
            // 
            this.lblTurnByTimeFrameOverYear2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnByTimeFrameOverYear2.Location = new System.Drawing.Point(794, 75);
            this.lblTurnByTimeFrameOverYear2.Name = "lblTurnByTimeFrameOverYear2";
            this.lblTurnByTimeFrameOverYear2.Size = new System.Drawing.Size(24, 13);
            this.lblTurnByTimeFrameOverYear2.TabIndex = 127;
            this.lblTurnByTimeFrameOverYear2.Text = "2003";
            // 
            // lblTurnByTimeFrameOverYear1
            // 
            this.lblTurnByTimeFrameOverYear1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTurnByTimeFrameOverYear1.Location = new System.Drawing.Point(794, 49);
            this.lblTurnByTimeFrameOverYear1.Name = "lblTurnByTimeFrameOverYear1";
            this.lblTurnByTimeFrameOverYear1.Size = new System.Drawing.Size(24, 13);
            this.lblTurnByTimeFrameOverYear1.TabIndex = 126;
            this.lblTurnByTimeFrameOverYear1.Text = "2002";
            // 
            // labelControl17
            // 
            this.labelControl17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl17.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
            this.labelControl17.Location = new System.Drawing.Point(797, 16);
            this.labelControl17.Name = "labelControl17";
            this.labelControl17.Size = new System.Drawing.Size(37, 13);
            this.labelControl17.TabIndex = 125;
            this.labelControl17.Text = "Omzet";
            // 
            // btnTrend10J
            // 
            this.btnTrend10J.Location = new System.Drawing.Point(527, 448);
            this.btnTrend10J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend10J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend10J.Name = "btnTrend10J";
            this.btnTrend10J.Size = new System.Drawing.Size(40, 23);
            this.btnTrend10J.TabIndex = 106;
            this.btnTrend10J.Tag = "10J";
            this.btnTrend10J.Text = "10J";
            this.btnTrend10J.Click += new System.EventHandler(this.btnTrend10J_Click);
            // 
            // btnTrend5J
            // 
            this.btnTrend5J.Location = new System.Drawing.Point(481, 448);
            this.btnTrend5J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend5J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend5J.Name = "btnTrend5J";
            this.btnTrend5J.Size = new System.Drawing.Size(40, 23);
            this.btnTrend5J.TabIndex = 105;
            this.btnTrend5J.Tag = "5J";
            this.btnTrend5J.Text = "5J";
            this.btnTrend5J.Click += new System.EventHandler(this.btnTrend5J_Click);
            // 
            // btnTrend3J
            // 
            this.btnTrend3J.Location = new System.Drawing.Point(435, 448);
            this.btnTrend3J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend3J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend3J.Name = "btnTrend3J";
            this.btnTrend3J.Size = new System.Drawing.Size(40, 23);
            this.btnTrend3J.TabIndex = 104;
            this.btnTrend3J.Tag = "3J";
            this.btnTrend3J.Text = "3J";
            this.btnTrend3J.Click += new System.EventHandler(this.btnTrend3J_Click);
            // 
            // btnTrend1J
            // 
            this.btnTrend1J.Location = new System.Drawing.Point(389, 448);
            this.btnTrend1J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend1J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend1J.Name = "btnTrend1J";
            this.btnTrend1J.Size = new System.Drawing.Size(40, 23);
            this.btnTrend1J.TabIndex = 103;
            this.btnTrend1J.Tag = "1J";
            this.btnTrend1J.Text = "1J";
            this.btnTrend1J.Click += new System.EventHandler(this.btnTrend1J_Click);
            // 
            // btnTrend6M
            // 
            this.btnTrend6M.Location = new System.Drawing.Point(343, 448);
            this.btnTrend6M.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend6M.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend6M.Name = "btnTrend6M";
            this.btnTrend6M.Size = new System.Drawing.Size(40, 23);
            this.btnTrend6M.TabIndex = 102;
            this.btnTrend6M.Tag = "6M";
            this.btnTrend6M.Text = "6M";
            this.btnTrend6M.Click += new System.EventHandler(this.btnTrend6M_Click);
            // 
            // btnTrend3M
            // 
            this.btnTrend3M.Location = new System.Drawing.Point(297, 448);
            this.btnTrend3M.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnTrend3M.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnTrend3M.Name = "btnTrend3M";
            this.btnTrend3M.Size = new System.Drawing.Size(40, 23);
            this.btnTrend3M.TabIndex = 101;
            this.btnTrend3M.Tag = "3M";
            this.btnTrend3M.Text = "3M";
            this.btnTrend3M.Click += new System.EventHandler(this.btnTrend3M_Click);
            // 
            // labelControl7
            // 
            this.labelControl7.Location = new System.Drawing.Point(55, 453);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(53, 13);
            this.labelControl7.TabIndex = 100;
            this.labelControl7.Text = "Trendlijnen";
            // 
            // cbxTurnOverByTimeFrameLabel
            // 
            this.cbxTurnOverByTimeFrameLabel.EditValue = true;
            this.cbxTurnOverByTimeFrameLabel.Location = new System.Drawing.Point(141, 423);
            this.cbxTurnOverByTimeFrameLabel.Name = "cbxTurnOverByTimeFrameLabel";
            this.cbxTurnOverByTimeFrameLabel.Properties.Caption = "";
            this.cbxTurnOverByTimeFrameLabel.Size = new System.Drawing.Size(29, 19);
            this.cbxTurnOverByTimeFrameLabel.TabIndex = 99;
            this.cbxTurnOverByTimeFrameLabel.Tag = "11";
            this.cbxTurnOverByTimeFrameLabel.CheckedChanged += new System.EventHandler(this.cbxTurnOverByTimeFrameLabel_CheckedChanged);
            // 
            // labelControl6
            // 
            this.labelControl6.Location = new System.Drawing.Point(55, 426);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(69, 13);
            this.labelControl6.TabIndex = 98;
            this.labelControl6.Text = "Toon waarden";
            // 
            // btn3J
            // 
            this.btn3J.Location = new System.Drawing.Point(435, 419);
            this.btn3J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn3J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn3J.Name = "btn3J";
            this.btn3J.Size = new System.Drawing.Size(40, 23);
            this.btn3J.TabIndex = 97;
            this.btn3J.Tag = "9";
            this.btn3J.Text = "3J";
            this.btn3J.Click += new System.EventHandler(this.btn3J_Click);
            // 
            // chartTurnOverByTimeFrame
            // 
            xyDiagram2.AxisX.DateTimeGridAlignment = DevExpress.XtraCharts.DateTimeMeasurementUnit.Month;
            xyDiagram2.AxisX.DateTimeMeasureUnit = DevExpress.XtraCharts.DateTimeMeasurementUnit.Month;
            xyDiagram2.AxisX.DateTimeOptions.Format = DevExpress.XtraCharts.DateTimeFormat.MonthAndYear;
            xyDiagram2.AxisX.Label.Angle = 10;
            xyDiagram2.AxisX.Label.Font = new System.Drawing.Font("Tahoma", 9F);
            xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = false;
            xyDiagram2.AxisX.Range.SideMarginsEnabled = false;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            this.chartTurnOverByTimeFrame.Diagram = xyDiagram2;
            this.chartTurnOverByTimeFrame.Location = new System.Drawing.Point(20, 10);
            this.chartTurnOverByTimeFrame.Name = "chartTurnOverByTimeFrame";
            series23.ArgumentDataMember = "Date";
            series23.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            pointSeriesLabel24.LineVisible = true;
            pointOptions23.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
            pointOptions23.ValueNumericOptions.Precision = 0;
            pointSeriesLabel24.PointOptions = pointOptions23;
            series23.Label = pointSeriesLabel24;
            series23.Name = "Series 1";
            series23.ValueDataMembersSerializable = "PurchaseAmount";
            series23.View = splineAreaSeriesView13;
            series24.ArgumentDataMember = "Date";
            series24.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            pointSeriesLabel25.LineVisible = true;
            series24.Label = pointSeriesLabel25;
            series24.Name = "Trend 1";
            series24.View = lineSeriesView12;
            series24.Visible = false;
            this.chartTurnOverByTimeFrame.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series23,
        series24};
            pointSeriesLabel26.LineVisible = true;
            this.chartTurnOverByTimeFrame.SeriesTemplate.Label = pointSeriesLabel26;
            splineAreaSeriesView14.Transparency = ((byte)(0));
            this.chartTurnOverByTimeFrame.SeriesTemplate.View = splineAreaSeriesView14;
            this.chartTurnOverByTimeFrame.Size = new System.Drawing.Size(756, 389);
            this.chartTurnOverByTimeFrame.TabIndex = 96;
            this.chartTurnOverByTimeFrame.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartTurnOverByTimeFrame_MouseMove);
            // 
            // btn3M
            // 
            this.btn3M.Location = new System.Drawing.Point(297, 419);
            this.btn3M.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn3M.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn3M.Name = "btn3M";
            this.btn3M.Size = new System.Drawing.Size(40, 23);
            this.btn3M.TabIndex = 95;
            this.btn3M.Tag = "11";
            this.btn3M.Text = "3M";
            this.btn3M.Click += new System.EventHandler(this.btn3M_Click);
            // 
            // btn6M
            // 
            this.btn6M.Location = new System.Drawing.Point(343, 419);
            this.btn6M.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn6M.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn6M.Name = "btn6M";
            this.btn6M.Size = new System.Drawing.Size(40, 23);
            this.btn6M.TabIndex = 94;
            this.btn6M.Tag = "10";
            this.btn6M.Text = "6M";
            this.btn6M.Click += new System.EventHandler(this.btn6M_Click);
            // 
            // btn1J
            // 
            this.btn1J.Location = new System.Drawing.Point(389, 419);
            this.btn1J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn1J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn1J.Name = "btn1J";
            this.btn1J.Size = new System.Drawing.Size(40, 23);
            this.btn1J.TabIndex = 93;
            this.btn1J.Tag = "9";
            this.btn1J.Text = "1J";
            this.btn1J.Click += new System.EventHandler(this.btn1J_Click);
            // 
            // btn10J
            // 
            this.btn10J.Location = new System.Drawing.Point(527, 419);
            this.btn10J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn10J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn10J.Name = "btn10J";
            this.btn10J.Size = new System.Drawing.Size(40, 23);
            this.btn10J.TabIndex = 92;
            this.btn10J.Tag = "7";
            this.btn10J.Text = "10J";
            this.btn10J.Click += new System.EventHandler(this.btn10J_Click);
            // 
            // btn5J
            // 
            this.btn5J.Location = new System.Drawing.Point(481, 419);
            this.btn5J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn5J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn5J.Name = "btn5J";
            this.btn5J.Size = new System.Drawing.Size(40, 23);
            this.btn5J.TabIndex = 91;
            this.btn5J.Tag = "8";
            this.btn5J.Text = "5J";
            this.btn5J.Click += new System.EventHandler(this.btn5J_Click);
            // 
            // CostSupplier
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(948, 539);
            this.Controls.Add(this.xtraTabControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.LookAndFeel.SkinName = "Office 2010 Blue";
            this.LookAndFeel.UseDefaultLookAndFeel = false;
            this.MaximizeBox = false;
            this.Name = "CostSupplier";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "ChartViewer";
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.tabpageByYear.ResumeLayout(false);
            this.tabpageByYear.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear11.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear10.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear9.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear8.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear7.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear6.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear5.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear4.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear3.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverYear1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.iclLarge)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel11.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel10.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel9.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel8.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel7.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel6.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel5.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel4.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel3.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxLabel1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartTurnOver)).EndInit();
            this.tabpageByTimeFrame.ResumeLayout(false);
            this.tabpageByTimeFrame.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear11.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear10.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear9.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear8.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear7.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear6.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear5.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear4.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear3.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTurnOverByTimeFrameYear1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxTurnOverByTimeFrameLabel.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel25)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel26)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartTurnOverByTimeFrame)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 27
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView2   = new DevExpress.XtraCharts.LineSeriesView();
     this.panelControl1        = new DevExpress.XtraEditors.PanelControl();
     this.pivotGridControl1    = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.expandablePanel1     = new Mozart.Studio.UIComponents.ExpandablePanel();
     this.layoutControl1       = new DevExpress.XtraLayout.LayoutControl();
     this.isShowSubStep        = new System.Windows.Forms.CheckBox();
     this.StepComboBox         = new System.Windows.Forms.ComboBox();
     this.areaComboBox         = new System.Windows.Forms.ComboBox();
     this.btnSaveLayOut        = new System.Windows.Forms.Button();
     this.EndCountPicker       = new System.Windows.Forms.NumericUpDown();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.hourlyRadioBtn       = new System.Windows.Forms.RadioButton();
     this.shiftRadioBtn        = new System.Windows.Forms.RadioButton();
     this.dayRadioBtn          = new System.Windows.Forms.RadioButton();
     this.StartDatePicker      = new DevExpress.XtraEditors.DateEdit();
     this.btnQuery             = new System.Windows.Forms.Button();
     this.ShopIDComboBox       = new System.Windows.Forms.ComboBox();
     this.layoutControlItem8   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1  = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem5   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem14  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem9   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem12  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem10  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1      = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem2      = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem4      = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem3      = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem1   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4   = new DevExpress.XtraLayout.LayoutControlItem();
     this.dockManager1         = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1           = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.chartControl         = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).BeginInit();
     this.expandablePanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.EndCountPicker)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.StartDatePicker.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.StartDatePicker.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.pivotGridControl1);
     this.panelControl1.Controls.Add(this.expandablePanel1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1192, 712);
     this.panelControl1.TabIndex = 0;
     //
     // pivotGridControl1
     //
     this.pivotGridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pivotGridControl1.Location = new System.Drawing.Point(2, 115);
     this.pivotGridControl1.Name     = "pivotGridControl1";
     this.pivotGridControl1.OptionsChartDataSource.ProvideDataByColumns = false;
     this.pivotGridControl1.OptionsView.RowTotalsLocation      = DevExpress.XtraPivotGrid.PivotRowTotalsLocation.Near;
     this.pivotGridControl1.OptionsView.ShowFilterSeparatorBar = false;
     this.pivotGridControl1.Size                  = new System.Drawing.Size(1188, 595);
     this.pivotGridControl1.TabIndex              = 49;
     this.pivotGridControl1.CustomFieldSort      += new DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventHandler(this.pivotGridControl1_CustomFieldSort);
     this.pivotGridControl1.CellSelectionChanged += new System.EventHandler(this.pivotGridControl_CellSelectionChanged);
     //
     // expandablePanel1
     //
     this.expandablePanel1.Controls.Add(this.layoutControl1);
     this.expandablePanel1.Dock         = System.Windows.Forms.DockStyle.Top;
     this.expandablePanel1.ForeColor    = System.Drawing.Color.SteelBlue;
     this.expandablePanel1.Location     = new System.Drawing.Point(2, 2);
     this.expandablePanel1.Name         = "expandablePanel1";
     this.expandablePanel1.Size         = new System.Drawing.Size(1188, 113);
     this.expandablePanel1.TabIndex     = 0;
     this.expandablePanel1.Text         = "StepMoveView";
     this.expandablePanel1.UseAnimation = true;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.isShowSubStep);
     this.layoutControl1.Controls.Add(this.StepComboBox);
     this.layoutControl1.Controls.Add(this.areaComboBox);
     this.layoutControl1.Controls.Add(this.btnSaveLayOut);
     this.layoutControl1.Controls.Add(this.EndCountPicker);
     this.layoutControl1.Controls.Add(this.groupBox1);
     this.layoutControl1.Controls.Add(this.StartDatePicker);
     this.layoutControl1.Controls.Add(this.btnQuery);
     this.layoutControl1.Controls.Add(this.ShopIDComboBox);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem8
     });
     this.layoutControl1.Location = new System.Drawing.Point(0, 33);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(792, 545, 650, 400);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(1188, 80);
     this.layoutControl1.TabIndex = 77;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // isShowSubStep
     //
     this.isShowSubStep.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.isShowSubStep.Location = new System.Drawing.Point(741, 12);
     this.isShowSubStep.Name     = "isShowSubStep";
     this.isShowSubStep.Size     = new System.Drawing.Size(132, 56);
     this.isShowSubStep.TabIndex = 91;
     this.isShowSubStep.Text     = "SHOW SUB STEP";
     this.isShowSubStep.UseVisualStyleBackColor = true;
     this.isShowSubStep.CheckedChanged         += new System.EventHandler(this.isShowSubStep_CheckedChanged);
     //
     // StepComboBox
     //
     this.StepComboBox.FormattingEnabled = true;
     this.StepComboBox.Location          = new System.Drawing.Point(192, 29);
     this.StepComboBox.Name     = "StepComboBox";
     this.StepComboBox.Size     = new System.Drawing.Size(86, 22);
     this.StepComboBox.TabIndex = 90;
     //
     // areaComboBox
     //
     this.areaComboBox.FormattingEnabled = true;
     this.areaComboBox.Location          = new System.Drawing.Point(12, 29);
     this.areaComboBox.Name                  = "areaComboBox";
     this.areaComboBox.Size                  = new System.Drawing.Size(86, 22);
     this.areaComboBox.TabIndex              = 89;
     this.areaComboBox.SelectedIndexChanged += new System.EventHandler(this.areaComboBox_SelectedValueChanged);
     //
     // btnSaveLayOut
     //
     this.btnSaveLayOut.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSaveLayOut.Image    = global::CSOT.Lcd.UserInterface.Properties.Resources.Icons_16x16_Save;
     this.btnSaveLayOut.Location = new System.Drawing.Point(1120, 12);
     this.btnSaveLayOut.Name     = "btnSaveLayOut";
     this.btnSaveLayOut.Size     = new System.Drawing.Size(56, 52);
     this.btnSaveLayOut.TabIndex = 88;
     this.btnSaveLayOut.UseVisualStyleBackColor = true;
     this.btnSaveLayOut.Click += new System.EventHandler(this.btnSaveLayOut_Click);
     //
     // EndCountPicker
     //
     this.EndCountPicker.Location = new System.Drawing.Point(465, 29);
     this.EndCountPicker.Name     = "EndCountPicker";
     this.EndCountPicker.Size     = new System.Drawing.Size(46, 22);
     this.EndCountPicker.TabIndex = 87;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.hourlyRadioBtn);
     this.groupBox1.Controls.Add(this.shiftRadioBtn);
     this.groupBox1.Controls.Add(this.dayRadioBtn);
     this.groupBox1.Location = new System.Drawing.Point(550, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(187, 52);
     this.groupBox1.TabIndex = 83;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Query Condition";
     //
     // hourlyRadioBtn
     //
     this.hourlyRadioBtn.AutoSize = true;
     this.hourlyRadioBtn.Checked  = true;
     this.hourlyRadioBtn.Location = new System.Drawing.Point(15, 20);
     this.hourlyRadioBtn.Name     = "hourlyRadioBtn";
     this.hourlyRadioBtn.Size     = new System.Drawing.Size(57, 18);
     this.hourlyRadioBtn.TabIndex = 1;
     this.hourlyRadioBtn.TabStop  = true;
     this.hourlyRadioBtn.Text     = "HOUR";
     this.hourlyRadioBtn.UseVisualStyleBackColor = true;
     //
     // shiftRadioBtn
     //
     this.shiftRadioBtn.AutoSize = true;
     this.shiftRadioBtn.Location = new System.Drawing.Point(77, 20);
     this.shiftRadioBtn.Name     = "shiftRadioBtn";
     this.shiftRadioBtn.Size     = new System.Drawing.Size(58, 18);
     this.shiftRadioBtn.TabIndex = 1;
     this.shiftRadioBtn.Text     = "SHIFT";
     this.shiftRadioBtn.UseVisualStyleBackColor = true;
     //
     // dayRadioBtn
     //
     this.dayRadioBtn.AutoSize = true;
     this.dayRadioBtn.Location = new System.Drawing.Point(135, 20);
     this.dayRadioBtn.Name     = "dayRadioBtn";
     this.dayRadioBtn.Size     = new System.Drawing.Size(49, 18);
     this.dayRadioBtn.TabIndex = 0;
     this.dayRadioBtn.Text     = "DAY";
     this.dayRadioBtn.UseVisualStyleBackColor = true;
     //
     // StartDatePicker
     //
     this.StartDatePicker.EditValue   = null;
     this.StartDatePicker.Location    = new System.Drawing.Point(295, 29);
     this.StartDatePicker.MaximumSize = new System.Drawing.Size(200, 21);
     this.StartDatePicker.MinimumSize = new System.Drawing.Size(100, 21);
     this.StartDatePicker.Name        = "StartDatePicker";
     this.StartDatePicker.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.StartDatePicker.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.StartDatePicker.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.StartDatePicker.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.StartDatePicker.Size            = new System.Drawing.Size(166, 21);
     this.StartDatePicker.StyleController = this.layoutControl1;
     this.StartDatePicker.TabIndex        = 82;
     //
     // btnQuery
     //
     this.btnQuery.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnQuery.Location = new System.Drawing.Point(1019, 12);
     this.btnQuery.Name     = "btnQuery";
     this.btnQuery.Size     = new System.Drawing.Size(73, 52);
     this.btnQuery.TabIndex = 80;
     this.btnQuery.Text     = "QUERY";
     this.btnQuery.UseVisualStyleBackColor = true;
     this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
     //
     // ShopIDComboBox
     //
     this.ShopIDComboBox.FormattingEnabled = true;
     this.ShopIDComboBox.Location          = new System.Drawing.Point(102, 29);
     this.ShopIDComboBox.Name                  = "ShopIDComboBox";
     this.ShopIDComboBox.Size                  = new System.Drawing.Size(86, 22);
     this.ShopIDComboBox.TabIndex              = 78;
     this.ShopIDComboBox.SelectedIndexChanged += new System.EventHandler(this.shopComboBox_SelectedIndexChanged);
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Location = new System.Drawing.Point(508, 0);
     this.layoutControlItem8.Name     = "layoutControlItem8";
     this.layoutControlItem8.Size     = new System.Drawing.Size(133, 321);
     this.layoutControlItem8.TextSize = new System.Drawing.Size(105, 14);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem5,
         this.layoutControlItem2,
         this.layoutControlItem14,
         this.layoutControlItem9,
         this.layoutControlItem12,
         this.layoutControlItem3,
         this.layoutControlItem10,
         this.emptySpaceItem1,
         this.emptySpaceItem2,
         this.emptySpaceItem4,
         this.emptySpaceItem3,
         this.layoutControlItem1,
         this.layoutControlItem4
     });
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1188, 80);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control             = this.EndCountPicker;
     this.layoutControlItem5.Location            = new System.Drawing.Point(453, 0);
     this.layoutControlItem5.MaxSize             = new System.Drawing.Size(50, 56);
     this.layoutControlItem5.MinSize             = new System.Drawing.Size(50, 56);
     this.layoutControlItem5.Name                = "layoutControlItem5";
     this.layoutControlItem5.Size                = new System.Drawing.Size(50, 60);
     this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.Text                = "~ SHIFT";
     this.layoutControlItem5.TextLocation        = DevExpress.Utils.Locations.Top;
     this.layoutControlItem5.TextSize            = new System.Drawing.Size(46, 14);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.areaComboBox;
     this.layoutControlItem2.CustomizationFormText = "AREA";
     this.layoutControlItem2.Location            = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.MaxSize             = new System.Drawing.Size(90, 56);
     this.layoutControlItem2.MinSize             = new System.Drawing.Size(90, 56);
     this.layoutControlItem2.Name                = "layoutControlItem2";
     this.layoutControlItem2.Size                = new System.Drawing.Size(90, 60);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.Text                = "AREA";
     this.layoutControlItem2.TextLocation        = DevExpress.Utils.Locations.Top;
     this.layoutControlItem2.TextSize            = new System.Drawing.Size(46, 14);
     //
     // layoutControlItem14
     //
     this.layoutControlItem14.Control             = this.ShopIDComboBox;
     this.layoutControlItem14.Location            = new System.Drawing.Point(90, 0);
     this.layoutControlItem14.MaxSize             = new System.Drawing.Size(90, 56);
     this.layoutControlItem14.MinSize             = new System.Drawing.Size(90, 56);
     this.layoutControlItem14.Name                = "layoutControlItem14";
     this.layoutControlItem14.Size                = new System.Drawing.Size(90, 60);
     this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem14.Text                = "SHOP";
     this.layoutControlItem14.TextLocation        = DevExpress.Utils.Locations.Top;
     this.layoutControlItem14.TextSize            = new System.Drawing.Size(46, 14);
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control = this.groupBox1;
     this.layoutControlItem9.CustomizationFormText = "QueryCondition";
     this.layoutControlItem9.Location            = new System.Drawing.Point(538, 0);
     this.layoutControlItem9.MaxSize             = new System.Drawing.Size(191, 56);
     this.layoutControlItem9.MinSize             = new System.Drawing.Size(191, 56);
     this.layoutControlItem9.Name                = "layoutControlItem9";
     this.layoutControlItem9.Size                = new System.Drawing.Size(191, 60);
     this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem9.Text                = "QueryCondition";
     this.layoutControlItem9.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem9.TextVisible         = false;
     //
     // layoutControlItem12
     //
     this.layoutControlItem12.Control = this.btnQuery;
     this.layoutControlItem12.CustomizationFormText = "QUERY";
     this.layoutControlItem12.Location            = new System.Drawing.Point(1007, 0);
     this.layoutControlItem12.MaxSize             = new System.Drawing.Size(77, 56);
     this.layoutControlItem12.MinSize             = new System.Drawing.Size(77, 56);
     this.layoutControlItem12.Name                = "layoutControlItem12";
     this.layoutControlItem12.Size                = new System.Drawing.Size(77, 60);
     this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem12.Text                = "QUERY";
     this.layoutControlItem12.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem12.TextVisible         = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control             = this.btnSaveLayOut;
     this.layoutControlItem3.Location            = new System.Drawing.Point(1108, 0);
     this.layoutControlItem3.MaxSize             = new System.Drawing.Size(60, 56);
     this.layoutControlItem3.MinSize             = new System.Drawing.Size(60, 56);
     this.layoutControlItem3.Name                = "layoutControlItem3";
     this.layoutControlItem3.Size                = new System.Drawing.Size(60, 60);
     this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.Text                = "SaveLayout";
     this.layoutControlItem3.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible         = false;
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.Control = this.StartDatePicker;
     this.layoutControlItem10.CustomizationFormText = "DATE";
     this.layoutControlItem10.Location            = new System.Drawing.Point(283, 0);
     this.layoutControlItem10.MaxSize             = new System.Drawing.Size(170, 56);
     this.layoutControlItem10.MinSize             = new System.Drawing.Size(170, 56);
     this.layoutControlItem10.Name                = "layoutControlItem10";
     this.layoutControlItem10.Size                = new System.Drawing.Size(170, 60);
     this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem10.Text                = "DATE";
     this.layoutControlItem10.TextLocation        = DevExpress.Utils.Locations.Top;
     this.layoutControlItem10.TextSize            = new System.Drawing.Size(46, 14);
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack       = false;
     this.emptySpaceItem1.Location            = new System.Drawing.Point(1084, 0);
     this.emptySpaceItem1.MaxSize             = new System.Drawing.Size(24, 60);
     this.emptySpaceItem1.MinSize             = new System.Drawing.Size(24, 60);
     this.emptySpaceItem1.Name                = "emptySpaceItem1";
     this.emptySpaceItem1.Size                = new System.Drawing.Size(24, 60);
     this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem1.TextSize            = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.Location      = new System.Drawing.Point(865, 0);
     this.emptySpaceItem2.Name          = "emptySpaceItem2";
     this.emptySpaceItem2.Size          = new System.Drawing.Size(142, 60);
     this.emptySpaceItem2.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem4
     //
     this.emptySpaceItem4.AllowHotTrack = false;
     this.emptySpaceItem4.Location      = new System.Drawing.Point(503, 0);
     this.emptySpaceItem4.Name          = "emptySpaceItem4";
     this.emptySpaceItem4.Size          = new System.Drawing.Size(35, 60);
     this.emptySpaceItem4.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.Location      = new System.Drawing.Point(270, 0);
     this.emptySpaceItem3.Name          = "emptySpaceItem3";
     this.emptySpaceItem3.Size          = new System.Drawing.Size(13, 60);
     this.emptySpaceItem3.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.StepComboBox;
     this.layoutControlItem1.CustomizationFormText = "STEP";
     this.layoutControlItem1.Location            = new System.Drawing.Point(180, 0);
     this.layoutControlItem1.MaxSize             = new System.Drawing.Size(90, 56);
     this.layoutControlItem1.MinSize             = new System.Drawing.Size(90, 56);
     this.layoutControlItem1.Name                = "layoutControlItem1";
     this.layoutControlItem1.Size                = new System.Drawing.Size(90, 60);
     this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.Text                = "STEP";
     this.layoutControlItem1.TextLocation        = DevExpress.Utils.Locations.Top;
     this.layoutControlItem1.TextSize            = new System.Drawing.Size(46, 14);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control             = this.isShowSubStep;
     this.layoutControlItem4.Location            = new System.Drawing.Point(729, 0);
     this.layoutControlItem4.MinSize             = new System.Drawing.Size(24, 24);
     this.layoutControlItem4.Name                = "layoutControlItem4";
     this.layoutControlItem4.Size                = new System.Drawing.Size(136, 60);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible         = false;
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
         this.dockPanel1
     });
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
         "DevExpress.XtraBars.BarDockControl",
         "DevExpress.XtraBars.StandaloneBarDockControl",
         "System.Windows.Forms.StatusBar",
         "System.Windows.Forms.MenuStrip",
         "System.Windows.Forms.StatusStrip",
         "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
         "DevExpress.XtraBars.Ribbon.RibbonControl",
         "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
         "DevExpress.XtraBars.Navigation.TileNavPane"
     });
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock     = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.dockPanel1.ID       = new System.Guid("ed670ac2-d3d2-436c-b92e-ac4da6f81cd0");
     this.dockPanel1.Location = new System.Drawing.Point(0, 712);
     this.dockPanel1.Name     = "dockPanel1";
     this.dockPanel1.Options.ShowCloseButton = false;
     this.dockPanel1.OriginalSize            = new System.Drawing.Size(200, 117);
     this.dockPanel1.Size = new System.Drawing.Size(1192, 117);
     this.dockPanel1.Text = "Chart";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.chartControl);
     this.dockPanel1_Container.Location = new System.Drawing.Point(4, 24);
     this.dockPanel1_Container.Name     = "dockPanel1_Container";
     this.dockPanel1_Container.Size     = new System.Drawing.Size(1184, 89);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // chartControl
     //
     xyDiagram1.AxisX.Label.Angle = 45;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl.Diagram = xyDiagram1;
     this.chartControl.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl.Legend.MaxHorizontalPercentage = 30D;
     this.chartControl.Legend.Name = "Default Legend";
     this.chartControl.Location    = new System.Drawing.Point(0, 0);
     this.chartControl.Name        = "chartControl";
     series1.Name = "Series 1";
     series1.View = lineSeriesView1;
     this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
     pointSeriesLabel1.LineVisibility       = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl.SeriesTemplate.Label = pointSeriesLabel1;
     this.chartControl.SeriesTemplate.View  = lineSeriesView2;
     this.chartControl.Size = new System.Drawing.Size(1184, 89);
     this.chartControl.SmallChartText.Text = "Increase the chart\'s size,\r\nto view its layout.\r\n    ";
     this.chartControl.TabIndex            = 1;
     //
     // StepMoveView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.dockPanel1);
     this.Name = "StepMoveView";
     this.Size = new System.Drawing.Size(1192, 829);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).EndInit();
     this.expandablePanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.EndCountPicker)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.StartDatePicker.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.StartDatePicker.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView4 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel5 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView5 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView6 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel7 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView7 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.chartActivity = new DevExpress.XtraCharts.ChartControl();
            this.gridInvoiceSummary = new DevExpress.XtraGrid.GridControl();
            this.gvInvoiceSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridPickListSummary = new DevExpress.XtraGrid.GridControl();
            this.gvPickList = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.wishListSummary = new DevExpress.XtraGrid.GridControl();
            this.gvWishList = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.chartTransactions = new DevExpress.XtraCharts.ChartControl();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.lcTransactionSummary = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lcActivitySummary = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lcWishlistSummary = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lcPicklistSummary = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lcInvoiceSummary = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartActivity)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridInvoiceSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvInvoiceSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridPickListSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvPickList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.wishListSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvWishList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartTransactions)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcTransactionSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcActivitySummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcWishlistSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcPicklistSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcInvoiceSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            this.SuspendLayout();
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.chartActivity);
            this.layoutControl1.Controls.Add(this.gridInvoiceSummary);
            this.layoutControl1.Controls.Add(this.gridPickListSummary);
            this.layoutControl1.Controls.Add(this.wishListSummary);
            this.layoutControl1.Controls.Add(this.chartTransactions);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(563, 382, 250, 350);
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(995, 572);
            this.layoutControl1.TabIndex = 0;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // chartActivity
            // 
            this.chartActivity.Cursor = System.Windows.Forms.Cursors.Hand;
            xyDiagram1.AxisX.Label.Angle = -25;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartActivity.Diagram = xyDiagram1;
            this.chartActivity.Location = new System.Drawing.Point(509, 44);
            this.chartActivity.Name = "chartActivity";
            this.chartActivity.PaletteName = "Palette 1";
            this.chartActivity.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(147))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(147)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(238)))), ((int)(((byte)(15))))), System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(238)))), ((int)(((byte)(15)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(36)))), ((int)(((byte)(31))))), System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(36)))), ((int)(((byte)(31)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(36)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(36)))), ((int)(((byte)(255))))))}));
            series1.ArgumentDataMember = "Date";
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.Name = "Requested";
            series1.ValueDataMembersSerializable = "Value";
            series1.View = splineSeriesView1;
            series2.ArgumentDataMember = "Date";
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.Name = "Issued";
            series2.ValueDataMembersSerializable = "Value";
            series2.View = splineSeriesView2;
            series3.ArgumentDataMember = "Date";
            pointSeriesLabel3.LineVisible = true;
            series3.Label = pointSeriesLabel3;
            series3.Name = "Cancelled";
            series3.ValueDataMembersSerializable = "Value";
            series3.View = splineSeriesView3;
            series4.ArgumentDataMember = "Date";
            pointSeriesLabel4.LineVisible = true;
            series4.Label = pointSeriesLabel4;
            series4.Name = "Picklist";
            series4.ValueDataMembersSerializable = "Value";
            series4.View = splineSeriesView4;
            this.chartActivity.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3,
        series4};
            pointSeriesLabel5.LineVisible = true;
            this.chartActivity.SeriesTemplate.Label = pointSeriesLabel5;
            this.chartActivity.SeriesTemplate.View = splineSeriesView5;
            this.chartActivity.Size = new System.Drawing.Size(462, 233);
            this.chartActivity.TabIndex = 8;
            this.chartActivity.Click += new System.EventHandler(this.chartActivity_Click);
            // 
            // gridInvoiceSummary
            // 
            this.gridInvoiceSummary.Location = new System.Drawing.Point(662, 325);
            this.gridInvoiceSummary.MainView = this.gvInvoiceSummary;
            this.gridInvoiceSummary.Name = "gridInvoiceSummary";
            this.gridInvoiceSummary.Size = new System.Drawing.Size(309, 223);
            this.gridInvoiceSummary.TabIndex = 7;
            this.gridInvoiceSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvInvoiceSummary});
            // 
            // gvInvoiceSummary
            // 
            this.gvInvoiceSummary.Appearance.Row.BackColor = System.Drawing.Color.Transparent;
            this.gvInvoiceSummary.Appearance.Row.Options.UseBackColor = true;
            this.gvInvoiceSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn5,
            this.gridColumn6,
            this.gridColumn9});
            this.gvInvoiceSummary.GridControl = this.gridInvoiceSummary;
            this.gvInvoiceSummary.GroupCount = 1;
            this.gvInvoiceSummary.Name = "gvInvoiceSummary";
            this.gvInvoiceSummary.OptionsBehavior.Editable = false;
            this.gvInvoiceSummary.OptionsBehavior.ReadOnly = true;
            this.gvInvoiceSummary.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gvInvoiceSummary.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gvInvoiceSummary.OptionsView.ShowColumnHeaders = false;
            this.gvInvoiceSummary.OptionsView.ShowGroupPanel = false;
            this.gvInvoiceSummary.OptionsView.ShowIndicator = false;
            this.gvInvoiceSummary.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn9, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // gridColumn5
            // 
            this.gridColumn5.FieldName = "Name";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 0;
            // 
            // gridColumn6
            // 
            this.gridColumn6.FieldName = "Value";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 1;
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = " ";
            this.gridColumn9.FieldName = "Category";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 2;
            // 
            // gridPickListSummary
            // 
            this.gridPickListSummary.Location = new System.Drawing.Point(337, 325);
            this.gridPickListSummary.MainView = this.gvPickList;
            this.gridPickListSummary.Name = "gridPickListSummary";
            this.gridPickListSummary.Size = new System.Drawing.Size(297, 223);
            this.gridPickListSummary.TabIndex = 6;
            this.gridPickListSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvPickList});
            // 
            // gvPickList
            // 
            this.gvPickList.Appearance.Row.BackColor = System.Drawing.Color.Transparent;
            this.gvPickList.Appearance.Row.Options.UseBackColor = true;
            this.gvPickList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn3,
            this.gridColumn4,
            this.gridColumn7});
            this.gvPickList.GridControl = this.gridPickListSummary;
            this.gvPickList.GroupCount = 1;
            this.gvPickList.Name = "gvPickList";
            this.gvPickList.OptionsBehavior.Editable = false;
            this.gvPickList.OptionsBehavior.ReadOnly = true;
            this.gvPickList.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gvPickList.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gvPickList.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gvPickList.OptionsView.ShowColumnHeaders = false;
            this.gvPickList.OptionsView.ShowGroupPanel = false;
            this.gvPickList.OptionsView.ShowIndicator = false;
            this.gvPickList.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn7, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // gridColumn3
            // 
            this.gridColumn3.FieldName = "Name";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 0;
            // 
            // gridColumn4
            // 
            this.gridColumn4.FieldName = "Value";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 1;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = " ";
            this.gridColumn7.FieldName = "Category";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 2;
            // 
            // wishListSummary
            // 
            this.wishListSummary.Location = new System.Drawing.Point(24, 325);
            this.wishListSummary.MainView = this.gvWishList;
            this.wishListSummary.Name = "wishListSummary";
            this.wishListSummary.Size = new System.Drawing.Size(285, 223);
            this.wishListSummary.TabIndex = 5;
            this.wishListSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvWishList});
            // 
            // gvWishList
            // 
            this.gvWishList.Appearance.Row.BackColor = System.Drawing.Color.Transparent;
            this.gvWishList.Appearance.Row.Options.UseBackColor = true;
            this.gvWishList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColumn2,
            this.gridColumn8});
            this.gvWishList.GridControl = this.wishListSummary;
            this.gvWishList.GroupCount = 1;
            this.gvWishList.Name = "gvWishList";
            this.gvWishList.OptionsBehavior.Editable = false;
            this.gvWishList.OptionsBehavior.ReadOnly = true;
            this.gvWishList.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gvWishList.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gvWishList.OptionsView.ShowColumnHeaders = false;
            this.gvWishList.OptionsView.ShowGroupPanel = false;
            this.gvWishList.OptionsView.ShowIndicator = false;
            this.gvWishList.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn8, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // gridColumn1
            // 
            this.gridColumn1.FieldName = "Name";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            // 
            // gridColumn2
            // 
            this.gridColumn2.FieldName = "Value";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 1;
            // 
            // gridColumn8
            // 
            this.gridColumn8.Caption = " ";
            this.gridColumn8.FieldName = "Category";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 2;
            // 
            // chartTransactions
            // 
            this.chartTransactions.AppearanceName = "Light";
            this.chartTransactions.Cursor = System.Windows.Forms.Cursors.Hand;
            xyDiagram2.AxisX.Label.Angle = -25;
            xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            this.chartTransactions.Diagram = xyDiagram2;
            this.chartTransactions.Legend.Visible = false;
            this.chartTransactions.Location = new System.Drawing.Point(24, 44);
            this.chartTransactions.Name = "chartTransactions";
            this.chartTransactions.PaletteBaseColorNumber = 2;
            this.chartTransactions.PaletteName = "Terracotta Pie";
            series5.ArgumentDataMember = "Date";
            pointSeriesLabel6.LineVisible = true;
            series5.Label = pointSeriesLabel6;
            series5.Name = "Sales";
            pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            series5.PointOptions = pointOptions1;
            series5.ValueDataMembersSerializable = "Value";
            splineSeriesView6.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            series5.View = splineSeriesView6;
            this.chartTransactions.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series5};
            pointSeriesLabel7.LineVisible = true;
            this.chartTransactions.SeriesTemplate.Label = pointSeriesLabel7;
            this.chartTransactions.SeriesTemplate.View = splineSeriesView7;
            this.chartTransactions.Size = new System.Drawing.Size(457, 233);
            this.chartTransactions.TabIndex = 4;
            chartTitle1.Font = new System.Drawing.Font("Tahoma", 10F);
            chartTitle1.Text = "Daily Sales (From Invoice Printing)";
            this.chartTransactions.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle1});
            this.chartTransactions.Click += new System.EventHandler(this.chartTransactions_Click);
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "Root";
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.lcTransactionSummary,
            this.lcActivitySummary,
            this.lcWishlistSummary,
            this.lcPicklistSummary,
            this.lcInvoiceSummary});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Size = new System.Drawing.Size(995, 572);
            this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // lcTransactionSummary
            // 
            this.lcTransactionSummary.CustomizationFormText = "Transaction Summary";
            this.lcTransactionSummary.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1});
            this.lcTransactionSummary.Location = new System.Drawing.Point(0, 0);
            this.lcTransactionSummary.Name = "lcTransactionSummary";
            this.lcTransactionSummary.Size = new System.Drawing.Size(485, 281);
            this.lcTransactionSummary.Text = "Transaction Summary (Click on the chart to zoom in)";
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.chartTransactions;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(461, 237);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // lcActivitySummary
            // 
            this.lcActivitySummary.CustomizationFormText = "Activity Summary";
            this.lcActivitySummary.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem5});
            this.lcActivitySummary.Location = new System.Drawing.Point(485, 0);
            this.lcActivitySummary.Name = "lcActivitySummary";
            this.lcActivitySummary.Size = new System.Drawing.Size(490, 281);
            this.lcActivitySummary.Text = "Activity Summary (Click on the chart to zoom in)";
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.chartActivity;
            this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(466, 237);
            this.layoutControlItem5.Text = "layoutControlItem5";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem5.TextToControlDistance = 0;
            this.layoutControlItem5.TextVisible = false;
            // 
            // lcWishlistSummary
            // 
            this.lcWishlistSummary.CustomizationFormText = "Wish List Summary";
            this.lcWishlistSummary.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem2});
            this.lcWishlistSummary.Location = new System.Drawing.Point(0, 281);
            this.lcWishlistSummary.Name = "lcWishlistSummary";
            this.lcWishlistSummary.Size = new System.Drawing.Size(313, 271);
            this.lcWishlistSummary.Text = "Wish List Summary";
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.wishListSummary;
            this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(289, 227);
            this.layoutControlItem2.Text = "layoutControlItem2";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem2.TextToControlDistance = 0;
            this.layoutControlItem2.TextVisible = false;
            // 
            // lcPicklistSummary
            // 
            this.lcPicklistSummary.CustomizationFormText = "Pick List Summary";
            this.lcPicklistSummary.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem3});
            this.lcPicklistSummary.Location = new System.Drawing.Point(313, 281);
            this.lcPicklistSummary.Name = "lcPicklistSummary";
            this.lcPicklistSummary.Size = new System.Drawing.Size(325, 271);
            this.lcPicklistSummary.Text = "Pick List Summary";
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.gridPickListSummary;
            this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(301, 227);
            this.layoutControlItem3.Text = "layoutControlItem3";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextToControlDistance = 0;
            this.layoutControlItem3.TextVisible = false;
            // 
            // lcInvoiceSummary
            // 
            this.lcInvoiceSummary.CustomizationFormText = "Invoice Summary";
            this.lcInvoiceSummary.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem4});
            this.lcInvoiceSummary.Location = new System.Drawing.Point(638, 281);
            this.lcInvoiceSummary.Name = "lcInvoiceSummary";
            this.lcInvoiceSummary.Size = new System.Drawing.Size(337, 271);
            this.lcInvoiceSummary.Text = "Invoice Summary";
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.gridInvoiceSummary;
            this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(313, 227);
            this.layoutControlItem4.Text = "layoutControlItem4";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem4.TextToControlDistance = 0;
            this.layoutControlItem4.TextVisible = false;
            // 
            // Dashboard
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(995, 572);
            this.Controls.Add(this.layoutControl1);
            this.Name = "Dashboard";
            this.Text = "Dashboard";
            this.Load += new System.EventHandler(this.Dashboard_Load);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartActivity)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridInvoiceSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvInvoiceSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridPickListSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvPickList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.wishListSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvWishList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartTransactions)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcTransactionSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcActivitySummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcWishlistSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcPicklistSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcInvoiceSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 29
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.SecondaryAxisX   secondaryAxisX1   = new DevExpress.XtraCharts.SecondaryAxisX();
            DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY1   = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint      seriesPoint1      = new DevExpress.XtraCharts.SeriesPoint(1, new object[] {
                ((object)(7))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(2, new object[] {
                ((object)(8))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(3, new object[] {
                ((object)(6))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(4, new object[] {
                ((object)(7))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(5, new object[] {
                ((object)(5))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(6, new object[] {
                ((object)(6))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(7, new object[] {
                ((object)(4))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(8, new object[] {
                ((object)(7))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(9, new object[] {
                ((object)(5))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint(10, new object[] {
                ((object)(6))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint(100, new object[] {
                ((object)(54))
            });
            DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint      seriesPoint12     = new DevExpress.XtraCharts.SeriesPoint(21, new object[] {
                ((object)(5))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint(22, new object[] {
                ((object)(6))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint(23, new object[] {
                ((object)(4))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint(24, new object[] {
                ((object)(8))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint(25, new object[] {
                ((object)(7))
            });
            DevExpress.XtraCharts.LineSeriesView           lineSeriesView2           = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisX1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
            this.SuspendLayout();
            //
            // chartControl1
            //

            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.EnableAxisXScrolling             = true;
            xyDiagram1.EnableAxisYScrolling             = true;
            secondaryAxisX1.AxisID = 0;
            secondaryAxisX1.Name   = "secondaryAxisX1";
            secondaryAxisX1.VisibleInPanesSerializable = "-1";
            xyDiagram1.SecondaryAxesX.AddRange(new DevExpress.XtraCharts.SecondaryAxisX[] {
                secondaryAxisX1
            });
            secondaryAxisY1.AxisID = 0;
            secondaryAxisY1.Name   = "secondaryAxisY1";
            secondaryAxisY1.VisibleInPanesSerializable = "-1";
            xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
                secondaryAxisY1
            });
            this.chartControl1.Diagram    = xyDiagram1;
            this.chartControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Location   = new System.Drawing.Point(0, 0);
            this.chartControl1.Name       = "chartControl1";
            series1.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.Name  = "Series 1";
            series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
                seriesPoint1,
                seriesPoint2,
                seriesPoint3,
                seriesPoint4,
                seriesPoint5,
                seriesPoint6,
                seriesPoint7,
                seriesPoint8,
                seriesPoint9,
                seriesPoint10,
                seriesPoint11
            });
            series1.View = lineSeriesView1;
            series2.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.Name  = "Series 2";
            series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
                seriesPoint12,
                seriesPoint13,
                seriesPoint14,
                seriesPoint15,
                seriesPoint16
            });
            lineSeriesView2.AxisXName = "secondaryAxisX1";
            lineSeriesView2.AxisYName = "secondaryAxisY1";
            series2.View = lineSeriesView2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
                series1,
                series2
            };
            sideBySideBarSeriesLabel1.LineVisible   = true;
            this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel1;
            this.chartControl1.Size     = new System.Drawing.Size(945, 386);
            this.chartControl1.TabIndex = 0;
            //
            // Form1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(945, 386);
            this.Controls.Add(this.chartControl1);
            this.Name = "Form1";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisX1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);
        }
Ejemplo n.º 30
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.RectangleGradientFillOptions rectangleGradientFillOptions1 = new DevExpress.XtraCharts.RectangleGradientFillOptions();
			DevExpress.XtraCharts.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint(0D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(0.3D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(1.4D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(2.5D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(3.6D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(4.7D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(5.8D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(0D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(0.3D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint(1.4D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint(2.5D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint(3.6D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint(4.7D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint(5.8D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint(0D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint(0.3D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint(1.4D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint(2.5D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint(3.6D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint(4.7D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint(5.8D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.LineSeriesView lineSeriesView4 = new DevExpress.XtraCharts.LineSeriesView();
			this.beamLineChartControl = new DevExpress.XtraCharts.ChartControl();
			((System.ComponentModel.ISupportInitialize)(this.beamLineChartControl)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
			this.SuspendLayout();
			// 
			// beamLineChartControl
			// 
			this.beamLineChartControl.AppearanceName = "Light";
			this.beamLineChartControl.CacheToMemory = true;
			xyDiagram1.AxisX.Alignment = DevExpress.XtraCharts.AxisAlignment.Zero;
			xyDiagram1.AxisX.InterlacedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
			xyDiagram1.AxisX.InterlacedFillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
			rectangleGradientFillOptions1.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
			xyDiagram1.AxisX.InterlacedFillStyle.Options = rectangleGradientFillOptions1;
			xyDiagram1.AxisX.Label.EndText = " m";
			xyDiagram1.AxisX.Range.Auto = false;
			xyDiagram1.AxisX.Range.MaxValueSerializable = "42";
			xyDiagram1.AxisX.Range.MinValueSerializable = "0";
			xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
			xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
			xyDiagram1.AxisX.Title.Alignment = System.Drawing.StringAlignment.Near;
			xyDiagram1.AxisX.Title.Antialiasing = false;
			xyDiagram1.AxisX.Title.Font = new System.Drawing.Font("Tahoma", 8F);
			xyDiagram1.AxisX.Title.Text = "Sector Lenght (m)";
			xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
			constantLine1.AxisValueSerializable = "0";
			constantLine1.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Solid;
			constantLine1.Name = "Drift Tube";
			constantLine1.ShowInLegend = false;
			xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine1});
			xyDiagram1.AxisY.Range.Auto = false;
			xyDiagram1.AxisY.Range.MaxValueSerializable = "25";
			xyDiagram1.AxisY.Range.MinValueSerializable = "-25";
			xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
			xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
			xyDiagram1.AxisY.Title.Antialiasing = false;
			xyDiagram1.AxisY.Title.Font = new System.Drawing.Font("Tahoma", 8F);
			xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
			xyDiagram1.DefaultPane.SizeInPixels = 840;
			xyDiagram1.DefaultPane.SizeMode = DevExpress.XtraCharts.PaneSizeMode.UseSizeInPixels;
			xyDiagram1.Margins.Bottom = 0;
			xyDiagram1.Margins.Left = 1;
			xyDiagram1.Margins.Top = 0;
			this.beamLineChartControl.Diagram = xyDiagram1;
			this.beamLineChartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.LeftOutside;
			this.beamLineChartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
			this.beamLineChartControl.Legend.Margins.Bottom = 1;
			this.beamLineChartControl.Legend.Margins.Left = 1;
			this.beamLineChartControl.Legend.Margins.Right = 1;
			this.beamLineChartControl.Legend.Margins.Top = 1;
			this.beamLineChartControl.Location = new System.Drawing.Point(0, 0);
			this.beamLineChartControl.Name = "beamLineChartControl";
			this.beamLineChartControl.Padding.Bottom = 0;
			this.beamLineChartControl.Padding.Left = 0;
			this.beamLineChartControl.Padding.Right = 0;
			this.beamLineChartControl.Padding.Top = 0;
			this.beamLineChartControl.PaletteName = "Nature Colors";
			this.beamLineChartControl.RefreshDataOnRepaint = false;
			this.beamLineChartControl.RuntimeHitTesting = false;
			series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			pointSeriesLabel1.Angle = -45;
			pointSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 7F);
			pointSeriesLabel1.LineVisible = true;
			pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
			pointSeriesLabel1.Visible = false;
			series1.Label = pointSeriesLabel1;
			series1.Name = "X-Position (mm)";
			series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint1,
            seriesPoint2,
            seriesPoint3,
            seriesPoint4,
            seriesPoint5,
            seriesPoint6,
            seriesPoint7});
			lineSeriesView1.LineMarkerOptions.Size = 5;
			series1.View = lineSeriesView1;
			series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			pointSeriesLabel2.Angle = -135;
			pointSeriesLabel2.Font = new System.Drawing.Font("Tahoma", 7F);
			pointSeriesLabel2.LineVisible = true;
			pointSeriesLabel2.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
			pointSeriesLabel2.Visible = false;
			series2.Label = pointSeriesLabel2;
			series2.Name = "Y-Position (mm)";
			series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint8,
            seriesPoint9,
            seriesPoint10,
            seriesPoint11,
            seriesPoint12,
            seriesPoint13,
            seriesPoint14});
			lineSeriesView2.LineMarkerOptions.Size = 5;
			series2.View = lineSeriesView2;
			series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			pointSeriesLabel3.Angle = -90;
			pointSeriesLabel3.Font = new System.Drawing.Font("Tahoma", 7F);
			pointSeriesLabel3.LineLength = 7;
			pointSeriesLabel3.LineVisible = true;
			pointSeriesLabel3.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
			pointSeriesLabel3.Visible = false;
			series3.Label = pointSeriesLabel3;
			series3.Name = "Current (10 µA)";
			series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint15,
            seriesPoint16,
            seriesPoint17,
            seriesPoint18,
            seriesPoint19,
            seriesPoint20,
            seriesPoint21});
			lineSeriesView3.LineMarkerOptions.Size = 5;
			series3.View = lineSeriesView3;
			this.beamLineChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3};
			pointSeriesLabel4.LineVisible = true;
			this.beamLineChartControl.SeriesTemplate.Label = pointSeriesLabel4;
			this.beamLineChartControl.SeriesTemplate.View = lineSeriesView4;
			this.beamLineChartControl.Size = new System.Drawing.Size(9160, 125);
			this.beamLineChartControl.TabIndex = 2;
			this.beamLineChartControl.TabStop = false;
			// 
			// BeamLineChart
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.beamLineChartControl);
			this.Name = "BeamLineChart";
			this.Size = new System.Drawing.Size(9160, 125);
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.beamLineChartControl)).EndInit();
			this.ResumeLayout(false);

		}
Ejemplo n.º 31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView1   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView2   = new DevExpress.XtraCharts.AreaSeriesView();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chartControl           = new DevExpress.XtraCharts.ChartControl();
     this.gridControl            = new DevExpress.XtraGrid.GridControl();
     this.gridView    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.None;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.chartControl);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.gridControl);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(591, 620);
     this.splitContainerControl1.SplitterPosition = 201;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // chartControl
     //
     xyDiagram1.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram1.AxisX.VisualRange.AutoSideMargins = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisY.Label.TextPattern           = "{V:C}";
     xyDiagram1.AxisY.WholeRange.AutoSideMargins  = true;
     xyDiagram1.AxisY.VisualRange.AutoSideMargins = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     this.chartControl.Diagram           = xyDiagram1;
     this.chartControl.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl.Location          = new System.Drawing.Point(0, 0);
     this.chartControl.Name              = "chartControl";
     series1.ArgumentDataMember          = "Date";
     series1.ArgumentScaleType           = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.CrosshairEnabled            = DevExpress.Utils.DefaultBoolean.True;
     series1.CrosshairLabelPattern       = "{A:D} {HINT}\r\nBalance: {V:c}\r\n";
     pointSeriesLabel1.LineVisibility    = DevExpress.Utils.DefaultBoolean.True;
     pointSeriesLabel1.TextPattern       = "{A} {V:C}";
     series1.Label                        = pointSeriesLabel1;
     series1.Name                         = "Balance";
     series1.ToolTipEnabled               = DevExpress.Utils.DefaultBoolean.True;
     series1.ToolTipHintDataMember        = "Description";
     series1.ToolTipPointPattern          = "{A:D}\r\n{HINT}\r\nBalance: {V:c}";
     series1.ValueDataMembersSerializable = "RunningBalance";
     series1.View                         = areaSeriesView1;
     this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     pointSeriesLabel2.LineVisibility       = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl.SeriesTemplate.Label = pointSeriesLabel2;
     areaSeriesView2.Transparency           = ((byte)(0));
     this.chartControl.SeriesTemplate.View  = areaSeriesView2;
     this.chartControl.Size     = new System.Drawing.Size(591, 201);
     this.chartControl.TabIndex = 0;
     //
     // gridControl
     //
     this.gridControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl.Location = new System.Drawing.Point(0, 0);
     this.gridControl.MainView = this.gridView;
     this.gridControl.Name     = "gridControl";
     this.gridControl.Size     = new System.Drawing.Size(591, 413);
     this.gridControl.TabIndex = 0;
     this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView
     });
     //
     // gridView
     //
     this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4
     });
     this.gridView.GridControl = this.gridControl;
     this.gridView.Name        = "gridView";
     this.gridView.OptionsBehavior.Editable = false;
     this.gridView.OptionsBehavior.ReadOnly = true;
     this.gridView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn1, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "Date";
     this.gridColumn1.FieldName    = "Date";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "Description";
     this.gridColumn2.FieldName    = "Description";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Transaction Amount";
     this.gridColumn3.DisplayFormat.FormatString = "c";
     this.gridColumn3.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn3.FieldName    = "Amount";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceCell.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn4.AppearanceCell.Options.UseFont = true;
     this.gridColumn4.Caption = "Balance";
     this.gridColumn4.DisplayFormat.FormatString = "c";
     this.gridColumn4.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn4.FieldName    = "RunningBalance";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     //
     // TransactionLog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "TransactionLog";
     this.Size = new System.Drawing.Size(591, 620);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 32
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
            ((object)(45D))}, 0);
            DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
            ((object)(35D))}, 1);
            DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
            ((object)(89D))}, 2);
            DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel2 = new DevExpress.XtraCharts.PieSeriesLabel();
            DevExpress.XtraCharts.PieSeriesView pieSeriesView2 = new DevExpress.XtraCharts.PieSeriesView();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
            ((object)(23D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
            ((object)(23D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
            ((object)(23D))});
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
            ((object)(34D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
            ((object)(45D))});
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
            ((object)(34D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
            ((object)(46D))});
            DevExpress.XtraCharts.StackedAreaSeriesView stackedAreaSeriesView1 = new DevExpress.XtraCharts.StackedAreaSeriesView();
            DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
            ((object)(67D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
            ((object)(34D))});
            DevExpress.XtraCharts.StackedAreaSeriesView stackedAreaSeriesView2 = new DevExpress.XtraCharts.StackedAreaSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.StackedAreaSeriesView stackedAreaSeriesView3 = new DevExpress.XtraCharts.StackedAreaSeriesView();
            DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.StackedLineSeriesLabel stackedLineSeriesLabel1 = new DevExpress.XtraCharts.StackedLineSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
            ((object)(34D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
            ((object)(12D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
            ((object)(34D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
            ((object)(56D))});
            DevExpress.XtraCharts.StackedLineSeriesView stackedLineSeriesView1 = new DevExpress.XtraCharts.StackedLineSeriesView();
            DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.StackedLineSeriesLabel stackedLineSeriesLabel2 = new DevExpress.XtraCharts.StackedLineSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
            ((object)(45D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
            ((object)(56D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint("5", new object[] {
            ((object)(67D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint("7", new object[] {
            ((object)(89D))});
            DevExpress.XtraCharts.StackedLineSeriesView stackedLineSeriesView2 = new DevExpress.XtraCharts.StackedLineSeriesView();
            DevExpress.XtraCharts.StackedLineSeriesLabel stackedLineSeriesLabel3 = new DevExpress.XtraCharts.StackedLineSeriesLabel();
            DevExpress.XtraCharts.StackedLineSeriesView stackedLineSeriesView3 = new DevExpress.XtraCharts.StackedLineSeriesView();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
            this.chartControl3 = new DevExpress.XtraCharts.ChartControl();
            this.chartControl4 = new DevExpress.XtraCharts.ChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesView3)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            this.chartControl1.Location = new System.Drawing.Point(32, 21);
            this.chartControl1.Name = "chartControl1";
            pieSeriesLabel1.LineVisible = true;
            series1.Label = pieSeriesLabel1;
            series1.Name = "Series 1";
            series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint1,
            seriesPoint2,
            seriesPoint3});
            pieSeriesView1.RuntimeExploding = false;
            series1.View = pieSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            pieSeriesLabel2.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pieSeriesLabel2;
            pieSeriesView2.RuntimeExploding = false;
            this.chartControl1.SeriesTemplate.View = pieSeriesView2;
            this.chartControl1.Size = new System.Drawing.Size(400, 189);
            this.chartControl1.TabIndex = 1;
            // 
            // chartControl2
            // 
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl2.Diagram = xyDiagram1;
            this.chartControl2.Location = new System.Drawing.Point(470, 21);
            this.chartControl2.Name = "chartControl2";
            sideBySideBarSeriesLabel1.LineVisible = true;
            series2.Label = sideBySideBarSeriesLabel1;
            series2.Name = "Series 1";
            series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint4,
            seriesPoint5,
            seriesPoint6});
            sideBySideBarSeriesLabel2.LineVisible = true;
            series3.Label = sideBySideBarSeriesLabel2;
            series3.Name = "Series 2";
            series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint7,
            seriesPoint8});
            this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series2,
        series3};
            sideBySideBarSeriesLabel3.LineVisible = true;
            this.chartControl2.SeriesTemplate.Label = sideBySideBarSeriesLabel3;
            this.chartControl2.Size = new System.Drawing.Size(382, 189);
            this.chartControl2.TabIndex = 2;
            // 
            // chartControl3
            // 
            xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = false;
            xyDiagram2.AxisX.Range.SideMarginsEnabled = false;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl3.Diagram = xyDiagram2;
            this.chartControl3.Location = new System.Drawing.Point(32, 253);
            this.chartControl3.Name = "chartControl3";
            pointSeriesLabel1.LineVisible = true;
            series4.Label = pointSeriesLabel1;
            series4.Name = "Series 1";
            series4.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint9,
            seriesPoint10});
            series4.View = stackedAreaSeriesView1;
            pointSeriesLabel2.LineVisible = true;
            series5.Label = pointSeriesLabel2;
            series5.Name = "Series 2";
            series5.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint11,
            seriesPoint12});
            series5.View = stackedAreaSeriesView2;
            this.chartControl3.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series4,
        series5};
            pointSeriesLabel3.LineVisible = true;
            this.chartControl3.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl3.SeriesTemplate.View = stackedAreaSeriesView3;
            this.chartControl3.Size = new System.Drawing.Size(400, 200);
            this.chartControl3.TabIndex = 3;
            // 
            // chartControl4
            // 
            xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram3.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram3.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl4.Diagram = xyDiagram3;
            this.chartControl4.Location = new System.Drawing.Point(470, 253);
            this.chartControl4.Name = "chartControl4";
            stackedLineSeriesLabel1.LineVisible = true;
            series6.Label = stackedLineSeriesLabel1;
            series6.Name = "Series 1";
            series6.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint13,
            seriesPoint14,
            seriesPoint15,
            seriesPoint16});
            series6.View = stackedLineSeriesView1;
            stackedLineSeriesLabel2.LineVisible = true;
            series7.Label = stackedLineSeriesLabel2;
            series7.Name = "Series 2";
            series7.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint17,
            seriesPoint18,
            seriesPoint19,
            seriesPoint20});
            series7.View = stackedLineSeriesView2;
            this.chartControl4.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series6,
        series7};
            stackedLineSeriesLabel3.LineVisible = true;
            this.chartControl4.SeriesTemplate.Label = stackedLineSeriesLabel3;
            this.chartControl4.SeriesTemplate.View = stackedLineSeriesView3;
            this.chartControl4.Size = new System.Drawing.Size(382, 200);
            this.chartControl4.TabIndex = 4;
            // 
            // StatisticMainPanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl4);
            this.Controls.Add(this.chartControl3);
            this.Controls.Add(this.chartControl2);
            this.Controls.Add(this.chartControl1);
            this.Name = "StatisticMainPanel";
            this.Size = new System.Drawing.Size(872, 553);
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl4)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ctrlComptressorMapGraph));
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.toolStrip1                 = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1            = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox1         = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripButton1           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2           = new System.Windows.Forms.ToolStripButton();
     this.toolStripDropDownButton1   = new System.Windows.Forms.ToolStripDropDownButton();
     this.t25ToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.tD0415GToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.tD0418TToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.tD0419TToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.gT28RSToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.gT3071r86ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.gT30RToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.gT40RToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.hX40wToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripLabel2            = new System.Windows.Forms.ToolStripLabel();
     this.toolStripTextBox1          = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel3            = new System.Windows.Forms.ToolStripLabel();
     this.toolStripTextBox2          = new System.Windows.Forms.ToolStripTextBox();
     this.chartControl1              = new DevExpress.XtraCharts.ChartControl();
     this.panel1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.chartControl1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 25);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(682, 435);
     this.panel1.TabIndex = 1;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.toolStripComboBox1,
         this.toolStripButton1,
         this.toolStripButton2,
         this.toolStripDropDownButton1,
         this.toolStripLabel2,
         this.toolStripTextBox1,
         this.toolStripLabel3,
         this.toolStripTextBox2
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(682, 25);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(90, 22);
     this.toolStripLabel1.Text = "Select your turbo";
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.Items.AddRange(new object[] {
         "Garrett T25 trim 55",
         "Garrett T25 trim 60",
         "Mitsubishi TD04-15G",
         "Mitsubishi TD04-16T",
         "Mitsubishi TD04-18T",
         "Mitsubishi TD04-19T",
         "Mitsubishi TD06-20G",
         "Garrett GT2871R",
         "Garrett GT28RS",
         "Garrett GT3071R",
         "Garrett GT3076R",
         "Garrett GT40R",
         "Holset HX40w"
     });
     this.toolStripComboBox1.Name = "toolStripComboBox1";
     this.toolStripComboBox1.Size = new System.Drawing.Size(250, 25);
     this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text   = "Refresh";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name    = "toolStripButton2";
     this.toolStripButton2.Size    = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text    = "Save image";
     this.toolStripButton2.Visible = false;
     this.toolStripButton2.Click  += new System.EventHandler(this.toolStripButton2_Click);
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.t25ToolStripMenuItem,
         this.tD0415GToolStripMenuItem,
         this.tD0418TToolStripMenuItem,
         this.tD0419TToolStripMenuItem,
         this.gT28RSToolStripMenuItem,
         this.gT3071r86ToolStripMenuItem,
         this.gT30RToolStripMenuItem,
         this.gT40RToolStripMenuItem,
         this.hX40wToolStripMenuItem
     });
     this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name    = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size    = new System.Drawing.Size(29, 22);
     this.toolStripDropDownButton1.Text    = "Select compressor map";
     this.toolStripDropDownButton1.Visible = false;
     //
     // t25ToolStripMenuItem
     //
     this.t25ToolStripMenuItem.Name   = "t25ToolStripMenuItem";
     this.t25ToolStripMenuItem.Size   = new System.Drawing.Size(133, 22);
     this.t25ToolStripMenuItem.Text   = "T25";
     this.t25ToolStripMenuItem.Click += new System.EventHandler(this.t25ToolStripMenuItem_Click);
     //
     // tD0415GToolStripMenuItem
     //
     this.tD0415GToolStripMenuItem.Name   = "tD0415GToolStripMenuItem";
     this.tD0415GToolStripMenuItem.Size   = new System.Drawing.Size(133, 22);
     this.tD0415GToolStripMenuItem.Text   = "TD04-15G";
     this.tD0415GToolStripMenuItem.Click += new System.EventHandler(this.tD0415GToolStripMenuItem_Click);
     //
     // tD0418TToolStripMenuItem
     //
     this.tD0418TToolStripMenuItem.Name   = "tD0418TToolStripMenuItem";
     this.tD0418TToolStripMenuItem.Size   = new System.Drawing.Size(133, 22);
     this.tD0418TToolStripMenuItem.Text   = "TD04-18T";
     this.tD0418TToolStripMenuItem.Click += new System.EventHandler(this.tD0418TToolStripMenuItem_Click);
     //
     // tD0419TToolStripMenuItem
     //
     this.tD0419TToolStripMenuItem.Name   = "tD0419TToolStripMenuItem";
     this.tD0419TToolStripMenuItem.Size   = new System.Drawing.Size(133, 22);
     this.tD0419TToolStripMenuItem.Text   = "TD04-19T";
     this.tD0419TToolStripMenuItem.Click += new System.EventHandler(this.tD0419TToolStripMenuItem_Click);
     //
     // gT28RSToolStripMenuItem
     //
     this.gT28RSToolStripMenuItem.Name   = "gT28RSToolStripMenuItem";
     this.gT28RSToolStripMenuItem.Size   = new System.Drawing.Size(133, 22);
     this.gT28RSToolStripMenuItem.Text   = "GT28RS";
     this.gT28RSToolStripMenuItem.Click += new System.EventHandler(this.gT28RSToolStripMenuItem_Click);
     //
     // gT3071r86ToolStripMenuItem
     //
     this.gT3071r86ToolStripMenuItem.Name   = "gT3071r86ToolStripMenuItem";
     this.gT3071r86ToolStripMenuItem.Size   = new System.Drawing.Size(133, 22);
     this.gT3071r86ToolStripMenuItem.Text   = "GT3071R";
     this.gT3071r86ToolStripMenuItem.Click += new System.EventHandler(this.gT3071r86ToolStripMenuItem_Click);
     //
     // gT30RToolStripMenuItem
     //
     this.gT30RToolStripMenuItem.Name   = "gT30RToolStripMenuItem";
     this.gT30RToolStripMenuItem.Size   = new System.Drawing.Size(133, 22);
     this.gT30RToolStripMenuItem.Text   = "GT30R";
     this.gT30RToolStripMenuItem.Click += new System.EventHandler(this.gT30RToolStripMenuItem_Click);
     //
     // gT40RToolStripMenuItem
     //
     this.gT40RToolStripMenuItem.Name   = "gT40RToolStripMenuItem";
     this.gT40RToolStripMenuItem.Size   = new System.Drawing.Size(133, 22);
     this.gT40RToolStripMenuItem.Text   = "GT40R";
     this.gT40RToolStripMenuItem.Click += new System.EventHandler(this.gT40RToolStripMenuItem_Click);
     //
     // hX40wToolStripMenuItem
     //
     this.hX40wToolStripMenuItem.Name   = "hX40wToolStripMenuItem";
     this.hX40wToolStripMenuItem.Size   = new System.Drawing.Size(133, 22);
     this.hX40wToolStripMenuItem.Text   = "HX40w";
     this.hX40wToolStripMenuItem.Click += new System.EventHandler(this.hX40wToolStripMenuItem_Click);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(51, 22);
     this.toolStripLabel2.Text = "Temp (C)";
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.Name     = "toolStripTextBox1";
     this.toolStripTextBox1.Size     = new System.Drawing.Size(30, 25);
     this.toolStripTextBox1.Text     = "20";
     this.toolStripTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(19, 22);
     this.toolStripLabel3.Text = "VE";
     //
     // toolStripTextBox2
     //
     this.toolStripTextBox2.Name     = "toolStripTextBox2";
     this.toolStripTextBox2.Size     = new System.Drawing.Size(30, 25);
     this.toolStripTextBox2.Text     = "85";
     this.toolStripTextBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
     //
     // chartControl1
     //
     this.chartControl1.BackImage.Image       = ((System.Drawing.Image)(resources.GetObject("chartControl1.BackImage.Image")));
     this.chartControl1.BackImage.Stretch     = true;
     this.chartControl1.BorderOptions.Visible = false;
     xyDiagram1.AxisX.Visible = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = false;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Visible = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.GridLines.Visible          = false;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = false;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.DefaultPane.BorderVisible = false;
     xyDiagram1.DefaultPane.BackColor     = System.Drawing.Color.Transparent;
     xyDiagram1.DefaultPane.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagram1.PaneDistance           = 0;
     xyDiagram1.EnableZooming          = true;
     xyDiagram1.EnableScrolling        = true;
     this.chartControl1.Diagram        = xyDiagram1;
     this.chartControl1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visible = false;
     this.chartControl1.Location       = new System.Drawing.Point(0, 0);
     this.chartControl1.Name           = "chartControl1";
     series1.Name = "Series 1";
     series1.View = splineSeriesView1;
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     series2.Name  = "Series 2";
     series2.View  = splineSeriesView2;
     pointSeriesLabel2.LineVisible = true;
     series2.Label = pointSeriesLabel2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.SeriesTemplate.View  = splineSeriesView3;
     pointSeriesLabel3.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
     this.chartControl1.Size     = new System.Drawing.Size(682, 435);
     this.chartControl1.TabIndex = 0;
     //
     // ctrlComptressorMapGraph
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.toolStrip1);
     this.Name = "ctrlComptressorMapGraph";
     this.Size = new System.Drawing.Size(682, 460);
     this.panel1.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            this.SuspendLayout();
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.radioGroup1);
            this.layoutControl1.Controls.Add(this.chartControl1);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(922, 594);
            this.layoutControl1.TabIndex = 0;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // radioGroup1
            // 
            this.radioGroup1.EditValue = "RefNo";
            this.radioGroup1.Location = new System.Drawing.Point(116, 12);
            this.radioGroup1.Name = "radioGroup1";
            this.radioGroup1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.radioGroup1.Properties.Appearance.Options.UseBackColor = true;
            this.radioGroup1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem("RefNo", "No of Ref Nos"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Packs", "No of Packs"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("ItemTypes", "Item Types")});
            this.radioGroup1.Size = new System.Drawing.Size(440, 23);
            this.radioGroup1.StyleController = this.layoutControl1;
            this.radioGroup1.TabIndex = 5;
            this.radioGroup1.EditValueChanged += new System.EventHandler(this.radioGroup1_EditValueChanged);
            // 
            // chartControl1
            // 
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
            this.chartControl1.Location = new System.Drawing.Point(12, 55);
            this.chartControl1.Name = "chartControl1";
            series1.ArgumentDataMember = "Date";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.Name = "No of GRVs";
            series1.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            series1.ValueDataMembersSerializable = "Count";
            series1.View = lineSeriesView1;
            series2.ArgumentDataMember = "Date";
            series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.Name = "No of Orders Processed";
            series2.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            series2.ValueDataMembersSerializable = "Count";
            series2.View = lineSeriesView2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.SeriesTemplate.View = splineSeriesView1;
            this.chartControl1.Size = new System.Drawing.Size(898, 527);
            this.chartControl1.TabIndex = 4;
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "Root";
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1,
            this.layoutControlItem2,
            this.emptySpaceItem1});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Size = new System.Drawing.Size(922, 594);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.chartControl1;
            this.layoutControlItem1.CustomizationFormText = "Summary of Activites";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 27);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(902, 547);
            this.layoutControlItem1.Text = "Summary of Activites";
            this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
            this.layoutControlItem1.TextSize = new System.Drawing.Size(101, 13);
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.radioGroup1;
            this.layoutControlItem2.CustomizationFormText = "Summerize by";
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(548, 27);
            this.layoutControlItem2.Text = "Summarize by";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(101, 13);
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
            this.emptySpaceItem1.Location = new System.Drawing.Point(548, 0);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(354, 27);
            this.emptySpaceItem1.Text = "emptySpaceItem1";
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            // 
            // ActivityReport
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(922, 594);
            this.Controls.Add(this.layoutControl1);
            this.Name = "ActivityReport";
            this.Text = "ActivityReport";
            this.Load += new System.EventHandler(this.ActivityReport_Load);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 35
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.EnableAxisXScrolling = true;
            xyDiagram1.EnableAxisXZooming = true;
            xyDiagramPane1.Name = "Pane 1";
            xyDiagramPane1.PaneID = 0;
            xyDiagramPane1.Weight = 0.6D;
            xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
            xyDiagramPane1});
            secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
            secondaryAxisY1.AxisID = 0;
            secondaryAxisY1.Name = "Secondary AxisY 1";
            secondaryAxisY1.Range.ScrollingRange.SideMarginsEnabled = true;
            secondaryAxisY1.Range.SideMarginsEnabled = true;
            secondaryAxisY1.VisibleInPanesSerializable = "0";
            xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY1});
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.Name = "Series 1";
            series1.View = lineSeriesView1;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.Name = "Series 2";
            pointSeriesView1.AxisYName = "Secondary AxisY 1";
            pointSeriesView1.PaneName = "Pane 1";
            series2.View = pointSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.SeriesTemplate.View = lineSeriesView2;
            this.chartControl1.Size = new System.Drawing.Size(672, 464);
            this.chartControl1.TabIndex = 0;
            // 
            // SPCDetermineDrawBoard
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Name = "SPCDetermineDrawBoard";
            this.Size = new System.Drawing.Size(672, 464);
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView2 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            this.chartControlAnalizeCount = new DevExpress.XtraCharts.ChartControl();
            this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
            this.visitSumDateBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.chartControlAnalizeCount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).BeginInit();
            this.xtraScrollableControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.visitSumDateBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControlAnalizeCount
            // 
            this.chartControlAnalizeCount.AppearanceName = "Chameleon";
            this.chartControlAnalizeCount.DataSource = this.visitSumDateBindingSource;
            xyDiagram1.AxisX.Alignment = DevExpress.XtraCharts.AxisAlignment.Zero;
            xyDiagram1.AxisX.DateTimeGridAlignment = DevExpress.XtraCharts.DateTimeMeasurementUnit.Week;
            xyDiagram1.AxisX.GridSpacingAuto = false;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Visible = false;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.EnableAxisXScrolling = true;
            xyDiagram1.EnableAxisXZooming = true;
            xyDiagram1.PaneLayoutDirection = DevExpress.XtraCharts.PaneLayoutDirection.Horizontal;
            xyDiagram1.Rotated = true;
            this.chartControlAnalizeCount.Diagram = xyDiagram1;
            this.chartControlAnalizeCount.Dock = System.Windows.Forms.DockStyle.Top;
            this.chartControlAnalizeCount.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartControlAnalizeCount.Location = new System.Drawing.Point(0, 0);
            this.chartControlAnalizeCount.Name = "chartControlAnalizeCount";
            this.chartControlAnalizeCount.OptionsPrint.ImageFormat = DevExpress.XtraCharts.Printing.PrintImageFormat.Metafile;
            this.chartControlAnalizeCount.Padding.Bottom = 1;
            this.chartControlAnalizeCount.Padding.Left = 1;
            this.chartControlAnalizeCount.Padding.Right = 1;
            this.chartControlAnalizeCount.Padding.Top = 1;
            this.chartControlAnalizeCount.PaletteName = "Opulent";
            series1.ArgumentDataMember = "Date";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            pointSeriesLabel1.LineVisible = true;
            pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
            series1.Label = pointSeriesLabel1;
            series1.LegendText = "Посещения";
            series1.Name = "Посещения";
            series1.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            series1.SeriesPointsSortingKey = DevExpress.XtraCharts.SeriesPointKey.Value_1;
            series1.ValueDataMembersSerializable = "Sum";
            pointSeriesView1.PointMarkerOptions.Size = 10;
            series1.View = pointSeriesView1;
            this.chartControlAnalizeCount.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            this.chartControlAnalizeCount.SeriesSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            pointSeriesLabel2.LineVisible = true;
            this.chartControlAnalizeCount.SeriesTemplate.Label = pointSeriesLabel2;
            pointSeriesView2.PointMarkerOptions.Size = 10;
            this.chartControlAnalizeCount.SeriesTemplate.View = pointSeriesView2;
            this.chartControlAnalizeCount.SideBySideBarDistanceFixed = 2;
            this.chartControlAnalizeCount.SideBySideBarDistanceVariable = 2D;
            this.chartControlAnalizeCount.Size = new System.Drawing.Size(828, 700);
            this.chartControlAnalizeCount.TabIndex = 28;
            chartTitle1.Text = "Посещения и сумма";
            this.chartControlAnalizeCount.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle1});
            this.chartControlAnalizeCount.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControlAnalizeCount_CustomDrawSeriesPoint);
            // 
            // xtraScrollableControl1
            // 
            this.xtraScrollableControl1.Controls.Add(this.chartControlAnalizeCount);
            this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 0);
            this.xtraScrollableControl1.Name = "xtraScrollableControl1";
            this.xtraScrollableControl1.Size = new System.Drawing.Size(845, 477);
            this.xtraScrollableControl1.TabIndex = 29;
            // 
            // visitSumDateBindingSource
            // 
            this.visitSumDateBindingSource.DataSource = typeof(EntityRegistry.VisitSumDate);
            // 
            // StatisticBarVisitSumPanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.xtraScrollableControl1);
            this.Name = "StatisticBarVisitSumPanel";
            this.Size = new System.Drawing.Size(845, 477);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControlAnalizeCount)).EndInit();
            this.xtraScrollableControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.visitSumDateBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
            this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.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)));
            this.xtraTabControl1.Location = new System.Drawing.Point(8, 8);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(799, 378);
            this.xtraTabControl1.TabIndex = 2;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2});
            this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.gridControl1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(797, 353);
            this.xtraTabPage1.Text = "Table view";
            // 
            // gridControl1
            // 
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            gridLevelNode1.RelationName = "Level1";
            this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(797, 353);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.IndicatorWidth = 35;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsBehavior.ReadOnly = true;
            this.gridView1.OptionsCustomization.AllowColumnMoving = false;
            this.gridView1.OptionsCustomization.AllowColumnResizing = false;
            this.gridView1.OptionsCustomization.AllowFilter = false;
            this.gridView1.OptionsCustomization.AllowGroup = false;
            this.gridView1.OptionsCustomization.AllowQuickHideColumns = false;
            this.gridView1.OptionsCustomization.AllowSort = false;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gridView1.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
            this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.checkEdit9);
            this.xtraTabPage2.Controls.Add(this.checkEdit8);
            this.xtraTabPage2.Controls.Add(this.chartControl1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(793, 350);
            this.xtraTabPage2.Text = "Dyno graph view";
            // 
            // checkEdit9
            // 
            this.checkEdit9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit9.EditValue = true;
            this.checkEdit9.Location = new System.Drawing.Point(133, 324);
            this.checkEdit9.Name = "checkEdit9";
            this.checkEdit9.Properties.Caption = "Show torque curve";
            this.checkEdit9.Size = new System.Drawing.Size(124, 19);
            this.checkEdit9.TabIndex = 2;
            this.checkEdit9.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit8
            // 
            this.checkEdit8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit8.EditValue = true;
            this.checkEdit8.Location = new System.Drawing.Point(3, 324);
            this.checkEdit8.Name = "checkEdit8";
            this.checkEdit8.Properties.Caption = "Show power curve";
            this.checkEdit8.Size = new System.Drawing.Size(124, 19);
            this.checkEdit8.TabIndex = 1;
            this.checkEdit8.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // chartControl1
            // 
            this.chartControl1.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)));
            this.chartControl1.ContextMenuStrip = this.contextMenuStrip1;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.Name = "Series 1";
            series1.View = splineSeriesView1;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.Name = "Series 2";
            series2.View = splineSeriesView2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.SeriesTemplate.View = splineSeriesView3;
            this.chartControl1.Size = new System.Drawing.Size(789, 318);
            this.chartControl1.TabIndex = 0;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveAsToolStripMenuItem,
            this.printToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(139, 48);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.saveAsToolStripMenuItem.Text = "Save as ...";
            this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
            // 
            // printToolStripMenuItem
            // 
            this.printToolStripMenuItem.Name = "printToolStripMenuItem";
            this.printToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.printToolStripMenuItem.Text = "Print";
            this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
            // 
            // groupControl2
            // 
            this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupControl2.Controls.Add(this.comboBoxEdit1);
            this.groupControl2.Controls.Add(this.checkEdit6);
            this.groupControl2.Controls.Add(this.checkEdit5);
            this.groupControl2.Controls.Add(this.labelControl13);
            this.groupControl2.Controls.Add(this.labelControl14);
            this.groupControl2.Controls.Add(this.labelControl10);
            this.groupControl2.Controls.Add(this.labelControl9);
            this.groupControl2.Controls.Add(this.spinEdit1);
            this.groupControl2.Controls.Add(this.labelControl7);
            this.groupControl2.Controls.Add(this.labelControl8);
            this.groupControl2.Controls.Add(this.labelControl4);
            this.groupControl2.Controls.Add(this.labelControl6);
            this.groupControl2.Controls.Add(this.labelControl3);
            this.groupControl2.Controls.Add(this.labelControl1);
            this.groupControl2.Controls.Add(this.comboBoxEdit2);
            this.groupControl2.Controls.Add(this.checkEdit1);
            this.groupControl2.Location = new System.Drawing.Point(8, 390);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(799, 156);
            this.groupControl2.TabIndex = 3;
            this.groupControl2.Text = "Options";
            // 
            // comboBoxEdit1
            // 
            this.comboBoxEdit1.EditValue = "Automatic bank selection";
            this.comboBoxEdit1.Location = new System.Drawing.Point(16, 113);
            this.comboBoxEdit1.Name = "comboBoxEdit1";
            this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
            "Automatic banks selection"});
            this.comboBoxEdit1.Size = new System.Drawing.Size(195, 20);
            this.comboBoxEdit1.TabIndex = 26;
            this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged_1);
            // 
            // checkEdit6
            // 
            this.checkEdit6.Location = new System.Drawing.Point(125, 88);
            this.checkEdit6.Name = "checkEdit6";
            this.checkEdit6.Properties.Caption = "torque in lbft";
            this.checkEdit6.Size = new System.Drawing.Size(86, 19);
            this.checkEdit6.TabIndex = 25;
            this.checkEdit6.CheckedChanged += new System.EventHandler(this.checkEdit6_CheckedChanged);
            // 
            // checkEdit5
            // 
            this.checkEdit5.Location = new System.Drawing.Point(14, 88);
            this.checkEdit5.Name = "checkEdit5";
            this.checkEdit5.Properties.Caption = "power in kW";
            this.checkEdit5.Size = new System.Drawing.Size(86, 19);
            this.checkEdit5.TabIndex = 24;
            this.checkEdit5.CheckedChanged += new System.EventHandler(this.checkEdit5_CheckedChanged);
            // 
            // labelControl13
            // 
            this.labelControl13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl13.Appearance.BackColor = System.Drawing.Color.DarkGray;
            this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl13.Location = new System.Drawing.Point(775, 79);
            this.labelControl13.Name = "labelControl13";
            this.labelControl13.Size = new System.Drawing.Size(15, 13);
            this.labelControl13.TabIndex = 19;
            this.labelControl13.Text = "     ";
            this.labelControl13.Visible = false;
            this.labelControl13.Click += new System.EventHandler(this.labelControl13_Click);
            // 
            // labelControl14
            // 
            this.labelControl14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl14.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl14.Location = new System.Drawing.Point(703, 80);
            this.labelControl14.Name = "labelControl14";
            this.labelControl14.Size = new System.Drawing.Size(66, 13);
            this.labelControl14.TabIndex = 18;
            this.labelControl14.Text = "Fuelcut limiter";
            this.labelControl14.Visible = false;
            this.labelControl14.DoubleClick += new System.EventHandler(this.labelControl14_DoubleClick);
            this.labelControl14.Click += new System.EventHandler(this.labelControl14_Click);
            // 
            // labelControl10
            // 
            this.labelControl10.Location = new System.Drawing.Point(217, 41);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(17, 13);
            this.labelControl10.TabIndex = 15;
            this.labelControl10.Text = "kPa";
            // 
            // labelControl9
            // 
            this.labelControl9.Location = new System.Drawing.Point(16, 41);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(84, 13);
            this.labelControl9.TabIndex = 14;
            this.labelControl9.Text = "Ambient pressure";
            // 
            // spinEdit1
            // 
            this.spinEdit1.EditValue = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.spinEdit1.Location = new System.Drawing.Point(146, 36);
            this.spinEdit1.Name = "spinEdit1";
            this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit1.Properties.IsFloatValue = false;
            this.spinEdit1.Properties.Mask.EditMask = "N00";
            this.spinEdit1.Properties.MaxValue = new decimal(new int[] {
            150,
            0,
            0,
            0});
            this.spinEdit1.Properties.MinValue = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.spinEdit1.Size = new System.Drawing.Size(65, 20);
            this.spinEdit1.TabIndex = 13;
            this.spinEdit1.EditValueChanged += new System.EventHandler(this.spinEdit1_EditValueChanged);
            // 
            // labelControl7
            // 
            this.labelControl7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl7.Appearance.BackColor = System.Drawing.Color.Black;
            this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl7.Location = new System.Drawing.Point(775, 22);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(15, 13);
            this.labelControl7.TabIndex = 12;
            this.labelControl7.Text = "     ";
            this.labelControl7.Visible = false;
            // 
            // labelControl8
            // 
            this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl8.Location = new System.Drawing.Point(681, 23);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(88, 13);
            this.labelControl8.TabIndex = 11;
            this.labelControl8.Text = "Turbospeed limiter";
            this.labelControl8.Visible = false;
            this.labelControl8.DoubleClick += new System.EventHandler(this.labelControl8_DoubleClick);
            // 
            // labelControl4
            // 
            this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl4.Appearance.BackColor = System.Drawing.Color.Yellow;
            this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl4.Location = new System.Drawing.Point(775, 60);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(15, 13);
            this.labelControl4.TabIndex = 10;
            this.labelControl4.Text = "     ";
            // 
            // labelControl6
            // 
            this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl6.Appearance.BackColor = System.Drawing.Color.Blue;
            this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl6.Location = new System.Drawing.Point(775, 41);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(15, 13);
            this.labelControl6.TabIndex = 8;
            this.labelControl6.Text = "     ";
            this.labelControl6.Visible = false;
            // 
            // labelControl3
            // 
            this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl3.Location = new System.Drawing.Point(704, 61);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(65, 13);
            this.labelControl3.TabIndex = 7;
            this.labelControl3.Text = "Torque limiter";
            this.labelControl3.DoubleClick += new System.EventHandler(this.labelControl3_DoubleClick);
            // 
            // labelControl1
            // 
            this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl1.Location = new System.Drawing.Point(701, 42);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(68, 13);
            this.labelControl1.TabIndex = 5;
            this.labelControl1.Text = "Airmass limiter";
            this.labelControl1.Visible = false;
            this.labelControl1.DoubleClick += new System.EventHandler(this.labelControl1_DoubleClick);
            // 
            // comboBoxEdit2
            // 
            this.comboBoxEdit2.EditValue = "Show IQ";
            this.comboBoxEdit2.Location = new System.Drawing.Point(16, 62);
            this.comboBoxEdit2.Name = "comboBoxEdit2";
            this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit2.Properties.Items.AddRange(new object[] {
            "Show IQ",
            "Show estimated torque",
            "Show estimated horsepower"});
            this.comboBoxEdit2.Size = new System.Drawing.Size(195, 20);
            this.comboBoxEdit2.TabIndex = 4;
            this.comboBoxEdit2.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit2_SelectedIndexChanged);
            // 
            // checkEdit1
            // 
            this.checkEdit1.Location = new System.Drawing.Point(425, 87);
            this.checkEdit1.Name = "checkEdit1";
            this.checkEdit1.Properties.Caption = "Car has automatic gearbox";
            this.checkEdit1.Size = new System.Drawing.Size(177, 19);
            this.checkEdit1.TabIndex = 0;
            this.checkEdit1.Visible = false;
            this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
            // 
            // simpleButton3
            // 
            this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.simpleButton3.Enabled = false;
            this.simpleButton3.Location = new System.Drawing.Point(8, 552);
            this.simpleButton3.Name = "simpleButton3";
            this.simpleButton3.Size = new System.Drawing.Size(147, 23);
            this.simpleButton3.TabIndex = 7;
            this.simpleButton3.Text = "Compare to another file";
            this.simpleButton3.Visible = false;
            this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
            // 
            // simpleButton2
            // 
            this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton2.Location = new System.Drawing.Point(651, 552);
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Size = new System.Drawing.Size(75, 23);
            this.simpleButton2.TabIndex = 6;
            this.simpleButton2.Text = "Refresh";
            this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
            // 
            // simpleButton1
            // 
            this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton1.Location = new System.Drawing.Point(732, 552);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(75, 23);
            this.simpleButton1.TabIndex = 5;
            this.simpleButton1.Text = "Close";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // ctrlAirmassResult
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.simpleButton3);
            this.Controls.Add(this.simpleButton2);
            this.Controls.Add(this.simpleButton1);
            this.Controls.Add(this.groupControl2);
            this.Controls.Add(this.xtraTabControl1);
            this.Name = "ctrlAirmassResult";
            this.Size = new System.Drawing.Size(815, 582);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            this.groupControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView4 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel5 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView5 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY2 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView6 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel7 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView7 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel8 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView8 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel9 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView9 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel10 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView10 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle2 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series9 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel11 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView11 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series10 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel12 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView12 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel13 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView13 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle3 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram4 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY3 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series11 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel14 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView14 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series12 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel15 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView15 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series13 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel16 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView16 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series14 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel17 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView17 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel18 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView18 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle4 = new DevExpress.XtraCharts.ChartTitle();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.chartZ = new DevExpress.XtraReports.UI.XRChart();
            this.chartY = new DevExpress.XtraReports.UI.XRChart();
            this.chartGT = new DevExpress.XtraReports.UI.XRChart();
            this.chartX = new DevExpress.XtraReports.UI.XRChart();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo();
            this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.ParameterModel1Name = new DevExpress.XtraReports.Parameters.Parameter();
            this.ParameterModel2Name = new DevExpress.XtraReports.Parameters.Parameter();
            this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
            this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand();
            this.Detail2 = new DevExpress.XtraReports.UI.DetailBand();
            this.ParameterGradeTonnageFieldName = new DevExpress.XtraReports.Parameters.Parameter();
            this.ParameterUserName = new DevExpress.XtraReports.Parameters.Parameter();
            ((System.ComponentModel.ISupportInitialize)(this.chartZ)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartY)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartGT)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.chartZ,
            this.chartY,
            this.chartGT,
            this.chartX});
            this.Detail.HeightF = 1920.417F;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // chartZ
            // 
            this.chartZ.BorderColor = System.Drawing.Color.Black;
            this.chartZ.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.chartZ.DataMember = "st";
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Title.Text = "Slice";
            xyDiagram1.AxisX.Title.Visible = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Title.Text = "Grade.Volume";
            xyDiagram1.AxisY.Title.Visible = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
            secondaryAxisY1.AxisID = 0;
            secondaryAxisY1.Name = "Samples";
            secondaryAxisY1.Range.SideMarginsEnabled = true;
            secondaryAxisY1.Title.Text = "Samples";
            secondaryAxisY1.Title.Visible = true;
            secondaryAxisY1.VisibleInPanesSerializable = "-1";
            xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY1});
            this.chartZ.Diagram = xyDiagram1;
            this.chartZ.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartZ.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
            this.chartZ.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartZ.LocationFloat = new DevExpress.Utils.PointFloat(0F, 959.1666F);
            this.chartZ.Name = "chartZ";
            this.chartZ.PaletteName = "Aspect";
            series1.ArgumentDataMember = "slice";
            series1.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            3,
                            0,
                            0,
                            0}))});
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series1.Name = "Model 1";
            series1.ValueDataMembersSerializable = "grade";
            splineSeriesView1.LineMarkerOptions.Visible = false;
            series1.View = splineSeriesView1;
            series2.ArgumentDataMember = "slice";
            series2.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            3,
                            0,
                            0,
                            0}))});
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series2.Name = "Model 2";
            series2.ValueDataMembersSerializable = "grade";
            splineSeriesView2.LineMarkerOptions.Visible = false;
            series2.View = splineSeriesView2;
            series3.ArgumentDataMember = "slice";
            series3.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            3,
                            0,
                            0,
                            0}))});
            pointSeriesLabel3.LineVisible = true;
            series3.Label = pointSeriesLabel3;
            series3.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series3.Name = "Samples 1";
            series3.ValueDataMembersSerializable = "samples";
            splineSeriesView3.AxisYName = "Samples";
            splineSeriesView3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
            splineSeriesView3.LineMarkerOptions.Visible = false;
            splineSeriesView3.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView3.LineStyle.Thickness = 1;
            series3.View = splineSeriesView3;
            series4.ArgumentDataMember = "slice";
            series4.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            3,
                            0,
                            0,
                            0}))});
            pointSeriesLabel4.LineVisible = true;
            series4.Label = pointSeriesLabel4;
            series4.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series4.Name = "Samples 2";
            series4.ValueDataMembersSerializable = "samples";
            splineSeriesView4.AxisYName = "Samples";
            splineSeriesView4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(255)))));
            splineSeriesView4.LineMarkerOptions.Visible = false;
            splineSeriesView4.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView4.LineStyle.Thickness = 1;
            series4.View = splineSeriesView4;
            this.chartZ.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3,
        series4};
            pointSeriesLabel5.LineVisible = true;
            this.chartZ.SeriesTemplate.Label = pointSeriesLabel5;
            this.chartZ.SeriesTemplate.View = splineSeriesView5;
            this.chartZ.SizeF = new System.Drawing.SizeF(627F, 479.5834F);
            chartTitle1.Text = "Z";
            this.chartZ.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle1});
            // 
            // chartY
            // 
            this.chartY.BorderColor = System.Drawing.Color.Black;
            this.chartY.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.chartY.DataMember = "st";
            xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisX.Title.Text = "Slice";
            xyDiagram2.AxisX.Title.Visible = true;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisY.Title.Text = "Grade.Volume";
            xyDiagram2.AxisY.Title.Visible = true;
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram2.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram2.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram2.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram2.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
            secondaryAxisY2.AxisID = 0;
            secondaryAxisY2.Name = "Samples";
            secondaryAxisY2.Range.SideMarginsEnabled = true;
            secondaryAxisY2.Title.Text = "Samples";
            secondaryAxisY2.Title.Visible = true;
            secondaryAxisY2.VisibleInPanesSerializable = "-1";
            xyDiagram2.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY2});
            this.chartY.Diagram = xyDiagram2;
            this.chartY.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartY.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
            this.chartY.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartY.LocationFloat = new DevExpress.Utils.PointFloat(0F, 479.5834F);
            this.chartY.Name = "chartY";
            this.chartY.PaletteName = "Aspect";
            series5.ArgumentDataMember = "slice";
            series5.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0}))});
            pointSeriesLabel6.LineVisible = true;
            series5.Label = pointSeriesLabel6;
            series5.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series5.Name = "Model 1";
            series5.ValueDataMembersSerializable = "grade";
            splineSeriesView6.LineMarkerOptions.Visible = false;
            series5.View = splineSeriesView6;
            series6.ArgumentDataMember = "slice";
            series6.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0}))});
            pointSeriesLabel7.LineVisible = true;
            series6.Label = pointSeriesLabel7;
            series6.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series6.Name = "Model 2";
            series6.ValueDataMembersSerializable = "grade";
            splineSeriesView7.LineMarkerOptions.Visible = false;
            series6.View = splineSeriesView7;
            series7.ArgumentDataMember = "slice";
            series7.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0}))});
            pointSeriesLabel8.LineVisible = true;
            series7.Label = pointSeriesLabel8;
            series7.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series7.Name = "Samples 1";
            series7.ValueDataMembersSerializable = "samples";
            splineSeriesView8.AxisYName = "Samples";
            splineSeriesView8.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
            splineSeriesView8.LineMarkerOptions.Visible = false;
            splineSeriesView8.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView8.LineStyle.Thickness = 1;
            series7.View = splineSeriesView8;
            series8.ArgumentDataMember = "slice";
            series8.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0}))});
            pointSeriesLabel9.LineVisible = true;
            series8.Label = pointSeriesLabel9;
            series8.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series8.Name = "Samples 2";
            series8.ValueDataMembersSerializable = "samples";
            splineSeriesView9.AxisYName = "Samples";
            splineSeriesView9.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(255)))));
            splineSeriesView9.LineMarkerOptions.Visible = false;
            splineSeriesView9.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView9.LineStyle.Thickness = 1;
            series8.View = splineSeriesView9;
            this.chartY.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series5,
        series6,
        series7,
        series8};
            pointSeriesLabel10.LineVisible = true;
            this.chartY.SeriesTemplate.Label = pointSeriesLabel10;
            this.chartY.SeriesTemplate.View = splineSeriesView10;
            this.chartY.SizeF = new System.Drawing.SizeF(627F, 479.5834F);
            chartTitle2.Text = "Y";
            this.chartY.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle2});
            // 
            // chartGT
            // 
            this.chartGT.BorderColor = System.Drawing.Color.Black;
            this.chartGT.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.chartGT.DataMember = "gt";
            xyDiagram3.AxisX.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            xyDiagram3.AxisX.NumericOptions.Precision = 0;
            xyDiagram3.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram3.AxisX.Title.Text = "Tonnage";
            xyDiagram3.AxisX.Title.Visible = true;
            xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram3.AxisY.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
            xyDiagram3.AxisY.NumericOptions.Precision = 4;
            xyDiagram3.AxisY.Range.AlwaysShowZeroLevel = false;
            xyDiagram3.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram3.AxisY.Title.Text = "Grade (%)";
            xyDiagram3.AxisY.Title.Visible = true;
            xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram3.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram3.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram3.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram3.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
            this.chartGT.Diagram = xyDiagram3;
            this.chartGT.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartGT.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
            this.chartGT.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartGT.LocationFloat = new DevExpress.Utils.PointFloat(0F, 1438.75F);
            this.chartGT.Name = "chartGT";
            this.chartGT.PaletteName = "Aspect";
            series9.ArgumentDataMember = "tonnage";
            series9.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series9.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.String", DevExpress.XtraCharts.DataFilterCondition.Equal, "1")});
            pointSeriesLabel11.LineVisible = true;
            series9.Label = pointSeriesLabel11;
            series9.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series9.Name = "Model 1";
            series9.ValueDataMembersSerializable = "grade";
            splineSeriesView11.LineMarkerOptions.Visible = false;
            series9.View = splineSeriesView11;
            series10.ArgumentDataMember = "tonnage";
            series10.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series10.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.String", DevExpress.XtraCharts.DataFilterCondition.Equal, "2")});
            pointSeriesLabel12.LineVisible = true;
            series10.Label = pointSeriesLabel12;
            series10.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series10.Name = "Model 2";
            series10.ValueDataMembersSerializable = "grade";
            splineSeriesView12.LineMarkerOptions.Visible = false;
            series10.View = splineSeriesView12;
            this.chartGT.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series9,
        series10};
            pointSeriesLabel13.LineVisible = true;
            this.chartGT.SeriesTemplate.Label = pointSeriesLabel13;
            this.chartGT.SeriesTemplate.View = splineSeriesView13;
            this.chartGT.SizeF = new System.Drawing.SizeF(627F, 479.5833F);
            chartTitle3.Text = "Grade Tonnage";
            this.chartGT.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle3});
            // 
            // chartX
            // 
            this.chartX.BorderColor = System.Drawing.Color.Black;
            this.chartX.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.chartX.DataMember = "st";
            xyDiagram4.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram4.AxisX.Title.Text = "Slice";
            xyDiagram4.AxisX.Title.Visible = true;
            xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram4.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram4.AxisY.Title.Text = "Grade.Volume";
            xyDiagram4.AxisY.Title.Visible = true;
            xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram4.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram4.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram4.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram4.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
            secondaryAxisY3.AxisID = 0;
            secondaryAxisY3.Name = "Samples";
            secondaryAxisY3.Range.SideMarginsEnabled = true;
            secondaryAxisY3.Title.Text = "Samples";
            secondaryAxisY3.Title.Visible = true;
            secondaryAxisY3.VisibleInPanesSerializable = "-1";
            xyDiagram4.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY3});
            this.chartX.Diagram = xyDiagram4;
            this.chartX.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartX.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
            this.chartX.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartX.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
            this.chartX.Name = "chartX";
            this.chartX.PaletteName = "Aspect";
            series11.ArgumentDataMember = "slice";
            series11.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0}))});
            pointSeriesLabel14.LineVisible = true;
            series11.Label = pointSeriesLabel14;
            series11.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series11.Name = "Model 1";
            series11.ValueDataMembersSerializable = "grade";
            splineSeriesView14.LineMarkerOptions.Visible = false;
            series11.View = splineSeriesView14;
            series12.ArgumentDataMember = "slice";
            series12.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0}))});
            pointSeriesLabel15.LineVisible = true;
            series12.Label = pointSeriesLabel15;
            series12.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series12.Name = "Model 2";
            series12.ValueDataMembersSerializable = "grade";
            splineSeriesView15.LineMarkerOptions.Visible = false;
            series12.View = splineSeriesView15;
            series13.ArgumentDataMember = "slice";
            series13.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0}))});
            pointSeriesLabel16.LineVisible = true;
            series13.Label = pointSeriesLabel16;
            series13.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series13.Name = "Samples 1";
            series13.ValueDataMembersSerializable = "samples";
            splineSeriesView16.AxisYName = "Samples";
            splineSeriesView16.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
            splineSeriesView16.LineMarkerOptions.Visible = false;
            splineSeriesView16.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView16.LineStyle.Thickness = 1;
            series13.View = splineSeriesView16;
            series14.ArgumentDataMember = "slice";
            series14.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0}))});
            pointSeriesLabel17.LineVisible = true;
            series14.Label = pointSeriesLabel17;
            series14.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series14.Name = "Samples 2";
            series14.ValueDataMembersSerializable = "samples";
            splineSeriesView17.AxisYName = "Samples";
            splineSeriesView17.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(255)))));
            splineSeriesView17.LineMarkerOptions.Visible = false;
            splineSeriesView17.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView17.LineStyle.Thickness = 1;
            series14.View = splineSeriesView17;
            this.chartX.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series11,
        series12,
        series13,
        series14};
            pointSeriesLabel18.LineVisible = true;
            this.chartX.SeriesTemplate.Label = pointSeriesLabel18;
            this.chartX.SeriesTemplate.View = splineSeriesView18;
            this.chartX.SizeF = new System.Drawing.SizeF(627F, 479.5833F);
            chartTitle4.Text = "X";
            this.chartX.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle4});
            // 
            // TopMargin
            // 
            this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel4,
            this.xrLabel3,
            this.xrLabel2});
            this.TopMargin.HeightF = 79F;
            this.TopMargin.Name = "TopMargin";
            this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel4
            // 
            this.xrLabel4.Font = new System.Drawing.Font("Arial", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 45.62499F);
            this.xrLabel4.Name = "xrLabel4";
            this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel4.SizeF = new System.Drawing.SizeF(627F, 33.37501F);
            this.xrLabel4.StylePriority.UseFont = false;
            this.xrLabel4.StylePriority.UseTextAlignment = false;
            this.xrLabel4.Text = "[Parameters.ParameterModel1Name]* & [Parameters.ParameterModel2Name]**";
            this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel3
            // 
            this.xrLabel3.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(393.6667F, 0F);
            this.xrLabel3.Name = "xrLabel3";
            this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel3.SizeF = new System.Drawing.SizeF(233.3333F, 45.62499F);
            this.xrLabel3.StylePriority.UseFont = false;
            this.xrLabel3.StylePriority.UseTextAlignment = false;
            this.xrLabel3.Text = "([Parameters.ParameterGradeTonnageFieldName])";
            this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel2
            // 
            this.xrLabel2.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
            this.xrLabel2.Name = "xrLabel2";
            this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel2.SizeF = new System.Drawing.SizeF(393.6667F, 45.62499F);
            this.xrLabel2.StylePriority.UseFont = false;
            this.xrLabel2.StylePriority.UseTextAlignment = false;
            this.xrLabel2.Text = "Model Comparison Report";
            this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // BottomMargin
            // 
            this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel5,
            this.xrPageInfo2,
            this.xrPageInfo1,
            this.xrLabel1});
            this.BottomMargin.HeightF = 85.50002F;
            this.BottomMargin.Name = "BottomMargin";
            this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel5
            // 
            this.xrLabel5.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(180F, 62.50002F);
            this.xrLabel5.Name = "xrLabel5";
            this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel5.SizeF = new System.Drawing.SizeF(346.9999F, 23F);
            this.xrLabel5.StylePriority.UseFont = false;
            this.xrLabel5.Text = " by [Parameters.ParameterUserName]";
            // 
            // xrPageInfo2
            // 
            this.xrPageInfo2.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrPageInfo2.Format = "Created at {0:h:mm tt, dd MMMM yyyy}";
            this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 62.50002F);
            this.xrPageInfo2.Name = "xrPageInfo2";
            this.xrPageInfo2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrPageInfo2.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime;
            this.xrPageInfo2.SizeF = new System.Drawing.SizeF(180F, 23F);
            this.xrPageInfo2.StylePriority.UseFont = false;
            // 
            // xrPageInfo1
            // 
            this.xrPageInfo1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrPageInfo1.Format = "Page {0} of {1}";
            this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(527F, 62.50002F);
            this.xrPageInfo1.Name = "xrPageInfo1";
            this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrPageInfo1.SizeF = new System.Drawing.SizeF(100F, 23F);
            this.xrPageInfo1.StylePriority.UseFont = false;
            this.xrPageInfo1.StylePriority.UseTextAlignment = false;
            this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
            // 
            // xrLabel1
            // 
            this.xrLabel1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 12.50002F);
            this.xrLabel1.Multiline = true;
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(627F, 50F);
            this.xrLabel1.StylePriority.UseFont = false;
            this.xrLabel1.Text = "Filter: [gfs.FilterString]";
            // 
            // ParameterModel1Name
            // 
            this.ParameterModel1Name.Name = "ParameterModel1Name";
            this.ParameterModel1Name.Visible = false;
            // 
            // ParameterModel2Name
            // 
            this.ParameterModel2Name.Name = "ParameterModel2Name";
            // 
            // xrTableCell7
            // 
            this.xrTableCell7.Name = "xrTableCell7";
            this.xrTableCell7.Text = "[Absolute Difference]";
            this.xrTableCell7.Weight = 0.48361556362018571D;
            // 
            // xrTableCell6
            // 
            this.xrTableCell6.Name = "xrTableCell6";
            this.xrTableCell6.Text = "[Model 2 Grade]";
            this.xrTableCell6.Weight = 0.50292299899716031D;
            // 
            // xrTableCell5
            // 
            this.xrTableCell5.Name = "xrTableCell5";
            this.xrTableCell5.Text = "[Model 2 Tonnes]";
            this.xrTableCell5.Weight = 0.56392278624268577D;
            // 
            // xrTableCell4
            // 
            this.xrTableCell4.Name = "xrTableCell4";
            this.xrTableCell4.Text = "[Model 1 Grade]";
            this.xrTableCell4.Weight = 0.50473093224796051D;
            // 
            // xrTableCell3
            // 
            this.xrTableCell3.Name = "xrTableCell3";
            this.xrTableCell3.Text = "[Model 1 Tonnes]";
            this.xrTableCell3.Weight = 0.50442312564857517D;
            // 
            // xrTableCell1
            // 
            this.xrTableCell1.Name = "xrTableCell1";
            this.xrTableCell1.Text = "[Resource Category]";
            this.xrTableCell1.Weight = 0.34807684027867347D;
            // 
            // xrTableRow1
            // 
            this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell1,
            this.xrTableCell3,
            this.xrTableCell4,
            this.xrTableCell5,
            this.xrTableCell6,
            this.xrTableCell7});
            this.xrTableRow1.Name = "xrTableRow1";
            this.xrTableRow1.Weight = 1D;
            // 
            // xrTableCell13
            // 
            this.xrTableCell13.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell13.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell13.ForeColor = System.Drawing.Color.White;
            this.xrTableCell13.Name = "xrTableCell13";
            this.xrTableCell13.StylePriority.UseBackColor = false;
            this.xrTableCell13.StylePriority.UseFont = false;
            this.xrTableCell13.StylePriority.UseForeColor = false;
            this.xrTableCell13.Text = "Difference";
            this.xrTableCell13.Weight = 0.48361556362018571D;
            // 
            // xrTableCell12
            // 
            this.xrTableCell12.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell12.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell12.ForeColor = System.Drawing.Color.White;
            this.xrTableCell12.Name = "xrTableCell12";
            this.xrTableCell12.StylePriority.UseBackColor = false;
            this.xrTableCell12.StylePriority.UseFont = false;
            this.xrTableCell12.StylePriority.UseForeColor = false;
            this.xrTableCell12.Text = "Model ** Grade";
            this.xrTableCell12.Weight = 0.50292299899716031D;
            // 
            // xrTableCell11
            // 
            this.xrTableCell11.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell11.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell11.ForeColor = System.Drawing.Color.White;
            this.xrTableCell11.Name = "xrTableCell11";
            this.xrTableCell11.StylePriority.UseBackColor = false;
            this.xrTableCell11.StylePriority.UseFont = false;
            this.xrTableCell11.StylePriority.UseForeColor = false;
            this.xrTableCell11.Text = "Model ** Tonnes";
            this.xrTableCell11.Weight = 0.56392278624268577D;
            // 
            // xrTableCell10
            // 
            this.xrTableCell10.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell10.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell10.ForeColor = System.Drawing.Color.White;
            this.xrTableCell10.Name = "xrTableCell10";
            this.xrTableCell10.StylePriority.UseBackColor = false;
            this.xrTableCell10.StylePriority.UseFont = false;
            this.xrTableCell10.StylePriority.UseForeColor = false;
            this.xrTableCell10.Text = "Model * Grade";
            this.xrTableCell10.Weight = 0.50473093224796051D;
            // 
            // xrTableCell9
            // 
            this.xrTableCell9.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell9.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell9.ForeColor = System.Drawing.Color.White;
            this.xrTableCell9.Name = "xrTableCell9";
            this.xrTableCell9.StylePriority.UseBackColor = false;
            this.xrTableCell9.StylePriority.UseFont = false;
            this.xrTableCell9.StylePriority.UseForeColor = false;
            this.xrTableCell9.Text = "Model * Tonnes";
            this.xrTableCell9.Weight = 0.50442312564857517D;
            // 
            // xrTableCell8
            // 
            this.xrTableCell8.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell8.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell8.ForeColor = System.Drawing.Color.White;
            this.xrTableCell8.Name = "xrTableCell8";
            this.xrTableCell8.StylePriority.UseBackColor = false;
            this.xrTableCell8.StylePriority.UseFont = false;
            this.xrTableCell8.StylePriority.UseForeColor = false;
            this.xrTableCell8.Text = "Resource";
            this.xrTableCell8.Weight = 0.34807684027867347D;
            // 
            // xrTableRow3
            // 
            this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell8,
            this.xrTableCell9,
            this.xrTableCell10,
            this.xrTableCell11,
            this.xrTableCell12,
            this.xrTableCell13});
            this.xrTableRow3.ForeColor = System.Drawing.Color.Aqua;
            this.xrTableRow3.Name = "xrTableRow3";
            this.xrTableRow3.StylePriority.UseForeColor = false;
            this.xrTableRow3.Weight = 1D;
            // 
            // xrTable1
            // 
            this.xrTable1.BorderColor = System.Drawing.Color.LightGray;
            this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTable1.Font = new System.Drawing.Font("Arial", 9.75F);
            this.xrTable1.KeepTogether = true;
            this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(1.999982F, 12.91665F);
            this.xrTable1.Name = "xrTable1";
            this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F);
            this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
            this.xrTableRow3,
            this.xrTableRow1});
            this.xrTable1.SizeF = new System.Drawing.SizeF(625F, 50.00001F);
            this.xrTable1.StylePriority.UseBorderColor = false;
            this.xrTable1.StylePriority.UseBorders = false;
            this.xrTable1.StylePriority.UseFont = false;
            this.xrTable1.StylePriority.UsePadding = false;
            // 
            // DetailReport1
            // 
            this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail2});
            this.DetailReport1.DataMember = "gfc";
            this.DetailReport1.Level = 0;
            this.DetailReport1.Name = "DetailReport1";
            // 
            // Detail2
            // 
            this.Detail2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrTable1});
            this.Detail2.HeightF = 72.91666F;
            this.Detail2.Name = "Detail2";
            this.Detail2.PageBreak = DevExpress.XtraReports.UI.PageBreak.BeforeBand;
            // 
            // ParameterGradeTonnageFieldName
            // 
            this.ParameterGradeTonnageFieldName.Name = "ParameterGradeTonnageFieldName";
            this.ParameterGradeTonnageFieldName.Visible = false;
            // 
            // ParameterUserName
            // 
            this.ParameterUserName.Name = "ParameterUserName";
            this.ParameterUserName.Visible = false;
            // 
            // CompareModelReport
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin,
            this.DetailReport1});
            this.DataMember = "CompareModelsResult";
            this.Margins = new System.Drawing.Printing.Margins(100, 100, 79, 86);
            this.PageHeight = 1169;
            this.PageWidth = 827;
            this.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
            this.ParameterModel1Name,
            this.ParameterModel2Name,
            this.ParameterGradeTonnageFieldName,
            this.ParameterUserName});
            this.Version = "12.1";
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartZ)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartY)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartGT)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
Ejemplo n.º 39
0
        private void cb_Year_SelectedIndexChanged(object sender, EventArgs e)
        {
            //Reset the value before add new chart
            int[] summaryGrade = { 0, 0, 0, 0, 0, 0 };
            this.chartControl1.Titles.RemoveAt(0);

            // Put the summaryGrade to summaryGrade array
            try
            {
                int floorYear = Convert.ToInt32(this.cb_Year.SelectedItem) * 10;
                int cellYear = (Convert.ToInt32(this.cb_Year.SelectedItem) + 1) * 10;
                cmd.CommandText = string.Format(@"select Term, SummaryGrade from DatabaseTable where StudentID = {0} and Term < {1} and Term > {2}", m_studentInfo.m_studentID, cellYear, floorYear);
                connection.Open();
                reader = cmd.ExecuteReader();
                if (reader.HasRows)
                {
                    int term = 0;
                    while (reader.Read())
                    {
                        term = Convert.ToInt32(reader[0]) % 10;
                        switch (term)
                        {
                            case 1:
                                summaryGrade[0] = Convert.ToInt32(reader[1]);
                                break;
                            case 2:
                                summaryGrade[1] = Convert.ToInt32(reader[1]);
                                break;
                            case 3:
                                summaryGrade[2] = Convert.ToInt32(reader[1]);
                                break;
                            case 4:
                                summaryGrade[3] = Convert.ToInt32(reader[1]);
                                break;
                            case 5:
                                summaryGrade[4] = Convert.ToInt32(reader[1]);
                                break;
                            case 6:
                                summaryGrade[5] = Convert.ToInt32(reader[1]);
                                break;

                        }

                    }
                }
                connection.Close();
            }
            catch (Exception ex)
            {
                MessageBox.Show(@"Message3: " + ex.Message.ToString(), @"Error");
                connection.Close();
            }

            //Init the chart element
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
            //Init the value add to chart
            DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
            ((object)(summaryGrade[0]))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
            ((object)(summaryGrade[1]))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
            ((object)(summaryGrade[2]))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
            ((object)(summaryGrade[3]))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("5", new object[] {
            ((object)(summaryGrade[4]))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("6", new object[] {
            ((object)(summaryGrade[5]))});
            pointSeriesLabel3.LineVisible = true;
            series2.Label = pointSeriesLabel3;
            series2.Name = "Score";
            lineSeriesView3.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
            series2.View = lineSeriesView3;
            chartTitle1.Text = m_studentInfo.m_studentName.Replace(" ", "") + " Score Progress " + this.cb_Year.SelectedItem.ToString();
            this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 });
            series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint1,
            seriesPoint2,
            seriesPoint3,
            seriesPoint4,
            seriesPoint5,
            seriesPoint6});
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series2 };
        }
Ejemplo n.º 40
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView2 = new DevExpress.XtraCharts.PointSeriesView();
            this.panelTop = new System.Windows.Forms.Panel();
            this.tbTimeframe = new System.Windows.Forms.TextBox();
            this.btnCalcHurst = new System.Windows.Forms.Button();
            this.btnBrowse = new System.Windows.Forms.Button();
            this.tbFileName = new System.Windows.Forms.TextBox();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.chartHurst = new DevExpress.XtraCharts.ChartControl();
            this.panelTop.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartHurst)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).BeginInit();
            this.SuspendLayout();
            // 
            // panelTop
            // 
            this.panelTop.Controls.Add(this.tbTimeframe);
            this.panelTop.Controls.Add(this.btnCalcHurst);
            this.panelTop.Controls.Add(this.btnBrowse);
            this.panelTop.Controls.Add(this.tbFileName);
            this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTop.Location = new System.Drawing.Point(0, 0);
            this.panelTop.Name = "panelTop";
            this.panelTop.Size = new System.Drawing.Size(522, 29);
            this.panelTop.TabIndex = 0;
            // 
            // tbTimeframe
            // 
            this.tbTimeframe.Location = new System.Drawing.Point(3, 3);
            this.tbTimeframe.Name = "tbTimeframe";
            this.tbTimeframe.Size = new System.Drawing.Size(61, 20);
            this.tbTimeframe.TabIndex = 3;
            this.tbTimeframe.Text = "240";
            // 
            // btnCalcHurst
            // 
            this.btnCalcHurst.Location = new System.Drawing.Point(437, 2);
            this.btnCalcHurst.Name = "btnCalcHurst";
            this.btnCalcHurst.Size = new System.Drawing.Size(75, 23);
            this.btnCalcHurst.TabIndex = 2;
            this.btnCalcHurst.Text = "считать";
            this.btnCalcHurst.UseVisualStyleBackColor = true;
            this.btnCalcHurst.Click += new System.EventHandler(this.btnCalcHurst_Click);
            // 
            // btnBrowse
            // 
            this.btnBrowse.Location = new System.Drawing.Point(397, 2);
            this.btnBrowse.Name = "btnBrowse";
            this.btnBrowse.Size = new System.Drawing.Size(25, 23);
            this.btnBrowse.TabIndex = 1;
            this.btnBrowse.Text = "...";
            this.btnBrowse.UseVisualStyleBackColor = true;
            this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
            // 
            // tbFileName
            // 
            this.tbFileName.Location = new System.Drawing.Point(86, 3);
            this.tbFileName.Name = "tbFileName";
            this.tbFileName.Size = new System.Drawing.Size(308, 20);
            this.tbFileName.TabIndex = 0;
            // 
            // openFileDialog
            // 
            this.openFileDialog.DefaultExt = "txt";
            this.openFileDialog.Filter = "Quotes|*.quote|*.*|*.*";
            this.openFileDialog.Title = "Котировки";
            // 
            // chartHurst
            // 
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.AlwaysShowZeroLevel = false;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartHurst.Diagram = xyDiagram1;
            this.chartHurst.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartHurst.Legend.Visible = false;
            this.chartHurst.Location = new System.Drawing.Point(0, 29);
            this.chartHurst.Name = "chartHurst";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel1.OverlappingOptionsTypeName = "PointOverlappingOptions";
            pointSeriesLabel1.Visible = false;
            series1.Label = pointSeriesLabel1;
            series1.Name = "seriesRS";
            pointSeriesView1.PointMarkerOptions.Size = 4;
            series1.View = pointSeriesView1;
            series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel2.OverlappingOptionsTypeName = "PointOverlappingOptions";
            pointSeriesLabel2.Visible = false;
            series2.Label = pointSeriesLabel2;
            series2.Name = "seriesReg";
            lineSeriesView1.LineMarkerOptions.Size = 8;
            lineSeriesView1.LineMarkerOptions.Visible = false;
            series2.View = lineSeriesView1;
            this.chartHurst.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            pointSeriesView2.PointMarkerOptions.Size = 10;
            this.chartHurst.SeriesTemplate.View = pointSeriesView2;
            this.chartHurst.Size = new System.Drawing.Size(522, 426);
            this.chartHurst.TabIndex = 1;
            // 
            // RSForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(522, 455);
            this.Controls.Add(this.chartHurst);
            this.Controls.Add(this.panelTop);
            this.Name = "RSForm";
            this.Text = "RS-анализ";
            this.panelTop.ResumeLayout(false);
            this.panelTop.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartHurst)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("A", new object[] {
     ((object)(0D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] {
     ((object)(2D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] {
     ((object)(4D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] {
     ((object)(6D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("E", new object[] {
     ((object)(8D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("F", new object[] {
     ((object)(10D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("G", new object[] {
     ((object)(12D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("H", new object[] {
     ((object)(14D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("I", new object[] {
     ((object)(16D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("J", new object[] {
     ((object)(18D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("K", new object[] {
     ((object)(20D))});
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("A", new object[] {
     ((object)(4D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] {
     ((object)(8D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] {
     ((object)(12D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] {
     ((object)(16D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint("E", new object[] {
     ((object)(20D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint("F", new object[] {
     ((object)(18D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint("G", new object[] {
     ((object)(16D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint("H", new object[] {
     ((object)(14D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint("I", new object[] {
     ((object)(12D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint("J", new object[] {
     ((object)(10D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint("K", new object[] {
     ((object)(8D))});
     DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint("A", new object[] {
     ((object)(18D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] {
     ((object)(14D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] {
     ((object)(10D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint26 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] {
     ((object)(6D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint27 = new DevExpress.XtraCharts.SeriesPoint("E", new object[] {
     ((object)(2D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint28 = new DevExpress.XtraCharts.SeriesPoint("F", new object[] {
     ((object)(15D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint29 = new DevExpress.XtraCharts.SeriesPoint("G", new object[] {
     ((object)(15D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint30 = new DevExpress.XtraCharts.SeriesPoint("H", new object[] {
     ((object)(5D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint31 = new DevExpress.XtraCharts.SeriesPoint("I", new object[] {
     ((object)(18D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint32 = new DevExpress.XtraCharts.SeriesPoint("J", new object[] {
     ((object)(13D))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint33 = new DevExpress.XtraCharts.SeriesPoint("K", new object[] {
     ((object)(0D))});
     DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView4 = new DevExpress.XtraCharts.LineSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.stylesContainerControl1 = new DevExpress.XtraCharts.Design.StylesContainerControl();
     this.STR_SELECTPAL = new DevExpress.XtraEditors.LabelControl();
     this.STR_SELECTAPP = new DevExpress.XtraEditors.LabelControl();
     this.paletteEditControl1 = new ChartAppearanceSample.PaletteEditControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.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)));
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisualRange.AutoSideMargins = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Location = new System.Drawing.Point(3, 3);
     this.chartControl1.Name = "chartControl1";
     pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Label = pointSeriesLabel1;
     series1.Name = "Series 1";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
     seriesPoint1,
     seriesPoint2,
     seriesPoint3,
     seriesPoint4,
     seriesPoint5,
     seriesPoint6,
     seriesPoint7,
     seriesPoint8,
     seriesPoint9,
     seriesPoint10,
     seriesPoint11});
     series1.View = lineSeriesView1;
     pointSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     series2.Label = pointSeriesLabel2;
     series2.Name = "Series 2";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
     seriesPoint12,
     seriesPoint13,
     seriesPoint14,
     seriesPoint15,
     seriesPoint16,
     seriesPoint17,
     seriesPoint18,
     seriesPoint19,
     seriesPoint20,
     seriesPoint21,
     seriesPoint22});
     series2.View = lineSeriesView2;
     pointSeriesLabel3.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     series3.Label = pointSeriesLabel3;
     series3.Name = "Series 3";
     series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
     seriesPoint23,
     seriesPoint24,
     seriesPoint25,
     seriesPoint26,
     seriesPoint27,
     seriesPoint28,
     seriesPoint29,
     seriesPoint30,
     seriesPoint31,
     seriesPoint32,
     seriesPoint33});
     series3.View = lineSeriesView3;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1,
     series2,
     series3};
     pointSeriesLabel4.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel4;
     this.chartControl1.SeriesTemplate.View = lineSeriesView4;
     this.chartControl1.Size = new System.Drawing.Size(522, 187);
     this.chartControl1.TabIndex = 0;
     //
     // stylesContainerControl1
     //
     this.stylesContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.stylesContainerControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.stylesContainerControl1.Appearance.Options.UseBackColor = true;
     this.stylesContainerControl1.Location = new System.Drawing.Point(3, 371);
     this.stylesContainerControl1.Name = "stylesContainerControl1";
     this.stylesContainerControl1.Size = new System.Drawing.Size(522, 131);
     this.stylesContainerControl1.TabIndex = 2;
     //
     // STR_SELECTPAL
     //
     this.STR_SELECTPAL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.STR_SELECTPAL.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.STR_SELECTPAL.Location = new System.Drawing.Point(3, 197);
     this.STR_SELECTPAL.Name = "STR_SELECTPAL";
     this.STR_SELECTPAL.Size = new System.Drawing.Size(88, 15);
     this.STR_SELECTPAL.TabIndex = 6;
     this.STR_SELECTPAL.Text = "Select a Palette:";
     //
     // STR_SELECTAPP
     //
     this.STR_SELECTAPP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.STR_SELECTAPP.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.STR_SELECTAPP.Location = new System.Drawing.Point(3, 350);
     this.STR_SELECTAPP.Name = "STR_SELECTAPP";
     this.STR_SELECTAPP.Size = new System.Drawing.Size(123, 15);
     this.STR_SELECTAPP.TabIndex = 7;
     this.STR_SELECTAPP.Text = "Select an Appearance:";
     //
     // paletteEditControl1
     //
     this.paletteEditControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.paletteEditControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.paletteEditControl1.Appearance.Options.UseBackColor = true;
     this.paletteEditControl1.Location = new System.Drawing.Point(3, 218);
     this.paletteEditControl1.Name = "paletteEditControl1";
     this.paletteEditControl1.Size = new System.Drawing.Size(522, 126);
     this.paletteEditControl1.TabIndex = 1;
     this.paletteEditControl1.OnPaletteChanged += new System.EventHandler(this.paletteEditControl1_OnPaletteChanged);
     //
     // ctxChartColors
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.STR_SELECTAPP);
     this.Controls.Add(this.STR_SELECTPAL);
     this.Controls.Add(this.stylesContainerControl1);
     this.Controls.Add(this.paletteEditControl1);
     this.Controls.Add(this.chartControl1);
     this.Name = "ctxChartColors";
     this.Size = new System.Drawing.Size(532, 505);
     this.Load += new System.EventHandler(this.ctxChartColors_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 42
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			DevExpress.XtraCharts.SimpleDiagram simpleDiagram1 = new DevExpress.XtraCharts.SimpleDiagram();
			DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
			DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
			DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel2 = new DevExpress.XtraCharts.PieSeriesLabel();
			DevExpress.XtraCharts.PieSeriesView pieSeriesView2 = new DevExpress.XtraCharts.PieSeriesView();
			DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.ConstantLine constantLine2 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.LineSeriesView lineSeriesView4 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel5 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.LineSeriesView lineSeriesView5 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.LineSeriesView lineSeriesView6 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel3 = new DevExpress.XtraCharts.PieSeriesLabel();
			DevExpress.XtraCharts.PieSeriesView pieSeriesView3 = new DevExpress.XtraCharts.PieSeriesView();
			DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel4 = new DevExpress.XtraCharts.PieSeriesLabel();
			DevExpress.XtraCharts.PieSeriesView pieSeriesView4 = new DevExpress.XtraCharts.PieSeriesView();
			DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel7 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.StackedAreaSeriesView stackedAreaSeriesView1 = new DevExpress.XtraCharts.StackedAreaSeriesView();
			DevExpress.XtraCharts.XYDiagram xyDiagram4 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel8 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.StackedAreaSeriesView stackedAreaSeriesView2 = new DevExpress.XtraCharts.StackedAreaSeriesView();
			DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChartsForm));
			this.adTypesSource = new ShomreiTorah.Journal.Forms.ChartBindingSource(this.components);
			this.thisYearsRunningTotal = new ShomreiTorah.Journal.Forms.ChartBindingSource(this.components);
			this.lastYearsRunningTotal = new ShomreiTorah.Journal.Forms.ChartBindingSource(this.components);
			this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
			this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
			this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
			this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage();
			this.chartControl6 = new DevExpress.XtraCharts.ChartControl();
			this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
			this.chartControl5 = new DevExpress.XtraCharts.ChartControl();
			this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
			this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
			this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
			this.chartControl3 = new DevExpress.XtraCharts.ChartControl();
			this.runningTotalsSource = new ShomreiTorah.Journal.Forms.ChartBindingSource(this.components);
			this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
			this.chartControl4 = new DevExpress.XtraCharts.ChartControl();
			this.refresh = new DevExpress.XtraEditors.SimpleButton();
			((System.ComponentModel.ISupportInitialize)(this.adTypesSource)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.thisYearsRunningTotal)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.lastYearsRunningTotal)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
			this.xtraTabControl1.SuspendLayout();
			this.xtraTabPage1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
			this.xtraTabPage6.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.chartControl6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
			this.xtraTabPage5.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.chartControl5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).BeginInit();
			this.xtraTabPage2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView4)).BeginInit();
			this.xtraTabPage3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.chartControl3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.runningTotalsSource)).BeginInit();
			this.xtraTabPage4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.chartControl4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView2)).BeginInit();
			this.SuspendLayout();
			// 
			// adTypesSource
			// 
			this.adTypesSource.DataSet = ShomreiTorah.Journal.Forms.ChartDataSet.AdTypes;
			// 
			// thisYearsRunningTotal
			// 
			this.thisYearsRunningTotal.DataSet = ShomreiTorah.Journal.Forms.ChartDataSet.ThisYearRunningTotal;
			// 
			// lastYearsRunningTotal
			// 
			this.lastYearsRunningTotal.DataSet = ShomreiTorah.Journal.Forms.ChartDataSet.LastYearRunningTotal;
			// 
			// xtraTabControl1
			// 
			this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
			this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.xtraTabControl1.Name = "xtraTabControl1";
			this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
			this.xtraTabControl1.Size = new System.Drawing.Size(1130, 709);
			this.xtraTabControl1.TabIndex = 0;
			this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage6,
            this.xtraTabPage5,
            this.xtraTabPage1,
            this.xtraTabPage2,
            this.xtraTabPage3,
            this.xtraTabPage4});
			this.xtraTabControl1.Selected += new DevExpress.XtraTab.TabPageEventHandler(this.xtraTabControl1_Selected);
			// 
			// xtraTabPage1
			// 
			this.xtraTabPage1.Controls.Add(this.chartControl1);
			this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.xtraTabPage1.Name = "xtraTabPage1";
			this.xtraTabPage1.Size = new System.Drawing.Size(1120, 667);
			this.xtraTabPage1.Text = "Ad Value by Type";
			// 
			// chartControl1
			// 
			this.chartControl1.DataSource = this.adTypesSource;
			simpleDiagram1.Dimension = 1;
			this.chartControl1.Diagram = simpleDiagram1;
			this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
			this.chartControl1.Location = new System.Drawing.Point(0, 0);
			this.chartControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.chartControl1.Name = "chartControl1";
			series1.ArgumentDataMember = "Type";
			series1.DataSource = this.adTypesSource;
			pieSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
			pieSeriesLabel1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
			pieSeriesLabel1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
			pieSeriesLabel1.Font = new System.Drawing.Font("Calibri", 11F);
			pieSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.Radial;
			pieSeriesLabel1.TextColor = System.Drawing.Color.White;
			pieSeriesLabel1.TextPattern = "{A}s";
			series1.Label = pieSeriesLabel1;
			series1.LegendTextPattern = "{A}s: {V:C0}";
			series1.Name = "Series 1";
			series1.ValueDataMembersSerializable = "Value";
			series1.View = pieSeriesView1;
			this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
			pieSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			this.chartControl1.SeriesTemplate.Label = pieSeriesLabel2;
			this.chartControl1.SeriesTemplate.View = pieSeriesView2;
			this.chartControl1.Size = new System.Drawing.Size(1120, 667);
			this.chartControl1.TabIndex = 0;
			// 
			// xtraTabPage6
			// 
			this.xtraTabPage6.Controls.Add(this.chartControl6);
			this.xtraTabPage6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.xtraTabPage6.Name = "xtraTabPage6";
			this.xtraTabPage6.Size = new System.Drawing.Size(1120, 667);
			this.xtraTabPage6.Text = "This Year vs. Last Year (Count)";
			// 
			// chartControl6
			// 
			constantLine1.AxisValueSerializable = "0";
			constantLine1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			constantLine1.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
			constantLine1.LineStyle.Thickness = 2;
			constantLine1.Name = "Deadline";
			constantLine1.ShowBehind = true;
			constantLine1.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
			constantLine1.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			xyDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine1});
			xyDiagram1.AxisX.Label.TextPattern = "{A:G} days";
			xyDiagram1.AxisX.Reverse = true;
			xyDiagram1.AxisX.Title.Text = "Days until deadline";
			xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
			xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
			xyDiagram1.AxisY.Label.TextPattern = "{V:N0}";
			xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
			xyDiagram1.LabelsResolveOverlappingMinIndent = 3;
			this.chartControl6.Diagram = xyDiagram1;
			this.chartControl6.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl6.Location = new System.Drawing.Point(0, 0);
			this.chartControl6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.chartControl6.Name = "chartControl6";
			series2.ArgumentDataMember = "DeadlineDelta";
			series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			series2.DataSource = this.thisYearsRunningTotal;
			pointSeriesLabel1.LineLength = 20;
			pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped;
			pointSeriesLabel1.TextPattern = "This year: {V:C0}";
			series2.Label = pointSeriesLabel1;
			series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
			series2.LegendTextPattern = "{S}";
			series2.Name = "This Year";
			series2.ValueDataMembersSerializable = "TotalCount";
			lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
			lineSeriesView1.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
			lineSeriesView1.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
			lineSeriesView1.LineMarkerOptions.Size = 12;
			lineSeriesView1.LineStyle.Thickness = 3;
			lineSeriesView1.Shadow.Visible = true;
			series2.View = lineSeriesView1;
			series3.ArgumentDataMember = "DeadlineDelta";
			series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			series3.DataSource = this.lastYearsRunningTotal;
			pointSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pointSeriesLabel2.TextPattern = "{V:C2}";
			series3.Label = pointSeriesLabel2;
			series3.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
			series3.Name = "LastYear";
			series3.ValueDataMembersSerializable = "TotalCount";
			lineSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
			lineSeriesView2.MarkerVisibility = DevExpress.Utils.DefaultBoolean.False;
			series3.View = lineSeriesView2;
			this.chartControl6.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series2,
        series3};
			pointSeriesLabel3.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			this.chartControl6.SeriesTemplate.Label = pointSeriesLabel3;
			this.chartControl6.SeriesTemplate.View = lineSeriesView3;
			this.chartControl6.Size = new System.Drawing.Size(1120, 667);
			this.chartControl6.TabIndex = 1;
			// 
			// xtraTabPage5
			// 
			this.xtraTabPage5.Controls.Add(this.chartControl5);
			this.xtraTabPage5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.xtraTabPage5.Name = "xtraTabPage5";
			this.xtraTabPage5.Size = new System.Drawing.Size(1120, 667);
			this.xtraTabPage5.Text = "This Year vs. Last Year (Price)";
			// 
			// chartControl5
			// 
			constantLine2.AxisValueSerializable = "0";
			constantLine2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			constantLine2.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
			constantLine2.LineStyle.Thickness = 2;
			constantLine2.Name = "Deadline";
			constantLine2.ShowBehind = true;
			constantLine2.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
			constantLine2.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			xyDiagram2.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine2});
			xyDiagram2.AxisX.Label.TextPattern = "{A:G} days";
			xyDiagram2.AxisX.Reverse = true;
			xyDiagram2.AxisX.Title.Text = "Days until deadline";
			xyDiagram2.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
			xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
			xyDiagram2.AxisY.Label.TextPattern = "{V:C0}";
			xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
			xyDiagram2.LabelsResolveOverlappingMinIndent = 3;
			this.chartControl5.Diagram = xyDiagram2;
			this.chartControl5.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl5.Location = new System.Drawing.Point(0, 0);
			this.chartControl5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.chartControl5.Name = "chartControl5";
			series4.ArgumentDataMember = "DeadlineDelta";
			series4.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			series4.DataSource = this.thisYearsRunningTotal;
			pointSeriesLabel4.LineLength = 20;
			pointSeriesLabel4.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pointSeriesLabel4.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped;
			pointSeriesLabel4.TextPattern = "This year: {V:C0}";
			series4.Label = pointSeriesLabel4;
			series4.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
			series4.LegendTextPattern = "{S}";
			series4.Name = "This Year";
			series4.ValueDataMembersSerializable = "TotalValue";
			lineSeriesView4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
			lineSeriesView4.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
			lineSeriesView4.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
			lineSeriesView4.LineMarkerOptions.Size = 12;
			lineSeriesView4.LineStyle.Thickness = 3;
			lineSeriesView4.Shadow.Visible = true;
			series4.View = lineSeriesView4;
			series5.ArgumentDataMember = "DeadlineDelta";
			series5.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			series5.DataSource = this.lastYearsRunningTotal;
			pointSeriesLabel5.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pointSeriesLabel5.TextPattern = "{V:C2}";
			series5.Label = pointSeriesLabel5;
			series5.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
			series5.Name = "LastYear";
			series5.ValueDataMembersSerializable = "TotalValue";
			lineSeriesView5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
			lineSeriesView5.MarkerVisibility = DevExpress.Utils.DefaultBoolean.False;
			series5.View = lineSeriesView5;
			this.chartControl5.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series4,
        series5};
			pointSeriesLabel6.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			this.chartControl5.SeriesTemplate.Label = pointSeriesLabel6;
			this.chartControl5.SeriesTemplate.View = lineSeriesView6;
			this.chartControl5.Size = new System.Drawing.Size(1120, 667);
			this.chartControl5.TabIndex = 0;
			// 
			// xtraTabPage2
			// 
			this.xtraTabPage2.Controls.Add(this.chartControl2);
			this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.xtraTabPage2.Name = "xtraTabPage2";
			this.xtraTabPage2.Size = new System.Drawing.Size(1120, 667);
			this.xtraTabPage2.Text = "Ad Count by Type";
			// 
			// chartControl2
			// 
			this.chartControl2.DataSource = this.adTypesSource;
			this.chartControl2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
			this.chartControl2.Location = new System.Drawing.Point(0, 0);
			this.chartControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.chartControl2.Name = "chartControl2";
			series6.ArgumentDataMember = "Type";
			series6.DataSource = this.adTypesSource;
			pieSeriesLabel3.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
			pieSeriesLabel3.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
			pieSeriesLabel3.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
			pieSeriesLabel3.Font = new System.Drawing.Font("Calibri", 11F);
			pieSeriesLabel3.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pieSeriesLabel3.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.Radial;
			pieSeriesLabel3.TextColor = System.Drawing.Color.White;
			pieSeriesLabel3.TextPattern = "{A}s";
			series6.Label = pieSeriesLabel3;
			series6.LegendTextPattern = "{A}s: {V:G}";
			series6.Name = "Series 1";
			series6.ValueDataMembersSerializable = "Count";
			series6.View = pieSeriesView3;
			this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series6};
			pieSeriesLabel4.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			this.chartControl2.SeriesTemplate.Label = pieSeriesLabel4;
			this.chartControl2.SeriesTemplate.View = pieSeriesView4;
			this.chartControl2.Size = new System.Drawing.Size(1120, 667);
			this.chartControl2.TabIndex = 0;
			// 
			// xtraTabPage3
			// 
			this.xtraTabPage3.Controls.Add(this.chartControl3);
			this.xtraTabPage3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.xtraTabPage3.Name = "xtraTabPage3";
			this.xtraTabPage3.Size = new System.Drawing.Size(1120, 667);
			this.xtraTabPage3.Text = "Ads over Time";
			// 
			// chartControl3
			// 
			this.chartControl3.DataSource = this.runningTotalsSource;
			xyDiagram3.AxisX.Label.Staggered = true;
			xyDiagram3.AxisX.Label.TextPattern = "{A:m}";
			xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
			xyDiagram3.AxisX.WholeRange.AutoSideMargins = false;
			xyDiagram3.AxisX.WholeRange.SideMarginsValue = 0D;
			xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
			this.chartControl3.Diagram = xyDiagram3;
			this.chartControl3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl3.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
			this.chartControl3.Location = new System.Drawing.Point(0, 0);
			this.chartControl3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.chartControl3.Name = "chartControl3";
			this.chartControl3.SeriesDataMember = "AdType";
			this.chartControl3.SeriesNameTemplate.EndText = "s";
			this.chartControl3.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
			this.chartControl3.SeriesTemplate.ArgumentDataMember = "Date";
			this.chartControl3.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel7.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pointSeriesLabel7.TextPattern = "{V:G}";
			this.chartControl3.SeriesTemplate.Label = pointSeriesLabel7;
			this.chartControl3.SeriesTemplate.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
			this.chartControl3.SeriesTemplate.ValueDataMembersSerializable = "TotalCount";
			this.chartControl3.SeriesTemplate.View = stackedAreaSeriesView1;
			this.chartControl3.Size = new System.Drawing.Size(1120, 667);
			this.chartControl3.TabIndex = 0;
			// 
			// runningTotalsSource
			// 
			this.runningTotalsSource.DataSet = ShomreiTorah.Journal.Forms.ChartDataSet.RunningAdTypeTotals;
			// 
			// xtraTabPage4
			// 
			this.xtraTabPage4.Controls.Add(this.chartControl4);
			this.xtraTabPage4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.xtraTabPage4.Name = "xtraTabPage4";
			this.xtraTabPage4.Size = new System.Drawing.Size(1120, 667);
			this.xtraTabPage4.Text = "Ad Value over Time";
			// 
			// chartControl4
			// 
			this.chartControl4.DataSource = this.runningTotalsSource;
			xyDiagram4.AxisX.Label.TextPattern = "{A:m}";
			xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
			xyDiagram4.AxisX.WholeRange.AutoSideMargins = false;
			xyDiagram4.AxisX.WholeRange.SideMarginsValue = 0D;
			xyDiagram4.AxisY.Label.TextPattern = "{V:C0}";
			xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
			this.chartControl4.Diagram = xyDiagram4;
			this.chartControl4.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl4.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
			this.chartControl4.Location = new System.Drawing.Point(0, 0);
			this.chartControl4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.chartControl4.Name = "chartControl4";
			this.chartControl4.SeriesDataMember = "AdType";
			this.chartControl4.SeriesNameTemplate.EndText = "s";
			this.chartControl4.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
			this.chartControl4.SeriesTemplate.ArgumentDataMember = "Date";
			this.chartControl4.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel8.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			this.chartControl4.SeriesTemplate.Label = pointSeriesLabel8;
			this.chartControl4.SeriesTemplate.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
			this.chartControl4.SeriesTemplate.ValueDataMembersSerializable = "TotalValue";
			this.chartControl4.SeriesTemplate.View = stackedAreaSeriesView2;
			this.chartControl4.Size = new System.Drawing.Size(1120, 667);
			this.chartControl4.TabIndex = 0;
			// 
			// refresh
			// 
			this.refresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.refresh.Image = global::ShomreiTorah.Journal.Properties.Resources.Refresh16;
			this.refresh.Location = new System.Drawing.Point(1092, 0);
			this.refresh.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.refresh.Name = "refresh";
			this.refresh.Size = new System.Drawing.Size(32, 31);
			toolTipTitleItem1.Text = "Refresh Charts";
			toolTipItem1.LeftIndent = 6;
			toolTipItem1.Text = "Refreshes the data displayed by the charts.";
			superToolTip1.Items.Add(toolTipTitleItem1);
			superToolTip1.Items.Add(toolTipItem1);
			this.refresh.SuperTip = superToolTip1;
			this.refresh.TabIndex = 4;
			this.refresh.Text = "Refresh";
			this.refresh.Click += new System.EventHandler(this.refresh_Click);
			// 
			// ChartsForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(1130, 709);
			this.Controls.Add(this.refresh);
			this.Controls.Add(this.xtraTabControl1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.Name = "ChartsForm";
			this.Text = "Journal Charts";
			((System.ComponentModel.ISupportInitialize)(this.adTypesSource)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.thisYearsRunningTotal)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.lastYearsRunningTotal)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
			this.xtraTabControl1.ResumeLayout(false);
			this.xtraTabPage1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
			this.xtraTabPage6.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl6)).EndInit();
			this.xtraTabPage5.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl5)).EndInit();
			this.xtraTabPage2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
			this.xtraTabPage3.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).EndInit();
			((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.runningTotalsSource)).EndInit();
			this.xtraTabPage4.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).EndInit();
			((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl4)).EndInit();
			this.ResumeLayout(false);

		}
Ejemplo n.º 43
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram                xyDiagram10               = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series10                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel7         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView13          = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView14          = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.XYDiagram                xyDiagram11               = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series11                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel8         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView15          = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView16          = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.XYDiagram                xyDiagram12               = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series12                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView4  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     this.label4            = new System.Windows.Forms.Label();
     this.tabControl        = new System.Windows.Forms.TabControl();
     this.tabPage1          = new System.Windows.Forms.TabPage();
     this.btnHurst          = new System.Windows.Forms.Button();
     this.btnTimeVolume     = new System.Windows.Forms.Button();
     this.btnSynthTest      = new System.Windows.Forms.Button();
     this.cbIndexType       = new System.Windows.Forms.ComboBox();
     this.label9            = new System.Windows.Forms.Label();
     this.cbSpectrX         = new System.Windows.Forms.ComboBox();
     this.cbUseStartDate    = new System.Windows.Forms.CheckBox();
     this.dpStartDate       = new System.Windows.Forms.DateTimePicker();
     this.tbHarmAmpls       = new System.Windows.Forms.RichTextBox();
     this.label8            = new System.Windows.Forms.Label();
     this.tbHarmPeak        = new System.Windows.Forms.TextBox();
     this.tbHarmonics       = new System.Windows.Forms.RichTextBox();
     this.label7            = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.tbDataCount       = new System.Windows.Forms.TextBox();
     this.tbInterval        = new System.Windows.Forms.TextBox();
     this.label5            = new System.Windows.Forms.Label();
     this.cbIndexFunction   = new System.Windows.Forms.ComboBox();
     this.label3            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.tbMAPeriod        = new System.Windows.Forms.TextBox();
     this.cbTrendType       = new System.Windows.Forms.ComboBox();
     this.btnCalculate      = new System.Windows.Forms.Button();
     this.btnBrowse         = new System.Windows.Forms.Button();
     this.label1            = new System.Windows.Forms.Label();
     this.tbFolder          = new System.Windows.Forms.TextBox();
     this.tabPage2          = new System.Windows.Forms.TabPage();
     this.chartIndex        = new DevExpress.XtraCharts.ChartControl();
     this.tabPage3          = new System.Windows.Forms.TabPage();
     this.chartIndexWoTrend = new DevExpress.XtraCharts.ChartControl();
     this.tabPage4          = new System.Windows.Forms.TabPage();
     this.chartSpectrum     = new DevExpress.XtraCharts.ChartControl();
     this.tabControl.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartIndex)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView14)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartIndexWoTrend)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView16)).BeginInit();
     this.tabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartSpectrum)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).BeginInit();
     this.SuspendLayout();
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(5, 44);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(45, 13);
     this.label4.TabIndex = 9;
     this.label4.Text     = "Индекс";
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabPage1);
     this.tabControl.Controls.Add(this.tabPage2);
     this.tabControl.Controls.Add(this.tabPage3);
     this.tabControl.Controls.Add(this.tabPage4);
     this.tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location      = new System.Drawing.Point(0, 0);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(489, 379);
     this.tabControl.TabIndex      = 14;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.btnHurst);
     this.tabPage1.Controls.Add(this.btnTimeVolume);
     this.tabPage1.Controls.Add(this.btnSynthTest);
     this.tabPage1.Controls.Add(this.cbIndexType);
     this.tabPage1.Controls.Add(this.label9);
     this.tabPage1.Controls.Add(this.cbSpectrX);
     this.tabPage1.Controls.Add(this.cbUseStartDate);
     this.tabPage1.Controls.Add(this.dpStartDate);
     this.tabPage1.Controls.Add(this.tbHarmAmpls);
     this.tabPage1.Controls.Add(this.label8);
     this.tabPage1.Controls.Add(this.tbHarmPeak);
     this.tabPage1.Controls.Add(this.tbHarmonics);
     this.tabPage1.Controls.Add(this.label7);
     this.tabPage1.Controls.Add(this.label6);
     this.tabPage1.Controls.Add(this.label4);
     this.tabPage1.Controls.Add(this.tbDataCount);
     this.tabPage1.Controls.Add(this.tbInterval);
     this.tabPage1.Controls.Add(this.label5);
     this.tabPage1.Controls.Add(this.cbIndexFunction);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.tbMAPeriod);
     this.tabPage1.Controls.Add(this.cbTrendType);
     this.tabPage1.Controls.Add(this.btnCalculate);
     this.tabPage1.Controls.Add(this.btnBrowse);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.tbFolder);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(481, 353);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Настройки";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // btnHurst
     //
     this.btnHurst.Location = new System.Drawing.Point(433, 127);
     this.btnHurst.Name     = "btnHurst";
     this.btnHurst.Size     = new System.Drawing.Size(45, 23);
     this.btnHurst.TabIndex = 39;
     this.btnHurst.Text     = "Hurst";
     this.btnHurst.UseVisualStyleBackColor = true;
     this.btnHurst.Click += new System.EventHandler(this.btnHurst_Click);
     //
     // btnTimeVolume
     //
     this.btnTimeVolume.Location = new System.Drawing.Point(433, 103);
     this.btnTimeVolume.Name     = "btnTimeVolume";
     this.btnTimeVolume.Size     = new System.Drawing.Size(45, 23);
     this.btnTimeVolume.TabIndex = 38;
     this.btnTimeVolume.Text     = "T-V";
     this.btnTimeVolume.UseVisualStyleBackColor = true;
     this.btnTimeVolume.Click += new System.EventHandler(this.btnTimeVolume_Click);
     //
     // btnSynthTest
     //
     this.btnSynthTest.Location = new System.Drawing.Point(353, 18);
     this.btnSynthTest.Name     = "btnSynthTest";
     this.btnSynthTest.Size     = new System.Drawing.Size(87, 21);
     this.btnSynthTest.TabIndex = 37;
     this.btnSynthTest.Text     = "Тест С.И.";
     this.btnSynthTest.UseVisualStyleBackColor = true;
     this.btnSynthTest.Click += new System.EventHandler(this.btnSynthTest_Click);
     //
     // cbIndexType
     //
     this.cbIndexType.FormattingEnabled = true;
     this.cbIndexType.Items.AddRange(new object[] {
         "Сумма",
         "Приращение"
     });
     this.cbIndexType.Location = new System.Drawing.Point(340, 60);
     this.cbIndexType.Name     = "cbIndexType";
     this.cbIndexType.Size     = new System.Drawing.Size(100, 21);
     this.cbIndexType.TabIndex = 36;
     this.cbIndexType.Text     = "Сумма";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(350, 142);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(79, 13);
     this.label9.TabIndex = 35;
     this.label9.Text     = "ось X (спектр)";
     //
     // cbSpectrX
     //
     this.cbSpectrX.FormattingEnabled = true;
     this.cbSpectrX.Items.AddRange(new object[] {
         "Частота",
         "Период"
     });
     this.cbSpectrX.Location = new System.Drawing.Point(244, 139);
     this.cbSpectrX.Name     = "cbSpectrX";
     this.cbSpectrX.Size     = new System.Drawing.Size(100, 21);
     this.cbSpectrX.TabIndex = 34;
     this.cbSpectrX.Text     = "Частота";
     //
     // cbUseStartDate
     //
     this.cbUseStartDate.AutoSize   = true;
     this.cbUseStartDate.Checked    = true;
     this.cbUseStartDate.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbUseStartDate.Location   = new System.Drawing.Point(244, 88);
     this.cbUseStartDate.Name       = "cbUseStartDate";
     this.cbUseStartDate.Size       = new System.Drawing.Size(100, 17);
     this.cbUseStartDate.TabIndex   = 33;
     this.cbUseStartDate.Text       = "начать с даты:";
     this.cbUseStartDate.UseVisualStyleBackColor = true;
     //
     // dpStartDate
     //
     this.dpStartDate.Location = new System.Drawing.Point(244, 113);
     this.dpStartDate.Name     = "dpStartDate";
     this.dpStartDate.Size     = new System.Drawing.Size(130, 20);
     this.dpStartDate.TabIndex = 32;
     this.dpStartDate.Value    = new System.DateTime(2010, 1, 3, 0, 0, 0, 0);
     //
     // tbHarmAmpls
     //
     this.tbHarmAmpls.Location = new System.Drawing.Point(246, 206);
     this.tbHarmAmpls.Name     = "tbHarmAmpls";
     this.tbHarmAmpls.Size     = new System.Drawing.Size(227, 141);
     this.tbHarmAmpls.TabIndex = 31;
     this.tbHarmAmpls.Text     = "";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(281, 169);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(128, 13);
     this.label8.TabIndex = 30;
     this.label8.Text     = "период пика гармоники";
     //
     // tbHarmPeak
     //
     this.tbHarmPeak.Location = new System.Drawing.Point(244, 166);
     this.tbHarmPeak.Name     = "tbHarmPeak";
     this.tbHarmPeak.Size     = new System.Drawing.Size(34, 20);
     this.tbHarmPeak.TabIndex = 29;
     this.tbHarmPeak.Text     = "5";
     //
     // tbHarmonics
     //
     this.tbHarmonics.Location = new System.Drawing.Point(8, 206);
     this.tbHarmonics.Name     = "tbHarmonics";
     this.tbHarmonics.Size     = new System.Drawing.Size(222, 141);
     this.tbHarmonics.TabIndex = 28;
     this.tbHarmonics.Text     = "";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(5, 190);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(150, 13);
     this.label7.TabIndex = 27;
     this.label7.Text     = "Преобладающие гармоники";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(178, 130);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(52, 13);
     this.label6.TabIndex = 26;
     this.label6.Text     = "отсчетов";
     //
     // tbDataCount
     //
     this.tbDataCount.Location = new System.Drawing.Point(138, 127);
     this.tbDataCount.Name     = "tbDataCount";
     this.tbDataCount.Size     = new System.Drawing.Size(34, 20);
     this.tbDataCount.TabIndex = 25;
     this.tbDataCount.Text     = "600000";
     //
     // tbInterval
     //
     this.tbInterval.Location = new System.Drawing.Point(7, 127);
     this.tbInterval.Name     = "tbInterval";
     this.tbInterval.Size     = new System.Drawing.Size(34, 20);
     this.tbInterval.TabIndex = 24;
     this.tbInterval.Text     = "1";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(47, 130);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(90, 13);
     this.label5.TabIndex = 23;
     this.label5.Text     = "интервал, минут";
     //
     // cbIndexFunction
     //
     this.cbIndexFunction.FormattingEnabled = true;
     this.cbIndexFunction.Items.AddRange(new object[] {
         "/*EURX*/ eur eurgbp eurjpy eurchf eurcad euraud",
         "/*USDX*/ eur# gbp# chf jpy cad aud# nzd# "
     });
     this.cbIndexFunction.Location = new System.Drawing.Point(7, 60);
     this.cbIndexFunction.Name     = "cbIndexFunction";
     this.cbIndexFunction.Size     = new System.Drawing.Size(327, 21);
     this.cbIndexFunction.TabIndex = 22;
     this.cbIndexFunction.Text     = "/*EURX*/ eur eurgbp eurjpy eurchf eurcad euraud";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(4, 84);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(98, 13);
     this.label3.TabIndex = 21;
     this.label3.Text     = "Удаление тренда:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(178, 103);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(60, 13);
     this.label2.TabIndex = 20;
     this.label2.Text     = "период СС";
     //
     // tbMAPeriod
     //
     this.tbMAPeriod.Location = new System.Drawing.Point(138, 100);
     this.tbMAPeriod.Name     = "tbMAPeriod";
     this.tbMAPeriod.Size     = new System.Drawing.Size(34, 20);
     this.tbMAPeriod.TabIndex = 19;
     this.tbMAPeriod.Text     = "256";
     //
     // cbTrendType
     //
     this.cbTrendType.FormattingEnabled = true;
     this.cbTrendType.Items.AddRange(new object[] {
         "Линейный",
         "СС"
     });
     this.cbTrendType.Location = new System.Drawing.Point(7, 100);
     this.cbTrendType.Name     = "cbTrendType";
     this.cbTrendType.Size     = new System.Drawing.Size(101, 21);
     this.cbTrendType.TabIndex = 18;
     this.cbTrendType.Text     = "Линейный";
     //
     // btnCalculate
     //
     this.btnCalculate.Location = new System.Drawing.Point(7, 160);
     this.btnCalculate.Name     = "btnCalculate";
     this.btnCalculate.Size     = new System.Drawing.Size(165, 23);
     this.btnCalculate.TabIndex = 17;
     this.btnCalculate.Text     = "Считать";
     this.btnCalculate.UseVisualStyleBackColor = true;
     this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click);
     //
     // btnBrowse
     //
     this.btnBrowse.Location = new System.Drawing.Point(310, 18);
     this.btnBrowse.Name     = "btnBrowse";
     this.btnBrowse.Size     = new System.Drawing.Size(24, 21);
     this.btnBrowse.TabIndex = 16;
     this.btnBrowse.Text     = "...";
     this.btnBrowse.UseVisualStyleBackColor = true;
     this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(4, 3);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(104, 13);
     this.label1.TabIndex = 15;
     this.label1.Text     = "Каталог котировок";
     //
     // tbFolder
     //
     this.tbFolder.Location = new System.Drawing.Point(7, 19);
     this.tbFolder.Name     = "tbFolder";
     this.tbFolder.Size     = new System.Drawing.Size(297, 20);
     this.tbFolder.TabIndex = 14;
     this.tbFolder.Text     = "D:\\Sources\\NonVersioned\\!MTS\\quotes\\mts_quote_base";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.chartIndex);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(481, 353);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Индекс";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // chartIndex
     //
     this.chartIndex.AppearanceName               = "Light";
     xyDiagram10.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram10.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram10.AxisY.Range.AlwaysShowZeroLevel  = false;
     xyDiagram10.AxisY.Range.SideMarginsEnabled   = false;
     xyDiagram10.AxisY.VisibleInPanesSerializable = "-1";
     this.chartIndex.Diagram                      = xyDiagram10;
     this.chartIndex.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.chartIndex.Legend.Visible               = false;
     this.chartIndex.Location                     = new System.Drawing.Point(3, 3);
     this.chartIndex.Name                         = "chartIndex";
     this.chartIndex.PaletteBaseColorNumber       = 1;
     this.chartIndex.PaletteName                  = "Black and White";
     series10.ArgumentScaleType                   = DevExpress.XtraCharts.ScaleType.Numerical;
     pointSeriesLabel7.OverlappingOptionsTypeName = "PointOverlappingOptions";
     pointSeriesLabel7.Visible                    = false;
     series10.Label         = pointSeriesLabel7;
     series10.Name          = "SeriesIndex";
     lineSeriesView13.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     lineSeriesView13.LineMarkerOptions.Visible = false;
     lineSeriesView13.LineStyle.Thickness       = 1;
     series10.View = lineSeriesView13;
     this.chartIndex.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series10
     };
     this.chartIndex.SeriesTemplate.View = lineSeriesView14;
     this.chartIndex.Size     = new System.Drawing.Size(475, 347);
     this.chartIndex.TabIndex = 0;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.chartIndexWoTrend);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(481, 353);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Индекс без тренда";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // chartIndexWoTrend
     //
     this.chartIndexWoTrend.AppearanceName        = "Light";
     xyDiagram11.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram11.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram11.AxisY.Range.AlwaysShowZeroLevel  = false;
     xyDiagram11.AxisY.Range.SideMarginsEnabled   = false;
     xyDiagram11.AxisY.VisibleInPanesSerializable = "-1";
     this.chartIndexWoTrend.Diagram                = xyDiagram11;
     this.chartIndexWoTrend.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.chartIndexWoTrend.Legend.Visible         = false;
     this.chartIndexWoTrend.Location               = new System.Drawing.Point(0, 0);
     this.chartIndexWoTrend.Name                   = "chartIndexWoTrend";
     this.chartIndexWoTrend.PaletteBaseColorNumber = 1;
     this.chartIndexWoTrend.PaletteName            = "Black and White";
     series11.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     pointSeriesLabel8.OverlappingOptionsTypeName = "PointOverlappingOptions";
     pointSeriesLabel8.Visible = false;
     series11.Label            = pointSeriesLabel8;
     series11.Name             = "SeriesIndex";
     lineSeriesView15.Color    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     lineSeriesView15.LineMarkerOptions.Visible = false;
     lineSeriesView15.LineStyle.Thickness       = 1;
     series11.View = lineSeriesView15;
     this.chartIndexWoTrend.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series11
     };
     this.chartIndexWoTrend.SeriesTemplate.View = lineSeriesView16;
     this.chartIndexWoTrend.Size     = new System.Drawing.Size(481, 353);
     this.chartIndexWoTrend.TabIndex = 1;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.chartSpectrum);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Size     = new System.Drawing.Size(481, 353);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "Спектр";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // chartSpectrum
     //
     this.chartSpectrum.AppearanceName            = "Light";
     xyDiagram12.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram12.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram12.AxisY.Range.AlwaysShowZeroLevel  = false;
     xyDiagram12.AxisY.Range.SideMarginsEnabled   = false;
     xyDiagram12.AxisY.VisibleInPanesSerializable = "-1";
     this.chartSpectrum.Diagram                           = xyDiagram12;
     this.chartSpectrum.Dock                              = System.Windows.Forms.DockStyle.Fill;
     this.chartSpectrum.Legend.Visible                    = false;
     this.chartSpectrum.Location                          = new System.Drawing.Point(0, 0);
     this.chartSpectrum.Name                              = "chartSpectrum";
     this.chartSpectrum.PaletteBaseColorNumber            = 1;
     this.chartSpectrum.PaletteName                       = "Black and White";
     series12.ArgumentScaleType                           = DevExpress.XtraCharts.ScaleType.Numerical;
     sideBySideBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions";
     sideBySideBarSeriesLabel4.Visible                    = false;
     series12.Label = sideBySideBarSeriesLabel4;
     series12.Name  = "SeriesIndex";
     sideBySideBarSeriesView4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     series12.View = sideBySideBarSeriesView4;
     this.chartSpectrum.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series12
     };
     this.chartSpectrum.Size        = new System.Drawing.Size(481, 353);
     this.chartSpectrum.TabIndex    = 2;
     this.chartSpectrum.MouseClick += new System.Windows.Forms.MouseEventHandler(this.chartSpectrum_MouseClick);
     //
     // ChartForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(489, 379);
     this.Controls.Add(this.tabControl);
     this.Name = "ChartForm";
     this.Text = "ДПФ";
     this.tabControl.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartIndex)).EndInit();
     this.tabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartIndexWoTrend)).EndInit();
     this.tabPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSpectrum)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 44
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.comboChartType = new DevExpress.XtraEditors.ComboBoxEdit();
            this.ceChartDataRow = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.ceChartDataVertical = new DevExpress.XtraEditors.CheckEdit();
            this.checkShowPointLabels = new DevExpress.XtraEditors.CheckEdit();
            this.ceSelectionFull = new DevExpress.XtraEditors.CheckEdit();
            this.ceSelectionOnly = new DevExpress.XtraEditors.CheckEdit();
            this.btnDong = new DevExpress.XtraEditors.SimpleButton();
            this.chartControlMaster = new DevExpress.XtraCharts.ChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboChartType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceChartDataRow.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceChartDataVertical.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkShowPointLabels.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceSelectionFull.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceSelectionOnly.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControlMaster)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            this.SuspendLayout();
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.comboChartType);
            this.panelControl1.Controls.Add(this.ceChartDataRow);
            this.panelControl1.Controls.Add(this.labelControl2);
            this.panelControl1.Controls.Add(this.ceChartDataVertical);
            this.panelControl1.Controls.Add(this.checkShowPointLabels);
            this.panelControl1.Controls.Add(this.ceSelectionFull);
            this.panelControl1.Controls.Add(this.ceSelectionOnly);
            this.panelControl1.Controls.Add(this.btnDong);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl1.Location = new System.Drawing.Point(0, 0);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(730, 67);
            this.panelControl1.TabIndex = 0;
            // 
            // comboChartType
            // 
            this.comboChartType.EditValue = "Line";
            this.comboChartType.Location = new System.Drawing.Point(75, 12);
            this.comboChartType.Name = "comboChartType";
            this.comboChartType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboChartType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboChartType.Size = new System.Drawing.Size(145, 20);
            this.comboChartType.TabIndex = 1;
            this.comboChartType.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit2_SelectedIndexChanged);
            // 
            // ceChartDataRow
            // 
            this.ceChartDataRow.Location = new System.Drawing.Point(367, 38);
            this.ceChartDataRow.Name = "ceChartDataRow";
            this.ceChartDataRow.Properties.Caption = "Biểu đồ theo dữ liệu dòng";
            this.ceChartDataRow.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.ceChartDataRow.Properties.RadioGroupIndex = 1;
            this.ceChartDataRow.Size = new System.Drawing.Size(152, 19);
            this.ceChartDataRow.TabIndex = 6;
            this.ceChartDataRow.TabStop = false;
            this.ceChartDataRow.CheckedChanged += new System.EventHandler(this.ceChartDataVertical_CheckedChanged);
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(12, 15);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(57, 13);
            this.labelControl2.TabIndex = 0;
            this.labelControl2.Text = "Loại biểu đồ";
            // 
            // ceChartDataVertical
            // 
            this.ceChartDataVertical.Location = new System.Drawing.Point(367, 13);
            this.ceChartDataVertical.Name = "ceChartDataVertical";
            this.ceChartDataVertical.Properties.Caption = "Biểu đồ theo dữ liệu cột";
            this.ceChartDataVertical.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.ceChartDataVertical.Properties.RadioGroupIndex = 1;
            this.ceChartDataVertical.Size = new System.Drawing.Size(142, 19);
            this.ceChartDataVertical.TabIndex = 5;
            this.ceChartDataVertical.TabStop = false;
            this.ceChartDataVertical.CheckedChanged += new System.EventHandler(this.ceChartDataVertical_CheckedChanged);
            // 
            // checkShowPointLabels
            // 
            this.checkShowPointLabels.Location = new System.Drawing.Point(10, 38);
            this.checkShowPointLabels.Name = "checkShowPointLabels";
            this.checkShowPointLabels.Properties.Caption = "Hiện dữ liệu trên biểu đồ";
            this.checkShowPointLabels.Size = new System.Drawing.Size(178, 19);
            this.checkShowPointLabels.TabIndex = 2;
            this.checkShowPointLabels.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
            // 
            // ceSelectionFull
            // 
            this.ceSelectionFull.Location = new System.Drawing.Point(229, 38);
            this.ceSelectionFull.Name = "ceSelectionFull";
            this.ceSelectionFull.Properties.Caption = "Xem tất cả dữ liệu";
            this.ceSelectionFull.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.ceSelectionFull.Properties.RadioGroupIndex = 2;
            this.ceSelectionFull.Size = new System.Drawing.Size(145, 19);
            this.ceSelectionFull.TabIndex = 4;
            this.ceSelectionFull.TabStop = false;
            this.ceSelectionFull.CheckedChanged += new System.EventHandler(this.ceSelectionOnly_CheckedChanged);
            // 
            // ceSelectionOnly
            // 
            this.ceSelectionOnly.Location = new System.Drawing.Point(229, 13);
            this.ceSelectionOnly.Name = "ceSelectionOnly";
            this.ceSelectionOnly.Properties.Caption = "Xem dữ liệu đang chọn";
            this.ceSelectionOnly.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.ceSelectionOnly.Properties.RadioGroupIndex = 2;
            this.ceSelectionOnly.Size = new System.Drawing.Size(145, 19);
            this.ceSelectionOnly.TabIndex = 3;
            this.ceSelectionOnly.TabStop = false;
            this.ceSelectionOnly.CheckedChanged += new System.EventHandler(this.ceSelectionOnly_CheckedChanged);
            // 
            // btnDong
            // 
            this.btnDong.Location = new System.Drawing.Point(525, 12);
            this.btnDong.Name = "btnDong";
            this.btnDong.Size = new System.Drawing.Size(60, 23);
            this.btnDong.TabIndex = 7;
            this.btnDong.Text = "Đón&g";
            this.btnDong.Click += new System.EventHandler(this.btnDong_Click);
            // 
            // chartControlMaster
            // 
            this.chartControlMaster.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControlMaster.Location = new System.Drawing.Point(0, 67);
            this.chartControlMaster.Name = "chartControlMaster";
            this.chartControlMaster.RuntimeHitTesting = false;
            this.chartControlMaster.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
            pointSeriesLabel1.LineVisible = true;
            pointSeriesLabel1.Visible = false;
            this.chartControlMaster.SeriesTemplate.Label = pointSeriesLabel1;
            this.chartControlMaster.SeriesTemplate.View = lineSeriesView1;
            this.chartControlMaster.Size = new System.Drawing.Size(730, 449);
            this.chartControlMaster.TabIndex = 1;
            // 
            // PopupChartOption
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(730, 516);
            this.Controls.Add(this.chartControlMaster);
            this.Controls.Add(this.panelControl1);
            this.Name = "PopupChartOption";
            this.Text = "Xem biểu đồ";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboChartType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceChartDataRow.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceChartDataVertical.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkShowPointLabels.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceSelectionFull.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ceSelectionOnly.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControlMaster)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 45
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions     pointOptions1     = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView2   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView3   = new DevExpress.XtraCharts.LineSeriesView();
     this.groupControl1                    = new DevExpress.XtraEditors.GroupControl();
     this.labelControl_Year                = new DevExpress.XtraEditors.LabelControl();
     this.spinEdit_Year                    = new DevExpress.XtraEditors.SpinEdit();
     this.groupControl_ViewMode            = new DevExpress.XtraEditors.GroupControl();
     this.radioBtn_ChartMode               = new DevExpress.XtraEditors.CheckEdit();
     this.radioBtn_TableMode               = new DevExpress.XtraEditors.CheckEdit();
     this.btn_Print                        = new DevExpress.XtraEditors.SimpleButton();
     this.btn_preview                      = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl_ViewMode            = new DevExpress.XtraEditors.PanelControl();
     this.gridControl_ViewMode             = new DevExpress.XtraGrid.GridControl();
     this.gridView1                        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1                      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2                      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.chartControl_ViewMode            = new DevExpress.XtraCharts.ChartControl();
     this.qLKSDataSetDoanhThuBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.qLKSDataSet_DoanhThu             = new QLKS.DataSets.QLKSDataSet_DoanhThu();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit_Year.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl_ViewMode)).BeginInit();
     this.groupControl_ViewMode.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radioBtn_ChartMode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioBtn_TableMode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_ViewMode)).BeginInit();
     this.panelControl_ViewMode.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl_ViewMode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl_ViewMode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.qLKSDataSetDoanhThuBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.qLKSDataSet_DoanhThu)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.AppearanceCaption.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupControl1.AppearanceCaption.Options.UseFont = true;
     this.groupControl1.Controls.Add(this.labelControl_Year);
     this.groupControl1.Controls.Add(this.spinEdit_Year);
     this.groupControl1.Location = new System.Drawing.Point(12, 13);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(311, 84);
     this.groupControl1.TabIndex = 0;
     this.groupControl1.Text     = "Chọn năm để xem doanh thu theo năm";
     //
     // labelControl_Year
     //
     this.labelControl_Year.Appearance.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl_Year.Appearance.Options.UseFont = true;
     this.labelControl_Year.Location             = new System.Drawing.Point(74, 41);
     this.labelControl_Year.LookAndFeel.SkinName = "Money Twins";
     this.labelControl_Year.Name     = "labelControl_Year";
     this.labelControl_Year.Size     = new System.Drawing.Size(26, 16);
     this.labelControl_Year.TabIndex = 27;
     this.labelControl_Year.Text     = "Năm";
     //
     // spinEdit_Year
     //
     this.spinEdit_Year.EditValue = new decimal(new int[] {
         2010,
         0,
         0,
         0
     });
     this.spinEdit_Year.Location = new System.Drawing.Point(119, 36);
     this.spinEdit_Year.Name     = "spinEdit_Year";
     this.spinEdit_Year.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.spinEdit_Year.Properties.Appearance.Options.UseFont = true;
     this.spinEdit_Year.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.spinEdit_Year.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.spinEdit_Year.Properties.EditFormat.FormatType    = DevExpress.Utils.FormatType.Numeric;
     this.spinEdit_Year.Properties.IsFloatValue             = false;
     this.spinEdit_Year.Properties.LookAndFeel.SkinName     = "Money Twins";
     this.spinEdit_Year.Properties.Mask.EditMask            = "d";
     this.spinEdit_Year.Properties.MaxValue = new decimal(new int[] {
         2010,
         0,
         0,
         0
     });
     this.spinEdit_Year.Properties.MinValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.spinEdit_Year.Size     = new System.Drawing.Size(100, 22);
     this.spinEdit_Year.TabIndex = 26;
     //
     // groupControl_ViewMode
     //
     this.groupControl_ViewMode.AppearanceCaption.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupControl_ViewMode.AppearanceCaption.Options.UseFont = true;
     this.groupControl_ViewMode.Controls.Add(this.radioBtn_ChartMode);
     this.groupControl_ViewMode.Controls.Add(this.radioBtn_TableMode);
     this.groupControl_ViewMode.Location = new System.Drawing.Point(12, 103);
     this.groupControl_ViewMode.Name     = "groupControl_ViewMode";
     this.groupControl_ViewMode.Size     = new System.Drawing.Size(311, 86);
     this.groupControl_ViewMode.TabIndex = 11;
     this.groupControl_ViewMode.Text     = "Chọn chế độ để xem hay in";
     //
     // radioBtn_ChartMode
     //
     this.radioBtn_ChartMode.Location = new System.Drawing.Point(183, 39);
     this.radioBtn_ChartMode.Name     = "radioBtn_ChartMode";
     this.radioBtn_ChartMode.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.radioBtn_ChartMode.Properties.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioBtn_ChartMode.Properties.Appearance.Options.UseBackColor = true;
     this.radioBtn_ChartMode.Properties.Appearance.Options.UseFont      = true;
     this.radioBtn_ChartMode.Properties.Caption         = "Dạng biểu đồ";
     this.radioBtn_ChartMode.Properties.CheckStyle      = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.radioBtn_ChartMode.Properties.RadioGroupIndex = 1;
     this.radioBtn_ChartMode.Size     = new System.Drawing.Size(102, 21);
     this.radioBtn_ChartMode.TabIndex = 27;
     this.radioBtn_ChartMode.TabStop  = false;
     //
     // radioBtn_TableMode
     //
     this.radioBtn_TableMode.EditValue = true;
     this.radioBtn_TableMode.Location  = new System.Drawing.Point(25, 39);
     this.radioBtn_TableMode.Name      = "radioBtn_TableMode";
     this.radioBtn_TableMode.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.radioBtn_TableMode.Properties.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioBtn_TableMode.Properties.Appearance.Options.UseBackColor = true;
     this.radioBtn_TableMode.Properties.Appearance.Options.UseFont      = true;
     this.radioBtn_TableMode.Properties.Caption         = "Dạng bảng";
     this.radioBtn_TableMode.Properties.CheckStyle      = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.radioBtn_TableMode.Properties.RadioGroupIndex = 1;
     this.radioBtn_TableMode.Size     = new System.Drawing.Size(102, 21);
     this.radioBtn_TableMode.TabIndex = 26;
     //
     // btn_Print
     //
     this.btn_Print.Appearance.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_Print.Appearance.Options.UseFont = true;
     this.btn_Print.Location             = new System.Drawing.Point(206, 224);
     this.btn_Print.LookAndFeel.SkinName = "Money Twins";
     this.btn_Print.Name     = "btn_Print";
     this.btn_Print.Size     = new System.Drawing.Size(60, 23);
     this.btn_Print.TabIndex = 13;
     this.btn_Print.Text     = "Báo Cáo";
     this.btn_Print.Click   += new System.EventHandler(this.btn_Print_Click);
     //
     // btn_preview
     //
     this.btn_preview.Appearance.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_preview.Appearance.Options.UseFont = true;
     this.btn_preview.Location             = new System.Drawing.Point(79, 224);
     this.btn_preview.LookAndFeel.SkinName = "Money Twins";
     this.btn_preview.Name     = "btn_preview";
     this.btn_preview.Size     = new System.Drawing.Size(60, 23);
     this.btn_preview.TabIndex = 12;
     this.btn_preview.Text     = "Xem";
     this.btn_preview.Click   += new System.EventHandler(this.btn_preview_Click);
     //
     // panelControl_ViewMode
     //
     this.panelControl_ViewMode.Controls.Add(this.gridControl_ViewMode);
     this.panelControl_ViewMode.Controls.Add(this.chartControl_ViewMode);
     this.panelControl_ViewMode.Location = new System.Drawing.Point(329, 13);
     this.panelControl_ViewMode.Name     = "panelControl_ViewMode";
     this.panelControl_ViewMode.Size     = new System.Drawing.Size(653, 323);
     this.panelControl_ViewMode.TabIndex = 14;
     //
     // gridControl_ViewMode
     //
     this.gridControl_ViewMode.Location = new System.Drawing.Point(82, 81);
     this.gridControl_ViewMode.MainView = this.gridView1;
     this.gridControl_ViewMode.Name     = "gridControl_ViewMode";
     this.gridControl_ViewMode.Size     = new System.Drawing.Size(400, 200);
     this.gridControl_ViewMode.TabIndex = 1;
     this.gridControl_ViewMode.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2
     });
     this.gridView1.GridControl = this.gridControl_ViewMode;
     this.gridView1.Name        = "gridView1";
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "Tháng";
     this.gridColumn1.FieldName    = "THANG";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "Doanh Thu";
     this.gridColumn2.FieldName    = "TONG_SO_TIEN";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // chartControl_ViewMode
     //
     this.chartControl_ViewMode.AppearanceName = "Gray";
     this.chartControl_ViewMode.DataSource     = this.qLKSDataSetDoanhThuBindingSource;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled         = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     this.chartControl_ViewMode.Diagram                = xyDiagram1;
     this.chartControl_ViewMode.Location               = new System.Drawing.Point(-18, 64);
     this.chartControl_ViewMode.Name                   = "chartControl_ViewMode";
     this.chartControl_ViewMode.PaletteBaseColorNumber = 5;
     this.chartControl_ViewMode.PaletteName            = "Nature Colors";
     series1.ArgumentDataMember    = "SP_DOANH_THU.THANG";
     series1.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.Numerical;
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Tháng";
     pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency;
     series1.PointOptions                 = pointOptions1;
     series1.SeriesPointsSorting          = DevExpress.XtraCharts.SortingMode.Ascending;
     series1.ValueDataMembersSerializable = "SP_DOANH_THU.TONG_SO_TIEN";
     series1.View = lineSeriesView1;
     pointSeriesLabel2.LineVisible = true;
     pointSeriesLabel2.Visible     = false;
     series2.Label   = pointSeriesLabel2;
     series2.Name    = "Series 2";
     series2.View    = lineSeriesView2;
     series2.Visible = false;
     this.chartControl_ViewMode.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     pointSeriesLabel3.LineVisible = true;
     this.chartControl_ViewMode.SeriesTemplate.Label = pointSeriesLabel3;
     this.chartControl_ViewMode.SeriesTemplate.View  = lineSeriesView3;
     this.chartControl_ViewMode.Size     = new System.Drawing.Size(643, 318);
     this.chartControl_ViewMode.TabIndex = 0;
     //
     // qLKSDataSetDoanhThuBindingSource
     //
     this.qLKSDataSetDoanhThuBindingSource.DataSource = this.qLKSDataSet_DoanhThu;
     this.qLKSDataSetDoanhThuBindingSource.Position   = 0;
     //
     // qLKSDataSet_DoanhThu
     //
     this.qLKSDataSet_DoanhThu.DataSetName             = "QLKSDataSet_DoanhThu";
     this.qLKSDataSet_DoanhThu.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // ReportDoanhThu_UI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelControl_ViewMode);
     this.Controls.Add(this.btn_Print);
     this.Controls.Add(this.btn_preview);
     this.Controls.Add(this.groupControl_ViewMode);
     this.Controls.Add(this.groupControl1);
     this.Name = "ReportDoanhThu_UI";
     this.Size = new System.Drawing.Size(985, 360);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit_Year.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl_ViewMode)).EndInit();
     this.groupControl_ViewMode.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radioBtn_ChartMode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioBtn_TableMode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_ViewMode)).EndInit();
     this.panelControl_ViewMode.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl_ViewMode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl_ViewMode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.qLKSDataSetDoanhThuBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.qLKSDataSet_DoanhThu)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 46
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAirmassResult));
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.checkEdit12 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit11 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit10 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabCompressormap = new DevExpress.XtraTab.XtraTabPage();
            this.ctrlCompressorMap1 = new T7.ctrlCompressorMap();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.checkEdit7 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
            this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.checkEdit3 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.tabCompressormap.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // groupControl1
            // 
            this.groupControl1.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)));
            this.groupControl1.Controls.Add(this.xtraTabControl1);
            this.groupControl1.Location = new System.Drawing.Point(12, 12);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(803, 400);
            this.groupControl1.TabIndex = 0;
            this.groupControl1.Text = "Airmass result";
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.Location = new System.Drawing.Point(2, 20);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(799, 378);
            this.xtraTabControl1.TabIndex = 1;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2,
            this.tabCompressormap});
            this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.gridControl1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(790, 348);
            this.xtraTabPage1.Text = "Table view";
            // 
            // gridControl1
            // 
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            gridLevelNode1.RelationName = "Level1";
            this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(790, 348);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.IndicatorWidth = 35;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gridView1.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
            this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.checkEdit12);
            this.xtraTabPage2.Controls.Add(this.checkEdit11);
            this.xtraTabPage2.Controls.Add(this.checkEdit10);
            this.xtraTabPage2.Controls.Add(this.checkEdit9);
            this.xtraTabPage2.Controls.Add(this.checkEdit8);
            this.xtraTabPage2.Controls.Add(this.chartControl1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(790, 348);
            this.xtraTabPage2.Text = "Dyno graph view";
            // 
            // checkEdit12
            // 
            this.checkEdit12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit12.Location = new System.Drawing.Point(575, 324);
            this.checkEdit12.Name = "checkEdit12";
            this.checkEdit12.Properties.Caption = "Show EGT estimate curve";
            this.checkEdit12.Size = new System.Drawing.Size(155, 18);
            this.checkEdit12.TabIndex = 5;
            this.checkEdit12.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit11
            // 
            this.checkEdit11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit11.EditValue = true;
            this.checkEdit11.Location = new System.Drawing.Point(414, 324);
            this.checkEdit11.Name = "checkEdit11";
            this.checkEdit11.Properties.Caption = "Show target lambda curve";
            this.checkEdit11.Size = new System.Drawing.Size(155, 18);
            this.checkEdit11.TabIndex = 4;
            this.checkEdit11.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit10
            // 
            this.checkEdit10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit10.EditValue = true;
            this.checkEdit10.Location = new System.Drawing.Point(263, 324);
            this.checkEdit10.Name = "checkEdit10";
            this.checkEdit10.Properties.Caption = "Show injector DC curve";
            this.checkEdit10.Size = new System.Drawing.Size(145, 18);
            this.checkEdit10.TabIndex = 3;
            this.checkEdit10.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit9
            // 
            this.checkEdit9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit9.EditValue = true;
            this.checkEdit9.Location = new System.Drawing.Point(133, 324);
            this.checkEdit9.Name = "checkEdit9";
            this.checkEdit9.Properties.Caption = "Show torque curve";
            this.checkEdit9.Size = new System.Drawing.Size(124, 18);
            this.checkEdit9.TabIndex = 2;
            this.checkEdit9.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit8
            // 
            this.checkEdit8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit8.EditValue = true;
            this.checkEdit8.Location = new System.Drawing.Point(3, 324);
            this.checkEdit8.Name = "checkEdit8";
            this.checkEdit8.Properties.Caption = "Show power curve";
            this.checkEdit8.Size = new System.Drawing.Size(124, 18);
            this.checkEdit8.TabIndex = 1;
            this.checkEdit8.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // chartControl1
            // 
            this.chartControl1.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)));
            this.chartControl1.ContextMenuStrip = this.contextMenuStrip1;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            series1.Name = "Series 1";
            series1.View = splineSeriesView1;
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series2.Name = "Series 2";
            series2.View = splineSeriesView2;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            this.chartControl1.SeriesTemplate.View = splineSeriesView3;
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.Size = new System.Drawing.Size(789, 318);
            this.chartControl1.TabIndex = 0;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveAsToolStripMenuItem,
            this.printToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(139, 48);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.saveAsToolStripMenuItem.Text = "Save as ...";
            this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
            // 
            // printToolStripMenuItem
            // 
            this.printToolStripMenuItem.Name = "printToolStripMenuItem";
            this.printToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.printToolStripMenuItem.Text = "Print";
            this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
            // 
            // tabCompressormap
            // 
            this.tabCompressormap.Controls.Add(this.ctrlCompressorMap1);
            this.tabCompressormap.Name = "tabCompressormap";
            this.tabCompressormap.Size = new System.Drawing.Size(790, 348);
            this.tabCompressormap.Text = "Compressor map";
            // 
            // ctrlCompressorMap1
            // 
            this.ctrlCompressorMap1.Boost_request = new double[] {
        0.2,
        0.5,
        1.05,
        1.08,
        1.03,
        1,
        1,
        0.98,
        0.94,
        0.91,
        0.94,
        0.88,
        0.79,
        0.68,
        0.58,
        0.5};
            this.ctrlCompressorMap1.Current_engineType = T7.ctrlCompressorMap.EngineType.Liter23;
            this.ctrlCompressorMap1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ctrlCompressorMap1.Location = new System.Drawing.Point(0, 0);
            this.ctrlCompressorMap1.Name = "ctrlCompressorMap1";
            this.ctrlCompressorMap1.Rpm_points = new int[] {
        1000,
        1500,
        1750,
        2000,
        2250,
        2500,
        2750,
        3000,
        3250,
        3500,
        4000,
        4500,
        5000,
        5500,
        6000,
        6500};
            this.ctrlCompressorMap1.Size = new System.Drawing.Size(790, 348);
            this.ctrlCompressorMap1.TabIndex = 0;
            this.ctrlCompressorMap1.onRefreshData += new T7.ctrlCompressorMap.RefreshData(this.ctrlCompressorMap1_onRefreshData);
            // 
            // groupControl2
            // 
            this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupControl2.Controls.Add(this.checkEdit7);
            this.groupControl2.Controls.Add(this.checkEdit6);
            this.groupControl2.Controls.Add(this.checkEdit5);
            this.groupControl2.Controls.Add(this.labelControl15);
            this.groupControl2.Controls.Add(this.labelControl16);
            this.groupControl2.Controls.Add(this.checkEdit4);
            this.groupControl2.Controls.Add(this.labelControl13);
            this.groupControl2.Controls.Add(this.labelControl14);
            this.groupControl2.Controls.Add(this.labelControl11);
            this.groupControl2.Controls.Add(this.labelControl12);
            this.groupControl2.Controls.Add(this.labelControl10);
            this.groupControl2.Controls.Add(this.labelControl9);
            this.groupControl2.Controls.Add(this.spinEdit1);
            this.groupControl2.Controls.Add(this.labelControl7);
            this.groupControl2.Controls.Add(this.labelControl8);
            this.groupControl2.Controls.Add(this.labelControl4);
            this.groupControl2.Controls.Add(this.labelControl5);
            this.groupControl2.Controls.Add(this.labelControl6);
            this.groupControl2.Controls.Add(this.labelControl3);
            this.groupControl2.Controls.Add(this.labelControl2);
            this.groupControl2.Controls.Add(this.labelControl1);
            this.groupControl2.Controls.Add(this.comboBoxEdit2);
            this.groupControl2.Controls.Add(this.comboBoxEdit1);
            this.groupControl2.Controls.Add(this.checkEdit3);
            this.groupControl2.Controls.Add(this.checkEdit2);
            this.groupControl2.Controls.Add(this.checkEdit1);
            this.groupControl2.Location = new System.Drawing.Point(12, 418);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(803, 156);
            this.groupControl2.TabIndex = 1;
            this.groupControl2.Text = "Options";
            // 
            // checkEdit7
            // 
            this.checkEdit7.Location = new System.Drawing.Point(455, 76);
            this.checkEdit7.Name = "checkEdit7";
            this.checkEdit7.Properties.Caption = "Use trionic calculation for torque";
            this.checkEdit7.Size = new System.Drawing.Size(184, 18);
            this.checkEdit7.TabIndex = 26;
            this.checkEdit7.CheckedChanged += new System.EventHandler(this.checkEdit7_CheckedChanged);
            // 
            // checkEdit6
            // 
            this.checkEdit6.Location = new System.Drawing.Point(363, 129);
            this.checkEdit6.Name = "checkEdit6";
            this.checkEdit6.Properties.Caption = "torque in lbft";
            this.checkEdit6.Size = new System.Drawing.Size(86, 18);
            this.checkEdit6.TabIndex = 25;
            this.checkEdit6.CheckedChanged += new System.EventHandler(this.checkEdit6_CheckedChanged);
            // 
            // checkEdit5
            // 
            this.checkEdit5.Location = new System.Drawing.Point(252, 129);
            this.checkEdit5.Name = "checkEdit5";
            this.checkEdit5.Properties.Caption = "power in kW";
            this.checkEdit5.Size = new System.Drawing.Size(86, 18);
            this.checkEdit5.TabIndex = 24;
            this.checkEdit5.CheckedChanged += new System.EventHandler(this.checkEdit5_CheckedChanged);
            // 
            // labelControl15
            // 
            this.labelControl15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl15.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
            this.labelControl15.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl15.Appearance.Options.UseBackColor = true;
            this.labelControl15.Appearance.Options.UseForeColor = true;
            this.labelControl15.Location = new System.Drawing.Point(779, 136);
            this.labelControl15.Name = "labelControl15";
            this.labelControl15.Size = new System.Drawing.Size(15, 13);
            this.labelControl15.TabIndex = 22;
            this.labelControl15.Text = "     ";
            // 
            // labelControl16
            // 
            this.labelControl16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl16.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl16.Appearance.Options.UseForeColor = true;
            this.labelControl16.Appearance.Options.UseTextOptions = true;
            this.labelControl16.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl16.Location = new System.Drawing.Point(691, 137);
            this.labelControl16.Name = "labelControl16";
            this.labelControl16.Size = new System.Drawing.Size(82, 13);
            this.labelControl16.TabIndex = 21;
            this.labelControl16.Text = "Overboost limiter";
            this.labelControl16.DoubleClick += new System.EventHandler(this.labelControl16_DoubleClick);
            // 
            // checkEdit4
            // 
            this.checkEdit4.Location = new System.Drawing.Point(14, 120);
            this.checkEdit4.Name = "checkEdit4";
            this.checkEdit4.Properties.Caption = "View in overboost";
            this.checkEdit4.Size = new System.Drawing.Size(150, 18);
            this.checkEdit4.TabIndex = 20;
            this.checkEdit4.CheckedChanged += new System.EventHandler(this.checkEdit4_CheckedChanged);
            // 
            // labelControl13
            // 
            this.labelControl13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl13.Appearance.BackColor = System.Drawing.Color.DarkGray;
            this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl13.Appearance.Options.UseBackColor = true;
            this.labelControl13.Appearance.Options.UseForeColor = true;
            this.labelControl13.Location = new System.Drawing.Point(779, 117);
            this.labelControl13.Name = "labelControl13";
            this.labelControl13.Size = new System.Drawing.Size(15, 13);
            this.labelControl13.TabIndex = 19;
            this.labelControl13.Text = "     ";
            // 
            // labelControl14
            // 
            this.labelControl14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl14.Appearance.Options.UseForeColor = true;
            this.labelControl14.Appearance.Options.UseTextOptions = true;
            this.labelControl14.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl14.Location = new System.Drawing.Point(707, 118);
            this.labelControl14.Name = "labelControl14";
            this.labelControl14.Size = new System.Drawing.Size(66, 13);
            this.labelControl14.TabIndex = 18;
            this.labelControl14.Text = "Fuelcut limiter";
            this.labelControl14.DoubleClick += new System.EventHandler(this.labelControl14_DoubleClick);
            // 
            // labelControl11
            // 
            this.labelControl11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl11.Appearance.BackColor = System.Drawing.Color.SaddleBrown;
            this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl11.Appearance.Options.UseBackColor = true;
            this.labelControl11.Appearance.Options.UseForeColor = true;
            this.labelControl11.Location = new System.Drawing.Point(779, 98);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(15, 13);
            this.labelControl11.TabIndex = 17;
            this.labelControl11.Text = "     ";
            // 
            // labelControl12
            // 
            this.labelControl12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl12.Appearance.Options.UseForeColor = true;
            this.labelControl12.Appearance.Options.UseTextOptions = true;
            this.labelControl12.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl12.Location = new System.Drawing.Point(684, 99);
            this.labelControl12.Name = "labelControl12";
            this.labelControl12.Size = new System.Drawing.Size(89, 13);
            this.labelControl12.TabIndex = 16;
            this.labelControl12.Text = "Gear torque limiter";
            this.labelControl12.DoubleClick += new System.EventHandler(this.labelControl12_DoubleClick);
            // 
            // labelControl10
            // 
            this.labelControl10.Location = new System.Drawing.Point(455, 55);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(17, 13);
            this.labelControl10.TabIndex = 15;
            this.labelControl10.Text = "kPa";
            // 
            // labelControl9
            // 
            this.labelControl9.Location = new System.Drawing.Point(254, 55);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(84, 13);
            this.labelControl9.TabIndex = 14;
            this.labelControl9.Text = "Ambient pressure";
            // 
            // spinEdit1
            // 
            this.spinEdit1.EditValue = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.spinEdit1.Location = new System.Drawing.Point(384, 50);
            this.spinEdit1.Name = "spinEdit1";
            this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit1.Properties.IsFloatValue = false;
            this.spinEdit1.Properties.Mask.EditMask = "N00";
            this.spinEdit1.Properties.MaxValue = new decimal(new int[] {
            150,
            0,
            0,
            0});
            this.spinEdit1.Properties.MinValue = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.spinEdit1.Size = new System.Drawing.Size(65, 20);
            this.spinEdit1.TabIndex = 13;
            this.spinEdit1.EditValueChanged += new System.EventHandler(this.spinEdit1_EditValueChanged);
            // 
            // labelControl7
            // 
            this.labelControl7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl7.Appearance.BackColor = System.Drawing.Color.Black;
            this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl7.Appearance.Options.UseBackColor = true;
            this.labelControl7.Appearance.Options.UseForeColor = true;
            this.labelControl7.Location = new System.Drawing.Point(779, 22);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(15, 13);
            this.labelControl7.TabIndex = 12;
            this.labelControl7.Text = "     ";
            // 
            // labelControl8
            // 
            this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl8.Appearance.Options.UseForeColor = true;
            this.labelControl8.Appearance.Options.UseTextOptions = true;
            this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl8.Location = new System.Drawing.Point(685, 23);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(88, 13);
            this.labelControl8.TabIndex = 11;
            this.labelControl8.Text = "Turbospeed limiter";
            this.labelControl8.DoubleClick += new System.EventHandler(this.labelControl8_DoubleClick);
            // 
            // labelControl4
            // 
            this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl4.Appearance.BackColor = System.Drawing.Color.Yellow;
            this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl4.Appearance.Options.UseBackColor = true;
            this.labelControl4.Appearance.Options.UseForeColor = true;
            this.labelControl4.Location = new System.Drawing.Point(779, 79);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(15, 13);
            this.labelControl4.TabIndex = 10;
            this.labelControl4.Text = "     ";
            // 
            // labelControl5
            // 
            this.labelControl5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl5.Appearance.BackColor = System.Drawing.Color.Purple;
            this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl5.Appearance.Options.UseBackColor = true;
            this.labelControl5.Appearance.Options.UseForeColor = true;
            this.labelControl5.Location = new System.Drawing.Point(779, 60);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(15, 13);
            this.labelControl5.TabIndex = 9;
            this.labelControl5.Text = "     ";
            // 
            // labelControl6
            // 
            this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl6.Appearance.BackColor = System.Drawing.Color.Blue;
            this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl6.Appearance.Options.UseBackColor = true;
            this.labelControl6.Appearance.Options.UseForeColor = true;
            this.labelControl6.Location = new System.Drawing.Point(779, 41);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(15, 13);
            this.labelControl6.TabIndex = 8;
            this.labelControl6.Text = "     ";
            // 
            // labelControl3
            // 
            this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl3.Appearance.Options.UseForeColor = true;
            this.labelControl3.Appearance.Options.UseTextOptions = true;
            this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl3.Location = new System.Drawing.Point(675, 80);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(98, 13);
            this.labelControl3.TabIndex = 7;
            this.labelControl3.Text = "Engine torque limiter";
            this.labelControl3.DoubleClick += new System.EventHandler(this.labelControl3_DoubleClick);
            // 
            // labelControl2
            // 
            this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl2.Appearance.Options.UseForeColor = true;
            this.labelControl2.Appearance.Options.UseTextOptions = true;
            this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl2.Location = new System.Drawing.Point(654, 60);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(119, 13);
            this.labelControl2.TabIndex = 6;
            this.labelControl2.Text = "E85 engine torque limiter";
            this.labelControl2.DoubleClick += new System.EventHandler(this.labelControl2_DoubleClick);
            // 
            // labelControl1
            // 
            this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl1.Appearance.Options.UseForeColor = true;
            this.labelControl1.Appearance.Options.UseTextOptions = true;
            this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl1.Location = new System.Drawing.Point(705, 42);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(68, 13);
            this.labelControl1.TabIndex = 5;
            this.labelControl1.Text = "Airmass limiter";
            this.labelControl1.DoubleClick += new System.EventHandler(this.labelControl1_DoubleClick);
            // 
            // comboBoxEdit2
            // 
            this.comboBoxEdit2.EditValue = "Show airmass";
            this.comboBoxEdit2.Location = new System.Drawing.Point(254, 76);
            this.comboBoxEdit2.Name = "comboBoxEdit2";
            this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit2.Properties.Items.AddRange(new object[] {
            "Show airmass",
            "Show estimated torque",
            "Show estimated horsepower",
            "Show injector DC",
            "Show target lambda",
            "Show target AFR",
            "Show estimated EGT"});
            this.comboBoxEdit2.Size = new System.Drawing.Size(195, 20);
            this.comboBoxEdit2.TabIndex = 4;
            this.comboBoxEdit2.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit2_SelectedIndexChanged);
            // 
            // comboBoxEdit1
            // 
            this.comboBoxEdit1.EditValue = "Fifth gear";
            this.comboBoxEdit1.Location = new System.Drawing.Point(254, 104);
            this.comboBoxEdit1.Name = "comboBoxEdit1";
            this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
            "Reverse",
            "First gear",
            "Second gear",
            "Third gear",
            "Fourth gear",
            "Fifth gear"});
            this.comboBoxEdit1.Size = new System.Drawing.Size(195, 20);
            this.comboBoxEdit1.TabIndex = 3;
            this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
            // 
            // checkEdit3
            // 
            this.checkEdit3.Location = new System.Drawing.Point(14, 95);
            this.checkEdit3.Name = "checkEdit3";
            this.checkEdit3.Properties.Caption = "Car is a convertible";
            this.checkEdit3.Size = new System.Drawing.Size(150, 18);
            this.checkEdit3.TabIndex = 2;
            this.checkEdit3.CheckedChanged += new System.EventHandler(this.checkEdit3_CheckedChanged);
            // 
            // checkEdit2
            // 
            this.checkEdit2.Location = new System.Drawing.Point(14, 69);
            this.checkEdit2.Name = "checkEdit2";
            this.checkEdit2.Properties.Caption = "Car runs E85";
            this.checkEdit2.Size = new System.Drawing.Size(150, 18);
            this.checkEdit2.TabIndex = 1;
            this.checkEdit2.CheckedChanged += new System.EventHandler(this.checkEdit2_CheckedChanged);
            // 
            // checkEdit1
            // 
            this.checkEdit1.Location = new System.Drawing.Point(14, 43);
            this.checkEdit1.Name = "checkEdit1";
            this.checkEdit1.Properties.Caption = "Car has automatic gearbox";
            this.checkEdit1.Size = new System.Drawing.Size(177, 18);
            this.checkEdit1.TabIndex = 0;
            this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
            // 
            // simpleButton1
            // 
            this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton1.Location = new System.Drawing.Point(740, 580);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(75, 23);
            this.simpleButton1.TabIndex = 2;
            this.simpleButton1.Text = "Close";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // simpleButton2
            // 
            this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton2.Location = new System.Drawing.Point(659, 580);
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Size = new System.Drawing.Size(75, 23);
            this.simpleButton2.TabIndex = 3;
            this.simpleButton2.Text = "Refresh";
            this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
            // 
            // simpleButton3
            // 
            this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.simpleButton3.Location = new System.Drawing.Point(12, 580);
            this.simpleButton3.Name = "simpleButton3";
            this.simpleButton3.Size = new System.Drawing.Size(147, 23);
            this.simpleButton3.TabIndex = 4;
            this.simpleButton3.Text = "Compare to another file";
            this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
            // 
            // frmAirmassResult
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(827, 615);
            this.Controls.Add(this.simpleButton3);
            this.Controls.Add(this.simpleButton2);
            this.Controls.Add(this.simpleButton1);
            this.Controls.Add(this.groupControl2);
            this.Controls.Add(this.groupControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmAirmassResult";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Airmass result";
            this.TopMost = true;
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.tabCompressormap.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            this.groupControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 47
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReflectionMonitoring));
     DevExpress.XtraCharts.XYDiagram        xyDiagram4        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series4           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView4   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle       chartTitle4       = new DevExpress.XtraCharts.ChartTitle();
     this.txtProjectState = new DevExpress.XtraEditors.TextEdit();
     this.lblSampleStatus = new System.Windows.Forms.Label();
     this.lblSampleID     = new System.Windows.Forms.Label();
     this.lblSampieSize   = new System.Windows.Forms.Label();
     this.btnClose        = new DevExpress.XtraEditors.SimpleButton();
     this.txtSampleNum    = new DevExpress.XtraEditors.TextEdit();
     this.label1          = new System.Windows.Forms.Label();
     this.dtpApplyTime    = new System.Windows.Forms.DateTimePicker();
     this.txtSampleName   = new DevExpress.XtraEditors.TextEdit();
     this.txtConcResult   = new DevExpress.XtraEditors.TextEdit();
     this.label2          = new System.Windows.Forms.Label();
     this.chartReaction   = new DevExpress.XtraCharts.ChartControl();
     this.CUVNO           = new System.Windows.Forms.Label();
     this.labCUVNO        = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.txtProjectState.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSampleNum.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSampleName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConcResult.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartReaction)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
     this.SuspendLayout();
     //
     // txtProjectState
     //
     this.txtProjectState.Location            = new System.Drawing.Point(629, 52);
     this.txtProjectState.Name                = "txtProjectState";
     this.txtProjectState.Properties.ReadOnly = true;
     this.txtProjectState.Size                = new System.Drawing.Size(90, 20);
     this.txtProjectState.TabIndex            = 36;
     //
     // lblSampleStatus
     //
     this.lblSampleStatus.AutoSize = true;
     this.lblSampleStatus.Font     = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSampleStatus.Location = new System.Drawing.Point(557, 53);
     this.lblSampleStatus.Name     = "lblSampleStatus";
     this.lblSampleStatus.Size     = new System.Drawing.Size(78, 17);
     this.lblSampleStatus.TabIndex = 30;
     this.lblSampleStatus.Text     = "项目状态:";
     //
     // lblSampleID
     //
     this.lblSampleID.AutoSize = true;
     this.lblSampleID.Font     = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSampleID.Location = new System.Drawing.Point(384, 15);
     this.lblSampleID.Name     = "lblSampleID";
     this.lblSampleID.Size     = new System.Drawing.Size(78, 17);
     this.lblSampleID.TabIndex = 27;
     this.lblSampleID.Text     = "项目名称:";
     //
     // lblSampieSize
     //
     this.lblSampieSize.AutoSize = true;
     this.lblSampieSize.Font     = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSampieSize.Location = new System.Drawing.Point(168, 17);
     this.lblSampieSize.Name     = "lblSampieSize";
     this.lblSampieSize.Size     = new System.Drawing.Size(78, 17);
     this.lblSampieSize.TabIndex = 24;
     this.lblSampieSize.Text     = "样本编号:";
     //
     // btnClose
     //
     this.btnClose.Appearance.Font            = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Appearance.Options.UseFont = true;
     this.btnClose.Image    = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.Location = new System.Drawing.Point(840, 549);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(74, 48);
     this.btnClose.TabIndex = 40;
     this.btnClose.Text     = "关闭";
     this.btnClose.Click   += new System.EventHandler(this.btnClose_Click);
     //
     // txtSampleNum
     //
     this.txtSampleNum.Location            = new System.Drawing.Point(242, 16);
     this.txtSampleNum.Name                = "txtSampleNum";
     this.txtSampleNum.Properties.ReadOnly = true;
     this.txtSampleNum.Size                = new System.Drawing.Size(100, 20);
     this.txtSampleNum.TabIndex            = 33;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(592, 14);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(78, 17);
     this.label1.TabIndex = 43;
     this.label1.Text     = "申请时间:";
     //
     // dtpApplyTime
     //
     this.dtpApplyTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.dtpApplyTime.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpApplyTime.Location     = new System.Drawing.Point(666, 12);
     this.dtpApplyTime.Name         = "dtpApplyTime";
     this.dtpApplyTime.Size         = new System.Drawing.Size(169, 22);
     this.dtpApplyTime.TabIndex     = 44;
     //
     // txtSampleName
     //
     this.txtSampleName.Location            = new System.Drawing.Point(456, 14);
     this.txtSampleName.Name                = "txtSampleName";
     this.txtSampleName.Properties.ReadOnly = true;
     this.txtSampleName.Size                = new System.Drawing.Size(90, 20);
     this.txtSampleName.TabIndex            = 45;
     //
     // txtConcResult
     //
     this.txtConcResult.Location            = new System.Drawing.Point(307, 52);
     this.txtConcResult.Name                = "txtConcResult";
     this.txtConcResult.Properties.ReadOnly = true;
     this.txtConcResult.Size                = new System.Drawing.Size(90, 20);
     this.txtConcResult.TabIndex            = 47;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(261, 53);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(50, 17);
     this.label2.TabIndex = 46;
     this.label2.Text     = "结果:";
     //
     // chartReaction
     //
     this.chartReaction.DataBindings = null;
     xyDiagram4.AxisX.MinorCount     = 1;
     xyDiagram4.AxisX.NumericScaleOptions.AutoGrid = false;
     xyDiagram4.AxisX.Title.Text                       = "测光点";
     xyDiagram4.AxisX.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram4.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram4.AxisX.VisualRange.Auto                 = false;
     xyDiagram4.AxisX.VisualRange.AutoSideMargins      = false;
     xyDiagram4.AxisX.VisualRange.MaxValueSerializable = "42.5";
     xyDiagram4.AxisX.VisualRange.MinValueSerializable = "-1";
     xyDiagram4.AxisX.VisualRange.SideMarginsValue     = 0D;
     xyDiagram4.AxisX.WholeRange.Auto                  = false;
     xyDiagram4.AxisX.WholeRange.AutoSideMargins       = false;
     xyDiagram4.AxisX.WholeRange.MaxValueSerializable  = "42.5";
     xyDiagram4.AxisX.WholeRange.MinValueSerializable  = "0";
     xyDiagram4.AxisX.WholeRange.SideMarginsValue      = 1D;
     xyDiagram4.AxisY.MinorCount                       = 9;
     xyDiagram4.AxisY.NumericScaleOptions.AutoGrid     = false;
     xyDiagram4.AxisY.NumericScaleOptions.GridSpacing  = 0.1D;
     xyDiagram4.AxisY.Title.Text                       = "吸光度";
     xyDiagram4.AxisY.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram4.AxisY.VisibleInPanesSerializable       = "-1";
     xyDiagram4.AxisY.VisualRange.Auto                 = false;
     xyDiagram4.AxisY.VisualRange.AutoSideMargins      = false;
     xyDiagram4.AxisY.VisualRange.MaxValueSerializable = "0.636857142857143";
     xyDiagram4.AxisY.VisualRange.MinValueSerializable = "-0.223142857142857";
     xyDiagram4.AxisY.VisualRange.SideMarginsValue     = 0D;
     xyDiagram4.AxisY.WholeRange.Auto                  = false;
     xyDiagram4.AxisY.WholeRange.AutoSideMargins       = false;
     xyDiagram4.AxisY.WholeRange.MaxValueSerializable  = "4";
     xyDiagram4.AxisY.WholeRange.MinValueSerializable  = "-4";
     xyDiagram4.AxisY.WholeRange.SideMarginsValue      = 0.05D;
     xyDiagram4.EnableAxisXScrolling                   = true;
     xyDiagram4.EnableAxisXZooming                     = true;
     xyDiagram4.EnableAxisYScrolling                   = true;
     xyDiagram4.EnableAxisYZooming                     = true;
     this.chartReaction.Diagram           = xyDiagram4;
     this.chartReaction.Legend.Name       = "Default Legend";
     this.chartReaction.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartReaction.Location          = new System.Drawing.Point(44, 91);
     this.chartReaction.Name = "chartReaction";
     pointSeriesLabel4.Font  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series4.Label           = pointSeriesLabel4;
     series4.LegendName      = "Default Legend";
     lineSeriesView4.LineMarkerOptions.BorderColor = System.Drawing.Color.White;
     lineSeriesView4.LineMarkerOptions.Color       = System.Drawing.Color.White;
     series4.View = lineSeriesView4;
     this.chartReaction.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series4
     };
     this.chartReaction.Size     = new System.Drawing.Size(906, 452);
     this.chartReaction.TabIndex = 41;
     chartTitle4.Font            = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle4.Text            = "反应进程";
     this.chartReaction.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle4
     });
     //
     // CUVNO
     //
     this.CUVNO.AutoSize = true;
     this.CUVNO.Font     = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CUVNO.Location = new System.Drawing.Point(423, 53);
     this.CUVNO.Name     = "CUVNO";
     this.CUVNO.Size     = new System.Drawing.Size(78, 17);
     this.CUVNO.TabIndex = 48;
     this.CUVNO.Text     = "比色杯号:";
     //
     // labCUVNO
     //
     this.labCUVNO.AutoSize = true;
     this.labCUVNO.Font     = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labCUVNO.Location = new System.Drawing.Point(492, 53);
     this.labCUVNO.Name     = "labCUVNO";
     this.labCUVNO.Size     = new System.Drawing.Size(0, 17);
     this.labCUVNO.TabIndex = 49;
     //
     // ReflectionMonitoring
     //
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(1002, 606);
     this.Controls.Add(this.labCUVNO);
     this.Controls.Add(this.CUVNO);
     this.Controls.Add(this.txtConcResult);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtSampleName);
     this.Controls.Add(this.dtpApplyTime);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.chartReaction);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.txtProjectState);
     this.Controls.Add(this.txtSampleNum);
     this.Controls.Add(this.lblSampleStatus);
     this.Controls.Add(this.lblSampleID);
     this.Controls.Add(this.lblSampieSize);
     this.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "ReflectionMonitoring";
     this.Text            = "反应监控/反应曲线";
     this.Load           += new System.EventHandler(this.ReflectionMonitoring_Load);
     ((System.ComponentModel.ISupportInitialize)(this.txtProjectState.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSampleNum.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSampleName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConcResult.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartReaction)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 48
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram              xyDiagram1              = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.HatchFillOptions       hatchFillOptions1       = new DevExpress.XtraCharts.HatchFillOptions();
     DevExpress.XtraCharts.Series                 series1                 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedLineSeriesLabel stackedLineSeriesLabel1 = new DevExpress.XtraCharts.StackedLineSeriesLabel();
     DevExpress.XtraCharts.StackedLineSeriesView  stackedLineSeriesView1  = new DevExpress.XtraCharts.StackedLineSeriesView();
     DevExpress.XtraCharts.Series                 series2                 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView         lineSeriesView1         = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                 series3                 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel       pointSeriesLabel1       = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView         lineSeriesView2         = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle             chartTitle1             = new DevExpress.XtraCharts.ChartTitle();
     this.chart_temp = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chart_temp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // chart_temp
     //
     this.chart_temp.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chart_temp.CrosshairOptions.ArgumentLineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
     this.chart_temp.CrosshairOptions.ArgumentLineStyle.LineJoin  = System.Drawing.Drawing2D.LineJoin.Bevel;
     this.chart_temp.DataBindings                = null;
     xyDiagram1.AxisX.Label.Font                 = new System.Drawing.Font("Tahoma", 10F);
     xyDiagram1.AxisX.Title.Font                 = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisX.Title.Text                 = "Date";
     xyDiagram1.AxisX.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Label.Font                 = new System.Drawing.Font("Tahoma", 11F);
     xyDiagram1.AxisY.Label.TextPattern          = "{V:#,#}";
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Text                 = "Rate (%)";
     xyDiagram1.AxisY.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisY.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chart_temp.Diagram                  = xyDiagram1;
     this.chart_temp.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.chart_temp.FillStyle.FillMode       = DevExpress.XtraCharts.FillMode.Hatch;
     hatchFillOptions1.Color2                 = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
     hatchFillOptions1.HatchStyle             = System.Drawing.Drawing2D.HatchStyle.DiagonalCross;
     this.chart_temp.FillStyle.Options        = hatchFillOptions1;
     this.chart_temp.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.chart_temp.Legend.Direction         = DevExpress.XtraCharts.LegendDirection.BottomToTop;
     this.chart_temp.Legend.Font              = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold);
     this.chart_temp.Legend.Name              = "Default Legend";
     this.chart_temp.Legend.TextOffset        = 5;
     this.chart_temp.Legend.Title.Font        = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chart_temp.Legend.Title.Text        = "Slab Test";
     this.chart_temp.Legend.Title.TextColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.chart_temp.Legend.Visibility        = DevExpress.Utils.DefaultBoolean.True;
     this.chart_temp.Location                 = new System.Drawing.Point(0, 0);
     this.chart_temp.Name                     = "chart_temp";
     stackedLineSeriesLabel1.Font             = new System.Drawing.Font("Tahoma", 12F);
     stackedLineSeriesLabel1.TextPattern      = "{V:#,#}";
     series1.Label = stackedLineSeriesLabel1;
     series1.Name  = "Max";
     stackedLineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(105)))), ((int)(((byte)(58)))));
     stackedLineSeriesView1.LineStyle.Thickness = 3;
     series1.View          = stackedLineSeriesView1;
     series2.Name          = "Min";
     lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(105)))), ((int)(((byte)(58)))));
     lineSeriesView1.LineStyle.Thickness = 3;
     series2.View           = lineSeriesView1;
     pointSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 12F);
     pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
     pointSeriesLabel1.TextPattern            = "{V:#,0.0#}";
     series3.Label         = pointSeriesLabel1;
     series3.Name          = "Value";
     lineSeriesView2.Color = System.Drawing.Color.DodgerBlue;
     lineSeriesView2.LineMarkerOptions.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     lineSeriesView2.LineMarkerOptions.Color       = System.Drawing.Color.Yellow;
     lineSeriesView2.LineMarkerOptions.Size        = 7;
     lineSeriesView2.LineStyle.Thickness           = 3;
     lineSeriesView2.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
     series3.View = lineSeriesView2;
     this.chart_temp.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chart_temp.Size     = new System.Drawing.Size(907, 183);
     this.chart_temp.TabIndex = 12;
     chartTitle1.Alignment    = System.Drawing.StringAlignment.Near;
     chartTitle1.Font         = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     chartTitle1.Indent       = 0;
     chartTitle1.Text         = "Heat temperature °C";
     chartTitle1.TextColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     chartTitle1.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     this.chart_temp.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // User_Chart_Temp
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chart_temp);
     this.Name = "User_Chart_Temp";
     this.Size = new System.Drawing.Size(907, 183);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedLineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart_temp)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 49
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram             xyDiagram1             = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY        secondaryAxisY1        = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                series1                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel1 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
     DevExpress.XtraCharts.StackedBarSeriesView  stackedBarSeriesView1  = new DevExpress.XtraCharts.StackedBarSeriesView();
     DevExpress.XtraCharts.Series                series2                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel2 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
     DevExpress.XtraCharts.StackedBarSeriesView  stackedBarSeriesView2  = new DevExpress.XtraCharts.StackedBarSeriesView();
     DevExpress.XtraCharts.Series                series3                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel      pointSeriesLabel1      = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView        lineSeriesView1        = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle            chartTitle1            = new DevExpress.XtraCharts.ChartTitle();
     this.splitmain     = new System.Windows.Forms.SplitContainer();
     this.uc_year       = new IP.UC.UC_YEAR_SELECTION();
     this.chartSlabtest = new DevExpress.XtraCharts.ChartControl();
     this.grdView       = new DevExpress.XtraGrid.GridControl();
     this.gvwView       = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand1     = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand2     = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.DIV           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.bandYear      = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band01        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL01         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band02        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL02         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band03        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL03         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band04        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL04         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band05        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL05         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band06        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL06         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band07        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL07         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band08        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL08         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band09        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL09         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band10        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL10         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band11        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL11         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band12        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL12         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.bandAVG       = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COLAVG        = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.timer1        = new System.Windows.Forms.Timer(this.components);
     this.pnHeader      = new System.Windows.Forms.Panel();
     this.pnYMD         = new System.Windows.Forms.Panel();
     this.lblDateTime   = new System.Windows.Forms.Label();
     this.lblTitle2     = new System.Windows.Forms.Label();
     this.lblTitle1     = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.splitmain)).BeginInit();
     this.splitmain.Panel1.SuspendLayout();
     this.splitmain.Panel2.SuspendLayout();
     this.splitmain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartSlabtest)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).BeginInit();
     this.pnHeader.SuspendLayout();
     this.SuspendLayout();
     //
     // splitmain
     //
     this.splitmain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitmain.Location    = new System.Drawing.Point(0, 100);
     this.splitmain.Name        = "splitmain";
     this.splitmain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitmain.Panel1
     //
     this.splitmain.Panel1.Controls.Add(this.uc_year);
     this.splitmain.Panel1.Controls.Add(this.chartSlabtest);
     //
     // splitmain.Panel2
     //
     this.splitmain.Panel2.Controls.Add(this.grdView);
     this.splitmain.Size             = new System.Drawing.Size(1920, 980);
     this.splitmain.SplitterDistance = 728;
     this.splitmain.TabIndex         = 16;
     //
     // uc_year
     //
     this.uc_year.AutoSize          = true;
     this.uc_year.Location          = new System.Drawing.Point(11, 5);
     this.uc_year.Name              = "uc_year";
     this.uc_year.Size              = new System.Drawing.Size(229, 47);
     this.uc_year.TabIndex          = 10;
     this.uc_year.ValueChangeEvent += new System.EventHandler(this.uc_year_ValueChangeEvent);
     //
     // chartSlabtest
     //
     this.chartSlabtest.AnimationStartMode       = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartSlabtest.DataBindings             = null;
     xyDiagram1.AxisX.Label.Angle                = -45;
     xyDiagram1.AxisX.Label.Font                 = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisX.Title.Font                 = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisX.Title.Text                 = "Month";
     xyDiagram1.AxisX.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Label.Font                 = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisY.Title.Text                 = "OS&D (Prs)";
     xyDiagram1.AxisY.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.Label.Font        = new System.Drawing.Font("Tahoma", 14.25F);
     secondaryAxisY1.Label.TextPattern = "{V:#,0.0#}";
     secondaryAxisY1.Name                       = "Secondary AxisY 1";
     secondaryAxisY1.Title.Font                 = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
     secondaryAxisY1.Title.Text                 = "%";
     secondaryAxisY1.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     secondaryAxisY1.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartSlabtest.Diagram = xyDiagram1;
     this.chartSlabtest.Dock    = System.Windows.Forms.DockStyle.Bottom;
     this.chartSlabtest.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartSlabtest.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartSlabtest.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartSlabtest.Legend.Font            = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Bold);
     this.chartSlabtest.Legend.Name            = "Default Legend";
     this.chartSlabtest.Legend.Title.Font      = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartSlabtest.Legend.Title.Text      = "Slab Test";
     this.chartSlabtest.Legend.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.chartSlabtest.Location        = new System.Drawing.Point(0, 54);
     this.chartSlabtest.Name            = "chartSlabtest";
     stackedBarSeriesLabel1.Font        = new System.Drawing.Font("Tahoma", 12F);
     stackedBarSeriesLabel1.TextPattern = "{V:#,#}";
     series1.Label                                 = stackedBarSeriesLabel1;
     series1.LabelsVisibility                      = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                                  = "Internal";
     stackedBarSeriesView1.Color                   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(240)))));
     series1.View                                  = stackedBarSeriesView1;
     stackedBarSeriesLabel2.Font                   = new System.Drawing.Font("Tahoma", 12F);
     stackedBarSeriesLabel2.TextPattern            = "{V:#,#}";
     series2.Label                                 = stackedBarSeriesLabel2;
     series2.LabelsVisibility                      = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                                  = "External";
     stackedBarSeriesView2.Color                   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     series2.View                                  = stackedBarSeriesView2;
     pointSeriesLabel1.Font                        = new System.Drawing.Font("Tahoma", 12F);
     pointSeriesLabel1.ResolveOverlappingMode      = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
     pointSeriesLabel1.TextPattern                 = "{V:#,0.0#}";
     series3.Label                                 = pointSeriesLabel1;
     series3.LabelsVisibility                      = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                                  = "%";
     lineSeriesView1.AxisYName                     = "Secondary AxisY 1";
     lineSeriesView1.Color                         = System.Drawing.Color.Sienna;
     lineSeriesView1.LineMarkerOptions.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(150)))), ((int)(((byte)(70)))));
     lineSeriesView1.LineMarkerOptions.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(187)))), ((int)(((byte)(89)))));
     lineSeriesView1.LineStyle.Thickness           = 5;
     lineSeriesView1.MarkerVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series3.View                                  = lineSeriesView1;
     this.chartSlabtest.SeriesSerializable         = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartSlabtest.Size     = new System.Drawing.Size(1920, 674);
     this.chartSlabtest.TabIndex = 8;
     chartTitle1.Alignment       = System.Drawing.StringAlignment.Near;
     chartTitle1.Font            = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     chartTitle1.Indent          = 0;
     chartTitle1.Text            = "Stitching 1";
     chartTitle1.TextColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     chartTitle1.Visibility      = DevExpress.Utils.DefaultBoolean.False;
     this.chartSlabtest.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // grdView
     //
     this.grdView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grdView.Location = new System.Drawing.Point(0, 0);
     this.grdView.MainView = this.gvwView;
     this.grdView.Name     = "grdView";
     this.grdView.Size     = new System.Drawing.Size(1920, 248);
     this.grdView.TabIndex = 0;
     this.grdView.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwView
     });
     //
     // gvwView
     //
     this.gvwView.Appearance.BandPanel.BackColor              = System.Drawing.Color.Gray;
     this.gvwView.Appearance.BandPanel.Font                   = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gvwView.Appearance.BandPanel.ForeColor              = System.Drawing.Color.White;
     this.gvwView.Appearance.BandPanel.Options.UseBackColor   = true;
     this.gvwView.Appearance.BandPanel.Options.UseFont        = true;
     this.gvwView.Appearance.BandPanel.Options.UseForeColor   = true;
     this.gvwView.Appearance.BandPanel.Options.UseTextOptions = true;
     this.gvwView.Appearance.BandPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwView.Appearance.BandPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwView.Appearance.Row.Font                   = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gvwView.Appearance.Row.Options.UseFont        = true;
     this.gvwView.Appearance.Row.Options.UseTextOptions = true;
     this.gvwView.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwView.Appearance.Row.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwView.BandPanelRowHeight = 40;
     this.gvwView.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.gridBand1,
         this.bandYear,
         this.bandAVG
     });
     this.gvwView.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
         this.DIV,
         this.COL01,
         this.COL02,
         this.COL03,
         this.COL04,
         this.COL05,
         this.COL06,
         this.COL07,
         this.COL08,
         this.COL09,
         this.COL10,
         this.COL11,
         this.COL12,
         this.COLAVG
     });
     this.gvwView.GridControl = this.grdView;
     this.gvwView.Name        = "gvwView";
     this.gvwView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvwView.OptionsSelection.EnableAppearanceFocusedRow  = false;
     this.gvwView.OptionsSelection.MultiSelectMode             = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.gvwView.OptionsView.ShowColumnHeaders = false;
     this.gvwView.OptionsView.ShowGroupPanel    = false;
     this.gvwView.OptionsView.ShowIndicator     = false;
     this.gvwView.PaintStyleName = "Flat";
     this.gvwView.RowHeight      = 35;
     this.gvwView.RowCellStyle  += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvwView_RowCellStyle);
     //
     // gridBand1
     //
     this.gridBand1.Caption = "Year";
     this.gridBand1.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.gridBand2
     });
     this.gridBand1.Name         = "gridBand1";
     this.gridBand1.VisibleIndex = 0;
     this.gridBand1.Width        = 200;
     //
     // gridBand2
     //
     this.gridBand2.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.gridBand2.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.gridBand2.AppearanceHeader.Options.UseBackColor = true;
     this.gridBand2.AppearanceHeader.Options.UseForeColor = true;
     this.gridBand2.Caption = "Month";
     this.gridBand2.Columns.Add(this.DIV);
     this.gridBand2.Name         = "gridBand2";
     this.gridBand2.VisibleIndex = 0;
     this.gridBand2.Width        = 200;
     //
     // DIV
     //
     this.DIV.Caption   = "DIV";
     this.DIV.FieldName = "DIV";
     this.DIV.Name      = "DIV";
     this.DIV.Visible   = true;
     this.DIV.Width     = 200;
     //
     // bandYear
     //
     this.bandYear.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.band01,
         this.band02,
         this.band03,
         this.band04,
         this.band05,
         this.band06,
         this.band07,
         this.band08,
         this.band09,
         this.band10,
         this.band11,
         this.band12
     });
     this.bandYear.Name         = "bandYear";
     this.bandYear.VisibleIndex = 1;
     this.bandYear.Width        = 1560;
     //
     // band01
     //
     this.band01.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band01.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band01.AppearanceHeader.Options.UseBackColor = true;
     this.band01.AppearanceHeader.Options.UseForeColor = true;
     this.band01.Caption = "Jan";
     this.band01.Columns.Add(this.COL01);
     this.band01.Name         = "band01";
     this.band01.VisibleIndex = 0;
     this.band01.Width        = 130;
     //
     // COL01
     //
     this.COL01.Caption   = "COL01";
     this.COL01.FieldName = "COL01";
     this.COL01.Name      = "COL01";
     this.COL01.Visible   = true;
     this.COL01.Width     = 130;
     //
     // band02
     //
     this.band02.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band02.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band02.AppearanceHeader.Options.UseBackColor = true;
     this.band02.AppearanceHeader.Options.UseForeColor = true;
     this.band02.Caption = "Feb";
     this.band02.Columns.Add(this.COL02);
     this.band02.Name         = "band02";
     this.band02.VisibleIndex = 1;
     this.band02.Width        = 130;
     //
     // COL02
     //
     this.COL02.Caption   = "COL02";
     this.COL02.FieldName = "COL02";
     this.COL02.Name      = "COL02";
     this.COL02.Visible   = true;
     this.COL02.Width     = 130;
     //
     // band03
     //
     this.band03.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band03.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band03.AppearanceHeader.Options.UseBackColor = true;
     this.band03.AppearanceHeader.Options.UseForeColor = true;
     this.band03.Caption = "Mar";
     this.band03.Columns.Add(this.COL03);
     this.band03.Name         = "band03";
     this.band03.VisibleIndex = 2;
     this.band03.Width        = 130;
     //
     // COL03
     //
     this.COL03.Caption   = "COL03";
     this.COL03.FieldName = "COL03";
     this.COL03.Name      = "COL03";
     this.COL03.Visible   = true;
     this.COL03.Width     = 130;
     //
     // band04
     //
     this.band04.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band04.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band04.AppearanceHeader.Options.UseBackColor = true;
     this.band04.AppearanceHeader.Options.UseForeColor = true;
     this.band04.Caption = "Apr";
     this.band04.Columns.Add(this.COL04);
     this.band04.Name         = "band04";
     this.band04.VisibleIndex = 3;
     this.band04.Width        = 130;
     //
     // COL04
     //
     this.COL04.Caption   = "COL04";
     this.COL04.FieldName = "COL04";
     this.COL04.Name      = "COL04";
     this.COL04.Visible   = true;
     this.COL04.Width     = 130;
     //
     // band05
     //
     this.band05.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band05.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band05.AppearanceHeader.Options.UseBackColor = true;
     this.band05.AppearanceHeader.Options.UseForeColor = true;
     this.band05.Caption = "May";
     this.band05.Columns.Add(this.COL05);
     this.band05.Name         = "band05";
     this.band05.VisibleIndex = 4;
     this.band05.Width        = 130;
     //
     // COL05
     //
     this.COL05.Caption   = "COL05";
     this.COL05.FieldName = "COL05";
     this.COL05.Name      = "COL05";
     this.COL05.Visible   = true;
     this.COL05.Width     = 130;
     //
     // band06
     //
     this.band06.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band06.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band06.AppearanceHeader.Options.UseBackColor = true;
     this.band06.AppearanceHeader.Options.UseForeColor = true;
     this.band06.Caption = "Jun";
     this.band06.Columns.Add(this.COL06);
     this.band06.Name         = "band06";
     this.band06.VisibleIndex = 5;
     this.band06.Width        = 130;
     //
     // COL06
     //
     this.COL06.Caption   = "COL06";
     this.COL06.FieldName = "COL06";
     this.COL06.Name      = "COL06";
     this.COL06.Visible   = true;
     this.COL06.Width     = 130;
     //
     // band07
     //
     this.band07.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band07.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band07.AppearanceHeader.Options.UseBackColor = true;
     this.band07.AppearanceHeader.Options.UseForeColor = true;
     this.band07.Caption = "Jul";
     this.band07.Columns.Add(this.COL07);
     this.band07.Name         = "band07";
     this.band07.VisibleIndex = 6;
     this.band07.Width        = 130;
     //
     // COL07
     //
     this.COL07.Caption   = "COL07";
     this.COL07.FieldName = "COL07";
     this.COL07.Name      = "COL07";
     this.COL07.Visible   = true;
     this.COL07.Width     = 130;
     //
     // band08
     //
     this.band08.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band08.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band08.AppearanceHeader.Options.UseBackColor = true;
     this.band08.AppearanceHeader.Options.UseForeColor = true;
     this.band08.Caption = "Aug";
     this.band08.Columns.Add(this.COL08);
     this.band08.Name         = "band08";
     this.band08.VisibleIndex = 7;
     this.band08.Width        = 130;
     //
     // COL08
     //
     this.COL08.Caption   = "COL08";
     this.COL08.FieldName = "COL08";
     this.COL08.Name      = "COL08";
     this.COL08.Visible   = true;
     this.COL08.Width     = 130;
     //
     // band09
     //
     this.band09.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band09.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band09.AppearanceHeader.Options.UseBackColor = true;
     this.band09.AppearanceHeader.Options.UseForeColor = true;
     this.band09.Caption = "Sep";
     this.band09.Columns.Add(this.COL09);
     this.band09.Name         = "band09";
     this.band09.VisibleIndex = 8;
     this.band09.Width        = 130;
     //
     // COL09
     //
     this.COL09.Caption   = "COL09";
     this.COL09.FieldName = "COL09";
     this.COL09.Name      = "COL09";
     this.COL09.Visible   = true;
     this.COL09.Width     = 130;
     //
     // band10
     //
     this.band10.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band10.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band10.AppearanceHeader.Options.UseBackColor = true;
     this.band10.AppearanceHeader.Options.UseForeColor = true;
     this.band10.Caption = "Oct";
     this.band10.Columns.Add(this.COL10);
     this.band10.Name         = "band10";
     this.band10.VisibleIndex = 9;
     this.band10.Width        = 130;
     //
     // COL10
     //
     this.COL10.Caption   = "COL10";
     this.COL10.FieldName = "COL10";
     this.COL10.Name      = "COL10";
     this.COL10.Visible   = true;
     this.COL10.Width     = 130;
     //
     // band11
     //
     this.band11.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band11.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band11.AppearanceHeader.Options.UseBackColor = true;
     this.band11.AppearanceHeader.Options.UseForeColor = true;
     this.band11.Caption = "Nov";
     this.band11.Columns.Add(this.COL11);
     this.band11.Name         = "band11";
     this.band11.VisibleIndex = 10;
     this.band11.Width        = 130;
     //
     // COL11
     //
     this.COL11.Caption   = "COL11";
     this.COL11.FieldName = "COL11";
     this.COL11.Name      = "COL11";
     this.COL11.Visible   = true;
     this.COL11.Width     = 130;
     //
     // band12
     //
     this.band12.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band12.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band12.AppearanceHeader.Options.UseBackColor = true;
     this.band12.AppearanceHeader.Options.UseForeColor = true;
     this.band12.Caption = "Dec";
     this.band12.Columns.Add(this.COL12);
     this.band12.Name         = "band12";
     this.band12.VisibleIndex = 11;
     this.band12.Width        = 130;
     //
     // COL12
     //
     this.COL12.Caption   = "COL12";
     this.COL12.FieldName = "COL12";
     this.COL12.Name      = "COL12";
     this.COL12.Visible   = true;
     this.COL12.Width     = 130;
     //
     // bandAVG
     //
     this.bandAVG.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.bandAVG.AppearanceHeader.Options.UseBackColor = true;
     this.bandAVG.Caption = "AVG";
     this.bandAVG.Columns.Add(this.COLAVG);
     this.bandAVG.Name         = "bandAVG";
     this.bandAVG.VisibleIndex = 2;
     this.bandAVG.Width        = 158;
     //
     // COLAVG
     //
     this.COLAVG.Caption   = "COLAVG";
     this.COLAVG.FieldName = "COLAVG";
     this.COLAVG.Name      = "COLAVG";
     this.COLAVG.Visible   = true;
     this.COLAVG.Width     = 158;
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // pnHeader
     //
     this.pnHeader.BackColor = System.Drawing.Color.Turquoise;
     this.pnHeader.Controls.Add(this.pnYMD);
     this.pnHeader.Controls.Add(this.lblDateTime);
     this.pnHeader.Controls.Add(this.lblTitle2);
     this.pnHeader.Controls.Add(this.lblTitle1);
     this.pnHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnHeader.Location = new System.Drawing.Point(0, 0);
     this.pnHeader.Name     = "pnHeader";
     this.pnHeader.Size     = new System.Drawing.Size(1920, 100);
     this.pnHeader.TabIndex = 18;
     //
     // pnYMD
     //
     this.pnYMD.Location = new System.Drawing.Point(1176, 2);
     this.pnYMD.Name     = "pnYMD";
     this.pnYMD.Size     = new System.Drawing.Size(450, 96);
     this.pnYMD.TabIndex = 1;
     //
     // lblDateTime
     //
     this.lblDateTime.BackColor = System.Drawing.Color.Transparent;
     this.lblDateTime.Font      = new System.Drawing.Font("Calibri", 30F, System.Drawing.FontStyle.Bold);
     this.lblDateTime.ForeColor = System.Drawing.Color.White;
     this.lblDateTime.Location  = new System.Drawing.Point(1679, 0);
     this.lblDateTime.Name      = "lblDateTime";
     this.lblDateTime.Size      = new System.Drawing.Size(225, 100);
     this.lblDateTime.TabIndex  = 0;
     this.lblDateTime.Text      = "20-10-2018\r\n00:00:00";
     this.lblDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblTitle2
     //
     this.lblTitle2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.lblTitle2.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle2.Font      = new System.Drawing.Font("Calibri", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle2.ForeColor = System.Drawing.Color.White;
     this.lblTitle2.Location  = new System.Drawing.Point(83, 0);
     this.lblTitle2.Name      = "lblTitle2";
     this.lblTitle2.Size      = new System.Drawing.Size(918, 100);
     this.lblTitle2.TabIndex  = 0;
     this.lblTitle2.Text      = "- OS&&D by Year";
     this.lblTitle2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTitle1
     //
     this.lblTitle1.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblTitle1.Font      = new System.Drawing.Font("Calibri", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle1.ForeColor = System.Drawing.Color.White;
     this.lblTitle1.Location  = new System.Drawing.Point(0, 0);
     this.lblTitle1.Name      = "lblTitle1";
     this.lblTitle1.Size      = new System.Drawing.Size(91, 100);
     this.lblTitle1.TabIndex  = 0;
     this.lblTitle1.Text      = "IP";
     this.lblTitle1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FRM_SMT_IP_OSD_YEAR
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1920, 1080);
     this.Controls.Add(this.splitmain);
     this.Controls.Add(this.pnHeader);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FRM_SMT_IP_OSD_YEAR";
     this.Text            = "Form1";
     this.Load           += new System.EventHandler(this.FRM_ROLL_SLABTEST_MON_Load);
     this.VisibleChanged += new System.EventHandler(this.FRM_ROLL_SLABTEST_MON_VisibleChanged);
     this.splitmain.Panel1.ResumeLayout(false);
     this.splitmain.Panel1.PerformLayout();
     this.splitmain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitmain)).EndInit();
     this.splitmain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSlabtest)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).EndInit();
     this.pnHeader.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 50
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.XYDiagramPane    xyDiagramPane1    = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane    xyDiagramPane2    = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY1   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY2   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView2   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series           series3           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView3   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle       chartTitle1       = new DevExpress.XtraCharts.ChartTitle();
     this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.chart          = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl1.ExpandCollapseItem
     });
     this.ribbonControl1.Location                  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.MaxItemId                 = 1;
     this.ribbonControl1.Name                      = "ribbonControl1";
     this.ribbonControl1.ShowApplicationButton     = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl1.ShowPageHeadersMode       = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
     this.ribbonControl1.ShowToolbarCustomizeItem  = false;
     this.ribbonControl1.Size                      = new System.Drawing.Size(823, 27);
     this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
     //
     // chart
     //
     this.chart.CrosshairOptions.ArgumentLineColor                 = System.Drawing.Color.DeepSkyBlue;
     this.chart.CrosshairOptions.ArgumentLineStyle.Thickness       = 2;
     this.chart.CrosshairOptions.GroupHeaderPattern                = "{A:yyyy-MM-dd HH:mm:ss}";
     this.chart.CrosshairOptions.ShowOnlyInFocusedPane             = false;
     xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction       = DevExpress.XtraCharts.AggregateFunction.Maximum;
     xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid                = false;
     xyDiagram1.AxisX.DateTimeScaleOptions.ScaleMode               = DevExpress.XtraCharts.ScaleMode.Automatic;
     xyDiagram1.AxisX.Label.DateTimeOptions.AutoFormat             = false;
     xyDiagram1.AxisX.Label.DateTimeOptions.Format                 = DevExpress.XtraCharts.DateTimeFormat.Custom;
     xyDiagram1.AxisX.VisibleInPanesSerializable                   = "1";
     xyDiagram1.AxisY.Label.NumericOptions.Format                  = DevExpress.XtraCharts.NumericFormat.Number;
     xyDiagram1.AxisY.VisibleInPanesSerializable                   = "-1";
     xyDiagram1.DefaultPane.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.Weight   = 3D;
     xyDiagram1.EnableAxisXScrolling = true;
     xyDiagram1.EnableAxisXZooming   = true;
     xyDiagram1.PaneDistance         = 4;
     xyDiagramPane1.Name             = "Pane 1";
     xyDiagramPane1.PaneID           = 0;
     xyDiagramPane1.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagramPane1.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagramPane1.Weight = 3D;
     xyDiagramPane2.Name   = "Pane 2";
     xyDiagramPane2.PaneID = 1;
     xyDiagramPane2.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagramPane2.Weight = 3D;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1,
         xyDiagramPane2
     });
     secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID    = 0;
     secondaryAxisY1.GridLines.MinorVisible      = true;
     secondaryAxisY1.GridLines.Visible           = true;
     secondaryAxisY1.Label.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
     secondaryAxisY1.Name          = "secondaryAxisY1";
     secondaryAxisY1.Title.Font    = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY1.Title.Text    = "";
     secondaryAxisY1.Title.Visible = true;
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     secondaryAxisY1.WholeRange.AutoSideMargins = true;
     secondaryAxisY2.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY2.AxisID    = 1;
     secondaryAxisY2.GridLines.MinorVisible      = true;
     secondaryAxisY2.GridLines.Visible           = true;
     secondaryAxisY2.Label.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
     secondaryAxisY2.Name          = "secondaryAxisY2";
     secondaryAxisY2.Title.Font    = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY2.Title.Text    = "";
     secondaryAxisY2.Title.Visible = true;
     secondaryAxisY2.VisibleInPanesSerializable  = "1";
     secondaryAxisY2.WholeRange.AutoSideMargins  = false;
     secondaryAxisY2.WholeRange.SideMarginsValue = 0D;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1,
         secondaryAxisY2
     });
     this.chart.Diagram = xyDiagram1;
     this.chart.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chart.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chart.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chart.Location       = new System.Drawing.Point(0, 27);
     this.chart.Name           = "chart";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel1.Angle   = 90;
     series1.Label             = pointSeriesLabel1;
     series1.Name = "测点1-1";
     series1.View = lineSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel2.Angle   = 90;
     series2.Label             = pointSeriesLabel2;
     series2.Name = "测点2-1";
     lineSeriesView2.AxisYName = "secondaryAxisY1";
     lineSeriesView2.PaneName  = "Pane 1";
     series2.View = lineSeriesView2;
     series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel3.Angle   = 90;
     series3.Label             = pointSeriesLabel3;
     series3.Name = "测点3-1";
     lineSeriesView3.AxisYName = "secondaryAxisY2";
     lineSeriesView3.PaneName  = "Pane 2";
     series3.View = lineSeriesView3;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chart.Size     = new System.Drawing.Size(823, 461);
     this.chart.TabIndex = 3;
     chartTitle1.Text    = "模拟量多点同屏";
     this.chart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chart.ToolTipOptions.ShowForPoints = false;
     //
     // Frm_LineWithScreen
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(823, 488);
     this.Controls.Add(this.chart);
     this.Controls.Add(this.ribbonControl1);
     this.Name   = "Frm_LineWithScreen";
     this.Ribbon = this.ribbonControl1;
     this.Text   = "模拟量多点同屏";
     this.Load  += new System.EventHandler(this.Frm_WithScreen_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources                 = new System.ComponentModel.ComponentResourceManager(typeof(DiasRentaElementoGraficaModeloRPT));
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.CustomAxisLabel          customAxisLabel1          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel          customAxisLabel2          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel          customAxisLabel3          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel          customAxisLabel4          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel          customAxisLabel5          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel          customAxisLabel6          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel          customAxisLabel7          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle1               = new DevExpress.XtraCharts.ChartTitle();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.chartTimeUtilization = new DevExpress.XtraReports.UI.XRChart();
     this.reporteRDSucursalDS  = new BPMO.SDNI.Flota.Reportes.DA.ReporteRDSucursalDS();
     this.TopMargin            = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin         = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeader         = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.ReportFooter         = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.TituloGrafica        = new DevExpress.XtraReports.Parameters.Parameter();
     ((System.ComponentModel.ISupportInitialize)(this.chartTimeUtilization)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.reporteRDSucursalDS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     resources.ApplyResources(this.Detail, "Detail");
     this.Detail.Name    = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     //
     // chartTimeUtilization
     //
     resources.ApplyResources(this.chartTimeUtilization, "chartTimeUtilization");
     this.chartTimeUtilization.Borders      = DevExpress.XtraPrinting.BorderSide.None;
     this.chartTimeUtilization.DataMember   = "SubTotalXTipoUnidad";
     this.chartTimeUtilization.DataSource   = this.reporteRDSucursalDS;
     customAxisLabel1.AxisValueSerializable = "0";
     customAxisLabel1.Name = "Label 0";
     customAxisLabel2.AxisValueSerializable = "1";
     customAxisLabel2.Name = "Label 1";
     customAxisLabel3.AxisValueSerializable = "2";
     customAxisLabel3.Name = "Label 2";
     customAxisLabel4.AxisValueSerializable = "3";
     customAxisLabel4.Name = "Label 3";
     customAxisLabel5.AxisValueSerializable = "4";
     customAxisLabel5.Name = "Label 4";
     customAxisLabel6.AxisValueSerializable = "5";
     customAxisLabel6.Name = "Label 5";
     customAxisLabel7.AxisValueSerializable = "6";
     customAxisLabel7.Name = "Label 6";
     xyDiagram1.AxisX.CustomLabels.AddRange(new DevExpress.XtraCharts.CustomAxisLabel[] {
         customAxisLabel1,
         customAxisLabel2,
         customAxisLabel3,
         customAxisLabel4,
         customAxisLabel5,
         customAxisLabel6,
         customAxisLabel7
     });
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins = true;
     xyDiagram1.AxisY.GridLines.Visible          = false;
     xyDiagram1.AxisY.Label.Font    = ((System.Drawing.Font)(resources.GetObject("resource.Font")));
     xyDiagram1.AxisY.Title.Font    = ((System.Drawing.Font)(resources.GetObject("resource.Font1")));
     xyDiagram1.AxisY.Title.Text    = resources.GetString("resource.Text");
     xyDiagram1.AxisY.Title.Visible = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.WholeRange.AutoSideMargins = true;
     xyDiagram1.DefaultPane.BackColor            = System.Drawing.Color.Transparent;
     xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     secondaryAxisY1.AxisID        = 0;
     secondaryAxisY1.Label.Font    = ((System.Drawing.Font)(resources.GetObject("resource.Font2")));
     secondaryAxisY1.Name          = "Secondary AxisY 1";
     secondaryAxisY1.Title.Font    = ((System.Drawing.Font)(resources.GetObject("resource.Font3")));
     secondaryAxisY1.Title.Text    = resources.GetString("resource.Text1");
     secondaryAxisY1.Title.Visible = true;
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     secondaryAxisY1.WholeRange.AutoSideMargins = true;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartTimeUtilization.Diagram = xyDiagram1;
     this.chartTimeUtilization.Legend.AlignmentHorizontal = ((DevExpress.XtraCharts.LegendAlignmentHorizontal)(resources.GetObject("chartTimeUtilization.Legend.AlignmentHorizontal")));
     this.chartTimeUtilization.Legend.AlignmentVertical   = ((DevExpress.XtraCharts.LegendAlignmentVertical)(resources.GetObject("chartTimeUtilization.Legend.AlignmentVertical")));
     this.chartTimeUtilization.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartTimeUtilization.Name         = "chartTimeUtilization";
     series1.ArgumentDataMember             = "AnioMes";
     series1.ArgumentScaleType              = DevExpress.XtraCharts.ScaleType.Qualitative;
     sideBySideBarSeriesLabel1.Antialiasing = true;
     resources.ApplyResources(sideBySideBarSeriesLabel1, "sideBySideBarSeriesLabel1");
     sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Center;
     sideBySideBarSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     series1.Label = sideBySideBarSeriesLabel1;
     resources.ApplyResources(series1, "series1");
     series1.ValueDataMembersSerializable = "DiasRenta";
     sideBySideBarSeriesView1.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(69)))), ((int)(((byte)(140)))));
     series1.View = sideBySideBarSeriesView1;
     series2.ArgumentDataMember = "AnioMes";
     series2.ArgumentScaleType  = DevExpress.XtraCharts.ScaleType.Qualitative;
     resources.ApplyResources(pointSeriesLabel1, "pointSeriesLabel1");
     pointSeriesLabel1.Antialiasing           = true;
     pointSeriesLabel1.LineLength             = 0;
     pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
     series2.Label = pointSeriesLabel1;
     resources.ApplyResources(series2, "series2");
     series2.ValueDataMembersSerializable = "PorcentajeUtilizacion";
     lineSeriesView1.AxisYName            = "Secondary AxisY 1";
     series2.View = lineSeriesView1;
     this.chartTimeUtilization.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartTimeUtilization.StylePriority.UseBackColor = false;
     this.chartTimeUtilization.StylePriority.UsePadding   = false;
     resources.ApplyResources(chartTitle1, "chartTitle1");
     this.chartTimeUtilization.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chartTimeUtilization.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.chartTimeUtilization_BeforePrint);
     //
     // reporteRDSucursalDS
     //
     this.reporteRDSucursalDS.DataSetName             = "ReporteRDSucursalDS";
     this.reporteRDSucursalDS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // TopMargin
     //
     resources.ApplyResources(this.TopMargin, "TopMargin");
     this.TopMargin.Name    = "TopMargin";
     this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     //
     // BottomMargin
     //
     resources.ApplyResources(this.BottomMargin, "BottomMargin");
     this.BottomMargin.Name    = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.chartTimeUtilization
     });
     resources.ApplyResources(this.ReportHeader, "ReportHeader");
     this.ReportHeader.Name = "ReportHeader";
     //
     // ReportFooter
     //
     resources.ApplyResources(this.ReportFooter, "ReportFooter");
     this.ReportFooter.Name = "ReportFooter";
     //
     // TituloGrafica
     //
     resources.ApplyResources(this.TituloGrafica, "TituloGrafica");
     this.TituloGrafica.Name      = "TituloGrafica";
     this.TituloGrafica.ValueInfo = "Time Utilization";
     this.TituloGrafica.Visible   = false;
     //
     // DiasRentaElementoGraficaModeloRPT
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.ReportFooter,
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader
     });
     this.DataMember = "SubTotalXTipoUnidad";
     this.DataSource = this.reporteRDSucursalDS;
     resources.ApplyResources(this, "$this");
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.TituloGrafica
     });
     this.Version = "13.2";
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartTimeUtilization)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.reporteRDSucursalDS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 52
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources                 = new System.ComponentModel.ComponentResourceManager(typeof(SMT_LT_ANDON_ANALYSIS_BY_DAY));
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.HatchFillOptions         hatchFillOptions1         = new DevExpress.XtraCharts.HatchFillOptions();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle1               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram2                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.HatchFillOptions         hatchFillOptions2         = new DevExpress.XtraCharts.HatchFillOptions();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle2               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram3                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.HatchFillOptions         hatchFillOptions3         = new DevExpress.XtraCharts.HatchFillOptions();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView2           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle3               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram4                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.HatchFillOptions         hatchFillOptions4         = new DevExpress.XtraCharts.HatchFillOptions();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView2  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle4               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram5                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.HatchFillOptions         hatchFillOptions5         = new DevExpress.XtraCharts.HatchFillOptions();
     DevExpress.XtraCharts.Series                   series5                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView3           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle5               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram6                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.HatchFillOptions         hatchFillOptions6         = new DevExpress.XtraCharts.HatchFillOptions();
     DevExpress.XtraCharts.Series                   series6                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView3  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle6               = new DevExpress.XtraCharts.ChartTitle();
     this.pnHeader     = new System.Windows.Forms.Panel();
     this.btnDay       = new DevExpress.XtraEditors.SimpleButton();
     this.btnMonth     = new DevExpress.XtraEditors.SimpleButton();
     this.btnWeek      = new DevExpress.XtraEditors.SimpleButton();
     this.btnYear      = new DevExpress.XtraEditors.SimpleButton();
     this.cmdBACK      = new System.Windows.Forms.Button();
     this.lblDate      = new System.Windows.Forms.Label();
     this.lblTitle     = new DevExpress.XtraEditors.LabelControl();
     this.tmrDate      = new System.Windows.Forms.Timer();
     this.tblMain      = new System.Windows.Forms.TableLayoutPanel();
     this.chartSumProd = new DevExpress.XtraCharts.ChartControl();
     this.chartProd    = new DevExpress.XtraCharts.ChartControl();
     this.chartSumMa   = new DevExpress.XtraCharts.ChartControl();
     this.chartMa      = new DevExpress.XtraCharts.ChartControl();
     this.chartSumQual = new DevExpress.XtraCharts.ChartControl();
     this.pnQual       = new System.Windows.Forms.Panel();
     this.lblQual_DT   = new System.Windows.Forms.Label();
     this.lblQual      = new System.Windows.Forms.Label();
     this.pnMa         = new System.Windows.Forms.Panel();
     this.lblMa_DT     = new System.Windows.Forms.Label();
     this.lblMa        = new System.Windows.Forms.Label();
     this.pnProd       = new System.Windows.Forms.Panel();
     this.lblProd_DT   = new System.Windows.Forms.Label();
     this.lblProd      = new System.Windows.Forms.Label();
     this.chartQual    = new DevExpress.XtraCharts.ChartControl();
     this.tmrCount     = new System.Windows.Forms.Timer();
     this.pnHeader.SuspendLayout();
     this.tblMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartSumProd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartProd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSumMa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartMa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSumQual)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     this.pnQual.SuspendLayout();
     this.pnMa.SuspendLayout();
     this.pnProd.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartQual)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // pnHeader
     //
     this.pnHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.pnHeader.Controls.Add(this.btnDay);
     this.pnHeader.Controls.Add(this.btnMonth);
     this.pnHeader.Controls.Add(this.btnWeek);
     this.pnHeader.Controls.Add(this.btnYear);
     this.pnHeader.Controls.Add(this.cmdBACK);
     this.pnHeader.Controls.Add(this.lblDate);
     this.pnHeader.Controls.Add(this.lblTitle);
     this.pnHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnHeader.Location = new System.Drawing.Point(0, 0);
     this.pnHeader.Name     = "pnHeader";
     this.pnHeader.Size     = new System.Drawing.Size(1904, 110);
     this.pnHeader.TabIndex = 13;
     //
     // btnDay
     //
     this.btnDay.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnDay.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnDay.Appearance.Font                 = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     this.btnDay.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.btnDay.Appearance.Options.UseBackColor = true;
     this.btnDay.Appearance.Options.UseFont      = true;
     this.btnDay.ButtonStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.btnDay.Enabled            = false;
     this.btnDay.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDay.ImageOptions.Image")));
     this.btnDay.Location           = new System.Drawing.Point(1271, 5);
     this.btnDay.Name     = "btnDay";
     this.btnDay.Size     = new System.Drawing.Size(175, 48);
     this.btnDay.TabIndex = 63;
     this.btnDay.Text     = "Day";
     this.btnDay.Visible  = false;
     //
     // btnMonth
     //
     this.btnMonth.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnMonth.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnMonth.Appearance.Font                 = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     this.btnMonth.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.btnMonth.Appearance.Options.UseBackColor = true;
     this.btnMonth.Appearance.Options.UseFont      = true;
     this.btnMonth.ButtonStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.btnMonth.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnMonth.ImageOptions.Image")));
     this.btnMonth.Location           = new System.Drawing.Point(1454, 5);
     this.btnMonth.Name     = "btnMonth";
     this.btnMonth.Size     = new System.Drawing.Size(175, 48);
     this.btnMonth.TabIndex = 62;
     this.btnMonth.Text     = "Month";
     this.btnMonth.Visible  = false;
     this.btnMonth.Click   += new System.EventHandler(this.btnMonth_Click);
     //
     // btnWeek
     //
     this.btnWeek.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnWeek.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnWeek.Appearance.Font                 = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     this.btnWeek.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.btnWeek.Appearance.Options.UseBackColor = true;
     this.btnWeek.Appearance.Options.UseFont      = true;
     this.btnWeek.ButtonStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.btnWeek.Enabled            = false;
     this.btnWeek.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnWeek.ImageOptions.Image")));
     this.btnWeek.Location           = new System.Drawing.Point(1271, 56);
     this.btnWeek.Name     = "btnWeek";
     this.btnWeek.Size     = new System.Drawing.Size(175, 48);
     this.btnWeek.TabIndex = 61;
     this.btnWeek.Text     = "Week";
     this.btnWeek.Visible  = false;
     //
     // btnYear
     //
     this.btnYear.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnYear.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnYear.Appearance.Font                 = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     this.btnYear.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.btnYear.Appearance.Options.UseBackColor = true;
     this.btnYear.Appearance.Options.UseFont      = true;
     this.btnYear.ButtonStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.btnYear.Enabled            = false;
     this.btnYear.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnYear.ImageOptions.Image")));
     this.btnYear.Location           = new System.Drawing.Point(1454, 56);
     this.btnYear.Name     = "btnYear";
     this.btnYear.Size     = new System.Drawing.Size(175, 48);
     this.btnYear.TabIndex = 60;
     this.btnYear.Text     = "Year";
     this.btnYear.Visible  = false;
     //
     // cmdBACK
     //
     this.cmdBACK.BackColor                  = System.Drawing.Color.Transparent;
     this.cmdBACK.BackgroundImage            = global::FORM.Properties.Resources.Back_Icon;
     this.cmdBACK.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Stretch;
     this.cmdBACK.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.cmdBACK.FlatAppearance.BorderSize  = 0;
     this.cmdBACK.FlatStyle                  = System.Windows.Forms.FlatStyle.Flat;
     this.cmdBACK.Location = new System.Drawing.Point(1157, 5);
     this.cmdBACK.Name     = "cmdBACK";
     this.cmdBACK.Size     = new System.Drawing.Size(108, 101);
     this.cmdBACK.TabIndex = 50;
     this.cmdBACK.UseVisualStyleBackColor = false;
     this.cmdBACK.Click += new System.EventHandler(this.cmdBACK_Click);
     //
     // lblDate
     //
     this.lblDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDate.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.lblDate.Font         = new System.Drawing.Font("Calibri", 32.25F, System.Drawing.FontStyle.Bold);
     this.lblDate.ForeColor    = System.Drawing.Color.White;
     this.lblDate.ImageAlign   = System.Drawing.ContentAlignment.TopLeft;
     this.lblDate.Location     = new System.Drawing.Point(1660, 0);
     this.lblDate.Name         = "lblDate";
     this.lblDate.Size         = new System.Drawing.Size(253, 106);
     this.lblDate.TabIndex     = 49;
     this.lblDate.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     this.lblDate.DoubleClick += new System.EventHandler(this.lblDate_DoubleClick);
     //
     // lblTitle
     //
     this.lblTitle.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.lblTitle.Appearance.Font                 = new System.Drawing.Font("Calibri", 62F, System.Drawing.FontStyle.Bold);
     this.lblTitle.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lblTitle.Appearance.Options.UseBackColor = true;
     this.lblTitle.Appearance.Options.UseFont      = true;
     this.lblTitle.Appearance.Options.UseForeColor = true;
     this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblTitle.LineColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.lblTitle.LineVisible  = true;
     this.lblTitle.Location     = new System.Drawing.Point(12, 0);
     this.lblTitle.Name         = "lblTitle";
     this.lblTitle.Size         = new System.Drawing.Size(1901, 107);
     this.lblTitle.TabIndex     = 2;
     this.lblTitle.Text         = "Andon Data Analisys By Day";
     this.lblTitle.Click       += new System.EventHandler(this.lblTitle_Click);
     this.lblTitle.DoubleClick += new System.EventHandler(this.lblTitle_DoubleClick);
     //
     // tmrDate
     //
     this.tmrDate.Interval = 1000;
     this.tmrDate.Tick    += new System.EventHandler(this.tmrDate_Tick);
     //
     // tblMain
     //
     this.tblMain.ColumnCount = 3;
     this.tblMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.33193F));
     this.tblMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.26471F));
     this.tblMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tblMain.Controls.Add(this.chartSumProd, 2, 2);
     this.tblMain.Controls.Add(this.chartProd, 1, 2);
     this.tblMain.Controls.Add(this.chartSumMa, 2, 1);
     this.tblMain.Controls.Add(this.chartMa, 1, 1);
     this.tblMain.Controls.Add(this.chartSumQual, 2, 0);
     this.tblMain.Controls.Add(this.pnQual, 0, 0);
     this.tblMain.Controls.Add(this.pnMa, 0, 1);
     this.tblMain.Controls.Add(this.pnProd, 0, 2);
     this.tblMain.Controls.Add(this.chartQual, 1, 0);
     this.tblMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tblMain.Location = new System.Drawing.Point(0, 110);
     this.tblMain.Name     = "tblMain";
     this.tblMain.RowCount = 3;
     this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tblMain.Size     = new System.Drawing.Size(1904, 932);
     this.tblMain.TabIndex = 14;
     //
     // chartSumProd
     //
     this.chartSumProd.AnimationStartMode        = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartSumProd.DataBindings              = null;
     xyDiagram1.AxisX.Title.Text                 = "Date";
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Title.Text                 = "DownTime (Minutes)";
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartSumProd.Diagram                    = xyDiagram1;
     this.chartSumProd.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.chartSumProd.FillStyle.FillMode         = DevExpress.XtraCharts.FillMode.Hatch;
     hatchFillOptions1.Color2                     = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))));
     hatchFillOptions1.HatchStyle                 = System.Drawing.Drawing2D.HatchStyle.DiagonalCross;
     this.chartSumProd.FillStyle.Options          = hatchFillOptions1;
     this.chartSumProd.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartSumProd.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartSumProd.Legend.Name                = "Default Legend";
     this.chartSumProd.Location                   = new System.Drawing.Point(1271, 623);
     this.chartSumProd.Name                       = "chartSumProd";
     pointSeriesLabel1.TextColor                  = System.Drawing.Color.Blue;
     series1.Label                        = pointSeriesLabel1;
     series1.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                         = "Management DownTime";
     lineSeriesView1.Color                = System.Drawing.Color.Yellow;
     series1.View                         = lineSeriesView1;
     this.chartSumProd.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartSumProd.Size     = new System.Drawing.Size(630, 306);
     this.chartSumProd.TabIndex = 8;
     chartTitle1.Text           = "Production downtime";
     chartTitle1.Visibility     = DevExpress.Utils.DefaultBoolean.True;
     this.chartSumProd.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // chartProd
     //
     this.chartProd.AnimationStartMode           = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartProd.DataBindings                 = null;
     xyDiagram2.AxisX.Title.Text                 = "Station";
     xyDiagram2.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Title.Text                 = "DownTime (Minutes)";
     xyDiagram2.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartProd.Diagram                    = xyDiagram2;
     this.chartProd.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.chartProd.FillStyle.FillMode         = DevExpress.XtraCharts.FillMode.Hatch;
     hatchFillOptions2.Color2                  = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))));
     hatchFillOptions2.HatchStyle              = System.Drawing.Drawing2D.HatchStyle.LargeGrid;
     this.chartProd.FillStyle.Options          = hatchFillOptions2;
     this.chartProd.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartProd.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartProd.Legend.Name                = "Default Legend";
     this.chartProd.Location                   = new System.Drawing.Point(333, 623);
     this.chartProd.Name                       = "chartProd";
     sideBySideBarSeriesLabel1.BackColor       = System.Drawing.Color.Blue;
     sideBySideBarSeriesLabel1.Font            = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series2.Label                     = sideBySideBarSeriesLabel1;
     series2.LabelsVisibility          = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                      = "Management DownTime";
     sideBySideBarSeriesView1.Color    = System.Drawing.Color.Yellow;
     series2.View                      = sideBySideBarSeriesView1;
     this.chartProd.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.chartProd.Size     = new System.Drawing.Size(932, 306);
     this.chartProd.TabIndex = 7;
     chartTitle2.Text        = "Production downtime";
     chartTitle2.Visibility  = DevExpress.Utils.DefaultBoolean.True;
     this.chartProd.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // chartSumMa
     //
     this.chartSumMa.AnimationStartMode          = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartSumMa.DataBindings                = null;
     xyDiagram3.AxisX.Title.Text                 = "Date";
     xyDiagram3.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram3.AxisY.Title.Text                 = "DownTime (Minutes)";
     xyDiagram3.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     this.chartSumMa.Diagram                    = xyDiagram3;
     this.chartSumMa.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.chartSumMa.FillStyle.FillMode         = DevExpress.XtraCharts.FillMode.Hatch;
     hatchFillOptions3.Color2                   = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))));
     hatchFillOptions3.HatchStyle               = System.Drawing.Drawing2D.HatchStyle.DiagonalCross;
     this.chartSumMa.FillStyle.Options          = hatchFillOptions3;
     this.chartSumMa.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartSumMa.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartSumMa.Legend.Name                = "Default Legend";
     this.chartSumMa.Location                   = new System.Drawing.Point(1271, 313);
     this.chartSumMa.Name                       = "chartSumMa";
     series3.LabelsVisibility                   = DevExpress.Utils.DefaultBoolean.True;
     series3.Name          = "M&A Team DownTime";
     lineSeriesView2.Color = System.Drawing.Color.Red;
     series3.View          = lineSeriesView2;
     this.chartSumMa.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3
     };
     this.chartSumMa.Size     = new System.Drawing.Size(630, 304);
     this.chartSumMa.TabIndex = 6;
     chartTitle3.Text         = "Machine downtime";
     chartTitle3.Visibility   = DevExpress.Utils.DefaultBoolean.True;
     this.chartSumMa.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle3
     });
     //
     // chartMa
     //
     this.chartMa.AnimationStartMode             = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartMa.DataBindings                   = null;
     xyDiagram4.AxisX.Title.Text                 = "Station";
     xyDiagram4.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram4.AxisY.Title.Text                 = "DownTime (Minutes)";
     xyDiagram4.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
     this.chartMa.Diagram                    = xyDiagram4;
     this.chartMa.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.chartMa.FillStyle.FillMode         = DevExpress.XtraCharts.FillMode.Hatch;
     hatchFillOptions4.Color2                = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))));
     hatchFillOptions4.HatchStyle            = System.Drawing.Drawing2D.HatchStyle.LargeGrid;
     this.chartMa.FillStyle.Options          = hatchFillOptions4;
     this.chartMa.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartMa.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartMa.Legend.Name                = "Default Legend";
     this.chartMa.Location                   = new System.Drawing.Point(333, 313);
     this.chartMa.Name                       = "chartMa";
     sideBySideBarSeriesLabel2.Font          = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series4.Label                   = sideBySideBarSeriesLabel2;
     series4.LabelsVisibility        = DevExpress.Utils.DefaultBoolean.True;
     series4.Name                    = "M&A Team DownTime";
     sideBySideBarSeriesView2.Color  = System.Drawing.Color.Red;
     series4.View                    = sideBySideBarSeriesView2;
     this.chartMa.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series4
     };
     this.chartMa.Size      = new System.Drawing.Size(932, 304);
     this.chartMa.TabIndex  = 5;
     chartTitle4.Text       = "Machine downtime";
     chartTitle4.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartMa.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle4
     });
     //
     // chartSumQual
     //
     this.chartSumQual.AnimationStartMode        = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartSumQual.DataBindings              = null;
     xyDiagram5.AxisX.Title.Text                 = "Date";
     xyDiagram5.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram5.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram5.AxisY.Title.Text                 = "DownTime (Minutes)";
     xyDiagram5.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram5.AxisY.VisibleInPanesSerializable = "-1";
     this.chartSumQual.Diagram                    = xyDiagram5;
     this.chartSumQual.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.chartSumQual.FillStyle.FillMode         = DevExpress.XtraCharts.FillMode.Hatch;
     hatchFillOptions5.Color2                     = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))));
     hatchFillOptions5.HatchStyle                 = System.Drawing.Drawing2D.HatchStyle.DiagonalCross;
     this.chartSumQual.FillStyle.Options          = hatchFillOptions5;
     this.chartSumQual.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartSumQual.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartSumQual.Legend.Name                = "Default Legend";
     this.chartSumQual.Location                   = new System.Drawing.Point(1271, 3);
     this.chartSumQual.Name                       = "chartSumQual";
     series5.LabelsVisibility                     = DevExpress.Utils.DefaultBoolean.True;
     series5.Name          = "MTL. handler DownTime";
     lineSeriesView3.Color = System.Drawing.Color.Blue;
     series5.View          = lineSeriesView3;
     this.chartSumQual.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series5
     };
     this.chartSumQual.Size     = new System.Drawing.Size(630, 304);
     this.chartSumQual.TabIndex = 4;
     chartTitle5.Text           = "Material downtime";
     chartTitle5.Visibility     = DevExpress.Utils.DefaultBoolean.True;
     this.chartSumQual.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle5
     });
     //
     // pnQual
     //
     this.pnQual.BackColor = System.Drawing.Color.Blue;
     this.pnQual.Controls.Add(this.lblQual_DT);
     this.pnQual.Controls.Add(this.lblQual);
     this.pnQual.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnQual.Location = new System.Drawing.Point(3, 3);
     this.pnQual.Name     = "pnQual";
     this.pnQual.Size     = new System.Drawing.Size(324, 304);
     this.pnQual.TabIndex = 0;
     //
     // lblQual_DT
     //
     this.lblQual_DT.Font      = new System.Drawing.Font("Calibri", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblQual_DT.ForeColor = System.Drawing.Color.Red;
     this.lblQual_DT.Location  = new System.Drawing.Point(39, 57);
     this.lblQual_DT.Name      = "lblQual_DT";
     this.lblQual_DT.Size      = new System.Drawing.Size(227, 187);
     this.lblQual_DT.TabIndex  = 1;
     this.lblQual_DT.Text      = "0";
     this.lblQual_DT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblQual
     //
     this.lblQual.BackColor = System.Drawing.Color.White;
     this.lblQual.Font      = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblQual.ForeColor = System.Drawing.Color.Black;
     this.lblQual.Location  = new System.Drawing.Point(19, 0);
     this.lblQual.Name      = "lblQual";
     this.lblQual.Size      = new System.Drawing.Size(285, 44);
     this.lblQual.TabIndex  = 0;
     this.lblQual.Text      = "MTL. handler  (Minutes)";
     this.lblQual.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pnMa
     //
     this.pnMa.BackColor = System.Drawing.Color.Red;
     this.pnMa.Controls.Add(this.lblMa_DT);
     this.pnMa.Controls.Add(this.lblMa);
     this.pnMa.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnMa.Location = new System.Drawing.Point(3, 313);
     this.pnMa.Name     = "pnMa";
     this.pnMa.Size     = new System.Drawing.Size(324, 304);
     this.pnMa.TabIndex = 1;
     //
     // lblMa_DT
     //
     this.lblMa_DT.BackColor = System.Drawing.Color.Red;
     this.lblMa_DT.Font      = new System.Drawing.Font("Calibri", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMa_DT.ForeColor = System.Drawing.Color.Yellow;
     this.lblMa_DT.Location  = new System.Drawing.Point(49, 59);
     this.lblMa_DT.Name      = "lblMa_DT";
     this.lblMa_DT.Size      = new System.Drawing.Size(227, 187);
     this.lblMa_DT.TabIndex  = 2;
     this.lblMa_DT.Text      = "0";
     this.lblMa_DT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblMa
     //
     this.lblMa.BackColor = System.Drawing.Color.White;
     this.lblMa.Font      = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMa.ForeColor = System.Drawing.Color.Black;
     this.lblMa.Location  = new System.Drawing.Point(19, 0);
     this.lblMa.Name      = "lblMa";
     this.lblMa.Size      = new System.Drawing.Size(285, 44);
     this.lblMa.TabIndex  = 1;
     this.lblMa.Text      = "M&&A Team (Minutes)";
     this.lblMa.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pnProd
     //
     this.pnProd.BackColor = System.Drawing.Color.Yellow;
     this.pnProd.Controls.Add(this.lblProd_DT);
     this.pnProd.Controls.Add(this.lblProd);
     this.pnProd.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnProd.Location = new System.Drawing.Point(3, 623);
     this.pnProd.Name     = "pnProd";
     this.pnProd.Size     = new System.Drawing.Size(324, 306);
     this.pnProd.TabIndex = 2;
     //
     // lblProd_DT
     //
     this.lblProd_DT.Font      = new System.Drawing.Font("Calibri", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProd_DT.ForeColor = System.Drawing.Color.Blue;
     this.lblProd_DT.Location  = new System.Drawing.Point(49, 60);
     this.lblProd_DT.Name      = "lblProd_DT";
     this.lblProd_DT.Size      = new System.Drawing.Size(227, 187);
     this.lblProd_DT.TabIndex  = 2;
     this.lblProd_DT.Text      = "0";
     this.lblProd_DT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblProd
     //
     this.lblProd.BackColor = System.Drawing.Color.White;
     this.lblProd.Font      = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProd.ForeColor = System.Drawing.Color.Black;
     this.lblProd.Location  = new System.Drawing.Point(19, 1);
     this.lblProd.Name      = "lblProd";
     this.lblProd.Size      = new System.Drawing.Size(285, 44);
     this.lblProd.TabIndex  = 1;
     this.lblProd.Text      = "Management (Minutes)";
     this.lblProd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // chartQual
     //
     this.chartQual.AnimationStartMode           = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartQual.DataBindings                 = null;
     xyDiagram6.AxisX.Title.Text                 = "Station";
     xyDiagram6.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram6.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram6.AxisY.Title.Text                 = "DownTime (Minutes)";
     xyDiagram6.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram6.AxisY.VisibleInPanesSerializable = "-1";
     this.chartQual.Diagram                    = xyDiagram6;
     this.chartQual.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.chartQual.FillStyle.FillMode         = DevExpress.XtraCharts.FillMode.Hatch;
     hatchFillOptions6.Color2                  = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))));
     hatchFillOptions6.HatchStyle              = System.Drawing.Drawing2D.HatchStyle.LargeGrid;
     this.chartQual.FillStyle.Options          = hatchFillOptions6;
     this.chartQual.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartQual.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartQual.Legend.Name                = "Default Legend";
     this.chartQual.Location                   = new System.Drawing.Point(333, 3);
     this.chartQual.Name                       = "chartQual";
     sideBySideBarSeriesLabel3.Font            = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series6.Label                     = sideBySideBarSeriesLabel3;
     series6.LabelsVisibility          = DevExpress.Utils.DefaultBoolean.True;
     series6.Name                      = "MTL. handler DownTime";
     sideBySideBarSeriesView3.Color    = System.Drawing.Color.Blue;
     series6.View                      = sideBySideBarSeriesView3;
     this.chartQual.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series6
     };
     this.chartQual.Size     = new System.Drawing.Size(932, 304);
     this.chartQual.TabIndex = 3;
     chartTitle6.Text        = "Material downtime";
     chartTitle6.Visibility  = DevExpress.Utils.DefaultBoolean.True;
     this.chartQual.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle6
     });
     //
     // tmrCount
     //
     this.tmrCount.Interval = 5;
     this.tmrCount.Tick    += new System.EventHandler(this.tmrCount_Tick);
     //
     // SMT_LT_ANDON_ANALYSIS_BY_DAY
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1904, 1042);
     this.Controls.Add(this.tblMain);
     this.Controls.Add(this.pnHeader);
     this.Name            = "SMT_LT_ANDON_ANALYSIS_BY_DAY";
     this.Text            = "SMT_LT_ANDON_ANALYSIS_";
     this.Load           += new System.EventHandler(this.SMT_LT_ANDON_ANALYSIS_BY_DAY_Load);
     this.VisibleChanged += new System.EventHandler(this.SMT_LT_ANDON_ANALYSIS_BY_DAY_VisibleChanged);
     this.pnHeader.ResumeLayout(false);
     this.tblMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSumProd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartProd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSumMa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartMa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSumQual)).EndInit();
     this.pnQual.ResumeLayout(false);
     this.pnMa.ResumeLayout(false);
     this.pnProd.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartQual)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView           areaSeriesView1           = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.chartControl1         = new DevExpress.XtraCharts.ChartControl();
     this.productsTableAdapter  = new CustomLabelsWithaLargeAmountOfData.nwindDataSetTableAdapters.ProductsTableAdapter();
     this.productsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.nwindDataSet          = new CustomLabelsWithaLargeAmountOfData.nwindDataSet();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nwindDataSet)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.DataAdapter               = this.productsTableAdapter;
     this.chartControl1.DataSource                = this.productsBindingSource;
     xyDiagram1.AxisX.Label.Angle                 = 45;
     xyDiagram1.AxisX.Label.EnableAntialiasing    = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisualRange.AutoSideMargins = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     this.chartControl1.Diagram           = xyDiagram1;
     this.chartControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(0, 0);
     this.chartControl1.Name              = "chartControl1";
     series1.ArgumentDataMember           = "ProductName";
     series1.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
         new DevExpress.XtraCharts.DataFilter("UnitPrice", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.GreaterThanOrEqual, new decimal(new int[] {
             10,
             0,
             0,
             0
         })),
         new DevExpress.XtraCharts.DataFilter("UnitPrice", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.LessThanOrEqual, new decimal(new int[] {
             100,
             0,
             0,
             0
         }))
     });
     pointSeriesLabel1.Angle = 90;
     pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     series1.ValueDataMembersSerializable = "UnitPrice";
     areaSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     series1.View          = areaSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel1;
     this.chartControl1.Size     = new System.Drawing.Size(1140, 523);
     this.chartControl1.TabIndex = 0;
     this.chartControl1.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl1_CustomDrawSeriesPoint);
     //
     // productsTableAdapter
     //
     this.productsTableAdapter.ClearBeforeFill = true;
     //
     // productsBindingSource
     //
     this.productsBindingSource.DataMember = "Products";
     this.productsBindingSource.DataSource = this.nwindDataSet;
     //
     // nwindDataSet
     //
     this.nwindDataSet.DataSetName             = "nwindDataSet";
     this.nwindDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1140, 523);
     this.Controls.Add(this.chartControl1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nwindDataSet)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources                 = new System.ComponentModel.ComponentResourceManager(typeof(FORM_SMT_DMP_DMC_PROD_YEAR));
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView2  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle1               = new DevExpress.XtraCharts.ChartTitle();
     this.panel1          = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.pnRubber        = new Smart_FTY.A1Panel();
     this.lblRubber       = new System.Windows.Forms.Label();
     this.pnEVA           = new Smart_FTY.A1Panel();
     this.lblEVA          = new System.Windows.Forms.Label();
     this.splitmain       = new System.Windows.Forms.SplitContainer();
     this.chartSlabtest   = new DevExpress.XtraCharts.ChartControl();
     this.grdView         = new DevExpress.XtraGrid.GridControl();
     this.gvwView         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand1       = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand2       = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.DIV             = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.bandYear        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band01          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL01           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band02          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL02           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band03          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL03           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band04          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL04           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band05          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL05           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band06          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL06           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band07          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL07           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band08          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL08           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band09          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL09           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band10          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL10           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band11          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL11           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band12          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL12           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.bandAVG         = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COLAVG          = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.tmr_Load        = new System.Windows.Forms.Timer(this.components);
     this.pnHeader.SuspendLayout();
     this.pnButton.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.pnRubber.SuspendLayout();
     this.pnEVA.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitmain)).BeginInit();
     this.splitmain.Panel1.SuspendLayout();
     this.splitmain.Panel2.SuspendLayout();
     this.splitmain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartSlabtest)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).BeginInit();
     this.SuspendLayout();
     //
     // pnHeader
     //
     this.pnHeader.BackColor = System.Drawing.Color.DarkTurquoise;
     this.pnHeader.Size      = new System.Drawing.Size(1904, 106);
     //
     // lblDate
     //
     this.lblDate.BackColor = System.Drawing.Color.DarkTurquoise;
     this.lblDate.Size      = new System.Drawing.Size(253, 106);
     this.lblDate.Text      = "2020-08-01\n08:05:18";
     //
     // cmdYear
     //
     this.cmdYear.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdYear.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdYear.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdYear.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdYear.Appearance.Options.UseBackColor = true;
     this.cmdYear.Appearance.Options.UseFont      = true;
     this.cmdYear.Enabled            = false;
     this.cmdYear.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("cmdYear.ImageOptions.Image")));
     this.cmdYear.Click += new System.EventHandler(this.cmdYear_Click);
     //
     // cmdMonth
     //
     this.cmdMonth.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdMonth.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdMonth.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold);
     this.cmdMonth.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdMonth.Appearance.Options.UseBackColor = true;
     this.cmdMonth.Appearance.Options.UseFont      = true;
     this.cmdMonth.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("cmdMonth.ImageOptions.Image")));
     this.cmdMonth.Click += new System.EventHandler(this.cmdMonth_Click);
     //
     // cmdDay
     //
     this.cmdDay.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdDay.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdDay.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold);
     this.cmdDay.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdDay.Appearance.Options.UseBackColor = true;
     this.cmdDay.Appearance.Options.UseFont      = true;
     this.cmdDay.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("cmdDay.ImageOptions.Image")));
     this.cmdDay.Click += new System.EventHandler(this.cmdDay_Click);
     //
     // cmdBack
     //
     this.cmdBack.BackColor = System.Drawing.Color.DarkTurquoise;
     this.cmdBack.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.cmdBack.FlatAppearance.BorderSize  = 0;
     this.cmdBack.Click += new System.EventHandler(this.cmdBack_Click);
     //
     // lblTitle
     //
     this.lblTitle.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.lblTitle.Appearance.Font                 = new System.Drawing.Font("Calibri", 50.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lblTitle.Appearance.Options.UseBackColor = true;
     this.lblTitle.Appearance.Options.UseFont      = true;
     this.lblTitle.Appearance.Options.UseForeColor = true;
     //
     // btnWeek
     //
     this.btnWeek.Appearance.BackColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnWeek.Appearance.BackColor2                  = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnWeek.Appearance.Font                        = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold);
     this.btnWeek.Appearance.Options.UseBackColor        = true;
     this.btnWeek.Appearance.Options.UseFont             = true;
     this.btnWeek.AppearanceHovered.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.btnWeek.AppearanceHovered.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.btnWeek.AppearanceHovered.Font                 = new System.Drawing.Font("Calibri", 26.25F, System.Drawing.FontStyle.Bold);
     this.btnWeek.AppearanceHovered.ForeColor            = System.Drawing.Color.White;
     this.btnWeek.AppearanceHovered.Options.UseBackColor = true;
     this.btnWeek.AppearanceHovered.Options.UseFont      = true;
     this.btnWeek.AppearanceHovered.Options.UseForeColor = true;
     this.btnWeek.ImageOptions.Image                     = ((System.Drawing.Image)(resources.GetObject("btnWeek.ImageOptions.Image")));
     this.btnWeek.Visible = false;
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(1272, 1);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(373, 103);
     this.panel1.TabIndex = 64;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 106);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.pnRubber);
     this.splitContainer1.Panel1.Controls.Add(this.pnEVA);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitmain);
     this.splitContainer1.Size             = new System.Drawing.Size(1904, 948);
     this.splitContainer1.SplitterDistance = 62;
     this.splitContainer1.TabIndex         = 15;
     //
     // pnRubber
     //
     this.pnRubber.AccessibleDescription = "";
     this.pnRubber.AccessibleName        = "";
     this.pnRubber.BorderColor           = System.Drawing.Color.Empty;
     this.pnRubber.BorderWidth           = 2;
     this.pnRubber.Controls.Add(this.lblRubber);
     this.pnRubber.GradientEndColor   = System.Drawing.Color.Gray;
     this.pnRubber.GradientStartColor = System.Drawing.Color.White;
     this.pnRubber.Image             = null;
     this.pnRubber.ImageLocation     = new System.Drawing.Point(4, 4);
     this.pnRubber.Location          = new System.Drawing.Point(4, 7);
     this.pnRubber.Name              = "pnRubber";
     this.pnRubber.RoundCornerRadius = 20;
     this.pnRubber.ShadowOffSet      = 3;
     this.pnRubber.Size              = new System.Drawing.Size(153, 49);
     this.pnRubber.TabIndex          = 5;
     //
     // lblRubber
     //
     this.lblRubber.BackColor = System.Drawing.Color.Transparent;
     this.lblRubber.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lblRubber.Font      = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRubber.Location  = new System.Drawing.Point(0, 0);
     this.lblRubber.Name      = "lblRubber";
     this.lblRubber.Size      = new System.Drawing.Size(153, 49);
     this.lblRubber.TabIndex  = 0;
     this.lblRubber.Text      = "DMC";
     this.lblRubber.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblRubber.Click    += new System.EventHandler(this.lblRubber_Click);
     //
     // pnEVA
     //
     this.pnEVA.AccessibleDescription = "";
     this.pnEVA.AccessibleName        = "";
     this.pnEVA.BorderColor           = System.Drawing.Color.Empty;
     this.pnEVA.BorderWidth           = 2;
     this.pnEVA.Controls.Add(this.lblEVA);
     this.pnEVA.GradientEndColor   = System.Drawing.Color.White;
     this.pnEVA.GradientStartColor = System.Drawing.Color.White;
     this.pnEVA.Image             = null;
     this.pnEVA.ImageLocation     = new System.Drawing.Point(4, 4);
     this.pnEVA.Location          = new System.Drawing.Point(157, 7);
     this.pnEVA.Name              = "pnEVA";
     this.pnEVA.RoundCornerRadius = 20;
     this.pnEVA.ShadowOffSet      = 3;
     this.pnEVA.Size              = new System.Drawing.Size(153, 49);
     this.pnEVA.TabIndex          = 4;
     //
     // lblEVA
     //
     this.lblEVA.BackColor = System.Drawing.Color.Transparent;
     this.lblEVA.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblEVA.Font      = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEVA.Location  = new System.Drawing.Point(0, 0);
     this.lblEVA.Name      = "lblEVA";
     this.lblEVA.Size      = new System.Drawing.Size(153, 49);
     this.lblEVA.TabIndex  = 1;
     this.lblEVA.Text      = "DMP";
     this.lblEVA.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblEVA.Click    += new System.EventHandler(this.lblEVA_Click);
     //
     // splitmain
     //
     this.splitmain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitmain.Location    = new System.Drawing.Point(0, 0);
     this.splitmain.Name        = "splitmain";
     this.splitmain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitmain.Panel1
     //
     this.splitmain.Panel1.Controls.Add(this.chartSlabtest);
     //
     // splitmain.Panel2
     //
     this.splitmain.Panel2.Controls.Add(this.grdView);
     this.splitmain.Size             = new System.Drawing.Size(1904, 882);
     this.splitmain.SplitterDistance = 613;
     this.splitmain.TabIndex         = 17;
     //
     // chartSlabtest
     //
     this.chartSlabtest.AnimationStartMode       = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartSlabtest.DataBindings             = null;
     xyDiagram1.AxisX.Label.Font                 = new System.Drawing.Font("Tahoma", 14.25F);
     xyDiagram1.AxisX.Title.Font                 = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisX.Title.Text                 = "Month";
     xyDiagram1.AxisX.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Label.Font                 = new System.Drawing.Font("Tahoma", 12F);
     xyDiagram1.AxisY.Label.TextPattern          = "{V:#,#}";
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisY.Title.Text                 = "Quanlity (Prs)";
     xyDiagram1.AxisY.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.Label.Font        = new System.Drawing.Font("Tahoma", 12F);
     secondaryAxisY1.Label.TextPattern = "{V:#,#}";
     secondaryAxisY1.Name                       = "Secondary AxisY 1";
     secondaryAxisY1.Title.Font                 = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     secondaryAxisY1.Title.Text                 = "POD";
     secondaryAxisY1.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     secondaryAxisY1.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY1.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartSlabtest.Diagram = xyDiagram1;
     this.chartSlabtest.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartSlabtest.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartSlabtest.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartSlabtest.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartSlabtest.Legend.Font            = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Bold);
     this.chartSlabtest.Legend.Name            = "Default Legend";
     this.chartSlabtest.Legend.Title.Font      = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartSlabtest.Legend.Title.Text      = "Slab Test";
     this.chartSlabtest.Legend.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.chartSlabtest.Location        = new System.Drawing.Point(0, 0);
     this.chartSlabtest.Name            = "chartSlabtest";
     sideBySideBarSeriesLabel1.Font     = new System.Drawing.Font("Tahoma", 10F);
     sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Center;
     sideBySideBarSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     sideBySideBarSeriesLabel1.TextOrientation        = DevExpress.XtraCharts.TextOrientation.BottomToTop;
     sideBySideBarSeriesLabel1.TextPattern            = "{V:#,#}";
     series1.Label                                 = sideBySideBarSeriesLabel1;
     series1.LabelsVisibility                      = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                                  = "Plan";
     sideBySideBarSeriesView1.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(240)))));
     series1.View                                  = sideBySideBarSeriesView1;
     sideBySideBarSeriesLabel2.Font                = new System.Drawing.Font("Tahoma", 10F);
     sideBySideBarSeriesLabel2.Position            = DevExpress.XtraCharts.BarSeriesLabelPosition.Center;
     sideBySideBarSeriesLabel2.TextOrientation     = DevExpress.XtraCharts.TextOrientation.BottomToTop;
     sideBySideBarSeriesLabel2.TextPattern         = "{V:#,#}";
     series2.Label                                 = sideBySideBarSeriesLabel2;
     series2.LabelsVisibility                      = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                                  = "Production";
     sideBySideBarSeriesView2.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     series2.View                                  = sideBySideBarSeriesView2;
     pointSeriesLabel1.Font                        = new System.Drawing.Font("Tahoma", 10F);
     pointSeriesLabel1.TextPattern                 = "{V:#,0.0}";
     series3.Label                                 = pointSeriesLabel1;
     series3.LabelsVisibility                      = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                                  = "POD";
     lineSeriesView1.AxisYName                     = "Secondary AxisY 1";
     lineSeriesView1.Color                         = System.Drawing.Color.OrangeRed;
     lineSeriesView1.LineMarkerOptions.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(240)))));
     lineSeriesView1.LineMarkerOptions.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     lineSeriesView1.MarkerVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series3.View                                  = lineSeriesView1;
     this.chartSlabtest.SeriesSerializable         = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartSlabtest.Size     = new System.Drawing.Size(1904, 613);
     this.chartSlabtest.TabIndex = 7;
     chartTitle1.Alignment       = System.Drawing.StringAlignment.Near;
     chartTitle1.Font            = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     chartTitle1.Indent          = 0;
     chartTitle1.Text            = "Stitching 1";
     chartTitle1.TextColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     chartTitle1.Visibility      = DevExpress.Utils.DefaultBoolean.False;
     this.chartSlabtest.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chartSlabtest.CustomDrawAxisLabel += new DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler(this.chartSlabtest_CustomDrawAxisLabel);
     //
     // grdView
     //
     this.grdView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grdView.Location = new System.Drawing.Point(0, 0);
     this.grdView.MainView = this.gvwView;
     this.grdView.Name     = "grdView";
     this.grdView.Size     = new System.Drawing.Size(1904, 265);
     this.grdView.TabIndex = 1;
     this.grdView.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwView
     });
     //
     // gvwView
     //
     this.gvwView.Appearance.BandPanel.BackColor              = System.Drawing.Color.Gray;
     this.gvwView.Appearance.BandPanel.Font                   = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gvwView.Appearance.BandPanel.ForeColor              = System.Drawing.Color.White;
     this.gvwView.Appearance.BandPanel.Options.UseBackColor   = true;
     this.gvwView.Appearance.BandPanel.Options.UseFont        = true;
     this.gvwView.Appearance.BandPanel.Options.UseForeColor   = true;
     this.gvwView.Appearance.BandPanel.Options.UseTextOptions = true;
     this.gvwView.Appearance.BandPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwView.Appearance.BandPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwView.Appearance.Row.Font                   = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gvwView.Appearance.Row.Options.UseFont        = true;
     this.gvwView.Appearance.Row.Options.UseTextOptions = true;
     this.gvwView.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwView.Appearance.Row.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwView.BandPanelRowHeight = 40;
     this.gvwView.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.gridBand1,
         this.bandYear,
         this.bandAVG
     });
     this.gvwView.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
         this.DIV,
         this.COL01,
         this.COL02,
         this.COL03,
         this.COL04,
         this.COL05,
         this.COL06,
         this.COL07,
         this.COL08,
         this.COL09,
         this.COL10,
         this.COL11,
         this.COL12,
         this.COLAVG
     });
     this.gvwView.GridControl = this.grdView;
     this.gvwView.Name        = "gvwView";
     this.gvwView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvwView.OptionsSelection.EnableAppearanceFocusedRow  = false;
     this.gvwView.OptionsSelection.MultiSelectMode             = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.gvwView.OptionsView.ShowColumnHeaders = false;
     this.gvwView.OptionsView.ShowGroupPanel    = false;
     this.gvwView.OptionsView.ShowIndicator     = false;
     this.gvwView.PaintStyleName = "Flat";
     this.gvwView.RowHeight      = 35;
     this.gvwView.RowCellStyle  += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvwView_RowCellStyle);
     //
     // gridBand1
     //
     this.gridBand1.Caption = "Year";
     this.gridBand1.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.gridBand2
     });
     this.gridBand1.Name         = "gridBand1";
     this.gridBand1.VisibleIndex = 0;
     this.gridBand1.Width        = 200;
     //
     // gridBand2
     //
     this.gridBand2.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.gridBand2.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.gridBand2.AppearanceHeader.Options.UseBackColor = true;
     this.gridBand2.AppearanceHeader.Options.UseForeColor = true;
     this.gridBand2.Caption = "Month";
     this.gridBand2.Columns.Add(this.DIV);
     this.gridBand2.Name         = "gridBand2";
     this.gridBand2.VisibleIndex = 0;
     this.gridBand2.Width        = 200;
     //
     // DIV
     //
     this.DIV.Caption   = "DIV";
     this.DIV.FieldName = "DIV";
     this.DIV.Name      = "DIV";
     this.DIV.Visible   = true;
     this.DIV.Width     = 200;
     //
     // bandYear
     //
     this.bandYear.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.band01,
         this.band02,
         this.band03,
         this.band04,
         this.band05,
         this.band06,
         this.band07,
         this.band08,
         this.band09,
         this.band10,
         this.band11,
         this.band12
     });
     this.bandYear.Name         = "bandYear";
     this.bandYear.VisibleIndex = 1;
     this.bandYear.Width        = 1560;
     //
     // band01
     //
     this.band01.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band01.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band01.AppearanceHeader.Options.UseBackColor = true;
     this.band01.AppearanceHeader.Options.UseForeColor = true;
     this.band01.Caption = "Jan";
     this.band01.Columns.Add(this.COL01);
     this.band01.Name         = "band01";
     this.band01.VisibleIndex = 0;
     this.band01.Width        = 130;
     //
     // COL01
     //
     this.COL01.Caption   = "COL01";
     this.COL01.FieldName = "COL01";
     this.COL01.Name      = "COL01";
     this.COL01.Visible   = true;
     this.COL01.Width     = 130;
     //
     // band02
     //
     this.band02.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band02.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band02.AppearanceHeader.Options.UseBackColor = true;
     this.band02.AppearanceHeader.Options.UseForeColor = true;
     this.band02.Caption = "Feb";
     this.band02.Columns.Add(this.COL02);
     this.band02.Name         = "band02";
     this.band02.VisibleIndex = 1;
     this.band02.Width        = 130;
     //
     // COL02
     //
     this.COL02.Caption   = "COL02";
     this.COL02.FieldName = "COL02";
     this.COL02.Name      = "COL02";
     this.COL02.Visible   = true;
     this.COL02.Width     = 130;
     //
     // band03
     //
     this.band03.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band03.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band03.AppearanceHeader.Options.UseBackColor = true;
     this.band03.AppearanceHeader.Options.UseForeColor = true;
     this.band03.Caption = "Mar";
     this.band03.Columns.Add(this.COL03);
     this.band03.Name         = "band03";
     this.band03.VisibleIndex = 2;
     this.band03.Width        = 130;
     //
     // COL03
     //
     this.COL03.Caption   = "COL03";
     this.COL03.FieldName = "COL03";
     this.COL03.Name      = "COL03";
     this.COL03.Visible   = true;
     this.COL03.Width     = 130;
     //
     // band04
     //
     this.band04.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band04.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band04.AppearanceHeader.Options.UseBackColor = true;
     this.band04.AppearanceHeader.Options.UseForeColor = true;
     this.band04.Caption = "Apr";
     this.band04.Columns.Add(this.COL04);
     this.band04.Name         = "band04";
     this.band04.VisibleIndex = 3;
     this.band04.Width        = 130;
     //
     // COL04
     //
     this.COL04.Caption   = "COL04";
     this.COL04.FieldName = "COL04";
     this.COL04.Name      = "COL04";
     this.COL04.Visible   = true;
     this.COL04.Width     = 130;
     //
     // band05
     //
     this.band05.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band05.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band05.AppearanceHeader.Options.UseBackColor = true;
     this.band05.AppearanceHeader.Options.UseForeColor = true;
     this.band05.Caption = "May";
     this.band05.Columns.Add(this.COL05);
     this.band05.Name         = "band05";
     this.band05.VisibleIndex = 4;
     this.band05.Width        = 130;
     //
     // COL05
     //
     this.COL05.Caption   = "COL05";
     this.COL05.FieldName = "COL05";
     this.COL05.Name      = "COL05";
     this.COL05.Visible   = true;
     this.COL05.Width     = 130;
     //
     // band06
     //
     this.band06.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band06.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band06.AppearanceHeader.Options.UseBackColor = true;
     this.band06.AppearanceHeader.Options.UseForeColor = true;
     this.band06.Caption = "Jun";
     this.band06.Columns.Add(this.COL06);
     this.band06.Name         = "band06";
     this.band06.VisibleIndex = 5;
     this.band06.Width        = 130;
     //
     // COL06
     //
     this.COL06.Caption   = "COL06";
     this.COL06.FieldName = "COL06";
     this.COL06.Name      = "COL06";
     this.COL06.Visible   = true;
     this.COL06.Width     = 130;
     //
     // band07
     //
     this.band07.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band07.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band07.AppearanceHeader.Options.UseBackColor = true;
     this.band07.AppearanceHeader.Options.UseForeColor = true;
     this.band07.Caption = "Jul";
     this.band07.Columns.Add(this.COL07);
     this.band07.Name         = "band07";
     this.band07.VisibleIndex = 6;
     this.band07.Width        = 130;
     //
     // COL07
     //
     this.COL07.Caption   = "COL07";
     this.COL07.FieldName = "COL07";
     this.COL07.Name      = "COL07";
     this.COL07.Visible   = true;
     this.COL07.Width     = 130;
     //
     // band08
     //
     this.band08.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band08.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band08.AppearanceHeader.Options.UseBackColor = true;
     this.band08.AppearanceHeader.Options.UseForeColor = true;
     this.band08.Caption = "Aug";
     this.band08.Columns.Add(this.COL08);
     this.band08.Name         = "band08";
     this.band08.VisibleIndex = 7;
     this.band08.Width        = 130;
     //
     // COL08
     //
     this.COL08.Caption   = "COL08";
     this.COL08.FieldName = "COL08";
     this.COL08.Name      = "COL08";
     this.COL08.Visible   = true;
     this.COL08.Width     = 130;
     //
     // band09
     //
     this.band09.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band09.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band09.AppearanceHeader.Options.UseBackColor = true;
     this.band09.AppearanceHeader.Options.UseForeColor = true;
     this.band09.Caption = "Sep";
     this.band09.Columns.Add(this.COL09);
     this.band09.Name         = "band09";
     this.band09.VisibleIndex = 8;
     this.band09.Width        = 130;
     //
     // COL09
     //
     this.COL09.Caption   = "COL09";
     this.COL09.FieldName = "COL09";
     this.COL09.Name      = "COL09";
     this.COL09.Visible   = true;
     this.COL09.Width     = 130;
     //
     // band10
     //
     this.band10.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band10.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band10.AppearanceHeader.Options.UseBackColor = true;
     this.band10.AppearanceHeader.Options.UseForeColor = true;
     this.band10.Caption = "Oct";
     this.band10.Columns.Add(this.COL10);
     this.band10.Name         = "band10";
     this.band10.VisibleIndex = 9;
     this.band10.Width        = 130;
     //
     // COL10
     //
     this.COL10.Caption   = "COL10";
     this.COL10.FieldName = "COL10";
     this.COL10.Name      = "COL10";
     this.COL10.Visible   = true;
     this.COL10.Width     = 130;
     //
     // band11
     //
     this.band11.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band11.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band11.AppearanceHeader.Options.UseBackColor = true;
     this.band11.AppearanceHeader.Options.UseForeColor = true;
     this.band11.Caption = "Nov";
     this.band11.Columns.Add(this.COL11);
     this.band11.Name         = "band11";
     this.band11.VisibleIndex = 10;
     this.band11.Width        = 130;
     //
     // COL11
     //
     this.COL11.Caption   = "COL11";
     this.COL11.FieldName = "COL11";
     this.COL11.Name      = "COL11";
     this.COL11.Visible   = true;
     this.COL11.Width     = 130;
     //
     // band12
     //
     this.band12.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band12.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band12.AppearanceHeader.Options.UseBackColor = true;
     this.band12.AppearanceHeader.Options.UseForeColor = true;
     this.band12.Caption = "Dec";
     this.band12.Columns.Add(this.COL12);
     this.band12.Name         = "band12";
     this.band12.VisibleIndex = 11;
     this.band12.Width        = 130;
     //
     // COL12
     //
     this.COL12.Caption   = "COL12";
     this.COL12.FieldName = "COL12";
     this.COL12.Name      = "COL12";
     this.COL12.Visible   = true;
     this.COL12.Width     = 130;
     //
     // bandAVG
     //
     this.bandAVG.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.bandAVG.AppearanceHeader.Options.UseBackColor = true;
     this.bandAVG.Caption = "AVG";
     this.bandAVG.Columns.Add(this.COLAVG);
     this.bandAVG.Name         = "bandAVG";
     this.bandAVG.VisibleIndex = 2;
     this.bandAVG.Width        = 158;
     //
     // COLAVG
     //
     this.COLAVG.Caption   = "COLAVG";
     this.COLAVG.FieldName = "COLAVG";
     this.COLAVG.Name      = "COLAVG";
     this.COLAVG.Visible   = true;
     this.COLAVG.Width     = 158;
     //
     // tmr_Load
     //
     this.tmr_Load.Interval = 1000;
     this.tmr_Load.Tick    += new System.EventHandler(this.tmr_Load_Tick);
     //
     // FORM_SMT_DMP_DMC_PROD_YEAR
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1904, 1054);
     this.Controls.Add(this.splitContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FORM_SMT_DMP_DMC_PROD_YEAR";
     this.Load           += new System.EventHandler(this.FORM_SMT_DMP_DMC_PROD_YEAR_Load);
     this.VisibleChanged += new System.EventHandler(this.FORM_SMT_DMP_DMC_PROD_YEAR_VisibleChanged);
     this.Controls.SetChildIndex(this.pnHeader, 0);
     this.Controls.SetChildIndex(this.splitContainer1, 0);
     this.pnHeader.ResumeLayout(false);
     this.pnHeader.PerformLayout();
     this.pnButton.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.pnRubber.ResumeLayout(false);
     this.pnEVA.ResumeLayout(false);
     this.splitmain.Panel1.ResumeLayout(false);
     this.splitmain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitmain)).EndInit();
     this.splitmain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSlabtest)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 55
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram            xyDiagram1            = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series               series1               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel     pointSeriesLabel1     = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView1 = new DevExpress.XtraCharts.SplineAreaSeriesView();
     DevExpress.XtraCharts.Series               series2               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel     pointSeriesLabel2     = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView2 = new DevExpress.XtraCharts.SplineAreaSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel     pointSeriesLabel3     = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView3 = new DevExpress.XtraCharts.SplineAreaSeriesView();
     DevExpress.XtraCharts.ChartTitle           chartTitle1           = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram            xyDiagram2            = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series               series3               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel     pointSeriesLabel4     = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView       lineSeriesView1       = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series               series4               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel     pointSeriesLabel5     = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView       lineSeriesView2       = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel     pointSeriesLabel6     = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView       lineSeriesView3       = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle           chartTitle2           = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram            xyDiagram3            = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series               series5               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel     pointSeriesLabel7     = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView4 = new DevExpress.XtraCharts.SplineAreaSeriesView();
     DevExpress.XtraCharts.Series               series6               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel     pointSeriesLabel8     = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView5 = new DevExpress.XtraCharts.SplineAreaSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel     pointSeriesLabel9     = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView6 = new DevExpress.XtraCharts.SplineAreaSeriesView();
     DevExpress.XtraCharts.ChartTitle           chartTitle3           = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram            xyDiagram4            = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series               series7               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel     pointSeriesLabel10    = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView       lineSeriesView4       = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series               series8               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel     pointSeriesLabel11    = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView       lineSeriesView5       = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel     pointSeriesLabel12    = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView       lineSeriesView6       = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle           chartTitle4           = new DevExpress.XtraCharts.ChartTitle();
     this.chartDevicePC          = new DevExpress.XtraCharts.ChartControl();
     this.cboFilter              = new DevExpress.XtraEditors.ComboBoxEdit();
     this.chartInterface         = new DevExpress.XtraCharts.ChartControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chartDevicePC1         = new DevExpress.XtraCharts.ChartControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chartInterface1        = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartDevicePC)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboFilter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartInterface)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartDevicePC1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartInterface1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).BeginInit();
     this.SuspendLayout();
     //
     // chartDevicePC
     //
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = false;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartDevicePC.Diagram    = xyDiagram1;
     this.chartDevicePC.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.chartDevicePC.Location   = new System.Drawing.Point(0, 0);
     this.chartDevicePC.Name       = "chartDevicePC";
     pointSeriesLabel1.LineVisible = false;
     series1.Label                         = pointSeriesLabel1;
     series1.LabelsVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series1.LegendText                    = "tyy";
     series1.Name                          = "Series 1";
     series1.View                          = splineAreaSeriesView1;
     pointSeriesLabel2.LineVisible         = true;
     series2.Label                         = pointSeriesLabel2;
     series2.Name                          = "Series 2";
     series2.View                          = splineAreaSeriesView2;
     this.chartDevicePC.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     pointSeriesLabel3.LineVisible           = true;
     this.chartDevicePC.SeriesTemplate.Label = pointSeriesLabel3;
     splineAreaSeriesView3.Transparency      = ((byte)(0));
     this.chartDevicePC.SeriesTemplate.View  = splineAreaSeriesView3;
     this.chartDevicePC.Size     = new System.Drawing.Size(701, 119);
     this.chartDevicePC.TabIndex = 6;
     chartTitle1.Text            = "BSR 64000 Modems";
     this.chartDevicePC.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // cboFilter
     //
     this.cboFilter.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboFilter.EditValue = "24 hour";
     this.cboFilter.Location  = new System.Drawing.Point(563, 5);
     this.cboFilter.Name      = "cboFilter";
     this.cboFilter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cboFilter.Properties.Items.AddRange(new object[] {
         "24 hour",
         "1 month"
     });
     this.cboFilter.Size                  = new System.Drawing.Size(138, 20);
     this.cboFilter.TabIndex              = 7;
     this.cboFilter.SelectedIndexChanged += new System.EventHandler(this.cboFilter_SelectedIndexChanged);
     //
     // chartInterface
     //
     xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartInterface.Diagram   = xyDiagram2;
     this.chartInterface.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.chartInterface.Location  = new System.Drawing.Point(0, 0);
     this.chartInterface.Name      = "chartInterface";
     pointSeriesLabel4.LineVisible = true;
     series3.Label                          = pointSeriesLabel4;
     series3.LabelsVisibility               = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                           = "Series 1";
     series3.View                           = lineSeriesView1;
     pointSeriesLabel5.LineVisible          = true;
     series4.Label                          = pointSeriesLabel5;
     series4.Name                           = "Series 2";
     series4.View                           = lineSeriesView2;
     this.chartInterface.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3,
         series4
     };
     pointSeriesLabel6.LineVisible            = true;
     this.chartInterface.SeriesTemplate.Label = pointSeriesLabel6;
     this.chartInterface.SeriesTemplate.View  = lineSeriesView3;
     this.chartInterface.Size     = new System.Drawing.Size(710, 153);
     this.chartInterface.TabIndex = 8;
     chartTitle2.Text             = "BSR 64000 Interfaces";
     this.chartInterface.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainerControl1.FixedPanel      = DevExpress.XtraEditors.SplitFixedPanel.None;
     this.splitContainerControl1.Horizontal      = false;
     this.splitContainerControl1.IsSplitterFixed = true;
     this.splitContainerControl1.Location        = new System.Drawing.Point(4, 32);
     this.splitContainerControl1.Name            = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.chartDevicePC);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.chartDevicePC1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(701, 252);
     this.splitContainerControl1.SplitterPosition = 119;
     this.splitContainerControl1.TabIndex         = 9;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // chartDevicePC1
     //
     xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = false;
     xyDiagram3.AxisX.Range.SideMarginsEnabled   = false;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram3.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     this.chartDevicePC1.Diagram     = xyDiagram3;
     this.chartDevicePC1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.chartDevicePC1.Location    = new System.Drawing.Point(0, 0);
     this.chartDevicePC1.Name        = "chartDevicePC1";
     this.chartDevicePC1.PaletteName = "Aspect";
     pointSeriesLabel7.LineVisible   = false;
     series5.Label                          = pointSeriesLabel7;
     series5.LabelsVisibility               = DevExpress.Utils.DefaultBoolean.True;
     series5.LegendText                     = "tyy";
     series5.Name                           = "Series 1";
     series5.View                           = splineAreaSeriesView4;
     pointSeriesLabel8.LineVisible          = true;
     series6.Label                          = pointSeriesLabel8;
     series6.Name                           = "Series 2";
     series6.View                           = splineAreaSeriesView5;
     this.chartDevicePC1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series5,
         series6
     };
     pointSeriesLabel9.LineVisible            = true;
     this.chartDevicePC1.SeriesTemplate.Label = pointSeriesLabel9;
     splineAreaSeriesView6.Transparency       = ((byte)(0));
     this.chartDevicePC1.SeriesTemplate.View  = splineAreaSeriesView6;
     this.chartDevicePC1.Size     = new System.Drawing.Size(701, 127);
     this.chartDevicePC1.TabIndex = 7;
     chartTitle3.Text             = "BSR 64000  PCs";
     this.chartDevicePC1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle3
     });
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.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)));
     this.splitContainerControl2.FixedPanel      = DevExpress.XtraEditors.SplitFixedPanel.None;
     this.splitContainerControl2.Horizontal      = false;
     this.splitContainerControl2.IsSplitterFixed = true;
     this.splitContainerControl2.Location        = new System.Drawing.Point(4, 290);
     this.splitContainerControl2.Name            = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.chartInterface1);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.chartInterface);
     this.splitContainerControl2.Panel2.Text      = "Panel2";
     this.splitContainerControl2.Size             = new System.Drawing.Size(710, 301);
     this.splitContainerControl2.SplitterPosition = 142;
     this.splitContainerControl2.TabIndex         = 10;
     this.splitContainerControl2.Text             = "splitContainerControl2";
     //
     // chartInterface1
     //
     xyDiagram4.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram4.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram4.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram4.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
     this.chartInterface1.Diagram   = xyDiagram4;
     this.chartInterface1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.chartInterface1.Location  = new System.Drawing.Point(0, 0);
     this.chartInterface1.Name      = "chartInterface1";
     pointSeriesLabel10.LineVisible = true;
     series7.Label                           = pointSeriesLabel10;
     series7.LabelsVisibility                = DevExpress.Utils.DefaultBoolean.True;
     series7.Name                            = "Series 1";
     series7.View                            = lineSeriesView4;
     pointSeriesLabel11.LineVisible          = true;
     series8.Label                           = pointSeriesLabel11;
     series8.Name                            = "Series 2";
     series8.View                            = lineSeriesView5;
     this.chartInterface1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series7,
         series8
     };
     pointSeriesLabel12.LineVisible            = true;
     this.chartInterface1.SeriesTemplate.Label = pointSeriesLabel12;
     this.chartInterface1.SeriesTemplate.View  = lineSeriesView6;
     this.chartInterface1.Size     = new System.Drawing.Size(710, 142);
     this.chartInterface1.TabIndex = 9;
     chartTitle4.Text = "BSR 64000 Interfaces";
     this.chartInterface1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle4
     });
     //
     // frmHome
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(711, 589);
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.cboFilter);
     this.Name          = "frmHome";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.Text          = "Dashboard";
     this.Load         += new System.EventHandler(this.frmHome_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartDevicePC)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboFilter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartInterface)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartDevicePC1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartInterface1)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 56
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.TextAnnotation   textAnnotation1   = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint1 = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition     freePosition1     = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView1   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView2   = new DevExpress.XtraCharts.AreaSeriesView();
     this.layoutPanel     = new System.Windows.Forms.TableLayoutPanel();
     this.chart           = new DevExpress.XtraCharts.ChartControl();
     this.captionPanel    = new System.Windows.Forms.TableLayoutPanel();
     this.buttonsPanel    = new System.Windows.Forms.TableLayoutPanel();
     this.btnBack         = new DevExpress.XtraEditors.SimpleButton();
     this.btnForward      = new DevExpress.XtraEditors.SimpleButton();
     this.btnPreviousDate = new DevExpress.XtraEditors.CheckButton();
     this.btnCurrentDate  = new DevExpress.XtraEditors.CheckButton();
     this.valuePresenter1 = new DevExpress.SalesDemo.Win.Modules.ucValuePresenter();
     this.valuePresenter0 = new DevExpress.SalesDemo.Win.Modules.ucValuePresenter();
     this.valuePresenter2 = new DevExpress.SalesDemo.Win.Modules.ucValuePresenter();
     this.layoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     this.captionPanel.SuspendLayout();
     this.buttonsPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // layoutPanel
     //
     this.layoutPanel.BackColor   = System.Drawing.Color.Transparent;
     this.layoutPanel.ColumnCount = 1;
     this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.layoutPanel.Controls.Add(this.chart, 0, 1);
     this.layoutPanel.Controls.Add(this.captionPanel, 0, 0);
     this.layoutPanel.Controls.Add(this.buttonsPanel, 0, 2);
     this.layoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutPanel.Location = new System.Drawing.Point(0, 0);
     this.layoutPanel.Margin   = new System.Windows.Forms.Padding(0);
     this.layoutPanel.Name     = "layoutPanel";
     this.layoutPanel.Padding  = new System.Windows.Forms.Padding(0, 5, 0, 5);
     this.layoutPanel.RowCount = 3;
     this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.layoutPanel.Size     = new System.Drawing.Size(724, 711);
     this.layoutPanel.TabIndex = 1;
     //
     // chart
     //
     chartAnchorPoint1.X                = 50;
     chartAnchorPoint1.Y                = 30;
     textAnnotation1.AnchorPoint        = chartAnchorPoint1;
     textAnnotation1.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     textAnnotation1.ConnectorStyle     = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
     textAnnotation1.Name               = "Text Annotation 1";
     textAnnotation1.Padding.Bottom     = 7;
     textAnnotation1.Padding.Left       = 7;
     textAnnotation1.Padding.Right      = 10;
     textAnnotation1.Padding.Top        = 7;
     textAnnotation1.Shadow.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     textAnnotation1.Shadow.Size        = 1;
     textAnnotation1.ShapeKind          = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition1.DockTargetName       = "Default Pane";
     textAnnotation1.ShapePosition      = freePosition1;
     this.chart.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.chart.BackColor = System.Drawing.Color.Transparent;
     this.chart.BorderOptions.Visibility = Utils.DefaultBoolean.False;
     xyDiagram1.AxisX.CrosshairAxisLabelOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.AxisX.GridLines.Visible        = true;
     xyDiagram1.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowHide    = false;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowRotate  = false;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowStagger = false;
     xyDiagram1.AxisX.Tickmarks.MinorVisible      = false;
     xyDiagram1.AxisX.Tickmarks.Visible           = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram1.AxisY.Label.EnableAntialiasing    = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.Tickmarks.MinorVisible      = false;
     xyDiagram1.AxisY.Tickmarks.Visible           = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     xyDiagram1.DefaultPane.BackColor             = System.Drawing.Color.Transparent;
     xyDiagram1.Margins.Left  = 35;
     xyDiagram1.Margins.Right = 21;
     this.chart.Diagram       = xyDiagram1;
     this.chart.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.chart.Legend.Font       = new System.Drawing.Font("Tahoma", 10F);
     this.chart.Legend.MarkerSize = new System.Drawing.Size(1, 16);
     this.chart.Legend.MarkerMode = XtraCharts.LegendMarkerMode.None;
     this.chart.Legend.Visibility = Utils.DefaultBoolean.False;
     this.chart.Location          = new System.Drawing.Point(0, 45);
     this.chart.Margin            = new System.Windows.Forms.Padding(0);
     this.chart.Name               = "chart";
     this.chart.Padding.Left       = 0;
     this.chart.Padding.Right      = 0;
     pointSeriesLabel1.TextPattern = "{V:N0}";
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     areaSeriesView1.Border.Visibility = Utils.DefaultBoolean.False;
     areaSeriesView1.Transparency      = ((byte)(64));
     series1.View = areaSeriesView1;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     areaSeriesView2.Transparency   = ((byte)(0));
     this.chart.SeriesTemplate.View = areaSeriesView2;
     this.chart.Size     = new System.Drawing.Size(724, 621);
     this.chart.TabIndex = 0;
     //
     // captionPanel
     //
     this.captionPanel.ColumnCount = 4;
     this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33332F));
     this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.captionPanel.Controls.Add(this.valuePresenter1, 2, 0);
     this.captionPanel.Controls.Add(this.valuePresenter0, 1, 0);
     this.captionPanel.Controls.Add(this.valuePresenter2, 3, 0);
     this.captionPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.captionPanel.Location = new System.Drawing.Point(0, 5);
     this.captionPanel.Margin   = new System.Windows.Forms.Padding(0);
     this.captionPanel.Name     = "captionPanel";
     this.captionPanel.RowCount = 1;
     this.captionPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.captionPanel.Size     = new System.Drawing.Size(724, 40);
     this.captionPanel.TabIndex = 1;
     //
     // buttonsPanel
     //
     this.buttonsPanel.ColumnCount = 6;
     this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 18F));
     this.buttonsPanel.Controls.Add(this.btnBack, 1, 0);
     this.buttonsPanel.Controls.Add(this.btnForward, 4, 0);
     this.buttonsPanel.Controls.Add(this.btnPreviousDate, 2, 0);
     this.buttonsPanel.Controls.Add(this.btnCurrentDate, 3, 0);
     this.buttonsPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.buttonsPanel.Location = new System.Drawing.Point(0, 666);
     this.buttonsPanel.Margin   = new System.Windows.Forms.Padding(0);
     this.buttonsPanel.Name     = "buttonsPanel";
     this.buttonsPanel.RowCount = 1;
     this.buttonsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.buttonsPanel.Size     = new System.Drawing.Size(724, 40);
     this.buttonsPanel.TabIndex = 2;
     //
     // btnBack
     //
     this.btnBack.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.btnBack.Image         = global::DevExpress.ProductsDemo.Win.Properties.Resources.ArrowLeft;
     this.btnBack.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnBack.Location      = new System.Drawing.Point(35, 3);
     this.btnBack.Name          = "btnBack";
     this.btnBack.Size          = new System.Drawing.Size(44, 34);
     this.btnBack.TabIndex      = 0;
     this.btnBack.Click        += new System.EventHandler(this.btnBackClick);
     //
     // btnForward
     //
     this.btnForward.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.btnForward.Image         = global::DevExpress.ProductsDemo.Win.Properties.Resources.ArrowRight;
     this.btnForward.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnForward.Location      = new System.Drawing.Point(659, 3);
     this.btnForward.Name          = "btnForward";
     this.btnForward.Size          = new System.Drawing.Size(44, 34);
     this.btnForward.TabIndex      = 1;
     this.btnForward.Click        += new System.EventHandler(this.btnForwardClick);
     //
     // btnPreviousDate
     //
     this.btnPreviousDate.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnPreviousDate.Location = new System.Drawing.Point(85, 3);
     this.btnPreviousDate.Name     = "btnPreviousDate";
     this.btnPreviousDate.Size     = new System.Drawing.Size(281, 34);
     this.btnPreviousDate.TabIndex = 2;
     this.btnPreviousDate.Text     = "prev";
     this.btnPreviousDate.Click   += new System.EventHandler(this.btnPreviousDateClick);
     //
     // btnCurrentDate
     //
     this.btnCurrentDate.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnCurrentDate.Location = new System.Drawing.Point(372, 3);
     this.btnCurrentDate.Name     = "btnCurrentDate";
     this.btnCurrentDate.Size     = new System.Drawing.Size(281, 34);
     this.btnCurrentDate.TabIndex = 3;
     this.btnCurrentDate.Text     = "current";
     this.btnCurrentDate.Click   += new System.EventHandler(this.btnCurrentDateClick);
     //
     // valuePresenter1
     //
     this.valuePresenter1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.valuePresenter1.Location       = new System.Drawing.Point(264, 0);
     this.valuePresenter1.Margin         = new System.Windows.Forms.Padding(0);
     this.valuePresenter1.Name           = "valuePresenter1";
     this.valuePresenter1.Size           = new System.Drawing.Size(229, 40);
     this.valuePresenter1.TabIndex       = 9;
     this.valuePresenter1.TitleText      = "title";
     this.valuePresenter1.Value          = 0D;
     this.valuePresenter1.ValueFormat    = "${0:N0}";
     this.valuePresenter1.ValueTextColor = System.Drawing.SystemColors.ControlText;
     //
     // valuePresenter0
     //
     this.valuePresenter0.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.valuePresenter0.Location       = new System.Drawing.Point(35, 0);
     this.valuePresenter0.Margin         = new System.Windows.Forms.Padding(0);
     this.valuePresenter0.Name           = "valuePresenter0";
     this.valuePresenter0.Size           = new System.Drawing.Size(229, 40);
     this.valuePresenter0.TabIndex       = 8;
     this.valuePresenter0.TitleText      = "title";
     this.valuePresenter0.Value          = 0D;
     this.valuePresenter0.ValueFormat    = "${0:N0}";
     this.valuePresenter0.ValueTextColor = System.Drawing.SystemColors.ControlText;
     //
     // valuePresenter2
     //
     this.valuePresenter2.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.valuePresenter2.Location       = new System.Drawing.Point(493, 0);
     this.valuePresenter2.Margin         = new System.Windows.Forms.Padding(0);
     this.valuePresenter2.Name           = "valuePresenter2";
     this.valuePresenter2.Size           = new System.Drawing.Size(231, 40);
     this.valuePresenter2.TabIndex       = 10;
     this.valuePresenter2.TitleText      = "title";
     this.valuePresenter2.Value          = 0D;
     this.valuePresenter2.ValueFormat    = "${0:N0}";
     this.valuePresenter2.ValueTextColor = System.Drawing.SystemColors.ControlText;
     //
     // ucSalesPerformance
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutPanel);
     this.Name = "ucSalesPerformance";
     this.Size = new System.Drawing.Size(724, 711);
     this.layoutPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     this.captionPanel.ResumeLayout(false);
     this.buttonsPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram                xyDiagram1          = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1     = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series1             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.StepLineSeriesView       stepLineSeriesView1 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle1         = new DevExpress.XtraCharts.ChartTitle();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(CurvilinearQuery));
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.panelControl1       = new DevExpress.XtraEditors.PanelControl();
     this.layoutControl2      = new DevExpress.XtraLayout.LayoutControl();
     this.gridLookUpEditName  = new DevExpress.XtraEditors.GridLookUpEdit();
     this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnQuery            = new DevExpress.XtraEditors.SimpleButton();
     this.dateEditStart       = new DevExpress.XtraEditors.DateEdit();
     this.chartControl1       = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEditName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.panelControl1;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(1045, 639);
     this.layoutControlItem1.Text     = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // panelControl1
     //
     this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl1.Controls.Add(this.layoutControl2);
     this.panelControl1.Location = new System.Drawing.Point(3, 3);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1041, 635);
     this.panelControl1.TabIndex = 11;
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.gridLookUpEditName);
     this.layoutControl2.Controls.Add(this.btnQuery);
     this.layoutControl2.Controls.Add(this.dateEditStart);
     this.layoutControl2.Controls.Add(this.chartControl1);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(2, 2);
     this.layoutControl2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.Root     = this.layoutControlGroup2;
     this.layoutControl2.Size     = new System.Drawing.Size(1037, 631);
     this.layoutControl2.TabIndex = 104;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // gridLookUpEditName
     //
     this.gridLookUpEditName.EditValue = "请输入大数据分析模型";
     this.gridLookUpEditName.Location  = new System.Drawing.Point(400, 12);
     this.gridLookUpEditName.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.gridLookUpEditName.Name      = "gridLookUpEditName";
     this.gridLookUpEditName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.gridLookUpEditName.Properties.DisplayMember = "Name";
     this.gridLookUpEditName.Properties.ValueMember   = "Id";
     this.gridLookUpEditName.Properties.View          = this.gridLookUpEdit1View;
     this.gridLookUpEditName.Size              = new System.Drawing.Size(333, 20);
     this.gridLookUpEditName.StyleController   = this.layoutControl2;
     this.gridLookUpEditName.TabIndex          = 104;
     this.gridLookUpEditName.EditValueChanged += new System.EventHandler(this.gridLookUpEditName_EditValueChanged);
     //
     // gridLookUpEdit1View
     //
     this.gridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1
     });
     this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridLookUpEdit1View.Name           = "gridLookUpEdit1View";
     this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     this.gridLookUpEdit1View.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn1, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "模型名称";
     this.gridColumn1.FieldName    = "Name";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // btnQuery
     //
     this.btnQuery.Location        = new System.Drawing.Point(737, 12);
     this.btnQuery.Name            = "btnQuery";
     this.btnQuery.Size            = new System.Drawing.Size(90, 22);
     this.btnQuery.StyleController = this.layoutControl2;
     this.btnQuery.TabIndex        = 3;
     this.btnQuery.Text            = "查询";
     this.btnQuery.Click          += new System.EventHandler(this.btnQuery_Click);
     //
     // dateEditStart
     //
     this.dateEditStart.EditValue = null;
     this.dateEditStart.Location  = new System.Drawing.Point(111, 12);
     this.dateEditStart.Name      = "dateEditStart";
     this.dateEditStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditStart.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditStart.Size              = new System.Drawing.Size(186, 20);
     this.dateEditStart.StyleController   = this.layoutControl2;
     this.dateEditStart.TabIndex          = 1;
     this.dateEditStart.EditValueChanged += new System.EventHandler(this.dateEditStart_EditValueChanged);
     //
     // chartControl1
     //
     this.chartControl1.CrosshairOptions.ArgumentLineColor           = System.Drawing.Color.DeepSkyBlue;
     this.chartControl1.CrosshairOptions.ArgumentLineStyle.Thickness = 2;
     this.chartControl1.CrosshairOptions.ShowArgumentLabels          = true;
     this.chartControl1.CrosshairOptions.ShowGroupHeaders            = false;
     this.chartControl1.CrosshairOptions.ShowOnlyInFocusedPane       = false;
     xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction         = DevExpress.XtraCharts.AggregateFunction.None;
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Second;
     xyDiagram1.AxisX.Label.DateTimeOptions.AutoFormat = false;
     xyDiagram1.AxisX.Label.DateTimeOptions.Format     = DevExpress.XtraCharts.DateTimeFormat.LongTime;
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisY.Label.NumericOptions.Format      = DevExpress.XtraCharts.NumericFormat.Number;
     xyDiagram1.AxisY.Label.NumericOptions.Precision   = 0;
     xyDiagram1.AxisY.NumericScaleOptions.AutoGrid     = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisY.VisualRange.Auto                 = false;
     xyDiagram1.AxisY.VisualRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "2";
     xyDiagram1.AxisY.VisualRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.VisualRange.SideMarginsValue     = 0D;
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel   = false;
     xyDiagram1.AxisY.WholeRange.Auto                 = false;
     xyDiagram1.AxisY.WholeRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "2";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.DefaultPane.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.Weight                  = 3D;
     xyDiagram1.EnableAxisXScrolling                = true;
     xyDiagram1.EnableAxisXZooming                  = true;
     xyDiagram1.Margins.Top                         = 10;
     xyDiagram1.PaneDistance                        = 4;
     secondaryAxisY1.Alignment                      = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID                         = 0;
     secondaryAxisY1.GridLines.Visible              = true;
     secondaryAxisY1.Label.NumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     secondaryAxisY1.Label.NumericOptions.Precision = 0;
     secondaryAxisY1.Name = "secondaryAxisY1";
     secondaryAxisY1.NumericScaleOptions.AutoGrid = false;
     secondaryAxisY1.Title.Font    = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY1.Title.Text    = "";
     secondaryAxisY1.Title.Visible = true;
     secondaryAxisY1.VisibleInPanesSerializable       = "";
     secondaryAxisY1.VisualRange.Auto                 = false;
     secondaryAxisY1.VisualRange.AutoSideMargins      = false;
     secondaryAxisY1.VisualRange.MaxValueSerializable = "2";
     secondaryAxisY1.VisualRange.MinValueSerializable = "0";
     secondaryAxisY1.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY1.WholeRange.Auto                 = false;
     secondaryAxisY1.WholeRange.AutoSideMargins      = false;
     secondaryAxisY1.WholeRange.MaxValueSerializable = "2";
     secondaryAxisY1.WholeRange.MinValueSerializable = "0";
     secondaryAxisY1.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.Font   = new System.Drawing.Font("Tahoma", 10F);
     this.chartControl1.Location      = new System.Drawing.Point(12, 38);
     this.chartControl1.Name          = "chartControl1";
     series1.ArgumentDataMember       = "AnalysisTime";
     series1.ArgumentScaleType        = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.CrosshairHighlightPoints = DevExpress.Utils.DefaultBoolean.True;
     series1.CrosshairLabelPattern    = "{S} : {V:F2}";
     pointSeriesLabel1.Angle          = 90;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     series1.ValueDataMembersSerializable    = "AnalysisResult";
     stepLineSeriesView1.AxisYName           = "secondaryAxisY1";
     stepLineSeriesView1.LineStyle.Thickness = 3;
     series1.View = stepLineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size     = new System.Drawing.Size(1013, 581);
     this.chartControl1.TabIndex = 0;
     chartTitle1.Font            = new System.Drawing.Font("Tahoma", 10F);
     chartTitle1.Text            = "大数据分析结果曲线\n0-分析未知\n1-分析不成立\n2-分析成立";
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chartControl1.CustomDrawCrosshair += new DevExpress.XtraCharts.CustomDrawCrosshairEventHandler(this.chartControl1_CustomDrawCrosshair);
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText       = "layoutControlGroup2";
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible         = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem3,
         this.layoutControlItem2,
         this.layoutControlItem6,
         this.layoutControlItem4
     });
     this.layoutControlGroup2.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name        = "layoutControlGroup2";
     this.layoutControlGroup2.Size        = new System.Drawing.Size(1037, 631);
     this.layoutControlGroup2.Text        = "layoutControlGroup2";
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.dateEditStart;
     this.layoutControlItem3.CustomizationFormText = "日期:";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(289, 26);
     this.layoutControlItem3.Text     = "选择日期:";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(96, 14);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.chartControl1;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(1017, 585);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.btnQuery;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(725, 0);
     this.layoutControlItem6.Name     = "layoutControlItem6";
     this.layoutControlItem6.Padding  = new DevExpress.XtraLayout.Utils.Padding(2, 200, 2, 2);
     this.layoutControlItem6.Size     = new System.Drawing.Size(292, 26);
     this.layoutControlItem6.Text     = "layoutControlItem6";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible           = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.gridLookUpEditName;
     this.layoutControlItem4.CustomizationFormText = "大数据分析模型:";
     this.layoutControlItem4.Location = new System.Drawing.Point(289, 0);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(436, 26);
     this.layoutControlItem4.Text     = "大数据分析模型:";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(96, 14);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1047, 641);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.panelControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(1047, 641);
     this.layoutControl1.TabIndex = 15;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // CurvilinearQuery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1047, 641);
     this.Controls.Add(this.layoutControl1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "CurvilinearQuery";
     this.Text  = "曲线查询";
     this.Load += new System.EventHandler(this.CurvilinearQuery_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEditName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 58
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
     this.TreeView4     = new System.Windows.Forms.TreeView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // TreeView4
     //
     this.TreeView4.Location   = new System.Drawing.Point(12, 12);
     this.TreeView4.Name       = "TreeView4";
     this.TreeView4.Size       = new System.Drawing.Size(178, 138);
     this.TreeView4.TabIndex   = 5;
     this.TreeView4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TreeView4_MouseDown);
     //
     // chartControl1
     //
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram    = xyDiagram1;
     this.chartControl1.Location   = new System.Drawing.Point(4, 186);
     this.chartControl1.Name       = "chartControl1";
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     series1.View  = splineSeriesView1;
     pointSeriesLabel2.LineVisible = true;
     series2.Label = pointSeriesLabel2;
     series2.Name  = "Series 2";
     series2.View  = splineSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     pointSeriesLabel3.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
     this.chartControl1.SeriesTemplate.View  = splineSeriesView3;
     this.chartControl1.Size     = new System.Drawing.Size(768, 251);
     this.chartControl1.TabIndex = 6;
     this.chartControl1.Click   += new System.EventHandler(this.chartControl1_Click);
     //
     // Curve
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 449);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.TreeView4);
     this.Name  = "Curve";
     this.Text  = "Curve";
     this.Load += new System.EventHandler(this.Curve_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 59
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     System.ComponentModel.ComponentResourceManager resources                 = new System.ComponentModel.ComponentResourceManager(typeof(frmTarget));
     this.chartBarTarget   = new DevExpress.XtraCharts.ChartControl();
     this.panelAgent       = new DevComponents.DotNetBar.PanelEx();
     this.lblEmpName       = new System.Windows.Forms.Label();
     this.lblUpload        = new DevComponents.DotNetBar.LabelX();
     this.btnTarget        = new DevComponents.DotNetBar.ButtonX();
     this.txtTarget        = new DevComponents.Editors.IntegerInput();
     this.labelX1          = new DevComponents.DotNetBar.LabelX();
     this.pictureDP        = new System.Windows.Forms.PictureBox();
     this.lblTargetMissed  = new DevComponents.DotNetBar.LabelX();
     this.lblTargetAchived = new DevComponents.DotNetBar.LabelX();
     this.lblMonthlyPoints = new DevComponents.DotNetBar.LabelX();
     this.lblPanelHeader   = new DevComponents.DotNetBar.LabelX();
     ((System.ComponentModel.ISupportInitialize)(this.chartBarTarget)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     this.panelAgent.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtTarget)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureDP)).BeginInit();
     this.SuspendLayout();
     //
     // chartBarTarget
     //
     this.chartBarTarget.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)));
     this.chartBarTarget.BackColor = System.Drawing.Color.Transparent;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartBarTarget.Diagram           = xyDiagram1;
     this.chartBarTarget.Location          = new System.Drawing.Point(31, 43);
     this.chartBarTarget.Name              = "chartBarTarget";
     sideBySideBarSeriesLabel1.LineVisible = true;
     series1.Label                          = sideBySideBarSeriesLabel1;
     series1.LabelsVisibility               = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                           = "Target";
     pointSeriesLabel1.LineVisible          = true;
     series2.Label                          = pointSeriesLabel1;
     series2.LabelsVisibility               = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                           = "Team Avg";
     series2.View                           = lineSeriesView1;
     sideBySideBarSeriesLabel2.LineVisible  = true;
     series3.Label                          = sideBySideBarSeriesLabel2;
     series3.LabelsVisibility               = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                           = "Achieved";
     this.chartBarTarget.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     sideBySideBarSeriesLabel3.LineVisible    = true;
     this.chartBarTarget.SeriesTemplate.Label = sideBySideBarSeriesLabel3;
     this.chartBarTarget.Size     = new System.Drawing.Size(731, 478);
     this.chartBarTarget.TabIndex = 0;
     //
     // panelAgent
     //
     this.panelAgent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.panelAgent.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelAgent.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelAgent.Controls.Add(this.lblEmpName);
     this.panelAgent.Controls.Add(this.lblUpload);
     this.panelAgent.Controls.Add(this.btnTarget);
     this.panelAgent.Controls.Add(this.txtTarget);
     this.panelAgent.Controls.Add(this.labelX1);
     this.panelAgent.Controls.Add(this.pictureDP);
     this.panelAgent.Controls.Add(this.lblTargetMissed);
     this.panelAgent.Controls.Add(this.lblTargetAchived);
     this.panelAgent.Controls.Add(this.lblMonthlyPoints);
     this.panelAgent.Controls.Add(this.lblPanelHeader);
     this.panelAgent.DisabledBackColor = System.Drawing.Color.Empty;
     this.panelAgent.Location          = new System.Drawing.Point(768, 43);
     this.panelAgent.Name            = "panelAgent";
     this.panelAgent.Size            = new System.Drawing.Size(287, 478);
     this.panelAgent.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelAgent.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelAgent.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelAgent.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelAgent.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelAgent.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelAgent.Style.GradientAngle = 90;
     this.panelAgent.TabIndex            = 1;
     //
     // lblEmpName
     //
     this.lblEmpName.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.lblEmpName.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.lblEmpName.Location  = new System.Drawing.Point(0, 455);
     this.lblEmpName.Name      = "lblEmpName";
     this.lblEmpName.Size      = new System.Drawing.Size(287, 23);
     this.lblEmpName.TabIndex  = 17;
     this.lblEmpName.Text      = "Employee Name";
     this.lblEmpName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblUpload
     //
     this.lblUpload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUpload.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.lblUpload.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblUpload.Font          = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUpload.Location      = new System.Drawing.Point(32, 406);
     this.lblUpload.Name          = "lblUpload";
     this.lblUpload.Size          = new System.Drawing.Size(223, 33);
     this.lblUpload.TabIndex      = 16;
     this.lblUpload.Text          = "Upload Image";
     this.lblUpload.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // btnTarget
     //
     this.btnTarget.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnTarget.ColorTable     = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.btnTarget.Location       = new System.Drawing.Point(193, 162);
     this.btnTarget.Name           = "btnTarget";
     this.btnTarget.Size           = new System.Drawing.Size(62, 23);
     this.btnTarget.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnTarget.TabIndex       = 15;
     this.btnTarget.Text           = "&Set Target";
     this.btnTarget.Click         += new System.EventHandler(this.btnTarget_Click);
     //
     // txtTarget
     //
     //
     //
     //
     this.txtTarget.BackgroundStyle.Class      = "DateTimeInputBackground";
     this.txtTarget.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtTarget.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
     this.txtTarget.Location   = new System.Drawing.Point(114, 162);
     this.txtTarget.MinValue   = 1;
     this.txtTarget.Name       = "txtTarget";
     this.txtTarget.ShowUpDown = true;
     this.txtTarget.Size       = new System.Drawing.Size(62, 20);
     this.txtTarget.TabIndex   = 14;
     this.txtTarget.Value      = 1;
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.labelX1.Location = new System.Drawing.Point(12, 162);
     this.labelX1.Name     = "labelX1";
     this.labelX1.Size     = new System.Drawing.Size(91, 18);
     this.labelX1.TabIndex = 13;
     this.labelX1.Text     = "Today\'s Target";
     //
     // pictureDP
     //
     this.pictureDP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureDP.Image       = ((System.Drawing.Image)(resources.GetObject("pictureDP.Image")));
     this.pictureDP.Location    = new System.Drawing.Point(32, 247);
     this.pictureDP.Name        = "pictureDP";
     this.pictureDP.Size        = new System.Drawing.Size(223, 192);
     this.pictureDP.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureDP.TabIndex    = 11;
     this.pictureDP.TabStop     = false;
     this.pictureDP.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.pictureDP_MouseDown);
     this.pictureDP.MouseEnter += new System.EventHandler(this.pictureDP_MouseEnter);
     this.pictureDP.MouseLeave += new System.EventHandler(this.pictureDP_MouseLeave);
     //
     // lblTargetMissed
     //
     this.lblTargetMissed.AutoSize = true;
     //
     //
     //
     this.lblTargetMissed.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblTargetMissed.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.lblTargetMissed.Location = new System.Drawing.Point(13, 124);
     this.lblTargetMissed.Name     = "lblTargetMissed";
     this.lblTargetMissed.Size     = new System.Drawing.Size(17, 18);
     this.lblTargetMissed.TabIndex = 10;
     this.lblTargetMissed.Text     = "03";
     //
     // lblTargetAchived
     //
     this.lblTargetAchived.AutoSize = true;
     //
     //
     //
     this.lblTargetAchived.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblTargetAchived.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.lblTargetAchived.Location = new System.Drawing.Point(13, 89);
     this.lblTargetAchived.Name     = "lblTargetAchived";
     this.lblTargetAchived.Size     = new System.Drawing.Size(17, 18);
     this.lblTargetAchived.TabIndex = 9;
     this.lblTargetAchived.Text     = "15";
     //
     // lblMonthlyPoints
     //
     this.lblMonthlyPoints.AutoSize = true;
     //
     //
     //
     this.lblMonthlyPoints.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblMonthlyPoints.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.lblMonthlyPoints.Location = new System.Drawing.Point(13, 54);
     this.lblMonthlyPoints.Name     = "lblMonthlyPoints";
     this.lblMonthlyPoints.Size     = new System.Drawing.Size(17, 18);
     this.lblMonthlyPoints.TabIndex = 6;
     this.lblMonthlyPoints.Text     = "26";
     //
     // lblPanelHeader
     //
     this.lblPanelHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.lblPanelHeader.AutoSize = true;
     //
     //
     //
     this.lblPanelHeader.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblPanelHeader.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11F);
     this.lblPanelHeader.Location = new System.Drawing.Point(63, 3);
     this.lblPanelHeader.Name     = "lblPanelHeader";
     this.lblPanelHeader.Size     = new System.Drawing.Size(112, 19);
     this.lblPanelHeader.TabIndex = 0;
     this.lblPanelHeader.Text     = "Overall Statistics";
     //
     // frmTarget
     //
     this.AcceptButton        = this.btnTarget;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1067, 548);
     this.Controls.Add(this.panelAgent);
     this.Controls.Add(this.chartBarTarget);
     this.DoubleBuffered = true;
     this.EnableGlass    = false;
     this.Name           = "frmTarget";
     this.Text           = "Target";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.Load          += new System.EventHandler(this.frmTarget_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartBarTarget)).EndInit();
     this.panelAgent.ResumeLayout(false);
     this.panelAgent.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtTarget)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureDP)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 60
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Strip            strip1            = new DevExpress.XtraCharts.Strip();
     DevExpress.XtraCharts.XYDiagramPane    xyDiagramPane1    = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisX   secondaryAxisX1   = new DevExpress.XtraCharts.SecondaryAxisX();
     DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY1   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions     pointOptions1     = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView2   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle       chartTitle1       = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.ChartTitle       chartTitle2       = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram        xyDiagram2        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Strip            strip2            = new DevExpress.XtraCharts.Strip();
     DevExpress.XtraCharts.XYDiagramPane    xyDiagramPane2    = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisX   secondaryAxisX2   = new DevExpress.XtraCharts.SecondaryAxisX();
     DevExpress.XtraCharts.Strip            strip3            = new DevExpress.XtraCharts.Strip();
     DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY2   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView3   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions     pointOptions2     = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView4   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle       chartTitle3       = new DevExpress.XtraCharts.ChartTitle();
     this.KEY               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gvCount           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.VALUE             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcCount           = new DevExpress.XtraGrid.GridControl();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.chartControl1     = new DevExpress.XtraCharts.ChartControl();
     this.chartControl2     = new DevExpress.XtraCharts.ChartControl();
     this.saveFileDialog1   = new System.Windows.Forms.SaveFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.gvCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcCount)).BeginInit();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(strip1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(strip2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(strip3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
     this.SuspendLayout();
     //
     // KEY
     //
     this.KEY.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.KEY.AppearanceHeader.Options.UseFont = true;
     this.KEY.Caption      = "统计量";
     this.KEY.FieldName    = "KEY";
     this.KEY.Name         = "KEY";
     this.KEY.Visible      = true;
     this.KEY.VisibleIndex = 0;
     this.KEY.Width        = 58;
     //
     // gvCount
     //
     this.gvCount.ColumnPanelRowHeight = 28;
     this.gvCount.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.KEY,
         this.VALUE
     });
     this.gvCount.GridControl = this.gcCount;
     this.gvCount.Name        = "gvCount";
     this.gvCount.OptionsBehavior.ReadOnly            = true;
     this.gvCount.OptionsView.EnableAppearanceEvenRow = true;
     this.gvCount.OptionsView.ShowGroupPanel          = false;
     this.gvCount.RowHeight = 26;
     //
     // VALUE
     //
     this.VALUE.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.VALUE.AppearanceHeader.Options.UseFont = true;
     this.VALUE.Caption      = "值";
     this.VALUE.FieldName    = "VALUE";
     this.VALUE.Name         = "VALUE";
     this.VALUE.Visible      = true;
     this.VALUE.VisibleIndex = 1;
     this.VALUE.Width        = 78;
     //
     // gcCount
     //
     this.gcCount.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gcCount.Location = new System.Drawing.Point(0, 3);
     this.gcCount.MainView = this.gvCount;
     this.gcCount.Margin   = new System.Windows.Forms.Padding(0, 3, 3, 3);
     this.gcCount.Name     = "gcCount";
     this.gcCount.Size     = new System.Drawing.Size(157, 397);
     this.gcCount.TabIndex = 3;
     this.gcCount.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvCount
     });
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.gcCount, 0, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(730, 403);
     this.tableLayoutPanel3.TabIndex = 4;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Controls.Add(this.chartControl1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.chartControl2, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(160, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 53.48101F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 46.51899F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(570, 403);
     this.tableLayoutPanel1.TabIndex = 2;
     //
     // chartControl1
     //
     this.chartControl1.AppearanceName   = "Northern Lights";
     xyDiagram1.AxisX.GridLines.Visible  = true;
     xyDiagram1.AxisX.Label.Angle        = -45;
     xyDiagram1.AxisX.Label.Antialiasing = true;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     strip1.MaxLimit.Enabled = false;
     strip1.MinLimit.Enabled = false;
     strip1.Name             = "Strip 1";
     strip1.ShowInLegend     = false;
     xyDiagram1.AxisX.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
         strip1
     });
     xyDiagram1.AxisX.Tickmarks.MinorVisible = false;
     xyDiagram1.AxisX.Tickmarks.Visible      = false;
     xyDiagram1.AxisX.Title.Font             = new System.Drawing.Font("Tahoma", 8F);
     xyDiagram1.AxisX.Title.Text             = "X控制图";
     xyDiagram1.AxisX.Visible = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "0";
     xyDiagram1.AxisY.GridLines.Visible          = false;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Visible = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "0";
     xyDiagram1.DefaultPane.Visible  = false;
     xyDiagram1.EnableAxisXScrolling = true;
     xyDiagram1.EnableAxisYScrolling = true;
     xyDiagram1.EnableAxisXZooming   = true;
     xyDiagram1.EnableAxisYZooming   = true;
     xyDiagramPane1.Name             = "xPane";
     xyDiagramPane1.PaneID           = 0;
     xyDiagramPane1.Weight           = 1.0053191489361701;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisX1.Alignment          = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisX1.AxisID             = 0;
     secondaryAxisX1.Label.Angle        = -45;
     secondaryAxisX1.Label.Antialiasing = true;
     secondaryAxisX1.Name = "xX";
     secondaryAxisX1.Range.ScrollingRange.SideMarginsEnabled = true;
     secondaryAxisX1.Range.SideMarginsEnabled   = true;
     secondaryAxisX1.Tickmarks.Visible          = false;
     secondaryAxisX1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesX.AddRange(new DevExpress.XtraCharts.SecondaryAxisX[] {
         secondaryAxisX1
     });
     secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID    = 0;
     secondaryAxisY1.Name      = "xY";
     secondaryAxisY1.Range.ScrollingRange.SideMarginsEnabled = true;
     secondaryAxisY1.Range.SideMarginsEnabled   = true;
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartControl1.Diagram                   = xyDiagram1;
     this.chartControl1.Dock                      = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.BackColor          = System.Drawing.Color.Thistle;
     this.chartControl1.Legend.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.chartControl1.Legend.EquallySpacedItems = false;
     this.chartControl1.Legend.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     this.chartControl1.Legend.MarkerSize         = new System.Drawing.Size(15, 15);
     this.chartControl1.Legend.SpacingVertical    = 5;
     this.chartControl1.Location                  = new System.Drawing.Point(0, 0);
     this.chartControl1.Margin                    = new System.Windows.Forms.Padding(0);
     this.chartControl1.Name                      = "chartControl1";
     pointSeriesLabel1.LineVisible                = true;
     pointSeriesLabel1.Visible                    = false;
     series1.Label             = pointSeriesLabel1;
     series1.Name              = "xSeries";
     lineSeriesView1.AxisXName = "xX";
     lineSeriesView1.AxisYName = "xY";
     lineSeriesView1.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     lineSeriesView1.LineMarkerOptions.Size = 8;
     lineSeriesView1.LineStyle.Thickness    = 1;
     lineSeriesView1.PaneName = "xPane";
     series1.View             = lineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel2.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel2;
     this.chartControl1.SeriesTemplate.LegendPointOptions      = pointOptions1;
     this.chartControl1.SeriesTemplate.SynchronizePointOptions = false;
     this.chartControl1.SeriesTemplate.View = lineSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(570, 215);
     this.chartControl1.TabIndex = 0;
     chartTitle1.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle2.Alignment       = System.Drawing.StringAlignment.Near;
     chartTitle2.Dock            = DevExpress.XtraCharts.ChartTitleDockStyle.Bottom;
     chartTitle2.Font            = new System.Drawing.Font("Tahoma", 9F);
     chartTitle2.Visible         = false;
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1,
         chartTitle2
     });
     this.chartControl1.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl1_CustomDrawSeriesPoint);
     this.chartControl1.MouseDown             += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDown);
     this.chartControl1.ObjectHotTracked      += new DevExpress.XtraCharts.HotTrackEventHandler(this.chartControl1_ObjectHotTracked);
     //
     // chartControl2
     //
     this.chartControl2.AppearanceName   = "Northern Lights";
     xyDiagram2.AxisX.GridLines.Visible  = true;
     xyDiagram2.AxisX.Label.Angle        = -45;
     xyDiagram2.AxisX.Label.Antialiasing = true;
     xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
     strip2.MaxLimit.Enabled = false;
     strip2.MinLimit.Enabled = false;
     strip2.Name             = "Strip 1";
     strip2.ShowInLegend     = false;
     xyDiagram2.AxisX.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
         strip2
     });
     xyDiagram2.AxisX.Tickmarks.Visible          = false;
     xyDiagram2.AxisX.Title.Alignment            = System.Drawing.StringAlignment.Near;
     xyDiagram2.AxisX.Title.Antialiasing         = false;
     xyDiagram2.AxisX.Title.Font                 = new System.Drawing.Font("Tahoma", 8F);
     xyDiagram2.AxisX.Title.Text                 = "S控制图";
     xyDiagram2.AxisX.Visible                    = false;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "0";
     xyDiagram2.AxisY.GridLines.Visible          = false;
     xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Visible = false;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "0;0";
     xyDiagram2.DefaultPane.Visible  = false;
     xyDiagram2.EnableAxisXScrolling = true;
     xyDiagram2.EnableAxisYScrolling = true;
     xyDiagram2.EnableAxisXZooming   = true;
     xyDiagram2.EnableAxisYZooming   = true;
     xyDiagramPane2.Name             = "sPane";
     xyDiagramPane2.PaneID           = 0;
     xyDiagramPane2.Weight           = 1.0053191489361701;
     xyDiagram2.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane2
     });
     secondaryAxisX2.Alignment          = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisX2.AxisID             = 0;
     secondaryAxisX2.Label.Angle        = -45;
     secondaryAxisX2.Label.Antialiasing = true;
     secondaryAxisX2.Name = "rX";
     secondaryAxisX2.Range.ScrollingRange.SideMarginsEnabled = true;
     secondaryAxisX2.Range.SideMarginsEnabled = true;
     strip3.MaxLimit.Enabled = false;
     strip3.MinLimit.Enabled = false;
     strip3.Name             = "Strip 1";
     strip3.ShowInLegend     = false;
     secondaryAxisX2.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
         strip3
     });
     secondaryAxisX2.Tickmarks.Visible          = false;
     secondaryAxisX2.VisibleInPanesSerializable = "0";
     xyDiagram2.SecondaryAxesX.AddRange(new DevExpress.XtraCharts.SecondaryAxisX[] {
         secondaryAxisX2
     });
     secondaryAxisY2.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY2.AxisID    = 0;
     secondaryAxisY2.Name      = "rY";
     secondaryAxisY2.Range.ScrollingRange.SideMarginsEnabled = true;
     secondaryAxisY2.Range.SideMarginsEnabled   = true;
     secondaryAxisY2.VisibleInPanesSerializable = "0";
     xyDiagram2.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY2
     });
     this.chartControl2.Diagram = xyDiagram2;
     this.chartControl2.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Legend.EquallySpacedItems = false;
     this.chartControl2.Legend.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     this.chartControl2.Legend.MarkerSize         = new System.Drawing.Size(15, 15);
     this.chartControl2.Legend.SpacingVertical    = 5;
     this.chartControl2.Location   = new System.Drawing.Point(0, 215);
     this.chartControl2.Margin     = new System.Windows.Forms.Padding(0);
     this.chartControl2.Name       = "chartControl2";
     pointSeriesLabel3.LineVisible = false;
     pointSeriesLabel3.Visible     = false;
     series2.Label             = pointSeriesLabel3;
     series2.Name              = "rSeries";
     lineSeriesView3.AxisXName = "rX";
     lineSeriesView3.AxisYName = "rY";
     lineSeriesView3.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     lineSeriesView3.LineMarkerOptions.Size = 8;
     lineSeriesView3.LineStyle.Thickness    = 1;
     lineSeriesView3.PaneName = "sPane";
     series2.View             = lineSeriesView3;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     pointSeriesLabel4.LineVisible           = true;
     this.chartControl2.SeriesTemplate.Label = pointSeriesLabel4;
     this.chartControl2.SeriesTemplate.LegendPointOptions      = pointOptions2;
     this.chartControl2.SeriesTemplate.SynchronizePointOptions = false;
     this.chartControl2.SeriesTemplate.View = lineSeriesView4;
     this.chartControl2.Size     = new System.Drawing.Size(570, 188);
     this.chartControl2.TabIndex = 1;
     chartTitle3.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle3
     });
     this.chartControl2.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl2_CustomDrawSeriesPoint);
     this.chartControl2.MouseDown             += new System.Windows.Forms.MouseEventHandler(this.chartControl2_MouseDown);
     this.chartControl2.ObjectHotTracked      += new DevExpress.XtraCharts.HotTrackEventHandler(this.chartControl2_ObjectHotTracked);
     //
     // Xbar_RChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel3);
     this.Name = "Xbar_RChart";
     this.Size = new System.Drawing.Size(730, 403);
     ((System.ComponentModel.ISupportInitialize)(this.gvCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcCount)).EndInit();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(strip1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(strip2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(strip3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     this.ResumeLayout(false);
 }