Example #1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram                xyDiagram1            = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series1               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineAreaSeriesView     splineAreaSeriesView1 = new DevExpress.XtraCharts.SplineAreaSeriesView();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.radStatusStrip1        = new Telerik.WinControls.UI.RadStatusStrip();
     this.statusText             = new Telerik.WinControls.UI.RadLabelElement();
     this.fluentDarkTheme1       = new Telerik.WinControls.Themes.FluentDarkTheme();
     this.memoEdit1              = new DevExpress.XtraEditors.MemoEdit();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chartControl1          = new DevExpress.XtraCharts.ChartControl();
     this.splitContainerControl3 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControl1          = new DevExpress.XtraEditors.GroupControl();
     this.simpleButton1          = new DevExpress.XtraEditors.SimpleButton();
     this.textEdit1              = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl3)).BeginInit();
     this.splitContainerControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // radStatusStrip1
     //
     this.radStatusStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.statusText
     });
     this.radStatusStrip1.Location  = new System.Drawing.Point(0, 612);
     this.radStatusStrip1.Name      = "radStatusStrip1";
     this.radStatusStrip1.Size      = new System.Drawing.Size(917, 25);
     this.radStatusStrip1.TabIndex  = 1;
     this.radStatusStrip1.ThemeName = "FluentDark";
     //
     // statusText
     //
     this.statusText.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     this.statusText.Font          = new System.Drawing.Font("微软雅黑", 9F);
     this.statusText.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.statusText.Name          = "statusText";
     this.statusText.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
     this.radStatusStrip1.SetSpring(this.statusText, true);
     this.statusText.Text     = "就绪";
     this.statusText.TextWrap = true;
     //
     // memoEdit1
     //
     this.memoEdit1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.memoEdit1.EditValue = "Server Auto Bash";
     this.memoEdit1.Location  = new System.Drawing.Point(0, 0);
     this.memoEdit1.Name      = "memoEdit1";
     this.memoEdit1.Properties.Appearance.Font            = new System.Drawing.Font("Consolas", 10.5F);
     this.memoEdit1.Properties.Appearance.Options.UseFont = true;
     this.memoEdit1.Size     = new System.Drawing.Size(426, 612);
     this.memoEdit1.TabIndex = 2;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name     = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.memoEdit1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerControl2);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(917, 612);
     this.splitContainerControl1.SplitterPosition = 426;
     this.splitContainerControl1.TabIndex         = 3;
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl2.Name       = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.chartControl1);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.splitContainerControl3);
     this.splitContainerControl2.Panel2.Text      = "Panel2";
     this.splitContainerControl2.Size             = new System.Drawing.Size(481, 612);
     this.splitContainerControl2.SplitterPosition = 260;
     this.splitContainerControl2.TabIndex         = 0;
     //
     // chartControl1
     //
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisX.VisualRange.Auto                 = false;
     xyDiagram1.AxisX.VisualRange.EndSideMargin        = 0D;
     xyDiagram1.AxisX.VisualRange.MaxValueSerializable = "240";
     xyDiagram1.AxisX.VisualRange.MinValueSerializable = "0";
     xyDiagram1.AxisX.VisualRange.StartSideMargin      = 0D;
     xyDiagram1.AxisX.WholeRange.Auto                 = false;
     xyDiagram1.AxisX.WholeRange.EndSideMargin        = 0D;
     xyDiagram1.AxisX.WholeRange.MaxValueSerializable = "240";
     xyDiagram1.AxisX.WholeRange.MinValueSerializable = "0";
     xyDiagram1.AxisX.WholeRange.StartSideMargin      = 0D;
     xyDiagram1.AxisY.VisibleInPanesSerializable      = "-1";
     this.chartControl1.Diagram     = xyDiagram1;
     this.chartControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Name = "Default Legend";
     this.chartControl1.Location    = new System.Drawing.Point(0, 0);
     this.chartControl1.Name        = "chartControl1";
     series1.Name = "Java";
     splineAreaSeriesView1.Color        = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80)))));
     splineAreaSeriesView1.Transparency = ((byte)(205));
     series1.View = splineAreaSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size     = new System.Drawing.Size(481, 260);
     this.chartControl1.TabIndex = 0;
     //
     // splitContainerControl3
     //
     this.splitContainerControl3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl3.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl3.Name     = "splitContainerControl3";
     this.splitContainerControl3.Panel1.Controls.Add(this.groupControl1);
     this.splitContainerControl3.Panel1.Text = "Panel1";
     this.splitContainerControl3.Panel2.Controls.Add(this.simpleButton1);
     this.splitContainerControl3.Panel2.Controls.Add(this.textEdit1);
     this.splitContainerControl3.Panel2.Text      = "Panel2";
     this.splitContainerControl3.Size             = new System.Drawing.Size(481, 342);
     this.splitContainerControl3.SplitterPosition = 271;
     this.splitContainerControl3.TabIndex         = 0;
     //
     // groupControl1
     //
     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(271, 342);
     this.groupControl1.TabIndex = 1;
     this.groupControl1.Text     = "Task";
     //
     // simpleButton1
     //
     this.simpleButton1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.simpleButton1.Location = new System.Drawing.Point(0, 312);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(200, 30);
     this.simpleButton1.TabIndex = 3;
     this.simpleButton1.Text     = "Send";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // textEdit1
     //
     this.textEdit1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.textEdit1.Location = new System.Drawing.Point(0, 0);
     this.textEdit1.Name     = "textEdit1";
     this.textEdit1.Properties.Appearance.Font            = new System.Drawing.Font("Consolas", 9F);
     this.textEdit1.Properties.Appearance.Options.UseFont = true;
     this.textEdit1.Properties.AutoHeight = false;
     this.textEdit1.Size     = new System.Drawing.Size(200, 342);
     this.textEdit1.TabIndex = 2;
     //
     // Form1
     //
     this.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(917, 637);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.radStatusStrip1);
     this.DoubleBuffered      = true;
     this.IconOptions.Icon    = ((System.Drawing.Icon)(resources.GetObject("Form1.IconOptions.Icon")));
     this.Margin              = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name                = "Form1";
     this.StartPosition       = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text                = "Server Auto Commander";
     this.TopMost             = true;
     this.FormClosing        += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.Load               += new System.EventHandler(this.Form1_Load);
     this.RightToLeftChanged += new System.EventHandler(this.Form1_RightToLeftChanged);
     this.KeyDown            += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
     this.KeyPress           += new System.Windows.Forms.KeyPressEventHandler(this.Form1_KeyPress);
     ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl3)).EndInit();
     this.splitContainerControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
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);
 }
		/// <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);

		}
        /// <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);

        }
Example #5
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);
 }
        /// <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);

        }
