/// <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.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     this.chartRisk = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartRisk)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartRisk
     //
     this.chartRisk.DataBindings = null;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartRisk.Diagram     = xyDiagram1;
     this.chartRisk.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.chartRisk.Legend.Name = "Default Legend";
     this.chartRisk.Location    = new System.Drawing.Point(0, 0);
     this.chartRisk.Name        = "chartRisk";
     this.chartRisk.PaletteName = "Blue Warm";
     series1.Name            = "Risk";
     splineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(112)))), ((int)(((byte)(192)))));
     splineSeriesView1.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(112)))), ((int)(((byte)(192)))));
     splineSeriesView1.MarkerVisibility        = DevExpress.Utils.DefaultBoolean.True;
     series1.View          = splineSeriesView1;
     series2.Name          = "Risk Target";
     lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     lineSeriesView1.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     lineSeriesView1.MarkerVisibility        = DevExpress.Utils.DefaultBoolean.True;
     series2.View = lineSeriesView1;
     this.chartRisk.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartRisk.Size     = new System.Drawing.Size(577, 433);
     this.chartRisk.TabIndex = 0;
     //
     // UCDrawGraph
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartRisk);
     this.Name = "UCDrawGraph";
     this.Size = new System.Drawing.Size(577, 433);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartRisk)).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        xyDiagram2        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series3           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series4           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView4 = new DevExpress.XtraCharts.SplineSeriesView();
     this.chartControl3 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl3
     //
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl3.Diagram  = xyDiagram2;
     this.chartControl3.Location = new System.Drawing.Point(4, 3);
     this.chartControl3.Name     = "chartControl3";
     series3.Name = "8064模板";
     series3.View = splineSeriesView3;
     series4.Name = "9680模板";
     series4.View = splineSeriesView4;
     this.chartControl3.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3,
         series4
     };
     this.chartControl3.Size     = new System.Drawing.Size(764, 467);
     this.chartControl3.TabIndex = 1;
     //
     // tubiao3
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(772, 489);
     this.Controls.Add(this.chartControl3);
     this.Name = "tubiao3";
     this.Text = "tubiao3";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
     this.TreeView4     = new System.Windows.Forms.TreeView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // TreeView4
     //
     this.TreeView4.Location   = new System.Drawing.Point(12, 12);
     this.TreeView4.Name       = "TreeView4";
     this.TreeView4.Size       = new System.Drawing.Size(178, 138);
     this.TreeView4.TabIndex   = 5;
     this.TreeView4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TreeView4_MouseDown);
     //
     // chartControl1
     //
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram    = xyDiagram1;
     this.chartControl1.Location   = new System.Drawing.Point(4, 186);
     this.chartControl1.Name       = "chartControl1";
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     series1.View  = splineSeriesView1;
     pointSeriesLabel2.LineVisible = true;
     series2.Label = pointSeriesLabel2;
     series2.Name  = "Series 2";
     series2.View  = splineSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     pointSeriesLabel3.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
     this.chartControl1.SeriesTemplate.View  = splineSeriesView3;
     this.chartControl1.Size     = new System.Drawing.Size(768, 251);
     this.chartControl1.TabIndex = 6;
     this.chartControl1.Click   += new System.EventHandler(this.chartControl1_Click);
     //
     // Curve
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 449);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.TreeView4);
     this.Name  = "Curve";
     this.Text  = "Curve";
     this.Load += new System.EventHandler(this.Curve_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <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.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            this.ctcMainChart = new DevExpress.XtraCharts.ChartControl();
            this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
            this.popRightMenu = new DevExpress.XtraBars.PopupMenu(this.components);
            this.btnAddForm = new DevExpress.XtraBars.BarButtonItem();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.grcMain = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.cName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.cXChar = new DevExpress.XtraGrid.Columns.GridColumn();
            this.cmbAxisChar = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.cYChar = new DevExpress.XtraGrid.Columns.GridColumn();
            this.cX = new DevExpress.XtraGrid.Columns.GridColumn();
            this.cmbAxisX = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.cY = new DevExpress.XtraGrid.Columns.GridColumn();
            this.cmbAxisY = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.cColor = new DevExpress.XtraGrid.Columns.GridColumn();
            this.cleColor = new DevExpress.XtraEditors.Repository.RepositoryItemColorEdit();
            this.cShow = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ckeShow = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            ((System.ComponentModel.ISupportInitialize)(this.ctcMainChart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popRightMenu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grcMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbAxisChar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbAxisX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbAxisY)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cleColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckeShow)).BeginInit();
            this.SuspendLayout();
            // 
            // ctcMainChart
            // 
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
            this.ctcMainChart.Diagram = xyDiagram1;
            this.ctcMainChart.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ctcMainChart.Legend.Visible = false;
            this.ctcMainChart.Location = new System.Drawing.Point(0, 0);
            this.ctcMainChart.Name = "ctcMainChart";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series1.Name = "Series 1";
            series1.View = splineSeriesView1;
            series2.Name = "Series 2";
            series2.View = splineSeriesView2;
            this.ctcMainChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            this.ctcMainChart.SeriesTemplate.View = splineSeriesView3;
            this.ctcMainChart.Size = new System.Drawing.Size(773, 293);
            this.ctcMainChart.TabIndex = 0;
            // 
            // splitterControl1
            // 
            this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.splitterControl1.Location = new System.Drawing.Point(0, 293);
            this.splitterControl1.Name = "splitterControl1";
            this.splitterControl1.Size = new System.Drawing.Size(773, 12);
            this.splitterControl1.TabIndex = 2;
            this.splitterControl1.TabStop = false;
            // 
            // popRightMenu
            // 
            this.popRightMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.btnAddForm)});
            this.popRightMenu.Manager = this.barManager1;
            this.popRightMenu.Name = "popRightMenu";
            // 
            // btnAddForm
            // 
            this.btnAddForm.Caption = "添加";
            this.btnAddForm.Id = 0;
            this.btnAddForm.Name = "btnAddForm";
            this.btnAddForm.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAddForm_ItemClick);
            // 
            // barManager1
            // 
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.btnAddForm});
            this.barManager1.MaxItemId = 1;
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(773, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 505);
            this.barDockControlBottom.Size = new System.Drawing.Size(773, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 505);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(773, 0);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 505);
            // 
            // grcMain
            // 
            this.grcMain.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.grcMain.Location = new System.Drawing.Point(0, 305);
            this.grcMain.MainView = this.gridView1;
            this.grcMain.MenuManager = this.barManager1;
            this.grcMain.Name = "grcMain";
            this.grcMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.cmbAxisChar,
            this.cmbAxisX,
            this.cmbAxisY,
            this.cleColor,
            this.ckeShow});
            this.grcMain.Size = new System.Drawing.Size(773, 200);
            this.grcMain.TabIndex = 8;
            this.grcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.cName,
            this.cXChar,
            this.cYChar,
            this.cX,
            this.cY,
            this.cColor,
            this.cShow});
            this.gridView1.GridControl = this.grcMain;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AllowFixedGroups = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsPrint.PrintGroupFooter = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
            this.gridView1.GotFocus += new System.EventHandler(this.gridView1_GotFocus);
            // 
            // cName
            // 
            this.cName.Caption = "表名";
            this.cName.FieldName = "Name";
            this.cName.Name = "cName";
            this.cName.OptionsColumn.AllowEdit = false;
            this.cName.OptionsColumn.ReadOnly = true;
            this.cName.Visible = true;
            this.cName.VisibleIndex = 0;
            // 
            // cXChar
            // 
            this.cXChar.Caption = "X轴字段";
            this.cXChar.ColumnEdit = this.cmbAxisChar;
            this.cXChar.FieldName = "XChar";
            this.cXChar.Name = "cXChar";
            this.cXChar.Visible = true;
            this.cXChar.VisibleIndex = 1;
            // 
            // cmbAxisChar
            // 
            this.cmbAxisChar.AutoHeight = false;
            this.cmbAxisChar.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbAxisChar.Name = "cmbAxisChar";
            this.cmbAxisChar.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            // 
            // cYChar
            // 
            this.cYChar.Caption = "Y轴字段";
            this.cYChar.ColumnEdit = this.cmbAxisChar;
            this.cYChar.FieldName = "YChar";
            this.cYChar.Name = "cYChar";
            this.cYChar.Visible = true;
            this.cYChar.VisibleIndex = 2;
            // 
            // cX
            // 
            this.cX.Caption = "X轴";
            this.cX.ColumnEdit = this.cmbAxisX;
            this.cX.FieldName = "X";
            this.cX.Name = "cX";
            this.cX.Visible = true;
            this.cX.VisibleIndex = 3;
            // 
            // cmbAxisX
            // 
            this.cmbAxisX.AutoHeight = false;
            this.cmbAxisX.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbAxisX.Name = "cmbAxisX";
            // 
            // cY
            // 
            this.cY.Caption = "Y轴";
            this.cY.ColumnEdit = this.cmbAxisY;
            this.cY.FieldName = "Y";
            this.cY.Name = "cY";
            this.cY.Visible = true;
            this.cY.VisibleIndex = 4;
            // 
            // cmbAxisY
            // 
            this.cmbAxisY.AutoHeight = false;
            this.cmbAxisY.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbAxisY.Name = "cmbAxisY";
            // 
            // cColor
            // 
            this.cColor.Caption = "颜色";
            this.cColor.ColumnEdit = this.cleColor;
            this.cColor.FieldName = "Color";
            this.cColor.Name = "cColor";
            this.cColor.Visible = true;
            this.cColor.VisibleIndex = 5;
            // 
            // cleColor
            // 
            this.cleColor.AutoHeight = false;
            this.cleColor.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cleColor.Name = "cleColor";
            // 
            // cShow
            // 
            this.cShow.Caption = "显示";
            this.cShow.ColumnEdit = this.ckeShow;
            this.cShow.FieldName = "Show";
            this.cShow.Name = "cShow";
            this.cShow.Visible = true;
            this.cShow.VisibleIndex = 6;
            // 
            // ckeShow
            // 
            this.ckeShow.AutoHeight = false;
            this.ckeShow.Caption = "Check";
            this.ckeShow.Name = "ckeShow";
            // 
            // MdiDataGraphForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(773, 505);
            this.Controls.Add(this.ctcMainChart);
            this.Controls.Add(this.splitterControl1);
            this.Controls.Add(this.grcMain);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "MdiDataGraphForm";
            this.Text = "MdiDataGraphForm";
            this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.MdiDataGraphForm_MouseClick);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ctcMainChart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popRightMenu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grcMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbAxisChar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbAxisX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbAxisY)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cleColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckeShow)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 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        xyDiagram2        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions     pointOptions2     = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.rptconsultasmestipoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.uC_TipoList1 = new ClinicaMerced.Front.UC_FiltroTipoList();
     this.uC_FitroConsultaHorizontal1 = new ClinicaMerced.Front.UC.UC_FitroConsultaHorizontal();
     this.gridControl1          = new DevExpress.XtraGrid.GridControl();
     this.gridView1             = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colFecha              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNumMes             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colArancel            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCoseguro           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNombreTipoConsulta = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNombreProfecional  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNombreMutual       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMes     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptconsultasmestipoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // lblTitle
     //
     this.lblTitle.Appearance.BackColor = System.Drawing.Color.White;
     this.lblTitle.Appearance.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.lblTitle.Text = "Gráfico de barras informativo";
     //
     // chartControl1
     //
     this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.chartControl1.DataSource = this.rptconsultasmestipoBindingSource;
     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.chartControl1.Diagram  = xyDiagram2;
     this.chartControl1.Location = new System.Drawing.Point(244, 49);
     this.chartControl1.Name     = "chartControl1";
     this.chartControl1.PaletteBaseColorNumber            = 4;
     this.chartControl1.SeriesDataMember                  = "NombreProfecional";
     this.chartControl1.SeriesSerializable                = new DevExpress.XtraCharts.Series[0];
     this.chartControl1.SeriesSorting                     = DevExpress.XtraCharts.SortingMode.Ascending;
     this.chartControl1.SeriesTemplate.ArgumentDataMember = "Fecha";
     this.chartControl1.SeriesTemplate.ArgumentScaleType  = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel2.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel2;
     pointOptions2.PointView = DevExpress.XtraCharts.PointView.SeriesName;
     this.chartControl1.SeriesTemplate.PointOptions = pointOptions2;
     this.chartControl1.SeriesTemplate.ShowInLegend = false;
     this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Coseguro";
     this.chartControl1.SeriesTemplate.View = splineSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(486, 338);
     this.chartControl1.TabIndex = 6;
     //
     // rptconsultasmestipoBindingSource
     //
     this.rptconsultasmestipoBindingSource.DataSource = typeof(ClinicaMerced.Common.Entities.Repòrts.rpt_consultas_mes_tipo);
     //
     // uC_TipoList1
     //
     this.uC_TipoList1.AcceptButton = null;
     this.uC_TipoList1.CancelButton = null;
     this.uC_TipoList1.Location     = new System.Drawing.Point(12, 369);
     this.uC_TipoList1.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.uC_TipoList1.Name         = "uC_TipoList1";
     this.uC_TipoList1.Size         = new System.Drawing.Size(216, 202);
     this.uC_TipoList1.TabIndex     = 7;
     //
     // uC_FitroConsultaHorizontal1
     //
     this.uC_FitroConsultaHorizontal1.AcceptButton       = null;
     this.uC_FitroConsultaHorizontal1.CancelButton       = null;
     this.uC_FitroConsultaHorizontal1.ComboMonthsEnabled = true;
     this.uC_FitroConsultaHorizontal1.ComboMonthsVisible = true;
     this.uC_FitroConsultaHorizontal1.CombosGroupEnabled = false;
     this.uC_FitroConsultaHorizontal1.CombosGroupVisible = false;
     this.uC_FitroConsultaHorizontal1.Location           = new System.Drawing.Point(3, 97);
     this.uC_FitroConsultaHorizontal1.Margin             = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.uC_FitroConsultaHorizontal1.Name     = "uC_FitroConsultaHorizontal1";
     this.uC_FitroConsultaHorizontal1.Size     = new System.Drawing.Size(235, 470);
     this.uC_FitroConsultaHorizontal1.TabIndex = 8;
     this.uC_FitroConsultaHorizontal1.Load    += new System.EventHandler(this.uC_FitroConsultaHorizontal1_Load);
     //
     // gridControl1
     //
     this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.gridControl1.DataSource = this.rptconsultasmestipoBindingSource;
     this.gridControl1.Location   = new System.Drawing.Point(226, 415);
     this.gridControl1.MainView   = this.gridView1;
     this.gridControl1.Name       = "gridControl1";
     this.gridControl1.Size       = new System.Drawing.Size(504, 153);
     this.gridControl1.TabIndex   = 9;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colFecha,
         this.colNumMes,
         this.colArancel,
         this.colCoseguro,
         this.colNombreTipoConsulta,
         this.colNombreProfecional,
         this.colNombreMutual,
         this.colMes
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     //
     // colFecha
     //
     this.colFecha.FieldName    = "Fecha";
     this.colFecha.Name         = "colFecha";
     this.colFecha.Visible      = true;
     this.colFecha.VisibleIndex = 0;
     //
     // colNumMes
     //
     this.colNumMes.FieldName    = "NumMes";
     this.colNumMes.Name         = "colNumMes";
     this.colNumMes.Visible      = true;
     this.colNumMes.VisibleIndex = 1;
     //
     // colArancel
     //
     this.colArancel.FieldName    = "Arancel";
     this.colArancel.Name         = "colArancel";
     this.colArancel.Visible      = true;
     this.colArancel.VisibleIndex = 2;
     //
     // colCoseguro
     //
     this.colCoseguro.FieldName    = "Coseguro";
     this.colCoseguro.Name         = "colCoseguro";
     this.colCoseguro.Visible      = true;
     this.colCoseguro.VisibleIndex = 3;
     //
     // colNombreTipoConsulta
     //
     this.colNombreTipoConsulta.FieldName    = "NombreTipoConsulta";
     this.colNombreTipoConsulta.Name         = "colNombreTipoConsulta";
     this.colNombreTipoConsulta.Visible      = true;
     this.colNombreTipoConsulta.VisibleIndex = 4;
     //
     // colNombreProfecional
     //
     this.colNombreProfecional.FieldName    = "NombreProfecional";
     this.colNombreProfecional.Name         = "colNombreProfecional";
     this.colNombreProfecional.Visible      = true;
     this.colNombreProfecional.VisibleIndex = 5;
     //
     // colNombreMutual
     //
     this.colNombreMutual.FieldName    = "NombreMutual";
     this.colNombreMutual.Name         = "colNombreMutual";
     this.colNombreMutual.Visible      = true;
     this.colNombreMutual.VisibleIndex = 6;
     //
     // colMes
     //
     this.colMes.FieldName = "Mes";
     this.colMes.Name      = "colMes";
     this.colMes.OptionsColumn.ReadOnly = true;
     this.colMes.Visible      = true;
     this.colMes.VisibleIndex = 7;
     //
     // btnRefresh
     //
     this.btnRefresh.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.btnRefresh.Appearance.ForeColor            = System.Drawing.Color.OliveDrab;
     this.btnRefresh.Appearance.Options.UseFont      = true;
     this.btnRefresh.Appearance.Options.UseForeColor = true;
     this.btnRefresh.Image    = global::ClinicaMerced.Front.Properties.Resources.medical_history_refresh_48;
     this.btnRefresh.Location = new System.Drawing.Point(0, 42);
     this.btnRefresh.Name     = "btnRefresh";
     this.btnRefresh.Size     = new System.Drawing.Size(238, 48);
     this.btnRefresh.TabIndex = 2054;
     this.btnRefresh.Text     = "Actualizar";
     this.btnRefresh.Click   += new System.EventHandler(this.btnRefresh_Click);
     //
     // UC_Consulta_SProfecional_ADia
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.Controls.Add(this.btnRefresh);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.uC_TipoList1);
     this.Controls.Add(this.uC_FitroConsultaHorizontal1);
     this.Name = "UC_Consulta_SProfecional_ADia";
     this.Size = new System.Drawing.Size(733, 571);
     this.Controls.SetChildIndex(this.uC_FitroConsultaHorizontal1, 0);
     this.Controls.SetChildIndex(this.lblTitle, 0);
     this.Controls.SetChildIndex(this.uC_TipoList1, 0);
     this.Controls.SetChildIndex(this.chartControl1, 0);
     this.Controls.SetChildIndex(this.gridControl1, 0);
     this.Controls.SetChildIndex(this.btnRefresh, 0);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptconsultasmestipoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 6
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(FORM_SMT_B_PHP_INV_TRACKING));
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     this.panel1          = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.chartControl    = new DevExpress.XtraCharts.ChartControl();
     this.axfpSpeadPHP    = new AxFPUSpreadADO.AxfpSpread();
     this.tmr_Load        = new System.Windows.Forms.Timer(this.components);
     this.pnHeader.SuspendLayout();
     this.pnButton.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axfpSpeadPHP)).BeginInit();
     this.SuspendLayout();
     //
     // pnHeader
     //
     this.pnHeader.Size = new System.Drawing.Size(1904, 106);
     //
     // lblDate
     //
     this.lblDate.Size = new System.Drawing.Size(253, 106);
     this.lblDate.Text = "2018-10-20\n16:02:33";
     //
     // cmdYear
     //
     this.cmdYear.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdYear.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdYear.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdYear.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdYear.Appearance.Options.UseBackColor = true;
     this.cmdYear.Appearance.Options.UseFont      = true;
     this.cmdYear.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("cmdYear.ImageOptions.Image")));
     //
     // cmdMonth
     //
     this.cmdMonth.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdMonth.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdMonth.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold);
     this.cmdMonth.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdMonth.Appearance.Options.UseBackColor = true;
     this.cmdMonth.Appearance.Options.UseFont      = true;
     this.cmdMonth.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("cmdMonth.ImageOptions.Image")));
     //
     // cmdDay
     //
     this.cmdDay.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdDay.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdDay.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold);
     this.cmdDay.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdDay.Appearance.Options.UseBackColor = true;
     this.cmdDay.Appearance.Options.UseFont      = true;
     this.cmdDay.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("cmdDay.ImageOptions.Image")));
     //
     // cmdBack
     //
     this.cmdBack.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.cmdBack.FlatAppearance.BorderSize  = 0;
     //
     // lblTitle
     //
     this.lblTitle.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.lblTitle.Appearance.Font                 = new System.Drawing.Font("Calibri", 50.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lblTitle.Appearance.Options.UseBackColor = true;
     this.lblTitle.Appearance.Options.UseFont      = true;
     this.lblTitle.Appearance.Options.UseForeColor = true;
     //
     // lblShift
     //
     this.lblShift.Size = new System.Drawing.Size(413, 53);
     this.lblShift.Text = "Shift 2 (14:00 ~ 22:00)";
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(1272, 1);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(373, 103);
     this.panel1.TabIndex = 64;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 106);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.chartControl);
     this.splitContainer1.Panel2.Controls.Add(this.axfpSpeadPHP);
     this.splitContainer1.Size             = new System.Drawing.Size(1904, 948);
     this.splitContainer1.SplitterDistance = 25;
     this.splitContainer1.TabIndex         = 15;
     //
     // chartControl
     //
     this.chartControl.DataBindings = null;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl.Diagram     = xyDiagram1;
     this.chartControl.Legend.Name = "Default Legend";
     this.chartControl.Location    = new System.Drawing.Point(4, 2);
     this.chartControl.Name        = "chartControl";
     series1.Name = "Series 1";
     series2.Name = "Series 2";
     series2.View = splineSeriesView1;
     this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl.Size     = new System.Drawing.Size(1889, 532);
     this.chartControl.TabIndex = 0;
     //
     // axfpSpeadPHP
     //
     this.axfpSpeadPHP.DataSource = null;
     this.axfpSpeadPHP.Location   = new System.Drawing.Point(3, 556);
     this.axfpSpeadPHP.Name       = "axfpSpeadPHP";
     this.axfpSpeadPHP.OcxState   = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axfpSpeadPHP.OcxState")));
     this.axfpSpeadPHP.Size       = new System.Drawing.Size(1889, 350);
     this.axfpSpeadPHP.TabIndex   = 2;
     //
     // tmr_Load
     //
     this.tmr_Load.Interval = 1000;
     this.tmr_Load.Tick    += new System.EventHandler(this.tmr_Load_Tick);
     //
     // FORM_SMT_B_PHP_INV_TRACKING
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1904, 1054);
     this.Controls.Add(this.splitContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FORM_SMT_B_PHP_INV_TRACKING";
     this.Load           += new System.EventHandler(this.FORM_SMT_B_INV_TRACKING_Load);
     this.VisibleChanged += new System.EventHandler(this.FORM_SMT_B_PHP_INV_TRACKING_VisibleChanged);
     this.Controls.SetChildIndex(this.pnHeader, 0);
     this.Controls.SetChildIndex(this.splitContainer1, 0);
     this.pnHeader.ResumeLayout(false);
     this.pnHeader.PerformLayout();
     this.pnButton.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axfpSpeadPHP)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ctrlComptressorMapGraph));
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
            this.t25ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tD0415GToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tD0418TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tD0419TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gT28RSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gT3071r86ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gT30RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gT40RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.hX40wToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripTextBox2 = new System.Windows.Forms.ToolStripTextBox();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.panel1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.chartControl1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 25);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(682, 435);
            this.panel1.TabIndex = 1;
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.toolStripComboBox1,
            this.toolStripButton1,
            this.toolStripButton2,
            this.toolStripDropDownButton1,
            this.toolStripLabel2,
            this.toolStripTextBox1,
            this.toolStripLabel3,
            this.toolStripTextBox2});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(682, 25);
            this.toolStrip1.TabIndex = 2;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(90, 22);
            this.toolStripLabel1.Text = "Select your turbo";
            // 
            // toolStripComboBox1
            // 
            this.toolStripComboBox1.Items.AddRange(new object[] {
            "Garrett T25 trim 55",
            "Garrett T25 trim 60",
            "Mitsubishi TD04-15G",
            "Mitsubishi TD04-16T",
            "Mitsubishi TD04-18T",
            "Mitsubishi TD04-19T",
            "Mitsubishi TD06-20G",
            "Garrett GT2871R",
            "Garrett GT28RS",
            "Garrett GT3071R",
            "Garrett GT3076R",
            "Garrett GT40R",
            "Holset HX40w"});
            this.toolStripComboBox1.Name = "toolStripComboBox1";
            this.toolStripComboBox1.Size = new System.Drawing.Size(250, 25);
            this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton1.Text = "Refresh";
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton2.Text = "Save image";
            this.toolStripButton2.Visible = false;
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
            // 
            // toolStripDropDownButton1
            // 
            this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.t25ToolStripMenuItem,
            this.tD0415GToolStripMenuItem,
            this.tD0418TToolStripMenuItem,
            this.tD0419TToolStripMenuItem,
            this.gT28RSToolStripMenuItem,
            this.gT3071r86ToolStripMenuItem,
            this.gT30RToolStripMenuItem,
            this.gT40RToolStripMenuItem,
            this.hX40wToolStripMenuItem});
            this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
            this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
            this.toolStripDropDownButton1.Size = new System.Drawing.Size(29, 22);
            this.toolStripDropDownButton1.Text = "Select compressor map";
            this.toolStripDropDownButton1.Visible = false;
            // 
            // t25ToolStripMenuItem
            // 
            this.t25ToolStripMenuItem.Name = "t25ToolStripMenuItem";
            this.t25ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.t25ToolStripMenuItem.Text = "T25";
            this.t25ToolStripMenuItem.Click += new System.EventHandler(this.t25ToolStripMenuItem_Click);
            // 
            // tD0415GToolStripMenuItem
            // 
            this.tD0415GToolStripMenuItem.Name = "tD0415GToolStripMenuItem";
            this.tD0415GToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.tD0415GToolStripMenuItem.Text = "TD04-15G";
            this.tD0415GToolStripMenuItem.Click += new System.EventHandler(this.tD0415GToolStripMenuItem_Click);
            // 
            // tD0418TToolStripMenuItem
            // 
            this.tD0418TToolStripMenuItem.Name = "tD0418TToolStripMenuItem";
            this.tD0418TToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.tD0418TToolStripMenuItem.Text = "TD04-18T";
            this.tD0418TToolStripMenuItem.Click += new System.EventHandler(this.tD0418TToolStripMenuItem_Click);
            // 
            // tD0419TToolStripMenuItem
            // 
            this.tD0419TToolStripMenuItem.Name = "tD0419TToolStripMenuItem";
            this.tD0419TToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.tD0419TToolStripMenuItem.Text = "TD04-19T";
            this.tD0419TToolStripMenuItem.Click += new System.EventHandler(this.tD0419TToolStripMenuItem_Click);
            // 
            // gT28RSToolStripMenuItem
            // 
            this.gT28RSToolStripMenuItem.Name = "gT28RSToolStripMenuItem";
            this.gT28RSToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.gT28RSToolStripMenuItem.Text = "GT28RS";
            this.gT28RSToolStripMenuItem.Click += new System.EventHandler(this.gT28RSToolStripMenuItem_Click);
            // 
            // gT3071r86ToolStripMenuItem
            // 
            this.gT3071r86ToolStripMenuItem.Name = "gT3071r86ToolStripMenuItem";
            this.gT3071r86ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.gT3071r86ToolStripMenuItem.Text = "GT3071R";
            this.gT3071r86ToolStripMenuItem.Click += new System.EventHandler(this.gT3071r86ToolStripMenuItem_Click);
            // 
            // gT30RToolStripMenuItem
            // 
            this.gT30RToolStripMenuItem.Name = "gT30RToolStripMenuItem";
            this.gT30RToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.gT30RToolStripMenuItem.Text = "GT30R";
            this.gT30RToolStripMenuItem.Click += new System.EventHandler(this.gT30RToolStripMenuItem_Click);
            // 
            // gT40RToolStripMenuItem
            // 
            this.gT40RToolStripMenuItem.Name = "gT40RToolStripMenuItem";
            this.gT40RToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.gT40RToolStripMenuItem.Text = "GT40R";
            this.gT40RToolStripMenuItem.Click += new System.EventHandler(this.gT40RToolStripMenuItem_Click);
            // 
            // hX40wToolStripMenuItem
            // 
            this.hX40wToolStripMenuItem.Name = "hX40wToolStripMenuItem";
            this.hX40wToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.hX40wToolStripMenuItem.Text = "HX40w";
            this.hX40wToolStripMenuItem.Click += new System.EventHandler(this.hX40wToolStripMenuItem_Click);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(51, 22);
            this.toolStripLabel2.Text = "Temp (C)";
            // 
            // toolStripTextBox1
            // 
            this.toolStripTextBox1.Name = "toolStripTextBox1";
            this.toolStripTextBox1.Size = new System.Drawing.Size(30, 25);
            this.toolStripTextBox1.Text = "20";
            this.toolStripTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
            // 
            // toolStripLabel3
            // 
            this.toolStripLabel3.Name = "toolStripLabel3";
            this.toolStripLabel3.Size = new System.Drawing.Size(19, 22);
            this.toolStripLabel3.Text = "VE";
            // 
            // toolStripTextBox2
            // 
            this.toolStripTextBox2.Name = "toolStripTextBox2";
            this.toolStripTextBox2.Size = new System.Drawing.Size(30, 25);
            this.toolStripTextBox2.Text = "85";
            this.toolStripTextBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
            // 
            // chartControl1
            // 
            this.chartControl1.BackImage.Image = ((System.Drawing.Image)(resources.GetObject("chartControl1.BackImage.Image")));
            this.chartControl1.BackImage.Stretch = true;
            this.chartControl1.BorderOptions.Visible = false;
            xyDiagram1.AxisX.Visible = false;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisX.Range.SideMarginsEnabled = false;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Visible = false;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.GridLines.Visible = false;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = false;
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.DefaultPane.BorderVisible = false;
            xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.Transparent;
            xyDiagram1.DefaultPane.ScrollBarOptions.XAxisScrollBarVisible = false;
            xyDiagram1.DefaultPane.ScrollBarOptions.YAxisScrollBarVisible = false;
            xyDiagram1.PaneDistance = 0;
            xyDiagram1.EnableZooming = true;
            xyDiagram1.EnableScrolling = true;
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            series1.Name = "Series 1";
            series1.View = splineSeriesView1;
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series2.Name = "Series 2";
            series2.View = splineSeriesView2;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            this.chartControl1.SeriesTemplate.View = splineSeriesView3;
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.Size = new System.Drawing.Size(682, 435);
            this.chartControl1.TabIndex = 0;
            // 
            // ctrlComptressorMapGraph
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.toolStrip1);
            this.Name = "ctrlComptressorMapGraph";
            this.Size = new System.Drawing.Size(682, 460);
            this.panel1.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 8
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(FRM_MGL_FG_PREDICTION));
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.ConstantLine     constantLine1     = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine     constantLine2     = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine     constantLine3     = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine     constantLine4     = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     this.tblMain       = new System.Windows.Forms.TableLayoutPanel();
     this.pnTitle       = new System.Windows.Forms.Panel();
     this.lblDate       = new System.Windows.Forms.Label();
     this.cmdBack       = new System.Windows.Forms.Button();
     this.lblTitle      = new DevExpress.XtraEditors.LabelControl();
     this.pnChart       = new System.Windows.Forms.Panel();
     this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
     this.timer1        = new System.Windows.Forms.Timer(this.components);
     this.tmr           = new System.Windows.Forms.Timer(this.components);
     this.tmrDelay      = new System.Windows.Forms.Timer(this.components);
     this.tblMain.SuspendLayout();
     this.pnTitle.SuspendLayout();
     this.pnChart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // tblMain
     //
     this.tblMain.BackColor   = System.Drawing.Color.White;
     this.tblMain.ColumnCount = 1;
     this.tblMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tblMain.Controls.Add(this.pnTitle, 0, 0);
     this.tblMain.Controls.Add(this.pnChart, 0, 1);
     this.tblMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tblMain.Location = new System.Drawing.Point(0, 0);
     this.tblMain.Name     = "tblMain";
     this.tblMain.RowCount = 2;
     this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tblMain.Size     = new System.Drawing.Size(1924, 1061);
     this.tblMain.TabIndex = 0;
     //
     // pnTitle
     //
     this.pnTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.pnTitle.Controls.Add(this.lblDate);
     this.pnTitle.Controls.Add(this.cmdBack);
     this.pnTitle.Controls.Add(this.lblTitle);
     this.pnTitle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnTitle.Location = new System.Drawing.Point(3, 3);
     this.pnTitle.Name     = "pnTitle";
     this.pnTitle.Size     = new System.Drawing.Size(1918, 94);
     this.pnTitle.TabIndex = 0;
     //
     // lblDate
     //
     this.lblDate.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.lblDate.Dock       = System.Windows.Forms.DockStyle.Right;
     this.lblDate.Font       = new System.Drawing.Font("Calibri", 31F, System.Drawing.FontStyle.Bold);
     this.lblDate.ForeColor  = System.Drawing.Color.White;
     this.lblDate.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.lblDate.Location   = new System.Drawing.Point(1645, 0);
     this.lblDate.Name       = "lblDate";
     this.lblDate.Size       = new System.Drawing.Size(273, 94);
     this.lblDate.TabIndex   = 52;
     this.lblDate.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmdBack
     //
     this.cmdBack.BackColor                  = System.Drawing.Color.Transparent;
     this.cmdBack.BackgroundImage            = ((System.Drawing.Image)(resources.GetObject("cmdBack.BackgroundImage")));
     this.cmdBack.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Stretch;
     this.cmdBack.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.cmdBack.FlatAppearance.BorderSize  = 0;
     this.cmdBack.FlatStyle                  = System.Windows.Forms.FlatStyle.Flat;
     this.cmdBack.Location = new System.Drawing.Point(1402, 0);
     this.cmdBack.Name     = "cmdBack";
     this.cmdBack.Size     = new System.Drawing.Size(108, 101);
     this.cmdBack.TabIndex = 51;
     this.cmdBack.UseVisualStyleBackColor = false;
     this.cmdBack.Click += new System.EventHandler(this.cmdBack_Click);
     //
     // lblTitle
     //
     this.lblTitle.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.lblTitle.Appearance.Font                 = new System.Drawing.Font("Calibri", 62F, System.Drawing.FontStyle.Bold);
     this.lblTitle.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lblTitle.Appearance.Options.UseBackColor = true;
     this.lblTitle.Appearance.Options.UseFont      = true;
     this.lblTitle.Appearance.Options.UseForeColor = true;
     this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblTitle.Dock         = System.Windows.Forms.DockStyle.Left;
     this.lblTitle.LineColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.lblTitle.LineVisible  = true;
     this.lblTitle.Location     = new System.Drawing.Point(0, 0);
     this.lblTitle.Name         = "lblTitle";
     this.lblTitle.Size         = new System.Drawing.Size(849, 94);
     this.lblTitle.TabIndex     = 3;
     this.lblTitle.Tag          = "Minimized";
     this.lblTitle.Text         = "ISB Prediction";
     //
     // pnChart
     //
     this.pnChart.Controls.Add(this.chartControl2);
     this.pnChart.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnChart.Location = new System.Drawing.Point(3, 103);
     this.pnChart.Name     = "pnChart";
     this.pnChart.Size     = new System.Drawing.Size(1918, 955);
     this.pnChart.TabIndex = 1;
     //
     // chartControl2
     //
     this.chartControl2.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl2.DataBindings       = null;
     constantLine1.AxisValueSerializable   = "1";
     constantLine1.Color               = System.Drawing.Color.Black;
     constantLine1.LegendName          = "Default Legend";
     constantLine1.LineStyle.Thickness = 5;
     constantLine1.Name                     = "cxLine1";
     constantLine1.ShowInLegend             = false;
     constantLine1.Title.Font               = new System.Drawing.Font("Calibri", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     constantLine1.Title.ShowBelowLine      = true;
     constantLine1.Title.Text               = "Precent";
     constantLine2.AxisValueSerializable    = "5";
     constantLine2.Color                    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     constantLine2.LineStyle.Thickness      = 5;
     constantLine2.Name                     = "cxLine2";
     constantLine2.ShowInLegend             = false;
     constantLine2.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     constantLine2.Title.Font               = new System.Drawing.Font("Calibri", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     constantLine2.Title.Text               = "Present + Prediction";
     xyDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1,
         constantLine2
     });
     xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("Calibri", 12F);
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     constantLine3.AxisValueSerializable         = "90";
     constantLine3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     constantLine3.LineStyle.Thickness = 5;
     constantLine3.Name                  = "cyLine1";
     constantLine3.ShowInLegend          = false;
     constantLine3.Title.Font            = new System.Drawing.Font("Calibri", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     constantLine3.Title.Text            = "ISB Target";
     constantLine4.AxisValueSerializable = "60";
     constantLine4.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     constantLine4.LineStyle.DashStyle   = DevExpress.XtraCharts.DashStyle.Dash;
     constantLine4.LineStyle.Thickness   = 5;
     constantLine4.Name                  = "cyLine2";
     constantLine4.ShowInLegend          = false;
     constantLine4.Title.Font            = new System.Drawing.Font("Calibri", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     constantLine4.Title.ShowBelowLine   = true;
     constantLine4.Title.Text            = "ISB allow range";
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine3,
         constantLine4
     });
     xyDiagram1.AxisY.Interlaced                      = true;
     xyDiagram1.AxisY.Label.Font                      = new System.Drawing.Font("Calibri", 12F);
     xyDiagram1.AxisY.Label.TextPattern               = "{V:#,#}";
     xyDiagram1.AxisY.Title.Font                      = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Text                      = "ISB(%)";
     xyDiagram1.AxisY.Title.Visibility                = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisY.VisibleInPanesSerializable      = "-1";
     xyDiagram1.AxisY.WholeRange.Auto                 = false;
     xyDiagram1.AxisY.WholeRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "100";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable = "30";
     xyDiagram1.AxisY.WholeRange.SideMarginsValue     = 10D;
     this.chartControl2.Diagram = xyDiagram1;
     this.chartControl2.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl2.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl2.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl2.Legend.Font    = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl2.Legend.Name    = "Default Legend";
     this.chartControl2.Location       = new System.Drawing.Point(0, 0);
     this.chartControl2.Name           = "chartControl2";
     this.chartControl2.Padding.Bottom = 10;
     this.chartControl2.Padding.Left   = 10;
     this.chartControl2.Padding.Right  = 10;
     this.chartControl2.Padding.Top    = 10;
     series1.CrosshairLabelPattern     = "{V:#,#}";
     pointSeriesLabel1.TextPattern     = "{V:#.0}";
     series1.Label           = pointSeriesLabel1;
     series1.Name            = "Series 1";
     series1.ShowInLegend    = false;
     splineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     splineSeriesView1.LineStyle.Thickness = 4;
     series1.View            = splineSeriesView1;
     series2.Name            = "Series 2";
     series2.ShowInLegend    = false;
     splineSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(240)))));
     splineSeriesView2.LineStyle.Thickness = 4;
     series2.View = splineSeriesView2;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl2.Size     = new System.Drawing.Size(1918, 955);
     this.chartControl2.TabIndex = 2;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // tmr
     //
     this.tmr.Enabled  = true;
     this.tmr.Interval = 1000;
     this.tmr.Tick    += new System.EventHandler(this.tmr_Tick);
     //
     // tmrDelay
     //
     this.tmrDelay.Enabled  = true;
     this.tmrDelay.Interval = 1000;
     this.tmrDelay.Tick    += new System.EventHandler(this.tmrDelay_Tick);
     //
     // FRM_SMT_FG_PREDICTION
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1924, 1061);
     this.Controls.Add(this.tblMain);
     this.Name            = "FRM_SMT_FG_PREDICTION";
     this.Text            = "FRM_SMT_FG_PREDICTION";
     this.Load           += new System.EventHandler(this.FRM_SMT_FG_PREDICTION_Load);
     this.VisibleChanged += new System.EventHandler(this.FRM_SMT_FG_PREDICTION_VisibleChanged);
     this.tblMain.ResumeLayout(false);
     this.pnTitle.ResumeLayout(false);
     this.pnChart.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.ChartTitle       chartTitle1       = new DevExpress.XtraCharts.ChartTitle();
     this.Detail        = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin     = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin  = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.GroupHeader1  = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrChart1      = new DevExpress.XtraReports.UI.XRChart();
     this.GroupHeader2  = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.lbDienThoai1  = new DevExpress.XtraReports.UI.XRLabel();
     this.lbDiachi      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1      = new DevExpress.XtraReports.UI.XRLabel();
     this.lbDenNgay     = new DevExpress.XtraReports.UI.XRLabel();
     this.lbTuNgay      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabelTieuDe = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.HeightF       = 102.0833F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1
     });
     this.GroupHeader1.HeightF = 373.9583F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // xrChart1
     //
     this.xrChart1.BorderColor = System.Drawing.Color.Black;
     this.xrChart1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.xrChart1.Diagram         = xyDiagram1;
     this.xrChart1.LocationFloat   = new DevExpress.Utils.PointFloat(37.5F, 12.5F);
     this.xrChart1.Name            = "xrChart1";
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Doanh Thu";
     series1.View  = splineSeriesView1;
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     pointSeriesLabel2.LineVisible      = true;
     this.xrChart1.SeriesTemplate.Label = pointSeriesLabel2;
     this.xrChart1.SeriesTemplate.View  = splineSeriesView2;
     this.xrChart1.SizeF = new System.Drawing.SizeF(569.375F, 319.7917F);
     chartTitle1.Text    = "Doanh Thu(USD)";
     this.xrChart1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lbDienThoai1,
         this.lbDiachi,
         this.xrLabel1,
         this.lbDenNgay,
         this.lbTuNgay,
         this.xrLabel3,
         this.xrLabel2,
         this.xrLabelTieuDe
     });
     this.GroupHeader2.HeightF = 200F;
     this.GroupHeader2.Level   = 1;
     this.GroupHeader2.Name    = "GroupHeader2";
     //
     // lbDienThoai1
     //
     this.lbDienThoai1.Font                           = new System.Drawing.Font("Times New Roman", 10F);
     this.lbDienThoai1.ForeColor                      = System.Drawing.Color.Blue;
     this.lbDienThoai1.LocationFloat                  = new DevExpress.Utils.PointFloat(37.5F, 72.50001F);
     this.lbDienThoai1.Name                           = "lbDienThoai1";
     this.lbDienThoai1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbDienThoai1.SizeF                          = new System.Drawing.SizeF(250.7349F, 23F);
     this.lbDienThoai1.StylePriority.UseFont          = false;
     this.lbDienThoai1.StylePriority.UseForeColor     = false;
     this.lbDienThoai1.StylePriority.UseTextAlignment = false;
     this.lbDienThoai1.Text                           = "Điện thoại: 08.541 369 24 - 08.541 369 25";
     this.lbDienThoai1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lbDiachi
     //
     this.lbDiachi.CanShrink                      = true;
     this.lbDiachi.Font                           = new System.Drawing.Font("Times New Roman", 10F);
     this.lbDiachi.ForeColor                      = System.Drawing.Color.Blue;
     this.lbDiachi.LocationFloat                  = new DevExpress.Utils.PointFloat(37.5F, 47.50001F);
     this.lbDiachi.Name                           = "lbDiachi";
     this.lbDiachi.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbDiachi.SizeF                          = new System.Drawing.SizeF(388.6178F, 23F);
     this.lbDiachi.StylePriority.UseFont          = false;
     this.lbDiachi.StylePriority.UseForeColor     = false;
     this.lbDiachi.StylePriority.UseTextAlignment = false;
     this.lbDiachi.Text                           = "Địa chỉ: 100 Nguyễn Lương Bằng, Phường Tân Phú, Q.7, TP.HCM";
     this.lbDiachi.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(37.5F, 10.00001F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(332.2917F, 23F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "Văn Phòng Đại Diện Công Ty CHARABOT";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lbDenNgay
     //
     this.lbDenNgay.Font                  = new System.Drawing.Font("Times New Roman", 10F);
     this.lbDenNgay.LocationFloat         = new DevExpress.Utils.PointFloat(439.5833F, 168.75F);
     this.lbDenNgay.Name                  = "lbDenNgay";
     this.lbDenNgay.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbDenNgay.SizeF                 = new System.Drawing.SizeF(100F, 23F);
     this.lbDenNgay.StylePriority.UseFont = false;
     this.lbDenNgay.Text                  = "lbDenNgay";
     //
     // lbTuNgay
     //
     this.lbTuNgay.Font                  = new System.Drawing.Font("Times New Roman", 10F);
     this.lbTuNgay.LocationFloat         = new DevExpress.Utils.PointFloat(216.6667F, 168.75F);
     this.lbTuNgay.Name                  = "lbTuNgay";
     this.lbTuNgay.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbTuNgay.SizeF                 = new System.Drawing.SizeF(100F, 23F);
     this.lbTuNgay.StylePriority.UseFont = false;
     this.lbTuNgay.Text                  = "lbTuNgay";
     //
     // xrLabel3
     //
     this.xrLabel3.Font                       = new System.Drawing.Font("Times New Roman", 10F);
     this.xrLabel3.ForeColor                  = System.Drawing.Color.Black;
     this.xrLabel3.LocationFloat              = new DevExpress.Utils.PointFloat(353.125F, 168.75F);
     this.xrLabel3.Name                       = "xrLabel3";
     this.xrLabel3.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                      = new System.Drawing.SizeF(86.45831F, 23F);
     this.xrLabel3.StylePriority.UseFont      = false;
     this.xrLabel3.StylePriority.UseForeColor = false;
     this.xrLabel3.Text                       = "đến ngày:";
     //
     // xrLabel2
     //
     this.xrLabel2.Font                       = new System.Drawing.Font("Times New Roman", 10F);
     this.xrLabel2.ForeColor                  = System.Drawing.Color.Black;
     this.xrLabel2.LocationFloat              = new DevExpress.Utils.PointFloat(103.125F, 168.75F);
     this.xrLabel2.Name                       = "xrLabel2";
     this.xrLabel2.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                      = new System.Drawing.SizeF(113.5417F, 23F);
     this.xrLabel2.StylePriority.UseFont      = false;
     this.xrLabel2.StylePriority.UseForeColor = false;
     this.xrLabel2.Text                       = "Tính từ ngày:";
     //
     // xrLabelTieuDe
     //
     this.xrLabelTieuDe.Font                           = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
     this.xrLabelTieuDe.ForeColor                      = System.Drawing.Color.Blue;
     this.xrLabelTieuDe.LocationFloat                  = new DevExpress.Utils.PointFloat(58.33333F, 112.5F);
     this.xrLabelTieuDe.Name                           = "xrLabelTieuDe";
     this.xrLabelTieuDe.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabelTieuDe.SizeF                          = new System.Drawing.SizeF(534.3749F, 32.37502F);
     this.xrLabelTieuDe.StylePriority.UseFont          = false;
     this.xrLabelTieuDe.StylePriority.UseForeColor     = false;
     this.xrLabelTieuDe.StylePriority.UseTextAlignment = false;
     this.xrLabelTieuDe.Text                           = "THỐNG KÊ DOANH THU THEO THỜI GIAN";
     this.xrLabelTieuDe.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // rptThongKeDoanhThuTheoThoiGian
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.GroupHeader2
     });
     this.Version = "11.1";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram6 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY6 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series16 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions6 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView11 = new DevExpress.XtraCharts.StepAreaSeriesView();
            DevExpress.XtraCharts.Series series17 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView11 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series18 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView12 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView12 = new DevExpress.XtraCharts.StepAreaSeriesView();
            this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.barManager1 = new DevExpress.XtraBars.BarManager();
            this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            this.chartControl1.CrosshairOptions.HighlightPoints = false;
            xyDiagram6.AxisX.Tickmarks.MinorVisible = false;
            xyDiagram6.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram6.AxisX.WholeRange.AutoSideMargins = false;
            xyDiagram6.AxisX.WholeRange.SideMarginsValue = 0D;
            xyDiagram6.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram6.EnableAxisXScrolling = true;
            xyDiagram6.ScrollingOptions.UseKeyboard = false;
            xyDiagram6.ScrollingOptions.UseMouse = false;
            xyDiagram6.ScrollingOptions.UseTouchDevice = false;
            secondaryAxisY6.AxisID = 0;
            secondaryAxisY6.Name = "Secondary AxisY 1";
            secondaryAxisY6.VisibleInPanesSerializable = "-1";
            secondaryAxisY6.VisualRange.Auto = false;
            secondaryAxisY6.VisualRange.AutoSideMargins = false;
            secondaryAxisY6.VisualRange.MaxValueSerializable = "100";
            secondaryAxisY6.VisualRange.MinValueSerializable = "0";
            secondaryAxisY6.VisualRange.SideMarginsValue = 0D;
            secondaryAxisY6.WholeRange.Auto = false;
            secondaryAxisY6.WholeRange.AutoSideMargins = false;
            secondaryAxisY6.WholeRange.MaxValueSerializable = "100";
            secondaryAxisY6.WholeRange.MinValueSerializable = "0";
            secondaryAxisY6.WholeRange.SideMarginsValue = 0D;
            xyDiagram6.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY6});
            xyDiagram6.ZoomingOptions.UseMouseWheel = false;
            this.chartControl1.Diagram = xyDiagram6;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(4, 2);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.RuntimeHitTesting = true;
            series16.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel6.Angle = 42;
            pointSeriesLabel6.Antialiasing = true;
            pointOptions6.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions6.PointView = DevExpress.XtraCharts.PointView.Argument;
            pointSeriesLabel6.PointOptions = pointOptions6;
            pointSeriesLabel6.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
            pointSeriesLabel6.TextOrientation = DevExpress.XtraCharts.TextOrientation.TopToBottom;
            series16.Label = pointSeriesLabel6;
            series16.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
            series16.Name = "Series 1";
            stepAreaSeriesView11.Transparency = ((byte)(0));
            series16.View = stepAreaSeriesView11;
            series17.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series17.Name = "Series 2";
            splineSeriesView11.AxisYName = "Secondary AxisY 1";
            series17.View = splineSeriesView11;
            series18.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series18.Name = "Series 3";
            splineSeriesView12.AxisYName = "Secondary AxisY 1";
            series18.View = splineSeriesView12;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series16,
        series17,
        series18};
            stepAreaSeriesView12.MarkerOptions.Size = 8;
            this.chartControl1.SeriesTemplate.View = stepAreaSeriesView12;
            this.chartControl1.SideBySideEqualBarWidth = false;
            this.chartControl1.Size = new System.Drawing.Size(718, 373);
            this.chartControl1.TabIndex = 0;
            this.chartControl1.CustomShowRightClickPopupMenu += new System.EventHandler<SPC.Controls.Base.AdvChartControl.ShowRightClickPopupMenuEventArgs>(this.chartControl1_CustomShowRightClickPopupMenu);
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Caption = "Check";
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            this.repositoryItemCheckEdit1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemCheckEdit1_EditValueChanging);
            // 
            // repositoryItemCheckEdit2
            // 
            this.repositoryItemCheckEdit2.AutoHeight = false;
            this.repositoryItemCheckEdit2.Caption = "Check";
            this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "显示X坐标";
            this.barEditItem1.Edit = this.repositoryItemCheckEdit1;
            this.barEditItem1.Id = 0;
            this.barEditItem1.Name = "barEditItem1";
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(4, 2);
            this.barDockControlTop.Size = new System.Drawing.Size(718, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(4, 375);
            this.barDockControlBottom.Size = new System.Drawing.Size(718, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(4, 2);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 373);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(722, 2);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 373);
            // 
            // barManager1
            // 
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barEditItem1,
            this.barEditItem2});
            this.barManager1.MaxItemId = 3;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckEdit1,
            this.repositoryItemCheckEdit2,
            this.repositoryItemToggleSwitch1});
            // 
            // barEditItem2
            // 
            this.barEditItem2.Caption = "填充";
            this.barEditItem2.Edit = this.repositoryItemToggleSwitch1;
            this.barEditItem2.Id = 2;
            this.barEditItem2.Name = "barEditItem2";
            // 
            // repositoryItemToggleSwitch1
            // 
            this.repositoryItemToggleSwitch1.AutoHeight = false;
            this.repositoryItemToggleSwitch1.Name = "repositoryItemToggleSwitch1";
            this.repositoryItemToggleSwitch1.OffText = "Off";
            this.repositoryItemToggleSwitch1.OnText = "On";
            this.repositoryItemToggleSwitch1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemToggleSwitch1_EditValueChanging);
            // 
            // SpectralDistributionDrawBoard
            // 
            this.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "SpectralDistributionDrawBoard";
            this.Size = new System.Drawing.Size(724, 377);
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 11
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.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()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView4 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel5 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView5 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView6 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel7 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView7 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.chartActivity = new DevExpress.XtraCharts.ChartControl();
            this.gridInvoiceSummary = new DevExpress.XtraGrid.GridControl();
            this.gvInvoiceSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridPickListSummary = new DevExpress.XtraGrid.GridControl();
            this.gvPickList = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.wishListSummary = new DevExpress.XtraGrid.GridControl();
            this.gvWishList = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.chartTransactions = new DevExpress.XtraCharts.ChartControl();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.lcTransactionSummary = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lcActivitySummary = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lcWishlistSummary = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lcPicklistSummary = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lcInvoiceSummary = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartActivity)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridInvoiceSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvInvoiceSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridPickListSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvPickList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.wishListSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvWishList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartTransactions)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcTransactionSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcActivitySummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcWishlistSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcPicklistSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcInvoiceSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            this.SuspendLayout();
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.chartActivity);
            this.layoutControl1.Controls.Add(this.gridInvoiceSummary);
            this.layoutControl1.Controls.Add(this.gridPickListSummary);
            this.layoutControl1.Controls.Add(this.wishListSummary);
            this.layoutControl1.Controls.Add(this.chartTransactions);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(563, 382, 250, 350);
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(995, 572);
            this.layoutControl1.TabIndex = 0;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // chartActivity
            // 
            this.chartActivity.Cursor = System.Windows.Forms.Cursors.Hand;
            xyDiagram1.AxisX.Label.Angle = -25;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartActivity.Diagram = xyDiagram1;
            this.chartActivity.Location = new System.Drawing.Point(509, 44);
            this.chartActivity.Name = "chartActivity";
            this.chartActivity.PaletteName = "Palette 1";
            this.chartActivity.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(147))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(147)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(238)))), ((int)(((byte)(15))))), System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(238)))), ((int)(((byte)(15)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(36)))), ((int)(((byte)(31))))), System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(36)))), ((int)(((byte)(31)))))),
                new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(36)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(36)))), ((int)(((byte)(255))))))}));
            series1.ArgumentDataMember = "Date";
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.Name = "Requested";
            series1.ValueDataMembersSerializable = "Value";
            series1.View = splineSeriesView1;
            series2.ArgumentDataMember = "Date";
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.Name = "Issued";
            series2.ValueDataMembersSerializable = "Value";
            series2.View = splineSeriesView2;
            series3.ArgumentDataMember = "Date";
            pointSeriesLabel3.LineVisible = true;
            series3.Label = pointSeriesLabel3;
            series3.Name = "Cancelled";
            series3.ValueDataMembersSerializable = "Value";
            series3.View = splineSeriesView3;
            series4.ArgumentDataMember = "Date";
            pointSeriesLabel4.LineVisible = true;
            series4.Label = pointSeriesLabel4;
            series4.Name = "Picklist";
            series4.ValueDataMembersSerializable = "Value";
            series4.View = splineSeriesView4;
            this.chartActivity.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3,
        series4};
            pointSeriesLabel5.LineVisible = true;
            this.chartActivity.SeriesTemplate.Label = pointSeriesLabel5;
            this.chartActivity.SeriesTemplate.View = splineSeriesView5;
            this.chartActivity.Size = new System.Drawing.Size(462, 233);
            this.chartActivity.TabIndex = 8;
            this.chartActivity.Click += new System.EventHandler(this.chartActivity_Click);
            // 
            // gridInvoiceSummary
            // 
            this.gridInvoiceSummary.Location = new System.Drawing.Point(662, 325);
            this.gridInvoiceSummary.MainView = this.gvInvoiceSummary;
            this.gridInvoiceSummary.Name = "gridInvoiceSummary";
            this.gridInvoiceSummary.Size = new System.Drawing.Size(309, 223);
            this.gridInvoiceSummary.TabIndex = 7;
            this.gridInvoiceSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvInvoiceSummary});
            // 
            // gvInvoiceSummary
            // 
            this.gvInvoiceSummary.Appearance.Row.BackColor = System.Drawing.Color.Transparent;
            this.gvInvoiceSummary.Appearance.Row.Options.UseBackColor = true;
            this.gvInvoiceSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn5,
            this.gridColumn6,
            this.gridColumn9});
            this.gvInvoiceSummary.GridControl = this.gridInvoiceSummary;
            this.gvInvoiceSummary.GroupCount = 1;
            this.gvInvoiceSummary.Name = "gvInvoiceSummary";
            this.gvInvoiceSummary.OptionsBehavior.Editable = false;
            this.gvInvoiceSummary.OptionsBehavior.ReadOnly = true;
            this.gvInvoiceSummary.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gvInvoiceSummary.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gvInvoiceSummary.OptionsView.ShowColumnHeaders = false;
            this.gvInvoiceSummary.OptionsView.ShowGroupPanel = false;
            this.gvInvoiceSummary.OptionsView.ShowIndicator = false;
            this.gvInvoiceSummary.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn9, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // gridColumn5
            // 
            this.gridColumn5.FieldName = "Name";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 0;
            // 
            // gridColumn6
            // 
            this.gridColumn6.FieldName = "Value";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 1;
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = " ";
            this.gridColumn9.FieldName = "Category";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 2;
            // 
            // gridPickListSummary
            // 
            this.gridPickListSummary.Location = new System.Drawing.Point(337, 325);
            this.gridPickListSummary.MainView = this.gvPickList;
            this.gridPickListSummary.Name = "gridPickListSummary";
            this.gridPickListSummary.Size = new System.Drawing.Size(297, 223);
            this.gridPickListSummary.TabIndex = 6;
            this.gridPickListSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvPickList});
            // 
            // gvPickList
            // 
            this.gvPickList.Appearance.Row.BackColor = System.Drawing.Color.Transparent;
            this.gvPickList.Appearance.Row.Options.UseBackColor = true;
            this.gvPickList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn3,
            this.gridColumn4,
            this.gridColumn7});
            this.gvPickList.GridControl = this.gridPickListSummary;
            this.gvPickList.GroupCount = 1;
            this.gvPickList.Name = "gvPickList";
            this.gvPickList.OptionsBehavior.Editable = false;
            this.gvPickList.OptionsBehavior.ReadOnly = true;
            this.gvPickList.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gvPickList.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gvPickList.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gvPickList.OptionsView.ShowColumnHeaders = false;
            this.gvPickList.OptionsView.ShowGroupPanel = false;
            this.gvPickList.OptionsView.ShowIndicator = false;
            this.gvPickList.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn7, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // gridColumn3
            // 
            this.gridColumn3.FieldName = "Name";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 0;
            // 
            // gridColumn4
            // 
            this.gridColumn4.FieldName = "Value";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 1;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = " ";
            this.gridColumn7.FieldName = "Category";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 2;
            // 
            // wishListSummary
            // 
            this.wishListSummary.Location = new System.Drawing.Point(24, 325);
            this.wishListSummary.MainView = this.gvWishList;
            this.wishListSummary.Name = "wishListSummary";
            this.wishListSummary.Size = new System.Drawing.Size(285, 223);
            this.wishListSummary.TabIndex = 5;
            this.wishListSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvWishList});
            // 
            // gvWishList
            // 
            this.gvWishList.Appearance.Row.BackColor = System.Drawing.Color.Transparent;
            this.gvWishList.Appearance.Row.Options.UseBackColor = true;
            this.gvWishList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColumn2,
            this.gridColumn8});
            this.gvWishList.GridControl = this.wishListSummary;
            this.gvWishList.GroupCount = 1;
            this.gvWishList.Name = "gvWishList";
            this.gvWishList.OptionsBehavior.Editable = false;
            this.gvWishList.OptionsBehavior.ReadOnly = true;
            this.gvWishList.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gvWishList.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gvWishList.OptionsView.ShowColumnHeaders = false;
            this.gvWishList.OptionsView.ShowGroupPanel = false;
            this.gvWishList.OptionsView.ShowIndicator = false;
            this.gvWishList.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn8, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // gridColumn1
            // 
            this.gridColumn1.FieldName = "Name";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            // 
            // gridColumn2
            // 
            this.gridColumn2.FieldName = "Value";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 1;
            // 
            // gridColumn8
            // 
            this.gridColumn8.Caption = " ";
            this.gridColumn8.FieldName = "Category";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 2;
            // 
            // chartTransactions
            // 
            this.chartTransactions.AppearanceName = "Light";
            this.chartTransactions.Cursor = System.Windows.Forms.Cursors.Hand;
            xyDiagram2.AxisX.Label.Angle = -25;
            xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            this.chartTransactions.Diagram = xyDiagram2;
            this.chartTransactions.Legend.Visible = false;
            this.chartTransactions.Location = new System.Drawing.Point(24, 44);
            this.chartTransactions.Name = "chartTransactions";
            this.chartTransactions.PaletteBaseColorNumber = 2;
            this.chartTransactions.PaletteName = "Terracotta Pie";
            series5.ArgumentDataMember = "Date";
            pointSeriesLabel6.LineVisible = true;
            series5.Label = pointSeriesLabel6;
            series5.Name = "Sales";
            pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            series5.PointOptions = pointOptions1;
            series5.ValueDataMembersSerializable = "Value";
            splineSeriesView6.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            series5.View = splineSeriesView6;
            this.chartTransactions.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series5};
            pointSeriesLabel7.LineVisible = true;
            this.chartTransactions.SeriesTemplate.Label = pointSeriesLabel7;
            this.chartTransactions.SeriesTemplate.View = splineSeriesView7;
            this.chartTransactions.Size = new System.Drawing.Size(457, 233);
            this.chartTransactions.TabIndex = 4;
            chartTitle1.Font = new System.Drawing.Font("Tahoma", 10F);
            chartTitle1.Text = "Daily Sales (From Invoice Printing)";
            this.chartTransactions.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle1});
            this.chartTransactions.Click += new System.EventHandler(this.chartTransactions_Click);
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "Root";
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.lcTransactionSummary,
            this.lcActivitySummary,
            this.lcWishlistSummary,
            this.lcPicklistSummary,
            this.lcInvoiceSummary});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Size = new System.Drawing.Size(995, 572);
            this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // lcTransactionSummary
            // 
            this.lcTransactionSummary.CustomizationFormText = "Transaction Summary";
            this.lcTransactionSummary.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1});
            this.lcTransactionSummary.Location = new System.Drawing.Point(0, 0);
            this.lcTransactionSummary.Name = "lcTransactionSummary";
            this.lcTransactionSummary.Size = new System.Drawing.Size(485, 281);
            this.lcTransactionSummary.Text = "Transaction Summary (Click on the chart to zoom in)";
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.chartTransactions;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(461, 237);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // lcActivitySummary
            // 
            this.lcActivitySummary.CustomizationFormText = "Activity Summary";
            this.lcActivitySummary.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem5});
            this.lcActivitySummary.Location = new System.Drawing.Point(485, 0);
            this.lcActivitySummary.Name = "lcActivitySummary";
            this.lcActivitySummary.Size = new System.Drawing.Size(490, 281);
            this.lcActivitySummary.Text = "Activity Summary (Click on the chart to zoom in)";
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.chartActivity;
            this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(466, 237);
            this.layoutControlItem5.Text = "layoutControlItem5";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem5.TextToControlDistance = 0;
            this.layoutControlItem5.TextVisible = false;
            // 
            // lcWishlistSummary
            // 
            this.lcWishlistSummary.CustomizationFormText = "Wish List Summary";
            this.lcWishlistSummary.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem2});
            this.lcWishlistSummary.Location = new System.Drawing.Point(0, 281);
            this.lcWishlistSummary.Name = "lcWishlistSummary";
            this.lcWishlistSummary.Size = new System.Drawing.Size(313, 271);
            this.lcWishlistSummary.Text = "Wish List Summary";
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.wishListSummary;
            this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(289, 227);
            this.layoutControlItem2.Text = "layoutControlItem2";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem2.TextToControlDistance = 0;
            this.layoutControlItem2.TextVisible = false;
            // 
            // lcPicklistSummary
            // 
            this.lcPicklistSummary.CustomizationFormText = "Pick List Summary";
            this.lcPicklistSummary.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem3});
            this.lcPicklistSummary.Location = new System.Drawing.Point(313, 281);
            this.lcPicklistSummary.Name = "lcPicklistSummary";
            this.lcPicklistSummary.Size = new System.Drawing.Size(325, 271);
            this.lcPicklistSummary.Text = "Pick List Summary";
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.gridPickListSummary;
            this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(301, 227);
            this.layoutControlItem3.Text = "layoutControlItem3";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextToControlDistance = 0;
            this.layoutControlItem3.TextVisible = false;
            // 
            // lcInvoiceSummary
            // 
            this.lcInvoiceSummary.CustomizationFormText = "Invoice Summary";
            this.lcInvoiceSummary.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem4});
            this.lcInvoiceSummary.Location = new System.Drawing.Point(638, 281);
            this.lcInvoiceSummary.Name = "lcInvoiceSummary";
            this.lcInvoiceSummary.Size = new System.Drawing.Size(337, 271);
            this.lcInvoiceSummary.Text = "Invoice Summary";
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.gridInvoiceSummary;
            this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(313, 227);
            this.layoutControlItem4.Text = "layoutControlItem4";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem4.TextToControlDistance = 0;
            this.layoutControlItem4.TextVisible = false;
            // 
            // Dashboard
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(995, 572);
            this.Controls.Add(this.layoutControl1);
            this.Name = "Dashboard";
            this.Text = "Dashboard";
            this.Load += new System.EventHandler(this.Dashboard_Load);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartActivity)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridInvoiceSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvInvoiceSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridPickListSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvPickList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.wishListSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvWishList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartTransactions)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcTransactionSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcActivitySummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcWishlistSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcPicklistSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lcInvoiceSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            this.ResumeLayout(false);

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

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

        }
Esempio n. 15
0
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CPKtoolControl));
            DevExpress.XtraCharts.XYDiagram xyDiagram6 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.ConstantLine constantLine73 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine74 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine75 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine76 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine77 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine78 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY6 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series22 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.Series series23 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView11 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series24 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView12 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.SwiftPlotDiagram swiftPlotDiagram6 = new DevExpress.XtraCharts.SwiftPlotDiagram();
            DevExpress.XtraCharts.ConstantLine constantLine66 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine67 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.Strip strip11 = new DevExpress.XtraCharts.Strip();
            DevExpress.XtraCharts.ConstantLine constantLine68 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine69 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine70 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine71 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine72 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.Strip strip12 = new DevExpress.XtraCharts.Strip();
            DevExpress.XtraCharts.Series series21 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView11 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView12 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            this.barManager1 = new DevExpress.XtraBars.BarManager();
            this.bar2 = new DevExpress.XtraBars.Bar();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.barEditItem4 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemComboBox3 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.standaloneBarDockControl1 = new DevExpress.XtraBars.StandaloneBarDockControl();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
            this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItem3 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTextEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
            this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
            this.splitter3 = new System.Windows.Forms.Splitter();
            this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView();
            this.layoutViewColumn1 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn3 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn3 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn13 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.repositoryItemTextEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.layoutViewField_layoutViewColumn13 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn4 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.repositoryItemTextEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.layoutViewField_layoutViewColumn4 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn5 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.repositoryItemTextEdit7 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.layoutViewField_layoutViewColumn5 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn15 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn15 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn14 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn14 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn6 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn6 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn7 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn7 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn8 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn8 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn9 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn9 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn11 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn11 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn12 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn12 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn16 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn16 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn17 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn17 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn18 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn18 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn19 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn19 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn20 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn20 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn21 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.repositoryItemRadioGroup1 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
            this.layoutViewField_layoutViewColumn21 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn22 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn22 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn23 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn23 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn24 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn24 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn25 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn25 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn26 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn26 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn27 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn27 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn28 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn28 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn29 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn29 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn30 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn30 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn31 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn31 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn32 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn32 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn2 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn2 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn10 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn10 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn33 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.repositoryItemTextEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.layoutViewField_layoutViewColumn33 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard();
            this.Group1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group3 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group4 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group8 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group9 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group5 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group6 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.item2 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.Group10 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.item1 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.item3 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.Group7 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.DataChart = new DevExpress.XtraCharts.ChartControl();
            this.splitter2 = new System.Windows.Forms.Splitter();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.gridControl2 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new SPC.Controls.Base.CanChooseDataGridView();
            this.chartPointRightClickPopupMenu = new DevExpress.XtraBars.PopupMenu();
            this.ChartBoundRightClickPopupMenu = new DevExpress.XtraBars.PopupMenu();
            this.gridViewRightClickPopupMenu = new DevExpress.XtraBars.PopupMenu();
            this.splitter1 = new System.Windows.Forms.Splitter();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
            this.xtraScrollableControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn25)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn26)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn27)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn28)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn29)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn30)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn31)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn32)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn33)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.item2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.item1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.item3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DataChart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(strip11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(strip12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartPointRightClickPopupMenu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChartBoundRightClickPopupMenu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewRightClickPopupMenu)).BeginInit();
            this.SuspendLayout();
            // 
            // barManager1
            // 
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar2});
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.DockControls.Add(this.standaloneBarDockControl1);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonItem3,
            this.barEditItem1,
            this.barEditItem2,
            this.barEditItem4,
            this.barStaticItem1,
            this.barButtonItem2,
            this.barStaticItem2,
            this.barButtonItem5,
            this.barEditItem3,
            this.barButtonItem6,
            this.barButtonItem8,
            this.barButtonItem9,
            this.barButtonItem10,
            this.barButtonItem4,
            this.barButtonItem11});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 31;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemComboBox2,
            this.repositoryItemTextEdit1,
            this.repositoryItemTextEdit2,
            this.repositoryItemComboBox3,
            this.repositoryItemTextEdit3});
            // 
            // bar2
            // 
            this.bar2.BarName = "Main menu";
            this.bar2.DockCol = 0;
            this.bar2.DockRow = 0;
            this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
            this.bar2.FloatLocation = new System.Drawing.Point(806, 305);
            this.bar2.FloatSize = new System.Drawing.Size(0, 35);
            this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem10),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem2),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem4)});
            this.bar2.OptionsBar.AllowQuickCustomization = false;
            this.bar2.OptionsBar.DrawDragBorder = false;
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.StandaloneBarDockControl = this.standaloneBarDockControl1;
            this.bar2.Text = "Main menu";
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "计算CPK";
            this.barButtonItem3.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
            this.barButtonItem3.Id = 8;
            this.barButtonItem3.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph")));
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            // 
            // barButtonItem9
            // 
            this.barButtonItem9.Caption = "绘制";
            this.barButtonItem9.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.Glyph")));
            this.barButtonItem9.Id = 23;
            this.barButtonItem9.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.LargeGlyph")));
            this.barButtonItem9.Name = "barButtonItem9";
            this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick);
            // 
            // barButtonItem10
            // 
            this.barButtonItem10.Caption = "同步";
            this.barButtonItem10.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem10.Glyph")));
            this.barButtonItem10.Id = 24;
            this.barButtonItem10.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem10.LargeGlyph")));
            this.barButtonItem10.Name = "barButtonItem10";
            this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "属性";
            this.barEditItem1.Edit = this.repositoryItemComboBox2;
            this.barEditItem1.Id = 9;
            this.barEditItem1.Name = "barEditItem1";
            this.barEditItem1.Width = 122;
            this.barEditItem1.EditValueChanged += new System.EventHandler(this.barEditItem1_EditValueChanged);
            // 
            // repositoryItemComboBox2
            // 
            this.repositoryItemComboBox2.AllowMouseWheel = false;
            this.repositoryItemComboBox2.Appearance.ForeColor = System.Drawing.SystemColors.ButtonShadow;
            this.repositoryItemComboBox2.Appearance.Options.UseForeColor = true;
            this.repositoryItemComboBox2.AutoHeight = false;
            this.repositoryItemComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox2.Name = "repositoryItemComboBox2";
            this.repositoryItemComboBox2.NullText = "选择属性";
            this.repositoryItemComboBox2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            // 
            // barEditItem2
            // 
            this.barEditItem2.Caption = "数据组数:";
            this.barEditItem2.Edit = this.repositoryItemTextEdit1;
            this.barEditItem2.Id = 10;
            this.barEditItem2.Name = "barEditItem2";
            this.barEditItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barEditItem2.Width = 32;
            this.barEditItem2.EditValueChanged += new System.EventHandler(this.barEditItem2_EditValueChanged);
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Mask.EditMask = "f0";
            this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // barEditItem4
            // 
            this.barEditItem4.Caption = "标准差估算方式";
            this.barEditItem4.Edit = this.repositoryItemComboBox3;
            this.barEditItem4.Id = 12;
            this.barEditItem4.Name = "barEditItem4";
            this.barEditItem4.Width = 76;
            this.barEditItem4.EditValueChanged += new System.EventHandler(this.barEditItem4_EditValueChanged);
            // 
            // repositoryItemComboBox3
            // 
            this.repositoryItemComboBox3.AllowMouseWheel = false;
            this.repositoryItemComboBox3.AutoHeight = false;
            this.repositoryItemComboBox3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox3.Name = "repositoryItemComboBox3";
            // 
            // standaloneBarDockControl1
            // 
            this.standaloneBarDockControl1.AutoSize = true;
            this.standaloneBarDockControl1.CausesValidation = false;
            this.standaloneBarDockControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.standaloneBarDockControl1.Location = new System.Drawing.Point(2, 2);
            this.standaloneBarDockControl1.Name = "standaloneBarDockControl1";
            this.standaloneBarDockControl1.Size = new System.Drawing.Size(730, 29);
            this.standaloneBarDockControl1.Text = "standaloneBarDockControl2";
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(1362, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 586);
            this.barDockControlBottom.Size = new System.Drawing.Size(1362, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 586);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1362, 0);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 586);
            // 
            // barStaticItem1
            // 
            this.barStaticItem1.Caption = "barStaticItem1";
            this.barStaticItem1.Id = 13;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "删除";
            this.barButtonItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph")));
            this.barButtonItem2.Id = 14;
            this.barButtonItem2.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.LargeGlyph")));
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // barStaticItem2
            // 
            this.barStaticItem2.Caption = "barStaticItem2";
            this.barStaticItem2.Id = 16;
            this.barStaticItem2.Name = "barStaticItem2";
            this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Caption = "删除点";
            this.barButtonItem5.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.Glyph")));
            this.barButtonItem5.Id = 17;
            this.barButtonItem5.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.LargeGlyph")));
            this.barButtonItem5.Name = "barButtonItem5";
            this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // barEditItem3
            // 
            this.barEditItem3.Caption = "X轴边界:";
            this.barEditItem3.Edit = this.repositoryItemTextEdit3;
            this.barEditItem3.Id = 18;
            this.barEditItem3.Name = "barEditItem3";
            // 
            // repositoryItemTextEdit3
            // 
            this.repositoryItemTextEdit3.AutoHeight = false;
            this.repositoryItemTextEdit3.Name = "repositoryItemTextEdit3";
            // 
            // barButtonItem6
            // 
            this.barButtonItem6.Caption = "删除X轴边界";
            this.barButtonItem6.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.Glyph")));
            this.barButtonItem6.Id = 19;
            this.barButtonItem6.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.LargeGlyph")));
            this.barButtonItem6.Name = "barButtonItem6";
            this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
            // 
            // barButtonItem8
            // 
            this.barButtonItem8.Caption = "导入";
            this.barButtonItem8.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem8.Glyph")));
            this.barButtonItem8.Id = 21;
            this.barButtonItem8.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem8.LargeGlyph")));
            this.barButtonItem8.Name = "barButtonItem8";
            this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick);
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "选择";
            this.barButtonItem4.Id = 25;
            this.barButtonItem4.Name = "barButtonItem4";
            this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
            // 
            // barButtonItem11
            // 
            this.barButtonItem11.Caption = "取消选择";
            this.barButtonItem11.Id = 26;
            this.barButtonItem11.Name = "barButtonItem11";
            // 
            // repositoryItemTextEdit2
            // 
            this.repositoryItemTextEdit2.AutoHeight = false;
            this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.chartControl2);
            this.panelControl1.Controls.Add(this.splitter3);
            this.panelControl1.Controls.Add(this.xtraScrollableControl1);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelControl1.Location = new System.Drawing.Point(0, 0);
            this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
            this.panelControl1.MaximumSize = new System.Drawing.Size(621, 0);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(621, 586);
            this.panelControl1.TabIndex = 9;
            // 
            // chartControl2
            // 
            xyDiagram6.AxisX.Alignment = DevExpress.XtraCharts.AxisAlignment.Zero;
            constantLine73.AxisValueSerializable = "1";
            constantLine73.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            constantLine73.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine73.Name = "Constant Line 1";
            constantLine73.Title.Visible = false;
            constantLine73.Visible = false;
            constantLine74.AxisValueSerializable = "1";
            constantLine74.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            constantLine74.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine74.Name = "Constant Line 2";
            constantLine74.Title.Visible = false;
            constantLine74.Visible = false;
            constantLine75.AxisValueSerializable = "1";
            constantLine75.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            constantLine75.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine75.Name = "Constant Line 3";
            constantLine75.Title.Visible = false;
            constantLine75.Visible = false;
            constantLine76.AxisValueSerializable = "1";
            constantLine76.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            constantLine76.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine76.Name = "Constant Line 4";
            constantLine76.Title.Visible = false;
            constantLine76.Visible = false;
            constantLine77.AxisValueSerializable = "1";
            constantLine77.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            constantLine77.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine77.Name = "Constant Line 5";
            constantLine77.Title.Visible = false;
            constantLine77.Visible = false;
            constantLine78.AxisValueSerializable = "1";
            constantLine78.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            constantLine78.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine78.Name = "Constant Line 6";
            constantLine78.Title.Visible = false;
            constantLine78.Visible = false;
            xyDiagram6.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine73,
            constantLine74,
            constantLine75,
            constantLine76,
            constantLine77,
            constantLine78});
            xyDiagram6.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram6.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram6.EnableAxisXScrolling = true;
            xyDiagram6.EnableAxisXZooming = true;
            xyDiagram6.Margins.Bottom = 0;
            xyDiagram6.Margins.Left = 0;
            xyDiagram6.Margins.Right = 0;
            xyDiagram6.Margins.Top = 0;
            secondaryAxisY6.AxisID = 0;
            secondaryAxisY6.Name = "Secondary AxisY 1";
            secondaryAxisY6.VisibleInPanesSerializable = "-1";
            xyDiagram6.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY6});
            this.chartControl2.Diagram = xyDiagram6;
            this.chartControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl2.Legend.Visible = false;
            this.chartControl2.Location = new System.Drawing.Point(2, 2);
            this.chartControl2.MaximumSize = new System.Drawing.Size(621, 0);
            this.chartControl2.Name = "chartControl2";
            this.chartControl2.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Stretch;
            this.chartControl2.Padding.Bottom = 0;
            this.chartControl2.Padding.Left = 0;
            this.chartControl2.Padding.Right = 0;
            this.chartControl2.Padding.Top = 0;
            series22.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series22.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series22.Name = "Series 1";
            series23.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series23.Name = "Series 2";
            splineSeriesView11.AxisYName = "Secondary AxisY 1";
            splineSeriesView11.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            splineSeriesView11.LineStyle.Thickness = 1;
            series23.View = splineSeriesView11;
            series24.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series24.Name = "Series 3";
            splineSeriesView12.AxisYName = "Secondary AxisY 1";
            splineSeriesView12.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            splineSeriesView12.LineStyle.Thickness = 1;
            series24.View = splineSeriesView12;
            this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series22,
        series23,
        series24};
            this.chartControl2.Size = new System.Drawing.Size(617, 199);
            this.chartControl2.TabIndex = 9;
            // 
            // splitter3
            // 
            this.splitter3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.splitter3.Location = new System.Drawing.Point(2, 201);
            this.splitter3.Name = "splitter3";
            this.splitter3.Size = new System.Drawing.Size(617, 3);
            this.splitter3.TabIndex = 10;
            this.splitter3.TabStop = false;
            // 
            // xtraScrollableControl1
            // 
            this.xtraScrollableControl1.Controls.Add(this.gridControl1);
            this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.xtraScrollableControl1.Location = new System.Drawing.Point(2, 204);
            this.xtraScrollableControl1.Margin = new System.Windows.Forms.Padding(0);
            this.xtraScrollableControl1.MaximumSize = new System.Drawing.Size(621, 380);
            this.xtraScrollableControl1.Name = "xtraScrollableControl1";
            this.xtraScrollableControl1.Size = new System.Drawing.Size(617, 380);
            this.xtraScrollableControl1.TabIndex = 16;
            // 
            // gridControl1
            // 
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.layoutView1;
            this.gridControl1.Margin = new System.Windows.Forms.Padding(0);
            this.gridControl1.MaximumSize = new System.Drawing.Size(621, 361);
            this.gridControl1.MenuManager = this.barManager1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemRadioGroup1,
            this.repositoryItemTextEdit4,
            this.repositoryItemTextEdit5,
            this.repositoryItemTextEdit6,
            this.repositoryItemTextEdit7});
            this.gridControl1.Size = new System.Drawing.Size(617, 361);
            this.gridControl1.TabIndex = 8;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.layoutView1});
            // 
            // layoutView1
            // 
            this.layoutView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.layoutView1.CardHorzInterval = 0;
            this.layoutView1.CardMinSize = new System.Drawing.Size(0, 0);
            this.layoutView1.CardVertInterval = 0;
            this.layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] {
            this.layoutViewColumn1,
            this.layoutViewColumn3,
            this.layoutViewColumn13,
            this.layoutViewColumn4,
            this.layoutViewColumn5,
            this.layoutViewColumn15,
            this.layoutViewColumn14,
            this.layoutViewColumn6,
            this.layoutViewColumn7,
            this.layoutViewColumn8,
            this.layoutViewColumn9,
            this.layoutViewColumn11,
            this.layoutViewColumn12,
            this.layoutViewColumn16,
            this.layoutViewColumn17,
            this.layoutViewColumn18,
            this.layoutViewColumn19,
            this.layoutViewColumn20,
            this.layoutViewColumn21,
            this.layoutViewColumn22,
            this.layoutViewColumn23,
            this.layoutViewColumn24,
            this.layoutViewColumn25,
            this.layoutViewColumn26,
            this.layoutViewColumn27,
            this.layoutViewColumn28,
            this.layoutViewColumn29,
            this.layoutViewColumn30,
            this.layoutViewColumn31,
            this.layoutViewColumn32,
            this.layoutViewColumn2,
            this.layoutViewColumn10,
            this.layoutViewColumn33});
            this.layoutView1.GridControl = this.gridControl1;
            this.layoutView1.Name = "layoutView1";
            this.layoutView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.layoutView1.OptionsBehavior.AllowExpandCollapse = false;
            this.layoutView1.OptionsBehavior.AllowPanCards = false;
            this.layoutView1.OptionsBehavior.AllowRuntimeCustomization = false;
            this.layoutView1.OptionsBehavior.AllowSwitchViewModes = false;
            this.layoutView1.OptionsBehavior.ScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
            this.layoutView1.OptionsCustomization.AllowFilter = false;
            this.layoutView1.OptionsCustomization.AllowSort = false;
            this.layoutView1.OptionsFilter.AllowColumnMRUFilterList = false;
            this.layoutView1.OptionsFilter.AllowFilterEditor = false;
            this.layoutView1.OptionsFilter.AllowFilterIncrementalSearch = false;
            this.layoutView1.OptionsFilter.AllowMRUFilterList = false;
            this.layoutView1.OptionsFilter.AllowMultiSelectInCheckedFilterPopup = false;
            this.layoutView1.OptionsFilter.FilterEditorUseMenuForOperandsAndOperators = false;
            this.layoutView1.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false;
            this.layoutView1.OptionsFind.AllowFindPanel = false;
            this.layoutView1.OptionsFind.HighlightFindResults = false;
            this.layoutView1.OptionsFind.ShowClearButton = false;
            this.layoutView1.OptionsFind.ShowCloseButton = false;
            this.layoutView1.OptionsFind.ShowFindButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableCarouselModeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableColumnModeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableCustomizeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableMultiColumnModeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableMultiRowModeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnablePanButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableRowModeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableSingleModeButton = false;
            this.layoutView1.OptionsItemText.TextToControlDistance = 0;
            this.layoutView1.OptionsLayout.Columns.AddNewColumns = false;
            this.layoutView1.OptionsLayout.Columns.RemoveOldColumns = false;
            this.layoutView1.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
            this.layoutView1.OptionsView.ShowCardCaption = false;
            this.layoutView1.OptionsView.ShowCardExpandButton = false;
            this.layoutView1.OptionsView.ShowCardLines = false;
            this.layoutView1.OptionsView.ShowFieldHints = false;
            this.layoutView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.layoutView1.OptionsView.ShowHeaderPanel = false;
            this.layoutView1.TemplateCard = this.layoutViewCard1;
            // 
            // layoutViewColumn1
            // 
            this.layoutViewColumn1.Caption = "总样本数";
            this.layoutViewColumn1.FieldName = "Count";
            this.layoutViewColumn1.LayoutViewField = this.layoutViewField_layoutViewColumn1;
            this.layoutViewColumn1.Name = "layoutViewColumn1";
            this.layoutViewColumn1.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn1.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn1
            // 
            this.layoutViewField_layoutViewColumn1.EditorPreferredWidth = 91;
            this.layoutViewField_layoutViewColumn1.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_layoutViewColumn1.Name = "layoutViewField_layoutViewColumn1";
            this.layoutViewField_layoutViewColumn1.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn1.TextSize = new System.Drawing.Size(75, 17);
            // 
            // layoutViewColumn3
            // 
            this.layoutViewColumn3.Caption = "样本均值";
            this.layoutViewColumn3.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn3.FieldName = "Avg";
            this.layoutViewColumn3.LayoutViewField = this.layoutViewField_layoutViewColumn3;
            this.layoutViewColumn3.Name = "layoutViewColumn3";
            this.layoutViewColumn3.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn3.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn3
            // 
            this.layoutViewField_layoutViewColumn3.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn3.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_layoutViewColumn3.Name = "layoutViewField_layoutViewColumn3";
            this.layoutViewField_layoutViewColumn3.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn3.TextSize = new System.Drawing.Size(75, 17);
            // 
            // layoutViewColumn13
            // 
            this.layoutViewColumn13.Caption = "规格值";
            this.layoutViewColumn13.ColumnEdit = this.repositoryItemTextEdit5;
            this.layoutViewColumn13.FieldName = "Standard";
            this.layoutViewColumn13.LayoutViewField = this.layoutViewField_layoutViewColumn13;
            this.layoutViewColumn13.Name = "layoutViewColumn13";
            // 
            // repositoryItemTextEdit5
            // 
            this.repositoryItemTextEdit5.AutoHeight = false;
            this.repositoryItemTextEdit5.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit5.Name = "repositoryItemTextEdit5";
            // 
            // layoutViewField_layoutViewColumn13
            // 
            this.layoutViewField_layoutViewColumn13.EditorPreferredWidth = 54;
            this.layoutViewField_layoutViewColumn13.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_layoutViewColumn13.Name = "layoutViewField_layoutViewColumn13";
            this.layoutViewField_layoutViewColumn13.Size = new System.Drawing.Size(119, 26);
            this.layoutViewField_layoutViewColumn13.TextSize = new System.Drawing.Size(61, 17);
            this.layoutViewField_layoutViewColumn13.TextToControlDistance = 0;
            // 
            // layoutViewColumn4
            // 
            this.layoutViewColumn4.Caption = "上公差";
            this.layoutViewColumn4.ColumnEdit = this.repositoryItemTextEdit6;
            this.layoutViewColumn4.FieldName = "UpTole";
            this.layoutViewColumn4.LayoutViewField = this.layoutViewField_layoutViewColumn4;
            this.layoutViewColumn4.Name = "layoutViewColumn4";
            // 
            // repositoryItemTextEdit6
            // 
            this.repositoryItemTextEdit6.AutoHeight = false;
            this.repositoryItemTextEdit6.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit6.Name = "repositoryItemTextEdit6";
            // 
            // layoutViewField_layoutViewColumn4
            // 
            this.layoutViewField_layoutViewColumn4.EditorPreferredWidth = 54;
            this.layoutViewField_layoutViewColumn4.Location = new System.Drawing.Point(0, 26);
            this.layoutViewField_layoutViewColumn4.Name = "layoutViewField_layoutViewColumn4";
            this.layoutViewField_layoutViewColumn4.Size = new System.Drawing.Size(119, 26);
            this.layoutViewField_layoutViewColumn4.TextSize = new System.Drawing.Size(61, 17);
            // 
            // layoutViewColumn5
            // 
            this.layoutViewColumn5.Caption = "下公差";
            this.layoutViewColumn5.ColumnEdit = this.repositoryItemTextEdit7;
            this.layoutViewColumn5.FieldName = "LowTole";
            this.layoutViewColumn5.LayoutViewField = this.layoutViewField_layoutViewColumn5;
            this.layoutViewColumn5.Name = "layoutViewColumn5";
            // 
            // repositoryItemTextEdit7
            // 
            this.repositoryItemTextEdit7.AutoHeight = false;
            this.repositoryItemTextEdit7.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit7.Name = "repositoryItemTextEdit7";
            // 
            // layoutViewField_layoutViewColumn5
            // 
            this.layoutViewField_layoutViewColumn5.EditorPreferredWidth = 54;
            this.layoutViewField_layoutViewColumn5.Location = new System.Drawing.Point(0, 52);
            this.layoutViewField_layoutViewColumn5.Name = "layoutViewField_layoutViewColumn5";
            this.layoutViewField_layoutViewColumn5.Size = new System.Drawing.Size(119, 26);
            this.layoutViewField_layoutViewColumn5.TextSize = new System.Drawing.Size(61, 17);
            this.layoutViewField_layoutViewColumn5.TextToControlDistance = 0;
            // 
            // layoutViewColumn15
            // 
            this.layoutViewColumn15.Caption = "样本最大值";
            this.layoutViewColumn15.FieldName = "Max";
            this.layoutViewColumn15.LayoutViewField = this.layoutViewField_layoutViewColumn15;
            this.layoutViewColumn15.Name = "layoutViewColumn15";
            this.layoutViewColumn15.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn15.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn15
            // 
            this.layoutViewField_layoutViewColumn15.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn15.Location = new System.Drawing.Point(0, 26);
            this.layoutViewField_layoutViewColumn15.Name = "layoutViewField_layoutViewColumn15";
            this.layoutViewField_layoutViewColumn15.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn15.TextSize = new System.Drawing.Size(75, 17);
            this.layoutViewField_layoutViewColumn15.TextToControlDistance = 0;
            // 
            // layoutViewColumn14
            // 
            this.layoutViewColumn14.Caption = "样本最小值";
            this.layoutViewColumn14.FieldName = "Min";
            this.layoutViewColumn14.LayoutViewField = this.layoutViewField_layoutViewColumn14;
            this.layoutViewColumn14.Name = "layoutViewColumn14";
            this.layoutViewColumn14.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn14.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn14
            // 
            this.layoutViewField_layoutViewColumn14.EditorPreferredWidth = 91;
            this.layoutViewField_layoutViewColumn14.Location = new System.Drawing.Point(0, 26);
            this.layoutViewField_layoutViewColumn14.Name = "layoutViewField_layoutViewColumn14";
            this.layoutViewField_layoutViewColumn14.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn14.TextSize = new System.Drawing.Size(75, 17);
            this.layoutViewField_layoutViewColumn14.TextToControlDistance = 0;
            // 
            // layoutViewColumn6
            // 
            this.layoutViewColumn6.Caption = "上规范限";
            this.layoutViewColumn6.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn6.FieldName = "UpStdLt";
            this.layoutViewColumn6.LayoutViewField = this.layoutViewField_layoutViewColumn6;
            this.layoutViewColumn6.Name = "layoutViewColumn6";
            this.layoutViewColumn6.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn6.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn6
            // 
            this.layoutViewField_layoutViewColumn6.EditorPreferredWidth = 77;
            this.layoutViewField_layoutViewColumn6.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_layoutViewColumn6.Name = "layoutViewField_layoutViewColumn6";
            this.layoutViewField_layoutViewColumn6.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn6.TextSize = new System.Drawing.Size(89, 17);
            // 
            // layoutViewColumn7
            // 
            this.layoutViewColumn7.Caption = "下规范限";
            this.layoutViewColumn7.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn7.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn7.FieldName = "LowStdLt";
            this.layoutViewColumn7.LayoutViewField = this.layoutViewField_layoutViewColumn7;
            this.layoutViewColumn7.Name = "layoutViewColumn7";
            this.layoutViewColumn7.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn7.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn7
            // 
            this.layoutViewField_layoutViewColumn7.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn7.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_layoutViewColumn7.Name = "layoutViewField_layoutViewColumn7";
            this.layoutViewField_layoutViewColumn7.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn7.TextSize = new System.Drawing.Size(75, 17);
            // 
            // layoutViewColumn8
            // 
            this.layoutViewColumn8.Caption = "技术公差幅度";
            this.layoutViewColumn8.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn8.FieldName = "TOffsetWidth";
            this.layoutViewColumn8.LayoutViewField = this.layoutViewField_layoutViewColumn8;
            this.layoutViewColumn8.Name = "layoutViewColumn8";
            this.layoutViewColumn8.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn8.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn8
            // 
            this.layoutViewField_layoutViewColumn8.EditorPreferredWidth = 77;
            this.layoutViewField_layoutViewColumn8.Location = new System.Drawing.Point(0, 26);
            this.layoutViewField_layoutViewColumn8.Name = "layoutViewField_layoutViewColumn8";
            this.layoutViewField_layoutViewColumn8.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn8.TextSize = new System.Drawing.Size(89, 17);
            // 
            // layoutViewColumn9
            // 
            this.layoutViewColumn9.Caption = "公差中心值";
            this.layoutViewColumn9.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn9.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn9.FieldName = "OffsetMid";
            this.layoutViewColumn9.LayoutViewField = this.layoutViewField_layoutViewColumn9;
            this.layoutViewColumn9.Name = "layoutViewColumn9";
            this.layoutViewColumn9.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn9.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn9
            // 
            this.layoutViewField_layoutViewColumn9.EditorPreferredWidth = 77;
            this.layoutViewField_layoutViewColumn9.Location = new System.Drawing.Point(0, 52);
            this.layoutViewField_layoutViewColumn9.Name = "layoutViewField_layoutViewColumn9";
            this.layoutViewField_layoutViewColumn9.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn9.TextSize = new System.Drawing.Size(89, 17);
            // 
            // layoutViewColumn11
            // 
            this.layoutViewColumn11.Caption = "样本偏移量";
            this.layoutViewColumn11.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn11.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn11.FieldName = "SpOffset";
            this.layoutViewColumn11.LayoutViewField = this.layoutViewField_layoutViewColumn11;
            this.layoutViewColumn11.Name = "layoutViewColumn11";
            this.layoutViewColumn11.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn11.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn11
            // 
            this.layoutViewField_layoutViewColumn11.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn11.Location = new System.Drawing.Point(0, 26);
            this.layoutViewField_layoutViewColumn11.Name = "layoutViewField_layoutViewColumn11";
            this.layoutViewField_layoutViewColumn11.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn11.TextSize = new System.Drawing.Size(75, 17);
            // 
            // layoutViewColumn12
            // 
            this.layoutViewColumn12.Caption = "样本偏移度";
            this.layoutViewColumn12.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn12.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn12.FieldName = "SpOffsetD";
            this.layoutViewColumn12.LayoutViewField = this.layoutViewField_layoutViewColumn12;
            this.layoutViewColumn12.Name = "layoutViewColumn12";
            this.layoutViewColumn12.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn12.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn12
            // 
            this.layoutViewField_layoutViewColumn12.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn12.Location = new System.Drawing.Point(0, 52);
            this.layoutViewField_layoutViewColumn12.Name = "layoutViewField_layoutViewColumn12";
            this.layoutViewField_layoutViewColumn12.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn12.TextSize = new System.Drawing.Size(75, 17);
            // 
            // layoutViewColumn16
            // 
            this.layoutViewColumn16.Caption = "PPM Total entirety";
            this.layoutViewColumn16.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn16.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn16.FieldName = "SumBdRate_E";
            this.layoutViewColumn16.LayoutViewField = this.layoutViewField_layoutViewColumn16;
            this.layoutViewColumn16.Name = "layoutViewColumn16";
            this.layoutViewColumn16.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn16.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn16
            // 
            this.layoutViewField_layoutViewColumn16.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn16.Location = new System.Drawing.Point(0, 203);
            this.layoutViewField_layoutViewColumn16.Name = "layoutViewField_layoutViewColumn16";
            this.layoutViewField_layoutViewColumn16.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn16.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn16.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn16.TextVisible = false;
            // 
            // layoutViewColumn17
            // 
            this.layoutViewColumn17.Caption = "PPM>USL entirety";
            this.layoutViewColumn17.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn17.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn17.FieldName = "UpBdRate_E";
            this.layoutViewColumn17.LayoutViewField = this.layoutViewField_layoutViewColumn17;
            this.layoutViewColumn17.Name = "layoutViewColumn17";
            this.layoutViewColumn17.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn17.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn17
            // 
            this.layoutViewField_layoutViewColumn17.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn17.Location = new System.Drawing.Point(0, 151);
            this.layoutViewField_layoutViewColumn17.Name = "layoutViewField_layoutViewColumn17";
            this.layoutViewField_layoutViewColumn17.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn17.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn17.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn17.TextVisible = false;
            // 
            // layoutViewColumn18
            // 
            this.layoutViewColumn18.Caption = "PPM<LSL entirety";
            this.layoutViewColumn18.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn18.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn18.FieldName = "LowBdRate_E";
            this.layoutViewColumn18.LayoutViewField = this.layoutViewField_layoutViewColumn18;
            this.layoutViewColumn18.Name = "layoutViewColumn18";
            this.layoutViewColumn18.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn18.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn18
            // 
            this.layoutViewField_layoutViewColumn18.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn18.Location = new System.Drawing.Point(0, 177);
            this.layoutViewField_layoutViewColumn18.Name = "layoutViewField_layoutViewColumn18";
            this.layoutViewField_layoutViewColumn18.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn18.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn18.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn18.TextVisible = false;
            // 
            // layoutViewColumn19
            // 
            this.layoutViewColumn19.Caption = "Cp entirety";
            this.layoutViewColumn19.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn19.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn19.FieldName = "CP_E";
            this.layoutViewColumn19.LayoutViewField = this.layoutViewField_layoutViewColumn19;
            this.layoutViewColumn19.Name = "layoutViewColumn19";
            this.layoutViewColumn19.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn19.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn19
            // 
            this.layoutViewField_layoutViewColumn19.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn19.Location = new System.Drawing.Point(0, 47);
            this.layoutViewField_layoutViewColumn19.Name = "layoutViewField_layoutViewColumn19";
            this.layoutViewField_layoutViewColumn19.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn19.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn19.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn19.TextVisible = false;
            // 
            // layoutViewColumn20
            // 
            this.layoutViewColumn20.Caption = "Cpk entirety";
            this.layoutViewColumn20.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn20.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn20.FieldName = "CPK_E";
            this.layoutViewColumn20.LayoutViewField = this.layoutViewField_layoutViewColumn20;
            this.layoutViewColumn20.Name = "layoutViewColumn20";
            this.layoutViewColumn20.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn20.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn20
            // 
            this.layoutViewField_layoutViewColumn20.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn20.Location = new System.Drawing.Point(0, 73);
            this.layoutViewField_layoutViewColumn20.Name = "layoutViewField_layoutViewColumn20";
            this.layoutViewField_layoutViewColumn20.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn20.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn20.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn20.TextVisible = false;
            // 
            // layoutViewColumn21
            // 
            this.layoutViewColumn21.Caption = "SelectType";
            this.layoutViewColumn21.ColumnEdit = this.repositoryItemRadioGroup1;
            this.layoutViewColumn21.FieldName = "SelectType";
            this.layoutViewColumn21.LayoutViewField = this.layoutViewField_layoutViewColumn21;
            this.layoutViewColumn21.Name = "layoutViewColumn21";
            // 
            // repositoryItemRadioGroup1
            // 
            this.repositoryItemRadioGroup1.Columns = 1;
            this.repositoryItemRadioGroup1.EnableFocusRect = true;
            this.repositoryItemRadioGroup1.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "双侧公差"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "上限公差"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "下限公差")});
            this.repositoryItemRadioGroup1.Name = "repositoryItemRadioGroup1";
            this.repositoryItemRadioGroup1.EditValueChanged += new System.EventHandler(this.repositoryItemRadioGroup1_EditValueChanged);
            // 
            // layoutViewField_layoutViewColumn21
            // 
            this.layoutViewField_layoutViewColumn21.EditorPreferredWidth = 97;
            this.layoutViewField_layoutViewColumn21.Location = new System.Drawing.Point(119, 0);
            this.layoutViewField_layoutViewColumn21.MinSize = new System.Drawing.Size(101, 23);
            this.layoutViewField_layoutViewColumn21.Name = "layoutViewField_layoutViewColumn21";
            this.layoutViewField_layoutViewColumn21.Size = new System.Drawing.Size(101, 113);
            this.layoutViewField_layoutViewColumn21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutViewField_layoutViewColumn21.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn21.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn21.TextVisible = false;
            // 
            // layoutViewColumn22
            // 
            this.layoutViewColumn22.Caption = "+3Sigma";
            this.layoutViewColumn22.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn22.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn22.FieldName = "P3Sigma";
            this.layoutViewColumn22.LayoutViewField = this.layoutViewField_layoutViewColumn22;
            this.layoutViewColumn22.Name = "layoutViewColumn22";
            // 
            // layoutViewField_layoutViewColumn22
            // 
            this.layoutViewField_layoutViewColumn22.EditorPreferredWidth = 91;
            this.layoutViewField_layoutViewColumn22.Location = new System.Drawing.Point(0, 52);
            this.layoutViewField_layoutViewColumn22.Name = "layoutViewField_layoutViewColumn22";
            this.layoutViewField_layoutViewColumn22.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn22.TextSize = new System.Drawing.Size(75, 16);
            this.layoutViewField_layoutViewColumn22.TextToControlDistance = 0;
            // 
            // layoutViewColumn23
            // 
            this.layoutViewColumn23.Caption = "-3Sigma";
            this.layoutViewColumn23.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn23.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn23.FieldName = "N3Sigma";
            this.layoutViewColumn23.LayoutViewField = this.layoutViewField_layoutViewColumn23;
            this.layoutViewColumn23.Name = "layoutViewColumn23";
            // 
            // layoutViewField_layoutViewColumn23
            // 
            this.layoutViewField_layoutViewColumn23.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn23.Location = new System.Drawing.Point(0, 52);
            this.layoutViewField_layoutViewColumn23.Name = "layoutViewField_layoutViewColumn23";
            this.layoutViewField_layoutViewColumn23.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn23.TextSize = new System.Drawing.Size(75, 16);
            this.layoutViewField_layoutViewColumn23.TextToControlDistance = 0;
            // 
            // layoutViewColumn24
            // 
            this.layoutViewColumn24.Caption = "CPL entirety";
            this.layoutViewColumn24.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn24.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn24.FieldName = "CPL_E";
            this.layoutViewColumn24.LayoutViewField = this.layoutViewField_layoutViewColumn24;
            this.layoutViewColumn24.Name = "layoutViewColumn24";
            // 
            // layoutViewField_layoutViewColumn24
            // 
            this.layoutViewField_layoutViewColumn24.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn24.Location = new System.Drawing.Point(0, 125);
            this.layoutViewField_layoutViewColumn24.Name = "layoutViewField_layoutViewColumn24";
            this.layoutViewField_layoutViewColumn24.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn24.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn24.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn24.TextVisible = false;
            // 
            // layoutViewColumn25
            // 
            this.layoutViewColumn25.Caption = "CPU entirety";
            this.layoutViewColumn25.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn25.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn25.FieldName = "CPU_E";
            this.layoutViewColumn25.LayoutViewField = this.layoutViewField_layoutViewColumn25;
            this.layoutViewColumn25.Name = "layoutViewColumn25";
            // 
            // layoutViewField_layoutViewColumn25
            // 
            this.layoutViewField_layoutViewColumn25.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn25.Location = new System.Drawing.Point(0, 99);
            this.layoutViewField_layoutViewColumn25.Name = "layoutViewField_layoutViewColumn25";
            this.layoutViewField_layoutViewColumn25.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn25.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn25.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn25.TextVisible = false;
            // 
            // layoutViewColumn26
            // 
            this.layoutViewColumn26.Caption = "PPM>USL";
            this.layoutViewColumn26.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn26.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn26.FieldName = "UpBdRate_G";
            this.layoutViewColumn26.LayoutViewField = this.layoutViewField_layoutViewColumn26;
            this.layoutViewColumn26.Name = "layoutViewColumn26";
            // 
            // layoutViewField_layoutViewColumn26
            // 
            this.layoutViewField_layoutViewColumn26.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn26.Location = new System.Drawing.Point(0, 151);
            this.layoutViewField_layoutViewColumn26.Name = "layoutViewField_layoutViewColumn26";
            this.layoutViewField_layoutViewColumn26.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn26.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn26.TextToControlDistance = 0;
            // 
            // layoutViewColumn27
            // 
            this.layoutViewColumn27.Caption = "PPM<LSL";
            this.layoutViewColumn27.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn27.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn27.FieldName = "LowBdRate_G";
            this.layoutViewColumn27.LayoutViewField = this.layoutViewField_layoutViewColumn27;
            this.layoutViewColumn27.Name = "layoutViewColumn27";
            // 
            // layoutViewField_layoutViewColumn27
            // 
            this.layoutViewField_layoutViewColumn27.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn27.Location = new System.Drawing.Point(0, 177);
            this.layoutViewField_layoutViewColumn27.Name = "layoutViewField_layoutViewColumn27";
            this.layoutViewField_layoutViewColumn27.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn27.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn27.TextToControlDistance = 0;
            // 
            // layoutViewColumn28
            // 
            this.layoutViewColumn28.Caption = "PPM Total";
            this.layoutViewColumn28.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn28.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn28.FieldName = "SumBdRate_G";
            this.layoutViewColumn28.LayoutViewField = this.layoutViewField_layoutViewColumn28;
            this.layoutViewColumn28.Name = "layoutViewColumn28";
            // 
            // layoutViewField_layoutViewColumn28
            // 
            this.layoutViewField_layoutViewColumn28.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn28.Location = new System.Drawing.Point(0, 203);
            this.layoutViewField_layoutViewColumn28.Name = "layoutViewField_layoutViewColumn28";
            this.layoutViewField_layoutViewColumn28.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn28.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn28.TextToControlDistance = 0;
            // 
            // layoutViewColumn29
            // 
            this.layoutViewColumn29.Caption = "Cp";
            this.layoutViewColumn29.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn29.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn29.FieldName = "CP_G";
            this.layoutViewColumn29.LayoutViewField = this.layoutViewField_layoutViewColumn29;
            this.layoutViewColumn29.Name = "layoutViewColumn29";
            // 
            // layoutViewField_layoutViewColumn29
            // 
            this.layoutViewField_layoutViewColumn29.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn29.Location = new System.Drawing.Point(0, 47);
            this.layoutViewField_layoutViewColumn29.Name = "layoutViewField_layoutViewColumn29";
            this.layoutViewField_layoutViewColumn29.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn29.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn29.TextToControlDistance = 0;
            // 
            // layoutViewColumn30
            // 
            this.layoutViewColumn30.Caption = "Cpk";
            this.layoutViewColumn30.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn30.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn30.FieldName = "CPK_G";
            this.layoutViewColumn30.LayoutViewField = this.layoutViewField_layoutViewColumn30;
            this.layoutViewColumn30.Name = "layoutViewColumn30";
            // 
            // layoutViewField_layoutViewColumn30
            // 
            this.layoutViewField_layoutViewColumn30.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn30.Location = new System.Drawing.Point(0, 73);
            this.layoutViewField_layoutViewColumn30.Name = "layoutViewField_layoutViewColumn30";
            this.layoutViewField_layoutViewColumn30.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn30.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn30.TextToControlDistance = 0;
            // 
            // layoutViewColumn31
            // 
            this.layoutViewColumn31.Caption = "CPL";
            this.layoutViewColumn31.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn31.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn31.FieldName = "CPL_G";
            this.layoutViewColumn31.LayoutViewField = this.layoutViewField_layoutViewColumn31;
            this.layoutViewColumn31.Name = "layoutViewColumn31";
            // 
            // layoutViewField_layoutViewColumn31
            // 
            this.layoutViewField_layoutViewColumn31.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn31.Location = new System.Drawing.Point(0, 125);
            this.layoutViewField_layoutViewColumn31.Name = "layoutViewField_layoutViewColumn31";
            this.layoutViewField_layoutViewColumn31.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn31.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn31.TextToControlDistance = 0;
            // 
            // layoutViewColumn32
            // 
            this.layoutViewColumn32.Caption = "CPU";
            this.layoutViewColumn32.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn32.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn32.FieldName = "CPU_G";
            this.layoutViewColumn32.LayoutViewField = this.layoutViewField_layoutViewColumn32;
            this.layoutViewColumn32.Name = "layoutViewColumn32";
            // 
            // layoutViewField_layoutViewColumn32
            // 
            this.layoutViewField_layoutViewColumn32.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn32.Location = new System.Drawing.Point(0, 99);
            this.layoutViewField_layoutViewColumn32.Name = "layoutViewField_layoutViewColumn32";
            this.layoutViewField_layoutViewColumn32.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn32.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn32.TextToControlDistance = 0;
            // 
            // layoutViewColumn2
            // 
            this.layoutViewColumn2.Caption = "STDEV";
            this.layoutViewColumn2.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn2.FieldName = "STDev_G";
            this.layoutViewColumn2.LayoutViewField = this.layoutViewField_layoutViewColumn2;
            this.layoutViewColumn2.Name = "layoutViewColumn2";
            // 
            // layoutViewField_layoutViewColumn2
            // 
            this.layoutViewField_layoutViewColumn2.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn2.Location = new System.Drawing.Point(0, 21);
            this.layoutViewField_layoutViewColumn2.Name = "layoutViewField_layoutViewColumn2";
            this.layoutViewField_layoutViewColumn2.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn2.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn2.TextToControlDistance = 0;
            // 
            // layoutViewColumn10
            // 
            this.layoutViewColumn10.Caption = "STDEV entirety";
            this.layoutViewColumn10.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn10.FieldName = "STDev_E";
            this.layoutViewColumn10.LayoutViewField = this.layoutViewField_layoutViewColumn10;
            this.layoutViewColumn10.Name = "layoutViewColumn10";
            // 
            // layoutViewField_layoutViewColumn10
            // 
            this.layoutViewField_layoutViewColumn10.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn10.Location = new System.Drawing.Point(0, 21);
            this.layoutViewField_layoutViewColumn10.Name = "layoutViewField_layoutViewColumn10";
            this.layoutViewField_layoutViewColumn10.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn10.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn10.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn10.TextVisible = false;
            // 
            // layoutViewColumn33
            // 
            this.layoutViewColumn33.Caption = "子组大小";
            this.layoutViewColumn33.ColumnEdit = this.repositoryItemTextEdit4;
            this.layoutViewColumn33.FieldName = "GroupLength";
            this.layoutViewColumn33.LayoutViewField = this.layoutViewField_layoutViewColumn33;
            this.layoutViewColumn33.Name = "layoutViewColumn33";
            // 
            // repositoryItemTextEdit4
            // 
            this.repositoryItemTextEdit4.AutoHeight = false;
            this.repositoryItemTextEdit4.Mask.EditMask = "[1-9]\\d*";
            this.repositoryItemTextEdit4.Mask.IgnoreMaskBlank = false;
            this.repositoryItemTextEdit4.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
            this.repositoryItemTextEdit4.Mask.ShowPlaceHolders = false;
            this.repositoryItemTextEdit4.Name = "repositoryItemTextEdit4";
            // 
            // layoutViewField_layoutViewColumn33
            // 
            this.layoutViewField_layoutViewColumn33.EditorPreferredWidth = 54;
            this.layoutViewField_layoutViewColumn33.Location = new System.Drawing.Point(0, 78);
            this.layoutViewField_layoutViewColumn33.Name = "layoutViewField_layoutViewColumn33";
            this.layoutViewField_layoutViewColumn33.Size = new System.Drawing.Size(119, 35);
            this.layoutViewField_layoutViewColumn33.TextSize = new System.Drawing.Size(61, 17);
            this.layoutViewField_layoutViewColumn33.TextToControlDistance = 0;
            // 
            // layoutViewCard1
            // 
            this.layoutViewCard1.AllowDrawBackground = false;
            this.layoutViewCard1.CustomizationFormText = "TemplateCard";
            this.layoutViewCard1.ExpandButtonLocation = DevExpress.Utils.GroupElementLocation.AfterText;
            this.layoutViewCard1.GroupBordersVisible = false;
            this.layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.Group1,
            this.Group2,
            this.Group5,
            this.Group7});
            this.layoutViewCard1.Name = "layoutViewTemplateCard";
            this.layoutViewCard1.OptionsItemText.TextToControlDistance = 0;
            this.layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.layoutViewCard1.Text = "TemplateCard";
            this.layoutViewCard1.TextLocation = DevExpress.Utils.Locations.Bottom;
            // 
            // Group1
            // 
            this.Group1.CustomizationFormText = "Group1";
            this.Group1.GroupBordersVisible = false;
            this.Group1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.Group3,
            this.Group4});
            this.Group1.Location = new System.Drawing.Point(0, 86);
            this.Group1.Name = "Group1";
            this.Group1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.Group1.Size = new System.Drawing.Size(337, 86);
            this.Group1.Text = "Group1";
            // 
            // Group3
            // 
            this.Group3.CustomizationFormText = "Group3";
            this.Group3.GroupBordersVisible = false;
            this.Group3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_layoutViewColumn6,
            this.layoutViewField_layoutViewColumn8,
            this.layoutViewField_layoutViewColumn9});
            this.Group3.Location = new System.Drawing.Point(0, 0);
            this.Group3.Name = "Group3";
            this.Group3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group3.Size = new System.Drawing.Size(170, 78);
            this.Group3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group3.Text = "Group3";
            // 
            // Group4
            // 
            this.Group4.CustomizationFormText = "Group4";
            this.Group4.GroupBordersVisible = false;
            this.Group4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_layoutViewColumn7,
            this.layoutViewField_layoutViewColumn11,
            this.layoutViewField_layoutViewColumn12});
            this.Group4.Location = new System.Drawing.Point(170, 0);
            this.Group4.Name = "Group4";
            this.Group4.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group4.Size = new System.Drawing.Size(159, 78);
            this.Group4.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group4.Text = "Group4";
            // 
            // Group2
            // 
            this.Group2.CustomizationFormText = "Group2";
            this.Group2.GroupBordersVisible = false;
            this.Group2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.Group8,
            this.Group9});
            this.Group2.Location = new System.Drawing.Point(0, 0);
            this.Group2.Name = "Group2";
            this.Group2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.Group2.Size = new System.Drawing.Size(337, 86);
            this.Group2.Text = "Group2";
            // 
            // Group8
            // 
            this.Group8.CustomizationFormText = "Group8";
            this.Group8.GroupBordersVisible = false;
            this.Group8.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_layoutViewColumn1,
            this.layoutViewField_layoutViewColumn14,
            this.layoutViewField_layoutViewColumn22});
            this.Group8.Location = new System.Drawing.Point(0, 0);
            this.Group8.Name = "Group8";
            this.Group8.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group8.Size = new System.Drawing.Size(170, 78);
            this.Group8.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group8.Text = "Group8";
            // 
            // Group9
            // 
            this.Group9.CustomizationFormText = "Group9";
            this.Group9.GroupBordersVisible = false;
            this.Group9.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_layoutViewColumn15,
            this.layoutViewField_layoutViewColumn3,
            this.layoutViewField_layoutViewColumn23});
            this.Group9.Location = new System.Drawing.Point(170, 0);
            this.Group9.Name = "Group9";
            this.Group9.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group9.Size = new System.Drawing.Size(159, 78);
            this.Group9.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group9.Text = "Group9";
            // 
            // Group5
            // 
            this.Group5.CustomizationFormText = "Group5";
            this.Group5.GroupBordersVisible = false;
            this.Group5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.Group6,
            this.Group10});
            this.Group5.Location = new System.Drawing.Point(0, 172);
            this.Group5.Name = "Group5";
            this.Group5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.Group5.Size = new System.Drawing.Size(587, 237);
            this.Group5.Text = "Group5";
            // 
            // Group6
            // 
            this.Group6.CustomizationFormText = "Group6";
            this.Group6.GroupBordersVisible = false;
            this.Group6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.item2,
            this.layoutViewField_layoutViewColumn16,
            this.layoutViewField_layoutViewColumn18,
            this.layoutViewField_layoutViewColumn17,
            this.layoutViewField_layoutViewColumn24,
            this.layoutViewField_layoutViewColumn25,
            this.layoutViewField_layoutViewColumn20,
            this.layoutViewField_layoutViewColumn19,
            this.layoutViewField_layoutViewColumn10});
            this.Group6.Location = new System.Drawing.Point(321, 0);
            this.Group6.Name = "Group6";
            this.Group6.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group6.Size = new System.Drawing.Size(258, 229);
            this.Group6.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group6.Text = "Group6";
            // 
            // item2
            // 
            this.item2.AllowHotTrack = false;
            this.item2.AppearanceItemCaption.Options.UseTextOptions = true;
            this.item2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.item2.CustomizationFormText = "整体";
            this.item2.Location = new System.Drawing.Point(0, 0);
            this.item2.Name = "item2";
            this.item2.Size = new System.Drawing.Size(258, 21);
            this.item2.Text = "整体";
            this.item2.TextSize = new System.Drawing.Size(28, 17);
            // 
            // Group10
            // 
            this.Group10.CustomizationFormText = "Group10";
            this.Group10.GroupBordersVisible = false;
            this.Group10.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.item1,
            this.item3,
            this.layoutViewField_layoutViewColumn29,
            this.layoutViewField_layoutViewColumn30,
            this.layoutViewField_layoutViewColumn32,
            this.layoutViewField_layoutViewColumn31,
            this.layoutViewField_layoutViewColumn26,
            this.layoutViewField_layoutViewColumn27,
            this.layoutViewField_layoutViewColumn28,
            this.layoutViewField_layoutViewColumn2});
            this.Group10.Location = new System.Drawing.Point(0, 0);
            this.Group10.Name = "Group10";
            this.Group10.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group10.Size = new System.Drawing.Size(321, 229);
            this.Group10.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group10.Text = "Group10";
            // 
            // item1
            // 
            this.item1.AllowHotTrack = false;
            this.item1.AppearanceItemCaption.Options.UseTextOptions = true;
            this.item1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.item1.CustomizationFormText = "组内";
            this.item1.Location = new System.Drawing.Point(63, 0);
            this.item1.Name = "item1";
            this.item1.Size = new System.Drawing.Size(258, 21);
            this.item1.Text = "组内";
            this.item1.TextSize = new System.Drawing.Size(62, 17);
            // 
            // item3
            // 
            this.item3.AllowHotTrack = false;
            this.item3.CustomizationFormText = "item3";
            this.item3.Location = new System.Drawing.Point(0, 0);
            this.item3.Name = "item3";
            this.item3.Size = new System.Drawing.Size(63, 21);
            this.item3.Text = "item3";
            this.item3.TextSize = new System.Drawing.Size(0, 0);
            // 
            // Group7
            // 
            this.Group7.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 12.83019F);
            this.Group7.AppearanceGroup.Options.UseFont = true;
            this.Group7.AppearanceGroup.Options.UseTextOptions = true;
            this.Group7.AppearanceGroup.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.Group7.CustomizationFormText = "设定";
            this.Group7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_layoutViewColumn4,
            this.layoutViewField_layoutViewColumn13,
            this.layoutViewField_layoutViewColumn5,
            this.layoutViewField_layoutViewColumn33,
            this.layoutViewField_layoutViewColumn21});
            this.Group7.Location = new System.Drawing.Point(337, 0);
            this.Group7.Name = "Group7";
            this.Group7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.Group7.Size = new System.Drawing.Size(250, 172);
            this.Group7.Spacing = new DevExpress.XtraLayout.Utils.Padding(12, 12, 12, 12);
            this.Group7.Text = "设定";
            // 
            // panelControl2
            // 
            this.panelControl2.Controls.Add(this.DataChart);
            this.panelControl2.Controls.Add(this.splitter2);
            this.panelControl2.Controls.Add(this.panelControl3);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl2.Location = new System.Drawing.Point(624, 0);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(738, 586);
            this.panelControl2.TabIndex = 10;
            // 
            // DataChart
            // 
            this.DataChart.AllowDrop = true;
            this.DataChart.BorderOptions.Visible = false;
            constantLine66.AxisValueSerializable = "B";
            constantLine66.Name = "X";
            constantLine66.Title.Text = "X";
            constantLine66.Visible = false;
            constantLine67.AxisValueSerializable = "B";
            constantLine67.Name = "X";
            constantLine67.Title.Text = "X";
            constantLine67.Visible = false;
            swiftPlotDiagram6.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine66,
            constantLine67});
            swiftPlotDiagram6.AxisX.MinorCount = 1;
            strip11.MaxLimit.AxisValueSerializable = "B";
            strip11.MinLimit.AxisValueSerializable = "A";
            strip11.Name = "XStrip";
            strip11.Visible = false;
            swiftPlotDiagram6.AxisX.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
            strip11});
            swiftPlotDiagram6.AxisX.VisibleInPanesSerializable = "-1";
            swiftPlotDiagram6.AxisX.WholeRange.AutoSideMargins = false;
            swiftPlotDiagram6.AxisX.WholeRange.SideMarginsValue = 0D;
            constantLine68.AxisValueSerializable = "0";
            constantLine68.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            constantLine68.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Solid;
            constantLine68.Name = "up";
            constantLine68.ShowInLegend = false;
            constantLine68.Title.Visible = false;
            constantLine68.Visible = false;
            constantLine69.AxisValueSerializable = "0";
            constantLine69.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            constantLine69.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine69.Name = "std";
            constantLine69.ShowInLegend = false;
            constantLine69.Title.Visible = false;
            constantLine69.Visible = false;
            constantLine70.AxisValueSerializable = "0";
            constantLine70.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            constantLine70.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Solid;
            constantLine70.Name = "low";
            constantLine70.ShowInLegend = false;
            constantLine70.Title.Visible = false;
            constantLine70.Visible = false;
            constantLine71.AxisValueSerializable = "1";
            constantLine71.Name = "Y";
            constantLine71.Title.Text = "Y";
            constantLine71.Visible = false;
            constantLine72.AxisValueSerializable = "1";
            constantLine72.Name = "Y";
            constantLine72.Title.Text = "Y";
            constantLine72.Visible = false;
            swiftPlotDiagram6.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine68,
            constantLine69,
            constantLine70,
            constantLine71,
            constantLine72});
            strip12.MaxLimit.AxisValueSerializable = "1";
            strip12.MinLimit.AxisValueSerializable = "0";
            strip12.Name = "YStrip";
            strip12.Visible = false;
            swiftPlotDiagram6.AxisY.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
            strip12});
            swiftPlotDiagram6.AxisY.VisibleInPanesSerializable = "-1";
            swiftPlotDiagram6.AxisY.WholeRange.AlwaysShowZeroLevel = false;
            swiftPlotDiagram6.EnableAxisXScrolling = true;
            swiftPlotDiagram6.EnableAxisXZooming = true;
            swiftPlotDiagram6.Margins.Bottom = 0;
            swiftPlotDiagram6.Margins.Left = 0;
            swiftPlotDiagram6.Margins.Right = 0;
            swiftPlotDiagram6.Margins.Top = 0;
            swiftPlotDiagram6.ScrollingOptions.UseMouse = false;
            this.DataChart.Diagram = swiftPlotDiagram6;
            this.DataChart.Dock = System.Windows.Forms.DockStyle.Fill;
            this.DataChart.Legend.Visible = false;
            this.DataChart.Location = new System.Drawing.Point(2, 2);
            this.DataChart.Name = "DataChart";
            this.DataChart.Padding.Bottom = 0;
            this.DataChart.Padding.Left = 0;
            this.DataChart.Padding.Right = 0;
            this.DataChart.Padding.Top = 0;
            this.DataChart.RuntimeHitTesting = true;
            series21.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series21.Name = "Series 1";
            series21.View = swiftPlotSeriesView11;
            this.DataChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series21};
            swiftPlotSeriesView12.LineStyle.Thickness = 2;
            this.DataChart.SeriesTemplate.View = swiftPlotSeriesView12;
            this.DataChart.Size = new System.Drawing.Size(734, 102);
            this.DataChart.TabIndex = 16;
            this.DataChart.CustomDrawCrosshair += new DevExpress.XtraCharts.CustomDrawCrosshairEventHandler(this.chartControl1_CustomDrawCrosshair);
            this.DataChart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDown);
            this.DataChart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseMove);
            this.DataChart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseUp);
            // 
            // splitter2
            // 
            this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.splitter2.Location = new System.Drawing.Point(2, 104);
            this.splitter2.Name = "splitter2";
            this.splitter2.Size = new System.Drawing.Size(734, 3);
            this.splitter2.TabIndex = 17;
            this.splitter2.TabStop = false;
            // 
            // panelControl3
            // 
            this.panelControl3.Controls.Add(this.gridControl2);
            this.panelControl3.Controls.Add(this.standaloneBarDockControl1);
            this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl3.Location = new System.Drawing.Point(2, 107);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(734, 477);
            this.panelControl3.TabIndex = 19;
            // 
            // gridControl2
            // 
            this.gridControl2.AllowDrop = true;
            this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl2.Location = new System.Drawing.Point(2, 31);
            this.gridControl2.MainView = this.gridView1;
            this.gridControl2.MenuManager = this.barManager1;
            this.gridControl2.Name = "gridControl2";
            this.gridControl2.Size = new System.Drawing.Size(730, 444);
            this.gridControl2.TabIndex = 14;
            this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.ChooseColumnName = "choose";
            this.gridView1.GridControl = this.gridControl2;
            this.gridView1.Name = "gridView1";
            this.gridView1.NumberDisplayFormat = "";
            this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsBehavior.ReadOnly = true;
            this.gridView1.OptionsCustomization.AllowQuickHideColumns = false;
            this.gridView1.OptionsSelection.MultiSelect = true;
            this.gridView1.OptionsView.ColumnAutoWidth = false;
            this.gridView1.OptionsView.ShowFooter = true;
            this.gridView1.DragObjectDrop += new DevExpress.XtraGrid.Views.Base.DragObjectDropEventHandler(this.gridView1_DragObjectDrop);
            // 
            // chartPointRightClickPopupMenu
            // 
            this.chartPointRightClickPopupMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem1),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
            this.chartPointRightClickPopupMenu.Manager = this.barManager1;
            this.chartPointRightClickPopupMenu.Name = "chartPointRightClickPopupMenu";
            // 
            // ChartBoundRightClickPopupMenu
            // 
            this.ChartBoundRightClickPopupMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem2),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem5, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6)});
            this.ChartBoundRightClickPopupMenu.Manager = this.barManager1;
            this.ChartBoundRightClickPopupMenu.Name = "ChartBoundRightClickPopupMenu";
            // 
            // gridViewRightClickPopupMenu
            // 
            this.gridViewRightClickPopupMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem11)});
            this.gridViewRightClickPopupMenu.Manager = this.barManager1;
            this.gridViewRightClickPopupMenu.Name = "gridViewRightClickPopupMenu";
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(621, 0);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(3, 586);
            this.splitter1.TabIndex = 17;
            this.splitter1.TabStop = false;
            // 
            // CPKtoolControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panelControl2);
            this.Controls.Add(this.splitter1);
            this.Controls.Add(this.panelControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.Name = "CPKtoolControl";
            this.Size = new System.Drawing.Size(1362, 586);
            this.Load += new System.EventHandler(this.CPKtoolControl_Load);
            this.SizeChanged += new System.EventHandler(this.CPKtoolControl_SizeChanged);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
            this.xtraScrollableControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn25)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn26)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn27)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn28)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn29)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn30)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn31)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn32)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn33)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.item2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.item1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.item3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(strip11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(strip12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DataChart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            this.panelControl3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartPointRightClickPopupMenu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChartBoundRightClickPopupMenu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewRightClickPopupMenu)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     this.panel1        = new System.Windows.Forms.Panel();
     this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Controls.Add(this.chartControl2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1164, 283);
     this.panel1.TabIndex = 0;
     //
     // chartControl2
     //
     this.chartControl2.AppearanceNameSerializable = "The Trees";
     xyDiagram1.AxisX.VisibleInPanesSerializable   = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable   = "-1";
     xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.chartControl2.Diagram       = xyDiagram1;
     this.chartControl2.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl2.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chartControl2.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl2.Legend.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl2.Location    = new System.Drawing.Point(0, 0);
     this.chartControl2.Name        = "chartControl2";
     series1.LabelsVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series1.Name = "空腹血糖";
     splineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.View = splineSeriesView1;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl2.SeriesTemplate.View = splineSeriesView2;
     this.chartControl2.Size     = new System.Drawing.Size(1164, 283);
     this.chartControl2.TabIndex = 25;
     //
     // frmluruQu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1164, 283);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmluruQu";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "报告维护";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            this.SuspendLayout();
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.radioGroup1);
            this.layoutControl1.Controls.Add(this.chartControl1);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(922, 594);
            this.layoutControl1.TabIndex = 0;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // radioGroup1
            // 
            this.radioGroup1.EditValue = "RefNo";
            this.radioGroup1.Location = new System.Drawing.Point(116, 12);
            this.radioGroup1.Name = "radioGroup1";
            this.radioGroup1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.radioGroup1.Properties.Appearance.Options.UseBackColor = true;
            this.radioGroup1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem("RefNo", "No of Ref Nos"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Packs", "No of Packs"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("ItemTypes", "Item Types")});
            this.radioGroup1.Size = new System.Drawing.Size(440, 23);
            this.radioGroup1.StyleController = this.layoutControl1;
            this.radioGroup1.TabIndex = 5;
            this.radioGroup1.EditValueChanged += new System.EventHandler(this.radioGroup1_EditValueChanged);
            // 
            // chartControl1
            // 
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
            this.chartControl1.Location = new System.Drawing.Point(12, 55);
            this.chartControl1.Name = "chartControl1";
            series1.ArgumentDataMember = "Date";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.Name = "No of GRVs";
            series1.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            series1.ValueDataMembersSerializable = "Count";
            series1.View = lineSeriesView1;
            series2.ArgumentDataMember = "Date";
            series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.Name = "No of Orders Processed";
            series2.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending;
            series2.ValueDataMembersSerializable = "Count";
            series2.View = lineSeriesView2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.SeriesTemplate.View = splineSeriesView1;
            this.chartControl1.Size = new System.Drawing.Size(898, 527);
            this.chartControl1.TabIndex = 4;
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "Root";
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1,
            this.layoutControlItem2,
            this.emptySpaceItem1});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Size = new System.Drawing.Size(922, 594);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.chartControl1;
            this.layoutControlItem1.CustomizationFormText = "Summary of Activites";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 27);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(902, 547);
            this.layoutControlItem1.Text = "Summary of Activites";
            this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
            this.layoutControlItem1.TextSize = new System.Drawing.Size(101, 13);
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.radioGroup1;
            this.layoutControlItem2.CustomizationFormText = "Summerize by";
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(548, 27);
            this.layoutControlItem2.Text = "Summarize by";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(101, 13);
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
            this.emptySpaceItem1.Location = new System.Drawing.Point(548, 0);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(354, 27);
            this.emptySpaceItem1.Text = "emptySpaceItem1";
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            // 
            // ActivityReport
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(922, 594);
            this.Controls.Add(this.layoutControl1);
            this.Name = "ActivityReport";
            this.Text = "ActivityReport";
            this.Load += new System.EventHandler(this.ActivityReport_Load);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            this.ResumeLayout(false);

        }
 /// <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        xyDiagram4        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series4           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView7 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView8 = new DevExpress.XtraCharts.SplineSeriesView();
     this.chartControl1       = new DevExpress.XtraCharts.ChartControl();
     this.flowLayoutPanelPage = new DevExpress.XtraEditors.PanelControl();
     this.panelControl1       = new DevExpress.XtraEditors.PanelControl();
     this.dateEdit1           = new DevExpress.XtraEditors.DateEdit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.flowLayoutPanelPage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     xyDiagram4.AxisX.NumericScaleOptions.AutoGrid      = false;
     xyDiagram4.AxisX.NumericScaleOptions.GridAlignment = DevExpress.XtraCharts.NumericGridAlignment.Custom;
     xyDiagram4.AxisX.VisibleInPanesSerializable        = "-1";
     xyDiagram4.AxisY.VisibleInPanesSerializable        = "-1";
     xyDiagram4.DefaultPane.EnableAxisXScrolling        = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram4.DefaultPane.EnableAxisYScrolling        = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram4.EnableAxisXScrolling      = true;
     xyDiagram4.EnableAxisYScrolling      = true;
     this.chartControl1.Diagram           = xyDiagram4;
     this.chartControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(0, 40);
     this.chartControl1.Name              = "chartControl1";
     series4.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series4.Name = "Series 1";
     splineSeriesView7.ColorEach        = true;
     splineSeriesView7.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
     series4.View = splineSeriesView7;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series4
     };
     this.chartControl1.SeriesTemplate.View = splineSeriesView8;
     this.chartControl1.Size     = new System.Drawing.Size(1204, 254);
     this.chartControl1.TabIndex = 89;
     //
     // flowLayoutPanelPage
     //
     this.flowLayoutPanelPage.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.flowLayoutPanelPage.Location = new System.Drawing.Point(0, 294);
     this.flowLayoutPanelPage.Name     = "flowLayoutPanelPage";
     this.flowLayoutPanelPage.Size     = new System.Drawing.Size(1204, 35);
     this.flowLayoutPanelPage.TabIndex = 90;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.dateEdit1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1204, 40);
     this.panelControl1.TabIndex = 91;
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(25, 12);
     this.dateEdit1.Name      = "dateEdit1";
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Size              = new System.Drawing.Size(380, 20);
     this.dateEdit1.TabIndex          = 0;
     this.dateEdit1.EditValueChanged += new System.EventHandler(this.dateEdit1_EditValueChanged);
     //
     // FrmWShow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1204, 329);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.flowLayoutPanelPage);
     this.Name          = "FrmWShow";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "24小时数据展示";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.flowLayoutPanelPage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram xyDiagram4 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series4    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView4 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.SplineSeriesView        splineSeriesView4        = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.ChartTitle chartTitle4             = new DevExpress.XtraCharts.ChartTitle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormThongKe));
     this.ChartControl       = new DevExpress.XtraCharts.ChartControl();
     this.gunaGradientPanel2 = new Guna.UI.WinForms.GunaGradientPanel();
     this.label2             = new System.Windows.Forms.Label();
     this.lbDoanhTHu         = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.pictureBox3        = new System.Windows.Forms.PictureBox();
     this.gunaGradientPanel1 = new Guna.UI.WinForms.GunaGradientPanel();
     this.lbTongKH           = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.pictureBox2        = new System.Windows.Forms.PictureBox();
     this.bt_XuatFile        = new Guna.UI.WinForms.GunaButton();
     this.data_ThongTin      = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.ChartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit();
     this.gunaGradientPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.gunaGradientPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.data_ThongTin)).BeginInit();
     this.SuspendLayout();
     //
     // ChartControl
     //
     xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
     this.ChartControl.Diagram     = xyDiagram4;
     this.ChartControl.Legend.Name = "Default Legend";
     this.ChartControl.Location    = new System.Drawing.Point(17, 214);
     this.ChartControl.Name        = "ChartControl";
     series4.Name = "Series 1";
     sideBySideBarSeriesView4.ColorEach = true;
     series4.View = sideBySideBarSeriesView4;
     this.ChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series4
     };
     this.ChartControl.SeriesTemplate.SeriesColorizer = null;
     this.ChartControl.SeriesTemplate.View            = splineSeriesView4;
     this.ChartControl.Size     = new System.Drawing.Size(934, 386);
     this.ChartControl.TabIndex = 48;
     chartTitle4.Text           = "Doanh thu theo tháng";
     this.ChartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle4
     });
     //
     // gunaGradientPanel2
     //
     this.gunaGradientPanel2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("gunaGradientPanel2.BackgroundImage")));
     this.gunaGradientPanel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.gunaGradientPanel2.Controls.Add(this.label2);
     this.gunaGradientPanel2.Controls.Add(this.lbDoanhTHu);
     this.gunaGradientPanel2.Controls.Add(this.label4);
     this.gunaGradientPanel2.Controls.Add(this.pictureBox3);
     this.gunaGradientPanel2.GradientColor1 = System.Drawing.Color.MediumSpringGreen;
     this.gunaGradientPanel2.GradientColor2 = System.Drawing.Color.White;
     this.gunaGradientPanel2.GradientColor3 = System.Drawing.Color.Aquamarine;
     this.gunaGradientPanel2.GradientColor4 = System.Drawing.Color.White;
     this.gunaGradientPanel2.Location       = new System.Drawing.Point(387, 12);
     this.gunaGradientPanel2.Name           = "gunaGradientPanel2";
     this.gunaGradientPanel2.Size           = new System.Drawing.Size(302, 166);
     this.gunaGradientPanel2.TabIndex       = 50;
     this.gunaGradientPanel2.Text           = "gunaGradientPanel2";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(174, 104);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(73, 42);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "VND";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lbDoanhTHu
     //
     this.lbDoanhTHu.BackColor = System.Drawing.Color.Transparent;
     this.lbDoanhTHu.Font      = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbDoanhTHu.Location  = new System.Drawing.Point(3, 104);
     this.lbDoanhTHu.Name      = "lbDoanhTHu";
     this.lbDoanhTHu.Size      = new System.Drawing.Size(168, 42);
     this.lbDoanhTHu.TabIndex  = 5;
     this.lbDoanhTHu.Text      = "0";
     this.lbDoanhTHu.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location  = new System.Drawing.Point(70, 27);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(212, 50);
     this.label4.TabIndex  = 4;
     this.label4.Text      = "Tổng doanh thu";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox3.Image     = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location  = new System.Drawing.Point(13, 27);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(51, 50);
     this.pictureBox3.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox3.TabIndex  = 3;
     this.pictureBox3.TabStop   = false;
     //
     // gunaGradientPanel1
     //
     this.gunaGradientPanel1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("gunaGradientPanel1.BackgroundImage")));
     this.gunaGradientPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.gunaGradientPanel1.Controls.Add(this.lbTongKH);
     this.gunaGradientPanel1.Controls.Add(this.label1);
     this.gunaGradientPanel1.Controls.Add(this.pictureBox2);
     this.gunaGradientPanel1.GradientColor1 = System.Drawing.Color.DarkKhaki;
     this.gunaGradientPanel1.GradientColor2 = System.Drawing.Color.White;
     this.gunaGradientPanel1.GradientColor3 = System.Drawing.Color.GreenYellow;
     this.gunaGradientPanel1.GradientColor4 = System.Drawing.Color.White;
     this.gunaGradientPanel1.Location       = new System.Drawing.Point(12, 12);
     this.gunaGradientPanel1.Name           = "gunaGradientPanel1";
     this.gunaGradientPanel1.Size           = new System.Drawing.Size(273, 166);
     this.gunaGradientPanel1.TabIndex       = 49;
     this.gunaGradientPanel1.Text           = "gunaGradientPanel1";
     //
     // lbTongKH
     //
     this.lbTongKH.BackColor = System.Drawing.Color.Transparent;
     this.lbTongKH.Font      = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbTongKH.Location  = new System.Drawing.Point(3, 104);
     this.lbTongKH.Name      = "lbTongKH";
     this.lbTongKH.Size      = new System.Drawing.Size(267, 42);
     this.lbTongKH.TabIndex  = 2;
     this.lbTongKH.Text      = "0";
     this.lbTongKH.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(60, 27);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(210, 50);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Tổng số lượng khách hàng";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox2.Image     = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location  = new System.Drawing.Point(3, 27);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(51, 50);
     this.pictureBox2.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex  = 0;
     this.pictureBox2.TabStop   = false;
     //
     // bt_XuatFile
     //
     this.bt_XuatFile.AnimationHoverSpeed = 0.07F;
     this.bt_XuatFile.AnimationSpeed      = 0.03F;
     this.bt_XuatFile.BackColor           = System.Drawing.Color.Transparent;
     this.bt_XuatFile.BaseColor           = System.Drawing.Color.Transparent;
     this.bt_XuatFile.BorderColor         = System.Drawing.Color.Black;
     this.bt_XuatFile.FocusedColor        = System.Drawing.Color.Empty;
     this.bt_XuatFile.Font               = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bt_XuatFile.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.bt_XuatFile.Image              = ((System.Drawing.Image)(resources.GetObject("bt_XuatFile.Image")));
     this.bt_XuatFile.ImageSize          = new System.Drawing.Size(50, 50);
     this.bt_XuatFile.Location           = new System.Drawing.Point(739, 116);
     this.bt_XuatFile.Name               = "bt_XuatFile";
     this.bt_XuatFile.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(143)))), ((int)(((byte)(255)))));
     this.bt_XuatFile.OnHoverBorderColor = System.Drawing.Color.Black;
     this.bt_XuatFile.OnHoverForeColor   = System.Drawing.Color.White;
     this.bt_XuatFile.OnHoverImage       = null;
     this.bt_XuatFile.OnPressedColor     = System.Drawing.Color.Black;
     this.bt_XuatFile.Radius             = 7;
     this.bt_XuatFile.Size               = new System.Drawing.Size(209, 55);
     this.bt_XuatFile.TabIndex           = 51;
     this.bt_XuatFile.Text               = "Xuất Excel";
     this.bt_XuatFile.Click             += new System.EventHandler(this.bt_XuatFile_Click);
     //
     // data_ThongTin
     //
     this.data_ThongTin.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.data_ThongTin.Location = new System.Drawing.Point(707, 12);
     this.data_ThongTin.Name     = "data_ThongTin";
     this.data_ThongTin.Size     = new System.Drawing.Size(241, 98);
     this.data_ThongTin.TabIndex = 52;
     this.data_ThongTin.Visible  = false;
     //
     // FormThongKe
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.GhostWhite;
     this.ClientSize          = new System.Drawing.Size(973, 610);
     this.Controls.Add(this.data_ThongTin);
     this.Controls.Add(this.bt_XuatFile);
     this.Controls.Add(this.gunaGradientPanel2);
     this.Controls.Add(this.gunaGradientPanel1);
     this.Controls.Add(this.ChartControl);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FormThongKe";
     this.Text            = "FormThongKe";
     this.Load           += new System.EventHandler(this.FormThongKe_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartControl)).EndInit();
     this.gunaGradientPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.gunaGradientPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.data_ThongTin)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FORM_SMT_B_PROD_YEARLY));
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     this.panel1          = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.pnEVA           = new Smart_FTY.A1Panel();
     this.lblEVA          = new System.Windows.Forms.Label();
     this.pnRubber        = new Smart_FTY.A1Panel();
     this.lblRubber       = new System.Windows.Forms.Label();
     this.axfpSpread      = new AxFPUSpreadADO.AxfpSpread();
     this.chartControl    = new DevExpress.XtraCharts.ChartControl();
     this.tmr_Load        = new System.Windows.Forms.Timer(this.components);
     this.pnHeader.SuspendLayout();
     this.pnButton.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.pnEVA.SuspendLayout();
     this.pnRubber.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axfpSpread)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // pnHeader
     //
     this.pnHeader.Size = new System.Drawing.Size(1904, 106);
     //
     // lblDate
     //
     this.lblDate.Size = new System.Drawing.Size(241, 106);
     this.lblDate.Text = "2018-10-08\n14:24:56";
     //
     // cmdYear
     //
     this.cmdYear.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdYear.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdYear.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdYear.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdYear.Appearance.Options.UseBackColor = true;
     this.cmdYear.Appearance.Options.UseFont      = true;
     this.cmdYear.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("cmdYear.ImageOptions.Image")));
     //
     // cmdMonth
     //
     this.cmdMonth.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdMonth.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdMonth.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold);
     this.cmdMonth.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdMonth.Appearance.Options.UseBackColor = true;
     this.cmdMonth.Appearance.Options.UseFont      = true;
     this.cmdMonth.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("cmdMonth.ImageOptions.Image")));
     //
     // cmdDay
     //
     this.cmdDay.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdDay.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdDay.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold);
     this.cmdDay.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdDay.Appearance.Options.UseBackColor = true;
     this.cmdDay.Appearance.Options.UseFont      = true;
     this.cmdDay.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("cmdDay.ImageOptions.Image")));
     //
     // cmdBack
     //
     this.cmdBack.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.cmdBack.FlatAppearance.BorderSize  = 0;
     //
     // lblTitle
     //
     this.lblTitle.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.lblTitle.Appearance.Font                 = new System.Drawing.Font("Calibri", 50F, System.Drawing.FontStyle.Bold);
     this.lblTitle.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lblTitle.Appearance.Options.UseBackColor = true;
     this.lblTitle.Appearance.Options.UseFont      = true;
     this.lblTitle.Appearance.Options.UseForeColor = true;
     this.lblTitle.Location = new System.Drawing.Point(4, 13);
     //
     // lblShift
     //
     this.lblShift.Size = new System.Drawing.Size(413, 53);
     this.lblShift.Text = "Shift 2 (14:00 ~ 22:00)";
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(1272, 1);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(373, 103);
     this.panel1.TabIndex = 64;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 106);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.pnEVA);
     this.splitContainer1.Panel1.Controls.Add(this.pnRubber);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.axfpSpread);
     this.splitContainer1.Panel2.Controls.Add(this.chartControl);
     this.splitContainer1.Size             = new System.Drawing.Size(1904, 948);
     this.splitContainer1.SplitterDistance = 62;
     this.splitContainer1.TabIndex         = 15;
     //
     // pnEVA
     //
     this.pnEVA.AccessibleDescription = "";
     this.pnEVA.AccessibleName        = "";
     this.pnEVA.BorderColor           = System.Drawing.Color.Empty;
     this.pnEVA.BorderWidth           = 2;
     this.pnEVA.Controls.Add(this.lblEVA);
     this.pnEVA.GradientEndColor   = System.Drawing.Color.White;
     this.pnEVA.GradientStartColor = System.Drawing.Color.White;
     this.pnEVA.Image             = null;
     this.pnEVA.ImageLocation     = new System.Drawing.Point(4, 4);
     this.pnEVA.Location          = new System.Drawing.Point(158, 7);
     this.pnEVA.Name              = "pnEVA";
     this.pnEVA.RoundCornerRadius = 20;
     this.pnEVA.ShadowOffSet      = 3;
     this.pnEVA.Size              = new System.Drawing.Size(153, 49);
     this.pnEVA.TabIndex          = 7;
     //
     // lblEVA
     //
     this.lblEVA.BackColor = System.Drawing.Color.Transparent;
     this.lblEVA.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblEVA.Font      = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEVA.Location  = new System.Drawing.Point(0, 0);
     this.lblEVA.Name      = "lblEVA";
     this.lblEVA.Size      = new System.Drawing.Size(153, 49);
     this.lblEVA.TabIndex  = 1;
     this.lblEVA.Text      = "EVA";
     this.lblEVA.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblEVA.Click    += new System.EventHandler(this.lblEVA_Click);
     //
     // pnRubber
     //
     this.pnRubber.AccessibleDescription = "";
     this.pnRubber.AccessibleName        = "";
     this.pnRubber.BorderColor           = System.Drawing.Color.Empty;
     this.pnRubber.BorderWidth           = 2;
     this.pnRubber.Controls.Add(this.lblRubber);
     this.pnRubber.GradientEndColor   = System.Drawing.Color.Gray;
     this.pnRubber.GradientStartColor = System.Drawing.Color.White;
     this.pnRubber.Image             = null;
     this.pnRubber.ImageLocation     = new System.Drawing.Point(4, 4);
     this.pnRubber.Location          = new System.Drawing.Point(5, 7);
     this.pnRubber.Name              = "pnRubber";
     this.pnRubber.RoundCornerRadius = 20;
     this.pnRubber.ShadowOffSet      = 3;
     this.pnRubber.Size              = new System.Drawing.Size(153, 49);
     this.pnRubber.TabIndex          = 6;
     //
     // lblRubber
     //
     this.lblRubber.BackColor = System.Drawing.Color.Transparent;
     this.lblRubber.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lblRubber.Font      = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRubber.Location  = new System.Drawing.Point(0, 0);
     this.lblRubber.Name      = "lblRubber";
     this.lblRubber.Size      = new System.Drawing.Size(153, 49);
     this.lblRubber.TabIndex  = 0;
     this.lblRubber.Text      = "Rubber";
     this.lblRubber.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblRubber.Click    += new System.EventHandler(this.lblRubber_Click);
     //
     // axfpSpread
     //
     this.axfpSpread.DataSource = null;
     this.axfpSpread.Location   = new System.Drawing.Point(3, 556);
     this.axfpSpread.Name       = "axfpSpread";
     this.axfpSpread.OcxState   = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axfpSpread.OcxState")));
     this.axfpSpread.Size       = new System.Drawing.Size(1889, 314);
     this.axfpSpread.TabIndex   = 1;
     //
     // chartControl
     //
     this.chartControl.DataBindings = null;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl.Diagram     = xyDiagram1;
     this.chartControl.Legend.Name = "Default Legend";
     this.chartControl.Location    = new System.Drawing.Point(4, 2);
     this.chartControl.Name        = "chartControl";
     series1.Name = "Series 1";
     series2.Name = "Series 2";
     series2.View = splineSeriesView1;
     this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl.Size     = new System.Drawing.Size(1889, 532);
     this.chartControl.TabIndex = 0;
     //
     // tmr_Load
     //
     this.tmr_Load.Interval = 1000;
     this.tmr_Load.Tick    += new System.EventHandler(this.tmr_Load_Tick);
     //
     // FORM_SMT_B_PROD_YEARLY
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1904, 1054);
     this.Controls.Add(this.splitContainer1);
     this.Name            = "FORM_SMT_B_PROD_YEARLY";
     this.Load           += new System.EventHandler(this.FORM_SMT_B_PROD_YEARLY_Load);
     this.VisibleChanged += new System.EventHandler(this.FORM_SMT_B_PROD_YEARLY_VisibleChanged);
     this.Controls.SetChildIndex(this.pnHeader, 0);
     this.Controls.SetChildIndex(this.splitContainer1, 0);
     this.pnHeader.ResumeLayout(false);
     this.pnHeader.PerformLayout();
     this.pnButton.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.pnEVA.ResumeLayout(false);
     this.pnRubber.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axfpSpread)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView4 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel5 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView5 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY2 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView6 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel7 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView7 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel8 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView8 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel9 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView9 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel10 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView10 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle2 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series9 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel11 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView11 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series10 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel12 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView12 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel13 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView13 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle3 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram4 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY3 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series11 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel14 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView14 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series12 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel15 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView15 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series13 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel16 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView16 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series14 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel17 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView17 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel18 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView18 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle4 = new DevExpress.XtraCharts.ChartTitle();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.chartZ = new DevExpress.XtraReports.UI.XRChart();
            this.chartY = new DevExpress.XtraReports.UI.XRChart();
            this.chartGT = new DevExpress.XtraReports.UI.XRChart();
            this.chartX = new DevExpress.XtraReports.UI.XRChart();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo();
            this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.ParameterModel1Name = new DevExpress.XtraReports.Parameters.Parameter();
            this.ParameterModel2Name = new DevExpress.XtraReports.Parameters.Parameter();
            this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
            this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand();
            this.Detail2 = new DevExpress.XtraReports.UI.DetailBand();
            this.ParameterGradeTonnageFieldName = new DevExpress.XtraReports.Parameters.Parameter();
            this.ParameterUserName = new DevExpress.XtraReports.Parameters.Parameter();
            ((System.ComponentModel.ISupportInitialize)(this.chartZ)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartY)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartGT)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.chartZ,
            this.chartY,
            this.chartGT,
            this.chartX});
            this.Detail.HeightF = 1920.417F;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // chartZ
            // 
            this.chartZ.BorderColor = System.Drawing.Color.Black;
            this.chartZ.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.chartZ.DataMember = "st";
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Title.Text = "Slice";
            xyDiagram1.AxisX.Title.Visible = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Title.Text = "Grade.Volume";
            xyDiagram1.AxisY.Title.Visible = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
            secondaryAxisY1.AxisID = 0;
            secondaryAxisY1.Name = "Samples";
            secondaryAxisY1.Range.SideMarginsEnabled = true;
            secondaryAxisY1.Title.Text = "Samples";
            secondaryAxisY1.Title.Visible = true;
            secondaryAxisY1.VisibleInPanesSerializable = "-1";
            xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY1});
            this.chartZ.Diagram = xyDiagram1;
            this.chartZ.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartZ.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
            this.chartZ.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartZ.LocationFloat = new DevExpress.Utils.PointFloat(0F, 959.1666F);
            this.chartZ.Name = "chartZ";
            this.chartZ.PaletteName = "Aspect";
            series1.ArgumentDataMember = "slice";
            series1.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            3,
                            0,
                            0,
                            0}))});
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series1.Name = "Model 1";
            series1.ValueDataMembersSerializable = "grade";
            splineSeriesView1.LineMarkerOptions.Visible = false;
            series1.View = splineSeriesView1;
            series2.ArgumentDataMember = "slice";
            series2.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            3,
                            0,
                            0,
                            0}))});
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series2.Name = "Model 2";
            series2.ValueDataMembersSerializable = "grade";
            splineSeriesView2.LineMarkerOptions.Visible = false;
            series2.View = splineSeriesView2;
            series3.ArgumentDataMember = "slice";
            series3.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            3,
                            0,
                            0,
                            0}))});
            pointSeriesLabel3.LineVisible = true;
            series3.Label = pointSeriesLabel3;
            series3.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series3.Name = "Samples 1";
            series3.ValueDataMembersSerializable = "samples";
            splineSeriesView3.AxisYName = "Samples";
            splineSeriesView3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
            splineSeriesView3.LineMarkerOptions.Visible = false;
            splineSeriesView3.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView3.LineStyle.Thickness = 1;
            series3.View = splineSeriesView3;
            series4.ArgumentDataMember = "slice";
            series4.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            3,
                            0,
                            0,
                            0}))});
            pointSeriesLabel4.LineVisible = true;
            series4.Label = pointSeriesLabel4;
            series4.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series4.Name = "Samples 2";
            series4.ValueDataMembersSerializable = "samples";
            splineSeriesView4.AxisYName = "Samples";
            splineSeriesView4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(255)))));
            splineSeriesView4.LineMarkerOptions.Visible = false;
            splineSeriesView4.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView4.LineStyle.Thickness = 1;
            series4.View = splineSeriesView4;
            this.chartZ.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3,
        series4};
            pointSeriesLabel5.LineVisible = true;
            this.chartZ.SeriesTemplate.Label = pointSeriesLabel5;
            this.chartZ.SeriesTemplate.View = splineSeriesView5;
            this.chartZ.SizeF = new System.Drawing.SizeF(627F, 479.5834F);
            chartTitle1.Text = "Z";
            this.chartZ.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle1});
            // 
            // chartY
            // 
            this.chartY.BorderColor = System.Drawing.Color.Black;
            this.chartY.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.chartY.DataMember = "st";
            xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisX.Title.Text = "Slice";
            xyDiagram2.AxisX.Title.Visible = true;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisY.Title.Text = "Grade.Volume";
            xyDiagram2.AxisY.Title.Visible = true;
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram2.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram2.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram2.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram2.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
            secondaryAxisY2.AxisID = 0;
            secondaryAxisY2.Name = "Samples";
            secondaryAxisY2.Range.SideMarginsEnabled = true;
            secondaryAxisY2.Title.Text = "Samples";
            secondaryAxisY2.Title.Visible = true;
            secondaryAxisY2.VisibleInPanesSerializable = "-1";
            xyDiagram2.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY2});
            this.chartY.Diagram = xyDiagram2;
            this.chartY.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartY.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
            this.chartY.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartY.LocationFloat = new DevExpress.Utils.PointFloat(0F, 479.5834F);
            this.chartY.Name = "chartY";
            this.chartY.PaletteName = "Aspect";
            series5.ArgumentDataMember = "slice";
            series5.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0}))});
            pointSeriesLabel6.LineVisible = true;
            series5.Label = pointSeriesLabel6;
            series5.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series5.Name = "Model 1";
            series5.ValueDataMembersSerializable = "grade";
            splineSeriesView6.LineMarkerOptions.Visible = false;
            series5.View = splineSeriesView6;
            series6.ArgumentDataMember = "slice";
            series6.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0}))});
            pointSeriesLabel7.LineVisible = true;
            series6.Label = pointSeriesLabel7;
            series6.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series6.Name = "Model 2";
            series6.ValueDataMembersSerializable = "grade";
            splineSeriesView7.LineMarkerOptions.Visible = false;
            series6.View = splineSeriesView7;
            series7.ArgumentDataMember = "slice";
            series7.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0}))});
            pointSeriesLabel8.LineVisible = true;
            series7.Label = pointSeriesLabel8;
            series7.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series7.Name = "Samples 1";
            series7.ValueDataMembersSerializable = "samples";
            splineSeriesView8.AxisYName = "Samples";
            splineSeriesView8.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
            splineSeriesView8.LineMarkerOptions.Visible = false;
            splineSeriesView8.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView8.LineStyle.Thickness = 1;
            series7.View = splineSeriesView8;
            series8.ArgumentDataMember = "slice";
            series8.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0}))});
            pointSeriesLabel9.LineVisible = true;
            series8.Label = pointSeriesLabel9;
            series8.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series8.Name = "Samples 2";
            series8.ValueDataMembersSerializable = "samples";
            splineSeriesView9.AxisYName = "Samples";
            splineSeriesView9.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(255)))));
            splineSeriesView9.LineMarkerOptions.Visible = false;
            splineSeriesView9.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView9.LineStyle.Thickness = 1;
            series8.View = splineSeriesView9;
            this.chartY.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series5,
        series6,
        series7,
        series8};
            pointSeriesLabel10.LineVisible = true;
            this.chartY.SeriesTemplate.Label = pointSeriesLabel10;
            this.chartY.SeriesTemplate.View = splineSeriesView10;
            this.chartY.SizeF = new System.Drawing.SizeF(627F, 479.5834F);
            chartTitle2.Text = "Y";
            this.chartY.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle2});
            // 
            // chartGT
            // 
            this.chartGT.BorderColor = System.Drawing.Color.Black;
            this.chartGT.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.chartGT.DataMember = "gt";
            xyDiagram3.AxisX.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            xyDiagram3.AxisX.NumericOptions.Precision = 0;
            xyDiagram3.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram3.AxisX.Title.Text = "Tonnage";
            xyDiagram3.AxisX.Title.Visible = true;
            xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram3.AxisY.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
            xyDiagram3.AxisY.NumericOptions.Precision = 4;
            xyDiagram3.AxisY.Range.AlwaysShowZeroLevel = false;
            xyDiagram3.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram3.AxisY.Title.Text = "Grade (%)";
            xyDiagram3.AxisY.Title.Visible = true;
            xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram3.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram3.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram3.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram3.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
            this.chartGT.Diagram = xyDiagram3;
            this.chartGT.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartGT.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
            this.chartGT.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartGT.LocationFloat = new DevExpress.Utils.PointFloat(0F, 1438.75F);
            this.chartGT.Name = "chartGT";
            this.chartGT.PaletteName = "Aspect";
            series9.ArgumentDataMember = "tonnage";
            series9.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series9.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.String", DevExpress.XtraCharts.DataFilterCondition.Equal, "1")});
            pointSeriesLabel11.LineVisible = true;
            series9.Label = pointSeriesLabel11;
            series9.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series9.Name = "Model 1";
            series9.ValueDataMembersSerializable = "grade";
            splineSeriesView11.LineMarkerOptions.Visible = false;
            series9.View = splineSeriesView11;
            series10.ArgumentDataMember = "tonnage";
            series10.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series10.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.String", DevExpress.XtraCharts.DataFilterCondition.Equal, "2")});
            pointSeriesLabel12.LineVisible = true;
            series10.Label = pointSeriesLabel12;
            series10.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series10.Name = "Model 2";
            series10.ValueDataMembersSerializable = "grade";
            splineSeriesView12.LineMarkerOptions.Visible = false;
            series10.View = splineSeriesView12;
            this.chartGT.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series9,
        series10};
            pointSeriesLabel13.LineVisible = true;
            this.chartGT.SeriesTemplate.Label = pointSeriesLabel13;
            this.chartGT.SeriesTemplate.View = splineSeriesView13;
            this.chartGT.SizeF = new System.Drawing.SizeF(627F, 479.5833F);
            chartTitle3.Text = "Grade Tonnage";
            this.chartGT.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle3});
            // 
            // chartX
            // 
            this.chartX.BorderColor = System.Drawing.Color.Black;
            this.chartX.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.chartX.DataMember = "st";
            xyDiagram4.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram4.AxisX.Title.Text = "Slice";
            xyDiagram4.AxisX.Title.Visible = true;
            xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram4.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram4.AxisY.Title.Text = "Grade.Volume";
            xyDiagram4.AxisY.Title.Visible = true;
            xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram4.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram4.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram4.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram4.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
            secondaryAxisY3.AxisID = 0;
            secondaryAxisY3.Name = "Samples";
            secondaryAxisY3.Range.SideMarginsEnabled = true;
            secondaryAxisY3.Title.Text = "Samples";
            secondaryAxisY3.Title.Visible = true;
            secondaryAxisY3.VisibleInPanesSerializable = "-1";
            xyDiagram4.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY3});
            this.chartX.Diagram = xyDiagram4;
            this.chartX.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartX.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
            this.chartX.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartX.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
            this.chartX.Name = "chartX";
            this.chartX.PaletteName = "Aspect";
            series11.ArgumentDataMember = "slice";
            series11.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0}))});
            pointSeriesLabel14.LineVisible = true;
            series11.Label = pointSeriesLabel14;
            series11.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series11.Name = "Model 1";
            series11.ValueDataMembersSerializable = "grade";
            splineSeriesView14.LineMarkerOptions.Visible = false;
            series11.View = splineSeriesView14;
            series12.ArgumentDataMember = "slice";
            series12.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0}))});
            pointSeriesLabel15.LineVisible = true;
            series12.Label = pointSeriesLabel15;
            series12.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series12.Name = "Model 2";
            series12.ValueDataMembersSerializable = "grade";
            splineSeriesView15.LineMarkerOptions.Visible = false;
            series12.View = splineSeriesView15;
            series13.ArgumentDataMember = "slice";
            series13.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0}))});
            pointSeriesLabel16.LineVisible = true;
            series13.Label = pointSeriesLabel16;
            series13.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series13.Name = "Samples 1";
            series13.ValueDataMembersSerializable = "samples";
            splineSeriesView16.AxisYName = "Samples";
            splineSeriesView16.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
            splineSeriesView16.LineMarkerOptions.Visible = false;
            splineSeriesView16.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView16.LineStyle.Thickness = 1;
            series13.View = splineSeriesView16;
            series14.ArgumentDataMember = "slice";
            series14.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0}))});
            pointSeriesLabel17.LineVisible = true;
            series14.Label = pointSeriesLabel17;
            series14.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series14.Name = "Samples 2";
            series14.ValueDataMembersSerializable = "samples";
            splineSeriesView17.AxisYName = "Samples";
            splineSeriesView17.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(255)))));
            splineSeriesView17.LineMarkerOptions.Visible = false;
            splineSeriesView17.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView17.LineStyle.Thickness = 1;
            series14.View = splineSeriesView17;
            this.chartX.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series11,
        series12,
        series13,
        series14};
            pointSeriesLabel18.LineVisible = true;
            this.chartX.SeriesTemplate.Label = pointSeriesLabel18;
            this.chartX.SeriesTemplate.View = splineSeriesView18;
            this.chartX.SizeF = new System.Drawing.SizeF(627F, 479.5833F);
            chartTitle4.Text = "X";
            this.chartX.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle4});
            // 
            // TopMargin
            // 
            this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel4,
            this.xrLabel3,
            this.xrLabel2});
            this.TopMargin.HeightF = 79F;
            this.TopMargin.Name = "TopMargin";
            this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel4
            // 
            this.xrLabel4.Font = new System.Drawing.Font("Arial", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 45.62499F);
            this.xrLabel4.Name = "xrLabel4";
            this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel4.SizeF = new System.Drawing.SizeF(627F, 33.37501F);
            this.xrLabel4.StylePriority.UseFont = false;
            this.xrLabel4.StylePriority.UseTextAlignment = false;
            this.xrLabel4.Text = "[Parameters.ParameterModel1Name]* & [Parameters.ParameterModel2Name]**";
            this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel3
            // 
            this.xrLabel3.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(393.6667F, 0F);
            this.xrLabel3.Name = "xrLabel3";
            this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel3.SizeF = new System.Drawing.SizeF(233.3333F, 45.62499F);
            this.xrLabel3.StylePriority.UseFont = false;
            this.xrLabel3.StylePriority.UseTextAlignment = false;
            this.xrLabel3.Text = "([Parameters.ParameterGradeTonnageFieldName])";
            this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel2
            // 
            this.xrLabel2.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
            this.xrLabel2.Name = "xrLabel2";
            this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel2.SizeF = new System.Drawing.SizeF(393.6667F, 45.62499F);
            this.xrLabel2.StylePriority.UseFont = false;
            this.xrLabel2.StylePriority.UseTextAlignment = false;
            this.xrLabel2.Text = "Model Comparison Report";
            this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // BottomMargin
            // 
            this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel5,
            this.xrPageInfo2,
            this.xrPageInfo1,
            this.xrLabel1});
            this.BottomMargin.HeightF = 85.50002F;
            this.BottomMargin.Name = "BottomMargin";
            this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel5
            // 
            this.xrLabel5.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(180F, 62.50002F);
            this.xrLabel5.Name = "xrLabel5";
            this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel5.SizeF = new System.Drawing.SizeF(346.9999F, 23F);
            this.xrLabel5.StylePriority.UseFont = false;
            this.xrLabel5.Text = " by [Parameters.ParameterUserName]";
            // 
            // xrPageInfo2
            // 
            this.xrPageInfo2.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrPageInfo2.Format = "Created at {0:h:mm tt, dd MMMM yyyy}";
            this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 62.50002F);
            this.xrPageInfo2.Name = "xrPageInfo2";
            this.xrPageInfo2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrPageInfo2.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime;
            this.xrPageInfo2.SizeF = new System.Drawing.SizeF(180F, 23F);
            this.xrPageInfo2.StylePriority.UseFont = false;
            // 
            // xrPageInfo1
            // 
            this.xrPageInfo1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrPageInfo1.Format = "Page {0} of {1}";
            this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(527F, 62.50002F);
            this.xrPageInfo1.Name = "xrPageInfo1";
            this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrPageInfo1.SizeF = new System.Drawing.SizeF(100F, 23F);
            this.xrPageInfo1.StylePriority.UseFont = false;
            this.xrPageInfo1.StylePriority.UseTextAlignment = false;
            this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
            // 
            // xrLabel1
            // 
            this.xrLabel1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 12.50002F);
            this.xrLabel1.Multiline = true;
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(627F, 50F);
            this.xrLabel1.StylePriority.UseFont = false;
            this.xrLabel1.Text = "Filter: [gfs.FilterString]";
            // 
            // ParameterModel1Name
            // 
            this.ParameterModel1Name.Name = "ParameterModel1Name";
            this.ParameterModel1Name.Visible = false;
            // 
            // ParameterModel2Name
            // 
            this.ParameterModel2Name.Name = "ParameterModel2Name";
            // 
            // xrTableCell7
            // 
            this.xrTableCell7.Name = "xrTableCell7";
            this.xrTableCell7.Text = "[Absolute Difference]";
            this.xrTableCell7.Weight = 0.48361556362018571D;
            // 
            // xrTableCell6
            // 
            this.xrTableCell6.Name = "xrTableCell6";
            this.xrTableCell6.Text = "[Model 2 Grade]";
            this.xrTableCell6.Weight = 0.50292299899716031D;
            // 
            // xrTableCell5
            // 
            this.xrTableCell5.Name = "xrTableCell5";
            this.xrTableCell5.Text = "[Model 2 Tonnes]";
            this.xrTableCell5.Weight = 0.56392278624268577D;
            // 
            // xrTableCell4
            // 
            this.xrTableCell4.Name = "xrTableCell4";
            this.xrTableCell4.Text = "[Model 1 Grade]";
            this.xrTableCell4.Weight = 0.50473093224796051D;
            // 
            // xrTableCell3
            // 
            this.xrTableCell3.Name = "xrTableCell3";
            this.xrTableCell3.Text = "[Model 1 Tonnes]";
            this.xrTableCell3.Weight = 0.50442312564857517D;
            // 
            // xrTableCell1
            // 
            this.xrTableCell1.Name = "xrTableCell1";
            this.xrTableCell1.Text = "[Resource Category]";
            this.xrTableCell1.Weight = 0.34807684027867347D;
            // 
            // xrTableRow1
            // 
            this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell1,
            this.xrTableCell3,
            this.xrTableCell4,
            this.xrTableCell5,
            this.xrTableCell6,
            this.xrTableCell7});
            this.xrTableRow1.Name = "xrTableRow1";
            this.xrTableRow1.Weight = 1D;
            // 
            // xrTableCell13
            // 
            this.xrTableCell13.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell13.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell13.ForeColor = System.Drawing.Color.White;
            this.xrTableCell13.Name = "xrTableCell13";
            this.xrTableCell13.StylePriority.UseBackColor = false;
            this.xrTableCell13.StylePriority.UseFont = false;
            this.xrTableCell13.StylePriority.UseForeColor = false;
            this.xrTableCell13.Text = "Difference";
            this.xrTableCell13.Weight = 0.48361556362018571D;
            // 
            // xrTableCell12
            // 
            this.xrTableCell12.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell12.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell12.ForeColor = System.Drawing.Color.White;
            this.xrTableCell12.Name = "xrTableCell12";
            this.xrTableCell12.StylePriority.UseBackColor = false;
            this.xrTableCell12.StylePriority.UseFont = false;
            this.xrTableCell12.StylePriority.UseForeColor = false;
            this.xrTableCell12.Text = "Model ** Grade";
            this.xrTableCell12.Weight = 0.50292299899716031D;
            // 
            // xrTableCell11
            // 
            this.xrTableCell11.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell11.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell11.ForeColor = System.Drawing.Color.White;
            this.xrTableCell11.Name = "xrTableCell11";
            this.xrTableCell11.StylePriority.UseBackColor = false;
            this.xrTableCell11.StylePriority.UseFont = false;
            this.xrTableCell11.StylePriority.UseForeColor = false;
            this.xrTableCell11.Text = "Model ** Tonnes";
            this.xrTableCell11.Weight = 0.56392278624268577D;
            // 
            // xrTableCell10
            // 
            this.xrTableCell10.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell10.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell10.ForeColor = System.Drawing.Color.White;
            this.xrTableCell10.Name = "xrTableCell10";
            this.xrTableCell10.StylePriority.UseBackColor = false;
            this.xrTableCell10.StylePriority.UseFont = false;
            this.xrTableCell10.StylePriority.UseForeColor = false;
            this.xrTableCell10.Text = "Model * Grade";
            this.xrTableCell10.Weight = 0.50473093224796051D;
            // 
            // xrTableCell9
            // 
            this.xrTableCell9.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell9.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell9.ForeColor = System.Drawing.Color.White;
            this.xrTableCell9.Name = "xrTableCell9";
            this.xrTableCell9.StylePriority.UseBackColor = false;
            this.xrTableCell9.StylePriority.UseFont = false;
            this.xrTableCell9.StylePriority.UseForeColor = false;
            this.xrTableCell9.Text = "Model * Tonnes";
            this.xrTableCell9.Weight = 0.50442312564857517D;
            // 
            // xrTableCell8
            // 
            this.xrTableCell8.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell8.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell8.ForeColor = System.Drawing.Color.White;
            this.xrTableCell8.Name = "xrTableCell8";
            this.xrTableCell8.StylePriority.UseBackColor = false;
            this.xrTableCell8.StylePriority.UseFont = false;
            this.xrTableCell8.StylePriority.UseForeColor = false;
            this.xrTableCell8.Text = "Resource";
            this.xrTableCell8.Weight = 0.34807684027867347D;
            // 
            // xrTableRow3
            // 
            this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell8,
            this.xrTableCell9,
            this.xrTableCell10,
            this.xrTableCell11,
            this.xrTableCell12,
            this.xrTableCell13});
            this.xrTableRow3.ForeColor = System.Drawing.Color.Aqua;
            this.xrTableRow3.Name = "xrTableRow3";
            this.xrTableRow3.StylePriority.UseForeColor = false;
            this.xrTableRow3.Weight = 1D;
            // 
            // xrTable1
            // 
            this.xrTable1.BorderColor = System.Drawing.Color.LightGray;
            this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTable1.Font = new System.Drawing.Font("Arial", 9.75F);
            this.xrTable1.KeepTogether = true;
            this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(1.999982F, 12.91665F);
            this.xrTable1.Name = "xrTable1";
            this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F);
            this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
            this.xrTableRow3,
            this.xrTableRow1});
            this.xrTable1.SizeF = new System.Drawing.SizeF(625F, 50.00001F);
            this.xrTable1.StylePriority.UseBorderColor = false;
            this.xrTable1.StylePriority.UseBorders = false;
            this.xrTable1.StylePriority.UseFont = false;
            this.xrTable1.StylePriority.UsePadding = false;
            // 
            // DetailReport1
            // 
            this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail2});
            this.DetailReport1.DataMember = "gfc";
            this.DetailReport1.Level = 0;
            this.DetailReport1.Name = "DetailReport1";
            // 
            // Detail2
            // 
            this.Detail2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrTable1});
            this.Detail2.HeightF = 72.91666F;
            this.Detail2.Name = "Detail2";
            this.Detail2.PageBreak = DevExpress.XtraReports.UI.PageBreak.BeforeBand;
            // 
            // ParameterGradeTonnageFieldName
            // 
            this.ParameterGradeTonnageFieldName.Name = "ParameterGradeTonnageFieldName";
            this.ParameterGradeTonnageFieldName.Visible = false;
            // 
            // ParameterUserName
            // 
            this.ParameterUserName.Name = "ParameterUserName";
            this.ParameterUserName.Visible = false;
            // 
            // CompareModelReport
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin,
            this.DetailReport1});
            this.DataMember = "CompareModelsResult";
            this.Margins = new System.Drawing.Printing.Margins(100, 100, 79, 86);
            this.PageHeight = 1169;
            this.PageWidth = 827;
            this.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
            this.ParameterModel1Name,
            this.ParameterModel2Name,
            this.ParameterGradeTonnageFieldName,
            this.ParameterUserName});
            this.Version = "12.1";
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartZ)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartY)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartGT)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
Esempio n. 22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint      seriesPoint1      = new DevExpress.XtraCharts.SeriesPoint(1D, new object[] {
         ((object)(50D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(2D, new object[] {
         ((object)(34D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(3D, new object[] {
         ((object)(55D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(4D, new object[] {
         ((object)(77D))
     });
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint      seriesPoint5      = new DevExpress.XtraCharts.SeriesPoint(1D, new object[] {
         ((object)(22D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(2D, new object[] {
         ((object)(11D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(3D, new object[] {
         ((object)(9D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(4D, new object[] {
         ((object)(8D))
     });
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView2         = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.panel1        = new System.Windows.Forms.Panel();
     this.checkEdit1    = new DevExpress.XtraEditors.CheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.CrosshairOptions.ShowArgumentLabels = true;
     this.chartControl1.CrosshairOptions.ShowValueLabels    = true;
     this.chartControl1.CrosshairOptions.ShowValueLine      = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable            = "-1";
     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";
     pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4
     });
     series1.View = splineSeriesView1;
     pointSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     series2.Label = pointSeriesLabel2;
     series2.Name  = "Series 2";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint5,
         seriesPoint6,
         seriesPoint7,
         seriesPoint8
     });
     series2.View = splineSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     sideBySideBarSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.SeriesTemplate.Label  = sideBySideBarSeriesLabel1;
     this.chartControl1.Size     = new System.Drawing.Size(480, 316);
     this.chartControl1.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkEdit1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 316);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(480, 63);
     this.panel1.TabIndex = 0;
     //
     // checkEdit1
     //
     this.checkEdit1.Dock               = System.Windows.Forms.DockStyle.Right;
     this.checkEdit1.Location           = new System.Drawing.Point(309, 0);
     this.checkEdit1.Name               = "checkEdit1";
     this.checkEdit1.Properties.Caption = "Custom Draw Crosshair Cursor";
     this.checkEdit1.Size               = new System.Drawing.Size(171, 63);
     this.checkEdit1.TabIndex           = 0;
     this.checkEdit1.CheckedChanged    += new System.EventHandler(this.OnCheckEditCheckedChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(480, 379);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.panel1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.TextAnnotation    textAnnotation1    = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint  chartAnchorPoint1  = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition      freePosition1      = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.XYDiagram         xyDiagram1         = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series            series1            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.KeyColorColorizer keyColorColorizer1 = new DevExpress.XtraCharts.KeyColorColorizer();
     DevExpress.XtraCharts.SeriesPoint       seriesPoint1       = new DevExpress.XtraCharts.SeriesPoint(0D, new object[] {
         ((object)(1D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(1D, new object[] {
         ((object)(3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(2D, new object[] {
         ((object)(6D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(3D, new object[] {
         ((object)(7D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(4D, new object[] {
         ((object)(12D))
     });
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint      seriesPoint6      = new DevExpress.XtraCharts.SeriesPoint(0D, new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(1D, new object[] {
         ((object)(5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(3D, new object[] {
         ((object)(9D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(4D, new object[] {
         ((object)(20D))
     });
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     chartAnchorPoint1.X                = 100;
     chartAnchorPoint1.Y                = 43;
     textAnnotation1.AnchorPoint        = chartAnchorPoint1;
     textAnnotation1.ConnectorStyle     = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     textAnnotation1.Name               = "Text Annotation 1";
     textAnnotation1.RuntimeAnchoring   = true;
     textAnnotation1.ShapeKind          = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition1.OuterIndents.Bottom  = 10;
     freePosition1.OuterIndents.Left    = 10;
     freePosition1.OuterIndents.Right   = 10;
     freePosition1.OuterIndents.Top     = 10;
     textAnnotation1.ShapePosition      = freePosition1;
     this.chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.chartControl1.DataBindings             = null;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     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";
     keyColorColorizer1.Keys.Add("1");
     keyColorColorizer1.Keys.Add("2");
     keyColorColorizer1.Keys.Add("9");
     keyColorColorizer1.PaletteName = "Green";
     series1.Colorizer = keyColorColorizer1;
     series1.Name      = "Series 1";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5
     });
     series1.View = splineSeriesView1;
     series2.Name = "Series 2";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint6,
         seriesPoint7,
         seriesPoint8,
         seriesPoint9
     });
     splineSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     splineSeriesView2.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     splineSeriesView2.MarkerVisibility        = DevExpress.Utils.DefaultBoolean.True;
     series2.View = splineSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.Size     = new System.Drawing.Size(606, 509);
     this.chartControl1.TabIndex = 0;
     //
     // XtraForm1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(606, 509);
     this.Controls.Add(this.chartControl1);
     this.Name  = "XtraForm1";
     this.Text  = "XtraForm1";
     this.Load += new System.EventHandler(this.XtraForm1_Load);
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     this.Detail        = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin     = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin  = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.GroupHeader1  = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrlbTinhThanh = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlbDenNgay   = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlbTenSP     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlbTuNgay    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrChartDoanhThuSanPhamTheoTinh = new DevExpress.XtraReports.UI.XRChart();
     this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel2     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3     = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.xrChartDoanhThuSanPhamTheoTinh)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 25F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrlbTinhThanh,
         this.xrLabel6,
         this.xrlbDenNgay,
         this.xrLabel7,
         this.xrLabel4,
         this.xrlbTenSP,
         this.xrlbTuNgay,
         this.xrLabel5,
         this.xrChartDoanhThuSanPhamTheoTinh
     });
     this.GroupHeader1.HeightF = 567.7083F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // xrlbTinhThanh
     //
     this.xrlbTinhThanh.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrlbTinhThanh.ForeColor                      = System.Drawing.Color.Green;
     this.xrlbTinhThanh.LocationFloat                  = new DevExpress.Utils.PointFloat(273.9583F, 48.95833F);
     this.xrlbTinhThanh.Name                           = "xrlbTinhThanh";
     this.xrlbTinhThanh.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlbTinhThanh.SizeF                          = new System.Drawing.SizeF(276.6049F, 23F);
     this.xrlbTinhThanh.StylePriority.UseFont          = false;
     this.xrlbTinhThanh.StylePriority.UseForeColor     = false;
     this.xrlbTinhThanh.StylePriority.UseTextAlignment = false;
     this.xrlbTinhThanh.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel6
     //
     this.xrLabel6.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.ForeColor                      = System.Drawing.Color.Maroon;
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(136.4583F, 11.45833F);
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(99.99998F, 23.00002F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseForeColor     = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "Sản Phẩm: ";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrlbDenNgay
     //
     this.xrlbDenNgay.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrlbDenNgay.ForeColor                      = System.Drawing.Color.Red;
     this.xrlbDenNgay.LocationFloat                  = new DevExpress.Utils.PointFloat(425.0001F, 98.95834F);
     this.xrlbDenNgay.Name                           = "xrlbDenNgay";
     this.xrlbDenNgay.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlbDenNgay.SizeF                          = new System.Drawing.SizeF(125.5632F, 23F);
     this.xrlbDenNgay.StylePriority.UseFont          = false;
     this.xrlbDenNgay.StylePriority.UseForeColor     = false;
     this.xrlbDenNgay.StylePriority.UseTextAlignment = false;
     this.xrlbDenNgay.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel7
     //
     this.xrLabel7.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel7.ForeColor                      = System.Drawing.Color.Maroon;
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(136.4583F, 48.95833F);
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(99.99998F, 23.00002F);
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseForeColor     = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text                           = "Tỉnh (thành) :";
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.ForeColor                      = System.Drawing.Color.Maroon;
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(340.6251F, 98.9583F);
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(84.37494F, 23.00002F);
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseForeColor     = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text                           = "đến ngày:";
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrlbTenSP
     //
     this.xrlbTenSP.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrlbTenSP.ForeColor                      = System.Drawing.Color.Green;
     this.xrlbTenSP.LocationFloat                  = new DevExpress.Utils.PointFloat(273.9583F, 11.45833F);
     this.xrlbTenSP.Name                           = "xrlbTenSP";
     this.xrlbTenSP.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlbTenSP.SizeF                          = new System.Drawing.SizeF(276.6049F, 23F);
     this.xrlbTenSP.StylePriority.UseFont          = false;
     this.xrlbTenSP.StylePriority.UseForeColor     = false;
     this.xrlbTenSP.StylePriority.UseTextAlignment = false;
     this.xrlbTenSP.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrlbTuNgay
     //
     this.xrlbTuNgay.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrlbTuNgay.ForeColor                      = System.Drawing.Color.Red;
     this.xrlbTuNgay.LocationFloat                  = new DevExpress.Utils.PointFloat(198.9583F, 98.95834F);
     this.xrlbTuNgay.Name                           = "xrlbTuNgay";
     this.xrlbTuNgay.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlbTuNgay.SizeF                          = new System.Drawing.SizeF(141.6668F, 23F);
     this.xrlbTuNgay.StylePriority.UseFont          = false;
     this.xrlbTuNgay.StylePriority.UseForeColor     = false;
     this.xrlbTuNgay.StylePriority.UseTextAlignment = false;
     this.xrlbTuNgay.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel5
     //
     this.xrLabel5.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.ForeColor                      = System.Drawing.Color.Maroon;
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(98.95834F, 98.95834F);
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(99.99998F, 23.00002F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseForeColor     = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "Tính từ ngày:";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrChartDoanhThuSanPhamTheoTinh
     //
     this.xrChartDoanhThuSanPhamTheoTinh.BackColor          = System.Drawing.Color.White;
     this.xrChartDoanhThuSanPhamTheoTinh.BorderColor        = System.Drawing.Color.Black;
     this.xrChartDoanhThuSanPhamTheoTinh.Borders            = DevExpress.XtraPrinting.BorderSide.None;
     xyDiagram1.AxisX.Range.SideMarginsEnabled              = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable            = "-1";
     xyDiagram1.AxisY.Range.SideMarginsEnabled              = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable            = "-1";
     this.xrChartDoanhThuSanPhamTheoTinh.Diagram            = xyDiagram1;
     this.xrChartDoanhThuSanPhamTheoTinh.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
     this.xrChartDoanhThuSanPhamTheoTinh.LocationFloat      = new DevExpress.Utils.PointFloat(38.54171F, 148.5417F);
     this.xrChartDoanhThuSanPhamTheoTinh.Name        = "xrChartDoanhThuSanPhamTheoTinh";
     this.xrChartDoanhThuSanPhamTheoTinh.PaletteName = "Metro";
     pointSeriesLabel1.LineVisible = true;
     pointSeriesLabel1.TextColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     series1.Label           = pointSeriesLabel1;
     series1.Name            = "Doanh Thu";
     splineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     series1.View            = splineSeriesView1;
     this.xrChartDoanhThuSanPhamTheoTinh.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     pointSeriesLabel2.LineVisible = true;
     this.xrChartDoanhThuSanPhamTheoTinh.SeriesTemplate.Label = pointSeriesLabel2;
     this.xrChartDoanhThuSanPhamTheoTinh.SeriesTemplate.View  = splineSeriesView2;
     this.xrChartDoanhThuSanPhamTheoTinh.SizeF = new System.Drawing.SizeF(576.4583F, 398.3333F);
     this.xrChartDoanhThuSanPhamTheoTinh.StylePriority.UseBackColor = false;
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2,
         this.xrLabel1,
         this.xrLabel3
     });
     this.GroupHeader2.HeightF = 202.0833F;
     this.GroupHeader2.Level   = 1;
     this.GroupHeader2.Name    = "GroupHeader2";
     //
     // xrLabel2
     //
     this.xrLabel2.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.ForeColor                      = System.Drawing.Color.DodgerBlue;
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(112.5F, 12.5F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(412.5001F, 46.25F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseForeColor     = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "CHARABOT                                                                       10" +
                                                    " Av. Yves Emmanuel Baudoin, 06130 Grasse - France     ";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.Font                       = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.ForeColor                  = System.Drawing.Color.DodgerBlue;
     this.xrLabel1.LocationFloat              = new DevExpress.Utils.PointFloat(112.5F, 62.5F);
     this.xrLabel1.Name                       = "xrLabel1";
     this.xrLabel1.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                      = new System.Drawing.SizeF(410.4167F, 30.20834F);
     this.xrLabel1.StylePriority.UseFont      = false;
     this.xrLabel1.StylePriority.UseForeColor = false;
     this.xrLabel1.Text                       = "Tel & Fax: (33) 04 93 09 33 33 / 04 93 09 33 03    ";
     //
     // xrLabel3
     //
     this.xrLabel3.Font                           = new System.Drawing.Font("Times New Roman", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.ForeColor                      = System.Drawing.Color.Blue;
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(38.54171F, 109.2917F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(601.4583F, 74.04167F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseForeColor     = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "BIỂU ĐỒ DOANH THU SẢN PHẨM THEO TỈNH(THÀNH)";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // rptDoanhThuSanPhamTheoTinh
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.GroupHeader2
     });
     this.Margins = new System.Drawing.Printing.Margins(100, 100, 25, 100);
     this.Version = "11.1";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChartDoanhThuSanPhamTheoTinh)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     this.flowLayoutPanelPage = new DevExpress.XtraEditors.PanelControl();
     this.panelControl1       = new DevExpress.XtraEditors.PanelControl();
     this.btnQuery            = new System.Windows.Forms.Button();
     this.label2        = new System.Windows.Forms.Label();
     this.endDate       = new DevExpress.XtraEditors.DateEdit();
     this.label1        = new System.Windows.Forms.Label();
     this.startTime     = new DevExpress.XtraEditors.DateEdit();
     this.nurtype       = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.flowLayoutPanelPage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.endDate.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.endDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.startTime.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.startTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nurtype.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // flowLayoutPanelPage
     //
     this.flowLayoutPanelPage.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.flowLayoutPanelPage.Location = new System.Drawing.Point(0, 294);
     this.flowLayoutPanelPage.Name     = "flowLayoutPanelPage";
     this.flowLayoutPanelPage.Size     = new System.Drawing.Size(1204, 35);
     this.flowLayoutPanelPage.TabIndex = 90;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.btnQuery);
     this.panelControl1.Controls.Add(this.label2);
     this.panelControl1.Controls.Add(this.endDate);
     this.panelControl1.Controls.Add(this.label1);
     this.panelControl1.Controls.Add(this.startTime);
     this.panelControl1.Controls.Add(this.nurtype);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1204, 40);
     this.panelControl1.TabIndex = 91;
     //
     // btnQuery
     //
     this.btnQuery.Location = new System.Drawing.Point(532, 9);
     this.btnQuery.Name     = "btnQuery";
     this.btnQuery.Size     = new System.Drawing.Size(75, 23);
     this.btnQuery.TabIndex = 15;
     this.btnQuery.Text     = " 查询";
     this.btnQuery.UseVisualStyleBackColor = false;
     this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(261, 13);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(67, 14);
     this.label2.TabIndex = 14;
     this.label2.Text     = "结束时间:";
     //
     // endDate
     //
     this.endDate.EditValue = new System.DateTime(2016, 9, 26, 20, 26, 56, 948);
     this.endDate.Location  = new System.Drawing.Point(326, 10);
     this.endDate.Name      = "endDate";
     this.endDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
     this.endDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
     this.endDate.Size     = new System.Drawing.Size(163, 20);
     this.endDate.TabIndex = 13;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(67, 14);
     this.label1.TabIndex = 12;
     this.label1.Text     = "起始时间:";
     //
     // startTime
     //
     this.startTime.EditValue = new System.DateTime(2016, 9, 26, 20, 24, 19, 467);
     this.startTime.Location  = new System.Drawing.Point(77, 10);
     this.startTime.Name      = "startTime";
     this.startTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
     this.startTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
     this.startTime.Size     = new System.Drawing.Size(163, 20);
     this.startTime.TabIndex = 11;
     //
     // nurtype
     //
     this.nurtype.Location = new System.Drawing.Point(702, 10);
     this.nurtype.Name     = "nurtype";
     this.nurtype.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
     this.nurtype.Size                  = new System.Drawing.Size(197, 20);
     this.nurtype.TabIndex              = 10;
     this.nurtype.Visible               = false;
     this.nurtype.SelectedIndexChanged += new System.EventHandler(this.nurtype_SelectedIndexChanged);
     //
     // chartControl1
     //
     xyDiagram1.AxisX.NumericScaleOptions.AutoGrid      = false;
     xyDiagram1.AxisX.NumericScaleOptions.GridAlignment = DevExpress.XtraCharts.NumericGridAlignment.Custom;
     xyDiagram1.AxisX.VisibleInPanesSerializable        = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable        = "-1";
     xyDiagram1.DefaultPane.EnableAxisXScrolling        = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.DefaultPane.EnableAxisYScrolling        = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.EnableAxisXScrolling      = true;
     xyDiagram1.EnableAxisYScrolling      = true;
     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, 40);
     this.chartControl1.Name              = "chartControl1";
     series1.Name = "Series 1";
     splineSeriesView1.ColorEach        = true;
     splineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.View = splineSeriesView1;
     this.chartControl1.SeriesSerializable  = new DevExpress.XtraCharts.Series[] { series1 };
     this.chartControl1.SeriesTemplate.View = splineSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(1204, 254);
     this.chartControl1.TabIndex = 92;
     //
     // FrmWAllShow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1204, 329);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.flowLayoutPanelPage);
     this.Name          = "FrmWAllShow";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "按日期查询";
     ((System.ComponentModel.ISupportInitialize)(this.flowLayoutPanelPage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.endDate.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.endDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.startTime.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.startTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nurtype.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAirmassResult));
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.checkEdit12 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit11 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit10 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabCompressormap = new DevExpress.XtraTab.XtraTabPage();
            this.ctrlCompressorMap1 = new T7.ctrlCompressorMap();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.checkEdit7 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
            this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.checkEdit3 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.tabCompressormap.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // groupControl1
            // 
            this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupControl1.Controls.Add(this.xtraTabControl1);
            this.groupControl1.Location = new System.Drawing.Point(12, 12);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(803, 400);
            this.groupControl1.TabIndex = 0;
            this.groupControl1.Text = "Airmass result";
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.Location = new System.Drawing.Point(2, 20);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(799, 378);
            this.xtraTabControl1.TabIndex = 1;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2,
            this.tabCompressormap});
            this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.gridControl1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(790, 348);
            this.xtraTabPage1.Text = "Table view";
            // 
            // gridControl1
            // 
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            gridLevelNode1.RelationName = "Level1";
            this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(790, 348);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.IndicatorWidth = 35;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gridView1.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
            this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.checkEdit12);
            this.xtraTabPage2.Controls.Add(this.checkEdit11);
            this.xtraTabPage2.Controls.Add(this.checkEdit10);
            this.xtraTabPage2.Controls.Add(this.checkEdit9);
            this.xtraTabPage2.Controls.Add(this.checkEdit8);
            this.xtraTabPage2.Controls.Add(this.chartControl1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(790, 348);
            this.xtraTabPage2.Text = "Dyno graph view";
            // 
            // checkEdit12
            // 
            this.checkEdit12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit12.Location = new System.Drawing.Point(575, 324);
            this.checkEdit12.Name = "checkEdit12";
            this.checkEdit12.Properties.Caption = "Show EGT estimate curve";
            this.checkEdit12.Size = new System.Drawing.Size(155, 18);
            this.checkEdit12.TabIndex = 5;
            this.checkEdit12.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit11
            // 
            this.checkEdit11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit11.EditValue = true;
            this.checkEdit11.Location = new System.Drawing.Point(414, 324);
            this.checkEdit11.Name = "checkEdit11";
            this.checkEdit11.Properties.Caption = "Show target lambda curve";
            this.checkEdit11.Size = new System.Drawing.Size(155, 18);
            this.checkEdit11.TabIndex = 4;
            this.checkEdit11.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit10
            // 
            this.checkEdit10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit10.EditValue = true;
            this.checkEdit10.Location = new System.Drawing.Point(263, 324);
            this.checkEdit10.Name = "checkEdit10";
            this.checkEdit10.Properties.Caption = "Show injector DC curve";
            this.checkEdit10.Size = new System.Drawing.Size(145, 18);
            this.checkEdit10.TabIndex = 3;
            this.checkEdit10.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit9
            // 
            this.checkEdit9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit9.EditValue = true;
            this.checkEdit9.Location = new System.Drawing.Point(133, 324);
            this.checkEdit9.Name = "checkEdit9";
            this.checkEdit9.Properties.Caption = "Show torque curve";
            this.checkEdit9.Size = new System.Drawing.Size(124, 18);
            this.checkEdit9.TabIndex = 2;
            this.checkEdit9.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit8
            // 
            this.checkEdit8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit8.EditValue = true;
            this.checkEdit8.Location = new System.Drawing.Point(3, 324);
            this.checkEdit8.Name = "checkEdit8";
            this.checkEdit8.Properties.Caption = "Show power curve";
            this.checkEdit8.Size = new System.Drawing.Size(124, 18);
            this.checkEdit8.TabIndex = 1;
            this.checkEdit8.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // chartControl1
            // 
            this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.chartControl1.ContextMenuStrip = this.contextMenuStrip1;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            series1.Name = "Series 1";
            series1.View = splineSeriesView1;
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series2.Name = "Series 2";
            series2.View = splineSeriesView2;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            this.chartControl1.SeriesTemplate.View = splineSeriesView3;
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.Size = new System.Drawing.Size(789, 318);
            this.chartControl1.TabIndex = 0;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveAsToolStripMenuItem,
            this.printToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(139, 48);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.saveAsToolStripMenuItem.Text = "Save as ...";
            this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
            // 
            // printToolStripMenuItem
            // 
            this.printToolStripMenuItem.Name = "printToolStripMenuItem";
            this.printToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.printToolStripMenuItem.Text = "Print";
            this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
            // 
            // tabCompressormap
            // 
            this.tabCompressormap.Controls.Add(this.ctrlCompressorMap1);
            this.tabCompressormap.Name = "tabCompressormap";
            this.tabCompressormap.Size = new System.Drawing.Size(790, 348);
            this.tabCompressormap.Text = "Compressor map";
            // 
            // ctrlCompressorMap1
            // 
            this.ctrlCompressorMap1.Boost_request = new double[] {
        0.2,
        0.5,
        1.05,
        1.08,
        1.03,
        1,
        1,
        0.98,
        0.94,
        0.91,
        0.94,
        0.88,
        0.79,
        0.68,
        0.58,
        0.5};
            this.ctrlCompressorMap1.Current_engineType = T7.ctrlCompressorMap.EngineType.Liter23;
            this.ctrlCompressorMap1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ctrlCompressorMap1.Location = new System.Drawing.Point(0, 0);
            this.ctrlCompressorMap1.Name = "ctrlCompressorMap1";
            this.ctrlCompressorMap1.Rpm_points = new int[] {
        1000,
        1500,
        1750,
        2000,
        2250,
        2500,
        2750,
        3000,
        3250,
        3500,
        4000,
        4500,
        5000,
        5500,
        6000,
        6500};
            this.ctrlCompressorMap1.Size = new System.Drawing.Size(790, 348);
            this.ctrlCompressorMap1.TabIndex = 0;
            this.ctrlCompressorMap1.onRefreshData += new T7.ctrlCompressorMap.RefreshData(this.ctrlCompressorMap1_onRefreshData);
            // 
            // groupControl2
            // 
            this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupControl2.Controls.Add(this.checkEdit7);
            this.groupControl2.Controls.Add(this.checkEdit6);
            this.groupControl2.Controls.Add(this.checkEdit5);
            this.groupControl2.Controls.Add(this.labelControl15);
            this.groupControl2.Controls.Add(this.labelControl16);
            this.groupControl2.Controls.Add(this.checkEdit4);
            this.groupControl2.Controls.Add(this.labelControl13);
            this.groupControl2.Controls.Add(this.labelControl14);
            this.groupControl2.Controls.Add(this.labelControl11);
            this.groupControl2.Controls.Add(this.labelControl12);
            this.groupControl2.Controls.Add(this.labelControl10);
            this.groupControl2.Controls.Add(this.labelControl9);
            this.groupControl2.Controls.Add(this.spinEdit1);
            this.groupControl2.Controls.Add(this.labelControl7);
            this.groupControl2.Controls.Add(this.labelControl8);
            this.groupControl2.Controls.Add(this.labelControl4);
            this.groupControl2.Controls.Add(this.labelControl5);
            this.groupControl2.Controls.Add(this.labelControl6);
            this.groupControl2.Controls.Add(this.labelControl3);
            this.groupControl2.Controls.Add(this.labelControl2);
            this.groupControl2.Controls.Add(this.labelControl1);
            this.groupControl2.Controls.Add(this.comboBoxEdit2);
            this.groupControl2.Controls.Add(this.comboBoxEdit1);
            this.groupControl2.Controls.Add(this.checkEdit3);
            this.groupControl2.Controls.Add(this.checkEdit2);
            this.groupControl2.Controls.Add(this.checkEdit1);
            this.groupControl2.Location = new System.Drawing.Point(12, 418);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(803, 156);
            this.groupControl2.TabIndex = 1;
            this.groupControl2.Text = "Options";
            // 
            // checkEdit7
            // 
            this.checkEdit7.Location = new System.Drawing.Point(455, 76);
            this.checkEdit7.Name = "checkEdit7";
            this.checkEdit7.Properties.Caption = "Use trionic calculation for torque";
            this.checkEdit7.Size = new System.Drawing.Size(184, 18);
            this.checkEdit7.TabIndex = 26;
            this.checkEdit7.CheckedChanged += new System.EventHandler(this.checkEdit7_CheckedChanged);
            // 
            // checkEdit6
            // 
            this.checkEdit6.Location = new System.Drawing.Point(363, 129);
            this.checkEdit6.Name = "checkEdit6";
            this.checkEdit6.Properties.Caption = "torque in lbft";
            this.checkEdit6.Size = new System.Drawing.Size(86, 18);
            this.checkEdit6.TabIndex = 25;
            this.checkEdit6.CheckedChanged += new System.EventHandler(this.checkEdit6_CheckedChanged);
            // 
            // checkEdit5
            // 
            this.checkEdit5.Location = new System.Drawing.Point(252, 129);
            this.checkEdit5.Name = "checkEdit5";
            this.checkEdit5.Properties.Caption = "power in kW";
            this.checkEdit5.Size = new System.Drawing.Size(86, 18);
            this.checkEdit5.TabIndex = 24;
            this.checkEdit5.CheckedChanged += new System.EventHandler(this.checkEdit5_CheckedChanged);
            // 
            // labelControl15
            // 
            this.labelControl15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl15.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
            this.labelControl15.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl15.Appearance.Options.UseBackColor = true;
            this.labelControl15.Appearance.Options.UseForeColor = true;
            this.labelControl15.Location = new System.Drawing.Point(779, 136);
            this.labelControl15.Name = "labelControl15";
            this.labelControl15.Size = new System.Drawing.Size(15, 13);
            this.labelControl15.TabIndex = 22;
            this.labelControl15.Text = "     ";
            // 
            // labelControl16
            // 
            this.labelControl16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl16.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl16.Appearance.Options.UseForeColor = true;
            this.labelControl16.Appearance.Options.UseTextOptions = true;
            this.labelControl16.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl16.Location = new System.Drawing.Point(691, 137);
            this.labelControl16.Name = "labelControl16";
            this.labelControl16.Size = new System.Drawing.Size(82, 13);
            this.labelControl16.TabIndex = 21;
            this.labelControl16.Text = "Overboost limiter";
            this.labelControl16.DoubleClick += new System.EventHandler(this.labelControl16_DoubleClick);
            // 
            // checkEdit4
            // 
            this.checkEdit4.Location = new System.Drawing.Point(14, 120);
            this.checkEdit4.Name = "checkEdit4";
            this.checkEdit4.Properties.Caption = "View in overboost";
            this.checkEdit4.Size = new System.Drawing.Size(150, 18);
            this.checkEdit4.TabIndex = 20;
            this.checkEdit4.CheckedChanged += new System.EventHandler(this.checkEdit4_CheckedChanged);
            // 
            // labelControl13
            // 
            this.labelControl13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl13.Appearance.BackColor = System.Drawing.Color.DarkGray;
            this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl13.Appearance.Options.UseBackColor = true;
            this.labelControl13.Appearance.Options.UseForeColor = true;
            this.labelControl13.Location = new System.Drawing.Point(779, 117);
            this.labelControl13.Name = "labelControl13";
            this.labelControl13.Size = new System.Drawing.Size(15, 13);
            this.labelControl13.TabIndex = 19;
            this.labelControl13.Text = "     ";
            // 
            // labelControl14
            // 
            this.labelControl14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl14.Appearance.Options.UseForeColor = true;
            this.labelControl14.Appearance.Options.UseTextOptions = true;
            this.labelControl14.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl14.Location = new System.Drawing.Point(707, 118);
            this.labelControl14.Name = "labelControl14";
            this.labelControl14.Size = new System.Drawing.Size(66, 13);
            this.labelControl14.TabIndex = 18;
            this.labelControl14.Text = "Fuelcut limiter";
            this.labelControl14.DoubleClick += new System.EventHandler(this.labelControl14_DoubleClick);
            // 
            // labelControl11
            // 
            this.labelControl11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl11.Appearance.BackColor = System.Drawing.Color.SaddleBrown;
            this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl11.Appearance.Options.UseBackColor = true;
            this.labelControl11.Appearance.Options.UseForeColor = true;
            this.labelControl11.Location = new System.Drawing.Point(779, 98);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(15, 13);
            this.labelControl11.TabIndex = 17;
            this.labelControl11.Text = "     ";
            // 
            // labelControl12
            // 
            this.labelControl12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl12.Appearance.Options.UseForeColor = true;
            this.labelControl12.Appearance.Options.UseTextOptions = true;
            this.labelControl12.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl12.Location = new System.Drawing.Point(684, 99);
            this.labelControl12.Name = "labelControl12";
            this.labelControl12.Size = new System.Drawing.Size(89, 13);
            this.labelControl12.TabIndex = 16;
            this.labelControl12.Text = "Gear torque limiter";
            this.labelControl12.DoubleClick += new System.EventHandler(this.labelControl12_DoubleClick);
            // 
            // labelControl10
            // 
            this.labelControl10.Location = new System.Drawing.Point(455, 55);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(17, 13);
            this.labelControl10.TabIndex = 15;
            this.labelControl10.Text = "kPa";
            // 
            // labelControl9
            // 
            this.labelControl9.Location = new System.Drawing.Point(254, 55);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(84, 13);
            this.labelControl9.TabIndex = 14;
            this.labelControl9.Text = "Ambient pressure";
            // 
            // spinEdit1
            // 
            this.spinEdit1.EditValue = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.spinEdit1.Location = new System.Drawing.Point(384, 50);
            this.spinEdit1.Name = "spinEdit1";
            this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit1.Properties.IsFloatValue = false;
            this.spinEdit1.Properties.Mask.EditMask = "N00";
            this.spinEdit1.Properties.MaxValue = new decimal(new int[] {
            150,
            0,
            0,
            0});
            this.spinEdit1.Properties.MinValue = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.spinEdit1.Size = new System.Drawing.Size(65, 20);
            this.spinEdit1.TabIndex = 13;
            this.spinEdit1.EditValueChanged += new System.EventHandler(this.spinEdit1_EditValueChanged);
            // 
            // labelControl7
            // 
            this.labelControl7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl7.Appearance.BackColor = System.Drawing.Color.Black;
            this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl7.Appearance.Options.UseBackColor = true;
            this.labelControl7.Appearance.Options.UseForeColor = true;
            this.labelControl7.Location = new System.Drawing.Point(779, 22);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(15, 13);
            this.labelControl7.TabIndex = 12;
            this.labelControl7.Text = "     ";
            // 
            // labelControl8
            // 
            this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl8.Appearance.Options.UseForeColor = true;
            this.labelControl8.Appearance.Options.UseTextOptions = true;
            this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl8.Location = new System.Drawing.Point(685, 23);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(88, 13);
            this.labelControl8.TabIndex = 11;
            this.labelControl8.Text = "Turbospeed limiter";
            this.labelControl8.DoubleClick += new System.EventHandler(this.labelControl8_DoubleClick);
            // 
            // labelControl4
            // 
            this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl4.Appearance.BackColor = System.Drawing.Color.Yellow;
            this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl4.Appearance.Options.UseBackColor = true;
            this.labelControl4.Appearance.Options.UseForeColor = true;
            this.labelControl4.Location = new System.Drawing.Point(779, 79);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(15, 13);
            this.labelControl4.TabIndex = 10;
            this.labelControl4.Text = "     ";
            // 
            // labelControl5
            // 
            this.labelControl5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl5.Appearance.BackColor = System.Drawing.Color.Purple;
            this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl5.Appearance.Options.UseBackColor = true;
            this.labelControl5.Appearance.Options.UseForeColor = true;
            this.labelControl5.Location = new System.Drawing.Point(779, 60);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(15, 13);
            this.labelControl5.TabIndex = 9;
            this.labelControl5.Text = "     ";
            // 
            // labelControl6
            // 
            this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl6.Appearance.BackColor = System.Drawing.Color.Blue;
            this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl6.Appearance.Options.UseBackColor = true;
            this.labelControl6.Appearance.Options.UseForeColor = true;
            this.labelControl6.Location = new System.Drawing.Point(779, 41);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(15, 13);
            this.labelControl6.TabIndex = 8;
            this.labelControl6.Text = "     ";
            // 
            // labelControl3
            // 
            this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl3.Appearance.Options.UseForeColor = true;
            this.labelControl3.Appearance.Options.UseTextOptions = true;
            this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl3.Location = new System.Drawing.Point(675, 80);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(98, 13);
            this.labelControl3.TabIndex = 7;
            this.labelControl3.Text = "Engine torque limiter";
            this.labelControl3.DoubleClick += new System.EventHandler(this.labelControl3_DoubleClick);
            // 
            // labelControl2
            // 
            this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl2.Appearance.Options.UseForeColor = true;
            this.labelControl2.Appearance.Options.UseTextOptions = true;
            this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl2.Location = new System.Drawing.Point(654, 60);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(119, 13);
            this.labelControl2.TabIndex = 6;
            this.labelControl2.Text = "E85 engine torque limiter";
            this.labelControl2.DoubleClick += new System.EventHandler(this.labelControl2_DoubleClick);
            // 
            // labelControl1
            // 
            this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl1.Appearance.Options.UseForeColor = true;
            this.labelControl1.Appearance.Options.UseTextOptions = true;
            this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl1.Location = new System.Drawing.Point(705, 42);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(68, 13);
            this.labelControl1.TabIndex = 5;
            this.labelControl1.Text = "Airmass limiter";
            this.labelControl1.DoubleClick += new System.EventHandler(this.labelControl1_DoubleClick);
            // 
            // comboBoxEdit2
            // 
            this.comboBoxEdit2.EditValue = "Show airmass";
            this.comboBoxEdit2.Location = new System.Drawing.Point(254, 76);
            this.comboBoxEdit2.Name = "comboBoxEdit2";
            this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit2.Properties.Items.AddRange(new object[] {
            "Show airmass",
            "Show estimated torque",
            "Show estimated horsepower",
            "Show injector DC",
            "Show target lambda",
            "Show target AFR",
            "Show estimated EGT"});
            this.comboBoxEdit2.Size = new System.Drawing.Size(195, 20);
            this.comboBoxEdit2.TabIndex = 4;
            this.comboBoxEdit2.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit2_SelectedIndexChanged);
            // 
            // comboBoxEdit1
            // 
            this.comboBoxEdit1.EditValue = "Fifth gear";
            this.comboBoxEdit1.Location = new System.Drawing.Point(254, 104);
            this.comboBoxEdit1.Name = "comboBoxEdit1";
            this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
            "Reverse",
            "First gear",
            "Second gear",
            "Third gear",
            "Fourth gear",
            "Fifth gear"});
            this.comboBoxEdit1.Size = new System.Drawing.Size(195, 20);
            this.comboBoxEdit1.TabIndex = 3;
            this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
            // 
            // checkEdit3
            // 
            this.checkEdit3.Location = new System.Drawing.Point(14, 95);
            this.checkEdit3.Name = "checkEdit3";
            this.checkEdit3.Properties.Caption = "Car is a convertible";
            this.checkEdit3.Size = new System.Drawing.Size(150, 18);
            this.checkEdit3.TabIndex = 2;
            this.checkEdit3.CheckedChanged += new System.EventHandler(this.checkEdit3_CheckedChanged);
            // 
            // checkEdit2
            // 
            this.checkEdit2.Location = new System.Drawing.Point(14, 69);
            this.checkEdit2.Name = "checkEdit2";
            this.checkEdit2.Properties.Caption = "Car runs E85";
            this.checkEdit2.Size = new System.Drawing.Size(150, 18);
            this.checkEdit2.TabIndex = 1;
            this.checkEdit2.CheckedChanged += new System.EventHandler(this.checkEdit2_CheckedChanged);
            // 
            // checkEdit1
            // 
            this.checkEdit1.Location = new System.Drawing.Point(14, 43);
            this.checkEdit1.Name = "checkEdit1";
            this.checkEdit1.Properties.Caption = "Car has automatic gearbox";
            this.checkEdit1.Size = new System.Drawing.Size(177, 18);
            this.checkEdit1.TabIndex = 0;
            this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
            // 
            // simpleButton1
            // 
            this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton1.Location = new System.Drawing.Point(740, 580);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(75, 23);
            this.simpleButton1.TabIndex = 2;
            this.simpleButton1.Text = "Close";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // simpleButton2
            // 
            this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton2.Location = new System.Drawing.Point(659, 580);
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Size = new System.Drawing.Size(75, 23);
            this.simpleButton2.TabIndex = 3;
            this.simpleButton2.Text = "Refresh";
            this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
            // 
            // simpleButton3
            // 
            this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.simpleButton3.Location = new System.Drawing.Point(12, 580);
            this.simpleButton3.Name = "simpleButton3";
            this.simpleButton3.Size = new System.Drawing.Size(147, 23);
            this.simpleButton3.TabIndex = 4;
            this.simpleButton3.Text = "Compare to another file";
            this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
            // 
            // frmAirmassResult
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(827, 615);
            this.Controls.Add(this.simpleButton3);
            this.Controls.Add(this.simpleButton2);
            this.Controls.Add(this.simpleButton1);
            this.Controls.Add(this.groupControl2);
            this.Controls.Add(this.groupControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmAirmassResult";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Airmass result";
            this.TopMost = true;
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.tabCompressormap.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            this.groupControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
            this.ResumeLayout(false);

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

            //
            // panel1
            //
            this.panel1.Location = new System.Drawing.Point(1272, 1);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(373, 103);
            this.panel1.TabIndex = 64;
            //
            // splitContainer1
            //
            this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location    = new System.Drawing.Point(0, 106);
            this.splitContainer1.Name        = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            //
            // splitContainer1.Panel1
            //
            this.splitContainer1.Panel1.Controls.Add(this.label2);
            this.splitContainer1.Panel1.Controls.Add(this.label1);
            //
            // splitContainer1.Panel2
            //
            this.splitContainer1.Panel2.Controls.Add(this.chartControl4);
            this.splitContainer1.Panel2.Controls.Add(this.chartControl3);
            this.splitContainer1.Panel2.Controls.Add(this.chartControl2);
            this.splitContainer1.Panel2.Controls.Add(this.chartControl1);
            this.splitContainer1.Panel2.Controls.Add(this.axfpSpread);
            this.splitContainer1.Panel2.Controls.Add(this.chartControl);
            this.splitContainer1.Size             = new System.Drawing.Size(1904, 948);
            this.splitContainer1.SplitterDistance = 46;
            this.splitContainer1.TabIndex         = 15;
            //
            // label2
            //
            this.label2.BackColor = System.Drawing.Color.Teal;
            this.label2.Font      = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ForeColor = System.Drawing.Color.White;
            this.label2.Location  = new System.Drawing.Point(1272, 14);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(170, 32);
            this.label2.TabIndex  = 1;
            this.label2.Text      = "Defective Weekly";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // label1
            //
            this.label1.BackColor = System.Drawing.Color.Teal;
            this.label1.Font      = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location  = new System.Drawing.Point(3, 14);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(170, 32);
            this.label1.TabIndex  = 0;
            this.label1.Text      = "Defective Daily";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // chartControl4
            //
            this.chartControl4.DataBindings             = null;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl4.Diagram     = xyDiagram1;
            this.chartControl4.Legend.Name = "Default Legend";
            this.chartControl4.Location    = new System.Drawing.Point(1590, 457);
            this.chartControl4.Name        = "chartControl4";
            series1.Name = "Series 1";
            series2.Name = "Series 2";
            series2.View = splineSeriesView1;
            this.chartControl4.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
                series1,
                series2
            };
            this.chartControl4.Size     = new System.Drawing.Size(305, 430);
            this.chartControl4.TabIndex = 5;
            chartTitle1.Text            = "Factory 4";
            this.chartControl4.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
                chartTitle1
            });
            //
            // chartControl3
            //
            this.chartControl3.DataBindings             = null;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl3.Diagram     = xyDiagram2;
            this.chartControl3.Legend.Name = "Default Legend";
            this.chartControl3.Location    = new System.Drawing.Point(1274, 457);
            this.chartControl3.Name        = "chartControl3";
            series3.Name = "Series 1";
            series4.Name = "Series 2";
            series4.View = splineSeriesView2;
            this.chartControl3.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
                series3,
                series4
            };
            this.chartControl3.Size     = new System.Drawing.Size(305, 430);
            this.chartControl3.TabIndex = 4;
            chartTitle2.Text            = "Factory 3";
            this.chartControl3.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
                chartTitle2
            });
            //
            // chartControl2
            //
            this.chartControl2.DataBindings             = null;
            xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl2.Diagram     = xyDiagram3;
            this.chartControl2.Legend.Name = "Default Legend";
            this.chartControl2.Location    = new System.Drawing.Point(1591, 8);
            this.chartControl2.Name        = "chartControl2";
            series5.Name = "Series 1";
            series6.Name = "Series 2";
            series6.View = splineSeriesView3;
            this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
                series5,
                series6
            };
            this.chartControl2.Size     = new System.Drawing.Size(305, 430);
            this.chartControl2.TabIndex = 3;
            chartTitle3.Text            = "Factory 2";
            this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
                chartTitle3
            });
            //
            // chartControl1
            //
            this.chartControl1.DataBindings             = null;
            xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl1.Diagram     = xyDiagram4;
            this.chartControl1.Legend.Name = "Default Legend";
            this.chartControl1.Location    = new System.Drawing.Point(1273, 6);
            this.chartControl1.Name        = "chartControl1";
            series7.Name = "Series 1";
            series8.Name = "Series 2";
            series8.View = splineSeriesView4;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
                series7,
                series8
            };
            this.chartControl1.Size     = new System.Drawing.Size(305, 430);
            this.chartControl1.TabIndex = 2;
            chartTitle4.Text            = "Factory 1";
            this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
                chartTitle4
            });
            //
            // axfpSpread
            //
            this.axfpSpread.DataSource = null;
            this.axfpSpread.Location   = new System.Drawing.Point(3, 594);
            this.axfpSpread.Name       = "axfpSpread";
            this.axfpSpread.OcxState   = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axfpSpread.OcxState")));
            this.axfpSpread.Size       = new System.Drawing.Size(1266, 314);
            this.axfpSpread.TabIndex   = 1;
            //
            // chartControl
            //
            this.chartControl.DataBindings = null;
            xyDiagram5.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram5.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl.Diagram     = xyDiagram5;
            this.chartControl.Legend.Name = "Default Legend";
            this.chartControl.Location    = new System.Drawing.Point(4, 8);
            this.chartControl.Name        = "chartControl";
            series9.Name = "Series 1";
            sideBySideBarSeriesView1.ColorEach = true;
            series9.View  = sideBySideBarSeriesView1;
            series10.Name = "Series 2";
            series10.View = splineSeriesView5;
            this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
                series9,
                series10
            };
            this.chartControl.Size     = new System.Drawing.Size(1265, 561);
            this.chartControl.TabIndex = 0;
            //
            // tmr_Load
            //
            this.tmr_Load.Interval = 1000;
            this.tmr_Load.Tick    += new System.EventHandler(this.tmr_Load_Tick);
            //
            // FRM_SMT_B_EXT_OSD
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(1904, 1054);
            this.Controls.Add(this.splitContainer1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name            = "FRM_SMT_B_EXT_OSD";
            this.Load           += new System.EventHandler(this.FORM_SMT_B_PROD_MONTHLY_Load);
            this.VisibleChanged += new System.EventHandler(this.FORM_SMT_B_EXTERNAL_OSD_VisibleChanged);
            this.Controls.SetChildIndex(this.splitContainer1, 0);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.axfpSpread)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
            this.ResumeLayout(false);
        }
Esempio n. 29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange1            = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
     DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange2            = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
     DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange3            = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView1         = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle1               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram2                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY2           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView2  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView2         = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle2               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram3                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY3           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series5                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView3  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series6                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView3         = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle3               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram4                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY4           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series7                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView4  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series8                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView4         = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle4               = new DevExpress.XtraCharts.ChartTitle();
     this.panel1       = new System.Windows.Forms.Panel();
     this.pnYMD        = new System.Windows.Forms.Panel();
     this.lblDate      = new System.Windows.Forms.Label();
     this.lbltitle     = new System.Windows.Forms.Label();
     this.tmr          = new System.Windows.Forms.Timer(this.components);
     this.tblMain      = new System.Windows.Forms.TableLayoutPanel();
     this.pnGauge      = new System.Windows.Forms.Panel();
     this.gaugeProd    = new DevExpress.XtraGauges.Win.GaugeControl();
     this.lblYellow    = new System.Windows.Forms.Label();
     this.lblGreen     = new System.Windows.Forms.Label();
     this.lblRed       = new System.Windows.Forms.Label();
     this.lblTitleProd = new System.Windows.Forms.Label();
     this.cGauge1      = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge();
     this.arcScaleBackgroundLayerComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent();
     this.arcScale = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
     this.arcScaleNeedleComponent1     = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponent();
     this.arcScaleSpindleCapComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleSpindleCapComponent();
     this.chartUPC  = new DevExpress.XtraCharts.ChartControl();
     this.tblMain2  = new System.Windows.Forms.TableLayoutPanel();
     this.chartUPS3 = new DevExpress.XtraCharts.ChartControl();
     this.chartUPS2 = new DevExpress.XtraCharts.ChartControl();
     this.chartUPS1 = new DevExpress.XtraCharts.ChartControl();
     this.panel1.SuspendLayout();
     this.tblMain.SuspendLayout();
     this.pnGauge.SuspendLayout();
     this.gaugeProd.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cGauge1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScale)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleNeedleComponent1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleSpindleCapComponent1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPC)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     this.tblMain2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPS3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPS2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPS1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor             = System.Drawing.Color.DarkTurquoise;
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.panel1.Controls.Add(this.pnYMD);
     this.panel1.Controls.Add(this.lblDate);
     this.panel1.Controls.Add(this.lbltitle);
     this.panel1.Dock        = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location    = new System.Drawing.Point(0, 0);
     this.panel1.MaximumSize = new System.Drawing.Size(1920, 109);
     this.panel1.MinimumSize = new System.Drawing.Size(1920, 109);
     this.panel1.Name        = "panel1";
     this.panel1.Size        = new System.Drawing.Size(1920, 109);
     this.panel1.TabIndex    = 4;
     //
     // pnYMD
     //
     this.pnYMD.Location = new System.Drawing.Point(1183, 3);
     this.pnYMD.Name     = "pnYMD";
     this.pnYMD.Size     = new System.Drawing.Size(450, 96);
     this.pnYMD.TabIndex = 52;
     //
     // lblDate
     //
     this.lblDate.BackColor  = System.Drawing.Color.DarkTurquoise;
     this.lblDate.Dock       = System.Windows.Forms.DockStyle.Right;
     this.lblDate.Font       = new System.Drawing.Font("Calibri", 32.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDate.ForeColor  = System.Drawing.Color.White;
     this.lblDate.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.lblDate.Location   = new System.Drawing.Point(1639, 0);
     this.lblDate.Name       = "lblDate";
     this.lblDate.Size       = new System.Drawing.Size(281, 109);
     this.lblDate.TabIndex   = 49;
     this.lblDate.Text       = "lblDate";
     this.lblDate.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lbltitle
     //
     this.lbltitle.BackColor    = System.Drawing.Color.DarkTurquoise;
     this.lbltitle.Dock         = System.Windows.Forms.DockStyle.Left;
     this.lbltitle.Font         = new System.Drawing.Font("Calibri", 62.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbltitle.ForeColor    = System.Drawing.Color.White;
     this.lbltitle.Location     = new System.Drawing.Point(0, 0);
     this.lbltitle.Name         = "lbltitle";
     this.lbltitle.Size         = new System.Drawing.Size(1920, 109);
     this.lbltitle.TabIndex     = 0;
     this.lbltitle.Text         = "Production Status by Week";
     this.lbltitle.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.lbltitle.DoubleClick += new System.EventHandler(this.lbltitle_DoubleClick);
     //
     // tmr
     //
     this.tmr.Enabled  = true;
     this.tmr.Interval = 1000;
     this.tmr.Tick    += new System.EventHandler(this.tmr_Tick);
     //
     // tblMain
     //
     this.tblMain.ColumnCount = 2;
     this.tblMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tblMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tblMain.Controls.Add(this.pnGauge, 0, 0);
     this.tblMain.Controls.Add(this.chartUPC, 0, 0);
     this.tblMain.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tblMain.Location = new System.Drawing.Point(0, 109);
     this.tblMain.Name     = "tblMain";
     this.tblMain.RowCount = 1;
     this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 440F));
     this.tblMain.Size     = new System.Drawing.Size(1904, 440);
     this.tblMain.TabIndex = 5;
     //
     // pnGauge
     //
     this.pnGauge.Controls.Add(this.gaugeProd);
     this.pnGauge.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnGauge.Location = new System.Drawing.Point(955, 3);
     this.pnGauge.Name     = "pnGauge";
     this.pnGauge.Size     = new System.Drawing.Size(946, 434);
     this.pnGauge.TabIndex = 4;
     //
     // gaugeProd
     //
     this.gaugeProd.AutoLayout = false;
     this.gaugeProd.Controls.Add(this.lblYellow);
     this.gaugeProd.Controls.Add(this.lblGreen);
     this.gaugeProd.Controls.Add(this.lblRed);
     this.gaugeProd.Controls.Add(this.lblTitleProd);
     this.gaugeProd.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gaugeProd.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
         this.cGauge1
     });
     this.gaugeProd.Location = new System.Drawing.Point(0, 0);
     this.gaugeProd.Name     = "gaugeProd";
     this.gaugeProd.Size     = new System.Drawing.Size(946, 434);
     this.gaugeProd.TabIndex = 0;
     //
     // lblYellow
     //
     this.lblYellow.BackColor = System.Drawing.Color.Yellow;
     this.lblYellow.Font      = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
     this.lblYellow.Location  = new System.Drawing.Point(723, 3);
     this.lblYellow.Name      = "lblYellow";
     this.lblYellow.Size      = new System.Drawing.Size(134, 51);
     this.lblYellow.TabIndex  = 8;
     this.lblYellow.Text      = "95% ~ 98%";
     this.lblYellow.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblGreen
     //
     this.lblGreen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.lblGreen.Font      = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
     this.lblGreen.ForeColor = System.Drawing.Color.White;
     this.lblGreen.Location  = new System.Drawing.Point(863, 3);
     this.lblGreen.Name      = "lblGreen";
     this.lblGreen.Size      = new System.Drawing.Size(76, 51);
     this.lblGreen.TabIndex  = 9;
     this.lblGreen.Text      = ">98%";
     this.lblGreen.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblRed
     //
     this.lblRed.BackColor = System.Drawing.Color.Red;
     this.lblRed.Font      = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
     this.lblRed.ForeColor = System.Drawing.Color.White;
     this.lblRed.Location  = new System.Drawing.Point(641, 3);
     this.lblRed.Name      = "lblRed";
     this.lblRed.Size      = new System.Drawing.Size(76, 51);
     this.lblRed.TabIndex  = 6;
     this.lblRed.Text      = "<95%";
     this.lblRed.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblTitleProd
     //
     this.lblTitleProd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.lblTitleProd.Font      = new System.Drawing.Font("Calibri", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitleProd.Location  = new System.Drawing.Point(7, 3);
     this.lblTitleProd.Name      = "lblTitleProd";
     this.lblTitleProd.Size      = new System.Drawing.Size(628, 51);
     this.lblTitleProd.TabIndex  = 7;
     this.lblTitleProd.Text      = "Weekly Assembly Production Average";
     this.lblTitleProd.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cGauge1
     //
     this.cGauge1.BackgroundLayers.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent[] {
         this.arcScaleBackgroundLayerComponent1
     });
     this.cGauge1.Bounds = new System.Drawing.Rectangle(6, 60, 934, 394);
     this.cGauge1.Name   = "cGauge1";
     this.cGauge1.Needles.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponent[] {
         this.arcScaleNeedleComponent1
     });
     this.cGauge1.Scales.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent[] {
         this.arcScale
     });
     this.cGauge1.SpindleCaps.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleSpindleCapComponent[] {
         this.arcScaleSpindleCapComponent1
     });
     //
     // arcScaleBackgroundLayerComponent1
     //
     this.arcScaleBackgroundLayerComponent1.ArcScale       = this.arcScale;
     this.arcScaleBackgroundLayerComponent1.Name           = "bg1";
     this.arcScaleBackgroundLayerComponent1.ScaleCenterPos = new DevExpress.XtraGauges.Core.Base.PointF2D(0.5F, 0.815F);
     this.arcScaleBackgroundLayerComponent1.ShapeType      = DevExpress.XtraGauges.Core.Model.BackgroundLayerShapeType.CircularHalf_Style3;
     this.arcScaleBackgroundLayerComponent1.Size           = new System.Drawing.SizeF(244F, 152F);
     this.arcScaleBackgroundLayerComponent1.ZOrder         = 1000;
     //
     // arcScale
     //
     this.arcScale.AppearanceMajorTickmark.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScale.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScale.AppearanceMinorTickmark.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScale.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScale.AppearanceTickmarkText.Font          = new System.Drawing.Font("Tahoma", 12F);
     this.arcScale.AppearanceTickmarkText.TextBrush     = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#FF8000");
     this.arcScale.Center                        = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 165F);
     this.arcScale.EndAngle                      = 0F;
     this.arcScale.MajorTickCount                = 7;
     this.arcScale.MajorTickmark.FormatString    = "{0:F0}";
     this.arcScale.MajorTickmark.ShapeType       = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style3_4;
     this.arcScale.MajorTickmark.TextOffset      = -18F;
     this.arcScale.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
     this.arcScale.MaxValue                      = 100F;
     this.arcScale.MinorTickCount                = 4;
     this.arcScale.MinorTickmark.ShapeType       = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style3_3;
     this.arcScale.MinValue                      = 90F;
     this.arcScale.Name    = "scale1";
     this.arcScale.RadiusX = 104F;
     this.arcScale.RadiusY = 104F;
     arcScaleRange1.AppearanceRange.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Red");
     arcScaleRange1.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Red");
     arcScaleRange1.EndThickness   = 5F;
     arcScaleRange1.EndValue       = 95F;
     arcScaleRange1.Name           = "Range0";
     arcScaleRange1.ShapeOffset    = 0F;
     arcScaleRange1.StartThickness = 5F;
     arcScaleRange1.StartValue     = 90F;
     arcScaleRange2.AppearanceRange.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Yellow");
     arcScaleRange2.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Yellow");
     arcScaleRange2.EndThickness   = 5F;
     arcScaleRange2.EndValue       = 98F;
     arcScaleRange2.Name           = "Range1";
     arcScaleRange2.ShapeOffset    = 0F;
     arcScaleRange2.StartThickness = 5F;
     arcScaleRange2.StartValue     = 95F;
     arcScaleRange3.AppearanceRange.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#00C000");
     arcScaleRange3.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#00C000");
     arcScaleRange3.EndThickness   = 5F;
     arcScaleRange3.EndValue       = 100F;
     arcScaleRange3.Name           = "Range2";
     arcScaleRange3.ShapeOffset    = 0F;
     arcScaleRange3.StartThickness = 5F;
     arcScaleRange3.StartValue     = 98F;
     this.arcScale.Ranges.AddRange(new DevExpress.XtraGauges.Core.Model.IRange[] {
         arcScaleRange1,
         arcScaleRange2,
         arcScaleRange3
     });
     this.arcScale.StartAngle = -180F;
     this.arcScale.Value      = 90F;
     //
     // arcScaleNeedleComponent1
     //
     this.arcScaleNeedleComponent1.ArcScale  = this.arcScale;
     this.arcScaleNeedleComponent1.EndOffset = -8F;
     this.arcScaleNeedleComponent1.Name      = "needle1";
     this.arcScaleNeedleComponent1.ShapeType = DevExpress.XtraGauges.Core.Model.NeedleShapeType.CircularFull_Style6;
     this.arcScaleNeedleComponent1.ZOrder    = -50;
     //
     // arcScaleSpindleCapComponent1
     //
     this.arcScaleSpindleCapComponent1.ArcScale  = this.arcScale;
     this.arcScaleSpindleCapComponent1.Name      = "cap1";
     this.arcScaleSpindleCapComponent1.ShapeType = DevExpress.XtraGauges.Core.Model.SpindleCapShapeType.CircularFull_Style3;
     this.arcScaleSpindleCapComponent1.ZOrder    = -100;
     //
     // chartUPC
     //
     this.chartUPC.AnimationStartMode            = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartUPC.DataBindings                  = null;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Title.Text                 = "Production (Prs)";
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     secondaryAxisY1.AxisID = 0;
     secondaryAxisY1.Name   = "Secondary AxisY 1";
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartUPC.Diagram              = xyDiagram1;
     this.chartUPC.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.chartUPC.Legend.Name          = "Default Legend";
     this.chartUPC.Location             = new System.Drawing.Point(3, 3);
     this.chartUPC.Name                 = "chartUPC";
     sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     series1.Label                      = sideBySideBarSeriesLabel1;
     series1.LabelsVisibility           = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                       = "Stitching 1";
     sideBySideBarSeriesView1.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80)))));
     series1.View                       = sideBySideBarSeriesView1;
     series2.LabelsVisibility           = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                       = "Target";
     splineSeriesView1.AxisYName        = "Secondary AxisY 1";
     splineSeriesView1.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(48)))), ((int)(((byte)(160)))));
     splineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
     series2.View                       = splineSeriesView1;
     this.chartUPC.SeriesSerializable   = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartUPC.Size     = new System.Drawing.Size(946, 434);
     this.chartUPC.TabIndex = 0;
     chartTitle1.Text       = "Cutting";
     this.chartUPC.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chartUPC.CustomDrawAxisLabel += new DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler(this.chart_CustomDrawAxisLabel);
     //
     // tblMain2
     //
     this.tblMain2.ColumnCount = 3;
     this.tblMain2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tblMain2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tblMain2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tblMain2.Controls.Add(this.chartUPS3, 0, 0);
     this.tblMain2.Controls.Add(this.chartUPS2, 0, 0);
     this.tblMain2.Controls.Add(this.chartUPS1, 0, 0);
     this.tblMain2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tblMain2.Location = new System.Drawing.Point(0, 549);
     this.tblMain2.Name     = "tblMain2";
     this.tblMain2.RowCount = 1;
     this.tblMain2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tblMain2.Size     = new System.Drawing.Size(1904, 480);
     this.tblMain2.TabIndex = 6;
     //
     // chartUPS3
     //
     this.chartUPS3.AnimationStartMode           = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartUPS3.DataBindings                 = null;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Title.Text                 = "Production (Prs)";
     xyDiagram2.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     secondaryAxisY2.AxisID = 0;
     secondaryAxisY2.Name   = "Secondary AxisY 1";
     secondaryAxisY2.VisibleInPanesSerializable = "-1";
     xyDiagram2.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY2
     });
     this.chartUPS3.Diagram             = xyDiagram2;
     this.chartUPS3.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.chartUPS3.Legend.Name         = "Default Legend";
     this.chartUPS3.Location            = new System.Drawing.Point(1271, 3);
     this.chartUPS3.Name                = "chartUPS3";
     sideBySideBarSeriesLabel2.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     series3.Label                      = sideBySideBarSeriesLabel2;
     series3.LabelsVisibility           = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                       = "Stitching 1";
     sideBySideBarSeriesView2.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80)))));
     series3.View                       = sideBySideBarSeriesView2;
     series4.LabelsVisibility           = DevExpress.Utils.DefaultBoolean.True;
     series4.Name                       = "Target";
     splineSeriesView2.AxisYName        = "Secondary AxisY 1";
     splineSeriesView2.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(48)))), ((int)(((byte)(160)))));
     splineSeriesView2.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
     series4.View                       = splineSeriesView2;
     this.chartUPS3.SeriesSerializable  = new DevExpress.XtraCharts.Series[] {
         series3,
         series4
     };
     this.chartUPS3.Size     = new System.Drawing.Size(630, 474);
     this.chartUPS3.TabIndex = 4;
     chartTitle2.Text        = "Stitching 3";
     this.chartUPS3.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     this.chartUPS3.CustomDrawAxisLabel += new DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler(this.chart_CustomDrawAxisLabel);
     //
     // chartUPS2
     //
     this.chartUPS2.AnimationStartMode           = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartUPS2.DataBindings                 = null;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram3.AxisY.Title.Text                 = "Production (Prs)";
     xyDiagram3.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     secondaryAxisY3.AxisID = 0;
     secondaryAxisY3.Name   = "Secondary AxisY 1";
     secondaryAxisY3.VisibleInPanesSerializable = "-1";
     xyDiagram3.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY3
     });
     this.chartUPS2.Diagram             = xyDiagram3;
     this.chartUPS2.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.chartUPS2.Legend.Name         = "Default Legend";
     this.chartUPS2.Location            = new System.Drawing.Point(637, 3);
     this.chartUPS2.Name                = "chartUPS2";
     sideBySideBarSeriesLabel3.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     series5.Label                      = sideBySideBarSeriesLabel3;
     series5.LabelsVisibility           = DevExpress.Utils.DefaultBoolean.True;
     series5.Name                       = "Stitching 1";
     sideBySideBarSeriesView3.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80)))));
     series5.View                       = sideBySideBarSeriesView3;
     series6.LabelsVisibility           = DevExpress.Utils.DefaultBoolean.True;
     series6.Name                       = "Target";
     splineSeriesView3.AxisYName        = "Secondary AxisY 1";
     splineSeriesView3.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(48)))), ((int)(((byte)(160)))));
     splineSeriesView3.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
     series6.View                       = splineSeriesView3;
     this.chartUPS2.SeriesSerializable  = new DevExpress.XtraCharts.Series[] {
         series5,
         series6
     };
     this.chartUPS2.Size     = new System.Drawing.Size(628, 474);
     this.chartUPS2.TabIndex = 3;
     chartTitle3.Text        = "Stitching 2";
     this.chartUPS2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle3
     });
     this.chartUPS2.CustomDrawAxisLabel += new DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler(this.chart_CustomDrawAxisLabel);
     //
     // chartUPS1
     //
     this.chartUPS1.AnimationStartMode           = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartUPS1.DataBindings                 = null;
     xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram4.AxisY.Title.Text                 = "Production (Prs)";
     xyDiagram4.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
     secondaryAxisY4.AxisID = 0;
     secondaryAxisY4.Name   = "Secondary AxisY 1";
     secondaryAxisY4.VisibleInPanesSerializable = "-1";
     xyDiagram4.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY4
     });
     this.chartUPS1.Diagram             = xyDiagram4;
     this.chartUPS1.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.chartUPS1.Legend.Name         = "Default Legend";
     this.chartUPS1.Location            = new System.Drawing.Point(3, 3);
     this.chartUPS1.Name                = "chartUPS1";
     sideBySideBarSeriesLabel4.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     series7.Label                      = sideBySideBarSeriesLabel4;
     series7.LabelsVisibility           = DevExpress.Utils.DefaultBoolean.True;
     series7.Name                       = "Stitching 1";
     sideBySideBarSeriesView4.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80)))));
     series7.View                       = sideBySideBarSeriesView4;
     series8.LabelsVisibility           = DevExpress.Utils.DefaultBoolean.True;
     series8.Name                       = "Target";
     splineSeriesView4.AxisYName        = "Secondary AxisY 1";
     splineSeriesView4.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(48)))), ((int)(((byte)(160)))));
     splineSeriesView4.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
     series8.View                       = splineSeriesView4;
     this.chartUPS1.SeriesSerializable  = new DevExpress.XtraCharts.Series[] {
         series7,
         series8
     };
     this.chartUPS1.Size     = new System.Drawing.Size(628, 474);
     this.chartUPS1.TabIndex = 2;
     chartTitle4.Text        = "Stitching 1";
     this.chartUPS1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle4
     });
     this.chartUPS1.CustomDrawAxisLabel += new DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler(this.chart_CustomDrawAxisLabel);
     //
     // FRM_PROD_STATUS_WEEKLY_V2
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(1904, 1041);
     this.Controls.Add(this.tblMain2);
     this.Controls.Add(this.tblMain);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FRM_PROD_STATUS_WEEKLY_V2";
     this.Text            = "FRM_PROD_STATUS_WEEKLY_V2";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.FRM_PROD_STATUS_DAILY_Load);
     this.VisibleChanged += new System.EventHandler(this.FRM_PROD_STATUS_DAILY_VisibleChanged);
     this.panel1.ResumeLayout(false);
     this.tblMain.ResumeLayout(false);
     this.pnGauge.ResumeLayout(false);
     this.gaugeProd.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cGauge1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScale)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleNeedleComponent1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleSpindleCapComponent1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPC)).EndInit();
     this.tblMain2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPS3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPS2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPS1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 30
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series3           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView4 = new DevExpress.XtraCharts.SplineSeriesView();
     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)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.AppearanceNameSerializable = "The Trees";
     xyDiagram1.AxisX.VisibleInPanesSerializable   = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable   = "-1";
     xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.chartControl1.Diagram       = xyDiagram1;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl1.Location    = new System.Drawing.Point(0, 0);
     this.chartControl1.Name        = "chartControl1";
     series1.LabelsVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series1.Name = "空腹血糖";
     splineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.View                          = splineSeriesView1;
     series2.LabelsVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                          = "餐后血糖";
     splineSeriesView2.MarkerVisibility    = DevExpress.Utils.DefaultBoolean.True;
     series2.View                          = splineSeriesView2;
     series3.LabelsVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                          = "ogtt餐后两小时血糖";
     splineSeriesView3.MarkerVisibility    = DevExpress.Utils.DefaultBoolean.True;
     series3.View                          = splineSeriesView3;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartControl1.SeriesTemplate.View = splineSeriesView4;
     this.chartControl1.Size     = new System.Drawing.Size(605, 197);
     this.chartControl1.TabIndex = 0;
     //
     // chartPanlControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Name = "chartPanlControl";
     this.Size = new System.Drawing.Size(608, 314);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.ConstantLine constantLine11 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.XYDiagramPane xyDiagramPane5 = new DevExpress.XtraCharts.XYDiagramPane();
			DevExpress.XtraCharts.XYDiagramPane xyDiagramPane6 = new DevExpress.XtraCharts.XYDiagramPane();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY11 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.ConstantLine constantLine12 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY12 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.ConstantLine constantLine13 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY13 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.ConstantLine constantLine14 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY14 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.ConstantLine constantLine15 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.CustomAxisLabel customAxisLabel11 = new DevExpress.XtraCharts.CustomAxisLabel();
			DevExpress.XtraCharts.CustomAxisLabel customAxisLabel12 = new DevExpress.XtraCharts.CustomAxisLabel();
			DevExpress.XtraCharts.CustomAxisLabel customAxisLabel13 = new DevExpress.XtraCharts.CustomAxisLabel();
			DevExpress.XtraCharts.CustomAxisLabel customAxisLabel14 = new DevExpress.XtraCharts.CustomAxisLabel();
			DevExpress.XtraCharts.CustomAxisLabel customAxisLabel15 = new DevExpress.XtraCharts.CustomAxisLabel();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY15 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.Series series13 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel15 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.AreaSeriesView areaSeriesView7 = new DevExpress.XtraCharts.AreaSeriesView();
			DevExpress.XtraCharts.PolygonGradientFillOptions polygonGradientFillOptions3 = new DevExpress.XtraCharts.PolygonGradientFillOptions();
			DevExpress.XtraCharts.Series series14 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel16 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SplineSeriesView splineSeriesView7 = new DevExpress.XtraCharts.SplineSeriesView();
			DevExpress.XtraCharts.Series series15 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel17 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.AreaSeriesView areaSeriesView8 = new DevExpress.XtraCharts.AreaSeriesView();
			DevExpress.XtraCharts.Series series16 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel18 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SplineSeriesView splineSeriesView8 = new DevExpress.XtraCharts.SplineSeriesView();
			DevExpress.XtraCharts.Series series17 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel19 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SplineSeriesView splineSeriesView9 = new DevExpress.XtraCharts.SplineSeriesView();
			DevExpress.XtraCharts.Series series18 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel20 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.PointSeriesView pointSeriesView3 = new DevExpress.XtraCharts.PointSeriesView();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel21 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.AreaSeriesView areaSeriesView9 = new DevExpress.XtraCharts.AreaSeriesView();
			this.bindingSourceStampValue = new System.Windows.Forms.BindingSource(this.components);
			this.chartControl = new DevExpress.XtraCharts.ChartControl();
			this.bindingSourceReading = new System.Windows.Forms.BindingSource(this.components);
			this.groupControl = new DevExpress.XtraEditors.GroupControl();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceStampValue)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagramPane6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY11)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY12)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY13)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY14)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY15)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series13)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView7)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series14)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series15)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView8)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel19)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel20)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel21)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView9)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceReading)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.groupControl)).BeginInit();
			this.groupControl.SuspendLayout();
			this.SuspendLayout();
			// 
			// bindingSourceStampValue
			// 
			this.bindingSourceStampValue.AllowNew = false;
			this.bindingSourceStampValue.DataSource = typeof(Atmo.TimeStampedValue);
			// 
			// chartControl
			// 
			this.chartControl.DataSource = this.bindingSourceReading;
			xyDiagram3.AxisX.DateTimeOptions.Format = DevExpress.XtraCharts.DateTimeFormat.MonthAndDay;
			xyDiagram3.AxisX.DateTimeScaleMode = DevExpress.XtraCharts.DateTimeScaleMode.AutomaticIntegral;
			xyDiagram3.AxisX.GridLines.Visible = true;
			xyDiagram3.AxisX.Label.Staggered = true;
			xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
			xyDiagram3.AxisX.Range.SideMarginsEnabled = false;
			xyDiagram3.AxisX.VisibleInPanesSerializable = "1";
			constantLine11.AxisValueSerializable = "23";
			constantLine11.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
			constantLine11.Name = "current temperature";
			constantLine11.ShowInLegend = false;
			constantLine11.Title.ShowBelowLine = true;
			xyDiagram3.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine11});
			xyDiagram3.AxisY.GridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
			xyDiagram3.AxisY.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.FixedPoint;
			xyDiagram3.AxisY.NumericOptions.Precision = 1;
			xyDiagram3.AxisY.Range.AlwaysShowZeroLevel = false;
			xyDiagram3.AxisY.Range.ScrollingRange.Auto = false;
			xyDiagram3.AxisY.Range.ScrollingRange.MaxValueSerializable = "10.6659343977629";
			xyDiagram3.AxisY.Range.ScrollingRange.MinValueSerializable = "0";
			xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
			xyDiagram3.AxisY.Range.SideMarginsEnabled = false;
			xyDiagram3.AxisY.Tickmarks.Length = 4;
			xyDiagram3.AxisY.Tickmarks.MinorVisible = false;
			xyDiagram3.AxisY.Title.Antialiasing = false;
			xyDiagram3.AxisY.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			xyDiagram3.AxisY.Title.Text = "Temperature";
			xyDiagram3.AxisY.Title.Visible = true;
			xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
			xyDiagram3.PaneDistance = 0;
			xyDiagramPane5.Name = "UserAndPressure";
			xyDiagramPane5.PaneID = 0;
			xyDiagramPane6.Name = "SpeedAndDirection";
			xyDiagramPane6.PaneID = 1;
			xyDiagram3.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
            xyDiagramPane5,
            xyDiagramPane6});
			secondaryAxisY11.AxisID = 0;
			constantLine12.AxisValueSerializable = "0.5";
			constantLine12.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
			constantLine12.Name = "Current Humidity";
			constantLine12.ShowInLegend = false;
			constantLine12.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
			secondaryAxisY11.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine12});
			secondaryAxisY11.GridLines.Visible = true;
			secondaryAxisY11.Name = "Humidity AxisY";
			secondaryAxisY11.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
			secondaryAxisY11.NumericOptions.Precision = 1;
			secondaryAxisY11.Range.AlwaysShowZeroLevel = false;
			secondaryAxisY11.Range.ScrollingRange.Auto = false;
			secondaryAxisY11.Range.ScrollingRange.MaxValueSerializable = "9.72502161975082";
			secondaryAxisY11.Range.ScrollingRange.MinValueSerializable = "1.44583333333333";
			secondaryAxisY11.Range.ScrollingRange.SideMarginsEnabled = false;
			secondaryAxisY11.Range.SideMarginsEnabled = false;
			secondaryAxisY11.Tickmarks.Length = 4;
			secondaryAxisY11.Tickmarks.MinorVisible = false;
			secondaryAxisY11.Title.Antialiasing = false;
			secondaryAxisY11.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			secondaryAxisY11.Title.Text = "Humidity";
			secondaryAxisY11.Title.TextColor = System.Drawing.Color.Black;
			secondaryAxisY11.Title.Visible = true;
			secondaryAxisY11.VisibleInPanesSerializable = "-1";
			secondaryAxisY12.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
			secondaryAxisY12.AxisID = 1;
			constantLine13.AxisValueSerializable = "1";
			constantLine13.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
			constantLine13.Name = "Current Wind Speed";
			constantLine13.ShowInLegend = false;
			constantLine13.Title.ShowBelowLine = true;
			secondaryAxisY12.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine13});
			secondaryAxisY12.GridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
			secondaryAxisY12.GridLines.Visible = true;
			secondaryAxisY12.Name = "Wind Speed AxisY";
			secondaryAxisY12.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.FixedPoint;
			secondaryAxisY12.NumericOptions.Precision = 1;
			secondaryAxisY12.Range.AlwaysShowZeroLevel = false;
			secondaryAxisY12.Range.ScrollingRange.Auto = false;
			secondaryAxisY12.Range.ScrollingRange.MaxValueSerializable = "8.6";
			secondaryAxisY12.Range.ScrollingRange.MinValueSerializable = "1.9";
			secondaryAxisY12.Range.ScrollingRange.SideMarginsEnabled = false;
			secondaryAxisY12.Range.SideMarginsEnabled = false;
			secondaryAxisY12.Tickmarks.Length = 4;
			secondaryAxisY12.Tickmarks.MinorVisible = false;
			secondaryAxisY12.Title.Antialiasing = false;
			secondaryAxisY12.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			secondaryAxisY12.Title.Text = "Wind Speed";
			secondaryAxisY12.Title.TextColor = System.Drawing.Color.Navy;
			secondaryAxisY12.Title.Visible = true;
			secondaryAxisY12.VisibleInPanesSerializable = "1";
			secondaryAxisY13.AxisID = 2;
			constantLine14.AxisValueSerializable = "98500";
			constantLine14.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
			constantLine14.Name = "Current Pressure";
			constantLine14.ShowInLegend = false;
			constantLine14.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
			secondaryAxisY13.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine14});
			secondaryAxisY13.GridLines.Visible = true;
			secondaryAxisY13.Name = "Pressure AxisY";
			secondaryAxisY13.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.FixedPoint;
			secondaryAxisY13.NumericOptions.Precision = 0;
			secondaryAxisY13.Range.AlwaysShowZeroLevel = false;
			secondaryAxisY13.Range.ScrollingRange.Auto = false;
			secondaryAxisY13.Range.ScrollingRange.MaxValueSerializable = "9.57300535348458";
			secondaryAxisY13.Range.ScrollingRange.MinValueSerializable = "0.315893839630503";
			secondaryAxisY13.Range.ScrollingRange.SideMarginsEnabled = false;
			secondaryAxisY13.Range.SideMarginsEnabled = false;
			secondaryAxisY13.Tickmarks.Length = 4;
			secondaryAxisY13.Tickmarks.MinorVisible = false;
			secondaryAxisY13.Title.Antialiasing = false;
			secondaryAxisY13.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			secondaryAxisY13.Title.Text = "Pressure";
			secondaryAxisY13.Title.TextColor = System.Drawing.Color.Black;
			secondaryAxisY13.Title.Visible = true;
			secondaryAxisY13.VisibleInPanesSerializable = "0";
			secondaryAxisY14.AxisID = 3;
			constantLine15.AxisValueSerializable = "180";
			constantLine15.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
			constantLine15.Name = "Current Direction";
			constantLine15.ShowInLegend = false;
			constantLine15.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
			secondaryAxisY14.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine15});
			customAxisLabel11.AxisValueSerializable = "180";
			customAxisLabel11.Name = "S";
			customAxisLabel12.AxisValueSerializable = "360";
			customAxisLabel12.Name = "N";
			customAxisLabel13.AxisValueSerializable = "0";
			customAxisLabel13.Name = "N";
			customAxisLabel14.AxisValueSerializable = "270";
			customAxisLabel14.Name = "W";
			customAxisLabel15.AxisValueSerializable = "90";
			customAxisLabel15.Name = "E";
			secondaryAxisY14.CustomLabels.AddRange(new DevExpress.XtraCharts.CustomAxisLabel[] {
            customAxisLabel11,
            customAxisLabel12,
            customAxisLabel13,
            customAxisLabel14,
            customAxisLabel15});
			secondaryAxisY14.GridLines.Visible = true;
			secondaryAxisY14.Name = "Direction AxisY";
			secondaryAxisY14.Range.AlwaysShowZeroLevel = false;
			secondaryAxisY14.Range.Auto = false;
			secondaryAxisY14.Range.MaxValueSerializable = "360";
			secondaryAxisY14.Range.MinValueSerializable = "0";
			secondaryAxisY14.Range.ScrollingRange.Auto = false;
			secondaryAxisY14.Range.ScrollingRange.MaxValueSerializable = "7";
			secondaryAxisY14.Range.ScrollingRange.MinValueSerializable = "2.9";
			secondaryAxisY14.Range.ScrollingRange.SideMarginsEnabled = false;
			secondaryAxisY14.Range.SideMarginsEnabled = false;
			secondaryAxisY14.Tickmarks.MinorVisible = false;
			secondaryAxisY14.Tickmarks.Thickness = 2;
			secondaryAxisY14.Title.Antialiasing = false;
			secondaryAxisY14.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			secondaryAxisY14.Title.Text = "Direction";
			secondaryAxisY14.Title.TextColor = System.Drawing.Color.Black;
			secondaryAxisY14.Title.Visible = true;
			secondaryAxisY14.VisibleInPanesSerializable = "1";
			secondaryAxisY15.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
			secondaryAxisY15.AxisID = 4;
			secondaryAxisY15.Name = "User";
			secondaryAxisY15.Range.AlwaysShowZeroLevel = false;
			secondaryAxisY15.Range.ScrollingRange.SideMarginsEnabled = true;
			secondaryAxisY15.Range.SideMarginsEnabled = false;
			secondaryAxisY15.Title.Antialiasing = false;
			secondaryAxisY15.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			secondaryAxisY15.Title.Text = "User";
			secondaryAxisY15.Title.TextColor = System.Drawing.Color.Navy;
			secondaryAxisY15.Title.Visible = true;
			secondaryAxisY15.VisibleInPanesSerializable = "0";
			xyDiagram3.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY11,
            secondaryAxisY12,
            secondaryAxisY13,
            secondaryAxisY14,
            secondaryAxisY15});
			this.chartControl.Diagram = xyDiagram3;
			this.chartControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
			this.chartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
			this.chartControl.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
			this.chartControl.Legend.HorizontalIndent = 2;
			this.chartControl.Legend.Padding.Bottom = 1;
			this.chartControl.Legend.Padding.Left = 1;
			this.chartControl.Legend.Padding.Right = 1;
			this.chartControl.Legend.Padding.Top = 1;
			this.chartControl.Legend.TextOffset = 1;
			this.chartControl.Legend.VerticalIndent = 1;
			this.chartControl.Legend.Visible = false;
			this.chartControl.Location = new System.Drawing.Point(2, 22);
			this.chartControl.Name = "chartControl";
			this.chartControl.PaletteBaseColorNumber = 4;
			this.chartControl.PaletteName = "Apex";
			this.chartControl.RefreshDataOnRepaint = false;
			this.chartControl.RuntimeHitTesting = false;
			series13.ArgumentDataMember = "TimeStamp";
			series13.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel15.LineVisible = true;
			pointSeriesLabel15.Visible = false;
			series13.Label = pointSeriesLabel15;
			series13.Name = "Temperature";
			series13.ValueDataMembersSerializable = "TemperatureProperty";
			areaSeriesView7.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(225)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
			areaSeriesView7.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
			polygonGradientFillOptions3.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(0)))), ((int)(((byte)(96)))), ((int)(((byte)(255)))));
			areaSeriesView7.FillStyle.Options = polygonGradientFillOptions3;
			areaSeriesView7.MarkerOptions.Visible = false;
			series13.View = areaSeriesView7;
			series14.ArgumentDataMember = "TimeStamp";
			series14.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel16.LineVisible = true;
			pointSeriesLabel16.Visible = false;
			series14.Label = pointSeriesLabel16;
			series14.Name = "Humidity";
			series14.ValueDataMembersSerializable = "HumidityProperty";
			splineSeriesView7.AxisYName = "Humidity AxisY";
			splineSeriesView7.LineMarkerOptions.Visible = false;
			splineSeriesView7.LineTensionPercent = 25;
			series14.View = splineSeriesView7;
			series15.ArgumentDataMember = "TimeStamp";
			series15.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel17.LineVisible = true;
			pointSeriesLabel17.Visible = false;
			series15.Label = pointSeriesLabel17;
			series15.Name = "Wind Speed";
			series15.ValueDataMembersSerializable = "WindSpeedProperty";
			areaSeriesView8.AxisYName = "Wind Speed AxisY";
			areaSeriesView8.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(96)))), ((int)(((byte)(128)))), ((int)(((byte)(228)))));
			areaSeriesView8.MarkerOptions.Visible = false;
			areaSeriesView8.PaneName = "SpeedAndDirection";
			series15.View = areaSeriesView8;
			series16.ArgumentDataMember = "StampProperty";
			series16.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			series16.DataSource = this.bindingSourceStampValue;
			pointSeriesLabel18.LineVisible = true;
			pointSeriesLabel18.Visible = false;
			series16.Label = pointSeriesLabel18;
			series16.Name = "User";
			series16.ValueDataMembersSerializable = "ValueProperty";
			splineSeriesView8.AxisYName = "User";
			splineSeriesView8.LineMarkerOptions.Visible = false;
			splineSeriesView8.LineTensionPercent = 25;
			splineSeriesView8.PaneName = "UserAndPressure";
			series16.View = splineSeriesView8;
			series17.ArgumentDataMember = "TimeStamp";
			series17.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel19.LineVisible = true;
			pointSeriesLabel19.Visible = false;
			series17.Label = pointSeriesLabel19;
			series17.Name = "Pressure";
			series17.ValueDataMembersSerializable = "PressureProperty";
			splineSeriesView9.AxisYName = "Pressure AxisY";
			splineSeriesView9.Color = System.Drawing.Color.Black;
			splineSeriesView9.LineMarkerOptions.Visible = false;
			splineSeriesView9.LineTensionPercent = 25;
			splineSeriesView9.PaneName = "UserAndPressure";
			series17.View = splineSeriesView9;
			series18.ArgumentDataMember = "TimeStamp";
			series18.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel20.LineVisible = true;
			pointSeriesLabel20.Visible = false;
			series18.Label = pointSeriesLabel20;
			series18.Name = "Direction";
			series18.ValueDataMembersSerializable = "WindDirectionProperty";
			pointSeriesView3.AxisYName = "Direction AxisY";
			pointSeriesView3.Color = System.Drawing.Color.Black;
			pointSeriesView3.PaneName = "SpeedAndDirection";
			pointSeriesView3.PointMarkerOptions.BorderVisible = false;
			pointSeriesView3.PointMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
			pointSeriesView3.PointMarkerOptions.Size = 4;
			series18.View = pointSeriesView3;
			this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series13,
        series14,
        series15,
        series16,
        series17,
        series18};
			this.chartControl.SeriesTemplate.ArgumentDataMember = "TimeStamp";
			this.chartControl.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel21.LineVisible = true;
			this.chartControl.SeriesTemplate.Label = pointSeriesLabel21;
			areaSeriesView9.Transparency = ((byte)(0));
			this.chartControl.SeriesTemplate.View = areaSeriesView9;
			this.chartControl.Size = new System.Drawing.Size(595, 454);
			this.chartControl.TabIndex = 0;
			// 
			// bindingSourceReading
			// 
			this.bindingSourceReading.AllowNew = false;
			this.bindingSourceReading.DataSource = typeof(Atmo.Reading);
			// 
			// groupControl
			// 
			this.groupControl.Controls.Add(this.chartControl);
			this.groupControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.groupControl.Location = new System.Drawing.Point(0, 0);
			this.groupControl.Name = "groupControl";
			this.groupControl.Size = new System.Drawing.Size(599, 478);
			this.groupControl.TabIndex = 1;
			this.groupControl.Text = "Live Readings";
			// 
			// LiveAtmosphericGraph
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.groupControl);
			this.DoubleBuffered = true;
			this.Name = "LiveAtmosphericGraph";
			this.Size = new System.Drawing.Size(599, 478);
			this.Load += new System.EventHandler(this.LiveAtmosphericGraph_Load);
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceStampValue)).EndInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagramPane6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY11)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY12)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY13)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY14)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY15)).EndInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).EndInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView7)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series13)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).EndInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series14)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).EndInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView8)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series15)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).EndInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel19)).EndInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel20)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel21)).EndInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView9)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceReading)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.groupControl)).EndInit();
			this.groupControl.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Esempio n. 32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.GridLevelNode        gridLevelNode1        = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode        gridLevelNode2        = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraCharts.XYDiagram          xyDiagram1            = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series             series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView   splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.SplineSeriesView   splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     this.gc_monitor      = new DevExpress.XtraEditors.GroupControl();
     this.xtraTabControl2 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage2    = new DevExpress.XtraTab.XtraTabPage();
     this.dgvEx           = new DevExpress.XtraGrid.GridControl();
     this.dgvMainEx       = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.mt_name         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mt_code         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.input_time      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemHyperLinkEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
     this.repositoryItemHyperLinkEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
     this.repositoryItemHyperLinkEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
     this.repositoryItemHyperLinkEdit7 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
     this.groupControl3       = new DevExpress.XtraEditors.GroupControl();
     this.dgvMonitor          = new DevExpress.XtraGrid.GridControl();
     this.dgvMainMonitor      = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.mt_valueint         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mt_time             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mt_unit             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rl_del              = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
     this.gridView2           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridView1           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.flowLayoutPanelPage = new DevExpress.XtraEditors.PanelControl();
     this.llblStart           = new System.Windows.Forms.LinkLabel();
     this.llblUp              = new System.Windows.Forms.LinkLabel();
     this.llblDown            = new System.Windows.Forms.LinkLabel();
     this.llblEnd             = new System.Windows.Forms.LinkLabel();
     this.chartControl1       = new DevExpress.XtraCharts.ChartControl();
     this.panelControl2       = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.gc_monitor)).BeginInit();
     this.gc_monitor.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).BeginInit();
     this.xtraTabControl2.SuspendLayout();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvEx)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMainEx)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMonitor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMainMonitor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rl_del)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.flowLayoutPanelPage)).BeginInit();
     this.flowLayoutPanelPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // gc_monitor
     //
     this.gc_monitor.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.gc_monitor.Controls.Add(this.xtraTabControl2);
     this.gc_monitor.Dock        = System.Windows.Forms.DockStyle.Left;
     this.gc_monitor.Location    = new System.Drawing.Point(0, 0);
     this.gc_monitor.Name        = "gc_monitor";
     this.gc_monitor.ShowCaption = false;
     this.gc_monitor.Size        = new System.Drawing.Size(372, 559);
     this.gc_monitor.TabIndex    = 79;
     this.gc_monitor.Text        = "groupControl1";
     //
     // xtraTabControl2
     //
     this.xtraTabControl2.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl2.Location        = new System.Drawing.Point(2, 2);
     this.xtraTabControl2.Name            = "xtraTabControl2";
     this.xtraTabControl2.SelectedTabPage = this.xtraTabPage2;
     this.xtraTabControl2.Size            = new System.Drawing.Size(368, 555);
     this.xtraTabControl2.TabIndex        = 18;
     this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage2
     });
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.dgvEx);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(362, 526);
     this.xtraTabPage2.Text = "扩展指标";
     //
     // dgvEx
     //
     this.dgvEx.Dock             = System.Windows.Forms.DockStyle.Fill;
     gridLevelNode1.RelationName = "Level1";
     this.dgvEx.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode1
     });
     this.dgvEx.Location = new System.Drawing.Point(0, 0);
     this.dgvEx.MainView = this.dgvMainEx;
     this.dgvEx.Name     = "dgvEx";
     this.dgvEx.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemHyperLinkEdit6,
         this.repositoryItemHyperLinkEdit5,
         this.repositoryItemHyperLinkEdit4,
         this.repositoryItemHyperLinkEdit7
     });
     this.dgvEx.Size     = new System.Drawing.Size(362, 526);
     this.dgvEx.TabIndex = 15;
     this.dgvEx.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.dgvMainEx
     });
     //
     // dgvMainEx
     //
     this.dgvMainEx.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.mt_name,
         this.mt_code,
         this.input_time
     });
     this.dgvMainEx.GridControl = this.dgvEx;
     this.dgvMainEx.Name        = "dgvMainEx";
     this.dgvMainEx.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.dgvMainEx.OptionsView.ShowGroupPanel = false;
     this.dgvMainEx.PaintStyleName             = "Skin";
     //
     // mt_name
     //
     this.mt_name.Caption   = "监测项目";
     this.mt_name.FieldName = "mt_name";
     this.mt_name.MinWidth  = 40;
     this.mt_name.Name      = "mt_name";
     this.mt_name.OptionsColumn.AllowEdit  = false;
     this.mt_name.OptionsColumn.AllowFocus = false;
     this.mt_name.OptionsColumn.AllowMove  = false;
     this.mt_name.OptionsColumn.AllowSize  = false;
     this.mt_name.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.False;
     this.mt_name.OptionsColumn.ReadOnly   = true;
     this.mt_name.Visible      = true;
     this.mt_name.VisibleIndex = 0;
     this.mt_name.Width        = 159;
     //
     // mt_code
     //
     this.mt_code.AppearanceCell.Options.UseTextOptions   = true;
     this.mt_code.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
     this.mt_code.AppearanceHeader.Options.UseTextOptions = true;
     this.mt_code.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.mt_code.Caption   = "指标范围";
     this.mt_code.FieldName = "mt_normalrange";
     this.mt_code.Name      = "mt_code";
     this.mt_code.OptionsColumn.AllowEdit  = false;
     this.mt_code.OptionsColumn.AllowFocus = false;
     this.mt_code.OptionsColumn.AllowMove  = false;
     this.mt_code.OptionsColumn.AllowSize  = false;
     this.mt_code.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.False;
     this.mt_code.OptionsColumn.ReadOnly   = true;
     this.mt_code.Visible      = true;
     this.mt_code.VisibleIndex = 1;
     this.mt_code.Width        = 130;
     //
     // input_time
     //
     this.input_time.AppearanceCell.Options.UseTextOptions   = true;
     this.input_time.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
     this.input_time.AppearanceHeader.Options.UseTextOptions = true;
     this.input_time.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.input_time.Caption   = "指标单位";
     this.input_time.FieldName = "mt_unit";
     this.input_time.Name      = "input_time";
     this.input_time.OptionsColumn.AllowEdit  = false;
     this.input_time.OptionsColumn.AllowFocus = false;
     this.input_time.OptionsColumn.AllowMove  = false;
     this.input_time.OptionsColumn.AllowSize  = false;
     this.input_time.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.False;
     this.input_time.OptionsColumn.ReadOnly   = true;
     this.input_time.Visible      = true;
     this.input_time.VisibleIndex = 2;
     this.input_time.Width        = 55;
     //
     // repositoryItemHyperLinkEdit6
     //
     this.repositoryItemHyperLinkEdit6.AutoHeight = false;
     this.repositoryItemHyperLinkEdit6.Name       = "repositoryItemHyperLinkEdit6";
     //
     // repositoryItemHyperLinkEdit5
     //
     this.repositoryItemHyperLinkEdit5.AutoHeight = false;
     this.repositoryItemHyperLinkEdit5.Name       = "repositoryItemHyperLinkEdit5";
     //
     // repositoryItemHyperLinkEdit4
     //
     this.repositoryItemHyperLinkEdit4.AutoHeight = false;
     this.repositoryItemHyperLinkEdit4.Name       = "repositoryItemHyperLinkEdit4";
     //
     // repositoryItemHyperLinkEdit7
     //
     this.repositoryItemHyperLinkEdit7.AutoHeight = false;
     this.repositoryItemHyperLinkEdit7.Name       = "repositoryItemHyperLinkEdit7";
     //
     // groupControl3
     //
     this.groupControl3.Controls.Add(this.dgvMonitor);
     this.groupControl3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupControl3.Location = new System.Drawing.Point(372, 0);
     this.groupControl3.Name     = "groupControl3";
     this.groupControl3.Size     = new System.Drawing.Size(583, 270);
     this.groupControl3.TabIndex = 84;
     this.groupControl3.Text     = "详细数据";
     //
     // dgvMonitor
     //
     gridLevelNode2.RelationName = "Level1";
     this.dgvMonitor.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode2
     });
     this.dgvMonitor.Location = new System.Drawing.Point(2, 22);
     this.dgvMonitor.MainView = this.dgvMainMonitor;
     this.dgvMonitor.Name     = "dgvMonitor";
     this.dgvMonitor.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.rl_del
     });
     this.dgvMonitor.Size     = new System.Drawing.Size(569, 250);
     this.dgvMonitor.TabIndex = 74;
     this.dgvMonitor.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.dgvMainMonitor,
         this.gridView2,
         this.gridView1
     });
     //
     // dgvMainMonitor
     //
     this.dgvMainMonitor.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.mt_valueint,
         this.gridColumn1,
         this.mt_time,
         this.mt_unit
     });
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.Green;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition1.Expression                      = "[flag] == 1";
     styleFormatCondition2.Appearance.BackColor            = System.Drawing.Color.Yellow;
     styleFormatCondition2.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     styleFormatCondition2.Appearance.ForeColor            = System.Drawing.Color.Red;
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.Appearance.Options.UseFont      = true;
     styleFormatCondition2.Appearance.Options.UseForeColor = true;
     styleFormatCondition2.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition2.Expression                      = "[flag] == 2";
     this.dgvMainMonitor.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1,
         styleFormatCondition2
     });
     this.dgvMainMonitor.GridControl = this.dgvMonitor;
     this.dgvMainMonitor.Name        = "dgvMainMonitor";
     this.dgvMainMonitor.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.dgvMainMonitor.OptionsView.ShowGroupPanel = false;
     this.dgvMainMonitor.PaintStyleName             = "Skin";
     //
     // mt_valueint
     //
     this.mt_valueint.Caption   = "检测值";
     this.mt_valueint.FieldName = "realValue";
     this.mt_valueint.Name      = "mt_valueint";
     this.mt_valueint.OptionsColumn.AllowEdit  = false;
     this.mt_valueint.OptionsColumn.AllowFocus = false;
     this.mt_valueint.OptionsColumn.AllowMove  = false;
     this.mt_valueint.OptionsColumn.FixedWidth = true;
     this.mt_valueint.OptionsColumn.ReadOnly   = true;
     this.mt_valueint.Visible      = true;
     this.mt_valueint.VisibleIndex = 0;
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceCell.Options.UseTextOptions   = true;
     this.gridColumn1.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.Caption   = "指标范围";
     this.gridColumn1.FieldName = "mt_normalrange";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit  = false;
     this.gridColumn1.OptionsColumn.AllowFocus = false;
     this.gridColumn1.OptionsColumn.AllowMove  = false;
     this.gridColumn1.OptionsColumn.FixedWidth = true;
     this.gridColumn1.OptionsColumn.ReadOnly   = true;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 1;
     this.gridColumn1.Width        = 130;
     //
     // mt_time
     //
     this.mt_time.AppearanceCell.Options.UseTextOptions   = true;
     this.mt_time.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
     this.mt_time.AppearanceHeader.Options.UseTextOptions = true;
     this.mt_time.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.mt_time.Caption = "监测时间";
     this.mt_time.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.mt_time.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.mt_time.FieldName = "mt_time";
     this.mt_time.Name      = "mt_time";
     this.mt_time.OptionsColumn.AllowEdit  = false;
     this.mt_time.OptionsColumn.AllowFocus = false;
     this.mt_time.OptionsColumn.AllowMove  = false;
     this.mt_time.OptionsColumn.FixedWidth = true;
     this.mt_time.OptionsColumn.ReadOnly   = true;
     this.mt_time.Visible      = true;
     this.mt_time.VisibleIndex = 3;
     this.mt_time.Width        = 175;
     //
     // mt_unit
     //
     this.mt_unit.Caption      = "单位";
     this.mt_unit.FieldName    = "mt_unit";
     this.mt_unit.Name         = "mt_unit";
     this.mt_unit.Visible      = true;
     this.mt_unit.VisibleIndex = 2;
     this.mt_unit.Width        = 173;
     //
     // rl_del
     //
     this.rl_del.AutoHeight = false;
     this.rl_del.Name       = "rl_del";
     //
     // gridView2
     //
     this.gridView2.GridControl = this.dgvMonitor;
     this.gridView2.Name        = "gridView2";
     //
     // gridView1
     //
     this.gridView1.GridControl = this.dgvMonitor;
     this.gridView1.Name        = "gridView1";
     //
     // flowLayoutPanelPage
     //
     this.flowLayoutPanelPage.Controls.Add(this.llblStart);
     this.flowLayoutPanelPage.Controls.Add(this.llblUp);
     this.flowLayoutPanelPage.Controls.Add(this.llblDown);
     this.flowLayoutPanelPage.Controls.Add(this.llblEnd);
     this.flowLayoutPanelPage.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.flowLayoutPanelPage.Location = new System.Drawing.Point(372, 512);
     this.flowLayoutPanelPage.Name     = "flowLayoutPanelPage";
     this.flowLayoutPanelPage.Size     = new System.Drawing.Size(583, 47);
     this.flowLayoutPanelPage.TabIndex = 85;
     //
     // llblStart
     //
     this.llblStart.AutoSize     = true;
     this.llblStart.Location     = new System.Drawing.Point(20, 8);
     this.llblStart.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 0);
     this.llblStart.Name         = "llblStart";
     this.llblStart.Size         = new System.Drawing.Size(31, 14);
     this.llblStart.TabIndex     = 26;
     this.llblStart.TabStop      = true;
     this.llblStart.Text         = "首页";
     this.llblStart.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblStart_LinkClicked_1);
     //
     // llblUp
     //
     this.llblUp.AutoSize     = true;
     this.llblUp.Location     = new System.Drawing.Point(57, 8);
     this.llblUp.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 0);
     this.llblUp.Name         = "llblUp";
     this.llblUp.Size         = new System.Drawing.Size(31, 14);
     this.llblUp.TabIndex     = 27;
     this.llblUp.TabStop      = true;
     this.llblUp.Text         = "上页";
     this.llblUp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblUp_LinkClicked_2);
     //
     // llblDown
     //
     this.llblDown.AutoSize     = true;
     this.llblDown.Location     = new System.Drawing.Point(94, 8);
     this.llblDown.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 0);
     this.llblDown.Name         = "llblDown";
     this.llblDown.Size         = new System.Drawing.Size(31, 14);
     this.llblDown.TabIndex     = 36;
     this.llblDown.TabStop      = true;
     this.llblDown.Text         = "下页";
     this.llblDown.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblDown_LinkClicked_2);
     //
     // llblEnd
     //
     this.llblEnd.AutoSize     = true;
     this.llblEnd.Location     = new System.Drawing.Point(131, 8);
     this.llblEnd.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 0);
     this.llblEnd.Name         = "llblEnd";
     this.llblEnd.Size         = new System.Drawing.Size(31, 14);
     this.llblEnd.TabIndex     = 37;
     this.llblEnd.TabStop      = true;
     this.llblEnd.Text         = "尾页";
     this.llblEnd.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblEnd_LinkClicked_1);
     //
     // chartControl1
     //
     xyDiagram1.AxisX.NumericScaleOptions.AutoGrid      = false;
     xyDiagram1.AxisX.NumericScaleOptions.GridAlignment = DevExpress.XtraCharts.NumericGridAlignment.Custom;
     xyDiagram1.AxisX.VisibleInPanesSerializable        = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable        = "-1";
     xyDiagram1.DefaultPane.EnableAxisXScrolling        = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.DefaultPane.EnableAxisYScrolling        = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.EnableAxisXScrolling      = true;
     xyDiagram1.EnableAxisYScrolling      = true;
     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(2, 2);
     this.chartControl1.Name              = "chartControl1";
     series1.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series1.Name = "Series 1";
     splineSeriesView1.ColorEach        = true;
     splineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.View = splineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.View = splineSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(579, 238);
     this.chartControl1.TabIndex = 88;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.chartControl1);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(372, 270);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(583, 242);
     this.panelControl2.TabIndex = 90;
     //
     // FrmDataShow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(955, 559);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.flowLayoutPanelPage);
     this.Controls.Add(this.groupControl3);
     this.Controls.Add(this.gc_monitor);
     this.Name          = "FrmDataShow";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "导入数据展示";
     ((System.ComponentModel.ISupportInitialize)(this.gc_monitor)).EndInit();
     this.gc_monitor.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).EndInit();
     this.xtraTabControl2.ResumeLayout(false);
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvEx)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMainEx)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvMonitor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMainMonitor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rl_del)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.flowLayoutPanelPage)).EndInit();
     this.flowLayoutPanelPage.ResumeLayout(false);
     this.flowLayoutPanelPage.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 33
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(TemperatureForm));
     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.SecondaryAxisY   secondaryAxisY3   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series3           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
     this.tabNavigationPage3            = new DevExpress.XtraBars.Navigation.TabNavigationPage();
     this.gaugeControl1                 = new DevExpress.XtraGauges.Win.GaugeControl();
     this.gaugeTemperature              = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge();
     this.labelComponent1               = new DevExpress.XtraGauges.Win.Base.LabelComponent();
     this.gaugeHumidity                 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge();
     this.labelComponent2               = new DevExpress.XtraGauges.Win.Base.LabelComponent();
     this.gaugePressure                 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge();
     this.labelComponent3               = new DevExpress.XtraGauges.Win.Base.LabelComponent();
     this.tabNavigationPage2            = new DevExpress.XtraBars.Navigation.TabNavigationPage();
     this.chartTemp                     = new DevExpress.XtraCharts.ChartControl();
     this.temperatureFrameBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tabNavigationPage1            = new DevExpress.XtraBars.Navigation.TabNavigationPage();
     this.grdTemp        = new DevExpress.XtraGrid.GridControl();
     this.gridView1      = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.grdDateTime    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grdTemperature = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grdHumidity    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grdPressure    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tabPane1       = new DevExpress.XtraBars.Navigation.TabPane();
     this.digitalBackgroundLayerComponent1 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent();
     this.tabNavigationPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeTemperature)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelComponent1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeHumidity)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelComponent2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugePressure)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelComponent3)).BeginInit();
     this.tabNavigationPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartTemp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.temperatureFrameBindingSource)).BeginInit();
     this.tabNavigationPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdTemp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabPane1)).BeginInit();
     this.tabPane1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent1)).BeginInit();
     this.SuspendLayout();
     //
     // tabNavigationPage3
     //
     this.tabNavigationPage3.Caption = "Индикаторы";
     this.tabNavigationPage3.Controls.Add(this.gaugeControl1);
     this.tabNavigationPage3.Image = ((System.Drawing.Image)(resources.GetObject("tabNavigationPage3.Image")));
     this.tabNavigationPage3.Name  = "tabNavigationPage3";
     this.tabNavigationPage3.Size  = new System.Drawing.Size(1053, 558);
     //
     // gaugeControl1
     //
     this.gaugeControl1.BackColor = System.Drawing.SystemColors.Control;
     this.gaugeControl1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.gaugeControl1.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
         this.gaugeTemperature,
         this.gaugeHumidity,
         this.gaugePressure
     });
     this.gaugeControl1.Location = new System.Drawing.Point(0, 0);
     this.gaugeControl1.Name     = "gaugeControl1";
     this.gaugeControl1.Size     = new System.Drawing.Size(1053, 558);
     this.gaugeControl1.TabIndex = 9;
     //
     // gaugeTemperature
     //
     this.gaugeTemperature.AppearanceOff.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#00FFFFFF");
     this.gaugeTemperature.AppearanceOn.ContentBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Black");
     this.gaugeTemperature.Bounds = new System.Drawing.Rectangle(6, 6, 1041, 178);
     this.gaugeTemperature.Labels.AddRange(new DevExpress.XtraGauges.Win.Base.LabelComponent[] {
         this.labelComponent1
     });
     this.gaugeTemperature.Name = "gaugeTemperature";
     this.gaugeTemperature.Text = "00.000";
     //
     // labelComponent1
     //
     this.labelComponent1.Name     = "labelComponent1";
     this.labelComponent1.Position = new DevExpress.XtraGauges.Core.Base.PointF2D(-100F, 50F);
     this.labelComponent1.Text     = "Температура (°С)";
     //
     // gaugeHumidity
     //
     this.gaugeHumidity.AppearanceOff.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#00FFFFFF");
     this.gaugeHumidity.AppearanceOn.ContentBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Black");
     this.gaugeHumidity.Bounds = new System.Drawing.Rectangle(6, 190, 1041, 178);
     this.gaugeHumidity.Labels.AddRange(new DevExpress.XtraGauges.Win.Base.LabelComponent[] {
         this.labelComponent2
     });
     this.gaugeHumidity.Name = "gaugeHumidity";
     this.gaugeHumidity.Text = "00.000";
     //
     // labelComponent2
     //
     this.labelComponent2.Name     = "labelComponent2";
     this.labelComponent2.Position = new DevExpress.XtraGauges.Core.Base.PointF2D(-100F, 50F);
     this.labelComponent2.Text     = "Влажность (%)";
     //
     // gaugePressure
     //
     this.gaugePressure.AppearanceOff.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#00FFFFFF");
     this.gaugePressure.AppearanceOn.ContentBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Black");
     this.gaugePressure.Bounds = new System.Drawing.Rectangle(6, 374, 1041, 178);
     this.gaugePressure.Labels.AddRange(new DevExpress.XtraGauges.Win.Base.LabelComponent[] {
         this.labelComponent3
     });
     this.gaugePressure.Name = "gaugePressure";
     this.gaugePressure.Text = "00.000";
     //
     // labelComponent3
     //
     this.labelComponent3.Name     = "labelComponent3";
     this.labelComponent3.Position = new DevExpress.XtraGauges.Core.Base.PointF2D(-100F, 50F);
     this.labelComponent3.Text     = "Давление (кПа)";
     //
     // tabNavigationPage2
     //
     this.tabNavigationPage2.Caption = "Сводный график";
     this.tabNavigationPage2.Controls.Add(this.chartTemp);
     this.tabNavigationPage2.Image = ((System.Drawing.Image)(resources.GetObject("tabNavigationPage2.Image")));
     this.tabNavigationPage2.Name  = "tabNavigationPage2";
     this.tabNavigationPage2.Size  = new System.Drawing.Size(1051, 558);
     //
     // chartTemp
     //
     this.chartTemp.AnimationStartMode       = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartTemp.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartTemp.CacheToMemory            = true;
     this.chartTemp.DataBindings             = null;
     this.chartTemp.DataSource = this.temperatureFrameBindingSource;
     xyDiagram1.AxisX.DateTimeScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Automatic;
     xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Tickmarks.CrossAxis        = true;
     xyDiagram1.AxisY.Visibility = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.EnableAxisXScrolling             = true;
     xyDiagram1.EnableAxisXZooming              = true;
     xyDiagram1.EnableAxisYScrolling            = true;
     xyDiagram1.EnableAxisYZooming              = true;
     secondaryAxisY1.AxisID                     = 0;
     secondaryAxisY1.Name                       = "scaleTemperature";
     secondaryAxisY1.Title.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     secondaryAxisY1.Title.Text                 = "Температура (°C)";
     secondaryAxisY1.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY1.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     secondaryAxisY2.AxisID                     = 1;
     secondaryAxisY2.Name                       = "scaleHumidity";
     secondaryAxisY2.Title.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     secondaryAxisY2.Title.Text                 = "Влажность (%)";
     secondaryAxisY2.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY2.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY2.VisibleInPanesSerializable = "-1";
     secondaryAxisY3.AxisID                     = 2;
     secondaryAxisY3.Name                       = "scalePressure";
     secondaryAxisY3.Title.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     secondaryAxisY3.Title.Text                 = "Давление (кПа)";
     secondaryAxisY3.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY3.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY3.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1,
         secondaryAxisY2,
         secondaryAxisY3
     });
     this.chartTemp.Diagram             = xyDiagram1;
     this.chartTemp.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.chartTemp.Legend.Name         = "Default Legend";
     this.chartTemp.Location            = new System.Drawing.Point(0, 0);
     this.chartTemp.Name                = "chartTemp";
     this.chartTemp.SeriesSelectionMode = DevExpress.XtraCharts.SeriesSelectionMode.Point;
     series1.ArgumentDataMember         = "Time";
     series1.ArgumentScaleType          = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.LegendName = "Default Legend";
     series1.Name       = "Температура (°C)";
     series1.ValueDataMembersSerializable = "Temperature";
     splineSeriesView1.AxisYName          = "scaleTemperature";
     splineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(80)))), ((int)(((byte)(77)))));
     splineSeriesView1.LineMarkerOptions.Size = 5;
     splineSeriesView1.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series1.View = splineSeriesView1;
     series2.ArgumentDataMember = "Time";
     series2.Name = "Влажность (%)";
     series2.ValueDataMembersSerializable = "Humidity";
     splineSeriesView2.AxisYName          = "scaleHumidity";
     splineSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(129)))), ((int)(((byte)(189)))));
     splineSeriesView2.LineMarkerOptions.Size = 5;
     splineSeriesView2.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series2.View = splineSeriesView2;
     series3.ArgumentDataMember = "Time";
     series3.Name = "Давление (кПа)";
     series3.ValueDataMembersSerializable = "Pressure";
     splineSeriesView3.AxisYName          = "scalePressure";
     splineSeriesView3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(187)))), ((int)(((byte)(89)))));
     splineSeriesView3.LineMarkerOptions.Size = 5;
     splineSeriesView3.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series3.View = splineSeriesView3;
     this.chartTemp.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartTemp.Size     = new System.Drawing.Size(1051, 558);
     this.chartTemp.TabIndex = 0;
     //
     // temperatureFrameBindingSource
     //
     this.temperatureFrameBindingSource.DataSource = typeof(ReportManager.Data.DataModel.TemperatureFrame);
     //
     // tabNavigationPage1
     //
     this.tabNavigationPage1.Caption = "Таблица";
     this.tabNavigationPage1.Controls.Add(this.grdTemp);
     this.tabNavigationPage1.Image = ((System.Drawing.Image)(resources.GetObject("tabNavigationPage1.Image")));
     this.tabNavigationPage1.Name  = "tabNavigationPage1";
     this.tabNavigationPage1.Size  = new System.Drawing.Size(1053, 558);
     //
     // grdTemp
     //
     this.grdTemp.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grdTemp.Location = new System.Drawing.Point(0, 0);
     this.grdTemp.MainView = this.gridView1;
     this.grdTemp.Name     = "grdTemp";
     this.grdTemp.Size     = new System.Drawing.Size(1053, 558);
     this.grdTemp.TabIndex = 3;
     this.grdTemp.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.grdDateTime,
         this.grdTemperature,
         this.grdHumidity,
         this.grdPressure
     });
     this.gridView1.GridControl = this.grdTemp;
     this.gridView1.Name        = "gridView1";
     //
     // grdDateTime
     //
     this.grdDateTime.Caption = "Дата и время";
     this.grdDateTime.DisplayFormat.FormatString = "G";
     this.grdDateTime.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.grdDateTime.FieldName = "Time";
     this.grdDateTime.Name      = "grdDateTime";
     this.grdDateTime.OptionsColumn.AllowEdit = false;
     this.grdDateTime.OptionsColumn.ReadOnly  = true;
     this.grdDateTime.Visible      = true;
     this.grdDateTime.VisibleIndex = 0;
     //
     // grdTemperature
     //
     this.grdTemperature.Caption   = "Температура (°С)";
     this.grdTemperature.FieldName = "Temperature";
     this.grdTemperature.Name      = "grdTemperature";
     this.grdTemperature.OptionsColumn.AllowEdit = false;
     this.grdTemperature.OptionsColumn.ReadOnly  = true;
     this.grdTemperature.Visible      = true;
     this.grdTemperature.VisibleIndex = 1;
     //
     // grdHumidity
     //
     this.grdHumidity.Caption   = "Влажность (кПа)";
     this.grdHumidity.FieldName = "Humidity";
     this.grdHumidity.Name      = "grdHumidity";
     this.grdHumidity.OptionsColumn.AllowEdit = false;
     this.grdHumidity.OptionsColumn.ReadOnly  = true;
     this.grdHumidity.Visible      = true;
     this.grdHumidity.VisibleIndex = 2;
     //
     // grdPressure
     //
     this.grdPressure.Caption   = "Давление (мПа)";
     this.grdPressure.FieldName = "Pressure";
     this.grdPressure.Name      = "grdPressure";
     this.grdPressure.OptionsColumn.AllowEdit = false;
     this.grdPressure.OptionsColumn.ReadOnly  = true;
     this.grdPressure.Visible      = true;
     this.grdPressure.VisibleIndex = 3;
     //
     // tabPane1
     //
     this.tabPane1.Controls.Add(this.tabNavigationPage1);
     this.tabPane1.Controls.Add(this.tabNavigationPage2);
     this.tabPane1.Controls.Add(this.tabNavigationPage3);
     this.tabPane1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tabPane1.Location = new System.Drawing.Point(0, 0);
     this.tabPane1.Name     = "tabPane1";
     this.tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
         this.tabNavigationPage1,
         this.tabNavigationPage2,
         this.tabNavigationPage3
     });
     this.tabPane1.RegularSize  = new System.Drawing.Size(1071, 622);
     this.tabPane1.SelectedPage = this.tabNavigationPage2;
     this.tabPane1.Size         = new System.Drawing.Size(1071, 622);
     this.tabPane1.TabIndex     = 5;
     this.tabPane1.Text         = "tabPane1";
     //
     // digitalBackgroundLayerComponent1
     //
     this.digitalBackgroundLayerComponent1.BottomRight = new DevExpress.XtraGauges.Core.Base.PointF2D(259.8125F, 99.9625F);
     this.digitalBackgroundLayerComponent1.Name        = "digitalBackgroundLayerComponent13";
     this.digitalBackgroundLayerComponent1.ShapeType   = DevExpress.XtraGauges.Core.Model.DigitalBackgroundShapeSetType.Style1;
     this.digitalBackgroundLayerComponent1.TopLeft     = new DevExpress.XtraGauges.Core.Base.PointF2D(20F, 0F);
     this.digitalBackgroundLayerComponent1.ZOrder      = 1000;
     //
     // TemperatureForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1071, 622);
     this.Controls.Add(this.tabPane1);
     this.Name         = "TemperatureForm";
     this.Text         = "Температурный датчик";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TemperatureForm_FormClosing);
     this.tabNavigationPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gaugeTemperature)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelComponent1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeHumidity)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelComponent2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugePressure)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelComponent3)).EndInit();
     this.tabNavigationPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartTemp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.temperatureFrameBindingSource)).EndInit();
     this.tabNavigationPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdTemp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabPane1)).EndInit();
     this.tabPane1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.RangeControlRange rangeControlRange2 = new DevExpress.XtraEditors.RangeControlRange();
     DevExpress.XtraCharts.XYDiagram          xyDiagram2         = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY     secondaryAxisY2    = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series             series9            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView     lineSeriesView6    = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series             series10           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView     lineSeriesView7    = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series             series11           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView   splineSeriesView2  = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series             series12           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView     lineSeriesView8    = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series             series13           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView     lineSeriesView9    = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series             series14           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesView    pointSeriesView3   = new DevExpress.XtraCharts.PointSeriesView();
     DevExpress.XtraCharts.Series             series15           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesView    pointSeriesView4   = new DevExpress.XtraCharts.PointSeriesView();
     DevExpress.XtraCharts.Series             series16           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView     lineSeriesView10   = new DevExpress.XtraCharts.LineSeriesView();
     this.GammaSpectrRangeControl = new DevExpress.XtraEditors.RangeControl();
     this.GammaSpectrChart        = new DevExpress.XtraCharts.ChartControl();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.спектрToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2        = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator3        = new System.Windows.Forms.ToolStripSeparator();
     this.обработкаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.настройкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1        = new System.Windows.Forms.ToolStripSeparator();
     this.OpenSpectrMenuButton       = new System.Windows.Forms.ToolStripMenuItem();
     this.PrintMenuItem                          = new System.Windows.Forms.ToolStripMenuItem();
     this.PrintPreviewMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.CloseMenuItem                          = new System.Windows.Forms.ToolStripMenuItem();
     this.SpectrometryHandlerMenuButton          = new System.Windows.Forms.ToolStripMenuItem();
     this.BackgroundSubstraction                 = new System.Windows.Forms.ToolStripMenuItem();
     this.BackgroundSettingsMenuButton           = new System.Windows.Forms.ToolStripMenuItem();
     this.RegistrationEfficiencySettingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.XAxisZoomingMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.YAxisZoomingMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.GammaSpectrRangeControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GammaSpectrChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView10)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // GammaSpectrRangeControl
     //
     this.GammaSpectrRangeControl.Client   = this.GammaSpectrChart;
     this.GammaSpectrRangeControl.Location = new System.Drawing.Point(10, 503);
     this.GammaSpectrRangeControl.Name     = "GammaSpectrRangeControl";
     rangeControlRange2.Maximum            = 1024.6D;
     rangeControlRange2.Minimum            = 0.4D;
     rangeControlRange2.Owner = this.GammaSpectrRangeControl;
     this.GammaSpectrRangeControl.SelectedRange = rangeControlRange2;
     this.GammaSpectrRangeControl.Size          = new System.Drawing.Size(826, 90);
     this.GammaSpectrRangeControl.TabIndex      = 1;
     this.GammaSpectrRangeControl.Text          = "rangeControl1";
     //
     // GammaSpectrChart
     //
     xyDiagram2.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram2.AxisX.VisualRange.Auto                 = false;
     xyDiagram2.AxisX.VisualRange.AutoSideMargins      = false;
     xyDiagram2.AxisX.VisualRange.MaxValueSerializable = "1024";
     xyDiagram2.AxisX.VisualRange.MinValueSerializable = "1";
     xyDiagram2.AxisX.VisualRange.SideMarginsValue     = 0.6D;
     xyDiagram2.AxisX.WholeRange.Auto                 = false;
     xyDiagram2.AxisX.WholeRange.AutoSideMargins      = false;
     xyDiagram2.AxisX.WholeRange.MaxValueSerializable = "1024";
     xyDiagram2.AxisX.WholeRange.MinValueSerializable = "1";
     xyDiagram2.AxisX.WholeRange.SideMarginsValue     = 0.6D;
     xyDiagram2.AxisY.VisibleInPanesSerializable      = "-1";
     xyDiagram2.EnableAxisXZooming = true;
     xyDiagram2.RangeControlNumericGridOptions.GridMode    = DevExpress.XtraCharts.ChartRangeControlClientGridMode.Manual;
     xyDiagram2.RangeControlNumericGridOptions.GridSpacing = 100D;
     xyDiagram2.RangeControlNumericGridOptions.SnapMode    = DevExpress.XtraCharts.ChartRangeControlClientSnapMode.Manual;
     secondaryAxisY2.AxisID     = 0;
     secondaryAxisY2.Name       = "Вторичная ось Y1";
     secondaryAxisY2.Visibility = DevExpress.Utils.DefaultBoolean.False;
     secondaryAxisY2.VisibleInPanesSerializable = "-1";
     xyDiagram2.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY2
     });
     this.GammaSpectrChart.Diagram           = xyDiagram2;
     this.GammaSpectrChart.Legend.Name       = "Default Legend";
     this.GammaSpectrChart.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.GammaSpectrChart.Location          = new System.Drawing.Point(11, 33);
     this.GammaSpectrChart.Name = "GammaSpectrChart";
     this.GammaSpectrChart.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Zoom;
     series9.Name = "Спектр";
     lineSeriesView6.LineStyle.Thickness          = 1;
     lineSeriesView6.RangeControlOptions.ViewType = DevExpress.XtraCharts.RangeControlViewType.Area;
     series9.View = lineSeriesView6;
     series10.CrosshairEnabled         = DevExpress.Utils.DefaultBoolean.True;
     series10.CrosshairHighlightPoints = DevExpress.Utils.DefaultBoolean.False;
     series10.LabelsVisibility         = DevExpress.Utils.DefaultBoolean.False;
     series10.Name             = "Энергия";
     lineSeriesView7.AxisYName = "Вторичная ось Y1";
     lineSeriesView7.Color     = System.Drawing.Color.Transparent;
     lineSeriesView7.LineMarkerOptions.Color     = System.Drawing.Color.Transparent;
     lineSeriesView7.MarkerVisibility            = DevExpress.Utils.DefaultBoolean.False;
     lineSeriesView7.RangeControlOptions.Visible = false;
     series10.View                                 = lineSeriesView7;
     series11.CrosshairEnabled                     = DevExpress.Utils.DefaultBoolean.False;
     series11.Name                                 = "Сглаживание";
     splineSeriesView2.Color                       = System.Drawing.Color.Crimson;
     splineSeriesView2.LineStyle.Thickness         = 1;
     splineSeriesView2.RangeControlOptions.Visible = false;
     series11.View                                 = splineSeriesView2;
     series12.CrosshairEnabled                     = DevExpress.Utils.DefaultBoolean.True;
     series12.Name                                 = "Пр1";
     series12.View                                 = lineSeriesView8;
     series12.Visible                              = false;
     series13.CrosshairEnabled                     = DevExpress.Utils.DefaultBoolean.False;
     series13.Name                                 = "Пр2";
     series13.View                                 = lineSeriesView9;
     series13.Visible                              = false;
     series14.Name                                 = "edges";
     series14.View                                 = pointSeriesView3;
     series14.Visible                              = false;
     series15.Name                                 = "edges2";
     series15.View                                 = pointSeriesView4;
     series15.Visible                              = false;
     series16.CrosshairEnabled                     = DevExpress.Utils.DefaultBoolean.False;
     series16.Name                                 = "baseline";
     lineSeriesView10.LineStyle.Thickness          = 1;
     series16.View                                 = lineSeriesView10;
     this.GammaSpectrChart.SeriesSerializable      = new DevExpress.XtraCharts.Series[] {
         series9,
         series10,
         series11,
         series12,
         series13,
         series14,
         series15,
         series16
     };
     this.GammaSpectrChart.Size     = new System.Drawing.Size(826, 463);
     this.GammaSpectrChart.TabIndex = 0;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.спектрToolStripMenuItem,
         this.обработкаToolStripMenuItem,
         this.настройкиToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1081, 24);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // спектрToolStripMenuItem
     //
     this.спектрToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.OpenSpectrMenuButton,
         this.toolStripSeparator2,
         this.PrintMenuItem,
         this.PrintPreviewMenuItem,
         this.toolStripSeparator3,
         this.CloseMenuItem
     });
     this.спектрToolStripMenuItem.Name = "спектрToolStripMenuItem";
     this.спектрToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.спектрToolStripMenuItem.Text = "Файл";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(195, 6);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(195, 6);
     //
     // обработкаToolStripMenuItem
     //
     this.обработкаToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.SpectrometryHandlerMenuButton,
         this.BackgroundSubstraction
     });
     this.обработкаToolStripMenuItem.Name = "обработкаToolStripMenuItem";
     this.обработкаToolStripMenuItem.Size = new System.Drawing.Size(79, 20);
     this.обработкаToolStripMenuItem.Text = "Обработка";
     //
     // настройкиToolStripMenuItem
     //
     this.настройкиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.BackgroundSettingsMenuButton,
         this.RegistrationEfficiencySettingsMenuItem,
         this.toolStripSeparator1,
         this.XAxisZoomingMenuItem,
         this.YAxisZoomingMenuItem
     });
     this.настройкиToolStripMenuItem.Name = "настройкиToolStripMenuItem";
     this.настройкиToolStripMenuItem.Size = new System.Drawing.Size(79, 20);
     this.настройкиToolStripMenuItem.Text = "Настройки";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(230, 6);
     //
     // OpenSpectrMenuButton
     //
     this.OpenSpectrMenuButton.Image  = global::bremsstrahlung.Properties.Resources.OpenFolder_16x;
     this.OpenSpectrMenuButton.Name   = "OpenSpectrMenuButton";
     this.OpenSpectrMenuButton.Size   = new System.Drawing.Size(198, 22);
     this.OpenSpectrMenuButton.Text   = "Открыть...";
     this.OpenSpectrMenuButton.Click += new System.EventHandler(this.OpenSpectrMenuButton_Click);
     //
     // PrintMenuItem
     //
     this.PrintMenuItem.Image  = global::bremsstrahlung.Properties.Resources.Print_16x;
     this.PrintMenuItem.Name   = "PrintMenuItem";
     this.PrintMenuItem.Size   = new System.Drawing.Size(198, 22);
     this.PrintMenuItem.Text   = "Печать";
     this.PrintMenuItem.Click += new System.EventHandler(this.PrintMenuItem_Click);
     //
     // PrintPreviewMenuItem
     //
     this.PrintPreviewMenuItem.Image  = global::bremsstrahlung.Properties.Resources.PrintPreview_16x;
     this.PrintPreviewMenuItem.Name   = "PrintPreviewMenuItem";
     this.PrintPreviewMenuItem.Size   = new System.Drawing.Size(198, 22);
     this.PrintPreviewMenuItem.Text   = "Предпросмотр печати";
     this.PrintPreviewMenuItem.Click += new System.EventHandler(this.PrintPreviewMenuItem_Click);
     //
     // CloseMenuItem
     //
     this.CloseMenuItem.Image  = global::bremsstrahlung.Properties.Resources.CloseSolution_16x;
     this.CloseMenuItem.Name   = "CloseMenuItem";
     this.CloseMenuItem.Size   = new System.Drawing.Size(198, 22);
     this.CloseMenuItem.Text   = "Выход";
     this.CloseMenuItem.Click += new System.EventHandler(this.CloseMenuItem_Click);
     //
     // SpectrometryHandlerMenuButton
     //
     this.SpectrometryHandlerMenuButton.Image  = global::bremsstrahlung.Properties.Resources.GenericChart_16x;
     this.SpectrometryHandlerMenuButton.Name   = "SpectrometryHandlerMenuButton";
     this.SpectrometryHandlerMenuButton.Size   = new System.Drawing.Size(252, 22);
     this.SpectrometryHandlerMenuButton.Text   = "Спектрометрическая обработка";
     this.SpectrometryHandlerMenuButton.Click += new System.EventHandler(this.SpectrometryHandlerMenuButton_Click);
     //
     // BackgroundSubstraction
     //
     this.BackgroundSubstraction.Checked    = true;
     this.BackgroundSubstraction.CheckState = System.Windows.Forms.CheckState.Checked;
     this.BackgroundSubstraction.Image      = global::bremsstrahlung.Properties.Resources.SubReport_16x;
     this.BackgroundSubstraction.Name       = "BackgroundSubstraction";
     this.BackgroundSubstraction.Size       = new System.Drawing.Size(252, 22);
     this.BackgroundSubstraction.Text       = "Фон вычтен";
     this.BackgroundSubstraction.Click     += new System.EventHandler(this.BackgroundSunstraction_Click);
     //
     // BackgroundSettingsMenuButton
     //
     this.BackgroundSettingsMenuButton.Image  = global::bremsstrahlung.Properties.Resources.SettingsFile_16x;
     this.BackgroundSettingsMenuButton.Name   = "BackgroundSettingsMenuButton";
     this.BackgroundSettingsMenuButton.Size   = new System.Drawing.Size(233, 22);
     this.BackgroundSettingsMenuButton.Text   = "Фон";
     this.BackgroundSettingsMenuButton.Click += new System.EventHandler(this.BackgroundSettingsMenuButton_Click);
     //
     // RegistrationEfficiencySettingsMenuItem
     //
     this.RegistrationEfficiencySettingsMenuItem.Image  = global::bremsstrahlung.Properties.Resources.AlphaTest_16x;
     this.RegistrationEfficiencySettingsMenuItem.Name   = "RegistrationEfficiencySettingsMenuItem";
     this.RegistrationEfficiencySettingsMenuItem.Size   = new System.Drawing.Size(233, 22);
     this.RegistrationEfficiencySettingsMenuItem.Text   = "Эффективность регистрации";
     this.RegistrationEfficiencySettingsMenuItem.Click += new System.EventHandler(this.RegistrationEfficiencySettingsMenuItem_Click);
     //
     // XAxisZoomingMenuItem
     //
     this.XAxisZoomingMenuItem.Checked    = true;
     this.XAxisZoomingMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.XAxisZoomingMenuItem.Image      = global::bremsstrahlung.Properties.Resources.ZoomIn_16x;
     this.XAxisZoomingMenuItem.Name       = "XAxisZoomingMenuItem";
     this.XAxisZoomingMenuItem.Size       = new System.Drawing.Size(233, 22);
     this.XAxisZoomingMenuItem.Text       = "Масшабирование по оси X";
     this.XAxisZoomingMenuItem.Click     += new System.EventHandler(this.XAxisZoomingMenuItem_Click);
     //
     // YAxisZoomingMenuItem
     //
     this.YAxisZoomingMenuItem.Image  = global::bremsstrahlung.Properties.Resources.Zoom_16x;
     this.YAxisZoomingMenuItem.Name   = "YAxisZoomingMenuItem";
     this.YAxisZoomingMenuItem.Size   = new System.Drawing.Size(233, 22);
     this.YAxisZoomingMenuItem.Text   = "Масшабирование по оси Y";
     this.YAxisZoomingMenuItem.Click += new System.EventHandler(this.YAxisZoomingMenuItem_Click);
     //
     // MainWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1081, 601);
     this.Controls.Add(this.GammaSpectrRangeControl);
     this.Controls.Add(this.GammaSpectrChart);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MainWindow";
     this.Text          = "Bremsstrahlung";
     this.SizeChanged  += new System.EventHandler(this.Form1_SizeChanged);
     ((System.ComponentModel.ISupportInitialize)(this.GammaSpectrRangeControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GammaSpectrChart)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SMT_QUALITY_COCKPIT_REWORK_POP));
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.ConstantLine     constantLine1     = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine     constantLine2     = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine     constantLine3     = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     this.pnTop         = new System.Windows.Forms.Panel();
     this.cmdPm1        = new System.Windows.Forms.Button();
     this.lblHeader     = new DevExpress.XtraEditors.LabelControl();
     this.timer1        = new System.Windows.Forms.Timer(this.components);
     this.gridBand13    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.pnBody1       = new System.Windows.Forms.Panel();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.pnTop.SuspendLayout();
     this.pnBody1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // pnTop
     //
     this.pnTop.Controls.Add(this.cmdPm1);
     this.pnTop.Controls.Add(this.lblHeader);
     this.pnTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnTop.Location = new System.Drawing.Point(0, 0);
     this.pnTop.Name     = "pnTop";
     this.pnTop.Size     = new System.Drawing.Size(1254, 76);
     this.pnTop.TabIndex = 2;
     //
     // cmdPm1
     //
     this.cmdPm1.BackColor                  = System.Drawing.Color.Transparent;
     this.cmdPm1.BackgroundImage            = ((System.Drawing.Image)(resources.GetObject("cmdPm1.BackgroundImage")));
     this.cmdPm1.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Stretch;
     this.cmdPm1.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.cmdPm1.FlatAppearance.BorderSize  = 0;
     this.cmdPm1.FlatStyle                  = System.Windows.Forms.FlatStyle.Flat;
     this.cmdPm1.Font      = new System.Drawing.Font("Calibri", 32.75F, System.Drawing.FontStyle.Bold);
     this.cmdPm1.ForeColor = System.Drawing.Color.Navy;
     this.cmdPm1.Location  = new System.Drawing.Point(3, 3);
     this.cmdPm1.Name      = "cmdPm1";
     this.cmdPm1.Size      = new System.Drawing.Size(77, 70);
     this.cmdPm1.TabIndex  = 88;
     this.cmdPm1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdPm1.UseVisualStyleBackColor = false;
     this.cmdPm1.Click += new System.EventHandler(this.cmdBack_Click);
     //
     // lblHeader
     //
     this.lblHeader.Appearance.Font            = new System.Drawing.Font("Calibri", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.Appearance.Options.UseFont = true;
     this.lblHeader.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblHeader.Dock         = System.Windows.Forms.DockStyle.Left;
     this.lblHeader.LineVisible  = true;
     this.lblHeader.Location     = new System.Drawing.Point(0, 0);
     this.lblHeader.Name         = "lblHeader";
     this.lblHeader.Size         = new System.Drawing.Size(1622, 76);
     this.lblHeader.TabIndex     = 3;
     this.lblHeader.Text         = "        Daily Rework";
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // gridBand13
     //
     this.gridBand13.Name         = "gridBand13";
     this.gridBand13.VisibleIndex = -1;
     //
     // pnBody1
     //
     this.pnBody1.Controls.Add(this.chartControl1);
     this.pnBody1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnBody1.Location = new System.Drawing.Point(0, 76);
     this.pnBody1.Name     = "pnBody1";
     this.pnBody1.Size     = new System.Drawing.Size(1254, 477);
     this.pnBody1.TabIndex = 3;
     //
     // chartControl1
     //
     this.chartControl1.AnimationStartMode         = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl1.AppearanceNameSerializable = "Chameleon";
     this.chartControl1.DataBindings             = null;
     xyDiagram1.AxisX.Label.Font                 = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisX.Title.Font                 = new System.Drawing.Font("Calibri", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisX.Title.Text                 = "Time";
     xyDiagram1.AxisX.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     constantLine1.AxisValueSerializable         = "6";
     constantLine1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     constantLine1.LineStyle.Thickness = 2;
     constantLine1.Name                  = "MAX";
     constantLine1.Title.Font            = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     constantLine2.AxisValueSerializable = "0";
     constantLine2.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     constantLine2.LineStyle.Thickness   = 2;
     constantLine2.Name                  = "MIN";
     constantLine2.Title.Font            = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     constantLine3.AxisValueSerializable = "3";
     constantLine3.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     constantLine3.LineStyle.Thickness   = 2;
     constantLine3.Name                  = "AVERAGE";
     constantLine3.Title.Font            = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1,
         constantLine2,
         constantLine3
     });
     xyDiagram1.AxisY.Label.Font                 = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Calibri", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisY.Title.Text                 = "Rework  (%)";
     xyDiagram1.AxisY.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl1.Legend.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.Font       = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl1.Legend.MarkerSize = new System.Drawing.Size(18, 12);
     this.chartControl1.Legend.Name       = "Default Legend";
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(0, 0);
     this.chartControl1.Name        = "chartControl1";
     this.chartControl1.PaletteName = "Marquee";
     pointSeriesLabel1.TextPattern  = "{V:#,0.##}%";
     series1.Label            = pointSeriesLabel1;
     series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Name             = "Rework Rate";
     splineSeriesView1.Color  = System.Drawing.Color.Blue;
     splineSeriesView1.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     splineSeriesView1.LineMarkerOptions.Size  = 9;
     splineSeriesView1.LineStyle.Thickness     = 3;
     splineSeriesView1.MarkerVisibility        = DevExpress.Utils.DefaultBoolean.True;
     series1.View = splineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.View = splineSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(1254, 477);
     this.chartControl1.TabIndex = 13;
     //
     // SMT_QUALITY_COCKPIT_REWORK_POP
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(1254, 553);
     this.Controls.Add(this.pnBody1);
     this.Controls.Add(this.pnTop);
     this.Name            = "SMT_QUALITY_COCKPIT_REWORK_POP";
     this.Text            = "Rework Detail";
     this.Load           += new System.EventHandler(this.SMT_QUALITY_COCKPIT_FORM1_Load);
     this.VisibleChanged += new System.EventHandler(this.SMT_QUALITY_COCKPIT_REWORK_POP_VisibleChanged);
     this.pnTop.ResumeLayout(false);
     this.pnBody1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
            this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.xtraTabControl1.Location = new System.Drawing.Point(8, 8);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(799, 378);
            this.xtraTabControl1.TabIndex = 2;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2});
            this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.gridControl1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(797, 353);
            this.xtraTabPage1.Text = "Table view";
            // 
            // gridControl1
            // 
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            gridLevelNode1.RelationName = "Level1";
            this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(797, 353);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.IndicatorWidth = 35;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsBehavior.ReadOnly = true;
            this.gridView1.OptionsCustomization.AllowColumnMoving = false;
            this.gridView1.OptionsCustomization.AllowColumnResizing = false;
            this.gridView1.OptionsCustomization.AllowFilter = false;
            this.gridView1.OptionsCustomization.AllowGroup = false;
            this.gridView1.OptionsCustomization.AllowQuickHideColumns = false;
            this.gridView1.OptionsCustomization.AllowSort = false;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedRow = false;
            this.gridView1.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
            this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.checkEdit9);
            this.xtraTabPage2.Controls.Add(this.checkEdit8);
            this.xtraTabPage2.Controls.Add(this.chartControl1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(793, 350);
            this.xtraTabPage2.Text = "Dyno graph view";
            // 
            // checkEdit9
            // 
            this.checkEdit9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit9.EditValue = true;
            this.checkEdit9.Location = new System.Drawing.Point(133, 324);
            this.checkEdit9.Name = "checkEdit9";
            this.checkEdit9.Properties.Caption = "Show torque curve";
            this.checkEdit9.Size = new System.Drawing.Size(124, 19);
            this.checkEdit9.TabIndex = 2;
            this.checkEdit9.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // checkEdit8
            // 
            this.checkEdit8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkEdit8.EditValue = true;
            this.checkEdit8.Location = new System.Drawing.Point(3, 324);
            this.checkEdit8.Name = "checkEdit8";
            this.checkEdit8.Properties.Caption = "Show power curve";
            this.checkEdit8.Size = new System.Drawing.Size(124, 19);
            this.checkEdit8.TabIndex = 1;
            this.checkEdit8.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged);
            // 
            // chartControl1
            // 
            this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.chartControl1.ContextMenuStrip = this.contextMenuStrip1;
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.Name = "Series 1";
            series1.View = splineSeriesView1;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.Name = "Series 2";
            series2.View = splineSeriesView2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.SeriesTemplate.View = splineSeriesView3;
            this.chartControl1.Size = new System.Drawing.Size(789, 318);
            this.chartControl1.TabIndex = 0;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveAsToolStripMenuItem,
            this.printToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(139, 48);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.saveAsToolStripMenuItem.Text = "Save as ...";
            this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
            // 
            // printToolStripMenuItem
            // 
            this.printToolStripMenuItem.Name = "printToolStripMenuItem";
            this.printToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.printToolStripMenuItem.Text = "Print";
            this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
            // 
            // groupControl2
            // 
            this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupControl2.Controls.Add(this.comboBoxEdit1);
            this.groupControl2.Controls.Add(this.checkEdit6);
            this.groupControl2.Controls.Add(this.checkEdit5);
            this.groupControl2.Controls.Add(this.labelControl13);
            this.groupControl2.Controls.Add(this.labelControl14);
            this.groupControl2.Controls.Add(this.labelControl10);
            this.groupControl2.Controls.Add(this.labelControl9);
            this.groupControl2.Controls.Add(this.spinEdit1);
            this.groupControl2.Controls.Add(this.labelControl7);
            this.groupControl2.Controls.Add(this.labelControl8);
            this.groupControl2.Controls.Add(this.labelControl4);
            this.groupControl2.Controls.Add(this.labelControl6);
            this.groupControl2.Controls.Add(this.labelControl3);
            this.groupControl2.Controls.Add(this.labelControl1);
            this.groupControl2.Controls.Add(this.comboBoxEdit2);
            this.groupControl2.Controls.Add(this.checkEdit1);
            this.groupControl2.Location = new System.Drawing.Point(8, 390);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(799, 156);
            this.groupControl2.TabIndex = 3;
            this.groupControl2.Text = "Options";
            // 
            // comboBoxEdit1
            // 
            this.comboBoxEdit1.EditValue = "Automatic bank selection";
            this.comboBoxEdit1.Location = new System.Drawing.Point(16, 113);
            this.comboBoxEdit1.Name = "comboBoxEdit1";
            this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
            "Automatic banks selection"});
            this.comboBoxEdit1.Size = new System.Drawing.Size(195, 20);
            this.comboBoxEdit1.TabIndex = 26;
            this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged_1);
            // 
            // checkEdit6
            // 
            this.checkEdit6.Location = new System.Drawing.Point(125, 88);
            this.checkEdit6.Name = "checkEdit6";
            this.checkEdit6.Properties.Caption = "torque in lbft";
            this.checkEdit6.Size = new System.Drawing.Size(86, 19);
            this.checkEdit6.TabIndex = 25;
            this.checkEdit6.CheckedChanged += new System.EventHandler(this.checkEdit6_CheckedChanged);
            // 
            // checkEdit5
            // 
            this.checkEdit5.Location = new System.Drawing.Point(14, 88);
            this.checkEdit5.Name = "checkEdit5";
            this.checkEdit5.Properties.Caption = "power in kW";
            this.checkEdit5.Size = new System.Drawing.Size(86, 19);
            this.checkEdit5.TabIndex = 24;
            this.checkEdit5.CheckedChanged += new System.EventHandler(this.checkEdit5_CheckedChanged);
            // 
            // labelControl13
            // 
            this.labelControl13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl13.Appearance.BackColor = System.Drawing.Color.DarkGray;
            this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl13.Location = new System.Drawing.Point(775, 79);
            this.labelControl13.Name = "labelControl13";
            this.labelControl13.Size = new System.Drawing.Size(15, 13);
            this.labelControl13.TabIndex = 19;
            this.labelControl13.Text = "     ";
            this.labelControl13.Visible = false;
            this.labelControl13.Click += new System.EventHandler(this.labelControl13_Click);
            // 
            // labelControl14
            // 
            this.labelControl14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl14.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl14.Location = new System.Drawing.Point(703, 80);
            this.labelControl14.Name = "labelControl14";
            this.labelControl14.Size = new System.Drawing.Size(66, 13);
            this.labelControl14.TabIndex = 18;
            this.labelControl14.Text = "Fuelcut limiter";
            this.labelControl14.Visible = false;
            this.labelControl14.DoubleClick += new System.EventHandler(this.labelControl14_DoubleClick);
            this.labelControl14.Click += new System.EventHandler(this.labelControl14_Click);
            // 
            // labelControl10
            // 
            this.labelControl10.Location = new System.Drawing.Point(217, 41);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(17, 13);
            this.labelControl10.TabIndex = 15;
            this.labelControl10.Text = "kPa";
            // 
            // labelControl9
            // 
            this.labelControl9.Location = new System.Drawing.Point(16, 41);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(84, 13);
            this.labelControl9.TabIndex = 14;
            this.labelControl9.Text = "Ambient pressure";
            // 
            // spinEdit1
            // 
            this.spinEdit1.EditValue = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.spinEdit1.Location = new System.Drawing.Point(146, 36);
            this.spinEdit1.Name = "spinEdit1";
            this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit1.Properties.IsFloatValue = false;
            this.spinEdit1.Properties.Mask.EditMask = "N00";
            this.spinEdit1.Properties.MaxValue = new decimal(new int[] {
            150,
            0,
            0,
            0});
            this.spinEdit1.Properties.MinValue = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.spinEdit1.Size = new System.Drawing.Size(65, 20);
            this.spinEdit1.TabIndex = 13;
            this.spinEdit1.EditValueChanged += new System.EventHandler(this.spinEdit1_EditValueChanged);
            // 
            // labelControl7
            // 
            this.labelControl7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl7.Appearance.BackColor = System.Drawing.Color.Black;
            this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl7.Location = new System.Drawing.Point(775, 22);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(15, 13);
            this.labelControl7.TabIndex = 12;
            this.labelControl7.Text = "     ";
            this.labelControl7.Visible = false;
            // 
            // labelControl8
            // 
            this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl8.Location = new System.Drawing.Point(681, 23);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(88, 13);
            this.labelControl8.TabIndex = 11;
            this.labelControl8.Text = "Turbospeed limiter";
            this.labelControl8.Visible = false;
            this.labelControl8.DoubleClick += new System.EventHandler(this.labelControl8_DoubleClick);
            // 
            // labelControl4
            // 
            this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl4.Appearance.BackColor = System.Drawing.Color.Yellow;
            this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl4.Location = new System.Drawing.Point(775, 60);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(15, 13);
            this.labelControl4.TabIndex = 10;
            this.labelControl4.Text = "     ";
            // 
            // labelControl6
            // 
            this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl6.Appearance.BackColor = System.Drawing.Color.Blue;
            this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl6.Location = new System.Drawing.Point(775, 41);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(15, 13);
            this.labelControl6.TabIndex = 8;
            this.labelControl6.Text = "     ";
            this.labelControl6.Visible = false;
            // 
            // labelControl3
            // 
            this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl3.Location = new System.Drawing.Point(704, 61);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(65, 13);
            this.labelControl3.TabIndex = 7;
            this.labelControl3.Text = "Torque limiter";
            this.labelControl3.DoubleClick += new System.EventHandler(this.labelControl3_DoubleClick);
            // 
            // labelControl1
            // 
            this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl1.Location = new System.Drawing.Point(701, 42);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(68, 13);
            this.labelControl1.TabIndex = 5;
            this.labelControl1.Text = "Airmass limiter";
            this.labelControl1.Visible = false;
            this.labelControl1.DoubleClick += new System.EventHandler(this.labelControl1_DoubleClick);
            // 
            // comboBoxEdit2
            // 
            this.comboBoxEdit2.EditValue = "Show IQ";
            this.comboBoxEdit2.Location = new System.Drawing.Point(16, 62);
            this.comboBoxEdit2.Name = "comboBoxEdit2";
            this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit2.Properties.Items.AddRange(new object[] {
            "Show IQ",
            "Show estimated torque",
            "Show estimated horsepower"});
            this.comboBoxEdit2.Size = new System.Drawing.Size(195, 20);
            this.comboBoxEdit2.TabIndex = 4;
            this.comboBoxEdit2.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit2_SelectedIndexChanged);
            // 
            // checkEdit1
            // 
            this.checkEdit1.Location = new System.Drawing.Point(425, 87);
            this.checkEdit1.Name = "checkEdit1";
            this.checkEdit1.Properties.Caption = "Car has automatic gearbox";
            this.checkEdit1.Size = new System.Drawing.Size(177, 19);
            this.checkEdit1.TabIndex = 0;
            this.checkEdit1.Visible = false;
            this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
            // 
            // simpleButton3
            // 
            this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.simpleButton3.Enabled = false;
            this.simpleButton3.Location = new System.Drawing.Point(8, 552);
            this.simpleButton3.Name = "simpleButton3";
            this.simpleButton3.Size = new System.Drawing.Size(147, 23);
            this.simpleButton3.TabIndex = 7;
            this.simpleButton3.Text = "Compare to another file";
            this.simpleButton3.Visible = false;
            this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
            // 
            // simpleButton2
            // 
            this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton2.Location = new System.Drawing.Point(651, 552);
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Size = new System.Drawing.Size(75, 23);
            this.simpleButton2.TabIndex = 6;
            this.simpleButton2.Text = "Refresh";
            this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
            // 
            // simpleButton1
            // 
            this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton1.Location = new System.Drawing.Point(732, 552);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(75, 23);
            this.simpleButton1.TabIndex = 5;
            this.simpleButton1.Text = "Close";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // ctrlAirmassResult
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.simpleButton3);
            this.Controls.Add(this.simpleButton2);
            this.Controls.Add(this.simpleButton1);
            this.Controls.Add(this.groupControl2);
            this.Controls.Add(this.xtraTabControl1);
            this.Name = "ctrlAirmassResult";
            this.Size = new System.Drawing.Size(815, 582);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            this.groupControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 37
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.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.panelControl9 = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Visibility = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram           = xyDiagram1;
     this.chartControl1.Dock              = System.Windows.Forms.DockStyle.Left;
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(0, 0);
     this.chartControl1.Name              = "chartControl1";
     this.chartControl1.RuntimeHitTesting = true;
     series1.CrosshairEnabled             = DevExpress.Utils.DefaultBoolean.False;
     series1.CrosshairHighlightPoints     = DevExpress.Utils.DefaultBoolean.False;
     series1.CrosshairLabelVisibility     = DevExpress.Utils.DefaultBoolean.False;
     series1.Name = "Series 1";
     splineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.False;
     series1.View = splineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size       = new System.Drawing.Size(381, 159);
     this.chartControl1.TabIndex   = 25;
     this.chartControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDown);
     this.chartControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseMove);
     this.chartControl1.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseUp);
     //
     // panelControl9
     //
     this.panelControl9.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl9.Location = new System.Drawing.Point(381, 0);
     this.panelControl9.Name     = "panelControl9";
     this.panelControl9.Size     = new System.Drawing.Size(74, 159);
     this.panelControl9.TabIndex = 26;
     //
     // ValueChooseInChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelControl9);
     this.Controls.Add(this.chartControl1);
     this.LookAndFeel.SkinName = "Caramel";
     this.Name = "ValueChooseInChart";
     this.Size = new System.Drawing.Size(455, 159);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 38
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.ConstantLine     constantLine1     = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine     constantLine2     = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine     constantLine3     = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     this.panel1  = new System.Windows.Forms.Panel();
     this.chartRW = new DevExpress.XtraCharts.ChartControl();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartRW)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.chartRW);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1253, 548);
     this.panel1.TabIndex = 0;
     //
     // chartRW
     //
     this.chartRW.DataBindings = null;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     constantLine1.AxisValueSerializable         = "6";
     constantLine1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     constantLine1.Name  = "Max";
     constantLine2.AxisValueSerializable = "0";
     constantLine2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     constantLine2.Name  = "Min";
     constantLine3.AxisValueSerializable = "3";
     constantLine3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     constantLine3.Name  = "Average";
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1,
         constantLine2,
         constantLine3
     });
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Text                 = "REWORK(%)";
     xyDiagram1.AxisY.Title.TextColor            = System.Drawing.Color.Blue;
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartRW.Diagram            = xyDiagram1;
     this.chartRW.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.chartRW.Legend.Name        = "Default Legend";
     this.chartRW.Location           = new System.Drawing.Point(0, 0);
     this.chartRW.Name               = "chartRW";
     series1.Name                    = "REWORK";
     series1.View                    = splineSeriesView1;
     this.chartRW.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartRW.Size     = new System.Drawing.Size(1253, 548);
     this.chartRW.TabIndex = 0;
     //
     // SMT_QUALITY_COCKPIT_REWORK_POPUP
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(1253, 548);
     this.Controls.Add(this.panel1);
     this.Name            = "SMT_QUALITY_COCKPIT_REWORK_POPUP";
     this.Text            = "SMT_SCADA_COCKPIT_FORM2";
     this.Load           += new System.EventHandler(this.SMT_QUALITY_COCKPIT_FORM1_Load);
     this.VisibleChanged += new System.EventHandler(this.SMT_QUALITY_COCKPIT_REWORK_POPUP_VisibleChanged);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartRW)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series3           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series4           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView4 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel5 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView5 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.XYDiagram        xyDiagram2        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series5           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions     pointOptions1     = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView6 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel7 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView7 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.ChartTitle       chartTitle1       = new DevExpress.XtraCharts.ChartTitle();
     this.layoutControl1       = new DevExpress.XtraLayout.LayoutControl();
     this.chartActivity        = new DevExpress.XtraCharts.ChartControl();
     this.gridInvoiceSummary   = new DevExpress.XtraGrid.GridControl();
     this.gvInvoiceSummary     = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn5          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridPickListSummary  = new DevExpress.XtraGrid.GridControl();
     this.gvPickList           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn3          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.wishListSummary      = new DevExpress.XtraGrid.GridControl();
     this.gvWishList           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.chartTransactions    = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup1  = new DevExpress.XtraLayout.LayoutControlGroup();
     this.lcTransactionSummary = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1   = new DevExpress.XtraLayout.LayoutControlItem();
     this.lcActivitySummary    = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem5   = new DevExpress.XtraLayout.LayoutControlItem();
     this.lcWishlistSummary    = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2   = new DevExpress.XtraLayout.LayoutControlItem();
     this.lcPicklistSummary    = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem3   = new DevExpress.XtraLayout.LayoutControlItem();
     this.lcInvoiceSummary     = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem4   = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartActivity)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridInvoiceSummary)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInvoiceSummary)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPickListSummary)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvPickList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wishListSummary)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvWishList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartTransactions)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcTransactionSummary)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcActivitySummary)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcWishlistSummary)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcPicklistSummary)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcInvoiceSummary)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.chartActivity);
     this.layoutControl1.Controls.Add(this.gridInvoiceSummary);
     this.layoutControl1.Controls.Add(this.gridPickListSummary);
     this.layoutControl1.Controls.Add(this.wishListSummary);
     this.layoutControl1.Controls.Add(this.chartTransactions);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(563, 382, 250, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(995, 572);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // chartActivity
     //
     this.chartActivity.Cursor    = System.Windows.Forms.Cursors.Hand;
     xyDiagram1.AxisX.Label.Angle = -25;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartActivity.Diagram     = xyDiagram1;
     this.chartActivity.Location    = new System.Drawing.Point(509, 44);
     this.chartActivity.Name        = "chartActivity";
     this.chartActivity.PaletteName = "Palette 1";
     this.chartActivity.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(147))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(147)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(238)))), ((int)(((byte)(15))))), System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(238)))), ((int)(((byte)(15)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(36)))), ((int)(((byte)(31))))), System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(36)))), ((int)(((byte)(31)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(36)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(36)))), ((int)(((byte)(255))))))
     }));
     series1.ArgumentDataMember    = "Date";
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Requested";
     series1.ValueDataMembersSerializable = "Value";
     series1.View = splineSeriesView1;
     series2.ArgumentDataMember    = "Date";
     pointSeriesLabel2.LineVisible = true;
     series2.Label = pointSeriesLabel2;
     series2.Name  = "Issued";
     series2.ValueDataMembersSerializable = "Value";
     series2.View = splineSeriesView2;
     series3.ArgumentDataMember    = "Date";
     pointSeriesLabel3.LineVisible = true;
     series3.Label = pointSeriesLabel3;
     series3.Name  = "Cancelled";
     series3.ValueDataMembersSerializable = "Value";
     series3.View = splineSeriesView3;
     series4.ArgumentDataMember    = "Date";
     pointSeriesLabel4.LineVisible = true;
     series4.Label = pointSeriesLabel4;
     series4.Name  = "Picklist";
     series4.ValueDataMembersSerializable = "Value";
     series4.View = splineSeriesView4;
     this.chartActivity.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4
     };
     pointSeriesLabel5.LineVisible           = true;
     this.chartActivity.SeriesTemplate.Label = pointSeriesLabel5;
     this.chartActivity.SeriesTemplate.View  = splineSeriesView5;
     this.chartActivity.Size     = new System.Drawing.Size(462, 233);
     this.chartActivity.TabIndex = 8;
     this.chartActivity.Click   += new System.EventHandler(this.chartActivity_Click);
     //
     // gridInvoiceSummary
     //
     this.gridInvoiceSummary.Location = new System.Drawing.Point(662, 325);
     this.gridInvoiceSummary.MainView = this.gvInvoiceSummary;
     this.gridInvoiceSummary.Name     = "gridInvoiceSummary";
     this.gridInvoiceSummary.Size     = new System.Drawing.Size(309, 223);
     this.gridInvoiceSummary.TabIndex = 7;
     this.gridInvoiceSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvInvoiceSummary
     });
     //
     // gvInvoiceSummary
     //
     this.gvInvoiceSummary.Appearance.Row.BackColor            = System.Drawing.Color.Transparent;
     this.gvInvoiceSummary.Appearance.Row.Options.UseBackColor = true;
     this.gvInvoiceSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn9
     });
     this.gvInvoiceSummary.GridControl = this.gridInvoiceSummary;
     this.gvInvoiceSummary.GroupCount  = 1;
     this.gvInvoiceSummary.Name        = "gvInvoiceSummary";
     this.gvInvoiceSummary.OptionsBehavior.Editable = false;
     this.gvInvoiceSummary.OptionsBehavior.ReadOnly = true;
     this.gvInvoiceSummary.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvInvoiceSummary.OptionsSelection.EnableAppearanceFocusedRow  = false;
     this.gvInvoiceSummary.OptionsView.ShowColumnHeaders = false;
     this.gvInvoiceSummary.OptionsView.ShowGroupPanel    = false;
     this.gvInvoiceSummary.OptionsView.ShowIndicator     = false;
     this.gvInvoiceSummary.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn9, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gridColumn5
     //
     this.gridColumn5.FieldName    = "Name";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 0;
     //
     // gridColumn6
     //
     this.gridColumn6.FieldName    = "Value";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 1;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = " ";
     this.gridColumn9.FieldName    = "Category";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 2;
     //
     // gridPickListSummary
     //
     this.gridPickListSummary.Location = new System.Drawing.Point(337, 325);
     this.gridPickListSummary.MainView = this.gvPickList;
     this.gridPickListSummary.Name     = "gridPickListSummary";
     this.gridPickListSummary.Size     = new System.Drawing.Size(297, 223);
     this.gridPickListSummary.TabIndex = 6;
     this.gridPickListSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvPickList
     });
     //
     // gvPickList
     //
     this.gvPickList.Appearance.Row.BackColor            = System.Drawing.Color.Transparent;
     this.gvPickList.Appearance.Row.Options.UseBackColor = true;
     this.gvPickList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn7
     });
     this.gvPickList.GridControl = this.gridPickListSummary;
     this.gvPickList.GroupCount  = 1;
     this.gvPickList.Name        = "gvPickList";
     this.gvPickList.OptionsBehavior.Editable = false;
     this.gvPickList.OptionsBehavior.ReadOnly = true;
     this.gvPickList.OptionsSelection.EnableAppearanceFocusedCell   = false;
     this.gvPickList.OptionsSelection.EnableAppearanceFocusedRow    = false;
     this.gvPickList.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gvPickList.OptionsView.ShowColumnHeaders = false;
     this.gvPickList.OptionsView.ShowGroupPanel    = false;
     this.gvPickList.OptionsView.ShowIndicator     = false;
     this.gvPickList.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn7, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gridColumn3
     //
     this.gridColumn3.FieldName    = "Name";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 0;
     //
     // gridColumn4
     //
     this.gridColumn4.FieldName    = "Value";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 1;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption      = " ";
     this.gridColumn7.FieldName    = "Category";
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 2;
     //
     // wishListSummary
     //
     this.wishListSummary.Location = new System.Drawing.Point(24, 325);
     this.wishListSummary.MainView = this.gvWishList;
     this.wishListSummary.Name     = "wishListSummary";
     this.wishListSummary.Size     = new System.Drawing.Size(285, 223);
     this.wishListSummary.TabIndex = 5;
     this.wishListSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvWishList
     });
     //
     // gvWishList
     //
     this.gvWishList.Appearance.Row.BackColor            = System.Drawing.Color.Transparent;
     this.gvWishList.Appearance.Row.Options.UseBackColor = true;
     this.gvWishList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn8
     });
     this.gvWishList.GridControl = this.wishListSummary;
     this.gvWishList.GroupCount  = 1;
     this.gvWishList.Name        = "gvWishList";
     this.gvWishList.OptionsBehavior.Editable = false;
     this.gvWishList.OptionsBehavior.ReadOnly = true;
     this.gvWishList.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvWishList.OptionsSelection.EnableAppearanceFocusedRow  = false;
     this.gvWishList.OptionsView.ShowColumnHeaders = false;
     this.gvWishList.OptionsView.ShowGroupPanel    = false;
     this.gvWishList.OptionsView.ShowIndicator     = false;
     this.gvWishList.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn8, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gridColumn1
     //
     this.gridColumn1.FieldName    = "Name";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.FieldName    = "Value";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption      = " ";
     this.gridColumn8.FieldName    = "Category";
     this.gridColumn8.Name         = "gridColumn8";
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 2;
     //
     // chartTransactions
     //
     this.chartTransactions.AppearanceName = "Light";
     this.chartTransactions.Cursor         = System.Windows.Forms.Cursors.Hand;
     xyDiagram2.AxisX.Label.Angle          = -25;
     xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartTransactions.Diagram                = xyDiagram2;
     this.chartTransactions.Legend.Visible         = false;
     this.chartTransactions.Location               = new System.Drawing.Point(24, 44);
     this.chartTransactions.Name                   = "chartTransactions";
     this.chartTransactions.PaletteBaseColorNumber = 2;
     this.chartTransactions.PaletteName            = "Terracotta Pie";
     series5.ArgumentDataMember    = "Date";
     pointSeriesLabel6.LineVisible = true;
     series5.Label = pointSeriesLabel6;
     series5.Name  = "Sales";
     pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
     series5.PointOptions = pointOptions1;
     series5.ValueDataMembersSerializable = "Value";
     splineSeriesView6.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     series5.View            = splineSeriesView6;
     this.chartTransactions.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series5
     };
     pointSeriesLabel7.LineVisible = true;
     this.chartTransactions.SeriesTemplate.Label = pointSeriesLabel7;
     this.chartTransactions.SeriesTemplate.View  = splineSeriesView7;
     this.chartTransactions.Size     = new System.Drawing.Size(457, 233);
     this.chartTransactions.TabIndex = 4;
     chartTitle1.Font = new System.Drawing.Font("Tahoma", 10F);
     chartTitle1.Text = "Daily Sales (From Invoice Printing)";
     this.chartTransactions.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chartTransactions.Click += new System.EventHandler(this.chartTransactions_Click);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.lcTransactionSummary,
         this.lcActivitySummary,
         this.lcWishlistSummary,
         this.lcPicklistSummary,
         this.lcInvoiceSummary
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(995, 572);
     this.layoutControlGroup1.Spacing     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.Text        = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // lcTransactionSummary
     //
     this.lcTransactionSummary.CustomizationFormText = "Transaction Summary";
     this.lcTransactionSummary.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1
     });
     this.lcTransactionSummary.Location = new System.Drawing.Point(0, 0);
     this.lcTransactionSummary.Name     = "lcTransactionSummary";
     this.lcTransactionSummary.Size     = new System.Drawing.Size(485, 281);
     this.lcTransactionSummary.Text     = "Transaction Summary (Click on the chart to zoom in)";
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.chartTransactions;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(461, 237);
     this.layoutControlItem1.Text     = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // lcActivitySummary
     //
     this.lcActivitySummary.CustomizationFormText = "Activity Summary";
     this.lcActivitySummary.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem5
     });
     this.lcActivitySummary.Location = new System.Drawing.Point(485, 0);
     this.lcActivitySummary.Name     = "lcActivitySummary";
     this.lcActivitySummary.Size     = new System.Drawing.Size(490, 281);
     this.lcActivitySummary.Text     = "Activity Summary (Click on the chart to zoom in)";
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.chartActivity;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem5.Name     = "layoutControlItem5";
     this.layoutControlItem5.Size     = new System.Drawing.Size(466, 237);
     this.layoutControlItem5.Text     = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible           = false;
     //
     // lcWishlistSummary
     //
     this.lcWishlistSummary.CustomizationFormText = "Wish List Summary";
     this.lcWishlistSummary.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2
     });
     this.lcWishlistSummary.Location = new System.Drawing.Point(0, 281);
     this.lcWishlistSummary.Name     = "lcWishlistSummary";
     this.lcWishlistSummary.Size     = new System.Drawing.Size(313, 271);
     this.lcWishlistSummary.Text     = "Wish List Summary";
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.wishListSummary;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(289, 227);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // lcPicklistSummary
     //
     this.lcPicklistSummary.CustomizationFormText = "Pick List Summary";
     this.lcPicklistSummary.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem3
     });
     this.lcPicklistSummary.Location = new System.Drawing.Point(313, 281);
     this.lcPicklistSummary.Name     = "lcPicklistSummary";
     this.lcPicklistSummary.Size     = new System.Drawing.Size(325, 271);
     this.lcPicklistSummary.Text     = "Pick List Summary";
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.gridPickListSummary;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(301, 227);
     this.layoutControlItem3.Text     = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // lcInvoiceSummary
     //
     this.lcInvoiceSummary.CustomizationFormText = "Invoice Summary";
     this.lcInvoiceSummary.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem4
     });
     this.lcInvoiceSummary.Location = new System.Drawing.Point(638, 281);
     this.lcInvoiceSummary.Name     = "lcInvoiceSummary";
     this.lcInvoiceSummary.Size     = new System.Drawing.Size(337, 271);
     this.lcInvoiceSummary.Text     = "Invoice Summary";
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.gridInvoiceSummary;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(313, 227);
     this.layoutControlItem4.Text     = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible           = false;
     //
     // Dashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(995, 572);
     this.Controls.Add(this.layoutControl1);
     this.Name  = "Dashboard";
     this.Text  = "Dashboard";
     this.Load += new System.EventHandler(this.Dashboard_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartActivity)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridInvoiceSummary)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInvoiceSummary)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPickListSummary)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvPickList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wishListSummary)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvWishList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartTransactions)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcTransactionSummary)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcActivitySummary)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcWishlistSummary)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcPicklistSummary)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcInvoiceSummary)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(r_kaizens));
     DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series3    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView3  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel2         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView4  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery1           = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery2           = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery3           = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1           = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery4           = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     DevExpress.XtraCharts.XYDiagram                xyDiagram3                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series5                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView5  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series6                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel3         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView2           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView1         = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView2  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel4       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1        = new DevExpress.XtraReports.UI.XRLine();
     this.xrPictureBox1  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2        = new DevExpress.XtraReports.UI.XRLine();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel5       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable2       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrColumn1      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrColumn2      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrColumn3      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrColumn4      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrColumn5      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrColumn6      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrChart2       = new DevExpress.XtraReports.UI.XRChart();
     this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.xrChart1       = new DevExpress.XtraReports.UI.XRChart();
     this.xrLabel3       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable1       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6   = new DevExpress.XtraReports.UI.XRTableCell();
     this.DetailReport   = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1        = new DevExpress.XtraReports.UI.DetailBand();
     this.ReportFooter   = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrChart3       = new DevExpress.XtraReports.UI.XRChart();
     this.xrLabel6       = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel4,
         this.xrLine1,
         this.xrPictureBox1
     });
     this.TopMargin.HeightF = 65F;
     this.TopMargin.Name    = "TopMargin";
     //
     // xrLabel4
     //
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(598.9583F, 25.33332F);
     this.xrLabel4.Multiline     = true;
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(391.0416F, 23F);
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text          = "KAIZENS";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLine1
     //
     this.xrLine1.BorderColor   = System.Drawing.Color.Empty;
     this.xrLine1.ForeColor     = System.Drawing.Color.Gray;
     this.xrLine1.LineWidth     = 5F;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 48.33333F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(996.875F, 16.66667F);
     this.xrLine1.StylePriority.UseBorderColor = false;
     this.xrLine1.StylePriority.UseForeColor   = false;
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource"));
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 8.75F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(153.125F, 39.58333F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrLine2
     });
     this.BottomMargin.HeightF = 54F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // xrLabel1
     //
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(598.9583F, 16.66667F);
     this.xrLabel1.Multiline     = true;
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(401.0417F, 23F);
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "xrLabel1";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLine2
     //
     this.xrLine2.BorderColor   = System.Drawing.Color.Empty;
     this.xrLine2.ForeColor     = System.Drawing.Color.Gray;
     this.xrLine2.LineWidth     = 5F;
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(996.875F, 16.66667F);
     this.xrLine2.StylePriority.UseBorderColor = false;
     this.xrLine2.StylePriority.UseForeColor   = false;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel6,
         this.xrChart3,
         this.xrLabel3,
         this.xrLabel5,
         this.xrLabel2,
         this.xrTable2,
         this.xrChart2,
         this.xrChart1
     });
     this.Detail.HeightF = 582.7084F;
     this.Detail.Name    = "Detail";
     //
     // xrLabel5
     //
     this.xrLabel5.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(259.9998F, 0F);
     this.xrLabel5.Multiline                      = true;
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "TREND";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel2
     //
     this.xrLabel2.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(748.9583F, 0F);
     this.xrLabel2.Multiline                      = true;
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "PARETO";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTable2
     //
     this.xrTable2.BackColor = System.Drawing.Color.IndianRed;
     this.xrTable2.Borders   = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                       | DevExpress.XtraPrinting.BorderSide.Right)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.BorderWidth   = 1F;
     this.xrTable2.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTable2.ForeColor     = System.Drawing.Color.White;
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 557.7084F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(996.875F, 25F);
     this.xrTable2.StylePriority.UseBackColor     = false;
     this.xrTable2.StylePriority.UseBorders       = false;
     this.xrTable2.StylePriority.UseBorderWidth   = false;
     this.xrTable2.StylePriority.UseFont          = false;
     this.xrTable2.StylePriority.UseForeColor     = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrColumn1,
         this.xrColumn2,
         this.xrColumn3,
         this.xrColumn4,
         this.xrColumn5,
         this.xrColumn6
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrColumn1
     //
     this.xrColumn1.Multiline = true;
     this.xrColumn1.Name      = "xrColumn1";
     this.xrColumn1.Text      = "RESPONSIBLE";
     this.xrColumn1.Weight    = 0.92163030833659876D;
     //
     // xrColumn2
     //
     this.xrColumn2.Multiline = true;
     this.xrColumn2.Name      = "xrColumn2";
     this.xrColumn2.Text      = "ISSUE";
     this.xrColumn2.Weight    = 1.4858934475411441D;
     //
     // xrColumn3
     //
     this.xrColumn3.Multiline = true;
     this.xrColumn3.Name      = "xrColumn3";
     this.xrColumn3.Text      = "ACTION";
     this.xrColumn3.Weight    = 1.8025078982170846D;
     //
     // xrColumn4
     //
     this.xrColumn4.Multiline = true;
     this.xrColumn4.Name      = "xrColumn4";
     this.xrColumn4.Text      = "STATUS";
     this.xrColumn4.Weight    = 0.60501558214145756D;
     //
     // xrColumn5
     //
     this.xrColumn5.Multiline = true;
     this.xrColumn5.Name      = "xrColumn5";
     this.xrColumn5.Text      = "START_DATE";
     this.xrColumn5.Weight    = 0.5987462345709248D;
     //
     // xrColumn6
     //
     this.xrColumn6.Multiline = true;
     this.xrColumn6.Name      = "xrColumn6";
     this.xrColumn6.Text      = "DUE_DATE";
     this.xrColumn6.Weight    = 0.58620652919279D;
     //
     // xrChart2
     //
     this.xrChart2.AutoLayout     = true;
     this.xrChart2.BackColor      = System.Drawing.Color.White;
     this.xrChart2.BorderColor    = System.Drawing.Color.Black;
     this.xrChart2.Borders        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart2.DataSource     = this.sqlDataSource1;
     xyDiagram2.AxisX.Label.Angle = 270;
     xyDiagram2.AxisX.Label.ResolveOverlappingOptions.AllowHide    = false;
     xyDiagram2.AxisX.Label.ResolveOverlappingOptions.AllowStagger = false;
     xyDiagram2.AxisX.Label.ResolveOverlappingOptions.MinIndent    = 0;
     xyDiagram2.AxisX.MinorCount = 1;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram2.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram2.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram2.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram2.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart2.Diagram = xyDiagram2;
     this.xrChart2.IndicatorsPaletteName      = "Grayscale";
     this.xrChart2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.xrChart2.Legend.BackColor           = System.Drawing.Color.Transparent;
     this.xrChart2.Legend.Border.Color        = System.Drawing.SystemColors.ActiveBorder;
     this.xrChart2.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.True;
     this.xrChart2.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.xrChart2.Legend.MarkerSize          = new System.Drawing.Size(20, 10);
     this.xrChart2.Legend.Name       = "Default Legend";
     this.xrChart2.Legend.Title.Text = "Actual";
     this.xrChart2.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart2.LocationFloat     = new DevExpress.Utils.PointFloat(611.4583F, 23.00002F);
     this.xrChart2.Name = "xrChart2";
     this.xrChart2.PaletteBaseColorNumber         = 2;
     this.xrChart2.PaletteName                    = "Grayscale";
     series3.ArgumentDataMember                   = "Query_2.scause";
     sideBySideBarSeriesLabel2.Border.Visibility  = DevExpress.Utils.DefaultBoolean.True;
     sideBySideBarSeriesLabel2.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel2.LineVisibility     = DevExpress.Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel2.TextColor          = System.Drawing.Color.Black;
     sideBySideBarSeriesLabel2.TextOrientation    = DevExpress.XtraCharts.TextOrientation.BottomToTop;
     series3.Label      = sideBySideBarSeriesLabel2;
     series3.LegendName = "Default Legend";
     series3.Name       = "Actual";
     series3.ValueDataMembersSerializable  = "Query_2.factual";
     sideBySideBarSeriesView3.Color        = System.Drawing.Color.Firebrick;
     sideBySideBarSeriesView3.Transparency = ((byte)(135));
     series3.View = sideBySideBarSeriesView3;
     series4.ArgumentDataMember           = "Query_2.scause";
     pointSeriesLabel2.Border.Visibility  = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel2.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel2.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
     pointSeriesLabel2.LineVisibility     = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel2.TextColor          = System.Drawing.Color.Black;
     series4.Label                        = pointSeriesLabel2;
     series4.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series4.Name                         = "Goal";
     series4.ShowInLegend                 = false;
     series4.ValueDataMembersSerializable = "Query_2.fsum";
     lineSeriesView1.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     series4.View                         = lineSeriesView1;
     this.xrChart2.SeriesSerializable     = new DevExpress.XtraCharts.Series[] {
         series3,
         series4
     };
     sideBySideBarSeriesView4.Transparency = ((byte)(135));
     this.xrChart2.SeriesTemplate.View     = sideBySideBarSeriesView4;
     this.xrChart2.SizeF = new System.Drawing.SizeF(378.5416F, 273.4167F);
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "DB_1033_DashboardConnectionString";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     customSqlQuery1.Name = "Query_1";
     customSqlQuery1.Sql  = resources.GetString("customSqlQuery1.Sql");
     customSqlQuery2.Name = "Query_2";
     customSqlQuery2.Sql  = "SELECT top 5 [factual],[fsum],[scause] \r\n FROM [DB_1033_Dashboard].[dbo].[sta_niv" +
                            "el2p]\r\n where smetric = \'kaizens\'\r\n";
     customSqlQuery3.Name  = "Query_3";
     queryParameter1.Name  = "Parameter1";
     queryParameter1.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter1.Value = new DevExpress.DataAccess.Expression("?parameter1", typeof(string));
     customSqlQuery3.Parameters.Add(queryParameter1);
     customSqlQuery3.Sql  = "select top 5 * from [tbl_actions]\r\nwhere report = \'kaizens\'";
     customSqlQuery4.Name = "Query_4";
     customSqlQuery4.Sql  = "SELECT * FROM\r\n(SELECT top 3 [id],[factual],[fsum],[scause] \r\n FROM [DB_1033_Dash" +
                            "board].[dbo].[sta_nivel2f]\r\n where smetric = \'kaizens\'\r\nand stype = \'monthly\' or" +
                            "der by id desc)\r\nq1 order by id ";
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         customSqlQuery1,
         customSqlQuery2,
         customSqlQuery3,
         customSqlQuery4
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // xrChart1
     //
     this.xrChart1.BorderColor = System.Drawing.Color.Black;
     this.xrChart1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.DataSource  = this.sqlDataSource1;
     xyDiagram3.AxisX.AutoScaleBreaks.MaxCount = 1;
     xyDiagram3.AxisX.InterlacedColor          = System.Drawing.Color.DimGray;
     xyDiagram3.AxisX.MinorCount                 = 1;
     xyDiagram3.AxisX.Tickmarks.MinorVisible     = false;
     xyDiagram3.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram3.AxisX.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram3.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram3.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram3.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram3.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram3.RuntimePaneCollapse              = false;
     this.xrChart1.Diagram = xyDiagram3;
     this.xrChart1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.xrChart1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.xrChart1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.xrChart1.Legend.MarkerSize          = new System.Drawing.Size(10, 10);
     this.xrChart1.Legend.Name       = "Default Legend";
     this.xrChart1.Legend.Title.Text = "ESCAPES";
     this.xrChart1.LocationFloat     = new DevExpress.Utils.PointFloat(0F, 23.00002F);
     this.xrChart1.Name         = "xrChart1";
     this.xrChart1.PaletteName  = "Grayscale";
     series5.ArgumentDataMember = "Query_1.sdesc";
     series5.Name = "Actual";
     series5.ValueDataMembersSerializable = "Query_1.factual";
     sideBySideBarSeriesView5.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     series5.View = sideBySideBarSeriesView5;
     series6.ArgumentDataMember           = "Query_1.sdesc";
     pointSeriesLabel3.Border.Visibility  = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel3.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel3.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
     pointSeriesLabel3.LineVisibility     = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel3.TextColor          = System.Drawing.Color.Black;
     series6.Label = pointSeriesLabel3;
     series6.Name  = "Goal";
     series6.ValueDataMembersSerializable = "Query_1.fgoal";
     lineSeriesView2.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series6.View                     = lineSeriesView2;
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series5,
         series6
     };
     this.xrChart1.SizeF = new System.Drawing.SizeF(601.0417F, 426.5417F);
     //
     // xrLabel3
     //
     this.xrLabel3.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(748.9583F, 307.9166F);
     this.xrLabel3.Multiline                      = true;
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "FORECAST";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTable1
     //
     this.xrTable1.BackColor     = System.Drawing.Color.WhiteSmoke;
     this.xrTable1.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(996.875F, 25F);
     this.xrTable1.StylePriority.UseBackColor     = false;
     this.xrTable1.StylePriority.UseBorders       = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell3,
         this.xrTableCell4,
         this.xrTableCell5,
         this.xrTableCell6
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[responsible]")
     });
     this.xrTableCell1.Multiline = true;
     this.xrTableCell1.Name      = "xrTableCell1";
     this.xrTableCell1.Text      = "xrTableCell1";
     this.xrTableCell1.Weight    = 0.92163007873726477D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[issue]")
     });
     this.xrTableCell2.Multiline = true;
     this.xrTableCell2.Name      = "xrTableCell2";
     this.xrTableCell2.Text      = "xrTableCell2";
     this.xrTableCell2.Weight    = 1.4858935393808777D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[action]")
     });
     this.xrTableCell3.Multiline = true;
     this.xrTableCell3.Name      = "xrTableCell3";
     this.xrTableCell3.Text      = "xrTableCell3";
     this.xrTableCell3.Weight    = 1.8025080359766852D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[open_close]")
     });
     this.xrTableCell4.Multiline = true;
     this.xrTableCell4.Name      = "xrTableCell4";
     this.xrTableCell4.Text      = "xrTableCell4";
     this.xrTableCell4.Weight    = 0.60501558214145756D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[creation_date]")
     });
     this.xrTableCell5.Multiline        = true;
     this.xrTableCell5.Name             = "xrTableCell5";
     this.xrTableCell5.Text             = "xrTableCell5";
     this.xrTableCell5.TextFormatString = "{0:MM/dd/yyyy}";
     this.xrTableCell5.Weight           = 0.5987462345709248D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[due_date]")
     });
     this.xrTableCell6.Multiline        = true;
     this.xrTableCell6.Name             = "xrTableCell6";
     this.xrTableCell6.Text             = "xrTableCell6";
     this.xrTableCell6.TextFormatString = "{0:MM/dd/yyyy}";
     this.xrTableCell6.Weight           = 0.58620652919279D;
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1,
         this.ReportFooter
     });
     this.DetailReport.DataMember = "Query_3";
     this.DetailReport.DataSource = this.sqlDataSource1;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.Detail1.HeightF = 29.37495F;
     this.Detail1.Name    = "Detail1";
     //
     // ReportFooter
     //
     this.ReportFooter.HeightF = 2.708689F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // xrChart3
     //
     this.xrChart3.AutoLayout     = true;
     this.xrChart3.BackColor      = System.Drawing.Color.White;
     this.xrChart3.BorderColor    = System.Drawing.Color.Black;
     this.xrChart3.Borders        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart3.DataSource     = this.sqlDataSource1;
     xyDiagram1.AxisX.Label.Angle = 270;
     xyDiagram1.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.MinIndent = 1;
     xyDiagram1.AxisX.MinorCount = 1;
     xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart3.Diagram = xyDiagram1;
     this.xrChart3.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.xrChart3.Legend.BackColor           = System.Drawing.Color.Transparent;
     this.xrChart3.Legend.Border.Color        = System.Drawing.SystemColors.ActiveBorder;
     this.xrChart3.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.True;
     this.xrChart3.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.xrChart3.Legend.MarkerSize          = new System.Drawing.Size(20, 10);
     this.xrChart3.Legend.Name       = "Default Legend";
     this.xrChart3.Legend.Title.Text = "Actual";
     this.xrChart3.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart3.LocationFloat     = new DevExpress.Utils.PointFloat(605.1041F, 330.9166F);
     this.xrChart3.Name = "xrChart3";
     this.xrChart3.PaletteBaseColorNumber         = 2;
     this.xrChart3.PaletteName                    = "Grayscale";
     series1.ArgumentDataMember                   = "Query_4.scause";
     sideBySideBarSeriesLabel1.Border.Visibility  = DevExpress.Utils.DefaultBoolean.True;
     sideBySideBarSeriesLabel1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel1.LineVisibility     = DevExpress.Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel1.TextColor          = System.Drawing.Color.Black;
     sideBySideBarSeriesLabel1.TextOrientation    = DevExpress.XtraCharts.TextOrientation.BottomToTop;
     series1.Label      = sideBySideBarSeriesLabel1;
     series1.LegendName = "Default Legend";
     series1.Name       = "Actual";
     series1.ValueDataMembersSerializable  = "Query_4.factual";
     sideBySideBarSeriesView1.Color        = System.Drawing.Color.SteelBlue;
     sideBySideBarSeriesView1.Transparency = ((byte)(135));
     series1.View = sideBySideBarSeriesView1;
     series2.ArgumentDataMember           = "Query_4.scause";
     pointSeriesLabel1.Border.Visibility  = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
     pointSeriesLabel1.LineVisibility     = DevExpress.Utils.DefaultBoolean.False;
     pointSeriesLabel1.TextColor          = System.Drawing.Color.Black;
     series2.Label        = pointSeriesLabel1;
     series2.Name         = "Goal";
     series2.ShowInLegend = false;
     series2.ValueDataMembersSerializable = "Query_4.fsum";
     splineSeriesView1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(89)))), ((int)(((byte)(89)))), ((int)(((byte)(89)))));
     series2.View                     = splineSeriesView1;
     this.xrChart3.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     sideBySideBarSeriesView2.Transparency = ((byte)(135));
     this.xrChart3.SeriesTemplate.View     = sideBySideBarSeriesView2;
     this.xrChart3.SizeF = new System.Drawing.SizeF(384.8958F, 216.3751F);
     //
     // xrLabel6
     //
     this.xrLabel6.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 524.2917F);
     this.xrLabel6.Multiline                      = true;
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(153.125F, 23F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "ACTIONS RAIL";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // r_kaizens
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail,
         this.DetailReport
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataSource        = this.sqlDataSource1;
     this.Font              = new System.Drawing.Font("Arial", 9.75F);
     this.Landscape         = true;
     this.Margins           = new System.Drawing.Printing.Margins(48, 50, 65, 54);
     this.PageColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.PageHeight        = 850;
     this.PageWidth         = 1100;
     this.RequestParameters = false;
     this.Version           = "20.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 41
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.PointOptions             pointOptions1     = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(DiagramForm));
     this.panel1 = new System.Windows.Forms.Panel();
     this.checkedComboBoxEdit1 = new DevExpress.XtraEditors.CheckedComboBoxEdit();
     this.contextMenuStrip     = new System.Windows.Forms.ContextMenuStrip();
     this.lookUpEdit1          = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControl4        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2        = new DevExpress.XtraEditors.LabelControl();
     this.checkEditStepLine    = new DevExpress.XtraEditors.CheckEdit();
     this.checkEditSpline      = new DevExpress.XtraEditors.CheckEdit();
     this.checkEditLine        = new DevExpress.XtraEditors.CheckEdit();
     this.checkEditPie         = new DevExpress.XtraEditors.CheckEdit();
     this.checkEditBar         = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     this.panel2        = new System.Windows.Forms.Panel();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditStepLine.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditSpline.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditLine.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditPie.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditBar.Properties)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkedComboBoxEdit1);
     this.panel1.Controls.Add(this.lookUpEdit1);
     this.panel1.Controls.Add(this.labelControl4);
     this.panel1.Controls.Add(this.labelControl2);
     this.panel1.Controls.Add(this.checkEditStepLine);
     this.panel1.Controls.Add(this.checkEditSpline);
     this.panel1.Controls.Add(this.checkEditLine);
     this.panel1.Controls.Add(this.checkEditPie);
     this.panel1.Controls.Add(this.checkEditBar);
     this.panel1.Controls.Add(this.labelControl1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1079, 39);
     this.panel1.TabIndex = 0;
     //
     // checkedComboBoxEdit1
     //
     this.checkedComboBoxEdit1.Location = new System.Drawing.Point(578, 8);
     this.checkedComboBoxEdit1.Name     = "checkedComboBoxEdit1";
     this.checkedComboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.checkedComboBoxEdit1.Properties.ContextMenuStrip = this.contextMenuStrip;
     this.checkedComboBoxEdit1.Size              = new System.Drawing.Size(323, 20);
     this.checkedComboBoxEdit1.TabIndex          = 15;
     this.checkedComboBoxEdit1.EditValueChanged += new System.EventHandler(this.checkedComboBoxEdit1_EditValueChanged);
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Name = "contextMenuStrip";
     this.contextMenuStrip.Size = new System.Drawing.Size(61, 4);
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.Location = new System.Drawing.Point(578, 8);
     this.lookUpEdit1.Name     = "lookUpEdit1";
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lookUpEdit1.Size              = new System.Drawing.Size(160, 20);
     this.lookUpEdit1.TabIndex          = 14;
     this.lookUpEdit1.Visible           = false;
     this.lookUpEdit1.EditValueChanged += new System.EventHandler(this.lookUpEdit1_EditValueChanged);
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(512, 12);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(60, 14);
     this.labelControl4.TabIndex = 13;
     this.labelControl4.Text     = "图标内容:";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(79, 12);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(15, 14);
     this.labelControl2.TabIndex = 11;
     this.labelControl2.Text     = "2D";
     //
     // checkEditStepLine
     //
     this.checkEditStepLine.Location                   = new System.Drawing.Point(331, 10);
     this.checkEditStepLine.Name                       = "checkEditStepLine";
     this.checkEditStepLine.Properties.Caption         = "梯线图";
     this.checkEditStepLine.Properties.RadioGroupIndex = 0;
     this.checkEditStepLine.Size                       = new System.Drawing.Size(60, 19);
     this.checkEditStepLine.TabIndex                   = 9;
     this.checkEditStepLine.TabStop                    = false;
     this.checkEditStepLine.Tag             = "11";
     this.checkEditStepLine.CheckedChanged += new System.EventHandler(this.checkEditStepLine_CheckedChanged);
     //
     // checkEditSpline
     //
     this.checkEditSpline.Location                   = new System.Drawing.Point(412, 10);
     this.checkEditSpline.Name                       = "checkEditSpline";
     this.checkEditSpline.Properties.Caption         = "曲线图";
     this.checkEditSpline.Properties.RadioGroupIndex = 0;
     this.checkEditSpline.Size                       = new System.Drawing.Size(58, 19);
     this.checkEditSpline.TabIndex                   = 7;
     this.checkEditSpline.TabStop                    = false;
     this.checkEditSpline.Tag             = "12";
     this.checkEditSpline.CheckedChanged += new System.EventHandler(this.checkEditSpline_CheckedChanged);
     //
     // checkEditLine
     //
     this.checkEditLine.Location                   = new System.Drawing.Point(250, 10);
     this.checkEditLine.Name                       = "checkEditLine";
     this.checkEditLine.Properties.Caption         = "折线图";
     this.checkEditLine.Properties.RadioGroupIndex = 0;
     this.checkEditLine.Size                       = new System.Drawing.Size(63, 19);
     this.checkEditLine.TabIndex                   = 5;
     this.checkEditLine.TabStop                    = false;
     this.checkEditLine.Tag             = "10";
     this.checkEditLine.CheckedChanged += new System.EventHandler(this.checkEditLine_CheckedChanged);
     //
     // checkEditPie
     //
     this.checkEditPie.Location                   = new System.Drawing.Point(181, 10);
     this.checkEditPie.Name                       = "checkEditPie";
     this.checkEditPie.Properties.Caption         = "饼图";
     this.checkEditPie.Properties.RadioGroupIndex = 0;
     this.checkEditPie.Size                       = new System.Drawing.Size(75, 19);
     this.checkEditPie.TabIndex                   = 3;
     this.checkEditPie.TabStop                    = false;
     this.checkEditPie.Tag             = "5";
     this.checkEditPie.CheckedChanged += new System.EventHandler(this.checkEditPie_CheckedChanged);
     //
     // checkEditBar
     //
     this.checkEditBar.Location                   = new System.Drawing.Point(100, 10);
     this.checkEditBar.Name                       = "checkEditBar";
     this.checkEditBar.Properties.Caption         = "柱状图";
     this.checkEditBar.Properties.RadioGroupIndex = 0;
     this.checkEditBar.Size                       = new System.Drawing.Size(75, 19);
     this.checkEditBar.TabIndex                   = 1;
     this.checkEditBar.TabStop                    = false;
     this.checkEditBar.Tag             = "0";
     this.checkEditBar.CheckedChanged += new System.EventHandler(this.checkEditBar_CheckedChanged);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(13, 12);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(60, 14);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "图形样式:";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.chartControl1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 39);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1079, 504);
     this.panel2.TabIndex = 1;
     //
     // chartControl1
     //
     xyDiagram1.AxisX.Label.Angle = -50;
     xyDiagram1.AxisX.Label.EnableAntialiasing         = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisX.VisualRange.Auto                 = false;
     xyDiagram1.AxisX.VisualRange.AutoSideMargins      = true;
     xyDiagram1.AxisX.VisualRange.MaxValueSerializable = "4.26666666666667";
     xyDiagram1.AxisX.VisualRange.MinValueSerializable = "-0.266666666666667";
     xyDiagram1.AxisX.WholeRange.Auto                 = false;
     xyDiagram1.AxisX.WholeRange.AutoSideMargins      = true;
     xyDiagram1.AxisX.WholeRange.MaxValueSerializable = "4.26666666666667";
     xyDiagram1.AxisX.WholeRange.MinValueSerializable = "-0.266666666666667";
     xyDiagram1.AxisY.VisibleInPanesSerializable      = "-1";
     xyDiagram1.AxisY.WholeRange.AutoSideMargins      = true;
     this.chartControl1.Diagram               = xyDiagram1;
     this.chartControl1.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Location              = new System.Drawing.Point(0, 0);
     this.chartControl1.Name                  = "chartControl1";
     this.chartControl1.RuntimeSelection      = true;
     pointSeriesLabel1.LineLength             = 40;
     pointOptions1.PointView                  = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     pointSeriesLabel1.PointOptions           = pointOptions1;
     pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAllAroundPoint;
     pointSeriesLabel1.Shadow.Visible         = true;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     splineSeriesView1.LineMarkerOptions.Size = 8;
     series1.View = splineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.View = splineSeriesView2;
     this.chartControl1.Size       = new System.Drawing.Size(1079, 504);
     this.chartControl1.TabIndex   = 1;
     this.chartControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDown);
     //
     // DiagramForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1079, 543);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DiagramForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "图表分析";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.DiagramForm_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditStepLine.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditSpline.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditLine.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditPie.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditBar.Properties)).EndInit();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GiderlerForm));
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.silBtn        = new DevExpress.XtraEditors.SimpleButton();
     this.güncelleBtn   = new DevExpress.XtraEditors.SimpleButton();
     this.kaydetBtn     = new DevExpress.XtraEditors.SimpleButton();
     this.temizleBtn    = new DevExpress.XtraEditors.SimpleButton();
     this.notTxt        = new System.Windows.Forms.RichTextBox();
     this.ekstraTxt     = new DevExpress.XtraEditors.TextEdit();
     this.maasTxt       = new DevExpress.XtraEditors.TextEdit();
     this.internetTxt   = new DevExpress.XtraEditors.TextEdit();
     this.dogalgazTxt   = new DevExpress.XtraEditors.TextEdit();
     this.suTxt         = new DevExpress.XtraEditors.TextEdit();
     this.elektrikTxt   = new DevExpress.XtraEditors.TextEdit();
     this.yilCbx        = new DevExpress.XtraEditors.ComboBoxEdit();
     this.ayCbx         = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.gridControl1  = new DevExpress.XtraGrid.GridControl();
     this.gridView1     = new DevExpress.XtraGrid.Views.Grid.GridView();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ekstraTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.maasTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.internetTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dogalgazTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.suTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.elektrikTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.yilCbx.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ayCbx.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.silBtn);
     this.groupControl1.Controls.Add(this.güncelleBtn);
     this.groupControl1.Controls.Add(this.kaydetBtn);
     this.groupControl1.Controls.Add(this.temizleBtn);
     this.groupControl1.Controls.Add(this.notTxt);
     this.groupControl1.Controls.Add(this.ekstraTxt);
     this.groupControl1.Controls.Add(this.maasTxt);
     this.groupControl1.Controls.Add(this.internetTxt);
     this.groupControl1.Controls.Add(this.dogalgazTxt);
     this.groupControl1.Controls.Add(this.suTxt);
     this.groupControl1.Controls.Add(this.elektrikTxt);
     this.groupControl1.Controls.Add(this.yilCbx);
     this.groupControl1.Controls.Add(this.ayCbx);
     this.groupControl1.Controls.Add(this.labelControl9);
     this.groupControl1.Controls.Add(this.labelControl8);
     this.groupControl1.Controls.Add(this.labelControl7);
     this.groupControl1.Controls.Add(this.labelControl6);
     this.groupControl1.Controls.Add(this.labelControl5);
     this.groupControl1.Controls.Add(this.labelControl4);
     this.groupControl1.Controls.Add(this.labelControl3);
     this.groupControl1.Controls.Add(this.labelControl2);
     this.groupControl1.Controls.Add(this.labelControl1);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.groupControl1.Location = new System.Drawing.Point(538, 0);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(262, 511);
     this.groupControl1.TabIndex = 0;
     this.groupControl1.Text     = "Giderler Veritabanı İşlemleri";
     //
     // silBtn
     //
     this.silBtn.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("silBtn.ImageOptions.Image")));
     this.silBtn.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
     this.silBtn.Location = new System.Drawing.Point(193, 432);
     this.silBtn.Name     = "silBtn";
     this.silBtn.Size     = new System.Drawing.Size(57, 67);
     this.silBtn.TabIndex = 13;
     this.silBtn.Text     = "Sil";
     this.silBtn.Click   += new System.EventHandler(this.veritabaniBtns_Click);
     //
     // güncelleBtn
     //
     this.güncelleBtn.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("güncelleBtn.ImageOptions.Image")));
     this.güncelleBtn.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
     this.güncelleBtn.Location = new System.Drawing.Point(132, 432);
     this.güncelleBtn.Name     = "güncelleBtn";
     this.güncelleBtn.Size     = new System.Drawing.Size(57, 67);
     this.güncelleBtn.TabIndex = 12;
     this.güncelleBtn.Text     = "Güncelle";
     this.güncelleBtn.Click   += new System.EventHandler(this.veritabaniBtns_Click);
     //
     // kaydetBtn
     //
     this.kaydetBtn.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("kaydetBtn.ImageOptions.Image")));
     this.kaydetBtn.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
     this.kaydetBtn.Location = new System.Drawing.Point(69, 432);
     this.kaydetBtn.Name     = "kaydetBtn";
     this.kaydetBtn.Size     = new System.Drawing.Size(57, 67);
     this.kaydetBtn.TabIndex = 11;
     this.kaydetBtn.Text     = "Kaydet";
     this.kaydetBtn.Click   += new System.EventHandler(this.veritabaniBtns_Click);
     //
     // temizleBtn
     //
     this.temizleBtn.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("temizleBtn.ImageOptions.Image")));
     this.temizleBtn.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
     this.temizleBtn.Location = new System.Drawing.Point(6, 432);
     this.temizleBtn.Name     = "temizleBtn";
     this.temizleBtn.Size     = new System.Drawing.Size(57, 67);
     this.temizleBtn.TabIndex = 10;
     this.temizleBtn.Text     = "Temizle";
     this.temizleBtn.Click   += new System.EventHandler(this.veritabaniBtns_Click);
     //
     // notTxt
     //
     this.notTxt.Location = new System.Drawing.Point(80, 318);
     this.notTxt.Name     = "notTxt";
     this.notTxt.Size     = new System.Drawing.Size(170, 96);
     this.notTxt.TabIndex = 9;
     this.notTxt.Text     = "";
     //
     // ekstraTxt
     //
     this.ekstraTxt.Location = new System.Drawing.Point(80, 285);
     this.ekstraTxt.Name     = "ekstraTxt";
     this.ekstraTxt.Properties.Appearance.Options.UseTextOptions = true;
     this.ekstraTxt.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.ekstraTxt.Size     = new System.Drawing.Size(170, 20);
     this.ekstraTxt.TabIndex = 8;
     //
     // maasTxt
     //
     this.maasTxt.Location = new System.Drawing.Point(80, 250);
     this.maasTxt.Name     = "maasTxt";
     this.maasTxt.Properties.Appearance.Options.UseTextOptions = true;
     this.maasTxt.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.maasTxt.Size     = new System.Drawing.Size(170, 20);
     this.maasTxt.TabIndex = 7;
     //
     // internetTxt
     //
     this.internetTxt.Location = new System.Drawing.Point(80, 213);
     this.internetTxt.Name     = "internetTxt";
     this.internetTxt.Properties.Appearance.Options.UseTextOptions = true;
     this.internetTxt.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.internetTxt.Size     = new System.Drawing.Size(170, 20);
     this.internetTxt.TabIndex = 6;
     //
     // dogalgazTxt
     //
     this.dogalgazTxt.Location = new System.Drawing.Point(80, 180);
     this.dogalgazTxt.Name     = "dogalgazTxt";
     this.dogalgazTxt.Properties.Appearance.Options.UseTextOptions = true;
     this.dogalgazTxt.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.dogalgazTxt.Size     = new System.Drawing.Size(170, 20);
     this.dogalgazTxt.TabIndex = 5;
     //
     // suTxt
     //
     this.suTxt.Location = new System.Drawing.Point(80, 145);
     this.suTxt.Name     = "suTxt";
     this.suTxt.Properties.Appearance.Options.UseTextOptions = true;
     this.suTxt.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.suTxt.Size     = new System.Drawing.Size(170, 20);
     this.suTxt.TabIndex = 4;
     //
     // elektrikTxt
     //
     this.elektrikTxt.Location = new System.Drawing.Point(80, 111);
     this.elektrikTxt.Name     = "elektrikTxt";
     this.elektrikTxt.Properties.Appearance.Options.UseTextOptions = true;
     this.elektrikTxt.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.elektrikTxt.Size     = new System.Drawing.Size(170, 20);
     this.elektrikTxt.TabIndex = 3;
     //
     // yilCbx
     //
     this.yilCbx.Location = new System.Drawing.Point(80, 77);
     this.yilCbx.Name     = "yilCbx";
     this.yilCbx.Properties.Appearance.Options.UseTextOptions = true;
     this.yilCbx.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.yilCbx.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.yilCbx.Properties.Items.AddRange(new object[] {
         "2017",
         "2018",
         "2019",
         "2020",
         "2021",
         "2022",
         "2023",
         "2024",
         "2025",
         "2026",
         "2027",
         "2028",
         "2029",
         "2030"
     });
     this.yilCbx.Size     = new System.Drawing.Size(170, 20);
     this.yilCbx.TabIndex = 2;
     //
     // ayCbx
     //
     this.ayCbx.Location = new System.Drawing.Point(80, 43);
     this.ayCbx.Name     = "ayCbx";
     this.ayCbx.Properties.Appearance.Options.UseTextOptions = true;
     this.ayCbx.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.ayCbx.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.ayCbx.Properties.Items.AddRange(new object[] {
         "Ocak",
         "Şubat",
         "Mart",
         "Nisan",
         "Mayıs",
         "Haziran",
         "Temmuz",
         "Ağustos",
         "Eylül",
         "Ekim",
         "Kasım",
         "Aralık"
     });
     this.ayCbx.Size     = new System.Drawing.Size(170, 20);
     this.ayCbx.TabIndex = 1;
     //
     // labelControl9
     //
     this.labelControl9.Appearance.Font            = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl9.Appearance.Options.UseFont = true;
     this.labelControl9.Location = new System.Drawing.Point(26, 317);
     this.labelControl9.Name     = "labelControl9";
     this.labelControl9.Size     = new System.Drawing.Size(48, 18);
     this.labelControl9.TabIndex = 0;
     this.labelControl9.Text     = "Notlar :";
     //
     // labelControl8
     //
     this.labelControl8.Appearance.Font            = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl8.Appearance.Options.UseFont = true;
     this.labelControl8.Location = new System.Drawing.Point(24, 284);
     this.labelControl8.Name     = "labelControl8";
     this.labelControl8.Size     = new System.Drawing.Size(50, 18);
     this.labelControl8.TabIndex = 0;
     this.labelControl8.Text     = "Ekstra :";
     //
     // labelControl7
     //
     this.labelControl7.Appearance.Font            = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl7.Appearance.Options.UseFont = true;
     this.labelControl7.Location = new System.Drawing.Point(14, 249);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(60, 18);
     this.labelControl7.TabIndex = 0;
     this.labelControl7.Text     = "Maaşlar :";
     //
     // labelControl6
     //
     this.labelControl6.Appearance.Font            = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl6.Appearance.Options.UseFont = true;
     this.labelControl6.Location = new System.Drawing.Point(11, 212);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(63, 18);
     this.labelControl6.TabIndex = 0;
     this.labelControl6.Text     = "İnternet :";
     //
     // labelControl5
     //
     this.labelControl5.Appearance.Font            = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl5.Appearance.Options.UseFont = true;
     this.labelControl5.Location = new System.Drawing.Point(5, 179);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(69, 18);
     this.labelControl5.TabIndex = 0;
     this.labelControl5.Text     = "Doğalgaz :";
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font            = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl4.Appearance.Options.UseFont = true;
     this.labelControl4.Location = new System.Drawing.Point(48, 144);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(26, 18);
     this.labelControl4.TabIndex = 0;
     this.labelControl4.Text     = "Su :";
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font            = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl3.Appearance.Options.UseFont = true;
     this.labelControl3.Location = new System.Drawing.Point(20, 110);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(54, 18);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text     = "Elektrik :";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font            = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl2.Appearance.Options.UseFont = true;
     this.labelControl2.Location = new System.Drawing.Point(50, 76);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(24, 18);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text     = "Yıl :";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font            = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl1.Appearance.Options.UseFont = true;
     this.labelControl1.Location = new System.Drawing.Point(47, 42);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(27, 18);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Ay :";
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.chartControl1);
     this.groupControl2.Controls.Add(this.gridControl1);
     this.groupControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl2.Location = new System.Drawing.Point(0, 0);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(538, 511);
     this.groupControl2.TabIndex = 1;
     this.groupControl2.Text     = "Giderler Listesi";
     //
     // chartControl1
     //
     this.chartControl1.BackColor                = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(234)))), ((int)(((byte)(218)))));
     this.chartControl1.BorderOptions.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.chartControl1.BorderOptions.Thickness  = 5;
     this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     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(2, 289);
     this.chartControl1.Name        = "chartControl1";
     series1.Name            = "Gider Tutarı";
     splineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series1.View            = splineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size     = new System.Drawing.Size(534, 220);
     this.chartControl1.TabIndex = 1;
     //
     // gridControl1
     //
     this.gridControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gridControl1.Location = new System.Drawing.Point(2, 20);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(534, 269);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Appearance.Row.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.Row.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.Row.Options.UseBackColor = true;
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.CacheValuesOnRowUpdating = DevExpress.Data.CacheRowValuesMode.Disabled;
     this.gridView1.OptionsBehavior.Editable   = false;
     this.gridView1.OptionsBehavior.ReadOnly   = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
     //
     // GiderlerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 511);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControl1);
     this.Name  = "GiderlerForm";
     this.Text  = "Giderler";
     this.Load += new System.EventHandler(this.GiderlerForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ekstraTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.maasTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.internetTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dogalgazTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.suTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.elektrikTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.yilCbx.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ayCbx.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView2  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView1         = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.XYMarkerSlideAnimation   xyMarkerSlideAnimation1   = new DevExpress.XtraCharts.XYMarkerSlideAnimation();
     DevExpress.XtraCharts.CubicEasingFunction      cubicEasingFunction1      = new DevExpress.XtraCharts.CubicEasingFunction();
     DevExpress.XtraCharts.ChartTitle               chartTitle1               = new DevExpress.XtraCharts.ChartTitle();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.AnimationStartMode       = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.DataBindings             = null;
     xyDiagram1.AxisX.Label.EnableAntialiasing   = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("Times New Roman", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisX.Title.Font = new System.Drawing.Font("Calibri", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Interlaced                 = true;
     xyDiagram1.AxisY.Label.TextPattern          = "{V:#,#}";
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Text                 = "Production/Target (Prs)";
     xyDiagram1.AxisY.Title.TextColor            = System.Drawing.Color.Blue;
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.BorderVisible        = false;
     xyDiagram1.DefaultPane.Shadow.Size          = 5;
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.Label.TextPattern = "{V:0}%";
     secondaryAxisY1.Name                       = "Secondary AxisY 1";
     secondaryAxisY1.Title.Font                 = new System.Drawing.Font("Calibri", 14.25F);
     secondaryAxisY1.Title.Text                 = "Rate (%)";
     secondaryAxisY1.Title.TextColor            = System.Drawing.Color.Blue;
     secondaryAxisY1.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartControl1.Diagram                    = xyDiagram1;
     this.chartControl1.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.FillStyle.FillMode         = DevExpress.XtraCharts.FillMode.Hatch;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.Font                = new System.Drawing.Font("Times New Roman", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl1.Legend.Name                = "Default Legend";
     this.chartControl1.Location                   = new System.Drawing.Point(0, 0);
     this.chartControl1.Name                       = "chartControl1";
     sideBySideBarSeriesLabel1.Font                = new System.Drawing.Font("Calibri", 9.75F);
     sideBySideBarSeriesLabel1.Position            = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     sideBySideBarSeriesLabel1.TextPattern         = "{V:#,#}";
     series1.Label                                   = sideBySideBarSeriesLabel1;
     series1.LabelsVisibility                        = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                                    = "Production";
     sideBySideBarSeriesView1.Color                  = System.Drawing.Color.Goldenrod;
     series1.View                                    = sideBySideBarSeriesView1;
     sideBySideBarSeriesLabel2.Font                  = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     sideBySideBarSeriesLabel2.Position              = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     sideBySideBarSeriesLabel2.TextPattern           = "{V:#,#}";
     series2.Label                                   = sideBySideBarSeriesLabel2;
     series2.LabelsVisibility                        = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                                    = "Target";
     sideBySideBarSeriesView2.Color                  = System.Drawing.Color.DeepSkyBlue;
     series2.View                                    = sideBySideBarSeriesView2;
     pointSeriesLabel1.Font                          = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     pointSeriesLabel1.TextPattern                   = "{V:0}%";
     series3.Label                                   = pointSeriesLabel1;
     series3.LabelsVisibility                        = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                                    = "Rate";
     splineSeriesView1.AxisYName                     = "Secondary AxisY 1";
     splineSeriesView1.LineMarkerOptions.BorderColor = System.Drawing.Color.Yellow;
     splineSeriesView1.LineMarkerOptions.Color       = System.Drawing.Color.DeepPink;
     splineSeriesView1.LineMarkerOptions.Size        = 15;
     splineSeriesView1.MarkerVisibility              = DevExpress.Utils.DefaultBoolean.True;
     xyMarkerSlideAnimation1.Direction               = DevExpress.XtraCharts.XYMarkerSlideAnimationDirection.FromBottom;
     xyMarkerSlideAnimation1.EasingFunction          = cubicEasingFunction1;
     splineSeriesView1.SeriesPointAnimation          = xyMarkerSlideAnimation1;
     series3.View                                    = splineSeriesView1;
     this.chartControl1.SeriesSerializable           = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartControl1.Size     = new System.Drawing.Size(626, 520);
     this.chartControl1.TabIndex = 0;
     chartTitle1.Font            = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle1.Text            = "Production Result";
     chartTitle1.Visibility      = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // UC_CHART_PROD
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.chartControl1);
     this.Name = "UC_CHART_PROD";
     this.Size = new System.Drawing.Size(626, 520);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }