コード例 #1
0
ファイル: FormLEGBoard.Designer.cs プロジェクト: icprog/MiKe
 /// <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.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.ChartTitle     chartTitle1     = new DevExpress.XtraCharts.ChartTitle();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.gridControl1           = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.PRG001    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.DEA002    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.DEA057    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.PRF3      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.PRF003    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.PRG003    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ANW9      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ANW009    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.ANW09 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemProgressBar2 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.PRF                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.LEH                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.chartControl1       = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.gridControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.layoutControl1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1220, 468);
     this.splitContainerControl1.SplitterPosition = 212;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // gridControl1
     //
     this.gridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemProgressBar1,
         this.repositoryItemProgressBar2
     });
     this.gridControl1.Size     = new System.Drawing.Size(1220, 244);
     this.gridControl1.TabIndex = 2;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Appearance.FocusedRow.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.FocusedRow.BackColor2             = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.FocusedRow.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.FocusedRow.Options.UseBackColor   = true;
     this.gridView1.Appearance.FocusedRow.Options.UseBorderColor = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.PRG001,
         this.DEA002,
         this.DEA057,
         this.PRF3,
         this.PRF003,
         this.PRG003,
         this.ANW9,
         this.ANW009,
         this.ANW09,
         this.PRF,
         this.LEH
     });
     this.gridView1.GridControl                    = this.gridControl1;
     this.gridView1.IndicatorWidth                 = 35;
     this.gridView1.Name                           = "gridView1";
     this.gridView1.OptionsBehavior.Editable       = false;
     this.gridView1.OptionsClipboard.ClipboardMode = DevExpress.Export.ClipboardMode.Formatted;
     this.gridView1.OptionsCustomization.CustomizationFormSnapMode = DevExpress.Utils.Controls.SnapMode.OwnerControl;
     this.gridView1.OptionsDetail.EnableMasterViewMode             = false;
     this.gridView1.OptionsFilter.ColumnFilterPopupMode            = DevExpress.XtraGrid.Columns.ColumnFilterPopupMode.Excel;
     this.gridView1.OptionsView.AllowHtmlDrawHeaders = true;
     this.gridView1.OptionsView.ShowGroupPanel       = false;
     this.gridView1.CustomDrawRowIndicator          += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
     this.gridView1.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle);
     this.gridView1.RowStyle     += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridView1_RowStyle);
     //
     // PRG001
     //
     this.PRG001.Caption      = "品号";
     this.PRG001.FieldName    = "PRG001";
     this.PRG001.Name         = "PRG001";
     this.PRG001.Visible      = true;
     this.PRG001.VisibleIndex = 0;
     this.PRG001.Width        = 98;
     //
     // DEA002
     //
     this.DEA002.Caption      = "品名";
     this.DEA002.FieldName    = "DEA002";
     this.DEA002.Name         = "DEA002";
     this.DEA002.Visible      = true;
     this.DEA002.VisibleIndex = 1;
     this.DEA002.Width        = 98;
     //
     // DEA057
     //
     this.DEA057.Caption      = "规格";
     this.DEA057.FieldName    = "DEA057";
     this.DEA057.Name         = "DEA057";
     this.DEA057.Visible      = true;
     this.DEA057.VisibleIndex = 2;
     //
     // PRF3
     //
     this.PRF3.Caption      = "计划余量";
     this.PRF3.FieldName    = "PRF3";
     this.PRF3.Name         = "PRF3";
     this.PRF3.Visible      = true;
     this.PRF3.VisibleIndex = 3;
     //
     // PRF003
     //
     this.PRF003.Caption      = "总计划量";
     this.PRF003.FieldName    = "PRF003";
     this.PRF003.Name         = "PRF003";
     this.PRF003.Visible      = true;
     this.PRF003.VisibleIndex = 4;
     this.PRF003.Width        = 98;
     //
     // PRG003
     //
     this.PRG003.Caption = "当日计划量";
     this.PRG003.DisplayFormat.FormatString = "0.######";
     this.PRG003.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.PRG003.FieldName    = "PRG003";
     this.PRG003.Name         = "PRG003";
     this.PRG003.Visible      = true;
     this.PRG003.VisibleIndex = 6;
     this.PRG003.Width        = 98;
     //
     // ANW9
     //
     this.ANW9.Caption      = "当日完成量";
     this.ANW9.FieldName    = "ANW9";
     this.ANW9.Name         = "ANW9";
     this.ANW9.Visible      = true;
     this.ANW9.VisibleIndex = 7;
     this.ANW9.Width        = 98;
     //
     // ANW009
     //
     this.ANW009.Caption      = "当日完成率";
     this.ANW009.ColumnEdit   = this.repositoryItemProgressBar1;
     this.ANW009.FieldName    = "ANW009";
     this.ANW009.Name         = "ANW009";
     this.ANW009.Visible      = true;
     this.ANW009.VisibleIndex = 8;
     this.ANW009.Width        = 98;
     //
     // repositoryItemProgressBar1
     //
     this.repositoryItemProgressBar1.EndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.repositoryItemProgressBar1.Name       = "repositoryItemProgressBar1";
     this.repositoryItemProgressBar1.ShowTitle  = true;
     this.repositoryItemProgressBar1.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.repositoryItemProgressBar1.Step       = 1;
     //
     // ANW09
     //
     this.ANW09.Caption      = "总完成率";
     this.ANW09.ColumnEdit   = this.repositoryItemProgressBar2;
     this.ANW09.FieldName    = "ANW09";
     this.ANW09.Name         = "ANW09";
     this.ANW09.Visible      = true;
     this.ANW09.VisibleIndex = 9;
     this.ANW09.Width        = 98;
     //
     // repositoryItemProgressBar2
     //
     this.repositoryItemProgressBar2.EndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.repositoryItemProgressBar2.Name       = "repositoryItemProgressBar2";
     this.repositoryItemProgressBar2.ShowTitle  = true;
     this.repositoryItemProgressBar2.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.repositoryItemProgressBar2.Step       = 1;
     //
     // PRF
     //
     this.PRF.Caption      = "总欠产量";
     this.PRF.FieldName    = "PRF";
     this.PRF.Name         = "PRF";
     this.PRF.Visible      = true;
     this.PRF.VisibleIndex = 10;
     this.PRF.Width        = 98;
     //
     // LEH
     //
     this.LEH.Caption      = "总完成量";
     this.LEH.FieldName    = "LEH";
     this.LEH.Name         = "LEH";
     this.LEH.Visible      = true;
     this.LEH.VisibleIndex = 5;
     //
     // layoutControl1
     //
     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(1220, 212);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // chartControl1
     //
     this.chartControl1.AppearanceNameSerializable = "Northern Lights";
     this.chartControl1.DataBindings              = null;
     xyDiagram1.AxisX.GridLines.MinorVisible      = true;
     xyDiagram1.AxisX.GridLines.Visible           = true;
     xyDiagram1.AxisX.Interlaced                  = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl1.Legend.Name       = "Default Legend";
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(12, 12);
     this.chartControl1.Name        = "chartControl1";
     this.chartControl1.PaletteName = "Violet";
     series1.Name = "SeriesOne";
     series1.View = areaSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size     = new System.Drawing.Size(1196, 188);
     this.chartControl1.TabIndex = 4;
     chartTitle1.Font            = new System.Drawing.Font("Tahoma", 12F);
     chartTitle1.Text            = "产品欠产";
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1220, 212);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.chartControl1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(1200, 192);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // FormLEGBoard
     //
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(1220, 468);
     this.Controls.Add(this.splitContainerControl1);
     this.Name  = "FormLEGBoard";
     this.Text  = "LED车间看板";
     this.Load += new System.EventHandler(this.FormLEGBoard_Load);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram      xyDiagram1      = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrChart1       = new DevExpress.XtraReports.UI.XRChart();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.GroupHeader1   = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.MonthYearLabel = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1        = new DevExpress.XtraReports.UI.XRLine();
     this.xrPageInfo1    = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter     = new DevExpress.XtraReports.UI.PageFooterBand();
     this.ServerName     = new DevExpress.XtraReports.Parameters.Parameter();
     this.StartDate      = new DevExpress.XtraReports.Parameters.Parameter();
     this.EndDate        = new DevExpress.XtraReports.Parameters.Parameter();
     this.Threshold      = new DevExpress.XtraReports.Parameters.Parameter();
     this.ServerType     = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrSubreport1   = new DevExpress.XtraReports.UI.XRSubreport();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1
     });
     this.Detail.HeightF       = 450.7083F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrChart1
     //
     this.xrChart1.BackColor                      = System.Drawing.Color.Transparent;
     this.xrChart1.BorderColor                    = System.Drawing.Color.Black;
     this.xrChart1.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     xyDiagram1.AxisX.Title.Text                  = "Date";
     xyDiagram1.AxisX.Title.Visibility            = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram1.AxisY.Title.Text                  = "Allocated Java memory (MB)";
     xyDiagram1.AxisY.Title.Visibility            = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisY.WholeRange.AutoSideMargins  = true;
     xyDiagram1.DefaultPane.EnableAxisXScrolling  = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming    = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling  = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming    = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart1.Diagram                        = xyDiagram1;
     this.xrChart1.Legend.AlignmentHorizontal     = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.xrChart1.Legend.AlignmentVertical       = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.xrChart1.Legend.MaxVerticalPercentage   = 30D;
     this.xrChart1.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrChart1.Name               = "xrChart1";
     this.xrChart1.PaletteName        = "Oriel";
     this.xrChart1.SeriesDataMember   = "ServerName";
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     this.xrChart1.SeriesTemplate.ArgumentDataMember           = "Date";
     this.xrChart1.SeriesTemplate.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.DateTime;
     this.xrChart1.SeriesTemplate.ValueDataMembersSerializable = "StatValue";
     this.xrChart1.SeriesTemplate.View = areaSeriesView1;
     this.xrChart1.SizeF = new System.Drawing.SizeF(900.7083F, 450.7083F);
     this.xrChart1.StylePriority.UseBackColor = false;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 4F;
     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.HeightF       = 100F;
     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.MonthYearLabel,
         this.xrLine1,
         this.xrPageInfo1,
         this.xrLabel1
     });
     this.GroupHeader1.HeightF = 79F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // MonthYearLabel
     //
     this.MonthYearLabel.Font                  = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MonthYearLabel.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 56F);
     this.MonthYearLabel.Name                  = "MonthYearLabel";
     this.MonthYearLabel.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.MonthYearLabel.SizeF                 = new System.Drawing.SizeF(327.0833F, 23F);
     this.MonthYearLabel.StylePriority.UseFont = false;
     //
     // xrLine1
     //
     this.xrLine1.LineWidth     = 2;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 32.99999F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(900.7083F, 23F);
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(655.7083F, 10.00001F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(245F, 16F);
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.CanShrink     = true;
     this.xrLabel1.Font          = new System.Drawing.Font("Tahoma", 18F);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(376.4166F, 33F);
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "Taveler Allocated Java Memory";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrSubreport1
     });
     this.PageFooter.HeightF = 23F;
     this.PageFooter.Name    = "PageFooter";
     //
     // ServerName
     //
     this.ServerName.Name = "ServerName";
     //
     // StartDate
     //
     this.StartDate.Name = "StartDate";
     this.StartDate.Type = typeof(System.DateTime);
     //
     // EndDate
     //
     this.EndDate.Name = "EndDate";
     this.EndDate.Type = typeof(System.DateTime);
     //
     // Threshold
     //
     this.Threshold.Name = "Threshold";
     //
     // ServerType
     //
     this.ServerType.Name = "ServerType";
     //
     // xrSubreport1
     //
     this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrSubreport1.Name          = "xrSubreport1";
     this.xrSubreport1.ReportSource  = new VSWebUI.DashboardReports.CopyrightXtraRpt();
     this.xrSubreport1.SizeF         = new System.Drawing.SizeF(100F, 23F);
     //
     // JavamemoryRpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.PageFooter
     });
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(100, 99, 4, 100);
     this.PageColor  = System.Drawing.Color.Transparent;
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.ServerName,
         this.StartDate,
         this.EndDate,
         this.Threshold,
         this.ServerType
     });
     this.Version      = "14.2";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.AVGCPURpt_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #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.AreaSeriesView   areaSeriesView1   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView2   = new DevExpress.XtraCharts.AreaSeriesView();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chartControl           = new DevExpress.XtraCharts.ChartControl();
     this.gridControl            = new DevExpress.XtraGrid.GridControl();
     this.gridView    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.None;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.chartControl);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.gridControl);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(591, 620);
     this.splitContainerControl1.SplitterPosition = 201;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // chartControl
     //
     xyDiagram1.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram1.AxisX.VisualRange.AutoSideMargins = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisY.Label.TextPattern           = "{V:C}";
     xyDiagram1.AxisY.WholeRange.AutoSideMargins  = true;
     xyDiagram1.AxisY.VisualRange.AutoSideMargins = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     this.chartControl.Diagram           = xyDiagram1;
     this.chartControl.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl.Location          = new System.Drawing.Point(0, 0);
     this.chartControl.Name              = "chartControl";
     series1.ArgumentDataMember          = "Date";
     series1.ArgumentScaleType           = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.CrosshairEnabled            = DevExpress.Utils.DefaultBoolean.True;
     series1.CrosshairLabelPattern       = "{A:D} {HINT}\r\nBalance: {V:c}\r\n";
     pointSeriesLabel1.LineVisibility    = DevExpress.Utils.DefaultBoolean.True;
     pointSeriesLabel1.TextPattern       = "{A} {V:C}";
     series1.Label                        = pointSeriesLabel1;
     series1.Name                         = "Balance";
     series1.ToolTipEnabled               = DevExpress.Utils.DefaultBoolean.True;
     series1.ToolTipHintDataMember        = "Description";
     series1.ToolTipPointPattern          = "{A:D}\r\n{HINT}\r\nBalance: {V:c}";
     series1.ValueDataMembersSerializable = "RunningBalance";
     series1.View                         = areaSeriesView1;
     this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     pointSeriesLabel2.LineVisibility       = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl.SeriesTemplate.Label = pointSeriesLabel2;
     areaSeriesView2.Transparency           = ((byte)(0));
     this.chartControl.SeriesTemplate.View  = areaSeriesView2;
     this.chartControl.Size     = new System.Drawing.Size(591, 201);
     this.chartControl.TabIndex = 0;
     //
     // gridControl
     //
     this.gridControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl.Location = new System.Drawing.Point(0, 0);
     this.gridControl.MainView = this.gridView;
     this.gridControl.Name     = "gridControl";
     this.gridControl.Size     = new System.Drawing.Size(591, 413);
     this.gridControl.TabIndex = 0;
     this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView
     });
     //
     // gridView
     //
     this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4
     });
     this.gridView.GridControl = this.gridControl;
     this.gridView.Name        = "gridView";
     this.gridView.OptionsBehavior.Editable = false;
     this.gridView.OptionsBehavior.ReadOnly = true;
     this.gridView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn1, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "Date";
     this.gridColumn1.FieldName    = "Date";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "Description";
     this.gridColumn2.FieldName    = "Description";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Transaction Amount";
     this.gridColumn3.DisplayFormat.FormatString = "c";
     this.gridColumn3.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn3.FieldName    = "Amount";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceCell.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn4.AppearanceCell.Options.UseFont = true;
     this.gridColumn4.Caption = "Balance";
     this.gridColumn4.DisplayFormat.FormatString = "c";
     this.gridColumn4.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn4.FieldName    = "RunningBalance";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     //
     // TransactionLog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "TransactionLog";
     this.Size = new System.Drawing.Size(591, 620);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram      xyDiagram1      = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.XYDiagramPane  xyDiagramPane1  = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane  xyDiagramPane2  = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY2 = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Legend         legend1         = new DevExpress.XtraCharts.Legend();
     DevExpress.XtraCharts.Legend         legend2         = new DevExpress.XtraCharts.Legend();
     DevExpress.XtraCharts.Series         series1         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint1    = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 6, 0, 0, 0), new object[] {
         ((object)(56.48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 3, 0, 0, 0), new object[] {
         ((object)(53.78D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 0, 0, 0, 0), new object[] {
         ((object)(57.74D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 21, 0, 0, 0), new object[] {
         ((object)(64.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 18, 0, 0, 0), new object[] {
         ((object)(72.5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 15, 0, 0, 0), new object[] {
         ((object)(72.68D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 12, 0, 0, 0), new object[] {
         ((object)(69.62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 9, 0, 0, 0), new object[] {
         ((object)(67.28D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 6, 0, 0, 0), new object[] {
         ((object)(62.42D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 3, 0, 0, 0), new object[] {
         ((object)(60.62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 0, 0, 0, 0), new object[] {
         ((object)(62.6D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 21, 0, 0, 0), new object[] {
         ((object)(71.96D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 18, 0, 0, 0), new object[] {
         ((object)(77.9D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 15, 0, 0, 0), new object[] {
         ((object)(78.98D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 12, 0, 0, 0), new object[] {
         ((object)(76.28D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 9, 0, 0, 0), new object[] {
         ((object)(71.06D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 6, 0, 0, 0), new object[] {
         ((object)(60.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 3, 0, 0, 0), new object[] {
         ((object)(58.64D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 0, 0, 0, 0), new object[] {
         ((object)(63.14D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 21, 0, 0, 0), new object[] {
         ((object)(68.54D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 18, 0, 0, 0), new object[] {
         ((object)(75.2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 15, 0, 0, 0), new object[] {
         ((object)(77.18D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 12, 0, 0, 0), new object[] {
         ((object)(74.48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 9, 0, 0, 0), new object[] {
         ((object)(64.58D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 6, 0, 0, 0), new object[] {
         ((object)(59.36D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint26 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 3, 0, 0, 0), new object[] {
         ((object)(60.08D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint27 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 0, 0, 0, 0), new object[] {
         ((object)(61.16D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint28 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 21, 0, 0, 0), new object[] {
         ((object)(63.86D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint29 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 18, 0, 0, 0), new object[] {
         ((object)(65.66D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint30 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 15, 0, 0, 0), new object[] {
         ((object)(65.12D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint31 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 12, 0, 0, 0), new object[] {
         ((object)(63.86D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint32 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 9, 0, 0, 0), new object[] {
         ((object)(61.52D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint33 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 6, 0, 0, 0), new object[] {
         ((object)(51.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint34 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 3, 0, 0, 0), new object[] {
         ((object)(52.34D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint35 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 0, 0, 0, 0), new object[] {
         ((object)(57.2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint36 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 21, 0, 0, 0), new object[] {
         ((object)(60.44D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint37 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 18, 0, 0, 0), new object[] {
         ((object)(65.48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint38 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 15, 0, 0, 0), new object[] {
         ((object)(66.56D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint39 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 12, 0, 0, 0), new object[] {
         ((object)(64.04D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint40 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 9, 0, 0, 0), new object[] {
         ((object)(60.26D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint41 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 6, 0, 0, 0), new object[] {
         ((object)(51.44D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint42 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 3, 0, 0, 0), new object[] {
         ((object)(50.18D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint43 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 0, 0, 0, 0), new object[] {
         ((object)(56.12D))
     });
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series         series2         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint44   = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 6, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint45 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 3, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint46 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 0, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint47 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 21, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint48 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 18, 0, 0, 0), new object[] {
         ((object)(1020D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint49 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 15, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint50 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 12, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint51 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 9, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint52 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 6, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint53 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 3, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint54 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 0, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint55 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 21, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint56 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 18, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint57 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 15, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint58 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 12, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint59 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 9, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint60 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 6, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint61 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 3, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint62 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 0, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint63 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 21, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint64 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 18, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint65 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 15, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint66 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 12, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint67 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 9, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint68 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 6, 0, 0, 0), new object[] {
         ((object)(1020D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint69 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 3, 0, 0, 0), new object[] {
         ((object)(1019D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint70 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 0, 0, 0, 0), new object[] {
         ((object)(1019D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint71 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 21, 0, 0, 0), new object[] {
         ((object)(1019D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint72 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 18, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint73 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 15, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint74 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 12, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint75 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 9, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint76 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 6, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint77 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 3, 0, 0, 0), new object[] {
         ((object)(1016D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint78 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 0, 0, 0, 0), new object[] {
         ((object)(1016D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint79 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 21, 0, 0, 0), new object[] {
         ((object)(1016D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint80 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 18, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint81 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 15, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint82 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 12, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint83 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 9, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint84 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 6, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint85 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 3, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint86 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 0, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series         series3         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint87   = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 6, 0, 0, 0), new object[] {
         ((object)(69D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint88 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 3, 0, 0, 0), new object[] {
         ((object)(76D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint89 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 0, 0, 0, 0), new object[] {
         ((object)(66D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint90 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 21, 0, 0, 0), new object[] {
         ((object)(49D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint91 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 18, 0, 0, 0), new object[] {
         ((object)(45D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint92 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 15, 0, 0, 0), new object[] {
         ((object)(48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint93 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 12, 0, 0, 0), new object[] {
         ((object)(57D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint94 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 9, 0, 0, 0), new object[] {
         ((object)(66D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint95 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 6, 0, 0, 0), new object[] {
         ((object)(78D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint96 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 3, 0, 0, 0), new object[] {
         ((object)(83D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint97 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 0, 0, 0, 0), new object[] {
         ((object)(72D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint98 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 21, 0, 0, 0), new object[] {
         ((object)(52D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint99 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 18, 0, 0, 0), new object[] {
         ((object)(40D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint100 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 15, 0, 0, 0), new object[] {
         ((object)(41D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint101 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 12, 0, 0, 0), new object[] {
         ((object)(37D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint102 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 9, 0, 0, 0), new object[] {
         ((object)(41D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint103 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 6, 0, 0, 0), new object[] {
         ((object)(68D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint104 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 3, 0, 0, 0), new object[] {
         ((object)(78D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint105 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 0, 0, 0, 0), new object[] {
         ((object)(71D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint106 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 21, 0, 0, 0), new object[] {
         ((object)(63D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint107 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 18, 0, 0, 0), new object[] {
         ((object)(47D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint108 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 15, 0, 0, 0), new object[] {
         ((object)(44D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint109 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 12, 0, 0, 0), new object[] {
         ((object)(48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint110 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 9, 0, 0, 0), new object[] {
         ((object)(68D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint111 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 6, 0, 0, 0), new object[] {
         ((object)(81D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint112 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 3, 0, 0, 0), new object[] {
         ((object)(85D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint113 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 0, 0, 0, 0), new object[] {
         ((object)(76D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint114 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 21, 0, 0, 0), new object[] {
         ((object)(65D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint115 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 18, 0, 0, 0), new object[] {
         ((object)(57D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint116 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 15, 0, 0, 0), new object[] {
         ((object)(62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint117 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 12, 0, 0, 0), new object[] {
         ((object)(53D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint118 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 9, 0, 0, 0), new object[] {
         ((object)(62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint119 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 6, 0, 0, 0), new object[] {
         ((object)(76D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint120 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 3, 0, 0, 0), new object[] {
         ((object)(80D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint121 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 0, 0, 0, 0), new object[] {
         ((object)(82D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint122 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 21, 0, 0, 0), new object[] {
         ((object)(73D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint123 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 18, 0, 0, 0), new object[] {
         ((object)(57D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint124 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 15, 0, 0, 0), new object[] {
         ((object)(55D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint125 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 12, 0, 0, 0), new object[] {
         ((object)(64D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint126 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 9, 0, 0, 0), new object[] {
         ((object)(74D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint127 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 6, 0, 0, 0), new object[] {
         ((object)(89D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint128 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 3, 0, 0, 0), new object[] {
         ((object)(87D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint129 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 0, 0, 0, 0), new object[] {
         ((object)(80D))
     });
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
     this.chartControl = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl
     //
     this.chartControl.CrosshairEnabled = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl.CrosshairOptions.ShowOnlyInFocusedPane = false;
     this.chartControl.DataBindings = null;
     xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None;
     xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid          = false;
     xyDiagram1.AxisX.DateTimeScaleOptions.GridAlignment     = DevExpress.XtraCharts.DateTimeGridAlignment.Hour;
     xyDiagram1.AxisX.DateTimeScaleOptions.GridSpacing       = 5D;
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit       = DevExpress.XtraCharts.DateTimeMeasureUnit.Hour;
     xyDiagram1.AxisX.Label.TextPattern                = "{A:MMMM d, H:mm tt}";
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1;1;0";
     xyDiagram1.AxisX.VisualRange.Auto                 = false;
     xyDiagram1.AxisX.VisualRange.MaxValueSerializable = "06/08/2008 06:00:00.000";
     xyDiagram1.AxisX.VisualRange.MinValueSerializable = "06/06/2008 00:00:00.000";
     xyDiagram1.AxisY.Title.Text                     = "Temperature, F";
     xyDiagram1.AxisY.Title.Visibility               = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     xyDiagram1.EnableAxisXScrolling                 = true;
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     xyDiagramPane2.Name   = "Pane 2";
     xyDiagramPane2.PaneID = 1;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1,
         xyDiagramPane2
     });
     secondaryAxisY1.Alignment         = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.GridLines.Visible = true;
     secondaryAxisY1.Name                           = "Secondary AxisY 1";
     secondaryAxisY1.Title.Text                     = "Pressure, mbar";
     secondaryAxisY1.Title.Visibility               = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY1.VisibleInPanesSerializable     = "0";
     secondaryAxisY1.WholeRange.AlwaysShowZeroLevel = false;
     secondaryAxisY2.Alignment                      = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY2.AxisID                         = 1;
     secondaryAxisY2.GridLines.Visible              = true;
     secondaryAxisY2.Name                           = "Secondary AxisY 2";
     secondaryAxisY2.Title.Text                     = "Humidity, %";
     secondaryAxisY2.Title.Visibility               = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY2.VisibleInPanesSerializable     = "1";
     secondaryAxisY2.WholeRange.AlwaysShowZeroLevel = false;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1,
         secondaryAxisY2
     });
     this.chartControl.Diagram = xyDiagram1;
     this.chartControl.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartControl.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl.Legend.DockTargetName      = "Default Pane";
     this.chartControl.Legend.Name = "Default Legend";
     legend1.AlignmentHorizontal   = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     legend1.DockTargetName        = "Pane 1";
     legend1.Name = "Legend1";
     legend2.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     legend2.DockTargetName      = "Pane 2";
     legend2.Name = "Legend2";
     this.chartControl.Legends.AddRange(new DevExpress.XtraCharts.Legend[] {
         legend1,
         legend2
     });
     this.chartControl.Location    = new System.Drawing.Point(0, 0);
     this.chartControl.Name        = "chartControl";
     series1.CrosshairLabelPattern = "{S} : {V}F";
     series1.LegendName            = "Default Legend";
     series1.Name = "Temperature";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5,
         seriesPoint6,
         seriesPoint7,
         seriesPoint8,
         seriesPoint9,
         seriesPoint10,
         seriesPoint11,
         seriesPoint12,
         seriesPoint13,
         seriesPoint14,
         seriesPoint15,
         seriesPoint16,
         seriesPoint17,
         seriesPoint18,
         seriesPoint19,
         seriesPoint20,
         seriesPoint21,
         seriesPoint22,
         seriesPoint23,
         seriesPoint24,
         seriesPoint25,
         seriesPoint26,
         seriesPoint27,
         seriesPoint28,
         seriesPoint29,
         seriesPoint30,
         seriesPoint31,
         seriesPoint32,
         seriesPoint33,
         seriesPoint34,
         seriesPoint35,
         seriesPoint36,
         seriesPoint37,
         seriesPoint38,
         seriesPoint39,
         seriesPoint40,
         seriesPoint41,
         seriesPoint42,
         seriesPoint43
     });
     series1.View = lineSeriesView1;
     series2.CrosshairLabelPattern = "{S} :  {V} mbars";
     series2.LegendName            = "Legend1";
     series2.Name = "Pressure";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint44,
         seriesPoint45,
         seriesPoint46,
         seriesPoint47,
         seriesPoint48,
         seriesPoint49,
         seriesPoint50,
         seriesPoint51,
         seriesPoint52,
         seriesPoint53,
         seriesPoint54,
         seriesPoint55,
         seriesPoint56,
         seriesPoint57,
         seriesPoint58,
         seriesPoint59,
         seriesPoint60,
         seriesPoint61,
         seriesPoint62,
         seriesPoint63,
         seriesPoint64,
         seriesPoint65,
         seriesPoint66,
         seriesPoint67,
         seriesPoint68,
         seriesPoint69,
         seriesPoint70,
         seriesPoint71,
         seriesPoint72,
         seriesPoint73,
         seriesPoint74,
         seriesPoint75,
         seriesPoint76,
         seriesPoint77,
         seriesPoint78,
         seriesPoint79,
         seriesPoint80,
         seriesPoint81,
         seriesPoint82,
         seriesPoint83,
         seriesPoint84,
         seriesPoint85,
         seriesPoint86
     });
     areaSeriesView1.AxisYName    = "Secondary AxisY 1";
     areaSeriesView1.PaneName     = "Pane 1";
     areaSeriesView1.Transparency = ((byte)(0));
     series2.View = areaSeriesView1;
     series3.CrosshairLabelPattern = "{S} : {V}%";
     series3.LegendName            = "Legend2";
     series3.Name = "Humidity";
     series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint87,
         seriesPoint88,
         seriesPoint89,
         seriesPoint90,
         seriesPoint91,
         seriesPoint92,
         seriesPoint93,
         seriesPoint94,
         seriesPoint95,
         seriesPoint96,
         seriesPoint97,
         seriesPoint98,
         seriesPoint99,
         seriesPoint100,
         seriesPoint101,
         seriesPoint102,
         seriesPoint103,
         seriesPoint104,
         seriesPoint105,
         seriesPoint106,
         seriesPoint107,
         seriesPoint108,
         seriesPoint109,
         seriesPoint110,
         seriesPoint111,
         seriesPoint112,
         seriesPoint113,
         seriesPoint114,
         seriesPoint115,
         seriesPoint116,
         seriesPoint117,
         seriesPoint118,
         seriesPoint119,
         seriesPoint120,
         seriesPoint121,
         seriesPoint122,
         seriesPoint123,
         seriesPoint124,
         seriesPoint125,
         seriesPoint126,
         seriesPoint127,
         seriesPoint128,
         seriesPoint129
     });
     sideBySideBarSeriesView1.AxisYName = "Secondary AxisY 2";
     sideBySideBarSeriesView1.PaneName  = "Pane 2";
     series3.View = sideBySideBarSeriesView1;
     this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartControl.Size     = new System.Drawing.Size(1264, 681);
     this.chartControl.TabIndex = 0;
     chartTitle1.Text           = "Weather in London";
     this.chartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chartControl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.OnChartMouseUp);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1264, 681);
     this.Controls.Add(this.chartControl);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #5
0
ファイル: FormHardBoard.Designer.cs プロジェクト: icprog/MiKe
 /// <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.AreaSeriesView          areaSeriesView1          = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.ChartTitle              chartTitle1              = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram               xyDiagram2               = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                  series2                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.ChartTitle              chartTitle2              = new DevExpress.XtraCharts.ChartTitle();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.gridControl1           = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.PRG001    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.DEA002    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.DEA057    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ART       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.PRF3      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.PRF003    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.PRG003    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ANW9      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ANW009    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.ANW09 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemProgressBar2 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.PRF                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.LEH                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.btnLast             = new DevExpress.XtraEditors.SimpleButton();
     this.btnAll              = new DevExpress.XtraEditors.SimpleButton();
     this.chartControl2       = new DevExpress.XtraCharts.ChartControl();
     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.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem2     = new DevExpress.XtraLayout.EmptySpaceItem();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.gridControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.layoutControl1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1224, 471);
     this.splitContainerControl1.SplitterPosition = 240;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // gridControl1
     //
     this.gridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemProgressBar1,
         this.repositoryItemProgressBar2
     });
     this.gridControl1.Size     = new System.Drawing.Size(1224, 219);
     this.gridControl1.TabIndex = 1;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Appearance.FocusedRow.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.FocusedRow.BackColor2             = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.FocusedRow.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.FocusedRow.Options.UseBackColor   = true;
     this.gridView1.Appearance.FocusedRow.Options.UseBorderColor = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.PRG001,
         this.DEA002,
         this.DEA057,
         this.ART,
         this.PRF3,
         this.PRF003,
         this.PRG003,
         this.ANW9,
         this.ANW009,
         this.ANW09,
         this.PRF,
         this.LEH
     });
     this.gridView1.GridControl                    = this.gridControl1;
     this.gridView1.IndicatorWidth                 = 35;
     this.gridView1.Name                           = "gridView1";
     this.gridView1.OptionsBehavior.Editable       = false;
     this.gridView1.OptionsClipboard.ClipboardMode = DevExpress.Export.ClipboardMode.Formatted;
     this.gridView1.OptionsCustomization.CustomizationFormSnapMode = DevExpress.Utils.Controls.SnapMode.OwnerControl;
     this.gridView1.OptionsDetail.EnableMasterViewMode             = false;
     this.gridView1.OptionsFilter.ColumnFilterPopupMode            = DevExpress.XtraGrid.Columns.ColumnFilterPopupMode.Excel;
     this.gridView1.OptionsView.AllowHtmlDrawHeaders = true;
     this.gridView1.OptionsView.ShowGroupPanel       = false;
     this.gridView1.CustomDrawRowIndicator          += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
     this.gridView1.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle);
     this.gridView1.RowStyle     += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridView1_RowStyle);
     //
     // PRG001
     //
     this.PRG001.Caption      = "品号";
     this.PRG001.FieldName    = "PRG001";
     this.PRG001.Name         = "PRG001";
     this.PRG001.Visible      = true;
     this.PRG001.VisibleIndex = 0;
     this.PRG001.Width        = 98;
     //
     // DEA002
     //
     this.DEA002.Caption      = "品名";
     this.DEA002.FieldName    = "DEA002";
     this.DEA002.Name         = "DEA002";
     this.DEA002.Visible      = true;
     this.DEA002.VisibleIndex = 1;
     this.DEA002.Width        = 98;
     //
     // DEA057
     //
     this.DEA057.Caption      = "规格";
     this.DEA057.FieldName    = "DEA057";
     this.DEA057.Name         = "DEA057";
     this.DEA057.Visible      = true;
     this.DEA057.VisibleIndex = 2;
     this.DEA057.Width        = 98;
     //
     // ART
     //
     this.ART.Caption      = "工艺";
     this.ART.FieldName    = "ART";
     this.ART.Name         = "ART";
     this.ART.Visible      = true;
     this.ART.VisibleIndex = 3;
     //
     // PRF3
     //
     this.PRF3.Caption      = "计划余量";
     this.PRF3.FieldName    = "PRF3";
     this.PRF3.Name         = "PRF3";
     this.PRF3.Visible      = true;
     this.PRF3.VisibleIndex = 4;
     //
     // PRF003
     //
     this.PRF003.Caption      = "总计划量";
     this.PRF003.FieldName    = "PRF003";
     this.PRF003.Name         = "PRF003";
     this.PRF003.Visible      = true;
     this.PRF003.VisibleIndex = 5;
     this.PRF003.Width        = 98;
     //
     // PRG003
     //
     this.PRG003.Caption = "当日计划量";
     this.PRG003.DisplayFormat.FormatString = "0.######";
     this.PRG003.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.PRG003.FieldName    = "PRG003";
     this.PRG003.Name         = "PRG003";
     this.PRG003.Visible      = true;
     this.PRG003.VisibleIndex = 7;
     this.PRG003.Width        = 98;
     //
     // ANW9
     //
     this.ANW9.Caption      = "当日完成量";
     this.ANW9.FieldName    = "ANW9";
     this.ANW9.Name         = "ANW9";
     this.ANW9.Visible      = true;
     this.ANW9.VisibleIndex = 8;
     this.ANW9.Width        = 98;
     //
     // ANW009
     //
     this.ANW009.Caption      = "当日完成率";
     this.ANW009.ColumnEdit   = this.repositoryItemProgressBar1;
     this.ANW009.FieldName    = "ANW009";
     this.ANW009.Name         = "ANW009";
     this.ANW009.Visible      = true;
     this.ANW009.VisibleIndex = 9;
     this.ANW009.Width        = 98;
     //
     // repositoryItemProgressBar1
     //
     this.repositoryItemProgressBar1.EndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.repositoryItemProgressBar1.Name       = "repositoryItemProgressBar1";
     this.repositoryItemProgressBar1.ShowTitle  = true;
     this.repositoryItemProgressBar1.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.repositoryItemProgressBar1.Step       = 1;
     //
     // ANW09
     //
     this.ANW09.Caption      = "总完成率";
     this.ANW09.ColumnEdit   = this.repositoryItemProgressBar2;
     this.ANW09.FieldName    = "ANW09";
     this.ANW09.Name         = "ANW09";
     this.ANW09.Visible      = true;
     this.ANW09.VisibleIndex = 10;
     this.ANW09.Width        = 98;
     //
     // repositoryItemProgressBar2
     //
     this.repositoryItemProgressBar2.EndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.repositoryItemProgressBar2.Name       = "repositoryItemProgressBar2";
     this.repositoryItemProgressBar2.ShowTitle  = true;
     this.repositoryItemProgressBar2.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.repositoryItemProgressBar2.Step       = 1;
     //
     // PRF
     //
     this.PRF.Caption      = "总欠产量";
     this.PRF.FieldName    = "PRF";
     this.PRF.Name         = "PRF";
     this.PRF.Visible      = true;
     this.PRF.VisibleIndex = 11;
     this.PRF.Width        = 98;
     //
     // LEH
     //
     this.LEH.Caption      = "总完成量";
     this.LEH.FieldName    = "LEH";
     this.LEH.Name         = "LEH";
     this.LEH.Visible      = true;
     this.LEH.VisibleIndex = 6;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.btnLast);
     this.layoutControl1.Controls.Add(this.btnAll);
     this.layoutControl1.Controls.Add(this.chartControl2);
     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(1224, 240);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // btnLast
     //
     this.btnLast.Location        = new System.Drawing.Point(12, 12);
     this.btnLast.Name            = "btnLast";
     this.btnLast.Size            = new System.Drawing.Size(85, 22);
     this.btnLast.StyleController = this.layoutControl1;
     this.btnLast.TabIndex        = 7;
     this.btnLast.Text            = "末级工序";
     this.btnLast.Click          += new System.EventHandler(this.btnLast_Click);
     //
     // btnAll
     //
     this.btnAll.Location        = new System.Drawing.Point(124, 12);
     this.btnAll.Name            = "btnAll";
     this.btnAll.Size            = new System.Drawing.Size(85, 22);
     this.btnAll.StyleController = this.layoutControl1;
     this.btnAll.TabIndex        = 6;
     this.btnAll.Text            = "全部工序";
     this.btnAll.Click          += new System.EventHandler(this.btnAll_Click);
     //
     // chartControl2
     //
     this.chartControl2.AppearanceNameSerializable = "Northern Lights";
     this.chartControl2.DataBindings              = null;
     xyDiagram1.AxisX.GridLines.MinorVisible      = true;
     xyDiagram1.AxisX.GridLines.Visible           = true;
     xyDiagram1.AxisX.Interlaced                  = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram1.AxisY.GridLines.MinorVisible      = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     this.chartControl2.Diagram           = xyDiagram1;
     this.chartControl2.Legend.Name       = "Default Legend";
     this.chartControl2.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl2.Location          = new System.Drawing.Point(421, 38);
     this.chartControl2.Name        = "chartControl2";
     this.chartControl2.PaletteName = "Northern Lights";
     series1.LabelsVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                          = "SeriesOne";
     areaSeriesView1.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(192)))), ((int)(((byte)(143)))));
     areaSeriesView1.ColorEach             = true;
     series1.View                          = areaSeriesView1;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl2.Size     = new System.Drawing.Size(791, 190);
     this.chartControl2.TabIndex = 5;
     chartTitle1.Font            = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle1.Text            = "工艺欠产";
     chartTitle1.TextColor       = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(108)))), ((int)(((byte)(9)))));
     this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // chartControl1
     //
     this.chartControl1.AppearanceNameSerializable = "Chameleon";
     this.chartControl1.DataBindings             = null;
     xyDiagram2.AxisX.GridLines.MinorVisible     = true;
     xyDiagram2.AxisX.GridLines.Visible          = true;
     xyDiagram2.AxisX.Interlaced                 = true;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.GridLines.MinorVisible     = true;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram           = xyDiagram2;
     this.chartControl1.Legend.Name       = "Default Legend";
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(12, 38);
     this.chartControl1.Name        = "chartControl1";
     this.chartControl1.PaletteName = "Chameleon";
     series2.LabelsVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series2.Name = "SeriesOne";
     sideBySideBarSeriesView1.Border.Visibility = DevExpress.Utils.DefaultBoolean.True;
     sideBySideBarSeriesView1.ColorEach         = true;
     series2.View = sideBySideBarSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.chartControl1.Size     = new System.Drawing.Size(405, 190);
     this.chartControl1.TabIndex = 4;
     chartTitle2.Font            = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle2.Text            = "产品欠产";
     chartTitle2.TextColor       = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(129)))), ((int)(((byte)(189)))));
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.layoutControlItem4,
         this.emptySpaceItem1,
         this.emptySpaceItem2
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1224, 240);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.chartControl1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 26);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(409, 194);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.chartControl2;
     this.layoutControlItem2.Location    = new System.Drawing.Point(409, 26);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(795, 194);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.btnAll;
     this.layoutControlItem3.Location    = new System.Drawing.Point(112, 0);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(89, 26);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control     = this.btnLast;
     this.layoutControlItem4.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name        = "layoutControlItem4";
     this.layoutControlItem4.Size        = new System.Drawing.Size(89, 26);
     this.layoutControlItem4.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(201, 0);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(1003, 26);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.Location      = new System.Drawing.Point(89, 0);
     this.emptySpaceItem2.Name          = "emptySpaceItem2";
     this.emptySpaceItem2.Size          = new System.Drawing.Size(23, 26);
     this.emptySpaceItem2.TextSize      = new System.Drawing.Size(0, 0);
     //
     // FormHardBoard
     //
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(1224, 471);
     this.Controls.Add(this.splitContainerControl1);
     this.Name  = "FormHardBoard";
     this.Text  = "五金车间看板";
     this.Load += new System.EventHandler(this.FormHardBoard_Load);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).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.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #6
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.AreaSeriesView           areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.AreaSeriesView           areaSeriesView2 = new DevExpress.XtraCharts.AreaSeriesView();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(frmChiTietDongCoin));
     this.panel1         = new System.Windows.Forms.Panel();
     this.lblSymBol      = new DevExpress.XtraEditors.LabelControl();
     this.lblNamecoin    = new DevExpress.XtraEditors.LabelControl();
     this.panel2         = new System.Windows.Forms.Panel();
     this.lblChange24h   = new DevExpress.XtraEditors.LabelControl();
     this.lblPrice       = new DevExpress.XtraEditors.LabelControl();
     this.panel3         = new System.Windows.Forms.Panel();
     this.labelControl3  = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2  = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1  = new DevExpress.XtraEditors.LabelControl();
     this.panel4         = new System.Windows.Forms.Panel();
     this.lblSubblly     = new DevExpress.XtraEditors.LabelControl();
     this.lblVolume24    = new DevExpress.XtraEditors.LabelControl();
     this.lblMarketcap   = new DevExpress.XtraEditors.LabelControl();
     this.chartControl1  = new DevExpress.XtraCharts.ChartControl();
     this.lblBieudo      = new DevExpress.XtraEditors.LabelControl();
     this.btnHuyUaThich  = new DevExpress.XtraEditors.SimpleButton();
     this.btnThemUaThich = new DevExpress.XtraEditors.SimpleButton();
     this.pBDongcoin     = new System.Windows.Forms.PictureBox();
     this.btnTrolai      = new DevExpress.XtraEditors.SimpleButton();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pBDongcoin)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.lblSymBol);
     this.panel1.Controls.Add(this.lblNamecoin);
     this.panel1.Location = new System.Drawing.Point(188, 121);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(136, 60);
     this.panel1.TabIndex = 2;
     //
     // lblSymBol
     //
     this.lblSymBol.Appearance.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSymBol.Appearance.ForeColor = System.Drawing.Color.DarkGray;
     this.lblSymBol.Location             = new System.Drawing.Point(14, 28);
     this.lblSymBol.Name     = "lblSymBol";
     this.lblSymBol.Size     = new System.Drawing.Size(59, 19);
     this.lblSymBol.TabIndex = 1;
     this.lblSymBol.Text     = "Symbol";
     //
     // lblNamecoin
     //
     this.lblNamecoin.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNamecoin.Location        = new System.Drawing.Point(14, 3);
     this.lblNamecoin.Name            = "lblNamecoin";
     this.lblNamecoin.Size            = new System.Drawing.Size(47, 19);
     this.lblNamecoin.TabIndex        = 0;
     this.lblNamecoin.Text            = "Name";
     //
     // panel2
     //
     this.panel2.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.lblChange24h);
     this.panel2.Controls.Add(this.lblPrice);
     this.panel2.Location = new System.Drawing.Point(431, 77);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(272, 33);
     this.panel2.TabIndex = 3;
     //
     // lblChange24h
     //
     this.lblChange24h.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblChange24h.Location        = new System.Drawing.Point(149, 3);
     this.lblChange24h.Name            = "lblChange24h";
     this.lblChange24h.Size            = new System.Drawing.Size(95, 23);
     this.lblChange24h.TabIndex        = 3;
     this.lblChange24h.Text            = "Change24";
     //
     // lblPrice
     //
     this.lblPrice.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPrice.Location        = new System.Drawing.Point(3, 3);
     this.lblPrice.Name            = "lblPrice";
     this.lblPrice.Size            = new System.Drawing.Size(47, 23);
     this.lblPrice.TabIndex        = 2;
     this.lblPrice.Text            = "Price";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.labelControl3);
     this.panel3.Controls.Add(this.labelControl2);
     this.panel3.Controls.Add(this.labelControl1);
     this.panel3.Location = new System.Drawing.Point(396, 126);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(513, 35);
     this.panel3.TabIndex = 4;
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl3.Location        = new System.Drawing.Point(355, 9);
     this.labelControl3.Name            = "labelControl3";
     this.labelControl3.Size            = new System.Drawing.Size(151, 18);
     this.labelControl3.TabIndex        = 6;
     this.labelControl3.Text            = "Số lượng coin bán ra";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl2.Location        = new System.Drawing.Point(187, 9);
     this.labelControl2.Name            = "labelControl2";
     this.labelControl2.Size            = new System.Drawing.Size(126, 18);
     this.labelControl2.TabIndex        = 5;
     this.labelControl2.Text            = "Khối lượng (24h)";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl1.Location        = new System.Drawing.Point(4, 9);
     this.labelControl1.Name            = "labelControl1";
     this.labelControl1.Size            = new System.Drawing.Size(137, 18);
     this.labelControl1.TabIndex        = 4;
     this.labelControl1.Text            = "Vốn hóa thị trường";
     //
     // panel4
     //
     this.panel4.Controls.Add(this.lblSubblly);
     this.panel4.Controls.Add(this.lblVolume24);
     this.panel4.Controls.Add(this.lblMarketcap);
     this.panel4.Location = new System.Drawing.Point(396, 159);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(513, 35);
     this.panel4.TabIndex = 7;
     //
     // lblSubblly
     //
     this.lblSubblly.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSubblly.Location        = new System.Drawing.Point(355, 9);
     this.lblSubblly.Name            = "lblSubblly";
     this.lblSubblly.Size            = new System.Drawing.Size(49, 18);
     this.lblSubblly.TabIndex        = 6;
     this.lblSubblly.Text            = "subbly";
     //
     // lblVolume24
     //
     this.lblVolume24.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVolume24.Location        = new System.Drawing.Point(187, 9);
     this.lblVolume24.Name            = "lblVolume24";
     this.lblVolume24.Size            = new System.Drawing.Size(74, 18);
     this.lblVolume24.TabIndex        = 5;
     this.lblVolume24.Text            = "volume24";
     //
     // lblMarketcap
     //
     this.lblMarketcap.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMarketcap.Location        = new System.Drawing.Point(4, 9);
     this.lblMarketcap.Name            = "lblMarketcap";
     this.lblMarketcap.Size            = new System.Drawing.Size(79, 18);
     this.lblMarketcap.TabIndex        = 4;
     this.lblMarketcap.Text            = "Marketcap";
     //
     // chartControl1
     //
     this.chartControl1.AppearanceNameSerializable = "Chameleon";
     xyDiagram1.AxisX.VisibleInPanesSerializable   = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins   = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue  = 0D;
     xyDiagram1.AxisY.VisibleInPanesSerializable   = "-1";
     this.chartControl1.Diagram     = xyDiagram1;
     this.chartControl1.Legend.Name = "Default Legend";
     this.chartControl1.Location    = new System.Drawing.Point(27, 273);
     this.chartControl1.Name        = "chartControl1";
     this.chartControl1.PaletteName = "Metro";
     series1.Name = "Price";
     areaSeriesView1.Transparency = ((byte)(0));
     series1.View = areaSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     areaSeriesView2.Transparency           = ((byte)(0));
     this.chartControl1.SeriesTemplate.View = areaSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(1096, 441);
     this.chartControl1.TabIndex = 9;
     //
     // lblBieudo
     //
     this.lblBieudo.Appearance.Font      = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBieudo.Appearance.ForeColor = System.Drawing.Color.Blue;
     this.lblBieudo.Location             = new System.Drawing.Point(435, 242);
     this.lblBieudo.Name     = "lblBieudo";
     this.lblBieudo.Size     = new System.Drawing.Size(155, 25);
     this.lblBieudo.TabIndex = 12;
     this.lblBieudo.Text     = "bieudothaydoi ";
     //
     // btnHuyUaThich
     //
     this.btnHuyUaThich.Image    = ((System.Drawing.Image)(resources.GetObject("btnHuyUaThich.Image")));
     this.btnHuyUaThich.Location = new System.Drawing.Point(923, 102);
     this.btnHuyUaThich.Name     = "btnHuyUaThich";
     this.btnHuyUaThich.Size     = new System.Drawing.Size(200, 33);
     this.btnHuyUaThich.TabIndex = 11;
     this.btnHuyUaThich.Text     = "Hủy ưa thích";
     this.btnHuyUaThich.Click   += new System.EventHandler(this.btnHuyUaThich_Click);
     //
     // btnThemUaThich
     //
     this.btnThemUaThich.Image         = ((System.Drawing.Image)(resources.GetObject("btnThemUaThich.Image")));
     this.btnThemUaThich.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnThemUaThich.Location      = new System.Drawing.Point(923, 37);
     this.btnThemUaThich.Name          = "btnThemUaThich";
     this.btnThemUaThich.Size          = new System.Drawing.Size(200, 39);
     this.btnThemUaThich.TabIndex      = 10;
     this.btnThemUaThich.Text          = "Thêm vào danh sách ưa thích ";
     this.btnThemUaThich.Click        += new System.EventHandler(this.simpleButton1_Click);
     //
     // pBDongcoin
     //
     this.pBDongcoin.Location = new System.Drawing.Point(46, 77);
     this.pBDongcoin.Name     = "pBDongcoin";
     this.pBDongcoin.Size     = new System.Drawing.Size(136, 134);
     this.pBDongcoin.TabIndex = 1;
     this.pBDongcoin.TabStop  = false;
     //
     // btnTrolai
     //
     this.btnTrolai.Image    = ((System.Drawing.Image)(resources.GetObject("btnTrolai.Image")));
     this.btnTrolai.Location = new System.Drawing.Point(46, 12);
     this.btnTrolai.Name     = "btnTrolai";
     this.btnTrolai.Size     = new System.Drawing.Size(75, 45);
     this.btnTrolai.TabIndex = 0;
     this.btnTrolai.Text     = "Thoát";
     this.btnTrolai.Click   += new System.EventHandler(this.btnTrolai_Click);
     //
     // frmChiTietDongCoin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1135, 728);
     this.Controls.Add(this.lblBieudo);
     this.Controls.Add(this.btnHuyUaThich);
     this.Controls.Add(this.btnThemUaThich);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.pBDongcoin);
     this.Controls.Add(this.btnTrolai);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmChiTietDongCoin";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "frmChiTietDongCoin";
     this.Load           += new System.EventHandler(this.frmChiTietDongCoin_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pBDongcoin)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #7
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			DevExpress.XtraCharts.XYDiagram 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);

		}
コード例 #8
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.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("0", new object[] {
         ((object)(3.5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(2.7D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(6.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(7.1D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(2.9D))
     });
     DevExpress.XtraCharts.SideBySideBarSeriesView     sideBySideBarSeriesView1    = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule1             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     System.ComponentModel.ComponentResourceManager    resources = new System.ComponentModel.ComponentResourceManager(typeof(ucDashboard));
     DevExpress.XtraCharts.XYDiagram   xyDiagram2   = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series      series2      = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("0", new object[] {
         ((object)(0.1D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(8.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(9.9D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(1.2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(7.8D))
     });
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series         series3         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint11   = new DevExpress.XtraCharts.SeriesPoint("0", new object[] {
         ((object)(9.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(7.5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(2.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(5.7D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(1.4D))
     });
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView2 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series         series4         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint16   = new DevExpress.XtraCharts.SeriesPoint("0", new object[] {
         ((object)(4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(2.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(7.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(3.5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(9.2D))
     });
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView3 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.ChartTitle     chartTitle1     = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram      xyDiagram3      = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series         series5         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint21   = new DevExpress.XtraCharts.SeriesPoint("0", new object[] {
         ((object)(1.7D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(9.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(6.5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(0.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(7.7D))
     });
     DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView1 = new DevExpress.XtraCharts.StackedBarSeriesView();
     DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView2 = new DevExpress.XtraCharts.StackedBarSeriesView();
     DevExpress.XtraCharts.ChartTitle           chartTitle2           = new DevExpress.XtraCharts.ChartTitle();
     this.colQTY               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControl1       = new DevExpress.XtraLayout.LayoutControl();
     this.chartCredit          = new DevExpress.XtraCharts.ChartControl();
     this.grd                  = new DevExpress.XtraGrid.GridControl();
     this.grv                  = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colCNM               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPNM               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ribbonControl1       = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.bRefresh             = new DevExpress.XtraBars.BarButtonItem();
     this.chartPaymentMonth    = new DevExpress.XtraCharts.ChartControl();
     this.chartSalesByCategory = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup1  = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4   = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartCredit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grv)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPaymentMonth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSalesByCategory)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     this.SuspendLayout();
     //
     // colQTY
     //
     this.colQTY.Caption   = "Quantity";
     this.colQTY.FieldName = "TotalQuantity";
     this.colQTY.Name      = "colQTY";
     this.colQTY.OptionsColumn.AllowEdit  = false;
     this.colQTY.OptionsColumn.AllowFocus = false;
     this.colQTY.OptionsColumn.ReadOnly   = true;
     this.colQTY.Visible      = true;
     this.colQTY.VisibleIndex = 1;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.chartCredit);
     this.layoutControl1.Controls.Add(this.grd);
     this.layoutControl1.Controls.Add(this.chartPaymentMonth);
     this.layoutControl1.Controls.Add(this.chartSalesByCategory);
     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(444, 95, 753, 627);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(765, 498);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // chartCredit
     //
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartCredit.Diagram   = xyDiagram1;
     this.chartCredit.Location  = new System.Drawing.Point(12, 377);
     this.chartCredit.Name      = "chartCredit";
     series1.ArgumentDataMember = "CustomerName";
     series1.LabelsVisibility   = DevExpress.Utils.DefaultBoolean.False;
     series1.Name = "Customer";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5
     });
     series1.ValueDataMembersSerializable = "Balance";
     sideBySideBarSeriesView1.ColorEach   = true;
     series1.View = sideBySideBarSeriesView1;
     this.chartCredit.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartCredit.Size     = new System.Drawing.Size(507, 109);
     this.chartCredit.TabIndex = 7;
     //
     // grd
     //
     this.grd.Location    = new System.Drawing.Point(523, 12);
     this.grd.MainView    = this.grv;
     this.grd.MenuManager = this.ribbonControl1;
     this.grd.Name        = "grd";
     this.grd.Size        = new System.Drawing.Size(230, 474);
     this.grd.TabIndex    = 6;
     this.grd.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.grv
     });
     //
     // grv
     //
     this.grv.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colCNM,
         this.colPNM,
         this.colQTY
     });
     gridFormatRule1.Column = this.colQTY;
     gridFormatRule1.Name   = "Format0";
     formatConditionRuleDataBar1.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar1.PredefinedName = null;
     gridFormatRule1.Rule = formatConditionRuleDataBar1;
     this.grv.FormatRules.Add(gridFormatRule1);
     this.grv.GridControl = this.grd;
     this.grv.GroupCount  = 1;
     this.grv.Name        = "grv";
     this.grv.OptionsView.ShowGroupPanel = false;
     this.grv.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colCNM, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // colCNM
     //
     this.colCNM.Caption   = "Category";
     this.colCNM.FieldName = "CategoryName";
     this.colCNM.Name      = "colCNM";
     this.colCNM.OptionsColumn.AllowEdit  = false;
     this.colCNM.OptionsColumn.AllowFocus = false;
     this.colCNM.OptionsColumn.ReadOnly   = true;
     this.colCNM.Visible      = true;
     this.colCNM.VisibleIndex = 0;
     //
     // colPNM
     //
     this.colPNM.Caption   = "Product";
     this.colPNM.FieldName = "ProductName";
     this.colPNM.Name      = "colPNM";
     this.colPNM.OptionsColumn.AllowEdit  = false;
     this.colPNM.OptionsColumn.AllowFocus = false;
     this.colPNM.OptionsColumn.ReadOnly   = true;
     this.colPNM.Visible      = true;
     this.colPNM.VisibleIndex = 0;
     //
     // ribbonControl1
     //
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl1.ExpandCollapseItem,
         this.bRefresh
     });
     this.ribbonControl1.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.MaxItemId = 2;
     this.ribbonControl1.Name      = "ribbonControl1";
     this.ribbonControl1.PageHeaderItemLinks.Add(this.bRefresh);
     this.ribbonControl1.Size = new System.Drawing.Size(765, 47);
     //
     // bRefresh
     //
     this.bRefresh.Caption    = "Refresh";
     this.bRefresh.Glyph      = ((System.Drawing.Image)(resources.GetObject("bRefresh.Glyph")));
     this.bRefresh.Id         = 1;
     this.bRefresh.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bRefresh.LargeGlyph")));
     this.bRefresh.Name       = "bRefresh";
     this.bRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bRefresh_ItemClick);
     //
     // chartPaymentMonth
     //
     xyDiagram2.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram2.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram2.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram2.AxisY.VisibleInPanesSerializable  = "-1";
     this.chartPaymentMonth.Diagram  = xyDiagram2;
     this.chartPaymentMonth.Location = new System.Drawing.Point(12, 197);
     this.chartPaymentMonth.Name     = "chartPaymentMonth";
     series2.ArgumentDataMember      = "SellDate";
     series2.LabelsVisibility        = DevExpress.Utils.DefaultBoolean.False;
     series2.Name = "Amount";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint6,
         seriesPoint7,
         seriesPoint8,
         seriesPoint9,
         seriesPoint10
     });
     series2.ValueDataMembersSerializable = "TotalAmount";
     series2.View = areaSeriesView1;
     series3.ArgumentDataMember = "SellDate";
     series3.Name = "Credit";
     series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint11,
         seriesPoint12,
         seriesPoint13,
         seriesPoint14,
         seriesPoint15
     });
     series3.ValueDataMembersSerializable = "TotalCredit";
     series3.View = areaSeriesView2;
     series4.ArgumentDataMember = "SellDate";
     series4.Name = "Payment";
     series4.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint16,
         seriesPoint17,
         seriesPoint18,
         seriesPoint19,
         seriesPoint20
     });
     series4.ValueDataMembersSerializable = "TotalPayment";
     series4.View = areaSeriesView3;
     this.chartPaymentMonth.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2,
         series3,
         series4
     };
     this.chartPaymentMonth.Size     = new System.Drawing.Size(507, 176);
     this.chartPaymentMonth.TabIndex = 5;
     chartTitle1.Text = "Payment Received";
     this.chartPaymentMonth.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // chartSalesByCategory
     //
     xyDiagram3.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram3.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram3.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram3.AxisY.VisibleInPanesSerializable  = "-1";
     this.chartSalesByCategory.Diagram            = xyDiagram3;
     this.chartSalesByCategory.Legend.Visibility  = DevExpress.Utils.DefaultBoolean.False;
     this.chartSalesByCategory.Location           = new System.Drawing.Point(12, 12);
     this.chartSalesByCategory.Name = "chartSalesByCategory";
     this.chartSalesByCategory.SeriesSelectionMode = DevExpress.XtraCharts.SeriesSelectionMode.Argument;
     series5.ArgumentDataMember = "CategoryName";
     series5.Name = "Series 1";
     series5.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint21,
         seriesPoint22,
         seriesPoint23,
         seriesPoint24,
         seriesPoint25
     });
     series5.ValueDataMembersSerializable = "SumOfQuantity";
     series5.View = stackedBarSeriesView1;
     this.chartSalesByCategory.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series5
     };
     this.chartSalesByCategory.SeriesTemplate.View = stackedBarSeriesView2;
     this.chartSalesByCategory.Size     = new System.Drawing.Size(507, 181);
     this.chartSalesByCategory.TabIndex = 4;
     chartTitle2.Text = "Sales By Category";
     this.chartSalesByCategory.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.layoutControlItem4
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(765, 498);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.chartSalesByCategory;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(511, 185);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.chartPaymentMonth;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 185);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(511, 180);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.grd;
     this.layoutControlItem3.Location    = new System.Drawing.Point(511, 0);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(234, 478);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control     = this.chartCredit;
     this.layoutControlItem4.Location    = new System.Drawing.Point(0, 365);
     this.layoutControlItem4.Name        = "layoutControlItem4";
     this.layoutControlItem4.Size        = new System.Drawing.Size(511, 113);
     this.layoutControlItem4.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // ucDashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.ribbonControl1);
     this.Controls.Add(this.layoutControl1);
     this.Name = "ucDashboard";
     this.Size = new System.Drawing.Size(765, 498);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartCredit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grv)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPaymentMonth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSalesByCategory)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #9
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.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series         series2         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView2 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView3 = new DevExpress.XtraCharts.AreaSeriesView();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrChart1       = new DevExpress.XtraReports.UI.XRChart();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.DateM          = new DevExpress.XtraReports.Parameters.Parameter();
     this.DateY          = new DevExpress.XtraReports.Parameters.Parameter();
     this.ServerName     = new DevExpress.XtraReports.Parameters.Parameter();
     this.GroupHeader1   = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.MonthYearLabel = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1        = new DevExpress.XtraReports.UI.XRLine();
     this.xrPageInfo1    = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter     = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrSubreport1   = new DevExpress.XtraReports.UI.XRSubreport();
     this.MonthYear      = new DevExpress.XtraReports.Parameters.Parameter();
     this.ServerType     = new DevExpress.XtraReports.Parameters.Parameter();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.HeightF       = 25F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrChart1
     //
     this.xrChart1.BackColor   = System.Drawing.Color.Transparent;
     this.xrChart1.BorderColor = System.Drawing.Color.Black;
     this.xrChart1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     xyDiagram1.DefaultPane.EnableAxisXScrolling  = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming    = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling  = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming    = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart1.Diagram = xyDiagram1;
     this.xrChart1.Legend.AlignmentHorizontal   = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.xrChart1.Legend.AlignmentVertical     = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.xrChart1.Legend.MaxVerticalPercentage = 30D;
     this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 90.625F);
     this.xrChart1.Name          = "xrChart1";
     this.xrChart1.PaletteName   = "Oriel";
     series1.Name = "Series 1";
     series1.View = areaSeriesView1;
     series2.Name = "Series 2";
     series2.View = areaSeriesView2;
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.xrChart1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     this.xrChart1.SeriesTemplate.View = areaSeriesView3;
     this.xrChart1.SizeF = new System.Drawing.SizeF(900F, 515.6216F);
     this.xrChart1.StylePriority.UseBackColor = false;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 17.70833F;
     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.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // DateM
     //
     this.DateM.Name      = "DateM";
     this.DateM.Type      = typeof(int);
     this.DateM.ValueInfo = "0";
     //
     // DateY
     //
     this.DateY.Name      = "DateY";
     this.DateY.Type      = typeof(int);
     this.DateY.ValueInfo = "0";
     //
     // ServerName
     //
     this.ServerName.Name = "ServerName";
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.MonthYearLabel,
         this.xrLine1,
         this.xrPageInfo1,
         this.xrLabel1,
         this.xrChart1
     });
     this.GroupHeader1.HeightF = 607.2882F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // MonthYearLabel
     //
     this.MonthYearLabel.Font                  = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MonthYearLabel.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 56.66666F);
     this.MonthYearLabel.Name                  = "MonthYearLabel";
     this.MonthYearLabel.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.MonthYearLabel.SizeF                 = new System.Drawing.SizeF(202.0833F, 23F);
     this.MonthYearLabel.StylePriority.UseFont = false;
     //
     // xrLine1
     //
     this.xrLine1.LineWidth     = 2;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33.66666F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(900F, 23F);
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(655F, 17.00001F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(245F, 16F);
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.CanShrink     = true;
     this.xrLabel1.Font          = new System.Drawing.Font("Tahoma", 18F);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(245.1666F, 33F);
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "Daily Memory Used";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrSubreport1
     });
     this.PageFooter.HeightF = 23F;
     this.PageFooter.Name    = "PageFooter";
     //
     // xrSubreport1
     //
     this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(1.589457E-05F, 0F);
     this.xrSubreport1.Name          = "xrSubreport1";
     this.xrSubreport1.ReportSource  = new VSWebUI.DashboardReports.CopyrightXtraRpt();
     this.xrSubreport1.SizeF         = new System.Drawing.SizeF(100F, 23F);
     //
     // MonthYear
     //
     this.MonthYear.Name = "MonthYear";
     //
     // ServerType
     //
     this.ServerType.Name = "ServerType";
     //
     // DailyMemoryUsedXtraRpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.PageFooter
     });
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(100, 100, 18, 100);
     this.PageColor  = System.Drawing.Color.Transparent;
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.DateM,
         this.DateY,
         this.ServerName,
         this.MonthYear,
         this.ServerType
     });
     this.Version      = "14.2";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.DailyMemoryUsedXtraRpt_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #10
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.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrChart1       = new DevExpress.XtraReports.UI.XRChart();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.GroupHeader1   = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.MonthYearLabel = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1    = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLine1        = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter     = new DevExpress.XtraReports.UI.PageFooterBand();
     this.MyDevice       = new DevExpress.XtraReports.Parameters.Parameter();
     this.StartDate      = new DevExpress.XtraReports.Parameters.Parameter();
     this.EndDate        = new DevExpress.XtraReports.Parameters.Parameter();
     this.ServerType     = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrSubreport1   = new DevExpress.XtraReports.UI.XRSubreport();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1
     });
     this.Detail.HeightF       = 458F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrChart1
     //
     this.xrChart1.BackColor   = System.Drawing.Color.Transparent;
     this.xrChart1.BorderColor = System.Drawing.Color.Black;
     this.xrChart1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.Legend.AlignmentHorizontal   = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.xrChart1.Legend.AlignmentVertical     = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.xrChart1.Legend.MaxVerticalPercentage = 30D;
     this.xrChart1.LocationFloat      = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrChart1.Name               = "xrChart1";
     this.xrChart1.PaletteName        = "Oriel";
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     this.xrChart1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     areaSeriesView1.Transparency      = ((byte)(0));
     this.xrChart1.SeriesTemplate.View = areaSeriesView1;
     this.xrChart1.SizeF = new System.Drawing.SizeF(900.625F, 458F);
     this.xrChart1.StylePriority.UseBackColor = false;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 12F;
     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.HeightF       = 100F;
     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.MonthYearLabel,
         this.xrPageInfo1,
         this.xrLine1,
         this.xrLabel1
     });
     this.GroupHeader1.HeightF = 86.41664F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // MonthYearLabel
     //
     this.MonthYearLabel.Font                  = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MonthYearLabel.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 63.41664F);
     this.MonthYearLabel.Name                  = "MonthYearLabel";
     this.MonthYearLabel.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.MonthYearLabel.SizeF                 = new System.Drawing.SizeF(355.2083F, 23F);
     this.MonthYearLabel.StylePriority.UseFont = false;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(655.625F, 24.41665F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(245F, 16F);
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLine1
     //
     this.xrLine1.LineWidth     = 2;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 40.41665F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(900.625F, 23F);
     //
     // xrLabel1
     //
     this.xrLabel1.Font                  = new System.Drawing.Font("Tahoma", 18F);
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(367.7084F, 40.41666F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "Average Daily Response Times";
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrSubreport1
     });
     this.PageFooter.HeightF = 23.95833F;
     this.PageFooter.Name    = "PageFooter";
     //
     // MyDevice
     //
     this.MyDevice.Name = "MyDevice";
     //
     // StartDate
     //
     this.StartDate.Name = "StartDate";
     this.StartDate.Type = typeof(System.DateTime);
     //
     // EndDate
     //
     this.EndDate.Name = "EndDate";
     this.EndDate.Type = typeof(System.DateTime);
     //
     // ServerType
     //
     this.ServerType.Name = "ServerType";
     //
     // xrSubreport1
     //
     this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrSubreport1.Name          = "xrSubreport1";
     this.xrSubreport1.ReportSource  = new VSWebUI.DashboardReports.CopyrightXtraRpt();
     this.xrSubreport1.SizeF         = new System.Drawing.SizeF(100F, 23F);
     //
     // AvgDailyResponseTimeRpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.PageFooter
     });
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(100, 99, 12, 100);
     this.PageColor  = System.Drawing.Color.Transparent;
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.MyDevice,
         this.StartDate,
         this.EndDate,
         this.ServerType
     });
     this.Version      = "14.2";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.AvgDailyResponseTimeRpt_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #11
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.XYDiagramPane    xyDiagramPane1    = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane    xyDiagramPane2    = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY1   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY2   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.ConstantLine     constantLine1     = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint      seriesPoint1      = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 6, 0, 0, 0), new object[] {
         ((object)(56.48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 3, 0, 0, 0), new object[] {
         ((object)(53.78D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 0, 0, 0, 0), new object[] {
         ((object)(57.74D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 21, 0, 0, 0), new object[] {
         ((object)(64.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 18, 0, 0, 0), new object[] {
         ((object)(72.5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 15, 0, 0, 0), new object[] {
         ((object)(72.68D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 12, 0, 0, 0), new object[] {
         ((object)(69.62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 9, 0, 0, 0), new object[] {
         ((object)(67.28D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 6, 0, 0, 0), new object[] {
         ((object)(62.42D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 3, 0, 0, 0), new object[] {
         ((object)(60.62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 0, 0, 0, 0), new object[] {
         ((object)(62.6D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 21, 0, 0, 0), new object[] {
         ((object)(71.96D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 18, 0, 0, 0), new object[] {
         ((object)(77.9D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 15, 0, 0, 0), new object[] {
         ((object)(78.98D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 12, 0, 0, 0), new object[] {
         ((object)(76.28D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 9, 0, 0, 0), new object[] {
         ((object)(71.06D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 6, 0, 0, 0), new object[] {
         ((object)(60.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 3, 0, 0, 0), new object[] {
         ((object)(58.64D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 0, 0, 0, 0), new object[] {
         ((object)(63.14D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 21, 0, 0, 0), new object[] {
         ((object)(68.54D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 18, 0, 0, 0), new object[] {
         ((object)(75.2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 15, 0, 0, 0), new object[] {
         ((object)(77.18D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 12, 0, 0, 0), new object[] {
         ((object)(74.48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 9, 0, 0, 0), new object[] {
         ((object)(64.58D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 6, 0, 0, 0), new object[] {
         ((object)(59.36D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint26 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 3, 0, 0, 0), new object[] {
         ((object)(60.08D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint27 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 0, 0, 0, 0), new object[] {
         ((object)(61.16D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint28 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 21, 0, 0, 0), new object[] {
         ((object)(63.86D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint29 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 18, 0, 0, 0), new object[] {
         ((object)(65.66D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint30 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 15, 0, 0, 0), new object[] {
         ((object)(65.12D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint31 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 12, 0, 0, 0), new object[] {
         ((object)(63.86D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint32 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 9, 0, 0, 0), new object[] {
         ((object)(61.52D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint33 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 6, 0, 0, 0), new object[] {
         ((object)(51.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint34 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 3, 0, 0, 0), new object[] {
         ((object)(52.34D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint35 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 0, 0, 0, 0), new object[] {
         ((object)(57.2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint36 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 21, 0, 0, 0), new object[] {
         ((object)(60.44D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint37 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 18, 0, 0, 0), new object[] {
         ((object)(65.48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint38 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 15, 0, 0, 0), new object[] {
         ((object)(66.56D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint39 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 12, 0, 0, 0), new object[] {
         ((object)(64.04D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint40 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 9, 0, 0, 0), new object[] {
         ((object)(60.26D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint41 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 6, 0, 0, 0), new object[] {
         ((object)(51.44D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint42 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 3, 0, 0, 0), new object[] {
         ((object)(50.18D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint43 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 0, 0, 0, 0), new object[] {
         ((object)(56.12D))
     });
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint      seriesPoint44     = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 6, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint45 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 3, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint46 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 0, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint47 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 21, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint48 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 18, 0, 0, 0), new object[] {
         ((object)(1020D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint49 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 15, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint50 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 12, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint51 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 9, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint52 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 6, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint53 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 3, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint54 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 0, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint55 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 21, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint56 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 18, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint57 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 15, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint58 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 12, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint59 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 9, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint60 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 6, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint61 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 3, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint62 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 0, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint63 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 21, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint64 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 18, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint65 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 15, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint66 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 12, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint67 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 9, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint68 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 6, 0, 0, 0), new object[] {
         ((object)(1020D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint69 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 3, 0, 0, 0), new object[] {
         ((object)(1019D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint70 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 0, 0, 0, 0), new object[] {
         ((object)(1019D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint71 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 21, 0, 0, 0), new object[] {
         ((object)(1019D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint72 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 18, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint73 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 15, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint74 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 12, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint75 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 9, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint76 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 6, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint77 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 3, 0, 0, 0), new object[] {
         ((object)(1016D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint78 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 0, 0, 0, 0), new object[] {
         ((object)(1016D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint79 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 21, 0, 0, 0), new object[] {
         ((object)(1016D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint80 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 18, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint81 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 15, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint82 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 12, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint83 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 9, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint84 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 6, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint85 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 3, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint86 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 0, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.AreaSeriesView           areaSeriesView1           = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint              seriesPoint87             = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 6, 0, 0, 0), new object[] {
         ((object)(69D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint88 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 3, 0, 0, 0), new object[] {
         ((object)(76D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint89 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 0, 0, 0, 0), new object[] {
         ((object)(66D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint90 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 21, 0, 0, 0), new object[] {
         ((object)(49D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint91 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 18, 0, 0, 0), new object[] {
         ((object)(45D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint92 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 15, 0, 0, 0), new object[] {
         ((object)(48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint93 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 12, 0, 0, 0), new object[] {
         ((object)(57D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint94 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 9, 0, 0, 0), new object[] {
         ((object)(66D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint95 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 6, 0, 0, 0), new object[] {
         ((object)(78D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint96 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 3, 0, 0, 0), new object[] {
         ((object)(83D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint97 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 0, 0, 0, 0), new object[] {
         ((object)(72D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint98 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 21, 0, 0, 0), new object[] {
         ((object)(52D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint99 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 18, 0, 0, 0), new object[] {
         ((object)(40D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint100 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 15, 0, 0, 0), new object[] {
         ((object)(41D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint101 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 12, 0, 0, 0), new object[] {
         ((object)(37D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint102 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 9, 0, 0, 0), new object[] {
         ((object)(41D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint103 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 6, 0, 0, 0), new object[] {
         ((object)(68D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint104 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 3, 0, 0, 0), new object[] {
         ((object)(78D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint105 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 0, 0, 0, 0), new object[] {
         ((object)(71D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint106 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 21, 0, 0, 0), new object[] {
         ((object)(63D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint107 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 18, 0, 0, 0), new object[] {
         ((object)(47D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint108 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 15, 0, 0, 0), new object[] {
         ((object)(44D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint109 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 12, 0, 0, 0), new object[] {
         ((object)(48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint110 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 9, 0, 0, 0), new object[] {
         ((object)(68D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint111 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 6, 0, 0, 0), new object[] {
         ((object)(81D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint112 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 3, 0, 0, 0), new object[] {
         ((object)(85D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint113 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 0, 0, 0, 0), new object[] {
         ((object)(76D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint114 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 21, 0, 0, 0), new object[] {
         ((object)(65D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint115 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 18, 0, 0, 0), new object[] {
         ((object)(57D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint116 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 15, 0, 0, 0), new object[] {
         ((object)(62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint117 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 12, 0, 0, 0), new object[] {
         ((object)(53D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint118 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 9, 0, 0, 0), new object[] {
         ((object)(62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint119 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 6, 0, 0, 0), new object[] {
         ((object)(76D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint120 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 3, 0, 0, 0), new object[] {
         ((object)(80D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint121 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 0, 0, 0, 0), new object[] {
         ((object)(82D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint122 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 21, 0, 0, 0), new object[] {
         ((object)(73D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint123 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 18, 0, 0, 0), new object[] {
         ((object)(57D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint124 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 15, 0, 0, 0), new object[] {
         ((object)(55D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint125 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 12, 0, 0, 0), new object[] {
         ((object)(64D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint126 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 9, 0, 0, 0), new object[] {
         ((object)(74D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint127 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 6, 0, 0, 0), new object[] {
         ((object)(89D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint128 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 3, 0, 0, 0), new object[] {
         ((object)(87D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint129 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 0, 0, 0, 0), new object[] {
         ((object)(80D))
     });
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
     this.chart = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chart
     //
     this.chart.AutoLayout = false;
     this.chart.CrosshairOptions.ArgumentLineColor           = System.Drawing.Color.DeepSkyBlue;
     this.chart.CrosshairOptions.ArgumentLineStyle.Thickness = 2;
     this.chart.CrosshairOptions.GroupHeaderPattern          = "{A:d MMMM,  H:mm}";
     this.chart.CrosshairOptions.ShowOnlyInFocusedPane       = false;
     this.chart.DataBindings = null;
     xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid      = false;
     xyDiagram1.AxisX.DateTimeScaleOptions.GridAlignment = DevExpress.XtraCharts.DateTimeGridAlignment.Hour;
     xyDiagram1.AxisX.DateTimeScaleOptions.GridSpacing   = 6D;
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit   = DevExpress.XtraCharts.DateTimeMeasureUnit.Hour;
     xyDiagram1.AxisX.GridLines.Visible                            = true;
     xyDiagram1.AxisX.Interlaced                                   = true;
     xyDiagram1.AxisX.Label.Staggered                              = true;
     xyDiagram1.AxisX.Label.TextPattern                            = "{A:dd/MM HH:mm}";
     xyDiagram1.AxisX.Label.Visible                                = false;
     xyDiagram1.AxisX.Title.Text                                   = "Date";
     xyDiagram1.AxisX.Title.Visibility                             = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisX.Visibility                                   = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable                   = "1";
     xyDiagram1.AxisX.VisualRange.Auto                             = false;
     xyDiagram1.AxisX.VisualRange.MaxValueSerializable             = "06/08/2008 09:00:00.000";
     xyDiagram1.AxisX.VisualRange.MinValueSerializable             = "06/06/2008 00:00:00.000";
     xyDiagram1.AxisY.GridLines.MinorVisible                       = true;
     xyDiagram1.AxisY.Title.Font                                   = new System.Drawing.Font("Tahoma", 10F);
     xyDiagram1.AxisY.Title.Text                                   = "Temperature, F";
     xyDiagram1.AxisY.Title.Visibility                             = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable                   = "-1";
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel               = false;
     xyDiagram1.DefaultPane.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.Weight                                 = 2D;
     xyDiagram1.EnableAxisXScrolling                               = true;
     xyDiagram1.PaneDistance = 4;
     xyDiagramPane1.Name     = "Pane 1";
     xyDiagramPane1.PaneID   = 0;
     xyDiagramPane1.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagramPane1.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagramPane1.Weight = 2D;
     xyDiagramPane2.Name   = "Pane 2";
     xyDiagramPane2.PaneID = 1;
     xyDiagramPane2.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagramPane2.Weight = 1.7D;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1,
         xyDiagramPane2
     });
     secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID    = 0;
     secondaryAxisY1.GridLines.MinorVisible = true;
     secondaryAxisY1.GridLines.Visible      = true;
     secondaryAxisY1.Name = "secondaryAxisY1";
     secondaryAxisY1.NumericScaleOptions.AutoGrid    = false;
     secondaryAxisY1.NumericScaleOptions.GridSpacing = 4D;
     secondaryAxisY1.Title.Font                       = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY1.Title.Text                       = "Pressure, mbar";
     secondaryAxisY1.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY1.VisibleInPanesSerializable       = "0";
     secondaryAxisY1.VisualRange.Auto                 = false;
     secondaryAxisY1.VisualRange.AutoSideMargins      = false;
     secondaryAxisY1.VisualRange.MaxValueSerializable = "1025";
     secondaryAxisY1.VisualRange.MinValueSerializable = "1014";
     secondaryAxisY1.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY1.WholeRange.AlwaysShowZeroLevel   = false;
     secondaryAxisY1.WholeRange.Auto                  = false;
     secondaryAxisY1.WholeRange.AutoSideMargins       = false;
     secondaryAxisY1.WholeRange.MaxValueSerializable  = "1025";
     secondaryAxisY1.WholeRange.MinValueSerializable  = "1014";
     secondaryAxisY1.WholeRange.SideMarginsValue      = 0D;
     secondaryAxisY2.Alignment           = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY2.AxisID              = 1;
     constantLine1.AxisValueSerializable = "100";
     constantLine1.Name          = "ConstantLine1";
     constantLine1.ShowInLegend  = false;
     constantLine1.Title.Visible = false;
     secondaryAxisY2.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1
     });
     secondaryAxisY2.GridLines.MinorVisible = true;
     secondaryAxisY2.GridLines.Visible      = true;
     secondaryAxisY2.Name = "secondaryAxisY2";
     secondaryAxisY2.NumericScaleOptions.AutoGrid    = false;
     secondaryAxisY2.NumericScaleOptions.GridSpacing = 50D;
     secondaryAxisY2.Title.Font                       = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY2.Title.Text                       = "Humidity, %";
     secondaryAxisY2.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY2.VisibleInPanesSerializable       = "1";
     secondaryAxisY2.VisualRange.Auto                 = false;
     secondaryAxisY2.VisualRange.AutoSideMargins      = false;
     secondaryAxisY2.VisualRange.MaxValueSerializable = "120";
     secondaryAxisY2.VisualRange.MinValueSerializable = "0";
     secondaryAxisY2.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY2.WholeRange.AlwaysShowZeroLevel   = false;
     secondaryAxisY2.WholeRange.Auto                  = false;
     secondaryAxisY2.WholeRange.AutoSideMargins       = false;
     secondaryAxisY2.WholeRange.MaxValueSerializable  = "120";
     secondaryAxisY2.WholeRange.MinValueSerializable  = "0";
     secondaryAxisY2.WholeRange.SideMarginsValue      = 0D;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1,
         secondaryAxisY2
     });
     this.chart.Diagram = xyDiagram1;
     this.chart.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.chart.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chart.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chart.Legend.Name    = "Default Legend";
     this.chart.Location       = new System.Drawing.Point(0, 0);
     this.chart.Name           = "chart";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel1.Angle   = 90;
     series1.Label             = pointSeriesLabel1;
     series1.Name = "Temperature (F)";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5,
         seriesPoint6,
         seriesPoint7,
         seriesPoint8,
         seriesPoint9,
         seriesPoint10,
         seriesPoint11,
         seriesPoint12,
         seriesPoint13,
         seriesPoint14,
         seriesPoint15,
         seriesPoint16,
         seriesPoint17,
         seriesPoint18,
         seriesPoint19,
         seriesPoint20,
         seriesPoint21,
         seriesPoint22,
         seriesPoint23,
         seriesPoint24,
         seriesPoint25,
         seriesPoint26,
         seriesPoint27,
         seriesPoint28,
         seriesPoint29,
         seriesPoint30,
         seriesPoint31,
         seriesPoint32,
         seriesPoint33,
         seriesPoint34,
         seriesPoint35,
         seriesPoint36,
         seriesPoint37,
         seriesPoint38,
         seriesPoint39,
         seriesPoint40,
         seriesPoint41,
         seriesPoint42,
         seriesPoint43
     });
     series1.View = lineSeriesView1;
     series2.ArgumentScaleType    = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel2.Angle      = 90;
     pointSeriesLabel2.LineLength = 5;
     series2.Label            = pointSeriesLabel2;
     series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
     series2.Name             = "Pressure (mbar)";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint44,
         seriesPoint45,
         seriesPoint46,
         seriesPoint47,
         seriesPoint48,
         seriesPoint49,
         seriesPoint50,
         seriesPoint51,
         seriesPoint52,
         seriesPoint53,
         seriesPoint54,
         seriesPoint55,
         seriesPoint56,
         seriesPoint57,
         seriesPoint58,
         seriesPoint59,
         seriesPoint60,
         seriesPoint61,
         seriesPoint62,
         seriesPoint63,
         seriesPoint64,
         seriesPoint65,
         seriesPoint66,
         seriesPoint67,
         seriesPoint68,
         seriesPoint69,
         seriesPoint70,
         seriesPoint71,
         seriesPoint72,
         seriesPoint73,
         seriesPoint74,
         seriesPoint75,
         seriesPoint76,
         seriesPoint77,
         seriesPoint78,
         seriesPoint79,
         seriesPoint80,
         seriesPoint81,
         seriesPoint82,
         seriesPoint83,
         seriesPoint84,
         seriesPoint85,
         seriesPoint86
     });
     areaSeriesView1.AxisYName        = "secondaryAxisY1";
     areaSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.False;
     areaSeriesView1.PaneName         = "Pane 1";
     areaSeriesView1.Transparency     = ((byte)(0));
     series2.View = areaSeriesView1;
     series3.ArgumentScaleType          = DevExpress.XtraCharts.ScaleType.DateTime;
     sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Center;
     series3.Label            = sideBySideBarSeriesLabel1;
     series3.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
     series3.Name             = "Relative humidity (%)";
     series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint87,
         seriesPoint88,
         seriesPoint89,
         seriesPoint90,
         seriesPoint91,
         seriesPoint92,
         seriesPoint93,
         seriesPoint94,
         seriesPoint95,
         seriesPoint96,
         seriesPoint97,
         seriesPoint98,
         seriesPoint99,
         seriesPoint100,
         seriesPoint101,
         seriesPoint102,
         seriesPoint103,
         seriesPoint104,
         seriesPoint105,
         seriesPoint106,
         seriesPoint107,
         seriesPoint108,
         seriesPoint109,
         seriesPoint110,
         seriesPoint111,
         seriesPoint112,
         seriesPoint113,
         seriesPoint114,
         seriesPoint115,
         seriesPoint116,
         seriesPoint117,
         seriesPoint118,
         seriesPoint119,
         seriesPoint120,
         seriesPoint121,
         seriesPoint122,
         seriesPoint123,
         seriesPoint124,
         seriesPoint125,
         seriesPoint126,
         seriesPoint127,
         seriesPoint128,
         seriesPoint129
     });
     sideBySideBarSeriesView1.AxisYName = "secondaryAxisY2";
     sideBySideBarSeriesView1.BarWidth  = 1.5D;
     sideBySideBarSeriesView1.PaneName  = "Pane 2";
     series3.View = sideBySideBarSeriesView1;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chart.Size     = new System.Drawing.Size(869, 494);
     this.chart.TabIndex = 3;
     chartTitle1.Text    = "Weather in London";
     this.chart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chart.ToolTipOptions.ShowForPoints = false;
     //
     // Chart02View
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chart);
     this.Name = "Chart02View";
     this.Size = new System.Drawing.Size(869, 494);
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #12
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.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "Physical Memory Usage",
         "Null"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
         "Base Priority",
         "Null"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
         "Priority Class",
         "Null"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
         "Processor Time",
         "Null"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] {
         "Privileged Processor Time",
         "Null"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem(new string[] {
         "Paged System Memory Size 64",
         "Null"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem(new string[] {
         "Paged Memory Size 64",
         "Null"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem(new string[] {
         "Handle",
         "Null"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem(new string[] {
         "Handle Count",
         "Null"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem(new string[] {
         "ID",
         "Null"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem11 = new System.Windows.Forms.ListViewItem(new string[] {
         "Session ID",
         "Null"
     }, -1);
     DevExpress.XtraCharts.XYDiagram      xyDiagram1      = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series         series1         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
     this.tabFormControl1          = new DevExpress.XtraBars.TabFormControl();
     this.tabFormPage4             = new DevExpress.XtraBars.TabFormPage();
     this.tabFormContentContainer4 = new DevExpress.XtraBars.TabFormContentContainer();
     this.lvStats                  = new System.Windows.Forms.ListView();
     this.columnHeader1            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tabFormPage1             = new DevExpress.XtraBars.TabFormPage();
     this.tabFormContentContainer1 = new DevExpress.XtraBars.TabFormContentContainer();
     this.chartControl1            = new DevExpress.XtraCharts.ChartControl();
     this.tabFormPage2             = new DevExpress.XtraBars.TabFormPage();
     this.tabFormContentContainer2 = new DevExpress.XtraBars.TabFormContentContainer();
     this.tabFormPage3             = new DevExpress.XtraBars.TabFormPage();
     this.tabFormContentContainer3 = new DevExpress.XtraBars.TabFormContentContainer();
     this.StatisticsRefreshTimer   = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.tabFormControl1)).BeginInit();
     this.tabFormContentContainer4.SuspendLayout();
     this.tabFormContentContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // tabFormControl1
     //
     this.tabFormControl1.AllowMoveTabs            = false;
     this.tabFormControl1.AllowMoveTabsToOuterForm = false;
     this.tabFormControl1.Location = new System.Drawing.Point(0, 0);
     this.tabFormControl1.Name     = "tabFormControl1";
     this.tabFormControl1.Pages.Add(this.tabFormPage4);
     this.tabFormControl1.Pages.Add(this.tabFormPage1);
     this.tabFormControl1.Pages.Add(this.tabFormPage2);
     this.tabFormControl1.Pages.Add(this.tabFormPage3);
     this.tabFormControl1.SelectedPage        = this.tabFormPage4;
     this.tabFormControl1.ShowAddPageButton   = false;
     this.tabFormControl1.ShowTabCloseButtons = false;
     this.tabFormControl1.Size     = new System.Drawing.Size(804, 55);
     this.tabFormControl1.TabForm  = this;
     this.tabFormControl1.TabIndex = 0;
     this.tabFormControl1.TabStop  = false;
     //
     // tabFormPage4
     //
     this.tabFormPage4.ContentContainer = this.tabFormContentContainer4;
     this.tabFormPage4.Name             = "tabFormPage4";
     this.tabFormPage4.Text             = "Stats";
     //
     // tabFormContentContainer4
     //
     this.tabFormContentContainer4.Controls.Add(this.lvStats);
     this.tabFormContentContainer4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tabFormContentContainer4.Location = new System.Drawing.Point(0, 55);
     this.tabFormContentContainer4.Name     = "tabFormContentContainer4";
     this.tabFormContentContainer4.Size     = new System.Drawing.Size(804, 437);
     this.tabFormContentContainer4.TabIndex = 4;
     //
     // lvStats
     //
     this.lvStats.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lvStats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.lvStats.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lvStats.FullRowSelect = true;
     this.lvStats.GridLines     = true;
     this.lvStats.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3,
         listViewItem4,
         listViewItem5,
         listViewItem6,
         listViewItem7,
         listViewItem8,
         listViewItem9,
         listViewItem10,
         listViewItem11
     });
     this.lvStats.Location = new System.Drawing.Point(0, 0);
     this.lvStats.Name     = "lvStats";
     this.lvStats.Size     = new System.Drawing.Size(804, 437);
     this.lvStats.TabIndex = 0;
     this.lvStats.UseCompatibleStateImageBehavior = false;
     this.lvStats.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Object";
     this.columnHeader1.Width = 305;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Value";
     this.columnHeader2.Width = 157;
     //
     // tabFormPage1
     //
     this.tabFormPage1.ContentContainer = this.tabFormContentContainer1;
     this.tabFormPage1.Name             = "tabFormPage1";
     this.tabFormPage1.ShowCloseButton  = DevExpress.Utils.DefaultBoolean.False;
     this.tabFormPage1.Text             = "System Memory";
     //
     // tabFormContentContainer1
     //
     this.tabFormContentContainer1.Controls.Add(this.chartControl1);
     this.tabFormContentContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tabFormContentContainer1.Location = new System.Drawing.Point(0, 50);
     this.tabFormContentContainer1.Name     = "tabFormContentContainer1";
     this.tabFormContentContainer1.Size     = new System.Drawing.Size(810, 445);
     this.tabFormContentContainer1.TabIndex = 1;
     //
     // chartControl1
     //
     this.chartControl1.BorderOptions.Visibility       = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.DataBindings                   = null;
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisX.VisualRange.Auto                 = false;
     xyDiagram1.AxisX.VisualRange.AutoSideMargins      = false;
     xyDiagram1.AxisX.VisualRange.MaxValueSerializable = "9";
     xyDiagram1.AxisX.VisualRange.MinValueSerializable = "0";
     xyDiagram1.AxisX.VisualRange.SideMarginsValue     = 0D;
     xyDiagram1.AxisX.WholeRange.AutoSideMargins       = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue      = 0D;
     xyDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisY.VisualRange.Auto                 = false;
     xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "7.6";
     xyDiagram1.AxisY.VisualRange.MinValueSerializable = "0";
     xyDiagram1.EnableAxisXScrolling                   = true;
     xyDiagram1.EnableAxisXZooming   = true;
     xyDiagram1.EnableAxisYScrolling = true;
     xyDiagram1.EnableAxisYZooming   = true;
     this.chartControl1.Diagram      = xyDiagram1;
     this.chartControl1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Name  = "Default Legend";
     this.chartControl1.Location     = new System.Drawing.Point(0, 0);
     this.chartControl1.Name         = "chartControl1";
     series1.Name = "Series 1";
     series1.View = areaSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size     = new System.Drawing.Size(810, 445);
     this.chartControl1.TabIndex = 2;
     //
     // tabFormPage2
     //
     this.tabFormPage2.ContentContainer = this.tabFormContentContainer2;
     this.tabFormPage2.Name             = "tabFormPage2";
     this.tabFormPage2.ShowCloseButton  = DevExpress.Utils.DefaultBoolean.False;
     this.tabFormPage2.Text             = "Paged Memory";
     //
     // tabFormContentContainer2
     //
     this.tabFormContentContainer2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tabFormContentContainer2.Location = new System.Drawing.Point(0, 50);
     this.tabFormContentContainer2.Name     = "tabFormContentContainer2";
     this.tabFormContentContainer2.Size     = new System.Drawing.Size(810, 445);
     this.tabFormContentContainer2.TabIndex = 2;
     //
     // tabFormPage3
     //
     this.tabFormPage3.ContentContainer = this.tabFormContentContainer3;
     this.tabFormPage3.Name             = "tabFormPage3";
     this.tabFormPage3.ShowCloseButton  = DevExpress.Utils.DefaultBoolean.False;
     this.tabFormPage3.Text             = "Processor";
     //
     // tabFormContentContainer3
     //
     this.tabFormContentContainer3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tabFormContentContainer3.Location = new System.Drawing.Point(0, 50);
     this.tabFormContentContainer3.Name     = "tabFormContentContainer3";
     this.tabFormContentContainer3.Size     = new System.Drawing.Size(810, 445);
     this.tabFormContentContainer3.TabIndex = 3;
     //
     // StatisticsRefreshTimer
     //
     this.StatisticsRefreshTimer.Enabled  = true;
     this.StatisticsRefreshTimer.Interval = 1000;
     this.StatisticsRefreshTimer.Tick    += new System.EventHandler(this.StatisticsRefreshTimer_Tick);
     //
     // TfmDiagnosticInformation
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(804, 492);
     this.Controls.Add(this.tabFormContentContainer4);
     this.Controls.Add(this.tabFormControl1);
     this.Name           = "TfmDiagnosticInformation";
     this.TabFormControl = this.tabFormControl1;
     this.Text           = "Diagnostic Information";
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.TfmDiagnosticInformation_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.tabFormControl1)).EndInit();
     this.tabFormContentContainer4.ResumeLayout(false);
     this.tabFormContentContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).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.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(1D)),
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(2D)),
         ((object)(3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(3D)),
         ((object)(4D))
     });
     DevExpress.XtraCharts.OverlappedRangeBarSeriesView overlappedRangeBarSeriesView1 = new DevExpress.XtraCharts.OverlappedRangeBarSeriesView();
     DevExpress.XtraCharts.Series      series2      = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(1D))
     });
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series         series3         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint7    = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(1D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(3D))
     });
     DevExpress.XtraCharts.Series      series4       = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(1D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series         series5         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint13   = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(1D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(1D))
     });
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     this.chart        = new DevExpress.XtraCharts.ChartControl();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn2  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(overlappedRangeBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // chart
     //
     this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)
                                                               | System.Windows.Forms.AnchorStyles.Right)));
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.WholeRange.AutoSideMargins = true;
     this.chart.Diagram          = xyDiagram1;
     this.chart.Legend.Visible   = false;
     this.chart.Location         = new System.Drawing.Point(11, 12);
     this.chart.Name             = "chart";
     this.chart.RuntimeSelection = true;
     series1.Name = "Series 5";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3
     });
     series1.View = overlappedRangeBarSeriesView1;
     series2.Name = "Series 2";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint4,
         seriesPoint5,
         seriesPoint6
     });
     series2.View = areaSeriesView1;
     series3.Name = "Series 1";
     series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint7,
         seriesPoint8,
         seriesPoint9
     });
     series4.Name = "Series 3";
     series4.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint10,
         seriesPoint11,
         seriesPoint12
     });
     series4.View = lineSeriesView1;
     series5.Name = "Series 4";
     series5.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint13,
         seriesPoint14,
         seriesPoint15
     });
     series5.View = splineSeriesView1;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4,
         series5
     };
     this.chart.Size            = new System.Drawing.Size(530, 288);
     this.chart.TabIndex        = 0;
     this.chart.ObjectSelected += new DevExpress.XtraCharts.HotTrackEventHandler(this.chart_ObjectSelected);
     //
     // gridControl1
     //
     this.gridControl1.Location = new System.Drawing.Point(547, 12);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemPictureEdit1,
         this.repositoryItemImageEdit1
     });
     this.gridControl1.ShowOnlyPredefinedDetails = true;
     this.gridControl1.Size     = new System.Drawing.Size(310, 288);
     this.gridControl1.TabIndex = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn2,
         this.gridColumn1
     });
     this.gridView1.GridControl              = this.gridControl1;
     this.gridView1.Name                     = "gridView1";
     this.gridView1.FocusedRowChanged       += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
     this.gridView1.CustomUnboundColumnData += new DevExpress.XtraGrid.Views.Base.CustomColumnDataEventHandler(this.gridView1_CustomUnboundColumnData);
     //
     // gridColumn2
     //
     this.gridColumn2.Caption    = "Image";
     this.gridColumn2.ColumnEdit = this.repositoryItemPictureEdit1;
     this.gridColumn2.FieldName  = "gridColumn2";
     this.gridColumn2.Name       = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.UnboundType             = DevExpress.Data.UnboundColumnType.Object;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 0;
     this.gridColumn2.Width        = 56;
     //
     // repositoryItemPictureEdit1
     //
     this.repositoryItemPictureEdit1.Name             = "repositoryItemPictureEdit1";
     this.repositoryItemPictureEdit1.PictureStoreMode = DevExpress.XtraEditors.Controls.PictureStoreMode.Image;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "Series Name";
     this.gridColumn1.FieldName = "Name";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 1;
     this.gridColumn1.Width        = 233;
     //
     // repositoryItemImageEdit1
     //
     this.repositoryItemImageEdit1.AutoHeight = false;
     this.repositoryItemImageEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageEdit1.Name = "repositoryItemImageEdit1";
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(869, 312);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.chart);
     this.Name  = "frmMain";
     this.Text  = "Legend Markers";
     this.Load += new System.EventHandler(this.frmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(overlappedRangeBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView1   = new DevExpress.XtraCharts.AreaSeriesView();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrChart1       = new DevExpress.XtraReports.UI.XRChart();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.GroupHeader1   = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.MonthYearLabel = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1    = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLine1        = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter     = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrSubreport1   = new DevExpress.XtraReports.UI.XRSubreport();
     this.ServerName     = new DevExpress.XtraReports.Parameters.Parameter();
     this.StartDate      = new DevExpress.XtraReports.Parameters.Parameter();
     this.EndDate        = new DevExpress.XtraReports.Parameters.Parameter();
     this.Threshold      = new DevExpress.XtraReports.Parameters.Parameter();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1
     });
     this.Detail.HeightF       = 506.25F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrChart1
     //
     this.xrChart1.BackColor   = System.Drawing.Color.Transparent;
     this.xrChart1.BorderColor = System.Drawing.Color.Black;
     this.xrChart1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.Legend.AlignmentHorizontal   = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.xrChart1.Legend.AlignmentVertical     = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.xrChart1.Legend.MaxVerticalPercentage = 30D;
     this.xrChart1.LocationFloat      = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrChart1.Name               = "xrChart1";
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     this.xrChart1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel1.ResolveOverlappingMode       = DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped;
     this.xrChart1.SeriesTemplate.Label             = pointSeriesLabel1;
     areaSeriesView1.Transparency      = ((byte)(0));
     this.xrChart1.SeriesTemplate.View = areaSeriesView1;
     this.xrChart1.SizeF = new System.Drawing.SizeF(900F, 506.25F);
     this.xrChart1.StylePriority.UseBackColor = false;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 100F;
     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.HeightF       = 100F;
     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.MonthYearLabel,
         this.xrPageInfo1,
         this.xrLine1,
         this.xrLabel1
     });
     this.GroupHeader1.HeightF = 78.99998F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // MonthYearLabel
     //
     this.MonthYearLabel.Font                  = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MonthYearLabel.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 55.99998F);
     this.MonthYearLabel.Name                  = "MonthYearLabel";
     this.MonthYearLabel.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.MonthYearLabel.SizeF                 = new System.Drawing.SizeF(335.4166F, 23F);
     this.MonthYearLabel.StylePriority.UseFont = false;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(655F, 16.99998F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(245F, 16F);
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLine1
     //
     this.xrLine1.LineWidth     = 2;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 32.99999F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(900F, 23F);
     //
     // xrLabel1
     //
     this.xrLabel1.CanShrink     = true;
     this.xrLabel1.Font          = new System.Drawing.Font("Tahoma", 18F);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(376.4166F, 33F);
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "Maximum CPU utilization per day";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrSubreport1
     });
     this.PageFooter.HeightF = 23.95833F;
     this.PageFooter.Name    = "PageFooter";
     //
     // xrSubreport1
     //
     this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrSubreport1.Name          = "xrSubreport1";
     this.xrSubreport1.ReportSource  = new VSWebUI.DashboardReports.CopyrightXtraRpt();
     this.xrSubreport1.SizeF         = new System.Drawing.SizeF(100F, 23F);
     //
     // ServerName
     //
     this.ServerName.Name = "ServerName";
     //
     // StartDate
     //
     this.StartDate.Name = "StartDate";
     this.StartDate.Type = typeof(System.DateTime);
     //
     // EndDate
     //
     this.EndDate.Name = "EndDate";
     this.EndDate.Type = typeof(System.DateTime);
     //
     // Threshold
     //
     this.Threshold.Description = "Parameter1";
     this.Threshold.Name        = "Threshold";
     this.Threshold.Type        = typeof(int);
     this.Threshold.ValueInfo   = "0";
     //
     // MAXCpuUtilXtraRpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.PageFooter
     });
     this.Landscape  = true;
     this.PageColor  = System.Drawing.Color.Transparent;
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.ServerName,
         this.StartDate,
         this.EndDate,
         this.Threshold
     });
     this.Version      = "14.2";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.MAXCpuUtilXtraRpt_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView1   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView2   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView3   = new DevExpress.XtraCharts.AreaSeriesView();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     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.xrChart1       = new DevExpress.XtraReports.UI.XRChart();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.PageFooter     = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrSubreport1   = new DevExpress.XtraReports.UI.XRSubreport();
     this.GroupHeader1   = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.MonthYearLabel = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1        = new DevExpress.XtraReports.UI.XRLine();
     this.xrPageInfo1    = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel22      = new DevExpress.XtraReports.UI.XRLabel();
     this.DateY          = new DevExpress.XtraReports.Parameters.Parameter();
     this.ServerName     = new DevExpress.XtraReports.Parameters.Parameter();
     this.DiskName       = new DevExpress.XtraReports.Parameters.Parameter();
     this.GroupHeader2   = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable3       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell7   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable2       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell4   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6   = new DevExpress.XtraReports.UI.XRTableCell();
     this.GroupHeader3   = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.ServerType     = new DevExpress.XtraReports.Parameters.Parameter();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.Detail.HeightF       = 25.00003F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.xrTable1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(177)))), ((int)(((byte)(183)))));
     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("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(48.95838F, 0F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(585.4166F, 25F);
     this.xrTable1.StylePriority.UseBackColor   = false;
     this.xrTable1.StylePriority.UseBorderColor = false;
     this.xrTable1.StylePriority.UseBorders     = false;
     this.xrTable1.StylePriority.UseFont        = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell3
     });
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.StylePriority.UseBorders = false;
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name    = "xrTableCell1";
     this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
     this.xrTableCell1.StylePriority.UsePadding = false;
     this.xrTableCell1.Text   = "xrTableCell1";
     this.xrTableCell1.Weight = 3.3020828247070315D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Name    = "xrTableCell2";
     this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
     this.xrTableCell2.StylePriority.UsePadding       = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text          = "xrTableCell2";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell2.Weight        = 1.1666665649414063D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Name    = "xrTableCell3";
     this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F);
     this.xrTableCell3.StylePriority.UsePadding       = false;
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     this.xrTableCell3.Text          = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrTableCell3.Weight        = 1.3854165649414061D;
     //
     // xrChart1
     //
     this.xrChart1.AppearanceNameSerializable = "Pastel Kit";
     this.xrChart1.BackColor   = System.Drawing.Color.Transparent;
     this.xrChart1.BorderColor = System.Drawing.Color.Black;
     this.xrChart1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowRotate = false;
     xyDiagram1.AxisX.Label.TextPattern          = "{A:F0}";
     xyDiagram1.AxisX.Tickmarks.MinorVisible     = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.WholeRange.AutoSideMargins = true;
     xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart1.Diagram = xyDiagram1;
     this.xrChart1.Legend.AlignmentHorizontal   = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.xrChart1.Legend.AlignmentVertical     = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.xrChart1.Legend.MaxVerticalPercentage = 40D;
     this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 100F);
     this.xrChart1.Name          = "xrChart1";
     pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     areaSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.View = areaSeriesView1;
     pointSeriesLabel2.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped;
     series2.Label = pointSeriesLabel2;
     series2.Name  = "Series 2";
     series2.View  = areaSeriesView2;
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.xrChart1.SeriesTemplate.View = areaSeriesView3;
     this.xrChart1.SizeF = new System.Drawing.SizeF(900F, 504.5834F);
     this.xrChart1.StylePriority.UseBackColor = false;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 100F;
     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.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrSubreport1
     });
     this.PageFooter.HeightF = 23.95833F;
     this.PageFooter.Name    = "PageFooter";
     //
     // xrSubreport1
     //
     this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrSubreport1.Name          = "xrSubreport1";
     this.xrSubreport1.ReportSource  = new VSWebUI.DashboardReports.CopyrightXtraRpt();
     this.xrSubreport1.SizeF         = new System.Drawing.SizeF(100F, 23F);
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.MonthYearLabel,
         this.xrLine1,
         this.xrPageInfo1,
         this.xrLabel22,
         this.xrChart1
     });
     this.GroupHeader1.HeightF   = 604.5834F;
     this.GroupHeader1.Level     = 2;
     this.GroupHeader1.Name      = "GroupHeader1";
     this.GroupHeader1.PageBreak = DevExpress.XtraReports.UI.PageBreak.AfterBand;
     //
     // MonthYearLabel
     //
     this.MonthYearLabel.Font                  = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MonthYearLabel.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 56F);
     this.MonthYearLabel.Name                  = "MonthYearLabel";
     this.MonthYearLabel.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.MonthYearLabel.SizeF                 = new System.Drawing.SizeF(202.0833F, 23F);
     this.MonthYearLabel.StylePriority.UseFont = false;
     //
     // xrLine1
     //
     this.xrLine1.LineWidth     = 2;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 32.99999F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(900F, 23F);
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(655F, 17.00001F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(245F, 16F);
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel22
     //
     this.xrLabel22.CanShrink     = true;
     this.xrLabel22.Font          = new System.Drawing.Font("Tahoma", 18F);
     this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel22.Name          = "xrLabel22";
     this.xrLabel22.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel22.SizeF         = new System.Drawing.SizeF(467.0415F, 33F);
     this.xrLabel22.StylePriority.UseTextAlignment = false;
     this.xrLabel22.Text          = "Disk Space Availability - Annual Trend";
     this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DateY
     //
     this.DateY.Name      = "DateY";
     this.DateY.Type      = typeof(int);
     this.DateY.ValueInfo = "0";
     //
     // ServerName
     //
     this.ServerName.Name = "ServerName";
     //
     // DiskName
     //
     this.DiskName.Name = "DiskName";
     //
     // GroupHeader2
     //
     this.GroupHeader2.BackColor = System.Drawing.Color.SandyBrown;
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable3
     });
     this.GroupHeader2.GroupUnion                 = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail;
     this.GroupHeader2.HeightF                    = 25F;
     this.GroupHeader2.KeepTogether               = true;
     this.GroupHeader2.Name                       = "GroupHeader2";
     this.GroupHeader2.RepeatEveryPage            = true;
     this.GroupHeader2.StylePriority.UseBackColor = false;
     //
     // xrTable3
     //
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(48.95849F, 0F);
     this.xrTable3.Name          = "xrTable3";
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow3
     });
     this.xrTable3.SizeF = new System.Drawing.SizeF(585.4165F, 25F);
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell7
     });
     this.xrTableRow3.Name   = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(177)))), ((int)(((byte)(183)))));
     this.xrTableCell7.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                             | DevExpress.XtraPrinting.BorderSide.Right)
                                                                            | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell7.Font    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell7.Name    = "xrTableCell7";
     this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F);
     this.xrTableCell7.StylePriority.UseBorderColor = false;
     this.xrTableCell7.StylePriority.UseBorders     = false;
     this.xrTableCell7.StylePriority.UseFont        = false;
     this.xrTableCell7.StylePriority.UsePadding     = false;
     this.xrTableCell7.Text   = "xrTableCell7";
     this.xrTableCell7.Weight = 3D;
     //
     // xrTable2
     //
     this.xrTable2.KeepTogether  = true;
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(48.95838F, 22.91667F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(585.4166F, 33.33333F);
     //
     // xrTableRow2
     //
     this.xrTableRow2.BackColor   = System.Drawing.Color.SteelBlue;
     this.xrTableRow2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(177)))), ((int)(((byte)(183)))));
     this.xrTableRow2.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                            | DevExpress.XtraPrinting.BorderSide.Right)
                                                                           | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell4,
         this.xrTableCell5,
         this.xrTableCell6
     });
     this.xrTableRow2.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableRow2.ForeColor = System.Drawing.Color.White;
     this.xrTableRow2.Name      = "xrTableRow2";
     this.xrTableRow2.StylePriority.UseBackColor     = false;
     this.xrTableRow2.StylePriority.UseBorderColor   = false;
     this.xrTableRow2.StylePriority.UseBorders       = false;
     this.xrTableRow2.StylePriority.UseFont          = false;
     this.xrTableRow2.StylePriority.UseForeColor     = false;
     this.xrTableRow2.StylePriority.UseTextAlignment = false;
     this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableRow2.Weight        = 1D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.BackColor = System.Drawing.Color.SteelBlue;
     this.xrTableCell4.Name      = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseBackColor     = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text          = "Server Name";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell4.Weight        = 3.3020834350585941D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text          = "Disk Name";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell5.Weight        = 1.1666662597656248D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text          = "Free Disk Space (GB)";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell6.Weight        = 1.3854165649414063D;
     //
     // GroupHeader3
     //
     this.GroupHeader3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.GroupHeader3.GroupUnion      = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail;
     this.GroupHeader3.HeightF         = 56.24999F;
     this.GroupHeader3.KeepTogether    = true;
     this.GroupHeader3.Level           = 1;
     this.GroupHeader3.Name            = "GroupHeader3";
     this.GroupHeader3.RepeatEveryPage = true;
     //
     // ServerType
     //
     this.ServerType.Name = "ServerType";
     //
     // DominoDiskAnnualTrendXtraRpt
     //
     this.BackColor = System.Drawing.Color.White;
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.PageFooter,
         this.GroupHeader1,
         this.GroupHeader2,
         this.GroupHeader3
     });
     this.Landscape  = true;
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.DateY,
         this.ServerName,
         this.DiskName,
         this.ServerType
     });
     this.Version      = "14.2";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.DominoDiskAnnualTrendXtraRpt_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).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.SimpleDiagram       simpleDiagram1       = new DevExpress.XtraCharts.SimpleDiagram();
     DevExpress.XtraCharts.Series              series1              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.DoughnutSeriesLabel doughnutSeriesLabel1 = new DevExpress.XtraCharts.DoughnutSeriesLabel();
     DevExpress.XtraCharts.DoughnutSeriesView  doughnutSeriesView1  = new DevExpress.XtraCharts.DoughnutSeriesView();
     DevExpress.XtraCharts.DoughnutSeriesView  doughnutSeriesView2  = new DevExpress.XtraCharts.DoughnutSeriesView();
     DevExpress.XtraCharts.XYDiagram           xyDiagram1           = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series              series2              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.XYDiagram           xyDiagram2           = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series              series3              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.AreaSeriesView      areaSeriesView1      = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.AreaSeriesView      areaSeriesView2      = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.XYDiagram           xyDiagram3           = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series              series4              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.AreaSeriesView      areaSeriesView3      = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.AreaSeriesView      areaSeriesView4      = new DevExpress.XtraCharts.AreaSeriesView();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.chart_persentase    = new DevExpress.XtraCharts.ChartControl();
     this.chart_karyawan      = new DevExpress.XtraCharts.ChartControl();
     this.chart_pendapatan2   = new DevExpress.XtraCharts.ChartControl();
     this.chart_pendapatan_1  = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart_persentase)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart_karyawan)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart_pendapatan2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart_pendapatan_1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.chart_persentase);
     this.layoutControl1.Controls.Add(this.chart_karyawan);
     this.layoutControl1.Controls.Add(this.chart_pendapatan2);
     this.layoutControl1.Controls.Add(this.chart_pendapatan_1);
     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(998, 508);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // chart_persentase
     //
     this.chart_persentase.BackColor = System.Drawing.Color.Transparent;
     simpleDiagram1.EqualPieSize     = false;
     this.chart_persentase.Diagram   = simpleDiagram1;
     this.chart_persentase.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.chart_persentase.Legend.BackColor           = System.Drawing.Color.Transparent;
     this.chart_persentase.Location    = new System.Drawing.Point(500, 49);
     this.chart_persentase.Name        = "chart_persentase";
     this.chart_persentase.PaletteName = "Blue Green";
     series1.ArgumentDataMember        = "nama";
     doughnutSeriesLabel1.BackColor    = System.Drawing.Color.Transparent;
     series1.Label             = doughnutSeriesLabel1;
     series1.LegendTextPattern = "{A}";
     series1.Name = "Series 1";
     series1.ValueDataMembersSerializable = "jumlah";
     series1.View = doughnutSeriesView1;
     this.chart_persentase.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chart_persentase.SeriesTemplate.View = doughnutSeriesView2;
     this.chart_persentase.Size     = new System.Drawing.Size(468, 197);
     this.chart_persentase.TabIndex = 8;
     //
     // chart_karyawan
     //
     this.chart_karyawan.BackColor = System.Drawing.Color.Transparent;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.BackColor            = System.Drawing.Color.Transparent;
     xyDiagram1.Rotated                   = true;
     this.chart_karyawan.Diagram          = xyDiagram1;
     this.chart_karyawan.Legend.BackColor = System.Drawing.Color.Transparent;
     this.chart_karyawan.Location         = new System.Drawing.Point(500, 305);
     this.chart_karyawan.Name             = "chart_karyawan";
     this.chart_karyawan.PaletteName      = "Origin";
     series2.ArgumentDataMember           = "nama";
     series2.Name = "Series 2";
     series2.ValueDataMembersSerializable   = "total";
     this.chart_karyawan.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.chart_karyawan.Size     = new System.Drawing.Size(468, 173);
     this.chart_karyawan.TabIndex = 7;
     //
     // chart_pendapatan2
     //
     this.chart_pendapatan2.BackColor             = System.Drawing.Color.Transparent;
     xyDiagram2.AxisX.Label.TextPattern           = "{A:dd/MM/yyy}";
     xyDiagram2.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram2.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram2.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram2.AxisY.VisibleInPanesSerializable  = "-1";
     xyDiagram2.DefaultPane.BackColor             = System.Drawing.Color.Transparent;
     this.chart_pendapatan2.Diagram           = xyDiagram2;
     this.chart_pendapatan2.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chart_pendapatan2.Location          = new System.Drawing.Point(30, 305);
     this.chart_pendapatan2.Name        = "chart_pendapatan2";
     this.chart_pendapatan2.PaletteName = "Foundry";
     series3.ArgumentDataMember         = "tgl";
     series3.Name = "tanggal";
     series3.ValueDataMembersSerializable = "total";
     series3.View = areaSeriesView1;
     this.chart_pendapatan2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3
     };
     areaSeriesView2.Transparency = ((byte)(0));
     this.chart_pendapatan2.SeriesTemplate.View = areaSeriesView2;
     this.chart_pendapatan2.Size     = new System.Drawing.Size(430, 173);
     this.chart_pendapatan2.TabIndex = 6;
     //
     // chart_pendapatan_1
     //
     this.chart_pendapatan_1.BackColor            = System.Drawing.Color.Transparent;
     xyDiagram3.AxisX.Label.TextPattern           = "{A:dd/MM/yyy}";
     xyDiagram3.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram3.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram3.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram3.AxisY.Label.TextPattern           = "{V:N0}";
     xyDiagram3.AxisY.VisibleInPanesSerializable  = "-1";
     xyDiagram3.DefaultPane.BackColor             = System.Drawing.Color.Transparent;
     this.chart_pendapatan_1.Diagram           = xyDiagram3;
     this.chart_pendapatan_1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chart_pendapatan_1.Location          = new System.Drawing.Point(24, 43);
     this.chart_pendapatan_1.Name        = "chart_pendapatan_1";
     this.chart_pendapatan_1.PaletteName = "Apex";
     series4.ArgumentDataMember          = "tgl";
     series4.Name = "Tanggal";
     series4.ValueDataMembersSerializable = "total";
     areaSeriesView3.Transparency         = ((byte)(0));
     series4.View = areaSeriesView3;
     this.chart_pendapatan_1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series4
     };
     areaSeriesView4.Transparency = ((byte)(0));
     this.chart_pendapatan_1.SeriesTemplate.View = areaSeriesView4;
     this.chart_pendapatan_1.Size     = new System.Drawing.Size(442, 209);
     this.chart_pendapatan_1.TabIndex = 5;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlGroup2,
         this.layoutControlGroup3,
         this.layoutControlGroup4,
         this.layoutControlGroup5
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(998, 508);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1
     });
     this.layoutControlGroup2.Location = new System.Drawing.Point(470, 0);
     this.layoutControlGroup2.Name     = "layoutControlGroup2";
     this.layoutControlGroup2.Size     = new System.Drawing.Size(508, 256);
     this.layoutControlGroup2.Text     = "Persentase Barang Terjual";
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.chart_persentase;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Padding     = new DevExpress.XtraLayout.Utils.Padding(8, 8, 8, 8);
     this.layoutControlItem1.Size        = new System.Drawing.Size(484, 213);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2
     });
     this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup3.Name     = "layoutControlGroup3";
     this.layoutControlGroup3.Size     = new System.Drawing.Size(470, 256);
     this.layoutControlGroup3.Text     = "Pendapatan Minggu Ini";
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.chart_pendapatan_1;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(446, 213);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlGroup4
     //
     this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem4
     });
     this.layoutControlGroup4.Location = new System.Drawing.Point(470, 256);
     this.layoutControlGroup4.Name     = "layoutControlGroup4";
     this.layoutControlGroup4.Size     = new System.Drawing.Size(508, 232);
     this.layoutControlGroup4.Text     = "Jumlah Barang Terjual";
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control     = this.chart_karyawan;
     this.layoutControlItem4.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name        = "layoutControlItem4";
     this.layoutControlItem4.Padding     = new DevExpress.XtraLayout.Utils.Padding(8, 8, 8, 8);
     this.layoutControlItem4.Size        = new System.Drawing.Size(484, 189);
     this.layoutControlItem4.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // layoutControlGroup5
     //
     this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem3
     });
     this.layoutControlGroup5.Location = new System.Drawing.Point(0, 256);
     this.layoutControlGroup5.Name     = "layoutControlGroup5";
     this.layoutControlGroup5.Size     = new System.Drawing.Size(470, 232);
     this.layoutControlGroup5.Text     = "Pendapatan Bulan Ini";
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.chart_pendapatan2;
     this.layoutControlItem3.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Padding     = new DevExpress.XtraLayout.Utils.Padding(8, 8, 8, 8);
     this.layoutControlItem3.Size        = new System.Drawing.Size(446, 189);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // FrmDashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(998, 508);
     this.Controls.Add(this.layoutControl1);
     this.Name  = "FrmDashboard";
     this.Text  = "Form Dashboard";
     this.Load += new System.EventHandler(this.FrmDashboard_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart_persentase)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart_karyawan)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart_pendapatan2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart_pendapatan_1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #17
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            DevExpress.XtraCharts.TextAnnotation textAnnotation1 = new DevExpress.XtraCharts.TextAnnotation();
            DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint1 = new DevExpress.XtraCharts.ChartAnchorPoint();
            DevExpress.XtraCharts.FreePosition freePosition1 = new DevExpress.XtraCharts.FreePosition();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
            DevExpress.XtraCharts.AreaSeriesView areaSeriesView2 = new DevExpress.XtraCharts.AreaSeriesView();
            this.layoutPanel = new System.Windows.Forms.TableLayoutPanel();
            this.chart = new DevExpress.XtraCharts.ChartControl();
            this.captionPanel = new System.Windows.Forms.TableLayoutPanel();
            this.buttonsPanel = new System.Windows.Forms.TableLayoutPanel();
            this.btnBack = new DevExpress.XtraEditors.SimpleButton();
            this.btnForward = new DevExpress.XtraEditors.SimpleButton();
            this.btnPreviousDate = new DevExpress.XtraEditors.CheckButton();
            this.btnCurrentDate = new DevExpress.XtraEditors.CheckButton();
            this.valuePresenter1 = new DevExpress.SalesDemo.Win.Modules.ucValuePresenter();
            this.valuePresenter0 = new DevExpress.SalesDemo.Win.Modules.ucValuePresenter();
            this.valuePresenter2 = new DevExpress.SalesDemo.Win.Modules.ucValuePresenter();
            this.layoutPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
            this.captionPanel.SuspendLayout();
            this.buttonsPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // layoutPanel
            // 
            this.layoutPanel.BackColor = System.Drawing.Color.Transparent;
            this.layoutPanel.ColumnCount = 1;
            this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.layoutPanel.Controls.Add(this.chart, 0, 1);
            this.layoutPanel.Controls.Add(this.captionPanel, 0, 0);
            this.layoutPanel.Controls.Add(this.buttonsPanel, 0, 2);
            this.layoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutPanel.Location = new System.Drawing.Point(0, 0);
            this.layoutPanel.Margin = new System.Windows.Forms.Padding(0);
            this.layoutPanel.Name = "layoutPanel";
            this.layoutPanel.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5);
            this.layoutPanel.RowCount = 3;
            this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.layoutPanel.Size = new System.Drawing.Size(724, 711);
            this.layoutPanel.TabIndex = 1;
            // 
            // chart
            // 
            chartAnchorPoint1.X = 50;
            chartAnchorPoint1.Y = 30;
            textAnnotation1.AnchorPoint = chartAnchorPoint1;
            textAnnotation1.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            textAnnotation1.ConnectorStyle = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
            textAnnotation1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
            textAnnotation1.Name = "Text Annotation 1";
            textAnnotation1.Padding.Bottom = 7;
            textAnnotation1.Padding.Left = 7;
            textAnnotation1.Padding.Right = 10;
            textAnnotation1.Padding.Top = 7;
            textAnnotation1.Shadow.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            textAnnotation1.Shadow.Size = 1;
            textAnnotation1.ShapeKind = DevExpress.XtraCharts.ShapeKind.Rectangle;
            freePosition1.DockTargetName = "Default Pane";
            textAnnotation1.ShapePosition = freePosition1;
            this.chart.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
            textAnnotation1});
            this.chart.BackColor = System.Drawing.Color.Transparent;
            this.chart.BorderOptions.Visibility = Utils.DefaultBoolean.False;
            xyDiagram1.AxisX.CrosshairAxisLabelOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.AxisX.GridLines.Visible = true;
            xyDiagram1.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowHide = false;
            xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowRotate = false;
            xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowStagger = false;
            xyDiagram1.AxisX.Tickmarks.MinorVisible = false;
            xyDiagram1.AxisX.Tickmarks.Visible = false;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisX.WholeRange.AutoSideMargins = false;
            xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
            xyDiagram1.AxisY.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisY.Tickmarks.MinorVisible = false;
            xyDiagram1.AxisY.Tickmarks.Visible = false;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.Transparent;
            xyDiagram1.Margins.Left = 35;
            xyDiagram1.Margins.Right = 21;
            this.chart.Diagram = xyDiagram1;
            this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
            this.chart.Legend.Font = new System.Drawing.Font("Tahoma", 10F);
            this.chart.Legend.MarkerSize = new System.Drawing.Size(1, 16);
            this.chart.Legend.MarkerVisible = false;
            this.chart.Legend.Visibility = Utils.DefaultBoolean.False;
            this.chart.Location = new System.Drawing.Point(0, 45);
            this.chart.Margin = new System.Windows.Forms.Padding(0);
            this.chart.Name = "chart";
            this.chart.Padding.Left = 0;
            this.chart.Padding.Right = 0;
            pointSeriesLabel1.TextPattern = "{V:N0}";
            series1.Label = pointSeriesLabel1;
            series1.Name = "Series 1";
            areaSeriesView1.Border.Visibility = Utils.DefaultBoolean.False;
            areaSeriesView1.Transparency = ((byte)(64));
            series1.View = areaSeriesView1;
            this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            areaSeriesView2.Transparency = ((byte)(0));
            this.chart.SeriesTemplate.View = areaSeriesView2;
            this.chart.Size = new System.Drawing.Size(724, 621);
            this.chart.TabIndex = 0;
            // 
            // captionPanel
            // 
            this.captionPanel.ColumnCount = 4;
            this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 35F));
            this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33332F));
            this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.captionPanel.Controls.Add(this.valuePresenter1, 2, 0);
            this.captionPanel.Controls.Add(this.valuePresenter0, 1, 0);
            this.captionPanel.Controls.Add(this.valuePresenter2, 3, 0);
            this.captionPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.captionPanel.Location = new System.Drawing.Point(0, 5);
            this.captionPanel.Margin = new System.Windows.Forms.Padding(0);
            this.captionPanel.Name = "captionPanel";
            this.captionPanel.RowCount = 1;
            this.captionPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.captionPanel.Size = new System.Drawing.Size(724, 40);
            this.captionPanel.TabIndex = 1;
            // 
            // buttonsPanel
            // 
            this.buttonsPanel.ColumnCount = 6;
            this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
            this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 18F));
            this.buttonsPanel.Controls.Add(this.btnBack, 1, 0);
            this.buttonsPanel.Controls.Add(this.btnForward, 4, 0);
            this.buttonsPanel.Controls.Add(this.btnPreviousDate, 2, 0);
            this.buttonsPanel.Controls.Add(this.btnCurrentDate, 3, 0);
            this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonsPanel.Location = new System.Drawing.Point(0, 666);
            this.buttonsPanel.Margin = new System.Windows.Forms.Padding(0);
            this.buttonsPanel.Name = "buttonsPanel";
            this.buttonsPanel.RowCount = 1;
            this.buttonsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.buttonsPanel.Size = new System.Drawing.Size(724, 40);
            this.buttonsPanel.TabIndex = 2;
            // 
            // btnBack
            // 
            this.btnBack.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnBack.Image = global::DevExpress.ProductsDemo.Win.Properties.Resources.ArrowLeft;
            this.btnBack.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnBack.Location = new System.Drawing.Point(35, 3);
            this.btnBack.Name = "btnBack";
            this.btnBack.Size = new System.Drawing.Size(44, 34);
            this.btnBack.TabIndex = 0;
            this.btnBack.Click += new System.EventHandler(this.btnBackClick);
            // 
            // btnForward
            // 
            this.btnForward.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnForward.Image = global::DevExpress.ProductsDemo.Win.Properties.Resources.ArrowRight;
            this.btnForward.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnForward.Location = new System.Drawing.Point(659, 3);
            this.btnForward.Name = "btnForward";
            this.btnForward.Size = new System.Drawing.Size(44, 34);
            this.btnForward.TabIndex = 1;
            this.btnForward.Click += new System.EventHandler(this.btnForwardClick);
            // 
            // btnPreviousDate
            // 
            this.btnPreviousDate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnPreviousDate.Location = new System.Drawing.Point(85, 3);
            this.btnPreviousDate.Name = "btnPreviousDate";
            this.btnPreviousDate.Size = new System.Drawing.Size(281, 34);
            this.btnPreviousDate.TabIndex = 2;
            this.btnPreviousDate.Text = "prev";
            this.btnPreviousDate.Click += new System.EventHandler(this.btnPreviousDateClick);
            // 
            // btnCurrentDate
            // 
            this.btnCurrentDate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnCurrentDate.Location = new System.Drawing.Point(372, 3);
            this.btnCurrentDate.Name = "btnCurrentDate";
            this.btnCurrentDate.Size = new System.Drawing.Size(281, 34);
            this.btnCurrentDate.TabIndex = 3;
            this.btnCurrentDate.Text = "current";
            this.btnCurrentDate.Click += new System.EventHandler(this.btnCurrentDateClick);
            // 
            // valuePresenter1
            // 
            this.valuePresenter1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.valuePresenter1.Location = new System.Drawing.Point(264, 0);
            this.valuePresenter1.Margin = new System.Windows.Forms.Padding(0);
            this.valuePresenter1.Name = "valuePresenter1";
            this.valuePresenter1.Size = new System.Drawing.Size(229, 40);
            this.valuePresenter1.TabIndex = 9;
            this.valuePresenter1.TitleText = "title";
            this.valuePresenter1.Value = 0D;
            this.valuePresenter1.ValueFormat = "${0:N0}";
            this.valuePresenter1.ValueTextColor = System.Drawing.SystemColors.ControlText;
            // 
            // valuePresenter0
            // 
            this.valuePresenter0.Dock = System.Windows.Forms.DockStyle.Fill;
            this.valuePresenter0.Location = new System.Drawing.Point(35, 0);
            this.valuePresenter0.Margin = new System.Windows.Forms.Padding(0);
            this.valuePresenter0.Name = "valuePresenter0";
            this.valuePresenter0.Size = new System.Drawing.Size(229, 40);
            this.valuePresenter0.TabIndex = 8;
            this.valuePresenter0.TitleText = "title";
            this.valuePresenter0.Value = 0D;
            this.valuePresenter0.ValueFormat = "${0:N0}";
            this.valuePresenter0.ValueTextColor = System.Drawing.SystemColors.ControlText;
            // 
            // valuePresenter2
            // 
            this.valuePresenter2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.valuePresenter2.Location = new System.Drawing.Point(493, 0);
            this.valuePresenter2.Margin = new System.Windows.Forms.Padding(0);
            this.valuePresenter2.Name = "valuePresenter2";
            this.valuePresenter2.Size = new System.Drawing.Size(231, 40);
            this.valuePresenter2.TabIndex = 10;
            this.valuePresenter2.TitleText = "title";
            this.valuePresenter2.Value = 0D;
            this.valuePresenter2.ValueFormat = "${0:N0}";
            this.valuePresenter2.ValueTextColor = System.Drawing.SystemColors.ControlText;
            // 
            // ucSalesPerformance
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.layoutPanel);
            this.Name = "ucSalesPerformance";
            this.Size = new System.Drawing.Size(724, 711);
            this.layoutPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
            this.captionPanel.ResumeLayout(false);
            this.buttonsPanel.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView1   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView2   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView3   = new DevExpress.XtraCharts.AreaSeriesView();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.DominoCPUChart = new DevExpress.XtraReports.UI.XRChart();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ServerName     = new DevExpress.XtraReports.Parameters.Parameter();
     this.GroupHeader1   = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrPageInfo1    = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLine1        = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter     = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrSubreport1   = new DevExpress.XtraReports.UI.XRSubreport();
     ((System.ComponentModel.ISupportInitialize)(this.DominoCPUChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.DominoCPUChart
     });
     this.Detail.HeightF       = 511.4584F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // DominoCPUChart
     //
     this.DominoCPUChart.AnchorVertical               = DevExpress.XtraReports.UI.VerticalAnchorStyles.Top;
     this.DominoCPUChart.BackColor                    = System.Drawing.Color.Transparent;
     this.DominoCPUChart.BorderColor                  = System.Drawing.Color.Black;
     this.DominoCPUChart.Borders                      = DevExpress.XtraPrinting.BorderSide.None;
     this.DominoCPUChart.Legend.AlignmentHorizontal   = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.DominoCPUChart.Legend.AlignmentVertical     = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.DominoCPUChart.Legend.MaxVerticalPercentage = 30D;
     this.DominoCPUChart.LocationFloat                = new DevExpress.Utils.PointFloat(0F, 0F);
     this.DominoCPUChart.Name        = "DominoCPUChart";
     this.DominoCPUChart.PaletteName = "Oriel";
     series1.Name    = "Series 1";
     series1.View    = areaSeriesView1;
     series1.Visible = false;
     series2.Name    = "Series 2";
     series2.View    = areaSeriesView2;
     series2.Visible = false;
     this.DominoCPUChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.DominoCPUChart.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     pointSeriesLabel1.TextPattern                        = "{V:F0}";
     this.DominoCPUChart.SeriesTemplate.Label             = pointSeriesLabel1;
     this.DominoCPUChart.SeriesTemplate.LabelsVisibility  = DevExpress.Utils.DefaultBoolean.False;
     this.DominoCPUChart.SeriesTemplate.LegendTextPattern = "{V:G}";
     this.DominoCPUChart.SeriesTemplate.View              = areaSeriesView3;
     this.DominoCPUChart.SizeF = new System.Drawing.SizeF(900F, 511.4584F);
     this.DominoCPUChart.StylePriority.UseBackColor = false;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 100F;
     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.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ServerName
     //
     this.ServerName.Name = "ServerName";
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrLine1,
         this.xrLabel1
     });
     this.GroupHeader1.HeightF = 47.99999F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(655F, 17.00001F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(245F, 16F);
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLine1
     //
     this.xrLine1.LineWidth     = 2;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(2.000014F, 32.99999F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(898F, 15F);
     //
     // xrLabel1
     //
     this.xrLabel1.CanShrink     = true;
     this.xrLabel1.Font          = new System.Drawing.Font("Tahoma", 18F);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(376.4166F, 33F);
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "Domino Server CPU Utilization";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrSubreport1
     });
     this.PageFooter.HeightF = 23F;
     this.PageFooter.Name    = "PageFooter";
     //
     // xrSubreport1
     //
     this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrSubreport1.Name          = "xrSubreport1";
     this.xrSubreport1.ReportSource  = new VSWebUI.DashboardReports.CopyrightXtraRpt();
     this.xrSubreport1.SizeF         = new System.Drawing.SizeF(100F, 23F);
     //
     // DominoSrvCPUUtilXtraRpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.PageFooter
     });
     this.Landscape  = true;
     this.PageColor  = System.Drawing.Color.Transparent;
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.ServerName
     });
     this.Version      = "14.2";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.DominoSrvCPUUtilXtraRpt_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DominoCPUChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView1   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView2   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView3   = new DevExpress.XtraCharts.AreaSeriesView();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrChart1       = new DevExpress.XtraReports.UI.XRChart();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.PageFooter     = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrSubreport1   = new DevExpress.XtraReports.UI.XRSubreport();
     this.GroupHeader1   = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.MonthYearLabel = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1        = new DevExpress.XtraReports.UI.XRLine();
     this.xrPageInfo1    = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.ServerName     = new DevExpress.XtraReports.Parameters.Parameter();
     this.StartDate      = new DevExpress.XtraReports.Parameters.Parameter();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1
     });
     this.Detail.HeightF       = 458.33F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrChart1
     //
     this.xrChart1.BackColor   = System.Drawing.Color.Transparent;
     this.xrChart1.BorderColor = System.Drawing.Color.Black;
     this.xrChart1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     xyDiagram1.DefaultPane.EnableAxisXScrolling  = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming    = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling  = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming    = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart1.Diagram       = xyDiagram1;
     this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrChart1.Name          = "xrChart1";
     this.xrChart1.PaletteName   = "Oriel";
     series1.Name = "Series 1";
     series1.View = areaSeriesView1;
     series2.Name = "Series 2";
     series2.View = areaSeriesView2;
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     pointSeriesLabel1.LineVisibility   = DevExpress.Utils.DefaultBoolean.True;
     this.xrChart1.SeriesTemplate.Label = pointSeriesLabel1;
     this.xrChart1.SeriesTemplate.View  = areaSeriesView3;
     this.xrChart1.SizeF = new System.Drawing.SizeF(900F, 458.33F);
     this.xrChart1.StylePriority.UseBackColor = false;
     this.xrChart1.BoundDataChanged          += new DevExpress.XtraCharts.BoundDataChangedEventHandler(this.xrChart1_BoundDataChanged);
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 6.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.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrSubreport1
     });
     this.PageFooter.HeightF = 23F;
     this.PageFooter.Name    = "PageFooter";
     //
     // xrSubreport1
     //
     this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrSubreport1.Name          = "xrSubreport1";
     this.xrSubreport1.ReportSource  = new VSWebUI.DashboardReports.CopyrightXtraRpt();
     this.xrSubreport1.SizeF         = new System.Drawing.SizeF(100F, 23F);
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.MonthYearLabel,
         this.xrLine1,
         this.xrPageInfo1,
         this.xrLabel1
     });
     this.GroupHeader1.HeightF = 79F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // MonthYearLabel
     //
     this.MonthYearLabel.Font                  = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MonthYearLabel.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 56F);
     this.MonthYearLabel.Name                  = "MonthYearLabel";
     this.MonthYearLabel.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.MonthYearLabel.SizeF                 = new System.Drawing.SizeF(202.0833F, 23F);
     this.MonthYearLabel.StylePriority.UseFont = false;
     //
     // xrLine1
     //
     this.xrLine1.LineWidth     = 2;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 32.99999F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(900F, 23F);
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(738.3333F, 16.99999F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(161.6667F, 16F);
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.CanShrink     = true;
     this.xrLabel1.Font          = new System.Drawing.Font("Tahoma", 18F);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(376.4166F, 33F);
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "Cluster Seconds on Queue";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ServerName
     //
     this.ServerName.Name = "ServerName";
     //
     // StartDate
     //
     this.StartDate.Name = "StartDate";
     this.StartDate.Type = typeof(System.DateTime);
     //
     // ClusterSecXtraReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.PageFooter,
         this.GroupHeader1
     });
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(100, 100, 6, 100);
     this.PageColor  = System.Drawing.Color.Transparent;
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.ServerName,
         this.StartDate
     });
     this.Version      = "14.2";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.ClusterSecXtraReport_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).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()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
     this.cbCategories   = new System.Windows.Forms.ComboBox();
     this.lbCounters     = new System.Windows.Forms.ListBox();
     this.tmClock        = new System.Windows.Forms.Timer(this.components);
     this.chartControl1  = new DevExpress.XtraCharts.ChartControl();
     this.lblCounterInfo = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // cbCategories
     //
     this.cbCategories.DropDownHeight    = 200;
     this.cbCategories.FormattingEnabled = true;
     this.cbCategories.IntegralHeight    = false;
     this.cbCategories.Location          = new System.Drawing.Point(10, 3);
     this.cbCategories.Name                  = "cbCategories";
     this.cbCategories.Size                  = new System.Drawing.Size(187, 21);
     this.cbCategories.Sorted                = true;
     this.cbCategories.TabIndex              = 0;
     this.cbCategories.SelectedIndexChanged += new System.EventHandler(this.cbCategories_SelectedIndexChanged);
     //
     // lbCounters
     //
     this.lbCounters.FormattingEnabled = true;
     this.lbCounters.Location          = new System.Drawing.Point(12, 30);
     this.lbCounters.Name                  = "lbCounters";
     this.lbCounters.Size                  = new System.Drawing.Size(180, 238);
     this.lbCounters.TabIndex              = 1;
     this.lbCounters.SelectedIndexChanged += new System.EventHandler(this.lbCounters_SelectedIndexChanged);
     //
     // tmClock
     //
     this.tmClock.Enabled  = true;
     this.tmClock.Interval = 200;
     this.tmClock.Tick    += new System.EventHandler(this.tmClock_Tick);
     //
     // chartControl1
     //
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.BackColor           = System.Drawing.Color.Transparent;
     this.chartControl1.Location            = new System.Drawing.Point(206, 30);
     this.chartControl1.Name                = "chartControl1";
     this.chartControl1.SeriesSerializable  = new DevExpress.XtraCharts.Series[0];
     areaSeriesView1.Transparency           = ((byte)(0));
     this.chartControl1.SeriesTemplate.View = areaSeriesView1;
     this.chartControl1.Size                = new System.Drawing.Size(430, 238);
     this.chartControl1.TabIndex            = 3;
     //
     // lblCounterInfo
     //
     this.lblCounterInfo.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lblCounterInfo.Location = new System.Drawing.Point(203, 9);
     this.lblCounterInfo.Name     = "lblCounterInfo";
     this.lblCounterInfo.Size     = new System.Drawing.Size(433, 18);
     this.lblCounterInfo.TabIndex = 4;
     this.lblCounterInfo.Text     = "Counter Info";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(654, 275);
     this.Controls.Add(this.lbCounters);
     this.Controls.Add(this.cbCategories);
     this.Controls.Add(this.lblCounterInfo);
     this.Controls.Add(this.chartControl1);
     this.Name    = "Form1";
     this.Text    = "ChartPerfMon";
     this.Load   += new System.EventHandler(this.Form1_Load);
     this.Resize += new System.EventHandler(this.Form1_Resize);
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView1   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView2   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView3   = new DevExpress.XtraCharts.AreaSeriesView();
     this.Detail   = new DevExpress.XtraReports.UI.DetailBand();
     this.xrChart1 = new DevExpress.XtraReports.UI.XRChart();
     //this.blackBerry1 = new VSWebUI.DashboardReports.BlackBerry();
     //this.blackBerryProbeStatsTableAdapter = new VSWebUI.DashboardReports.BlackBerryTableAdapters.BlackBerryProbeStatsTableAdapter();
     this.TopMargin    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.MyDevice     = new DevExpress.XtraReports.Parameters.Parameter();
     this.StartDate    = new DevExpress.XtraReports.Parameters.Parameter();
     this.EndDate      = new DevExpress.XtraReports.Parameters.Parameter();
     this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrPageInfo1  = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel1     = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter   = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrLabel5     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3     = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.blackBerry1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1
     });
     this.Detail.HeightF       = 218.75F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrChart1
     //
     this.xrChart1.BorderColor = System.Drawing.Color.Black;
     this.xrChart1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.DataMember  = "BlackBerryProbeStats";
     this.xrChart1.DataSource  = this.blackBerry1;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart1.Diagram         = xyDiagram1;
     this.xrChart1.LocationFloat   = new DevExpress.Utils.PointFloat(66.66666F, 0F);
     this.xrChart1.Name            = "xrChart1";
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     series1.View  = areaSeriesView1;
     pointSeriesLabel2.LineVisible = true;
     series2.Label = pointSeriesLabel2;
     series2.Name  = "Series 2";
     series2.View  = areaSeriesView2;
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     pointSeriesLabel3.LineVisible      = true;
     this.xrChart1.SeriesTemplate.Label = pointSeriesLabel3;
     areaSeriesView3.Transparency       = ((byte)(0));
     this.xrChart1.SeriesTemplate.View  = areaSeriesView3;
     this.xrChart1.SizeF = new System.Drawing.SizeF(678.125F, 218.75F);
     //
     // blackBerry1
     //
     //this.blackBerry1.DataSetName = "BlackBerry";
     //this.blackBerry1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // blackBerryProbeStatsTableAdapter
     //
     //this.blackBerryProbeStatsTableAdapter.ClearBeforeFill = true;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 17.70833F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // MyDevice
     //
     this.MyDevice.Name = "MyDevice";
     //
     // StartDate
     //
     this.StartDate.Name = "StartDate";
     //
     // EndDate
     //
     this.EndDate.Name = "EndDate";
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrLabel1
     });
     this.GroupHeader1.Name = "GroupHeader1";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(655F, 84F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(245F, 16F);
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.CanShrink     = true;
     this.xrLabel1.Font          = new System.Drawing.Font("Tahoma", 18F);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 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(376.4166F, 33F);
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "Historical Response Times";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel5,
         this.xrLabel4,
         this.xrLabel3
     });
     this.PageFooter.Name = "PageFooter";
     //
     // xrLabel5
     //
     this.xrLabel5.Font                           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(730.2083F, 0F);
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(169.7917F, 23F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "Copyright 2012, RPR Wyatt, Inc.";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomRight;
     //
     // xrLabel4
     //
     this.xrLabel4.Font                  = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat         = new DevExpress.Utils.PointFloat(152.0833F, 0F);
     this.xrLabel4.Name                  = "xrLabel4";
     this.xrLabel4.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                 = new System.Drawing.SizeF(21.875F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.Text                  = "TM";
     //
     // xrLabel3
     //
     this.xrLabel3.Font                           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(152.0833F, 23F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "Report created by VitalSigns";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomRight;
     //
     // BlackBerryProbeStats
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.PageFooter
     });
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(100, 100, 18, 100);
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.MyDevice,
         this.StartDate,
         this.EndDate
     });
     this.Version      = "12.1";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.BlackBerryProbeStats_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.blackBerry1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #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.TextAnnotation   textAnnotation1   = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint1 = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition     freePosition1     = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView1   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView2   = new DevExpress.XtraCharts.AreaSeriesView();
     this.layoutPanel     = new System.Windows.Forms.TableLayoutPanel();
     this.chart           = new DevExpress.XtraCharts.ChartControl();
     this.captionPanel    = new System.Windows.Forms.TableLayoutPanel();
     this.buttonsPanel    = new System.Windows.Forms.TableLayoutPanel();
     this.btnBack         = new DevExpress.XtraEditors.SimpleButton();
     this.btnForward      = new DevExpress.XtraEditors.SimpleButton();
     this.btnPreviousDate = new DevExpress.XtraEditors.CheckButton();
     this.btnCurrentDate  = new DevExpress.XtraEditors.CheckButton();
     this.valuePresenter1 = new DevExpress.SalesDemo.Win.Modules.ucValuePresenter();
     this.valuePresenter0 = new DevExpress.SalesDemo.Win.Modules.ucValuePresenter();
     this.valuePresenter2 = new DevExpress.SalesDemo.Win.Modules.ucValuePresenter();
     this.layoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     this.captionPanel.SuspendLayout();
     this.buttonsPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // layoutPanel
     //
     this.layoutPanel.BackColor   = System.Drawing.Color.Transparent;
     this.layoutPanel.ColumnCount = 1;
     this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.layoutPanel.Controls.Add(this.chart, 0, 1);
     this.layoutPanel.Controls.Add(this.captionPanel, 0, 0);
     this.layoutPanel.Controls.Add(this.buttonsPanel, 0, 2);
     this.layoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutPanel.Location = new System.Drawing.Point(0, 0);
     this.layoutPanel.Margin   = new System.Windows.Forms.Padding(0);
     this.layoutPanel.Name     = "layoutPanel";
     this.layoutPanel.Padding  = new System.Windows.Forms.Padding(0, 5, 0, 5);
     this.layoutPanel.RowCount = 3;
     this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.layoutPanel.Size     = new System.Drawing.Size(724, 711);
     this.layoutPanel.TabIndex = 1;
     //
     // chart
     //
     chartAnchorPoint1.X                = 50;
     chartAnchorPoint1.Y                = 30;
     textAnnotation1.AnchorPoint        = chartAnchorPoint1;
     textAnnotation1.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     textAnnotation1.ConnectorStyle     = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
     textAnnotation1.Name               = "Text Annotation 1";
     textAnnotation1.Padding.Bottom     = 7;
     textAnnotation1.Padding.Left       = 7;
     textAnnotation1.Padding.Right      = 10;
     textAnnotation1.Padding.Top        = 7;
     textAnnotation1.Shadow.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     textAnnotation1.Shadow.Size        = 1;
     textAnnotation1.ShapeKind          = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition1.DockTargetName       = "Default Pane";
     textAnnotation1.ShapePosition      = freePosition1;
     this.chart.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.chart.BackColor = System.Drawing.Color.Transparent;
     this.chart.BorderOptions.Visibility = Utils.DefaultBoolean.False;
     xyDiagram1.AxisX.CrosshairAxisLabelOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.AxisX.GridLines.Visible        = true;
     xyDiagram1.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowHide    = false;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowRotate  = false;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowStagger = false;
     xyDiagram1.AxisX.Tickmarks.MinorVisible      = false;
     xyDiagram1.AxisX.Tickmarks.Visible           = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram1.AxisY.Label.EnableAntialiasing    = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.Tickmarks.MinorVisible      = false;
     xyDiagram1.AxisY.Tickmarks.Visible           = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     xyDiagram1.DefaultPane.BackColor             = System.Drawing.Color.Transparent;
     xyDiagram1.Margins.Left  = 35;
     xyDiagram1.Margins.Right = 21;
     this.chart.Diagram       = xyDiagram1;
     this.chart.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.chart.Legend.Font       = new System.Drawing.Font("Tahoma", 10F);
     this.chart.Legend.MarkerSize = new System.Drawing.Size(1, 16);
     this.chart.Legend.MarkerMode = XtraCharts.LegendMarkerMode.None;
     this.chart.Legend.Visibility = Utils.DefaultBoolean.False;
     this.chart.Location          = new System.Drawing.Point(0, 45);
     this.chart.Margin            = new System.Windows.Forms.Padding(0);
     this.chart.Name               = "chart";
     this.chart.Padding.Left       = 0;
     this.chart.Padding.Right      = 0;
     pointSeriesLabel1.TextPattern = "{V:N0}";
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     areaSeriesView1.Border.Visibility = Utils.DefaultBoolean.False;
     areaSeriesView1.Transparency      = ((byte)(64));
     series1.View = areaSeriesView1;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     areaSeriesView2.Transparency   = ((byte)(0));
     this.chart.SeriesTemplate.View = areaSeriesView2;
     this.chart.Size     = new System.Drawing.Size(724, 621);
     this.chart.TabIndex = 0;
     //
     // captionPanel
     //
     this.captionPanel.ColumnCount = 4;
     this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33332F));
     this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.captionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.captionPanel.Controls.Add(this.valuePresenter1, 2, 0);
     this.captionPanel.Controls.Add(this.valuePresenter0, 1, 0);
     this.captionPanel.Controls.Add(this.valuePresenter2, 3, 0);
     this.captionPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.captionPanel.Location = new System.Drawing.Point(0, 5);
     this.captionPanel.Margin   = new System.Windows.Forms.Padding(0);
     this.captionPanel.Name     = "captionPanel";
     this.captionPanel.RowCount = 1;
     this.captionPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.captionPanel.Size     = new System.Drawing.Size(724, 40);
     this.captionPanel.TabIndex = 1;
     //
     // buttonsPanel
     //
     this.buttonsPanel.ColumnCount = 6;
     this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.buttonsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 18F));
     this.buttonsPanel.Controls.Add(this.btnBack, 1, 0);
     this.buttonsPanel.Controls.Add(this.btnForward, 4, 0);
     this.buttonsPanel.Controls.Add(this.btnPreviousDate, 2, 0);
     this.buttonsPanel.Controls.Add(this.btnCurrentDate, 3, 0);
     this.buttonsPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.buttonsPanel.Location = new System.Drawing.Point(0, 666);
     this.buttonsPanel.Margin   = new System.Windows.Forms.Padding(0);
     this.buttonsPanel.Name     = "buttonsPanel";
     this.buttonsPanel.RowCount = 1;
     this.buttonsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.buttonsPanel.Size     = new System.Drawing.Size(724, 40);
     this.buttonsPanel.TabIndex = 2;
     //
     // btnBack
     //
     this.btnBack.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.btnBack.Image         = global::DevExpress.ProductsDemo.Win.Properties.Resources.ArrowLeft;
     this.btnBack.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnBack.Location      = new System.Drawing.Point(35, 3);
     this.btnBack.Name          = "btnBack";
     this.btnBack.Size          = new System.Drawing.Size(44, 34);
     this.btnBack.TabIndex      = 0;
     this.btnBack.Click        += new System.EventHandler(this.btnBackClick);
     //
     // btnForward
     //
     this.btnForward.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.btnForward.Image         = global::DevExpress.ProductsDemo.Win.Properties.Resources.ArrowRight;
     this.btnForward.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnForward.Location      = new System.Drawing.Point(659, 3);
     this.btnForward.Name          = "btnForward";
     this.btnForward.Size          = new System.Drawing.Size(44, 34);
     this.btnForward.TabIndex      = 1;
     this.btnForward.Click        += new System.EventHandler(this.btnForwardClick);
     //
     // btnPreviousDate
     //
     this.btnPreviousDate.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnPreviousDate.Location = new System.Drawing.Point(85, 3);
     this.btnPreviousDate.Name     = "btnPreviousDate";
     this.btnPreviousDate.Size     = new System.Drawing.Size(281, 34);
     this.btnPreviousDate.TabIndex = 2;
     this.btnPreviousDate.Text     = "prev";
     this.btnPreviousDate.Click   += new System.EventHandler(this.btnPreviousDateClick);
     //
     // btnCurrentDate
     //
     this.btnCurrentDate.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnCurrentDate.Location = new System.Drawing.Point(372, 3);
     this.btnCurrentDate.Name     = "btnCurrentDate";
     this.btnCurrentDate.Size     = new System.Drawing.Size(281, 34);
     this.btnCurrentDate.TabIndex = 3;
     this.btnCurrentDate.Text     = "current";
     this.btnCurrentDate.Click   += new System.EventHandler(this.btnCurrentDateClick);
     //
     // valuePresenter1
     //
     this.valuePresenter1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.valuePresenter1.Location       = new System.Drawing.Point(264, 0);
     this.valuePresenter1.Margin         = new System.Windows.Forms.Padding(0);
     this.valuePresenter1.Name           = "valuePresenter1";
     this.valuePresenter1.Size           = new System.Drawing.Size(229, 40);
     this.valuePresenter1.TabIndex       = 9;
     this.valuePresenter1.TitleText      = "title";
     this.valuePresenter1.Value          = 0D;
     this.valuePresenter1.ValueFormat    = "${0:N0}";
     this.valuePresenter1.ValueTextColor = System.Drawing.SystemColors.ControlText;
     //
     // valuePresenter0
     //
     this.valuePresenter0.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.valuePresenter0.Location       = new System.Drawing.Point(35, 0);
     this.valuePresenter0.Margin         = new System.Windows.Forms.Padding(0);
     this.valuePresenter0.Name           = "valuePresenter0";
     this.valuePresenter0.Size           = new System.Drawing.Size(229, 40);
     this.valuePresenter0.TabIndex       = 8;
     this.valuePresenter0.TitleText      = "title";
     this.valuePresenter0.Value          = 0D;
     this.valuePresenter0.ValueFormat    = "${0:N0}";
     this.valuePresenter0.ValueTextColor = System.Drawing.SystemColors.ControlText;
     //
     // valuePresenter2
     //
     this.valuePresenter2.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.valuePresenter2.Location       = new System.Drawing.Point(493, 0);
     this.valuePresenter2.Margin         = new System.Windows.Forms.Padding(0);
     this.valuePresenter2.Name           = "valuePresenter2";
     this.valuePresenter2.Size           = new System.Drawing.Size(231, 40);
     this.valuePresenter2.TabIndex       = 10;
     this.valuePresenter2.TitleText      = "title";
     this.valuePresenter2.Value          = 0D;
     this.valuePresenter2.ValueFormat    = "${0:N0}";
     this.valuePresenter2.ValueTextColor = System.Drawing.SystemColors.ControlText;
     //
     // ucSalesPerformance
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutPanel);
     this.Name = "ucSalesPerformance";
     this.Size = new System.Drawing.Size(724, 711);
     this.layoutPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     this.captionPanel.ResumeLayout(false);
     this.buttonsPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram      xyDiagram1      = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series         series1         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView2 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.XYDiagram      xyDiagram2      = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series         series2         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
     this.chartSelectRange = new DevExpress.XtraCharts.ChartControl();
     this.chartLine        = new DevExpress.XtraCharts.ChartControl();
     this.splitContainer1  = new System.Windows.Forms.SplitContainer();
     ((System.ComponentModel.ISupportInitialize)(this.chartSelectRange)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartLine)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // chartSelectRange
     //
     this.chartSelectRange.AppearanceNameSerializable    = "Gray";
     xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid      = false;
     xyDiagram1.AxisX.DateTimeScaleOptions.GridAlignment = DevExpress.XtraCharts.DateTimeGridAlignment.Hour;
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit   = DevExpress.XtraCharts.DateTimeMeasureUnit.Minute;
     xyDiagram1.AxisX.VisibleInPanesSerializable         = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins         = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue        = 0D;
     xyDiagram1.AxisY.VisibleInPanesSerializable         = "-1";
     xyDiagram1.AxisY.WholeRange.AutoSideMargins         = true;
     this.chartSelectRange.Diagram           = xyDiagram1;
     this.chartSelectRange.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chartSelectRange.Legend.Visible    = false;
     this.chartSelectRange.Location          = new System.Drawing.Point(0, 0);
     this.chartSelectRange.Name              = "chartSelectRange";
     this.chartSelectRange.PaletteName       = "The Trees";
     this.chartSelectRange.RuntimeHitTesting = true;
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.LabelsVisibility  = DevExpress.Utils.DefaultBoolean.False;
     series1.Name = "Series 1";
     areaSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.False;
     series1.View = areaSeriesView1;
     this.chartSelectRange.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     areaSeriesView2.Transparency = ((byte)(0));
     this.chartSelectRange.SeriesTemplate.View = areaSeriesView2;
     this.chartSelectRange.Size         = new System.Drawing.Size(775, 145);
     this.chartSelectRange.TabIndex     = 0;
     this.chartSelectRange.CustomPaint += new DevExpress.XtraCharts.CustomPaintEventHandler(this.chartSelectRange_CustomPaint);
     this.chartSelectRange.MouseDown   += new System.Windows.Forms.MouseEventHandler(this.chartSelectRange_MouseDown);
     this.chartSelectRange.MouseMove   += new System.Windows.Forms.MouseEventHandler(this.chartSelectRange_MouseMove);
     this.chartSelectRange.MouseUp     += new System.Windows.Forms.MouseEventHandler(this.chartSelectRange_MouseUp);
     //
     // chartLine
     //
     this.chartLine.AppearanceNameSerializable           = "In A Fog";
     xyDiagram2.AxisX.DateTimeScaleOptions.AutoGrid      = false;
     xyDiagram2.AxisX.DateTimeScaleOptions.GridAlignment = DevExpress.XtraCharts.DateTimeGridAlignment.Hour;
     xyDiagram2.AxisX.DateTimeScaleOptions.MeasureUnit   = DevExpress.XtraCharts.DateTimeMeasureUnit.Minute;
     xyDiagram2.AxisX.VisibleInPanesSerializable         = "-1";
     xyDiagram2.AxisX.WholeRange.AutoSideMargins         = false;
     xyDiagram2.AxisX.WholeRange.SideMarginsValue        = 0D;
     xyDiagram2.AxisY.VisibleInPanesSerializable         = "-1";
     xyDiagram2.AxisY.WholeRange.AutoSideMargins         = true;
     this.chartLine.Diagram = xyDiagram2;
     this.chartLine.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartLine.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartLine.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartLine.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartLine.Legend.Visible             = false;
     this.chartLine.Location   = new System.Drawing.Point(0, 0);
     this.chartLine.Name       = "chartLine";
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.LabelsVisibility  = DevExpress.Utils.DefaultBoolean.False;
     series2.Name = "Series 1";
     lineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.False;
     series2.View = lineSeriesView1;
     this.chartLine.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.chartLine.SeriesTemplate.View = lineSeriesView2;
     this.chartLine.Size     = new System.Drawing.Size(775, 315);
     this.chartLine.TabIndex = 1;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.chartLine);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.chartSelectRange);
     this.splitContainer1.Size             = new System.Drawing.Size(775, 464);
     this.splitContainer1.SplitterDistance = 315;
     this.splitContainer1.TabIndex         = 2;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(775, 464);
     this.Controls.Add(this.splitContainer1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSelectRange)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartLine)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #24
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.AreaSeriesView areaSeriesView2 = new DevExpress.XtraCharts.AreaSeriesView();
			this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
			this.chartControl = new DevExpress.XtraCharts.ChartControl();
			this.gridControl = new DevExpress.XtraGrid.GridControl();
			this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
			this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
			this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
			this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
			this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
			((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
			this.splitContainerControl1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
			this.SuspendLayout();
			// 
			// splitContainerControl1
			// 
			this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.None;
			this.splitContainerControl1.Horizontal = false;
			this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
			this.splitContainerControl1.Name = "splitContainerControl1";
			this.splitContainerControl1.Panel1.Controls.Add(this.chartControl);
			this.splitContainerControl1.Panel1.Text = "Panel1";
			this.splitContainerControl1.Panel2.Controls.Add(this.gridControl);
			this.splitContainerControl1.Panel2.Text = "Panel2";
			this.splitContainerControl1.Size = new System.Drawing.Size(591, 620);
			this.splitContainerControl1.SplitterPosition = 201;
			this.splitContainerControl1.TabIndex = 0;
			this.splitContainerControl1.Text = "splitContainerControl1";
			// 
			// chartControl
			// 
			xyDiagram1.AxisX.WholeRange.AutoSideMargins = false;
			xyDiagram1.AxisX.VisualRange.AutoSideMargins = false;
			xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
			xyDiagram1.AxisY.Label.TextPattern = "{V:C}";
			xyDiagram1.AxisY.WholeRange.AutoSideMargins = true;
			xyDiagram1.AxisY.VisualRange.AutoSideMargins = true;
			xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
			this.chartControl.Diagram = xyDiagram1;
			this.chartControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
			this.chartControl.Location = new System.Drawing.Point(0, 0);
			this.chartControl.Name = "chartControl";
			series1.ArgumentDataMember = "Date";
			series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			series1.CrosshairEnabled = DevExpress.Utils.DefaultBoolean.True;
			series1.CrosshairLabelPattern = "{A:D} {HINT}\r\nBalance: {V:c}\r\n";
			pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pointSeriesLabel1.TextPattern = "{A} {V:C}";
			series1.Label = pointSeriesLabel1;
			series1.Name = "Balance";
			series1.ToolTipEnabled = DevExpress.Utils.DefaultBoolean.True;
			series1.ToolTipHintDataMember = "Description";
			series1.ToolTipPointPattern = "{A:D}\r\n{HINT}\r\nBalance: {V:c}";
			series1.ValueDataMembersSerializable = "RunningBalance";
			series1.View = areaSeriesView1;
			this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
		series1};
			pointSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			this.chartControl.SeriesTemplate.Label = pointSeriesLabel2;
			areaSeriesView2.Transparency = ((byte)(0));
			this.chartControl.SeriesTemplate.View = areaSeriesView2;
			this.chartControl.Size = new System.Drawing.Size(591, 201);
			this.chartControl.TabIndex = 0;
			// 
			// gridControl
			// 
			this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.gridControl.Location = new System.Drawing.Point(0, 0);
			this.gridControl.MainView = this.gridView;
			this.gridControl.Name = "gridControl";
			this.gridControl.Size = new System.Drawing.Size(591, 413);
			this.gridControl.TabIndex = 0;
			this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
			this.gridView});
			// 
			// gridView
			// 
			this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
			this.gridColumn1,
			this.gridColumn2,
			this.gridColumn3,
			this.gridColumn4});
			this.gridView.GridControl = this.gridControl;
			this.gridView.Name = "gridView";
			this.gridView.OptionsBehavior.Editable = false;
			this.gridView.OptionsBehavior.ReadOnly = true;
			this.gridView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
			new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn1, DevExpress.Data.ColumnSortOrder.Ascending)});
			// 
			// gridColumn1
			// 
			this.gridColumn1.Caption = "Date";
			this.gridColumn1.FieldName = "Date";
			this.gridColumn1.Name = "gridColumn1";
			this.gridColumn1.Visible = true;
			this.gridColumn1.VisibleIndex = 0;
			// 
			// gridColumn2
			// 
			this.gridColumn2.Caption = "Description";
			this.gridColumn2.FieldName = "Description";
			this.gridColumn2.Name = "gridColumn2";
			this.gridColumn2.Visible = true;
			this.gridColumn2.VisibleIndex = 1;
			// 
			// gridColumn3
			// 
			this.gridColumn3.Caption = "Transaction Amount";
			this.gridColumn3.DisplayFormat.FormatString = "c";
			this.gridColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
			this.gridColumn3.FieldName = "Amount";
			this.gridColumn3.Name = "gridColumn3";
			this.gridColumn3.Visible = true;
			this.gridColumn3.VisibleIndex = 2;
			// 
			// gridColumn4
			// 
			this.gridColumn4.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
			this.gridColumn4.AppearanceCell.Options.UseFont = true;
			this.gridColumn4.Caption = "Balance";
			this.gridColumn4.DisplayFormat.FormatString = "c";
			this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
			this.gridColumn4.FieldName = "RunningBalance";
			this.gridColumn4.Name = "gridColumn4";
			this.gridColumn4.Visible = true;
			this.gridColumn4.VisibleIndex = 3;
			// 
			// TransactionLog
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.splitContainerControl1);
			this.Name = "TransactionLog";
			this.Size = new System.Drawing.Size(591, 620);
			((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
			this.splitContainerControl1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
			this.ResumeLayout(false);

		}
コード例 #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram                xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView           areaSeriesView1   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle1       = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram2        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.ChartTitle               chartTitle2       = new DevExpress.XtraCharts.ChartTitle();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(HomeForm));
     this.wb           = new System.Windows.Forms.WebBrowser();
     this.pnlStatistic = new System.Windows.Forms.Panel();
     this.chart2       = new DevExpress.XtraCharts.ChartControl();
     this.chart1       = new DevExpress.XtraCharts.ChartControl();
     this.btnRefresh   = new DevExpress.XtraEditors.SimpleButton();
     this.pnlStatistic.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     this.SuspendLayout();
     //
     // wb
     //
     this.wb.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.wb.Location    = new System.Drawing.Point(4, 104);
     this.wb.MinimumSize = new System.Drawing.Size(20, 20);
     this.wb.Name        = "wb";
     this.wb.Size        = new System.Drawing.Size(990, 460);
     this.wb.TabIndex    = 0;
     //
     // pnlStatistic
     //
     this.pnlStatistic.BackColor = System.Drawing.Color.White;
     this.pnlStatistic.Controls.Add(this.chart2);
     this.pnlStatistic.Controls.Add(this.chart1);
     this.pnlStatistic.Controls.Add(this.btnRefresh);
     this.pnlStatistic.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlStatistic.Location = new System.Drawing.Point(4, 4);
     this.pnlStatistic.Name     = "pnlStatistic";
     this.pnlStatistic.Padding  = new System.Windows.Forms.Padding(2, 2, 2, 4);
     this.pnlStatistic.Size     = new System.Drawing.Size(990, 100);
     this.pnlStatistic.TabIndex = 1;
     //
     // chart2
     //
     this.chart2.AppearanceNameSerializable = "Dark";
     this.chart2.BackImage.Stretch          = true;
     this.chart2.DataBindings                     = null;
     xyDiagram1.AxisX.Label.TextPattern           = "{A:yy\'년\' M\'월\'}";
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram1.AxisY.Label.TextPattern           = "{V:N0}";
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     this.chart2.Diagram           = xyDiagram1;
     this.chart2.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chart2.Legend.Name       = "Default Legend";
     this.chart2.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chart2.Location          = new System.Drawing.Point(598, 2);
     this.chart2.Name              = "chart2";
     this.chart2.PaletteName       = "Northern Lights";
     series1.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel1.TextPattern = "{A:yy년 M월}";
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     series1.View  = areaSeriesView1;
     this.chart2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chart2.Size     = new System.Drawing.Size(390, 94);
     this.chart2.TabIndex = 2;
     chartTitle1.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle1.Text     = "최근 1년간 월별 매출동향";
     this.chart2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // chart1
     //
     this.chart1.AppearanceNameSerializable = "Dark";
     this.chart1.BackImage.Stretch          = true;
     this.chart1.DataBindings                    = null;
     xyDiagram2.AxisX.Label.TextPattern          = "{A:M\'월\' d\'일\'}";
     xyDiagram2.AxisX.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Interlaced                 = true;
     xyDiagram2.AxisY.Label.TextPattern          = "{V:N0}";
     xyDiagram2.AxisY.MinorCount                 = 4;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chart1.Diagram           = xyDiagram2;
     this.chart1.Dock              = System.Windows.Forms.DockStyle.Left;
     this.chart1.Legend.Name       = "Default Legend";
     this.chart1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chart1.Location          = new System.Drawing.Point(98, 2);
     this.chart1.Name              = "chart1";
     this.chart1.PaletteName       = "Northern Lights";
     series2.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.LegendName            = "Default Legend";
     series2.Name                   = "매출액";
     series2.ShowInLegend           = false;
     this.chart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.chart1.Size     = new System.Drawing.Size(500, 94);
     this.chart1.TabIndex = 0;
     chartTitle2.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle2.Text     = "최근 30일 매출동향";
     this.chart1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // btnRefresh
     //
     this.btnRefresh.Dock                 = System.Windows.Forms.DockStyle.Left;
     this.btnRefresh.Image                = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
     this.btnRefresh.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnRefresh.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
     this.btnRefresh.Location             = new System.Drawing.Point(2, 2);
     this.btnRefresh.Name                 = "btnRefresh";
     this.btnRefresh.Size                 = new System.Drawing.Size(96, 94);
     this.btnRefresh.TabIndex             = 1;
     this.btnRefresh.Text                 = "Cafe AUBE";
     //
     // HomeForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(998, 568);
     this.Controls.Add(this.wb);
     this.Controls.Add(this.pnlStatistic);
     this.LookAndFeel.SkinMaskColor  = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.LookAndFeel.SkinMaskColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.Name    = "HomeForm";
     this.Padding = new System.Windows.Forms.Padding(4);
     this.Text    = "HomeForm";
     this.pnlStatistic.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram      xyDiagram1      = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series         series1         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series         series2         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView2 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView3 = new DevExpress.XtraCharts.AreaSeriesView();
     this.footTrafficMonthlyTotalModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.chartControl1        = new DevExpress.XtraCharts.ChartControl();
     this.yearSelectorControl1 = new GothamSubway.WinForm.YearSelectorControl();
     this.gothamMapControl     = new GothamSubway.WinForm.GothamMapControl1();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     this.tablePanel1          = new DevExpress.Utils.Layout.TablePanel();
     this.labelControl2        = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.footTrafficMonthlyTotalModelBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
     this.tablePanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // footTrafficMonthlyTotalModelBindingSource
     //
     this.footTrafficMonthlyTotalModelBindingSource.DataSource = typeof(GothamSubway.Data.FootTrafficMonthlyTotalModel);
     //
     // chartControl1
     //
     this.chartControl1.AnimationStartMode       = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.tablePanel1.SetColumn(this.chartControl1, 0);
     this.tablePanel1.SetColumnSpan(this.chartControl1, 10);
     this.chartControl1.DataSource = this.footTrafficMonthlyTotalModelBindingSource;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisX.WholeRange.EndSideMargin   = 0D;
     xyDiagram1.AxisX.WholeRange.StartSideMargin = 0D;
     xyDiagram1.AxisY.Label.TextPattern          = "{V:#,#}";
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Text                 = "인원수(명)";
     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.Name = "Default Legend";
     this.chartControl1.Location    = new System.Drawing.Point(3, 95);
     this.chartControl1.Name        = "chartControl1";
     this.tablePanel1.SetRow(this.chartControl1, 1);
     series1.ArgumentDataMember = "date";
     series1.FilterString       = "[transferId] = 1";
     series1.Name = "승차";
     series1.ValueDataMembersSerializable = "monthlytotal";
     series1.View = areaSeriesView1;
     series2.ArgumentDataMember = "date";
     series2.FilterString       = "[transferId] = 2";
     series2.Name = "하차";
     series2.ValueDataMembersSerializable = "monthlytotal";
     series2.View = areaSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     areaSeriesView3.Transparency           = ((byte)(0));
     this.chartControl1.SeriesTemplate.View = areaSeriesView3;
     this.chartControl1.Size     = new System.Drawing.Size(585, 422);
     this.chartControl1.TabIndex = 2;
     //
     // yearSelectorControl1
     //
     this.tablePanel1.SetColumn(this.yearSelectorControl1, 8);
     this.tablePanel1.SetColumnSpan(this.yearSelectorControl1, 3);
     this.yearSelectorControl1.Location    = new System.Drawing.Point(482, 522);
     this.yearSelectorControl1.Margin      = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.yearSelectorControl1.MaximumSize = new System.Drawing.Size(108, 28);
     this.yearSelectorControl1.MinimumSize = new System.Drawing.Size(108, 28);
     this.yearSelectorControl1.Name        = "yearSelectorControl1";
     this.tablePanel1.SetRow(this.yearSelectorControl1, 2);
     this.yearSelectorControl1.Size     = new System.Drawing.Size(108, 28);
     this.yearSelectorControl1.TabIndex = 1;
     //
     // gothamMapControl
     //
     this.gothamMapControl.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.gothamMapControl.Appearance.Options.UseBackColor = true;
     this.gothamMapControl.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tablePanel1.SetColumn(this.gothamMapControl, 10);
     this.gothamMapControl.Location    = new System.Drawing.Point(594, 119);
     this.gothamMapControl.Margin      = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.gothamMapControl.MaximumSize = new System.Drawing.Size(420, 374);
     this.gothamMapControl.MinimumSize = new System.Drawing.Size(420, 374);
     this.gothamMapControl.Name        = "gothamMapControl";
     this.tablePanel1.SetRow(this.gothamMapControl, 1);
     this.gothamMapControl.Size     = new System.Drawing.Size(420, 374);
     this.gothamMapControl.TabIndex = 4;
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font            = new System.Drawing.Font("Malgun Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl1.Appearance.Options.UseFont = true;
     this.tablePanel1.SetColumn(this.labelControl1, 7);
     this.labelControl1.Location = new System.Drawing.Point(402, 525);
     this.labelControl1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl1.Name     = "labelControl1";
     this.tablePanel1.SetRow(this.labelControl1, 2);
     this.labelControl1.Size     = new System.Drawing.Size(64, 21);
     this.labelControl1.TabIndex = 8;
     this.labelControl1.Text     = "기준년도";
     //
     // tablePanel1
     //
     this.tablePanel1.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.tablePanel1.Appearance.Options.UseBackColor = true;
     this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 8F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 8F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 8F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 8F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 8F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 7F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 7F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 54F)
     });
     this.tablePanel1.Controls.Add(this.labelControl2);
     this.tablePanel1.Controls.Add(this.labelControl1);
     this.tablePanel1.Controls.Add(this.gothamMapControl);
     this.tablePanel1.Controls.Add(this.yearSelectorControl1);
     this.tablePanel1.Controls.Add(this.chartControl1);
     this.tablePanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tablePanel1.Location = new System.Drawing.Point(0, 0);
     this.tablePanel1.Name     = "tablePanel1";
     this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 15F),
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 70F),
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5F),
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F)
     });
     this.tablePanel1.Size     = new System.Drawing.Size(1022, 611);
     this.tablePanel1.TabIndex = 6;
     //
     // labelControl2
     //
     this.labelControl2.Anchor                     = System.Windows.Forms.AnchorStyles.None;
     this.labelControl2.Appearance.Font            = new System.Drawing.Font("Malgun Gothic", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl2.Appearance.Options.UseFont = true;
     this.tablePanel1.SetColumn(this.labelControl2, 6);
     this.tablePanel1.SetColumnSpan(this.labelControl2, 5);
     this.labelControl2.Location = new System.Drawing.Point(362, 23);
     this.labelControl2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl2.Name     = "labelControl2";
     this.tablePanel1.SetRow(this.labelControl2, 0);
     this.labelControl2.Size     = new System.Drawing.Size(289, 45);
     this.labelControl2.TabIndex = 9;
     this.labelControl2.Text     = "월별 승하차 승객 수";
     //
     // TransferByMonthForm
     //
     this.Appearance.BackColor            = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(1022, 611);
     this.Controls.Add(this.tablePanel1);
     this.Name = "TransferByMonthForm";
     this.Text = "TransferByMonthForm";
     ((System.ComponentModel.ISupportInitialize)(this.footTrafficMonthlyTotalModelBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
     this.tablePanel1.ResumeLayout(false);
     this.tablePanel1.PerformLayout();
     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.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(12D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(16D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(21D))
     });
     DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
     DevExpress.XtraCharts.Series          series2          = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint     seriesPoint5     = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(12D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(25D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(35D))
     });
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series         series3         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint9    = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(15D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(18D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(25D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(33D))
     });
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.ChartTitle     chartTitle1     = new DevExpress.XtraCharts.ChartTitle();
     this.chartControl = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl
     //
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl.Diagram  = xyDiagram1;
     this.chartControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chartControl.Location = new System.Drawing.Point(0, 0);
     this.chartControl.Name     = "chartControl";
     series1.Name = "Point";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4
     });
     series1.View = pointSeriesView1;
     series2.Name = "Line";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint5,
         seriesPoint6,
         seriesPoint7,
         seriesPoint8
     });
     series2.View = lineSeriesView1;
     series3.Name = "Area";
     series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint9,
         seriesPoint10,
         seriesPoint11,
         seriesPoint12
     });
     series3.View = areaSeriesView1;
     this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartControl.Size     = new System.Drawing.Size(746, 495);
     this.chartControl.TabIndex = 0;
     chartTitle1.Text           = "Custom Radio Buttons";
     this.chartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // mainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(746, 495);
     this.Controls.Add(this.chartControl);
     this.Name = "mainForm";
     this.Text = "Radio Buttons in Legend";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView1   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView2   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView3   = new DevExpress.XtraCharts.AreaSeriesView();
     this.Detail   = new DevExpress.XtraReports.UI.DetailBand();
     this.xrChart1 = new DevExpress.XtraReports.UI.XRChart();
     this.hr5NotesMailfortwodays1    = new VSWebUI.DashboardReports.hr5NotesMailfortwodays();
     this.notesMailStatsTableAdapter = new VSWebUI.DashboardReports.hr5NotesMailfortwodaysTableAdapters.NotesMailStatsTableAdapter();
     this.TopMargin    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.MyDevice     = new DevExpress.XtraReports.Parameters.Parameter();
     this.StartDate    = new DevExpress.XtraReports.Parameters.Parameter();
     this.EndDate      = new DevExpress.XtraReports.Parameters.Parameter();
     this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrPageInfo1  = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel1     = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter   = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrLabel4     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2     = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.hr5NotesMailfortwodays1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1
     });
     this.Detail.HeightF       = 458F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrChart1
     //
     this.xrChart1.BorderColor = System.Drawing.Color.Black;
     this.xrChart1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.DataSource  = this.hr5NotesMailfortwodays1;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = false;
     xyDiagram1.AxisX.Title.Text    = "Date";
     xyDiagram1.AxisX.Title.Visible = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.Title.Text    = "Response Time";
     xyDiagram1.AxisY.Title.Visible = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart1.Diagram         = xyDiagram1;
     this.xrChart1.LocationFloat   = new DevExpress.Utils.PointFloat(42.70837F, 0F);
     this.xrChart1.Name            = "xrChart1";
     series1.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel1.LineVisible = true;
     series1.Label                    = pointSeriesLabel1;
     series1.Name                     = "Series 1";
     series1.View                     = areaSeriesView1;
     series2.ArgumentScaleType        = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel2.LineVisible    = true;
     series2.Label                    = pointSeriesLabel2;
     series2.Name                     = "Series 2";
     series2.View                     = areaSeriesView2;
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.xrChart1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel3.LineVisible      = true;
     this.xrChart1.SeriesTemplate.Label = pointSeriesLabel3;
     areaSeriesView3.Transparency       = ((byte)(0));
     this.xrChart1.SeriesTemplate.View  = areaSeriesView3;
     this.xrChart1.SizeF = new System.Drawing.SizeF(900F, 458F);
     //
     // hr5NotesMailfortwodays1
     //
     this.hr5NotesMailfortwodays1.DataSetName             = "hr5NotesMailfortwodays";
     this.hr5NotesMailfortwodays1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // notesMailStatsTableAdapter
     //
     this.notesMailStatsTableAdapter.ClearBeforeFill = true;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 3F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // MyDevice
     //
     this.MyDevice.Name = "MyDevice";
     //
     // StartDate
     //
     this.StartDate.Name = "StartDate";
     this.StartDate.Type = typeof(System.DateTime);
     //
     // EndDate
     //
     this.EndDate.Name = "EndDate";
     this.EndDate.Type = typeof(System.DateTime);
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrLabel1
     });
     this.GroupHeader1.HeightF = 89.99999F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(781.7083F, 66.99999F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(182.2917F, 23F);
     //
     // xrLabel1
     //
     this.xrLabel1.Font                  = new System.Drawing.Font("Tahoma", 18F);
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(380.2083F, 37.91666F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "Historical Response Times";
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel4,
         this.xrLabel3,
         this.xrLabel2
     });
     this.PageFooter.Name = "PageFooter";
     //
     // xrLabel4
     //
     this.xrLabel4.Font                  = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat         = new DevExpress.Utils.PointFloat(161.4583F, 0F);
     this.xrLabel4.Name                  = "xrLabel4";
     this.xrLabel4.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                 = new System.Drawing.SizeF(21.875F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.Text                  = "TM";
     //
     // xrLabel3
     //
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(757.75F, 0F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(196.25F, 23F);
     this.xrLabel3.Text          = "Copyright 2012, RPR Wyatt, Inc.";
     //
     // xrLabel2
     //
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(161.4583F, 23F);
     this.xrLabel2.Text          = "Report created by VitalSigns";
     //
     // hr5NotesMailRpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.PageFooter
     });
     this.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.Landscape       = true;
     this.Margins         = new System.Drawing.Printing.Margins(100, 36, 3, 100);
     this.PageHeight      = 850;
     this.PageWidth       = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.MyDevice,
         this.StartDate,
         this.EndDate
     });
     this.Version      = "12.1";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.hr5NotesMailRpt_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.hr5NotesMailfortwodays1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #29
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.TextAnnotation   textAnnotation1   = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint1 = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition     freePosition1     = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView1   = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.AreaSeriesView   areaSeriesView2   = new DevExpress.XtraCharts.AreaSeriesView();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.chart             = new DevExpress.XtraCharts.ChartControl();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.btnBack           = new DevExpress.XtraEditors.SimpleButton();
     this.btnForward        = new DevExpress.XtraEditors.SimpleButton();
     this.btnPreviousDate   = new DevExpress.XtraEditors.CheckButton();
     this.btnCurrentDate    = new DevExpress.XtraEditors.CheckButton();
     this.valuePresenter1   = new F5074.DevExpressWinforms.MyForm.C_ChartControl.ucValuePresenter();
     this.valuePresenter0   = new F5074.DevExpressWinforms.MyForm.C_ChartControl.ucValuePresenter();
     this.valuePresenter2   = new F5074.DevExpressWinforms.MyForm.C_ChartControl.ucValuePresenter();
     this.tableLayoutPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.chart, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel2, 0, 2);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.Padding  = new System.Windows.Forms.Padding(0, 5, 0, 5);
     this.tableLayoutPanel3.RowCount = 3;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 37F));
     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, 37F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(1280, 633);
     this.tableLayoutPanel3.TabIndex = 2;
     //
     // chart
     //
     this.chart.AnimationStartMode      = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     chartAnchorPoint1.X                = 50;
     chartAnchorPoint1.Y                = 30;
     textAnnotation1.AnchorPoint        = chartAnchorPoint1;
     textAnnotation1.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     textAnnotation1.ConnectorStyle     = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
     textAnnotation1.Name               = "Text Annotation 1";
     textAnnotation1.Padding.Bottom     = 7;
     textAnnotation1.Padding.Left       = 7;
     textAnnotation1.Padding.Right      = 10;
     textAnnotation1.Padding.Top        = 7;
     textAnnotation1.Shadow.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     textAnnotation1.Shadow.Size        = 1;
     textAnnotation1.ShapeKind          = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition1.DockTargetName       = "Default Pane";
     textAnnotation1.ShapePosition      = freePosition1;
     this.chart.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.chart.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chart.DataBindings             = null;
     xyDiagram1.AxisX.CrosshairAxisLabelOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.AxisX.GridLines.Visible        = true;
     xyDiagram1.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowHide    = false;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowRotate  = false;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowStagger = false;
     xyDiagram1.AxisX.Label.TextColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     xyDiagram1.AxisX.Tickmarks.MinorVisible           = false;
     xyDiagram1.AxisX.Tickmarks.Visible                = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisX.VisualRange.Auto                 = false;
     xyDiagram1.AxisX.VisualRange.AutoSideMargins      = false;
     xyDiagram1.AxisX.VisualRange.MaxValueSerializable = "9";
     xyDiagram1.AxisX.VisualRange.MinValueSerializable = "0";
     xyDiagram1.AxisX.VisualRange.SideMarginsValue     = 0D;
     xyDiagram1.AxisX.WholeRange.AutoSideMargins       = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue      = 0D;
     xyDiagram1.AxisY.Label.EnableAntialiasing         = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.Label.TextColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     xyDiagram1.AxisY.Tickmarks.MinorVisible           = false;
     xyDiagram1.AxisY.Tickmarks.Visible                = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     xyDiagram1.Margins.Left  = 35;
     xyDiagram1.Margins.Right = 21;
     this.chart.Diagram       = xyDiagram1;
     this.chart.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.chart.Legend.Font       = new System.Drawing.Font("Tahoma", 10F);
     this.chart.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.None;
     this.chart.Legend.MarkerSize = new System.Drawing.Size(1, 16);
     this.chart.Legend.Name       = "Default Legend";
     this.chart.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chart.Location          = new System.Drawing.Point(0, 42);
     this.chart.Margin            = new System.Windows.Forms.Padding(0);
     this.chart.Name               = "chart";
     this.chart.Padding.Left       = 0;
     this.chart.Padding.Right      = 0;
     pointSeriesLabel1.TextPattern = "{V:N0}";
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     areaSeriesView1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
     areaSeriesView1.Transparency      = ((byte)(64));
     series1.View = areaSeriesView1;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     areaSeriesView2.Transparency   = ((byte)(0));
     this.chart.SeriesTemplate.View = areaSeriesView2;
     this.chart.Size     = new System.Drawing.Size(1280, 549);
     this.chart.TabIndex = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 4;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 41F));
     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.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.Absolute, 23F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 23F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 23F));
     this.tableLayoutPanel1.Controls.Add(this.valuePresenter1, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.valuePresenter0, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.valuePresenter2, 3, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 5);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1280, 37);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 6;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 37F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 58F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 58F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.tableLayoutPanel2.Controls.Add(this.btnBack, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.btnForward, 4, 0);
     this.tableLayoutPanel2.Controls.Add(this.btnPreviousDate, 2, 0);
     this.tableLayoutPanel2.Controls.Add(this.btnCurrentDate, 3, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 591);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(1280, 37);
     this.tableLayoutPanel2.TabIndex = 2;
     //
     // btnBack
     //
     this.btnBack.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnBack.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnBack.Location = new System.Drawing.Point(40, 3);
     this.btnBack.Name     = "btnBack";
     this.btnBack.Size     = new System.Drawing.Size(52, 31);
     this.btnBack.TabIndex = 0;
     //
     // btnForward
     //
     this.btnForward.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnForward.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnForward.Location = new System.Drawing.Point(1202, 3);
     this.btnForward.Name     = "btnForward";
     this.btnForward.Size     = new System.Drawing.Size(52, 31);
     this.btnForward.TabIndex = 1;
     //
     // btnPreviousDate
     //
     this.btnPreviousDate.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnPreviousDate.Location = new System.Drawing.Point(98, 3);
     this.btnPreviousDate.Name     = "btnPreviousDate";
     this.btnPreviousDate.Size     = new System.Drawing.Size(546, 31);
     this.btnPreviousDate.TabIndex = 2;
     this.btnPreviousDate.Text     = "prev";
     //
     // btnCurrentDate
     //
     this.btnCurrentDate.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnCurrentDate.Location = new System.Drawing.Point(650, 3);
     this.btnCurrentDate.Name     = "btnCurrentDate";
     this.btnCurrentDate.Size     = new System.Drawing.Size(546, 31);
     this.btnCurrentDate.TabIndex = 3;
     this.btnCurrentDate.Text     = "current";
     //
     // valuePresenter1
     //
     this.valuePresenter1.Location       = new System.Drawing.Point(44, 3);
     this.valuePresenter1.Name           = "valuePresenter1";
     this.valuePresenter1.Size           = new System.Drawing.Size(407, 31);
     this.valuePresenter1.TabIndex       = 0;
     this.valuePresenter1.TitleText      = "title";
     this.valuePresenter1.Value          = 0D;
     this.valuePresenter1.ValueFormat    = null;
     this.valuePresenter1.ValueTextColor = System.Drawing.SystemColors.ControlText;
     //
     // valuePresenter0
     //
     this.valuePresenter0.Location       = new System.Drawing.Point(457, 3);
     this.valuePresenter0.Name           = "valuePresenter0";
     this.valuePresenter0.Size           = new System.Drawing.Size(406, 31);
     this.valuePresenter0.TabIndex       = 1;
     this.valuePresenter0.TitleText      = "title";
     this.valuePresenter0.Value          = 0D;
     this.valuePresenter0.ValueFormat    = null;
     this.valuePresenter0.ValueTextColor = System.Drawing.SystemColors.ControlText;
     //
     // valuePresenter2
     //
     this.valuePresenter2.Location       = new System.Drawing.Point(869, 3);
     this.valuePresenter2.Name           = "valuePresenter2";
     this.valuePresenter2.Size           = new System.Drawing.Size(408, 31);
     this.valuePresenter2.TabIndex       = 2;
     this.valuePresenter2.TitleText      = "title";
     this.valuePresenter2.Value          = 0D;
     this.valuePresenter2.ValueFormat    = null;
     this.valuePresenter2.ValueTextColor = System.Drawing.SystemColors.ControlText;
     //
     // MyCharts03
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel3);
     this.Name = "MyCharts03";
     this.Size = new System.Drawing.Size(1280, 633);
     this.tableLayoutPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView           areaSeriesView1           = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.chartControl1         = new DevExpress.XtraCharts.ChartControl();
     this.productsTableAdapter  = new CustomLabelsWithaLargeAmountOfData.nwindDataSetTableAdapters.ProductsTableAdapter();
     this.productsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.nwindDataSet          = new CustomLabelsWithaLargeAmountOfData.nwindDataSet();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nwindDataSet)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.DataAdapter               = this.productsTableAdapter;
     this.chartControl1.DataSource                = this.productsBindingSource;
     xyDiagram1.AxisX.Label.Angle                 = 45;
     xyDiagram1.AxisX.Label.EnableAntialiasing    = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisualRange.AutoSideMargins = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     this.chartControl1.Diagram           = xyDiagram1;
     this.chartControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(0, 0);
     this.chartControl1.Name              = "chartControl1";
     series1.ArgumentDataMember           = "ProductName";
     series1.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
         new DevExpress.XtraCharts.DataFilter("UnitPrice", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.GreaterThanOrEqual, new decimal(new int[] {
             10,
             0,
             0,
             0
         })),
         new DevExpress.XtraCharts.DataFilter("UnitPrice", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.LessThanOrEqual, new decimal(new int[] {
             100,
             0,
             0,
             0
         }))
     });
     pointSeriesLabel1.Angle = 90;
     pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     series1.ValueDataMembersSerializable = "UnitPrice";
     areaSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     series1.View          = areaSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel1;
     this.chartControl1.Size     = new System.Drawing.Size(1140, 523);
     this.chartControl1.TabIndex = 0;
     this.chartControl1.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl1_CustomDrawSeriesPoint);
     //
     // productsTableAdapter
     //
     this.productsTableAdapter.ClearBeforeFill = true;
     //
     // productsBindingSource
     //
     this.productsBindingSource.DataMember = "Products";
     this.productsBindingSource.DataSource = this.nwindDataSet;
     //
     // nwindDataSet
     //
     this.nwindDataSet.DataSetName             = "nwindDataSet";
     this.nwindDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1140, 523);
     this.Controls.Add(this.chartControl1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nwindDataSet)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram                  xyDiagram3                  = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.ConstantLine               constantLine11              = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.XYDiagramPane              xyDiagramPane5              = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane              xyDiagramPane6              = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisY             secondaryAxisY11            = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.ConstantLine               constantLine12              = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.SecondaryAxisY             secondaryAxisY12            = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.ConstantLine               constantLine13              = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.SecondaryAxisY             secondaryAxisY13            = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.ConstantLine               constantLine14              = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.SecondaryAxisY             secondaryAxisY14            = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.ConstantLine               constantLine15              = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.CustomAxisLabel            customAxisLabel11           = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel            customAxisLabel12           = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel            customAxisLabel13           = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel            customAxisLabel14           = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel            customAxisLabel15           = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.SecondaryAxisY             secondaryAxisY15            = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                     series13                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel           pointSeriesLabel15          = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView             areaSeriesView7             = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.PolygonGradientFillOptions polygonGradientFillOptions3 = new DevExpress.XtraCharts.PolygonGradientFillOptions();
     DevExpress.XtraCharts.Series                     series14                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel           pointSeriesLabel16          = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView           splineSeriesView7           = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series                     series15                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel           pointSeriesLabel17          = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView             areaSeriesView8             = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series                     series16                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel           pointSeriesLabel18          = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView           splineSeriesView8           = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series                     series17                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel           pointSeriesLabel19          = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView           splineSeriesView9           = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series                     series18                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel           pointSeriesLabel20          = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointSeriesView            pointSeriesView3            = new DevExpress.XtraCharts.PointSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel           pointSeriesLabel21          = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView             areaSeriesView9             = new DevExpress.XtraCharts.AreaSeriesView();
     this.bindingSourceStampValue = new System.Windows.Forms.BindingSource(this.components);
     this.chartControl            = new DevExpress.XtraCharts.ChartControl();
     this.bindingSourceReading    = new System.Windows.Forms.BindingSource(this.components);
     this.groupControl            = new DevExpress.XtraEditors.GroupControl();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceStampValue)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceReading)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl)).BeginInit();
     this.groupControl.SuspendLayout();
     this.SuspendLayout();
     //
     // bindingSourceStampValue
     //
     this.bindingSourceStampValue.AllowNew   = false;
     this.bindingSourceStampValue.DataSource = typeof(Atmo.TimeStampedValue);
     //
     // chartControl
     //
     this.chartControl.DataSource            = this.bindingSourceReading;
     xyDiagram3.AxisX.DateTimeOptions.Format = DevExpress.XtraCharts.DateTimeFormat.MonthAndDay;
     xyDiagram3.AxisX.DateTimeScaleMode      = DevExpress.XtraCharts.DateTimeScaleMode.AutomaticIntegral;
     xyDiagram3.AxisX.GridLines.Visible      = true;
     xyDiagram3.AxisX.Label.Staggered        = true;
     xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram3.AxisX.Range.SideMarginsEnabled   = false;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "1";
     constantLine11.AxisValueSerializable        = "23";
     constantLine11.LineStyle.DashStyle          = DevExpress.XtraCharts.DashStyle.Dot;
     constantLine11.Name                = "current temperature";
     constantLine11.ShowInLegend        = false;
     constantLine11.Title.ShowBelowLine = true;
     xyDiagram3.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine11
     });
     xyDiagram3.AxisY.GridLines.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     xyDiagram3.AxisY.NumericOptions.Format     = DevExpress.XtraCharts.NumericFormat.FixedPoint;
     xyDiagram3.AxisY.NumericOptions.Precision  = 1;
     xyDiagram3.AxisY.Range.AlwaysShowZeroLevel = false;
     xyDiagram3.AxisY.Range.ScrollingRange.Auto = false;
     xyDiagram3.AxisY.Range.ScrollingRange.MaxValueSerializable = "10.6659343977629";
     xyDiagram3.AxisY.Range.ScrollingRange.MinValueSerializable = "0";
     xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled   = true;
     xyDiagram3.AxisY.Range.SideMarginsEnabled = false;
     xyDiagram3.AxisY.Tickmarks.Length         = 4;
     xyDiagram3.AxisY.Tickmarks.MinorVisible   = false;
     xyDiagram3.AxisY.Title.Antialiasing       = false;
     xyDiagram3.AxisY.Title.Font    = new System.Drawing.Font("Tahoma", 10F);
     xyDiagram3.AxisY.Title.Text    = "Temperature";
     xyDiagram3.AxisY.Title.Visible = true;
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram3.PaneDistance = 0;
     xyDiagramPane5.Name     = "UserAndPressure";
     xyDiagramPane5.PaneID   = 0;
     xyDiagramPane6.Name     = "SpeedAndDirection";
     xyDiagramPane6.PaneID   = 1;
     xyDiagram3.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane5,
         xyDiagramPane6
     });
     secondaryAxisY11.AxisID = 0;
     constantLine12.AxisValueSerializable = "0.5";
     constantLine12.LineStyle.DashStyle   = DevExpress.XtraCharts.DashStyle.Dot;
     constantLine12.Name            = "Current Humidity";
     constantLine12.ShowInLegend    = false;
     constantLine12.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
     secondaryAxisY11.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine12
     });
     secondaryAxisY11.GridLines.Visible = true;
     secondaryAxisY11.Name = "Humidity AxisY";
     secondaryAxisY11.NumericOptions.Format     = DevExpress.XtraCharts.NumericFormat.Percent;
     secondaryAxisY11.NumericOptions.Precision  = 1;
     secondaryAxisY11.Range.AlwaysShowZeroLevel = false;
     secondaryAxisY11.Range.ScrollingRange.Auto = false;
     secondaryAxisY11.Range.ScrollingRange.MaxValueSerializable = "9.72502161975082";
     secondaryAxisY11.Range.ScrollingRange.MinValueSerializable = "1.44583333333333";
     secondaryAxisY11.Range.ScrollingRange.SideMarginsEnabled   = false;
     secondaryAxisY11.Range.SideMarginsEnabled = false;
     secondaryAxisY11.Tickmarks.Length         = 4;
     secondaryAxisY11.Tickmarks.MinorVisible   = false;
     secondaryAxisY11.Title.Antialiasing       = false;
     secondaryAxisY11.Title.Font                 = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY11.Title.Text                 = "Humidity";
     secondaryAxisY11.Title.TextColor            = System.Drawing.Color.Black;
     secondaryAxisY11.Title.Visible              = true;
     secondaryAxisY11.VisibleInPanesSerializable = "-1";
     secondaryAxisY12.Alignment           = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY12.AxisID              = 1;
     constantLine13.AxisValueSerializable = "1";
     constantLine13.LineStyle.DashStyle   = DevExpress.XtraCharts.DashStyle.Dot;
     constantLine13.Name                = "Current Wind Speed";
     constantLine13.ShowInLegend        = false;
     constantLine13.Title.ShowBelowLine = true;
     secondaryAxisY12.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine13
     });
     secondaryAxisY12.GridLines.Color   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     secondaryAxisY12.GridLines.Visible = true;
     secondaryAxisY12.Name = "Wind Speed AxisY";
     secondaryAxisY12.NumericOptions.Format     = DevExpress.XtraCharts.NumericFormat.FixedPoint;
     secondaryAxisY12.NumericOptions.Precision  = 1;
     secondaryAxisY12.Range.AlwaysShowZeroLevel = false;
     secondaryAxisY12.Range.ScrollingRange.Auto = false;
     secondaryAxisY12.Range.ScrollingRange.MaxValueSerializable = "8.6";
     secondaryAxisY12.Range.ScrollingRange.MinValueSerializable = "1.9";
     secondaryAxisY12.Range.ScrollingRange.SideMarginsEnabled   = false;
     secondaryAxisY12.Range.SideMarginsEnabled = false;
     secondaryAxisY12.Tickmarks.Length         = 4;
     secondaryAxisY12.Tickmarks.MinorVisible   = false;
     secondaryAxisY12.Title.Antialiasing       = false;
     secondaryAxisY12.Title.Font                 = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY12.Title.Text                 = "Wind Speed";
     secondaryAxisY12.Title.TextColor            = System.Drawing.Color.Navy;
     secondaryAxisY12.Title.Visible              = true;
     secondaryAxisY12.VisibleInPanesSerializable = "1";
     secondaryAxisY13.AxisID = 2;
     constantLine14.AxisValueSerializable = "98500";
     constantLine14.LineStyle.DashStyle   = DevExpress.XtraCharts.DashStyle.Dot;
     constantLine14.Name            = "Current Pressure";
     constantLine14.ShowInLegend    = false;
     constantLine14.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
     secondaryAxisY13.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine14
     });
     secondaryAxisY13.GridLines.Visible = true;
     secondaryAxisY13.Name = "Pressure AxisY";
     secondaryAxisY13.NumericOptions.Format     = DevExpress.XtraCharts.NumericFormat.FixedPoint;
     secondaryAxisY13.NumericOptions.Precision  = 0;
     secondaryAxisY13.Range.AlwaysShowZeroLevel = false;
     secondaryAxisY13.Range.ScrollingRange.Auto = false;
     secondaryAxisY13.Range.ScrollingRange.MaxValueSerializable = "9.57300535348458";
     secondaryAxisY13.Range.ScrollingRange.MinValueSerializable = "0.315893839630503";
     secondaryAxisY13.Range.ScrollingRange.SideMarginsEnabled   = false;
     secondaryAxisY13.Range.SideMarginsEnabled = false;
     secondaryAxisY13.Tickmarks.Length         = 4;
     secondaryAxisY13.Tickmarks.MinorVisible   = false;
     secondaryAxisY13.Title.Antialiasing       = false;
     secondaryAxisY13.Title.Font                 = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY13.Title.Text                 = "Pressure";
     secondaryAxisY13.Title.TextColor            = System.Drawing.Color.Black;
     secondaryAxisY13.Title.Visible              = true;
     secondaryAxisY13.VisibleInPanesSerializable = "0";
     secondaryAxisY14.AxisID = 3;
     constantLine15.AxisValueSerializable = "180";
     constantLine15.LineStyle.DashStyle   = DevExpress.XtraCharts.DashStyle.Dot;
     constantLine15.Name            = "Current Direction";
     constantLine15.ShowInLegend    = false;
     constantLine15.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
     secondaryAxisY14.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine15
     });
     customAxisLabel11.AxisValueSerializable = "180";
     customAxisLabel11.Name = "S";
     customAxisLabel12.AxisValueSerializable = "360";
     customAxisLabel12.Name = "N";
     customAxisLabel13.AxisValueSerializable = "0";
     customAxisLabel13.Name = "N";
     customAxisLabel14.AxisValueSerializable = "270";
     customAxisLabel14.Name = "W";
     customAxisLabel15.AxisValueSerializable = "90";
     customAxisLabel15.Name = "E";
     secondaryAxisY14.CustomLabels.AddRange(new DevExpress.XtraCharts.CustomAxisLabel[] {
         customAxisLabel11,
         customAxisLabel12,
         customAxisLabel13,
         customAxisLabel14,
         customAxisLabel15
     });
     secondaryAxisY14.GridLines.Visible = true;
     secondaryAxisY14.Name = "Direction AxisY";
     secondaryAxisY14.Range.AlwaysShowZeroLevel = false;
     secondaryAxisY14.Range.Auto = false;
     secondaryAxisY14.Range.MaxValueSerializable = "360";
     secondaryAxisY14.Range.MinValueSerializable = "0";
     secondaryAxisY14.Range.ScrollingRange.Auto  = false;
     secondaryAxisY14.Range.ScrollingRange.MaxValueSerializable = "7";
     secondaryAxisY14.Range.ScrollingRange.MinValueSerializable = "2.9";
     secondaryAxisY14.Range.ScrollingRange.SideMarginsEnabled   = false;
     secondaryAxisY14.Range.SideMarginsEnabled = false;
     secondaryAxisY14.Tickmarks.MinorVisible   = false;
     secondaryAxisY14.Tickmarks.Thickness      = 2;
     secondaryAxisY14.Title.Antialiasing       = false;
     secondaryAxisY14.Title.Font                 = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY14.Title.Text                 = "Direction";
     secondaryAxisY14.Title.TextColor            = System.Drawing.Color.Black;
     secondaryAxisY14.Title.Visible              = true;
     secondaryAxisY14.VisibleInPanesSerializable = "1";
     secondaryAxisY15.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY15.AxisID    = 4;
     secondaryAxisY15.Name      = "User";
     secondaryAxisY15.Range.AlwaysShowZeroLevel = false;
     secondaryAxisY15.Range.ScrollingRange.SideMarginsEnabled = true;
     secondaryAxisY15.Range.SideMarginsEnabled = false;
     secondaryAxisY15.Title.Antialiasing       = false;
     secondaryAxisY15.Title.Font                 = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY15.Title.Text                 = "User";
     secondaryAxisY15.Title.TextColor            = System.Drawing.Color.Navy;
     secondaryAxisY15.Title.Visible              = true;
     secondaryAxisY15.VisibleInPanesSerializable = "0";
     xyDiagram3.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY11,
         secondaryAxisY12,
         secondaryAxisY13,
         secondaryAxisY14,
         secondaryAxisY15
     });
     this.chartControl.Diagram = xyDiagram3;
     this.chartControl.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartControl.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chartControl.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl.Legend.HorizontalIndent    = 2;
     this.chartControl.Legend.Padding.Bottom      = 1;
     this.chartControl.Legend.Padding.Left        = 1;
     this.chartControl.Legend.Padding.Right       = 1;
     this.chartControl.Legend.Padding.Top         = 1;
     this.chartControl.Legend.TextOffset          = 1;
     this.chartControl.Legend.VerticalIndent      = 1;
     this.chartControl.Legend.Visible             = false;
     this.chartControl.Location = new System.Drawing.Point(2, 22);
     this.chartControl.Name     = "chartControl";
     this.chartControl.PaletteBaseColorNumber = 4;
     this.chartControl.PaletteName            = "Apex";
     this.chartControl.RefreshDataOnRepaint   = false;
     this.chartControl.RuntimeHitTesting      = false;
     series13.ArgumentDataMember    = "TimeStamp";
     series13.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel15.LineVisible = true;
     pointSeriesLabel15.Visible     = false;
     series13.Label = pointSeriesLabel15;
     series13.Name  = "Temperature";
     series13.ValueDataMembersSerializable = "TemperatureProperty";
     areaSeriesView7.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(225)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     areaSeriesView7.FillStyle.FillMode    = DevExpress.XtraCharts.FillMode.Gradient;
     polygonGradientFillOptions3.Color2    = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(0)))), ((int)(((byte)(96)))), ((int)(((byte)(255)))));
     areaSeriesView7.FillStyle.Options     = polygonGradientFillOptions3;
     areaSeriesView7.MarkerOptions.Visible = false;
     series13.View = areaSeriesView7;
     series14.ArgumentDataMember    = "TimeStamp";
     series14.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel16.LineVisible = true;
     pointSeriesLabel16.Visible     = false;
     series14.Label = pointSeriesLabel16;
     series14.Name  = "Humidity";
     series14.ValueDataMembersSerializable       = "HumidityProperty";
     splineSeriesView7.AxisYName                 = "Humidity AxisY";
     splineSeriesView7.LineMarkerOptions.Visible = false;
     splineSeriesView7.LineTensionPercent        = 25;
     series14.View = splineSeriesView7;
     series15.ArgumentDataMember    = "TimeStamp";
     series15.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel17.LineVisible = true;
     pointSeriesLabel17.Visible     = false;
     series15.Label = pointSeriesLabel17;
     series15.Name  = "Wind Speed";
     series15.ValueDataMembersSerializable = "WindSpeedProperty";
     areaSeriesView8.AxisYName             = "Wind Speed AxisY";
     areaSeriesView8.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(96)))), ((int)(((byte)(128)))), ((int)(((byte)(228)))));
     areaSeriesView8.MarkerOptions.Visible = false;
     areaSeriesView8.PaneName                               = "SpeedAndDirection";
     series15.View                                          = areaSeriesView8;
     series16.ArgumentDataMember                            = "StampProperty";
     series16.ArgumentScaleType                             = DevExpress.XtraCharts.ScaleType.DateTime;
     series16.DataSource                                    = this.bindingSourceStampValue;
     pointSeriesLabel18.LineVisible                         = true;
     pointSeriesLabel18.Visible                             = false;
     series16.Label                                         = pointSeriesLabel18;
     series16.Name                                          = "User";
     series16.ValueDataMembersSerializable                  = "ValueProperty";
     splineSeriesView8.AxisYName                            = "User";
     splineSeriesView8.LineMarkerOptions.Visible            = false;
     splineSeriesView8.LineTensionPercent                   = 25;
     splineSeriesView8.PaneName                             = "UserAndPressure";
     series16.View                                          = splineSeriesView8;
     series17.ArgumentDataMember                            = "TimeStamp";
     series17.ArgumentScaleType                             = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel19.LineVisible                         = true;
     pointSeriesLabel19.Visible                             = false;
     series17.Label                                         = pointSeriesLabel19;
     series17.Name                                          = "Pressure";
     series17.ValueDataMembersSerializable                  = "PressureProperty";
     splineSeriesView9.AxisYName                            = "Pressure AxisY";
     splineSeriesView9.Color                                = System.Drawing.Color.Black;
     splineSeriesView9.LineMarkerOptions.Visible            = false;
     splineSeriesView9.LineTensionPercent                   = 25;
     splineSeriesView9.PaneName                             = "UserAndPressure";
     series17.View                                          = splineSeriesView9;
     series18.ArgumentDataMember                            = "TimeStamp";
     series18.ArgumentScaleType                             = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel20.LineVisible                         = true;
     pointSeriesLabel20.Visible                             = false;
     series18.Label                                         = pointSeriesLabel20;
     series18.Name                                          = "Direction";
     series18.ValueDataMembersSerializable                  = "WindDirectionProperty";
     pointSeriesView3.AxisYName                             = "Direction AxisY";
     pointSeriesView3.Color                                 = System.Drawing.Color.Black;
     pointSeriesView3.PaneName                              = "SpeedAndDirection";
     pointSeriesView3.PointMarkerOptions.BorderVisible      = false;
     pointSeriesView3.PointMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     pointSeriesView3.PointMarkerOptions.Size               = 4;
     series18.View                                          = pointSeriesView3;
     this.chartControl.SeriesSerializable                   = new DevExpress.XtraCharts.Series[] {
         series13,
         series14,
         series15,
         series16,
         series17,
         series18
     };
     this.chartControl.SeriesTemplate.ArgumentDataMember = "TimeStamp";
     this.chartControl.SeriesTemplate.ArgumentScaleType  = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel21.LineVisible         = true;
     this.chartControl.SeriesTemplate.Label = pointSeriesLabel21;
     areaSeriesView9.Transparency           = ((byte)(0));
     this.chartControl.SeriesTemplate.View  = areaSeriesView9;
     this.chartControl.Size     = new System.Drawing.Size(595, 454);
     this.chartControl.TabIndex = 0;
     //
     // bindingSourceReading
     //
     this.bindingSourceReading.AllowNew   = false;
     this.bindingSourceReading.DataSource = typeof(Atmo.Reading);
     //
     // groupControl
     //
     this.groupControl.Controls.Add(this.chartControl);
     this.groupControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl.Location = new System.Drawing.Point(0, 0);
     this.groupControl.Name     = "groupControl";
     this.groupControl.Size     = new System.Drawing.Size(599, 478);
     this.groupControl.TabIndex = 1;
     this.groupControl.Text     = "Live Readings";
     //
     // LiveAtmosphericGraph
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupControl);
     this.DoubleBuffered = true;
     this.Name           = "LiveAtmosphericGraph";
     this.Size           = new System.Drawing.Size(599, 478);
     this.Load          += new System.EventHandler(this.LiveAtmosphericGraph_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceStampValue)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceReading)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl)).EndInit();
     this.groupControl.ResumeLayout(false);
     this.ResumeLayout(false);
 }