Example #7
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.SplineAreaSeriesView splineAreaSeriesView1 = new DevExpress.XtraCharts.SplineAreaSeriesView();
     DevExpress.XtraCharts.Series               series2               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView2 = new DevExpress.XtraCharts.SplineAreaSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.bdsAgeGender  = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bdsAgeGender)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.DataSource = this.bdsAgeGender;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisX.WholeRange.EndSideMargin   = 0D;
     xyDiagram1.AxisX.WholeRange.StartSideMargin = 0D;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram     = xyDiagram1;
     this.chartControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Name = "Default Legend";
     this.chartControl1.Location    = new System.Drawing.Point(0, 0);
     this.chartControl1.Name        = "chartControl1";
     series1.ArgumentDataMember     = "Decade";
     series1.ColorDataMember        = "Gender";
     series1.Name = "남자";
     series1.ValueDataMembersSerializable = "Count";
     series1.View = splineAreaSeriesView1;
     series2.ArgumentDataMember = "Decade";
     series2.ColorDataMember    = "Gender";
     series2.Name = "여자";
     series2.ValueDataMembersSerializable = "Count";
     series2.View = splineAreaSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.SeriesTemplate.ArgumentDataMember           = "Count";
     this.chartControl1.SeriesTemplate.ColorDataMember              = "Gender";
     this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Decade";
     this.chartControl1.Size     = new System.Drawing.Size(871, 543);
     this.chartControl1.TabIndex = 0;
     //
     // bdsAgeGender
     //
     this.bdsAgeGender.DataSource = typeof(EBook.Data.Models.DecadeExtraSummary);
     //
     // Age_GenderChartForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(871, 543);
     this.Controls.Add(this.chartControl1);
     this.Name = "Age_GenderChartForm";
     this.Text = "연령/성별 차트";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bdsAgeGender)).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.CustomAxisLabel  customAxisLabel1  = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel  customAxisLabel2  = new DevExpress.XtraCharts.CustomAxisLabel();
     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)(1D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] {
         ((object)(3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] {
         ((object)(4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("E", new object[] {
         ((object)(1D))
     });
     DevExpress.XtraCharts.SplineAreaSeriesView     splineAreaSeriesView1     = new DevExpress.XtraCharts.SplineAreaSeriesView();
     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)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     customAxisLabel1.AxisValueSerializable = "A";
     customAxisLabel1.Name = "Start";
     customAxisLabel2.AxisValueSerializable = "E";
     customAxisLabel2.Name = "End";
     xyDiagram1.AxisX.CustomLabels.AddRange(new DevExpress.XtraCharts.CustomAxisLabel[] {
         customAxisLabel1,
         customAxisLabel2
     });
     xyDiagram1.AxisX.GridLines.MinorVisible     = true;
     xyDiagram1.AxisX.GridLines.Visible          = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.GridLines.Visible          = false;
     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,
         seriesPoint5
     });
     series1.View = splineAreaSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     sideBySideBarSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.SeriesTemplate.Label  = sideBySideBarSeriesLabel1;
     this.chartControl1.Size     = new System.Drawing.Size(449, 285);
     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(449, 285);
     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)(splineAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Example #9
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(Fuel));
            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.SplineAreaSeriesView splineAreaSeriesView2 = new DevExpress.XtraCharts.SplineAreaSeriesView();
            this.tabctrlFuel = new DevExpress.XtraTab.XtraTabControl();
            this.tabpageFuel = new DevExpress.XtraTab.XtraTabPage();
            this.txtPLNCurrency = new DevExpress.XtraEditors.TextEdit();
            this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
            this.btnImportTotal = new DevExpress.XtraEditors.SimpleButton();
            this.iclSmall = new DevExpress.Utils.ImageCollection(this.components);
            this.btnExportToExcel = new DevExpress.XtraEditors.SimpleButton();
            this.bbiRemove = new DevExpress.XtraEditors.SimpleButton();
            this.bbiAddFuel = new DevExpress.XtraEditors.SimpleButton();
            this.btnSearchFuel = new DevExpress.XtraEditors.SimpleButton();
            this.gdcFuel = new DevExpress.XtraGrid.GridControl();
            this.gdvFuel = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gdcoInvoiceOK = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoInvoiceReceived = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoPrivateTanking = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoEmployee = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoVehicle = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoFuelType = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoLocation = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoVehicleKilometreCounter = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoSupplier = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoQuantityCorrection = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoUnityPrice = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoTotalPrice = new DevExpress.XtraGrid.Columns.GridColumn();
            this.cbxPrivate = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.dteDateTo = new DevExpress.XtraEditors.DateEdit();
            this.dteDateFrom = new DevExpress.XtraEditors.DateEdit();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.cmbVehicle = new DevExpress.XtraEditors.ComboBoxEdit();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.cmbEmployee = new DevExpress.XtraEditors.ComboBoxEdit();
            this.cmbFuel = new DevExpress.XtraEditors.ComboBoxEdit();
            this.cmbSupplier = new DevExpress.XtraEditors.ComboBoxEdit();
            this.tabpageDelivery = new DevExpress.XtraTab.XtraTabPage();
            this.btnExportToExcelFuelDelivery = new DevExpress.XtraEditors.SimpleButton();
            this.btnRemoveFuelDelivery = new DevExpress.XtraEditors.SimpleButton();
            this.btnNewFuelDelivery = new DevExpress.XtraEditors.SimpleButton();
            this.gdcFuelDelivery = new DevExpress.XtraGrid.GridControl();
            this.gdvFuelDelivery = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gdcoFuelDeliverySupplier = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoFuelDeliveryDateDelivery = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoFuelDeliveryDateInvoice = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoFuelDeliveryLocation = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcFuelDeliveryQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoFuelDeliveryUnityPrice = new DevExpress.XtraGrid.Columns.GridColumn();
            this.btnSearchFuelDelivery = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.dteDateToDelivery = new DevExpress.XtraEditors.DateEdit();
            this.dteDateFromDelivery = new DevExpress.XtraEditors.DateEdit();
            this.tabpageCorrection = new DevExpress.XtraTab.XtraTabPage();
            this.btnAddFuelCorrection = new DevExpress.XtraEditors.SimpleButton();
            this.bbiRemoveFuelCorrection = new DevExpress.XtraEditors.SimpleButton();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.gdcFuelCorrectionCalc = new DevExpress.XtraGrid.GridControl();
            this.gdvFuelCorrectionCalc = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gdcoDateFuelCorrectionCalc = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoVehicleFuelCorrectionCalc = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoQuantityFuelCorrectionCalc = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoQuantityCorrectionFuelCorrectionCalc = new DevExpress.XtraGrid.Columns.GridColumn();
            this.dteDateFromCorrection = new DevExpress.XtraEditors.DateEdit();
            this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
            this.dteDateToCorrection = new DevExpress.XtraEditors.DateEdit();
            this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
            this.spinQuantityCorrection = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
            this.spinMaxQuantity = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.ccbxVehiclesNotIncluded = new DevExpress.XtraEditors.CheckedComboBoxEdit();
            this.ccbxSuppliersIncluded = new DevExpress.XtraEditors.CheckedComboBoxEdit();
            this.btnSaveCorrection = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.btnCancelCorrection = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.btnCalculateCorrection = new DevExpress.XtraEditors.SimpleButton();
            this.gdcFuelCorrection = new DevExpress.XtraGrid.GridControl();
            this.gdvFuelCorrection = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gdcoFuelCorDateFrom = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoFuelCorDateTo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gdcoFuelCorQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tabpageFuelReport = new DevExpress.XtraTab.XtraTabPage();
            this.cbxTurnOverByTimeFrameLabel = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
            this.btn3J = new DevExpress.XtraEditors.SimpleButton();
            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.btnImage = new DevExpress.XtraEditors.SimpleButton();
            this.iclLarge = new DevExpress.Utils.ImageCollection(this.components);
            this.btnPDF = new DevExpress.XtraEditors.SimpleButton();
            this.chartFuelDelivery = new DevExpress.XtraCharts.ChartControl();
            this.fuelDeliveryObjectCollectionBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.toolTipController2 = new DevExpress.Utils.ToolTipController(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.tabctrlFuel)).BeginInit();
            this.tabctrlFuel.SuspendLayout();
            this.tabpageFuel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtPLNCurrency.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.iclSmall)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gdcFuel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gdvFuel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxPrivate.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateTo.Properties.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateTo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateFrom.Properties.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateFrom.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbVehicle.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbEmployee.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbFuel.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbSupplier.Properties)).BeginInit();
            this.tabpageDelivery.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gdcFuelDelivery)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gdvFuelDelivery)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateToDelivery.Properties.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateToDelivery.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateFromDelivery.Properties.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateFromDelivery.Properties)).BeginInit();
            this.tabpageCorrection.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gdcFuelCorrectionCalc)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gdvFuelCorrectionCalc)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateFromCorrection.Properties.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateFromCorrection.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateToCorrection.Properties.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateToCorrection.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinQuantityCorrection.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinMaxQuantity.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ccbxVehiclesNotIncluded.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ccbxSuppliersIncluded.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gdcFuelCorrection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gdvFuelCorrection)).BeginInit();
            this.tabpageFuelReport.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cbxTurnOverByTimeFrameLabel.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.iclLarge)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartFuelDelivery)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fuelDeliveryObjectCollectionBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // tabctrlFuel
            // 
            this.tabctrlFuel.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.tabctrlFuel.Location = new System.Drawing.Point(3, 4);
            this.tabctrlFuel.LookAndFeel.SkinName = "Office 2010 Blue";
            this.tabctrlFuel.LookAndFeel.UseDefaultLookAndFeel = false;
            this.tabctrlFuel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tabctrlFuel.Name = "tabctrlFuel";
            this.tabctrlFuel.SelectedTabPage = this.tabpageFuel;
            this.tabctrlFuel.Size = new System.Drawing.Size(1167, 703);
            this.tabctrlFuel.TabIndex = 0;
            this.tabctrlFuel.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabpageFuel,
            this.tabpageDelivery,
            this.tabpageCorrection,
            this.tabpageFuelReport});
            // 
            // tabpageFuel
            // 
            this.tabpageFuel.Controls.Add(this.txtPLNCurrency);
            this.tabpageFuel.Controls.Add(this.labelControl16);
            this.tabpageFuel.Controls.Add(this.btnImportTotal);
            this.tabpageFuel.Controls.Add(this.btnExportToExcel);
            this.tabpageFuel.Controls.Add(this.bbiRemove);
            this.tabpageFuel.Controls.Add(this.bbiAddFuel);
            this.tabpageFuel.Controls.Add(this.btnSearchFuel);
            this.tabpageFuel.Controls.Add(this.gdcFuel);
            this.tabpageFuel.Controls.Add(this.cbxPrivate);
            this.tabpageFuel.Controls.Add(this.labelControl6);
            this.tabpageFuel.Controls.Add(this.labelControl5);
            this.tabpageFuel.Controls.Add(this.dteDateTo);
            this.tabpageFuel.Controls.Add(this.dteDateFrom);
            this.tabpageFuel.Controls.Add(this.labelControl4);
            this.tabpageFuel.Controls.Add(this.cmbVehicle);
            this.tabpageFuel.Controls.Add(this.labelControl3);
            this.tabpageFuel.Controls.Add(this.labelControl2);
            this.tabpageFuel.Controls.Add(this.labelControl1);
            this.tabpageFuel.Controls.Add(this.cmbEmployee);
            this.tabpageFuel.Controls.Add(this.cmbFuel);
            this.tabpageFuel.Controls.Add(this.cmbSupplier);
            this.tabpageFuel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tabpageFuel.Name = "tabpageFuel";
            this.tabpageFuel.Size = new System.Drawing.Size(1161, 672);
            this.tabpageFuel.Text = "Fuel";
            // 
            // txtPLNCurrency
            // 
            this.txtPLNCurrency.EditValue = "4.1556";
            this.txtPLNCurrency.Location = new System.Drawing.Point(1038, 58);
            this.txtPLNCurrency.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txtPLNCurrency.Name = "txtPLNCurrency";
            this.txtPLNCurrency.Properties.Mask.EditMask = "n4";
            this.txtPLNCurrency.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtPLNCurrency.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtPLNCurrency.Size = new System.Drawing.Size(111, 22);
            this.txtPLNCurrency.TabIndex = 73;
            // 
            // labelControl16
            // 
            this.labelControl16.Location = new System.Drawing.Point(938, 62);
            this.labelControl16.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl16.Name = "labelControl16";
            this.labelControl16.Size = new System.Drawing.Size(97, 16);
            this.labelControl16.TabIndex = 72;
            this.labelControl16.Text = "PLN  Wisselkoers";
            // 
            // btnImportTotal
            // 
            this.btnImportTotal.ImageIndex = 15;
            this.btnImportTotal.ImageList = this.iclSmall;
            this.btnImportTotal.Location = new System.Drawing.Point(1038, 90);
            this.btnImportTotal.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnImportTotal.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnImportTotal.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnImportTotal.Name = "btnImportTotal";
            this.btnImportTotal.Size = new System.Drawing.Size(111, 30);
            this.btnImportTotal.TabIndex = 70;
            this.btnImportTotal.Text = "Import Total";
            this.btnImportTotal.Click += new System.EventHandler(this.btnImportTotal_Click);
            // 
            // iclSmall
            // 
            this.iclSmall.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("iclSmall.ImageStream")));
            this.iclSmall.Images.SetKeyName(0, "add_user_16.png");
            this.iclSmall.Images.SetKeyName(1, "arrow_left_16.png");
            this.iclSmall.Images.SetKeyName(2, "arrow_left_16_d.png");
            this.iclSmall.Images.SetKeyName(3, "arrow_left_16_h.png");
            this.iclSmall.Images.SetKeyName(4, "arrow_right_16.png");
            this.iclSmall.Images.SetKeyName(5, "arrow_right_16_d.png");
            this.iclSmall.Images.SetKeyName(6, "arrow_right_16_h.png");
            this.iclSmall.Images.SetKeyName(7, "copy_clipboard_16.png");
            this.iclSmall.Images.SetKeyName(8, "copy_clipboard_16_d.png");
            this.iclSmall.Images.SetKeyName(9, "copy_clipboard_16_h.png");
            this.iclSmall.Images.SetKeyName(10, "copy_clipboard_lined_16.png");
            this.iclSmall.Images.SetKeyName(11, "copy_clipboard_lined_16_d.png");
            this.iclSmall.Images.SetKeyName(12, "copy_clipboard_lined_16_h.png");
            this.iclSmall.Images.SetKeyName(13, "copy_to_folder_16.png");
            this.iclSmall.Images.SetKeyName(14, "copy_to_folder_16_d.png");
            this.iclSmall.Images.SetKeyName(15, "copy_to_folder_16_h.png");
            this.iclSmall.Images.SetKeyName(16, "cut_clipboard_16.png");
            this.iclSmall.Images.SetKeyName(17, "cut_clipboard_16_d.png");
            this.iclSmall.Images.SetKeyName(18, "cut_clipboard_16_h.png");
            this.iclSmall.Images.SetKeyName(19, "delete_16.png");
            this.iclSmall.Images.SetKeyName(20, "delete_16_d.png");
            this.iclSmall.Images.SetKeyName(21, "delete_16_h.png");
            this.iclSmall.Images.SetKeyName(22, "dollar_16.png");
            this.iclSmall.Images.SetKeyName(23, "equipment_16.png");
            this.iclSmall.Images.SetKeyName(24, "excel-16.png");
            this.iclSmall.Images.SetKeyName(25, "favorites_16.png");
            this.iclSmall.Images.SetKeyName(26, "favorites_16_d.png");
            this.iclSmall.Images.SetKeyName(27, "favorites_16_h.png");
            this.iclSmall.Images.SetKeyName(28, "folder_closed_16.png");
            this.iclSmall.Images.SetKeyName(29, "folder_closed_16_d.png");
            this.iclSmall.Images.SetKeyName(30, "folder_closed_16_h.png");
            this.iclSmall.Images.SetKeyName(31, "folder_open_16.png");
            this.iclSmall.Images.SetKeyName(32, "folder_open_16_d.png");
            this.iclSmall.Images.SetKeyName(33, "folder_open_16_h.png");
            this.iclSmall.Images.SetKeyName(34, "folder_options_16.png");
            this.iclSmall.Images.SetKeyName(35, "folder_options_16_d.png");
            this.iclSmall.Images.SetKeyName(36, "folder_options_16_h.png");
            this.iclSmall.Images.SetKeyName(37, "folder_options_b_16.png");
            this.iclSmall.Images.SetKeyName(38, "folder_options_b_16_d.png");
            this.iclSmall.Images.SetKeyName(39, "folder_options_b_16_h.png");
            this.iclSmall.Images.SetKeyName(40, "folders_16.png");
            this.iclSmall.Images.SetKeyName(41, "folders_16_d.png");
            this.iclSmall.Images.SetKeyName(42, "folders_16_h.png");
            this.iclSmall.Images.SetKeyName(43, "help-16.png");
            this.iclSmall.Images.SetKeyName(44, "history_1_16.png");
            this.iclSmall.Images.SetKeyName(45, "history_1_16_d.png");
            this.iclSmall.Images.SetKeyName(46, "history_1_16_h.png");
            this.iclSmall.Images.SetKeyName(47, "history_16.png");
            this.iclSmall.Images.SetKeyName(48, "history_16_d.png");
            this.iclSmall.Images.SetKeyName(49, "history_16_h.png");
            this.iclSmall.Images.SetKeyName(50, "history_b1_16.png");
            this.iclSmall.Images.SetKeyName(51, "history_b1_16_d.png");
            this.iclSmall.Images.SetKeyName(52, "history_b1_16_h.png");
            this.iclSmall.Images.SetKeyName(53, "history_b_16.png");
            this.iclSmall.Images.SetKeyName(54, "history_b_16_d.png");
            this.iclSmall.Images.SetKeyName(55, "history_b_16_h.png");
            this.iclSmall.Images.SetKeyName(56, "home_16.png");
            this.iclSmall.Images.SetKeyName(57, "home_16_d.png");
            this.iclSmall.Images.SetKeyName(58, "home_16_h.png");
            this.iclSmall.Images.SetKeyName(59, "info-16.png");
            this.iclSmall.Images.SetKeyName(60, "logout_16.png");
            this.iclSmall.Images.SetKeyName(61, "mail_16.png");
            this.iclSmall.Images.SetKeyName(62, "mail_16_d.png");
            this.iclSmall.Images.SetKeyName(63, "mail_16_h.png");
            this.iclSmall.Images.SetKeyName(64, "mail_b_16.png");
            this.iclSmall.Images.SetKeyName(65, "mail_b_16_d.png");
            this.iclSmall.Images.SetKeyName(66, "mail_b_16_h.png");
            this.iclSmall.Images.SetKeyName(67, "move_to_folder_16.png");
            this.iclSmall.Images.SetKeyName(68, "move_to_folder_16_d.png");
            this.iclSmall.Images.SetKeyName(69, "move_to_folder_16_h.png");
            this.iclSmall.Images.SetKeyName(70, "new_document_16.png");
            this.iclSmall.Images.SetKeyName(71, "new_document_16_d.png");
            this.iclSmall.Images.SetKeyName(72, "new_document_16_h.png");
            this.iclSmall.Images.SetKeyName(73, "new_document_lined_16.png");
            this.iclSmall.Images.SetKeyName(74, "new_document_lined_16_d.png");
            this.iclSmall.Images.SetKeyName(75, "new_document_lined_16_h.png");
            this.iclSmall.Images.SetKeyName(76, "ok_16.png");
            this.iclSmall.Images.SetKeyName(77, "open_document_16.png");
            this.iclSmall.Images.SetKeyName(78, "open_document_16_d.png");
            this.iclSmall.Images.SetKeyName(79, "open_document_16_h.png");
            this.iclSmall.Images.SetKeyName(80, "paste_clipboard_16.png");
            this.iclSmall.Images.SetKeyName(81, "paste_clipboard_16_d.png");
            this.iclSmall.Images.SetKeyName(82, "paste_clipboard_16_h.png");
            this.iclSmall.Images.SetKeyName(83, "paste_clipboard_lined_16.png");
            this.iclSmall.Images.SetKeyName(84, "paste_clipboard_lined_16_d.png");
            this.iclSmall.Images.SetKeyName(85, "paste_clipboard_lined_16_h.png");
            this.iclSmall.Images.SetKeyName(86, "print_16.png");
            this.iclSmall.Images.SetKeyName(87, "print_16_d.png");
            this.iclSmall.Images.SetKeyName(88, "print_16_h.png");
            this.iclSmall.Images.SetKeyName(89, "print_preview_16.png");
            this.iclSmall.Images.SetKeyName(90, "print_preview_16_d.png");
            this.iclSmall.Images.SetKeyName(91, "print_preview_16_h.png");
            this.iclSmall.Images.SetKeyName(92, "print_preview_lined_16.png");
            this.iclSmall.Images.SetKeyName(93, "print_preview_lined_16_d.png");
            this.iclSmall.Images.SetKeyName(94, "print_preview_lined_16_h.png");
            this.iclSmall.Images.SetKeyName(95, "properties_document_16.png");
            this.iclSmall.Images.SetKeyName(96, "properties_document_16_d.png");
            this.iclSmall.Images.SetKeyName(97, "properties_document_16_h.png");
            this.iclSmall.Images.SetKeyName(98, "properties_document_b_16.png");
            this.iclSmall.Images.SetKeyName(99, "properties_document_b_16_d.png");
            this.iclSmall.Images.SetKeyName(100, "properties_document_b_16_h.png");
            this.iclSmall.Images.SetKeyName(101, "properties_document_b_lined_16.png");
            this.iclSmall.Images.SetKeyName(102, "properties_document_b_lined_16_d.png");
            this.iclSmall.Images.SetKeyName(103, "properties_document_b_lined_16_h.png");
            this.iclSmall.Images.SetKeyName(104, "properties_document_lined_16.png");
            this.iclSmall.Images.SetKeyName(105, "properties_document_lined_16_d.png");
            this.iclSmall.Images.SetKeyName(106, "properties_document_lined_16_h.png");
            this.iclSmall.Images.SetKeyName(107, "redo_16.png");
            this.iclSmall.Images.SetKeyName(108, "redo_16_d.png");
            this.iclSmall.Images.SetKeyName(109, "redo_16_h.png");
            this.iclSmall.Images.SetKeyName(110, "redo_square_16.png");
            this.iclSmall.Images.SetKeyName(111, "redo_square_16_d.png");
            this.iclSmall.Images.SetKeyName(112, "redo_square_16_h.png");
            this.iclSmall.Images.SetKeyName(113, "refresh_document_16.png");
            this.iclSmall.Images.SetKeyName(114, "refresh_document_16_d.png");
            this.iclSmall.Images.SetKeyName(115, "refresh_document_16_h.png");
            this.iclSmall.Images.SetKeyName(116, "run_16.png");
            this.iclSmall.Images.SetKeyName(117, "save_16.png");
            this.iclSmall.Images.SetKeyName(118, "save_16_d.png");
            this.iclSmall.Images.SetKeyName(119, "save_16_h.png");
            this.iclSmall.Images.SetKeyName(120, "search_16.png");
            this.iclSmall.Images.SetKeyName(121, "search_16_d.png");
            this.iclSmall.Images.SetKeyName(122, "search_16_h.png");
            this.iclSmall.Images.SetKeyName(123, "stop_16.png");
            this.iclSmall.Images.SetKeyName(124, "stop_16_d.png");
            this.iclSmall.Images.SetKeyName(125, "stop_16_h.png");
            this.iclSmall.Images.SetKeyName(126, "undo_16.png");
            this.iclSmall.Images.SetKeyName(127, "undo_16_d.png");
            this.iclSmall.Images.SetKeyName(128, "undo_16_h.png");
            this.iclSmall.Images.SetKeyName(129, "undo_square_16.png");
            this.iclSmall.Images.SetKeyName(130, "undo_square_16_d.png");
            this.iclSmall.Images.SetKeyName(131, "undo_square_16_h.png");
            this.iclSmall.Images.SetKeyName(132, "up_folder_16.png");
            this.iclSmall.Images.SetKeyName(133, "up_folder_16_d.png");
            this.iclSmall.Images.SetKeyName(134, "up_folder_16_h.png");
            this.iclSmall.Images.SetKeyName(135, "user_16.png");
            this.iclSmall.Images.SetKeyName(136, "users_16.png");
            this.iclSmall.Images.SetKeyName(137, "view_16.png");
            this.iclSmall.Images.SetKeyName(138, "view_16_d.png");
            this.iclSmall.Images.SetKeyName(139, "view_16_h.png");
            this.iclSmall.Images.SetKeyName(140, "label_16.png");
            // 
            // btnExportToExcel
            // 
            this.btnExportToExcel.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.btnExportToExcel.ImageIndex = 24;
            this.btnExportToExcel.ImageList = this.iclSmall;
            this.btnExportToExcel.Location = new System.Drawing.Point(1128, 130);
            this.btnExportToExcel.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnExportToExcel.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnExportToExcel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnExportToExcel.Name = "btnExportToExcel";
            this.btnExportToExcel.Size = new System.Drawing.Size(28, 30);
            this.btnExportToExcel.TabIndex = 69;
            this.btnExportToExcel.Click += new System.EventHandler(this.btnExportToExcel_Click);
            // 
            // bbiRemove
            // 
            this.bbiRemove.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.bbiRemove.ImageIndex = 21;
            this.bbiRemove.ImageList = this.iclSmall;
            this.bbiRemove.Location = new System.Drawing.Point(1128, 202);
            this.bbiRemove.LookAndFeel.SkinName = "Office 2010 Blue";
            this.bbiRemove.LookAndFeel.UseDefaultLookAndFeel = false;
            this.bbiRemove.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.bbiRemove.Name = "bbiRemove";
            this.bbiRemove.Size = new System.Drawing.Size(28, 30);
            this.bbiRemove.TabIndex = 68;
            this.bbiRemove.Click += new System.EventHandler(this.bbiRemove_Click);
            // 
            // bbiAddFuel
            // 
            this.bbiAddFuel.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.bbiAddFuel.ImageIndex = 27;
            this.bbiAddFuel.ImageList = this.iclSmall;
            this.bbiAddFuel.Location = new System.Drawing.Point(1128, 165);
            this.bbiAddFuel.LookAndFeel.SkinName = "Office 2010 Blue";
            this.bbiAddFuel.LookAndFeel.UseDefaultLookAndFeel = false;
            this.bbiAddFuel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.bbiAddFuel.Name = "bbiAddFuel";
            this.bbiAddFuel.Size = new System.Drawing.Size(28, 30);
            this.bbiAddFuel.TabIndex = 67;
            this.bbiAddFuel.Click += new System.EventHandler(this.bbiAddFuel_Click);
            // 
            // btnSearchFuel
            // 
            this.btnSearchFuel.ImageIndex = 122;
            this.btnSearchFuel.ImageList = this.iclSmall;
            this.btnSearchFuel.Location = new System.Drawing.Point(1038, 20);
            this.btnSearchFuel.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnSearchFuel.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnSearchFuel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnSearchFuel.Name = "btnSearchFuel";
            this.btnSearchFuel.Size = new System.Drawing.Size(111, 30);
            this.btnSearchFuel.TabIndex = 66;
            this.btnSearchFuel.Text = "Zoeken";
            this.btnSearchFuel.Click += new System.EventHandler(this.btnSearchFuel_Click);
            // 
            // gdcFuel
            // 
            this.gdcFuel.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.gdcFuel.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gdcFuel.Location = new System.Drawing.Point(3, 130);
            this.gdcFuel.LookAndFeel.SkinName = "Office 2010 Blue";
            this.gdcFuel.LookAndFeel.UseDefaultLookAndFeel = false;
            this.gdcFuel.MainView = this.gdvFuel;
            this.gdcFuel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gdcFuel.Name = "gdcFuel";
            this.gdcFuel.Size = new System.Drawing.Size(1118, 542);
            this.gdcFuel.TabIndex = 65;
            this.gdcFuel.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gdvFuel});
            // 
            // gdvFuel
            // 
            this.gdvFuel.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gdcoInvoiceOK,
            this.gdcoInvoiceReceived,
            this.gdcoPrivateTanking,
            this.gdcoDate,
            this.gdcoEmployee,
            this.gdcoVehicle,
            this.gdcoFuelType,
            this.gdcoLocation,
            this.gdcoVehicleKilometreCounter,
            this.gdcoSupplier,
            this.gdcoQuantity,
            this.gdcoQuantityCorrection,
            this.gdcoUnityPrice,
            this.gdcoTotalPrice});
            this.gdvFuel.GridControl = this.gdcFuel;
            this.gdvFuel.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TotalPrice", null, "(Som = {0:c2})")});
            this.gdvFuel.Name = "gdvFuel";
            this.gdvFuel.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
            this.gdvFuel.OptionsFind.AlwaysVisible = true;
            this.gdvFuel.OptionsView.ShowAutoFilterRow = true;
            this.gdvFuel.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways;
            this.gdvFuel.OptionsView.ShowFooter = true;
            this.gdvFuel.DoubleClick += new System.EventHandler(this.gdvFuel_DoubleClick);
            // 
            // gdcoInvoiceOK
            // 
            this.gdcoInvoiceOK.Caption = "F OK";
            this.gdcoInvoiceOK.FieldName = "InvoiceOK";
            this.gdcoInvoiceOK.Name = "gdcoInvoiceOK";
            this.gdcoInvoiceOK.OptionsColumn.AllowEdit = false;
            this.gdcoInvoiceOK.Visible = true;
            this.gdcoInvoiceOK.VisibleIndex = 0;
            this.gdcoInvoiceOK.Width = 38;
            // 
            // gdcoInvoiceReceived
            // 
            this.gdcoInvoiceReceived.Caption = "F Ontv";
            this.gdcoInvoiceReceived.FieldName = "InvoiceReceived";
            this.gdcoInvoiceReceived.Name = "gdcoInvoiceReceived";
            this.gdcoInvoiceReceived.OptionsColumn.AllowEdit = false;
            this.gdcoInvoiceReceived.Visible = true;
            this.gdcoInvoiceReceived.VisibleIndex = 1;
            this.gdcoInvoiceReceived.Width = 47;
            // 
            // gdcoPrivateTanking
            // 
            this.gdcoPrivateTanking.Caption = "Privé";
            this.gdcoPrivateTanking.FieldName = "PrivateTanking";
            this.gdcoPrivateTanking.Name = "gdcoPrivateTanking";
            this.gdcoPrivateTanking.OptionsColumn.AllowEdit = false;
            this.gdcoPrivateTanking.Visible = true;
            this.gdcoPrivateTanking.VisibleIndex = 2;
            this.gdcoPrivateTanking.Width = 37;
            // 
            // gdcoDate
            // 
            this.gdcoDate.Caption = "Datum";
            this.gdcoDate.DisplayFormat.FormatString = "g";
            this.gdcoDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.gdcoDate.FieldName = "Date";
            this.gdcoDate.Name = "gdcoDate";
            this.gdcoDate.OptionsColumn.AllowEdit = false;
            this.gdcoDate.Visible = true;
            this.gdcoDate.VisibleIndex = 3;
            this.gdcoDate.Width = 100;
            // 
            // gdcoEmployee
            // 
            this.gdcoEmployee.Caption = "Naam";
            this.gdcoEmployee.FieldName = "Employee";
            this.gdcoEmployee.Name = "gdcoEmployee";
            this.gdcoEmployee.OptionsColumn.AllowEdit = false;
            this.gdcoEmployee.Visible = true;
            this.gdcoEmployee.VisibleIndex = 4;
            this.gdcoEmployee.Width = 72;
            // 
            // gdcoVehicle
            // 
            this.gdcoVehicle.Caption = "Voertuig";
            this.gdcoVehicle.FieldName = "VehicleLicensePlate";
            this.gdcoVehicle.Name = "gdcoVehicle";
            this.gdcoVehicle.OptionsColumn.AllowEdit = false;
            this.gdcoVehicle.Visible = true;
            this.gdcoVehicle.VisibleIndex = 5;
            this.gdcoVehicle.Width = 72;
            // 
            // gdcoFuelType
            // 
            this.gdcoFuelType.AppearanceCell.Options.UseTextOptions = true;
            this.gdcoFuelType.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gdcoFuelType.Caption = "Brandstof";
            this.gdcoFuelType.FieldName = "FuelType";
            this.gdcoFuelType.Name = "gdcoFuelType";
            this.gdcoFuelType.OptionsColumn.AllowEdit = false;
            this.gdcoFuelType.Visible = true;
            this.gdcoFuelType.VisibleIndex = 6;
            this.gdcoFuelType.Width = 72;
            // 
            // gdcoLocation
            // 
            this.gdcoLocation.Caption = "Locatie";
            this.gdcoLocation.FieldName = "Location";
            this.gdcoLocation.Name = "gdcoLocation";
            this.gdcoLocation.OptionsColumn.AllowEdit = false;
            this.gdcoLocation.Visible = true;
            this.gdcoLocation.VisibleIndex = 7;
            this.gdcoLocation.Width = 72;
            // 
            // gdcoVehicleKilometreCounter
            // 
            this.gdcoVehicleKilometreCounter.Caption = "Kilometerstand";
            this.gdcoVehicleKilometreCounter.FieldName = "VehicleKilometreCounter";
            this.gdcoVehicleKilometreCounter.Name = "gdcoVehicleKilometreCounter";
            this.gdcoVehicleKilometreCounter.OptionsColumn.AllowEdit = false;
            this.gdcoVehicleKilometreCounter.Visible = true;
            this.gdcoVehicleKilometreCounter.VisibleIndex = 8;
            this.gdcoVehicleKilometreCounter.Width = 72;
            // 
            // gdcoSupplier
            // 
            this.gdcoSupplier.Caption = "Leverancier";
            this.gdcoSupplier.FieldName = "Supplier";
            this.gdcoSupplier.Name = "gdcoSupplier";
            this.gdcoSupplier.OptionsColumn.AllowEdit = false;
            this.gdcoSupplier.Visible = true;
            this.gdcoSupplier.VisibleIndex = 9;
            this.gdcoSupplier.Width = 72;
            // 
            // gdcoQuantity
            // 
            this.gdcoQuantity.Caption = "Hoeveelheid";
            this.gdcoQuantity.DisplayFormat.FormatString = "N0";
            this.gdcoQuantity.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gdcoQuantity.FieldName = "Quantity";
            this.gdcoQuantity.Name = "gdcoQuantity";
            this.gdcoQuantity.OptionsColumn.AllowEdit = false;
            this.gdcoQuantity.Visible = true;
            this.gdcoQuantity.VisibleIndex = 10;
            this.gdcoQuantity.Width = 72;
            // 
            // gdcoQuantityCorrection
            // 
            this.gdcoQuantityCorrection.Caption = "H. Correctie";
            this.gdcoQuantityCorrection.DisplayFormat.FormatString = "N2";
            this.gdcoQuantityCorrection.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gdcoQuantityCorrection.FieldName = "QuantityCorrection";
            this.gdcoQuantityCorrection.Name = "gdcoQuantityCorrection";
            this.gdcoQuantityCorrection.Visible = true;
            this.gdcoQuantityCorrection.VisibleIndex = 11;
            this.gdcoQuantityCorrection.Width = 68;
            // 
            // gdcoUnityPrice
            // 
            this.gdcoUnityPrice.Caption = "Eenheidsprijs";
            this.gdcoUnityPrice.FieldName = "UnityPrice";
            this.gdcoUnityPrice.Name = "gdcoUnityPrice";
            this.gdcoUnityPrice.OptionsColumn.AllowEdit = false;
            this.gdcoUnityPrice.Visible = true;
            this.gdcoUnityPrice.VisibleIndex = 12;
            this.gdcoUnityPrice.Width = 72;
            // 
            // gdcoTotalPrice
            // 
            this.gdcoTotalPrice.Caption = "Netto";
            this.gdcoTotalPrice.FieldName = "TotalPrice";
            this.gdcoTotalPrice.Name = "gdcoTotalPrice";
            this.gdcoTotalPrice.OptionsColumn.AllowEdit = false;
            this.gdcoTotalPrice.Visible = true;
            this.gdcoTotalPrice.VisibleIndex = 13;
            this.gdcoTotalPrice.Width = 71;
            // 
            // cbxPrivate
            // 
            this.cbxPrivate.Location = new System.Drawing.Point(936, 16);
            this.cbxPrivate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.cbxPrivate.Name = "cbxPrivate";
            this.cbxPrivate.Properties.Caption = "Prive";
            this.cbxPrivate.Size = new System.Drawing.Size(87, 20);
            this.cbxPrivate.TabIndex = 63;
            // 
            // labelControl6
            // 
            this.labelControl6.Location = new System.Drawing.Point(16, 52);
            this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(56, 16);
            this.labelControl6.TabIndex = 11;
            this.labelControl6.Text = "Datum tot";
            // 
            // labelControl5
            // 
            this.labelControl5.Location = new System.Drawing.Point(16, 20);
            this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(61, 16);
            this.labelControl5.TabIndex = 10;
            this.labelControl5.Text = "Datum van";
            // 
            // dteDateTo
            // 
            this.dteDateTo.EditValue = null;
            this.dteDateTo.Location = new System.Drawing.Point(140, 48);
            this.dteDateTo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.dteDateTo.Name = "dteDateTo";
            this.dteDateTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dteDateTo.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.dteDateTo.Size = new System.Drawing.Size(140, 22);
            this.dteDateTo.TabIndex = 9;
            // 
            // dteDateFrom
            // 
            this.dteDateFrom.EditValue = null;
            this.dteDateFrom.Location = new System.Drawing.Point(140, 16);
            this.dteDateFrom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.dteDateFrom.Name = "dteDateFrom";
            this.dteDateFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dteDateFrom.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.dteDateFrom.Size = new System.Drawing.Size(140, 22);
            this.dteDateFrom.TabIndex = 8;
            // 
            // labelControl4
            // 
            this.labelControl4.Location = new System.Drawing.Point(644, 52);
            this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(48, 16);
            this.labelControl4.TabIndex = 7;
            this.labelControl4.Text = "Voertuig";
            // 
            // cmbVehicle
            // 
            this.cmbVehicle.Location = new System.Drawing.Point(752, 48);
            this.cmbVehicle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.cmbVehicle.Name = "cmbVehicle";
            this.cmbVehicle.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbVehicle.Size = new System.Drawing.Size(142, 22);
            this.cmbVehicle.TabIndex = 6;
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(644, 20);
            this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(56, 16);
            this.labelControl3.TabIndex = 5;
            this.labelControl3.Text = "Chauffeur";
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(324, 52);
            this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(55, 16);
            this.labelControl2.TabIndex = 4;
            this.labelControl2.Text = "Brandstof";
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(324, 20);
            this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(66, 16);
            this.labelControl1.TabIndex = 3;
            this.labelControl1.Text = "Leverancier";
            // 
            // cmbEmployee
            // 
            this.cmbEmployee.Location = new System.Drawing.Point(752, 16);
            this.cmbEmployee.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.cmbEmployee.Name = "cmbEmployee";
            this.cmbEmployee.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbEmployee.Size = new System.Drawing.Size(142, 22);
            this.cmbEmployee.TabIndex = 2;
            // 
            // cmbFuel
            // 
            this.cmbFuel.Location = new System.Drawing.Point(448, 48);
            this.cmbFuel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.cmbFuel.Name = "cmbFuel";
            this.cmbFuel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbFuel.Size = new System.Drawing.Size(141, 22);
            this.cmbFuel.TabIndex = 1;
            // 
            // cmbSupplier
            // 
            this.cmbSupplier.Location = new System.Drawing.Point(448, 16);
            this.cmbSupplier.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.cmbSupplier.Name = "cmbSupplier";
            this.cmbSupplier.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbSupplier.Size = new System.Drawing.Size(141, 22);
            this.cmbSupplier.TabIndex = 0;
            // 
            // tabpageDelivery
            // 
            this.tabpageDelivery.Controls.Add(this.btnExportToExcelFuelDelivery);
            this.tabpageDelivery.Controls.Add(this.btnRemoveFuelDelivery);
            this.tabpageDelivery.Controls.Add(this.btnNewFuelDelivery);
            this.tabpageDelivery.Controls.Add(this.gdcFuelDelivery);
            this.tabpageDelivery.Controls.Add(this.btnSearchFuelDelivery);
            this.tabpageDelivery.Controls.Add(this.labelControl7);
            this.tabpageDelivery.Controls.Add(this.labelControl8);
            this.tabpageDelivery.Controls.Add(this.dteDateToDelivery);
            this.tabpageDelivery.Controls.Add(this.dteDateFromDelivery);
            this.tabpageDelivery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tabpageDelivery.Name = "tabpageDelivery";
            this.tabpageDelivery.Size = new System.Drawing.Size(1161, 672);
            this.tabpageDelivery.Text = "Levering";
            // 
            // btnExportToExcelFuelDelivery
            // 
            this.btnExportToExcelFuelDelivery.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.btnExportToExcelFuelDelivery.ImageIndex = 24;
            this.btnExportToExcelFuelDelivery.ImageList = this.iclSmall;
            this.btnExportToExcelFuelDelivery.Location = new System.Drawing.Point(1128, 95);
            this.btnExportToExcelFuelDelivery.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnExportToExcelFuelDelivery.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnExportToExcelFuelDelivery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnExportToExcelFuelDelivery.Name = "btnExportToExcelFuelDelivery";
            this.btnExportToExcelFuelDelivery.Size = new System.Drawing.Size(28, 30);
            this.btnExportToExcelFuelDelivery.TabIndex = 72;
            this.btnExportToExcelFuelDelivery.Click += new System.EventHandler(this.btnExportToExcelFuelDelivery_Click);
            // 
            // btnRemoveFuelDelivery
            // 
            this.btnRemoveFuelDelivery.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.btnRemoveFuelDelivery.ImageIndex = 21;
            this.btnRemoveFuelDelivery.ImageList = this.iclSmall;
            this.btnRemoveFuelDelivery.Location = new System.Drawing.Point(1128, 166);
            this.btnRemoveFuelDelivery.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnRemoveFuelDelivery.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnRemoveFuelDelivery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnRemoveFuelDelivery.Name = "btnRemoveFuelDelivery";
            this.btnRemoveFuelDelivery.Size = new System.Drawing.Size(28, 30);
            this.btnRemoveFuelDelivery.TabIndex = 71;
            this.btnRemoveFuelDelivery.Click += new System.EventHandler(this.btnRemoveFuelDelivery_Click);
            // 
            // btnNewFuelDelivery
            // 
            this.btnNewFuelDelivery.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.btnNewFuelDelivery.ImageIndex = 27;
            this.btnNewFuelDelivery.ImageList = this.iclSmall;
            this.btnNewFuelDelivery.Location = new System.Drawing.Point(1128, 129);
            this.btnNewFuelDelivery.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnNewFuelDelivery.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnNewFuelDelivery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnNewFuelDelivery.Name = "btnNewFuelDelivery";
            this.btnNewFuelDelivery.Size = new System.Drawing.Size(28, 30);
            this.btnNewFuelDelivery.TabIndex = 70;
            this.btnNewFuelDelivery.Click += new System.EventHandler(this.btnNewFuelDelivery_Click);
            // 
            // gdcFuelDelivery
            // 
            this.gdcFuelDelivery.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.gdcFuelDelivery.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gdcFuelDelivery.Location = new System.Drawing.Point(3, 95);
            this.gdcFuelDelivery.LookAndFeel.SkinName = "Office 2010 Blue";
            this.gdcFuelDelivery.LookAndFeel.UseDefaultLookAndFeel = false;
            this.gdcFuelDelivery.MainView = this.gdvFuelDelivery;
            this.gdcFuelDelivery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gdcFuelDelivery.Name = "gdcFuelDelivery";
            this.gdcFuelDelivery.Size = new System.Drawing.Size(1118, 577);
            this.gdcFuelDelivery.TabIndex = 68;
            this.gdcFuelDelivery.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gdvFuelDelivery});
            // 
            // gdvFuelDelivery
            // 
            this.gdvFuelDelivery.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gdcoFuelDeliverySupplier,
            this.gdcoFuelDeliveryDateDelivery,
            this.gdcoFuelDeliveryDateInvoice,
            this.gdcoFuelDeliveryLocation,
            this.gdcFuelDeliveryQuantity,
            this.gdcoFuelDeliveryUnityPrice});
            this.gdvFuelDelivery.GridControl = this.gdcFuelDelivery;
            this.gdvFuelDelivery.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TotalPrice", null, "(Som = {0:c2})")});
            this.gdvFuelDelivery.Name = "gdvFuelDelivery";
            this.gdvFuelDelivery.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
            this.gdvFuelDelivery.OptionsFind.AlwaysVisible = true;
            this.gdvFuelDelivery.OptionsView.ShowAutoFilterRow = true;
            this.gdvFuelDelivery.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways;
            this.gdvFuelDelivery.OptionsView.ShowFooter = true;
            this.gdvFuelDelivery.DoubleClick += new System.EventHandler(this.gdvFuelDelivery_DoubleClick);
            // 
            // gdcoFuelDeliverySupplier
            // 
            this.gdcoFuelDeliverySupplier.Caption = "Leverancier";
            this.gdcoFuelDeliverySupplier.FieldName = "Supplier.Name";
            this.gdcoFuelDeliverySupplier.Name = "gdcoFuelDeliverySupplier";
            this.gdcoFuelDeliverySupplier.OptionsColumn.AllowEdit = false;
            this.gdcoFuelDeliverySupplier.Visible = true;
            this.gdcoFuelDeliverySupplier.VisibleIndex = 0;
            // 
            // gdcoFuelDeliveryDateDelivery
            // 
            this.gdcoFuelDeliveryDateDelivery.Caption = "Leveringsdatum";
            this.gdcoFuelDeliveryDateDelivery.FieldName = "DateDeliveryDisplay";
            this.gdcoFuelDeliveryDateDelivery.Name = "gdcoFuelDeliveryDateDelivery";
            this.gdcoFuelDeliveryDateDelivery.OptionsColumn.AllowEdit = false;
            this.gdcoFuelDeliveryDateDelivery.Visible = true;
            this.gdcoFuelDeliveryDateDelivery.VisibleIndex = 1;
            // 
            // gdcoFuelDeliveryDateInvoice
            // 
            this.gdcoFuelDeliveryDateInvoice.Caption = "Factuurdatum";
            this.gdcoFuelDeliveryDateInvoice.FieldName = "DateInvoiceDisplay";
            this.gdcoFuelDeliveryDateInvoice.Name = "gdcoFuelDeliveryDateInvoice";
            this.gdcoFuelDeliveryDateInvoice.OptionsColumn.AllowEdit = false;
            this.gdcoFuelDeliveryDateInvoice.Visible = true;
            this.gdcoFuelDeliveryDateInvoice.VisibleIndex = 2;
            // 
            // gdcoFuelDeliveryLocation
            // 
            this.gdcoFuelDeliveryLocation.Caption = "Locatie";
            this.gdcoFuelDeliveryLocation.FieldName = "Location";
            this.gdcoFuelDeliveryLocation.Name = "gdcoFuelDeliveryLocation";
            this.gdcoFuelDeliveryLocation.OptionsColumn.AllowEdit = false;
            this.gdcoFuelDeliveryLocation.Visible = true;
            this.gdcoFuelDeliveryLocation.VisibleIndex = 3;
            // 
            // gdcFuelDeliveryQuantity
            // 
            this.gdcFuelDeliveryQuantity.Caption = "Hoeveelheid";
            this.gdcFuelDeliveryQuantity.FieldName = "Quantity";
            this.gdcFuelDeliveryQuantity.Name = "gdcFuelDeliveryQuantity";
            this.gdcFuelDeliveryQuantity.OptionsColumn.AllowEdit = false;
            this.gdcFuelDeliveryQuantity.Visible = true;
            this.gdcFuelDeliveryQuantity.VisibleIndex = 4;
            // 
            // gdcoFuelDeliveryUnityPrice
            // 
            this.gdcoFuelDeliveryUnityPrice.Caption = "Eenheidsprijs";
            this.gdcoFuelDeliveryUnityPrice.FieldName = "UnityPrice";
            this.gdcoFuelDeliveryUnityPrice.Name = "gdcoFuelDeliveryUnityPrice";
            this.gdcoFuelDeliveryUnityPrice.OptionsColumn.AllowEdit = false;
            this.gdcoFuelDeliveryUnityPrice.Visible = true;
            this.gdcoFuelDeliveryUnityPrice.VisibleIndex = 5;
            // 
            // btnSearchFuelDelivery
            // 
            this.btnSearchFuelDelivery.ImageIndex = 122;
            this.btnSearchFuelDelivery.ImageList = this.iclSmall;
            this.btnSearchFuelDelivery.Location = new System.Drawing.Point(1013, 42);
            this.btnSearchFuelDelivery.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnSearchFuelDelivery.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnSearchFuelDelivery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnSearchFuelDelivery.Name = "btnSearchFuelDelivery";
            this.btnSearchFuelDelivery.Size = new System.Drawing.Size(83, 30);
            this.btnSearchFuelDelivery.TabIndex = 67;
            this.btnSearchFuelDelivery.Text = "Zoeken";
            this.btnSearchFuelDelivery.Click += new System.EventHandler(this.btnSearchFuelDelivery_Click);
            // 
            // labelControl7
            // 
            this.labelControl7.Location = new System.Drawing.Point(14, 55);
            this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(105, 16);
            this.labelControl7.TabIndex = 15;
            this.labelControl7.Text = "Datum levering tot";
            // 
            // labelControl8
            // 
            this.labelControl8.Location = new System.Drawing.Point(14, 23);
            this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(110, 16);
            this.labelControl8.TabIndex = 14;
            this.labelControl8.Text = "Datum levering van";
            // 
            // dteDateToDelivery
            // 
            this.dteDateToDelivery.EditValue = null;
            this.dteDateToDelivery.Location = new System.Drawing.Point(138, 52);
            this.dteDateToDelivery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.dteDateToDelivery.Name = "dteDateToDelivery";
            this.dteDateToDelivery.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dteDateToDelivery.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.dteDateToDelivery.Size = new System.Drawing.Size(140, 22);
            this.dteDateToDelivery.TabIndex = 13;
            // 
            // dteDateFromDelivery
            // 
            this.dteDateFromDelivery.EditValue = null;
            this.dteDateFromDelivery.Location = new System.Drawing.Point(138, 20);
            this.dteDateFromDelivery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.dteDateFromDelivery.Name = "dteDateFromDelivery";
            this.dteDateFromDelivery.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dteDateFromDelivery.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.dteDateFromDelivery.Size = new System.Drawing.Size(140, 22);
            this.dteDateFromDelivery.TabIndex = 12;
            // 
            // tabpageCorrection
            // 
            this.tabpageCorrection.Controls.Add(this.btnAddFuelCorrection);
            this.tabpageCorrection.Controls.Add(this.bbiRemoveFuelCorrection);
            this.tabpageCorrection.Controls.Add(this.panelControl1);
            this.tabpageCorrection.Controls.Add(this.gdcFuelCorrection);
            this.tabpageCorrection.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tabpageCorrection.Name = "tabpageCorrection";
            this.tabpageCorrection.Size = new System.Drawing.Size(1161, 672);
            this.tabpageCorrection.Text = "Correction";
            // 
            // btnAddFuelCorrection
            // 
            this.btnAddFuelCorrection.ImageIndex = 27;
            this.btnAddFuelCorrection.ImageList = this.iclSmall;
            this.btnAddFuelCorrection.Location = new System.Drawing.Point(318, 57);
            this.btnAddFuelCorrection.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btnAddFuelCorrection.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btnAddFuelCorrection.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnAddFuelCorrection.Name = "btnAddFuelCorrection";
            this.btnAddFuelCorrection.Size = new System.Drawing.Size(28, 30);
            this.btnAddFuelCorrection.TabIndex = 88;
            this.btnAddFuelCorrection.Click += new System.EventHandler(this.btnAddFuelCorrection_Click);
            // 
            // bbiRemoveFuelCorrection
            // 
            this.bbiRemoveFuelCorrection.ImageIndex = 21;
            this.bbiRemoveFuelCorrection.ImageList = this.iclSmall;
            this.bbiRemoveFuelCorrection.Location = new System.Drawing.Point(318, 20);
            this.bbiRemoveFuelCorrection.LookAndFeel.SkinName = "Office 2010 Blue";
            this.bbiRemoveFuelCorrection.LookAndFeel.UseDefaultLookAndFeel = false;
            this.bbiRemoveFuelCorrection.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.bbiRemoveFuelCorrection.Name = "bbiRemoveFuelCorrection";
            this.bbiRemoveFuelCorrection.Size = new System.Drawing.Size(28, 30);
            this.bbiRemoveFuelCorrection.TabIndex = 87;
            this.bbiRemoveFuelCorrection.Click += new System.EventHandler(this.bbiRemoveFuelCorrection_Click);
            // 
            // 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.gdcFuelCorrectionCalc);
            this.panelControl1.Controls.Add(this.dteDateFromCorrection);
            this.panelControl1.Controls.Add(this.labelControl14);
            this.panelControl1.Controls.Add(this.dteDateToCorrection);
            this.panelControl1.Controls.Add(this.labelControl13);
            this.panelControl1.Controls.Add(this.spinQuantityCorrection);
            this.panelControl1.Controls.Add(this.labelControl12);
            this.panelControl1.Controls.Add(this.spinMaxQuantity);
            this.panelControl1.Controls.Add(this.labelControl11);
            this.panelControl1.Controls.Add(this.ccbxVehiclesNotIncluded);
            this.panelControl1.Controls.Add(this.ccbxSuppliersIncluded);
            this.panelControl1.Controls.Add(this.btnSaveCorrection);
            this.panelControl1.Controls.Add(this.labelControl10);
            this.panelControl1.Controls.Add(this.btnCancelCorrection);
            this.panelControl1.Controls.Add(this.labelControl9);
            this.panelControl1.Controls.Add(this.btnCalculateCorrection);
            this.panelControl1.Location = new System.Drawing.Point(353, 20);
            this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(796, 640);
            this.panelControl1.TabIndex = 86;
            // 
            // gdcFuelCorrectionCalc
            // 
            this.gdcFuelCorrectionCalc.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.gdcFuelCorrectionCalc.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gdcFuelCorrectionCalc.Location = new System.Drawing.Point(23, 146);
            this.gdcFuelCorrectionCalc.LookAndFeel.SkinName = "Office 2010 Blue";
            this.gdcFuelCorrectionCalc.LookAndFeel.UseDefaultLookAndFeel = false;
            this.gdcFuelCorrectionCalc.MainView = this.gdvFuelCorrectionCalc;
            this.gdcFuelCorrectionCalc.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gdcFuelCorrectionCalc.Name = "gdcFuelCorrectionCalc";
            this.gdcFuelCorrectionCalc.Size = new System.Drawing.Size(754, 474);
            this.gdcFuelCorrectionCalc.TabIndex = 86;
            this.gdcFuelCorrectionCalc.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gdvFuelCorrectionCalc});
            // 
            // gdvFuelCorrectionCalc
            // 
            this.gdvFuelCorrectionCalc.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gdcoDateFuelCorrectionCalc,
            this.gdcoVehicleFuelCorrectionCalc,
            this.gdcoQuantityFuelCorrectionCalc,
            this.gdcoQuantityCorrectionFuelCorrectionCalc});
            this.gdvFuelCorrectionCalc.GridControl = this.gdcFuelCorrectionCalc;
            this.gdvFuelCorrectionCalc.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TotalPrice", null, "(Som = {0:c2})")});
            this.gdvFuelCorrectionCalc.Name = "gdvFuelCorrectionCalc";
            this.gdvFuelCorrectionCalc.OptionsView.ShowAutoFilterRow = true;
            this.gdvFuelCorrectionCalc.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways;
            this.gdvFuelCorrectionCalc.OptionsView.ShowFooter = true;
            this.gdvFuelCorrectionCalc.OptionsView.ShowGroupPanel = false;
            // 
            // gdcoDateFuelCorrectionCalc
            // 
            this.gdcoDateFuelCorrectionCalc.Caption = "Datum";
            this.gdcoDateFuelCorrectionCalc.FieldName = "Date";
            this.gdcoDateFuelCorrectionCalc.Name = "gdcoDateFuelCorrectionCalc";
            this.gdcoDateFuelCorrectionCalc.OptionsColumn.AllowEdit = false;
            this.gdcoDateFuelCorrectionCalc.Visible = true;
            this.gdcoDateFuelCorrectionCalc.VisibleIndex = 0;
            // 
            // gdcoVehicleFuelCorrectionCalc
            // 
            this.gdcoVehicleFuelCorrectionCalc.Caption = "Voertuig";
            this.gdcoVehicleFuelCorrectionCalc.FieldName = "VehicleLicensePlate";
            this.gdcoVehicleFuelCorrectionCalc.Name = "gdcoVehicleFuelCorrectionCalc";
            this.gdcoVehicleFuelCorrectionCalc.OptionsColumn.AllowEdit = false;
            this.gdcoVehicleFuelCorrectionCalc.Visible = true;
            this.gdcoVehicleFuelCorrectionCalc.VisibleIndex = 1;
            // 
            // gdcoQuantityFuelCorrectionCalc
            // 
            this.gdcoQuantityFuelCorrectionCalc.Caption = "Liters";
            this.gdcoQuantityFuelCorrectionCalc.FieldName = "Quantity";
            this.gdcoQuantityFuelCorrectionCalc.Name = "gdcoQuantityFuelCorrectionCalc";
            this.gdcoQuantityFuelCorrectionCalc.OptionsColumn.AllowEdit = false;
            this.gdcoQuantityFuelCorrectionCalc.Visible = true;
            this.gdcoQuantityFuelCorrectionCalc.VisibleIndex = 2;
            // 
            // gdcoQuantityCorrectionFuelCorrectionCalc
            // 
            this.gdcoQuantityCorrectionFuelCorrectionCalc.Caption = "Correctie";
            this.gdcoQuantityCorrectionFuelCorrectionCalc.DisplayFormat.FormatString = "N2";
            this.gdcoQuantityCorrectionFuelCorrectionCalc.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gdcoQuantityCorrectionFuelCorrectionCalc.FieldName = "QuantityCorrection";
            this.gdcoQuantityCorrectionFuelCorrectionCalc.Name = "gdcoQuantityCorrectionFuelCorrectionCalc";
            this.gdcoQuantityCorrectionFuelCorrectionCalc.Visible = true;
            this.gdcoQuantityCorrectionFuelCorrectionCalc.VisibleIndex = 3;
            // 
            // dteDateFromCorrection
            // 
            this.dteDateFromCorrection.EditValue = null;
            this.dteDateFromCorrection.Location = new System.Drawing.Point(63, 20);
            this.dteDateFromCorrection.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.dteDateFromCorrection.Name = "dteDateFromCorrection";
            this.dteDateFromCorrection.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dteDateFromCorrection.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.dteDateFromCorrection.Size = new System.Drawing.Size(127, 22);
            this.dteDateFromCorrection.TabIndex = 70;
            // 
            // labelControl14
            // 
            this.labelControl14.Location = new System.Drawing.Point(483, 55);
            this.labelControl14.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl14.Name = "labelControl14";
            this.labelControl14.Size = new System.Drawing.Size(72, 16);
            this.labelControl14.TabIndex = 85;
            this.labelControl14.Text = "Leveranciers";
            // 
            // dteDateToCorrection
            // 
            this.dteDateToCorrection.EditValue = null;
            this.dteDateToCorrection.Location = new System.Drawing.Point(63, 52);
            this.dteDateToCorrection.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.dteDateToCorrection.Name = "dteDateToCorrection";
            this.dteDateToCorrection.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dteDateToCorrection.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.dteDateToCorrection.Size = new System.Drawing.Size(127, 22);
            this.dteDateToCorrection.TabIndex = 71;
            // 
            // labelControl13
            // 
            this.labelControl13.Location = new System.Drawing.Point(483, 23);
            this.labelControl13.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl13.Name = "labelControl13";
            this.labelControl13.Size = new System.Drawing.Size(92, 16);
            this.labelControl13.TabIndex = 84;
            this.labelControl13.Text = "Excl. Voertuigen";
            // 
            // spinQuantityCorrection
            // 
            this.spinQuantityCorrection.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.spinQuantityCorrection.Location = new System.Drawing.Point(325, 20);
            this.spinQuantityCorrection.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.spinQuantityCorrection.Name = "spinQuantityCorrection";
            this.spinQuantityCorrection.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinQuantityCorrection.Size = new System.Drawing.Size(134, 22);
            this.spinQuantityCorrection.TabIndex = 72;
            // 
            // labelControl12
            // 
            this.labelControl12.Location = new System.Drawing.Point(218, 55);
            this.labelControl12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl12.Name = "labelControl12";
            this.labelControl12.Size = new System.Drawing.Size(100, 16);
            this.labelControl12.TabIndex = 83;
            this.labelControl12.Text = "Max. Hoeveelheid";
            // 
            // spinMaxQuantity
            // 
            this.spinMaxQuantity.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.spinMaxQuantity.Location = new System.Drawing.Point(325, 52);
            this.spinMaxQuantity.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.spinMaxQuantity.Name = "spinMaxQuantity";
            this.spinMaxQuantity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinMaxQuantity.Size = new System.Drawing.Size(134, 22);
            this.spinMaxQuantity.TabIndex = 73;
            // 
            // labelControl11
            // 
            this.labelControl11.Location = new System.Drawing.Point(218, 23);
            this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(69, 16);
            this.labelControl11.TabIndex = 82;
            this.labelControl11.Text = "Hoeveelheid";
            // 
            // ccbxVehiclesNotIncluded
            // 
            this.ccbxVehiclesNotIncluded.Location = new System.Drawing.Point(591, 20);
            this.ccbxVehiclesNotIncluded.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.ccbxVehiclesNotIncluded.Name = "ccbxVehiclesNotIncluded";
            this.ccbxVehiclesNotIncluded.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ccbxVehiclesNotIncluded.Size = new System.Drawing.Size(166, 22);
            this.ccbxVehiclesNotIncluded.TabIndex = 74;
            // 
            // ccbxSuppliersIncluded
            // 
            this.ccbxSuppliersIncluded.Location = new System.Drawing.Point(591, 52);
            this.ccbxSuppliersIncluded.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.ccbxSuppliersIncluded.Name = "ccbxSuppliersIncluded";
            this.ccbxSuppliersIncluded.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ccbxSuppliersIncluded.Size = new System.Drawing.Size(166, 22);
            this.ccbxSuppliersIncluded.TabIndex = 81;
            // 
            // btnSaveCorrection
            // 
            this.btnSaveCorrection.Enabled = false;
            this.btnSaveCorrection.ImageIndex = 76;
            this.btnSaveCorrection.ImageList = this.iclSmall;
            this.btnSaveCorrection.Location = new System.Drawing.Point(653, 97);
            this.btnSaveCorrection.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnSaveCorrection.Name = "btnSaveCorrection";
            this.btnSaveCorrection.Size = new System.Drawing.Size(101, 28);
            this.btnSaveCorrection.TabIndex = 76;
            this.btnSaveCorrection.Text = "Opslaan";
            this.btnSaveCorrection.Click += new System.EventHandler(this.btnSaveCorrection_Click);
            // 
            // labelControl10
            // 
            this.labelControl10.Location = new System.Drawing.Point(23, 55);
            this.labelControl10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(19, 16);
            this.labelControl10.TabIndex = 80;
            this.labelControl10.Text = "Tot";
            // 
            // btnCancelCorrection
            // 
            this.btnCancelCorrection.Enabled = false;
            this.btnCancelCorrection.ImageIndex = 123;
            this.btnCancelCorrection.ImageList = this.iclSmall;
            this.btnCancelCorrection.Location = new System.Drawing.Point(548, 97);
            this.btnCancelCorrection.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnCancelCorrection.Name = "btnCancelCorrection";
            this.btnCancelCorrection.Size = new System.Drawing.Size(101, 28);
            this.btnCancelCorrection.TabIndex = 77;
            this.btnCancelCorrection.Text = "Annuleren";
            this.btnCancelCorrection.Click += new System.EventHandler(this.btnCancelCorrection_Click);
            // 
            // labelControl9
            // 
            this.labelControl9.Location = new System.Drawing.Point(23, 23);
            this.labelControl9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(22, 16);
            this.labelControl9.TabIndex = 79;
            this.labelControl9.Text = "Van";
            // 
            // btnCalculateCorrection
            // 
            this.btnCalculateCorrection.ImageIndex = 116;
            this.btnCalculateCorrection.ImageList = this.iclSmall;
            this.btnCalculateCorrection.Location = new System.Drawing.Point(440, 97);
            this.btnCalculateCorrection.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnCalculateCorrection.Name = "btnCalculateCorrection";
            this.btnCalculateCorrection.Size = new System.Drawing.Size(101, 28);
            this.btnCalculateCorrection.TabIndex = 78;
            this.btnCalculateCorrection.Text = "Berekenen";
            this.btnCalculateCorrection.Click += new System.EventHandler(this.btnCalculateCorrection_Click);
            // 
            // gdcFuelCorrection
            // 
            this.gdcFuelCorrection.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.gdcFuelCorrection.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gdcFuelCorrection.Location = new System.Drawing.Point(15, 20);
            this.gdcFuelCorrection.LookAndFeel.SkinName = "Office 2010 Blue";
            this.gdcFuelCorrection.LookAndFeel.UseDefaultLookAndFeel = false;
            this.gdcFuelCorrection.MainView = this.gdvFuelCorrection;
            this.gdcFuelCorrection.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gdcFuelCorrection.Name = "gdcFuelCorrection";
            this.gdcFuelCorrection.Size = new System.Drawing.Size(296, 640);
            this.gdcFuelCorrection.TabIndex = 69;
            this.gdcFuelCorrection.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gdvFuelCorrection});
            // 
            // gdvFuelCorrection
            // 
            this.gdvFuelCorrection.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gdcoFuelCorDateFrom,
            this.gdcoFuelCorDateTo,
            this.gdcoFuelCorQuantity});
            this.gdvFuelCorrection.GridControl = this.gdcFuelCorrection;
            this.gdvFuelCorrection.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TotalPrice", null, "(Som = {0:c2})")});
            this.gdvFuelCorrection.Name = "gdvFuelCorrection";
            this.gdvFuelCorrection.OptionsView.ShowAutoFilterRow = true;
            this.gdvFuelCorrection.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways;
            this.gdvFuelCorrection.OptionsView.ShowFooter = true;
            this.gdvFuelCorrection.OptionsView.ShowGroupPanel = false;
            this.gdvFuelCorrection.DoubleClick += new System.EventHandler(this.gdvFuelCorrection_DoubleClick);
            // 
            // gdcoFuelCorDateFrom
            // 
            this.gdcoFuelCorDateFrom.Caption = "Van";
            this.gdcoFuelCorDateFrom.FieldName = "DateFromDisplay";
            this.gdcoFuelCorDateFrom.Name = "gdcoFuelCorDateFrom";
            this.gdcoFuelCorDateFrom.OptionsColumn.AllowEdit = false;
            this.gdcoFuelCorDateFrom.Visible = true;
            this.gdcoFuelCorDateFrom.VisibleIndex = 0;
            // 
            // gdcoFuelCorDateTo
            // 
            this.gdcoFuelCorDateTo.Caption = "Tot";
            this.gdcoFuelCorDateTo.FieldName = "DateToDisplay";
            this.gdcoFuelCorDateTo.Name = "gdcoFuelCorDateTo";
            this.gdcoFuelCorDateTo.OptionsColumn.AllowEdit = false;
            this.gdcoFuelCorDateTo.Visible = true;
            this.gdcoFuelCorDateTo.VisibleIndex = 1;
            // 
            // gdcoFuelCorQuantity
            // 
            this.gdcoFuelCorQuantity.Caption = "Liters";
            this.gdcoFuelCorQuantity.FieldName = "Quantity";
            this.gdcoFuelCorQuantity.Name = "gdcoFuelCorQuantity";
            this.gdcoFuelCorQuantity.OptionsColumn.AllowEdit = false;
            this.gdcoFuelCorQuantity.Visible = true;
            this.gdcoFuelCorQuantity.VisibleIndex = 2;
            // 
            // tabpageFuelReport
            // 
            this.tabpageFuelReport.Controls.Add(this.cbxTurnOverByTimeFrameLabel);
            this.tabpageFuelReport.Controls.Add(this.labelControl15);
            this.tabpageFuelReport.Controls.Add(this.btn3J);
            this.tabpageFuelReport.Controls.Add(this.btn3M);
            this.tabpageFuelReport.Controls.Add(this.btn6M);
            this.tabpageFuelReport.Controls.Add(this.btn1J);
            this.tabpageFuelReport.Controls.Add(this.btn10J);
            this.tabpageFuelReport.Controls.Add(this.btn5J);
            this.tabpageFuelReport.Controls.Add(this.btnImage);
            this.tabpageFuelReport.Controls.Add(this.btnPDF);
            this.tabpageFuelReport.Controls.Add(this.chartFuelDelivery);
            this.tabpageFuelReport.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tabpageFuelReport.Name = "tabpageFuelReport";
            this.tabpageFuelReport.Size = new System.Drawing.Size(1161, 672);
            this.tabpageFuelReport.Text = "Grafiek";
            // 
            // cbxTurnOverByTimeFrameLabel
            // 
            this.cbxTurnOverByTimeFrameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.cbxTurnOverByTimeFrameLabel.Location = new System.Drawing.Point(149, 620);
            this.cbxTurnOverByTimeFrameLabel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.cbxTurnOverByTimeFrameLabel.Name = "cbxTurnOverByTimeFrameLabel";
            this.cbxTurnOverByTimeFrameLabel.Properties.Caption = "";
            this.cbxTurnOverByTimeFrameLabel.Size = new System.Drawing.Size(34, 19);
            this.cbxTurnOverByTimeFrameLabel.TabIndex = 107;
            this.cbxTurnOverByTimeFrameLabel.Tag = "11";
            this.cbxTurnOverByTimeFrameLabel.CheckedChanged += new System.EventHandler(this.cbxTurnOverByTimeFrameLabel_CheckedChanged);
            // 
            // labelControl15
            // 
            this.labelControl15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelControl15.Location = new System.Drawing.Point(49, 624);
            this.labelControl15.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl15.Name = "labelControl15";
            this.labelControl15.Size = new System.Drawing.Size(83, 16);
            this.labelControl15.TabIndex = 106;
            this.labelControl15.Text = "Toon waarden";
            // 
            // btn3J
            // 
            this.btn3J.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btn3J.Location = new System.Drawing.Point(492, 615);
            this.btn3J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn3J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn3J.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btn3J.Name = "btn3J";
            this.btn3J.Size = new System.Drawing.Size(47, 28);
            this.btn3J.TabIndex = 105;
            this.btn3J.Tag = "9";
            this.btn3J.Text = "3J";
            this.btn3J.Click += new System.EventHandler(this.btn3J_Click);
            // 
            // btn3M
            // 
            this.btn3M.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btn3M.Location = new System.Drawing.Point(331, 615);
            this.btn3M.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn3M.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn3M.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btn3M.Name = "btn3M";
            this.btn3M.Size = new System.Drawing.Size(47, 28);
            this.btn3M.TabIndex = 104;
            this.btn3M.Tag = "11";
            this.btn3M.Text = "3M";
            this.btn3M.Click += new System.EventHandler(this.btn3M_Click);
            // 
            // btn6M
            // 
            this.btn6M.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btn6M.Location = new System.Drawing.Point(385, 615);
            this.btn6M.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn6M.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn6M.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btn6M.Name = "btn6M";
            this.btn6M.Size = new System.Drawing.Size(47, 28);
            this.btn6M.TabIndex = 103;
            this.btn6M.Tag = "10";
            this.btn6M.Text = "6M";
            this.btn6M.Click += new System.EventHandler(this.btn6M_Click);
            // 
            // btn1J
            // 
            this.btn1J.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btn1J.Location = new System.Drawing.Point(439, 615);
            this.btn1J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn1J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn1J.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btn1J.Name = "btn1J";
            this.btn1J.Size = new System.Drawing.Size(47, 28);
            this.btn1J.TabIndex = 102;
            this.btn1J.Tag = "9";
            this.btn1J.Text = "1J";
            this.btn1J.Click += new System.EventHandler(this.btn1J_Click);
            // 
            // btn10J
            // 
            this.btn10J.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btn10J.Location = new System.Drawing.Point(600, 615);
            this.btn10J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn10J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn10J.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btn10J.Name = "btn10J";
            this.btn10J.Size = new System.Drawing.Size(47, 28);
            this.btn10J.TabIndex = 101;
            this.btn10J.Tag = "7";
            this.btn10J.Text = "10J";
            this.btn10J.Click += new System.EventHandler(this.btn10J_Click);
            // 
            // btn5J
            // 
            this.btn5J.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btn5J.Location = new System.Drawing.Point(546, 615);
            this.btn5J.LookAndFeel.SkinName = "Office 2010 Blue";
            this.btn5J.LookAndFeel.UseDefaultLookAndFeel = false;
            this.btn5J.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btn5J.Name = "btn5J";
            this.btn5J.Size = new System.Drawing.Size(47, 28);
            this.btn5J.TabIndex = 100;
            this.btn5J.Tag = "8";
            this.btn5J.Text = "5J";
            this.btn5J.Click += new System.EventHandler(this.btn5J_Click);
            // 
            // btnImage
            // 
            this.btnImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnImage.ImageIndex = 144;
            this.btnImage.ImageList = this.iclLarge;
            this.btnImage.Location = new System.Drawing.Point(1043, 601);
            this.btnImage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnImage.Name = "btnImage";
            this.btnImage.Size = new System.Drawing.Size(47, 49);
            this.btnImage.TabIndex = 80;
            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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPDF.ImageIndex = 143;
            this.btnPDF.ImageList = this.iclLarge;
            this.btnPDF.Location = new System.Drawing.Point(1097, 601);
            this.btnPDF.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnPDF.Name = "btnPDF";
            this.btnPDF.Size = new System.Drawing.Size(47, 49);
            this.btnPDF.TabIndex = 79;
            this.btnPDF.Click += new System.EventHandler(this.btnPDF_Click);
            // 
            // chartFuelDelivery
            // 
            this.chartFuelDelivery.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.chartFuelDelivery.DataSource = this.fuelDeliveryObjectCollectionBindingSource;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisX.WholeRange.AutoSideMargins = false;
            xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisualRange.Auto = false;
            xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "55";
            xyDiagram1.AxisY.VisualRange.MinValueSerializable = "20";
            xyDiagram1.AxisY.WholeRange.Auto = false;
            xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "55";
            xyDiagram1.AxisY.WholeRange.MinValueSerializable = "20";
            this.chartFuelDelivery.Diagram = xyDiagram1;
            this.chartFuelDelivery.Location = new System.Drawing.Point(3, 4);
            this.chartFuelDelivery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.chartFuelDelivery.Name = "chartFuelDelivery";
            this.chartFuelDelivery.PaletteName = "Module";
            series1.ArgumentDataMember = "DateDeliveryDisplay";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            pointSeriesLabel1.TextPattern = "{V:C0}";
            series1.Label = pointSeriesLabel1;
            series1.Name = "Series 1";
            series1.ValueDataMembersSerializable = "UnityPriceBEF";
            series1.View = splineAreaSeriesView1;
            this.chartFuelDelivery.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            this.chartFuelDelivery.SeriesTemplate.View = splineAreaSeriesView2;
            this.chartFuelDelivery.Size = new System.Drawing.Size(1153, 590);
            this.chartFuelDelivery.TabIndex = 41;
            this.chartFuelDelivery.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartFuelDelivery_MouseMove);
            // 
            // fuelDeliveryObjectCollectionBindingSource
            // 
            this.fuelDeliveryObjectCollectionBindingSource.DataSource = typeof(TIS.DL.Internal.FuelDelivery.FuelDeliveryObjectCollection);
            // 
            // Fuel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tabctrlFuel);
            this.LookAndFeel.SkinName = "Office 2010 Blue";
            this.LookAndFeel.UseDefaultLookAndFeel = false;
            this.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
            this.Name = "Fuel";
            this.Size = new System.Drawing.Size(1174, 710);
            ((System.ComponentModel.ISupportInitialize)(this.tabctrlFuel)).EndInit();
            this.tabctrlFuel.ResumeLayout(false);
            this.tabpageFuel.ResumeLayout(false);
            this.tabpageFuel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtPLNCurrency.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.iclSmall)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gdcFuel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gdvFuel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxPrivate.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateTo.Properties.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateTo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateFrom.Properties.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateFrom.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbVehicle.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbEmployee.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbFuel.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbSupplier.Properties)).EndInit();
            this.tabpageDelivery.ResumeLayout(false);
            this.tabpageDelivery.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gdcFuelDelivery)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gdvFuelDelivery)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateToDelivery.Properties.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateToDelivery.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateFromDelivery.Properties.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateFromDelivery.Properties)).EndInit();
            this.tabpageCorrection.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gdcFuelCorrectionCalc)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gdvFuelCorrectionCalc)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateFromCorrection.Properties.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateFromCorrection.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateToCorrection.Properties.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dteDateToCorrection.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinQuantityCorrection.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinMaxQuantity.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ccbxVehiclesNotIncluded.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ccbxSuppliersIncluded.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gdcFuelCorrection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gdvFuelCorrection)).EndInit();
            this.tabpageFuelReport.ResumeLayout(false);
            this.tabpageFuelReport.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cbxTurnOverByTimeFrameLabel.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.iclLarge)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartFuelDelivery)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fuelDeliveryObjectCollectionBindingSource)).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.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
            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.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.searchtabpage = new DevExpress.XtraTab.XtraTabPage();
            this.searchsite = new DevExpress.XtraEditors.ComboBoxEdit();
            this.label4 = new System.Windows.Forms.Label();
            this.searchButton = new DevExpress.XtraEditors.ButtonEdit();
            this.downloadbyid = new DevExpress.XtraEditors.ButtonEdit();
            this.searchResultsGridControl = new DevExpress.XtraGrid.GridControl();
            this.gridViewSearch = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.name = new DevExpress.XtraGrid.Columns.GridColumn();
            this.section = new DevExpress.XtraGrid.Columns.GridColumn();
            this.size = new DevExpress.XtraGrid.Columns.GridColumn();
            this.date = new DevExpress.XtraGrid.Columns.GridColumn();
            this.seeds = new DevExpress.XtraGrid.Columns.GridColumn();
            this.site = new DevExpress.XtraGrid.Columns.GridColumn();
            this.id = new DevExpress.XtraGrid.Columns.GridColumn();
            this.filterstabpage = new DevExpress.XtraTab.XtraTabPage();
            this.assigncategory = new DevExpress.XtraEditors.ButtonEdit();
            this.filterType = new DevExpress.XtraEditors.ComboBoxEdit();
            this.refreshfilters = new DevExpress.XtraEditors.SimpleButton();
            this.addfilter = new DevExpress.XtraEditors.ButtonEdit();
            this.deletefilters = new DevExpress.XtraEditors.SimpleButton();
            this.filtersGridControl = new DevExpress.XtraGrid.GridControl();
            this.gridViewFilters = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.selected = new DevExpress.XtraGrid.Columns.GridColumn();
            this.filter = new DevExpress.XtraGrid.Columns.GridColumn();
            this.category = new DevExpress.XtraGrid.Columns.GridColumn();
            this.type = new DevExpress.XtraGrid.Columns.GridColumn();
            this.statsTabPage = new DevExpress.XtraTab.XtraTabPage();
            this.bwChartControl = new DevExpress.XtraCharts.ChartControl();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.totalsize = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.rlscount = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.getSiteStatsButton = new DevExpress.XtraEditors.ComboBoxEdit();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.ulspeed = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.dlspeed = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.freespace = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.rtorrentTabPage = new DevExpress.XtraTab.XtraTabPage();
            this.hidecompleted = new DevExpress.XtraEditors.CheckEdit();
            this.refreshTorrents = new DevExpress.XtraEditors.SimpleButton();
            this.torrentsGridControl = new DevExpress.XtraGrid.GridControl();
            this.gridViewRtorrent = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.torrentName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.downloadSpeed = new DevExpress.XtraGrid.Columns.GridColumn();
            this.uploadSpeed = new DevExpress.XtraGrid.Columns.GridColumn();
            this.fileCount = new DevExpress.XtraGrid.Columns.GridColumn();
            this.torrentSize = new DevExpress.XtraGrid.Columns.GridColumn();
            this.percentDone = new DevExpress.XtraGrid.Columns.GridColumn();
            this.timeLeft = new DevExpress.XtraGrid.Columns.GridColumn();
            this.notificationsTabPage = new DevExpress.XtraTab.XtraTabPage();
            this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
            this.bwtimer = new System.Windows.Forms.Timer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.searchtabpage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.searchsite.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.searchButton.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.downloadbyid.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.searchResultsGridControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSearch)).BeginInit();
            this.filterstabpage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.assigncategory.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.filterType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.addfilter.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.filtersGridControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewFilters)).BeginInit();
            this.statsTabPage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bwChartControl)).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.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.getSiteStatsButton.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.rtorrentTabPage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.hidecompleted.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.torrentsGridControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewRtorrent)).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.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.xtraTabControl1.Appearance.Options.UseBackColor = true;
            this.xtraTabControl1.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Bottom;
            this.xtraTabControl1.Location = new System.Drawing.Point(4, 4);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.searchtabpage;
            this.xtraTabControl1.Size = new System.Drawing.Size(510, 411);
            this.xtraTabControl1.TabIndex = 0;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.searchtabpage,
            this.filterstabpage,
            this.statsTabPage,
            this.rtorrentTabPage,
            this.notificationsTabPage});
            // 
            // searchtabpage
            // 
            this.searchtabpage.Controls.Add(this.searchsite);
            this.searchtabpage.Controls.Add(this.label4);
            this.searchtabpage.Controls.Add(this.searchButton);
            this.searchtabpage.Controls.Add(this.downloadbyid);
            this.searchtabpage.Controls.Add(this.searchResultsGridControl);
            this.searchtabpage.Image = global::WarehouseFrontend.Properties.Resources.find;
            this.searchtabpage.Name = "searchtabpage";
            this.searchtabpage.Size = new System.Drawing.Size(503, 380);
            this.searchtabpage.Text = "search";
            // 
            // searchsite
            // 
            this.searchsite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.searchsite.Location = new System.Drawing.Point(27, 336);
            this.searchsite.Name = "searchsite";
            this.searchsite.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.searchsite.Size = new System.Drawing.Size(132, 20);
            this.searchsite.TabIndex = 5;
            // 
            // label4
            // 
            this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(3, 339);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(28, 13);
            this.label4.TabIndex = 4;
            this.label4.Text = "site:";
            // 
            // searchButton
            // 
            this.searchButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.searchButton.Location = new System.Drawing.Point(3, 359);
            this.searchButton.Name = "searchButton";
            this.searchButton.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "search", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.Default, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
            this.searchButton.Size = new System.Drawing.Size(498, 20);
            this.searchButton.TabIndex = 3;
            this.searchButton.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.searchButton_ButtonClick);
            // 
            // downloadbyid
            // 
            this.downloadbyid.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.downloadbyid.EditValue = "";
            this.downloadbyid.Location = new System.Drawing.Point(161, 336);
            this.downloadbyid.Name = "downloadbyid";
            this.downloadbyid.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "dl by id", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.Default, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true),
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "dl by name", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, true)});
            this.downloadbyid.Properties.Mask.BeepOnError = true;
            this.downloadbyid.Size = new System.Drawing.Size(340, 20);
            this.downloadbyid.TabIndex = 2;
            this.downloadbyid.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.downloadbyid_ButtonClick);
            // 
            // searchResultsGridControl
            // 
            this.searchResultsGridControl.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.searchResultsGridControl.Location = new System.Drawing.Point(2, 2);
            this.searchResultsGridControl.MainView = this.gridViewSearch;
            this.searchResultsGridControl.Name = "searchResultsGridControl";
            this.searchResultsGridControl.Size = new System.Drawing.Size(499, 332);
            this.searchResultsGridControl.TabIndex = 0;
            this.searchResultsGridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewSearch});
            // 
            // gridViewSearch
            // 
            this.gridViewSearch.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.name,
            this.section,
            this.size,
            this.date,
            this.seeds,
            this.site,
            this.id});
            this.gridViewSearch.GridControl = this.searchResultsGridControl;
            this.gridViewSearch.Name = "gridViewSearch";
            this.gridViewSearch.OptionsView.ShowGroupPanel = false;
            this.gridViewSearch.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridViewSearch_RowClick);
            this.gridViewSearch.CustomColumnSort += new DevExpress.XtraGrid.Views.Base.CustomColumnSortEventHandler(this.gridViewSearch_CustomColumnSort);
            // 
            // name
            // 
            this.name.Caption = "name";
            this.name.FieldName = "name";
            this.name.Name = "name";
            this.name.OptionsColumn.AllowEdit = false;
            this.name.OptionsColumn.ReadOnly = true;
            this.name.Visible = true;
            this.name.VisibleIndex = 0;
            this.name.Width = 131;
            // 
            // section
            // 
            this.section.Caption = "section";
            this.section.FieldName = "section";
            this.section.Name = "section";
            this.section.OptionsColumn.AllowEdit = false;
            this.section.OptionsColumn.ReadOnly = true;
            this.section.Visible = true;
            this.section.VisibleIndex = 1;
            this.section.Width = 41;
            // 
            // size
            // 
            this.size.Caption = "size";
            this.size.FieldName = "sizeString";
            this.size.Name = "size";
            this.size.OptionsColumn.AllowEdit = false;
            this.size.OptionsColumn.ReadOnly = true;
            this.size.SortMode = DevExpress.XtraGrid.ColumnSortMode.Custom;
            this.size.Visible = true;
            this.size.VisibleIndex = 2;
            this.size.Width = 50;
            // 
            // date
            // 
            this.date.Caption = "date";
            this.date.FieldName = "date";
            this.date.Name = "date";
            this.date.OptionsColumn.AllowEdit = false;
            this.date.OptionsColumn.ReadOnly = true;
            this.date.Visible = true;
            this.date.VisibleIndex = 3;
            this.date.Width = 72;
            // 
            // seeds
            // 
            this.seeds.Caption = "seeds";
            this.seeds.FieldName = "seederCount";
            this.seeds.Name = "seeds";
            this.seeds.OptionsColumn.AllowEdit = false;
            this.seeds.OptionsColumn.FixedWidth = true;
            this.seeds.OptionsColumn.ReadOnly = true;
            this.seeds.Visible = true;
            this.seeds.VisibleIndex = 4;
            this.seeds.Width = 55;
            // 
            // site
            // 
            this.site.Caption = "site";
            this.site.FieldName = "site";
            this.site.Name = "site";
            this.site.OptionsColumn.AllowEdit = false;
            this.site.OptionsColumn.ReadOnly = true;
            this.site.Visible = true;
            this.site.VisibleIndex = 5;
            this.site.Width = 68;
            // 
            // id
            // 
            this.id.Caption = "id";
            this.id.FieldName = "id";
            this.id.Name = "id";
            this.id.OptionsColumn.AllowEdit = false;
            this.id.OptionsColumn.ReadOnly = true;
            this.id.Visible = true;
            this.id.VisibleIndex = 6;
            this.id.Width = 61;
            // 
            // filterstabpage
            // 
            this.filterstabpage.Controls.Add(this.assigncategory);
            this.filterstabpage.Controls.Add(this.filterType);
            this.filterstabpage.Controls.Add(this.refreshfilters);
            this.filterstabpage.Controls.Add(this.addfilter);
            this.filterstabpage.Controls.Add(this.deletefilters);
            this.filterstabpage.Controls.Add(this.filtersGridControl);
            this.filterstabpage.Image = global::WarehouseFrontend.Properties.Resources.bullet_feed;
            this.filterstabpage.Name = "filterstabpage";
            this.filterstabpage.Size = new System.Drawing.Size(503, 380);
            this.filterstabpage.Text = "filters";
            // 
            // assigncategory
            // 
            this.assigncategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.assigncategory.Location = new System.Drawing.Point(99, 354);
            this.assigncategory.Name = "assigncategory";
            this.assigncategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "assign category to selected", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "", null, null, true),
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "delete category", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, "", null, null, true)});
            this.assigncategory.Size = new System.Drawing.Size(401, 20);
            this.assigncategory.TabIndex = 5;
            this.assigncategory.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.assigncategory_ButtonClick);
            // 
            // filterType
            // 
            this.filterType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.filterType.Location = new System.Drawing.Point(59, 328);
            this.filterType.Name = "filterType";
            this.filterType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.filterType.Size = new System.Drawing.Size(115, 20);
            this.filterType.TabIndex = 4;
            this.filterType.ToolTip = "filter type";
            // 
            // refreshfilters
            // 
            this.refreshfilters.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.refreshfilters.Location = new System.Drawing.Point(2, 326);
            this.refreshfilters.Name = "refreshfilters";
            this.refreshfilters.Size = new System.Drawing.Size(51, 23);
            this.refreshfilters.TabIndex = 3;
            this.refreshfilters.Text = "refresh";
            this.refreshfilters.Click += new System.EventHandler(this.refreshfilters_Click);
            // 
            // addfilter
            // 
            this.addfilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.addfilter.Location = new System.Drawing.Point(178, 328);
            this.addfilter.Name = "addfilter";
            this.addfilter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus, "add filter", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleRight, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject6, "", null, null, true)});
            this.addfilter.Size = new System.Drawing.Size(322, 20);
            this.addfilter.TabIndex = 2;
            this.addfilter.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.addfilter_ButtonClick);
            // 
            // deletefilters
            // 
            this.deletefilters.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.deletefilters.Location = new System.Drawing.Point(2, 353);
            this.deletefilters.Name = "deletefilters";
            this.deletefilters.Size = new System.Drawing.Size(91, 23);
            this.deletefilters.TabIndex = 1;
            this.deletefilters.Text = "delete selected";
            this.deletefilters.Click += new System.EventHandler(this.deletefilters_Click);
            // 
            // filtersGridControl
            // 
            this.filtersGridControl.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.filtersGridControl.Location = new System.Drawing.Point(2, 2);
            this.filtersGridControl.MainView = this.gridViewFilters;
            this.filtersGridControl.Name = "filtersGridControl";
            this.filtersGridControl.Size = new System.Drawing.Size(499, 319);
            this.filtersGridControl.TabIndex = 0;
            this.filtersGridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewFilters});
            // 
            // gridViewFilters
            // 
            this.gridViewFilters.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.selected,
            this.filter,
            this.category,
            this.type});
            this.gridViewFilters.GridControl = this.filtersGridControl;
            this.gridViewFilters.Name = "gridViewFilters";
            this.gridViewFilters.OptionsView.ShowGroupPanel = false;
            // 
            // selected
            // 
            this.selected.Caption = " ";
            this.selected.FieldName = "selected";
            this.selected.Name = "selected";
            this.selected.OptionsColumn.FixedWidth = true;
            this.selected.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
            this.selected.Visible = true;
            this.selected.VisibleIndex = 0;
            this.selected.Width = 20;
            // 
            // filter
            // 
            this.filter.Caption = "filter";
            this.filter.FieldName = "filter";
            this.filter.Name = "filter";
            this.filter.OptionsColumn.AllowEdit = false;
            this.filter.OptionsColumn.ReadOnly = true;
            this.filter.Visible = true;
            this.filter.VisibleIndex = 1;
            this.filter.Width = 325;
            // 
            // category
            // 
            this.category.Caption = "category";
            this.category.FieldName = "category";
            this.category.Name = "category";
            this.category.OptionsColumn.AllowEdit = false;
            this.category.OptionsColumn.ReadOnly = true;
            this.category.Visible = true;
            this.category.VisibleIndex = 2;
            this.category.Width = 102;
            // 
            // type
            // 
            this.type.Caption = "type";
            this.type.FieldName = "type";
            this.type.Name = "type";
            this.type.OptionsColumn.AllowEdit = false;
            this.type.OptionsColumn.ReadOnly = true;
            this.type.Visible = true;
            this.type.VisibleIndex = 3;
            // 
            // statsTabPage
            // 
            this.statsTabPage.Controls.Add(this.bwChartControl);
            this.statsTabPage.Controls.Add(this.panelControl2);
            this.statsTabPage.Controls.Add(this.panelControl1);
            this.statsTabPage.Image = global::WarehouseFrontend.Properties.Resources.chart_curve;
            this.statsTabPage.Name = "statsTabPage";
            this.statsTabPage.Size = new System.Drawing.Size(503, 380);
            this.statsTabPage.Text = "status";
            // 
            // bwChartControl
            // 
            this.bwChartControl.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.DateTimeGridAlignment = DevExpress.XtraCharts.DateTimeMeasurementUnit.Second;
            xyDiagram1.AxisX.DateTimeMeasureUnit = DevExpress.XtraCharts.DateTimeMeasurementUnit.Second;
            xyDiagram1.AxisX.DateTimeOptions.Format = DevExpress.XtraCharts.DateTimeFormat.MonthAndDay;
            xyDiagram1.AxisX.Label.Staggered = true;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = false;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = false;
            xyDiagram1.AxisX.Visible = false;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            xyDiagram1.AxisY.NumericOptions.Precision = 1;
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Tickmarks.MinorVisible = false;
            xyDiagram1.AxisY.Title.Text = "mbit/s";
            xyDiagram1.AxisY.Title.Visible = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.bwChartControl.Diagram = xyDiagram1;
            this.bwChartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
            this.bwChartControl.Location = new System.Drawing.Point(3, 65);
            this.bwChartControl.Name = "bwChartControl";
            this.bwChartControl.PaletteName = "Mixed";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            pointSeriesLabel1.LineVisible = true;
            pointSeriesLabel1.Visible = false;
            series1.Label = pointSeriesLabel1;
            series1.Name = "download";
            splineAreaSeriesView1.MarkerOptions.Visible = false;
            series1.View = splineAreaSeriesView1;
            series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            pointSeriesLabel2.LineVisible = true;
            pointSeriesLabel2.Visible = false;
            series2.Label = pointSeriesLabel2;
            series2.Name = "upload";
            splineAreaSeriesView2.MarkerOptions.Visible = false;
            series2.View = splineAreaSeriesView2;
            this.bwChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            pointSeriesLabel3.LineVisible = true;
            this.bwChartControl.SeriesTemplate.Label = pointSeriesLabel3;
            splineAreaSeriesView3.Transparency = ((byte)(0));
            this.bwChartControl.SeriesTemplate.View = splineAreaSeriesView3;
            this.bwChartControl.Size = new System.Drawing.Size(497, 314);
            this.bwChartControl.TabIndex = 1;
            // 
            // panelControl2
            // 
            this.panelControl2.Controls.Add(this.pictureBox2);
            this.panelControl2.Controls.Add(this.totalsize);
            this.panelControl2.Controls.Add(this.label7);
            this.panelControl2.Controls.Add(this.rlscount);
            this.panelControl2.Controls.Add(this.label9);
            this.panelControl2.Controls.Add(this.getSiteStatsButton);
            this.panelControl2.Location = new System.Drawing.Point(221, 3);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(249, 58);
            this.panelControl2.TabIndex = 0;
            // 
            // pictureBox2
            // 
            this.pictureBox2.Image = global::WarehouseFrontend.Properties.Resources.Scale;
            this.pictureBox2.Location = new System.Drawing.Point(5, 13);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(35, 32);
            this.pictureBox2.TabIndex = 2;
            this.pictureBox2.TabStop = false;
            // 
            // totalsize
            // 
            this.totalsize.AutoSize = true;
            this.totalsize.Location = new System.Drawing.Point(139, 17);
            this.totalsize.Name = "totalsize";
            this.totalsize.Size = new System.Drawing.Size(0, 13);
            this.totalsize.TabIndex = 0;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(45, 17);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(54, 13);
            this.label7.TabIndex = 0;
            this.label7.Text = "total size:";
            // 
            // rlscount
            // 
            this.rlscount.AutoSize = true;
            this.rlscount.Location = new System.Drawing.Point(139, 4);
            this.rlscount.Name = "rlscount";
            this.rlscount.Size = new System.Drawing.Size(0, 13);
            this.rlscount.TabIndex = 0;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(45, 4);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(76, 13);
            this.label9.TabIndex = 0;
            this.label9.Text = "release count:";
            // 
            // getSiteStatsButton
            // 
            this.getSiteStatsButton.Location = new System.Drawing.Point(46, 34);
            this.getSiteStatsButton.Name = "getSiteStatsButton";
            this.getSiteStatsButton.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "get stats", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject7, "", null, null, true)});
            this.getSiteStatsButton.Size = new System.Drawing.Size(199, 20);
            this.getSiteStatsButton.TabIndex = 1;
            this.getSiteStatsButton.TabStop = false;
            this.getSiteStatsButton.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.getSiteStatsButton_ButtonClick);
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.pictureBox1);
            this.panelControl1.Controls.Add(this.ulspeed);
            this.panelControl1.Controls.Add(this.label3);
            this.panelControl1.Controls.Add(this.dlspeed);
            this.panelControl1.Controls.Add(this.label2);
            this.panelControl1.Controls.Add(this.freespace);
            this.panelControl1.Controls.Add(this.label1);
            this.panelControl1.Location = new System.Drawing.Point(3, 3);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(215, 58);
            this.panelControl1.TabIndex = 0;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = global::WarehouseFrontend.Properties.Resources.ForkLift;
            this.pictureBox1.Location = new System.Drawing.Point(6, 13);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(32, 32);
            this.pictureBox1.TabIndex = 2;
            this.pictureBox1.TabStop = false;
            // 
            // ulspeed
            // 
            this.ulspeed.AutoSize = true;
            this.ulspeed.Location = new System.Drawing.Point(138, 36);
            this.ulspeed.Name = "ulspeed";
            this.ulspeed.Size = new System.Drawing.Size(0, 13);
            this.ulspeed.TabIndex = 0;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(44, 36);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(75, 13);
            this.label3.TabIndex = 0;
            this.label3.Text = "upload speed:";
            // 
            // dlspeed
            // 
            this.dlspeed.AutoSize = true;
            this.dlspeed.Location = new System.Drawing.Point(138, 23);
            this.dlspeed.Name = "dlspeed";
            this.dlspeed.Size = new System.Drawing.Size(0, 13);
            this.dlspeed.TabIndex = 0;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(44, 23);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(89, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "download speed:";
            // 
            // freespace
            // 
            this.freespace.AutoSize = true;
            this.freespace.Location = new System.Drawing.Point(138, 10);
            this.freespace.Name = "freespace";
            this.freespace.Size = new System.Drawing.Size(0, 13);
            this.freespace.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(44, 10);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(62, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "free space:";
            // 
            // rtorrentTabPage
            // 
            this.rtorrentTabPage.Controls.Add(this.hidecompleted);
            this.rtorrentTabPage.Controls.Add(this.refreshTorrents);
            this.rtorrentTabPage.Controls.Add(this.torrentsGridControl);
            this.rtorrentTabPage.Image = global::WarehouseFrontend.Properties.Resources.lorry;
            this.rtorrentTabPage.Name = "rtorrentTabPage";
            this.rtorrentTabPage.Size = new System.Drawing.Size(503, 380);
            this.rtorrentTabPage.Text = "rtorrent";
            // 
            // hidecompleted
            // 
            this.hidecompleted.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.hidecompleted.EditValue = true;
            this.hidecompleted.Location = new System.Drawing.Point(3, 357);
            this.hidecompleted.Name = "hidecompleted";
            this.hidecompleted.Properties.Caption = "hide completed";
            this.hidecompleted.Size = new System.Drawing.Size(101, 19);
            this.hidecompleted.TabIndex = 2;
            this.hidecompleted.CheckedChanged += new System.EventHandler(this.hidecompleted_CheckedChanged);
            // 
            // refreshTorrents
            // 
            this.refreshTorrents.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.refreshTorrents.Location = new System.Drawing.Point(426, 354);
            this.refreshTorrents.Name = "refreshTorrents";
            this.refreshTorrents.Size = new System.Drawing.Size(75, 23);
            this.refreshTorrents.TabIndex = 1;
            this.refreshTorrents.Text = "refresh";
            this.refreshTorrents.Click += new System.EventHandler(this.refreshTorrents_Click);
            // 
            // torrentsGridControl
            // 
            this.torrentsGridControl.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.torrentsGridControl.Location = new System.Drawing.Point(2, 2);
            this.torrentsGridControl.MainView = this.gridViewRtorrent;
            this.torrentsGridControl.Name = "torrentsGridControl";
            this.torrentsGridControl.Size = new System.Drawing.Size(499, 349);
            this.torrentsGridControl.TabIndex = 0;
            this.torrentsGridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewRtorrent});
            // 
            // gridViewRtorrent
            // 
            this.gridViewRtorrent.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.torrentName,
            this.downloadSpeed,
            this.uploadSpeed,
            this.fileCount,
            this.torrentSize,
            this.percentDone,
            this.timeLeft});
            this.gridViewRtorrent.GridControl = this.torrentsGridControl;
            this.gridViewRtorrent.Name = "gridViewRtorrent";
            this.gridViewRtorrent.OptionsView.ShowGroupPanel = false;
            this.gridViewRtorrent.CustomColumnSort += new DevExpress.XtraGrid.Views.Base.CustomColumnSortEventHandler(this.gridViewRtorrent_CustomColumnSort);
            // 
            // torrentName
            // 
            this.torrentName.Caption = "name";
            this.torrentName.FieldName = "name";
            this.torrentName.Name = "torrentName";
            this.torrentName.OptionsColumn.AllowEdit = false;
            this.torrentName.OptionsColumn.ReadOnly = true;
            this.torrentName.Visible = true;
            this.torrentName.VisibleIndex = 0;
            this.torrentName.Width = 135;
            // 
            // downloadSpeed
            // 
            this.downloadSpeed.Caption = "dl (KiB/s)";
            this.downloadSpeed.FieldName = "downloadSpeedKiB";
            this.downloadSpeed.Name = "downloadSpeed";
            this.downloadSpeed.OptionsColumn.AllowEdit = false;
            this.downloadSpeed.OptionsColumn.ReadOnly = true;
            this.downloadSpeed.Visible = true;
            this.downloadSpeed.VisibleIndex = 1;
            this.downloadSpeed.Width = 62;
            // 
            // uploadSpeed
            // 
            this.uploadSpeed.Caption = "ul (KiB/s)";
            this.uploadSpeed.FieldName = "uploadSpeedKiB";
            this.uploadSpeed.Name = "uploadSpeed";
            this.uploadSpeed.OptionsColumn.AllowEdit = false;
            this.uploadSpeed.OptionsColumn.ReadOnly = true;
            this.uploadSpeed.Visible = true;
            this.uploadSpeed.VisibleIndex = 2;
            this.uploadSpeed.Width = 60;
            // 
            // fileCount
            // 
            this.fileCount.Caption = "files";
            this.fileCount.FieldName = "fileCount";
            this.fileCount.Name = "fileCount";
            this.fileCount.OptionsColumn.AllowEdit = false;
            this.fileCount.OptionsColumn.ReadOnly = true;
            this.fileCount.Visible = true;
            this.fileCount.VisibleIndex = 3;
            this.fileCount.Width = 38;
            // 
            // torrentSize
            // 
            this.torrentSize.Caption = "size";
            this.torrentSize.FieldName = "sizeString";
            this.torrentSize.Name = "torrentSize";
            this.torrentSize.OptionsColumn.AllowEdit = false;
            this.torrentSize.OptionsColumn.ReadOnly = true;
            this.torrentSize.SortMode = DevExpress.XtraGrid.ColumnSortMode.Custom;
            this.torrentSize.Visible = true;
            this.torrentSize.VisibleIndex = 4;
            this.torrentSize.Width = 70;
            // 
            // percentDone
            // 
            this.percentDone.Caption = "%";
            this.percentDone.FieldName = "percentDone";
            this.percentDone.Name = "percentDone";
            this.percentDone.OptionsColumn.AllowEdit = false;
            this.percentDone.OptionsColumn.FixedWidth = true;
            this.percentDone.OptionsColumn.ReadOnly = true;
            this.percentDone.Visible = true;
            this.percentDone.VisibleIndex = 5;
            this.percentDone.Width = 42;
            // 
            // timeLeft
            // 
            this.timeLeft.Caption = "eta";
            this.timeLeft.FieldName = "timeLeft";
            this.timeLeft.Name = "timeLeft";
            this.timeLeft.OptionsColumn.AllowEdit = false;
            this.timeLeft.OptionsColumn.FixedWidth = true;
            this.timeLeft.OptionsColumn.ReadOnly = true;
            this.timeLeft.Visible = true;
            this.timeLeft.VisibleIndex = 6;
            this.timeLeft.Width = 50;
            // 
            // notificationsTabPage
            // 
            this.notificationsTabPage.Image = global::WarehouseFrontend.Properties.Resources._new;
            this.notificationsTabPage.Name = "notificationsTabPage";
            this.notificationsTabPage.Size = new System.Drawing.Size(503, 380);
            this.notificationsTabPage.Text = "notifications";
            // 
            // bwtimer
            // 
            this.bwtimer.Interval = 2000;
            this.bwtimer.Tick += new System.EventHandler(this.bwtimer_Tick);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(516, 416);
            this.Controls.Add(this.xtraTabControl1);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(498, 238);
            this.Name = "MainForm";
            this.Text = "warehouse";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.searchtabpage.ResumeLayout(false);
            this.searchtabpage.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.searchsite.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.searchButton.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.downloadbyid.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.searchResultsGridControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSearch)).EndInit();
            this.filterstabpage.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.assigncategory.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.filterType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.addfilter.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.filtersGridControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewFilters)).EndInit();
            this.statsTabPage.ResumeLayout(false);
            ((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.bwChartControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            this.panelControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.getSiteStatsButton.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.rtorrentTabPage.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.hidecompleted.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.torrentsGridControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewRtorrent)).EndInit();
            this.ResumeLayout(false);

        }
Example #11
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);

        }