コード例 #1
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()
 {
     this.components = new System.ComponentModel.Container();
     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.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel           pieSeriesLabel1           = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PiePointOptions          piePointOptions1          = new DevExpress.XtraCharts.PiePointOptions();
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView1            = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.SeriesTitle              seriesTitle1              = new DevExpress.XtraCharts.SeriesTitle();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.inventoryChart  = new DevExpress.XtraCharts.ChartControl();
     this.printChart      = new DevExpress.XtraEditors.SimpleButton();
     this.bOBindingSource = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.inventoryChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bOBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // inventoryChart
     //
     chartAnchorPoint1.X             = 0;
     chartAnchorPoint1.Y             = 43;
     textAnnotation1.AnchorPoint     = chartAnchorPoint1;
     textAnnotation1.BackColor       = System.Drawing.Color.SlateBlue;
     textAnnotation1.ConnectorStyle  = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.Name            = "CategoriesLink";
     freePosition1.InnerIndents.Left = 0;
     freePosition1.InnerIndents.Top  = 0;
     textAnnotation1.ShapePosition   = freePosition1;
     textAnnotation1.Text            = "Back to categories...";
     textAnnotation1.TextColor       = System.Drawing.Color.White;
     textAnnotation1.Visible         = false;
     this.inventoryChart.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.inventoryChart.DataSource             = this.bOBindingSource;
     xyDiagram1.AxisX.Range.AlwaysShowZeroLevel = true;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.AlwaysShowZeroLevel  = true;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.inventoryChart.Diagram = xyDiagram1;
     this.inventoryChart.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.inventoryChart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.inventoryChart.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.inventoryChart.Location = new System.Drawing.Point(0, 0);
     this.inventoryChart.Name     = "inventoryChart";
     this.inventoryChart.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Zoom;
     series1.ArgumentDataMember            = "CategoryItems.CategoryName";
     sideBySideBarSeriesLabel1.LineVisible = true;
     series1.Label      = sideBySideBarSeriesLabel1;
     series1.LegendText = "Categories - Units in stock";
     series1.Name       = "CategoryUnits";
     series1.ValueDataMembersSerializable           = "CategoryItems.CategorySum";
     series2.ArgumentDataMember                     = "ProductItems.ProductName";
     pieSeriesLabel1.LineVisible                    = true;
     piePointOptions1.PercentOptions.ValueAsPercent = false;
     piePointOptions1.PointView                     = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     piePointOptions1.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     piePointOptions1.ValueNumericOptions.Precision = 0;
     pieSeriesLabel1.PointOptions                   = piePointOptions1;
     series2.Label = pieSeriesLabel1;
     series2.Name  = "ProductUnits";
     series2.ValueDataMembersSerializable = "ProductItems.ProductQty";
     pieSeriesView1.RuntimeExploding      = false;
     pieSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] {
         seriesTitle1
     });
     series2.View    = pieSeriesView1;
     series2.Visible = false;
     this.inventoryChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     sideBySideBarSeriesLabel2.LineVisible    = true;
     this.inventoryChart.SeriesTemplate.Label = sideBySideBarSeriesLabel2;
     this.inventoryChart.Size                 = new System.Drawing.Size(686, 441);
     this.inventoryChart.TabIndex             = 0;
     this.inventoryChart.ObjectSelected      += new DevExpress.XtraCharts.HotTrackEventHandler(this.inventoryChart_ObjectSelected);
     this.inventoryChart.ObjectHotTracked    += new DevExpress.XtraCharts.HotTrackEventHandler(this.inventoryChart_ObjectHotTracked);
     this.inventoryChart.CustomDrawCrosshair += new DevExpress.XtraCharts.CustomDrawCrosshairEventHandler(this.inventoryChart_CustomDrawCrosshair);
     //
     // printChart
     //
     this.printChart.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.printChart.Location = new System.Drawing.Point(546, 12);
     this.printChart.Name     = "printChart";
     this.printChart.Size     = new System.Drawing.Size(128, 23);
     this.printChart.TabIndex = 1;
     this.printChart.Text     = "Print the chart";
     this.printChart.Click   += new System.EventHandler(this.printChart_Click);
     //
     // bOBindingSource
     //
     this.bOBindingSource.DataSource = typeof(InventoryChart.BO);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(686, 441);
     this.Controls.Add(this.printChart);
     this.Controls.Add(this.inventoryChart);
     this.Name  = "Form1";
     this.Text  = "Inventory Chart";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.inventoryChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bOBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #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.TextAnnotation           textAnnotation1           = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint         chartAnchorPoint1         = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition             freePosition1             = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView1 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
     this.Detail                = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin             = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin          = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.GroupHeader1          = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel3              = new DevExpress.XtraReports.UI.XRLabel();
     this.ImgLogo               = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel1              = new DevExpress.XtraReports.UI.XRLabel();
     this.lblNomeMunicipio      = new DevExpress.XtraReports.UI.XRLabel();
     this.lblNomeSecretaria     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2               = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel8              = new DevExpress.XtraReports.UI.XRLabel();
     this.lblDRE                = new DevExpress.XtraReports.UI.XRLabel();
     this.lblTitulo             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1           = new DevExpress.XtraReports.UI.XRPageInfo();
     this.GroupHeader2          = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.lblSemRegistroGrafico = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader3          = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrPanel1              = new DevExpress.XtraReports.UI.XRPanel();
     this.xrChart1              = new DevExpress.XtraReports.UI.XRChart();
     this.lblTurma              = new DevExpress.XtraReports.UI.XRLabel();
     this.dsGestaoEscolar1      = new MSTech.GestaoEscolar.RelatoriosDevExpress.Doctos.Spo.DSGestaoEscolar();
     this.neW_RelatorioGrafConsAtivAvaliada_CabecalhoTableAdapter = new MSTech.GestaoEscolar.RelatoriosDevExpress.Doctos.Spo.DSGestaoEscolarTableAdapters.NEW_RelatorioGrafConsAtivAvaliada_CabecalhoTableAdapter();
     this.ESCID = new DevExpress.XtraReports.Parameters.Parameter();
     this.UNIID = new DevExpress.XtraReports.Parameters.Parameter();
     this.CALID = new DevExpress.XtraReports.Parameters.Parameter();
     this.CURID = new DevExpress.XtraReports.Parameters.Parameter();
     this.CRRID = new DevExpress.XtraReports.Parameters.Parameter();
     this.CRPID = new DevExpress.XtraReports.Parameters.Parameter();
     this.TDSID = new DevExpress.XtraReports.Parameters.Parameter();
     this.TPCID = new DevExpress.XtraReports.Parameters.Parameter();
     this.USUID = new DevExpress.XtraReports.Parameters.Parameter();
     this.GRUID = new DevExpress.XtraReports.Parameters.Parameter();
     this.ENTID = new DevExpress.XtraReports.Parameters.Parameter();
     this.ADM   = new DevExpress.XtraReports.Parameters.Parameter();
     this.NIVELENSINOEDUCACAOINFANTIL = new DevExpress.XtraReports.Parameters.Parameter();
     this.nEW_Relatorio_GrafComponenteCurricularTurmasTableAdapter = new MSTech.GestaoEscolar.RelatoriosDevExpress.Doctos.Spo.DSGestaoEscolarTableAdapters.NEW_Relatorio_GrafComponenteCurricularTurmasTableAdapter();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.lblMensagem  = new DevExpress.XtraReports.UI.XRLabel();
     this.CAPID        = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel2     = new DevExpress.XtraReports.UI.XRLabel();
     this.ARQID_LOGO   = new DevExpress.XtraReports.Parameters.Parameter();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsGestaoEscolar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Dpi           = 100F;
     this.Detail.Expanded      = false;
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 100F;
     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.Dpi           = 100F;
     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.xrLabel3,
         this.ImgLogo,
         this.xrLabel1,
         this.lblNomeMunicipio,
         this.lblNomeSecretaria,
         this.xrLine2,
         this.xrLabel8,
         this.lblDRE,
         this.lblTitulo,
         this.xrPageInfo1
     });
     this.GroupHeader1.Dpi          = 100F;
     this.GroupHeader1.HeightF      = 160.6249F;
     this.GroupHeader1.Level        = 2;
     this.GroupHeader1.Name         = "GroupHeader1";
     this.GroupHeader1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader1_BeforePrint);
     //
     // xrLabel3
     //
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "NEW_Relatorio_GrafComponenteCurricularTurmas.cal_ano", "Ano letivo: {0}")
     });
     this.xrLabel3.Dpi                            = 100F;
     this.xrLabel3.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(0.29F, 115F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(699.71F, 18F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // ImgLogo
     //
     this.ImgLogo.Dpi           = 100F;
     this.ImgLogo.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.ImgLogo.Name          = "ImgLogo";
     this.ImgLogo.SizeF         = new System.Drawing.SizeF(94.7505F, 80.00001F);
     this.ImgLogo.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "NEW_Relatorio_GrafComponenteCurricularTurmas.esc_nome")
     });
     this.xrLabel1.Dpi                            = 100F;
     this.xrLabel1.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(95.16392F, 60.00004F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(509.4994F, 20F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "xrLabel1";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblNomeMunicipio
     //
     this.lblNomeMunicipio.Dpi                            = 100F;
     this.lblNomeMunicipio.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblNomeMunicipio.LocationFloat                  = new DevExpress.Utils.PointFloat(95.16392F, 0F);
     this.lblNomeMunicipio.Name                           = "lblNomeMunicipio";
     this.lblNomeMunicipio.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblNomeMunicipio.SizeF                          = new System.Drawing.SizeF(509.4994F, 20F);
     this.lblNomeMunicipio.StylePriority.UseFont          = false;
     this.lblNomeMunicipio.StylePriority.UseTextAlignment = false;
     this.lblNomeMunicipio.Text                           = "lblNomeMunicipio";
     this.lblNomeMunicipio.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblNomeSecretaria
     //
     this.lblNomeSecretaria.Dpi                            = 100F;
     this.lblNomeSecretaria.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblNomeSecretaria.LocationFloat                  = new DevExpress.Utils.PointFloat(95.16405F, 20.00001F);
     this.lblNomeSecretaria.Name                           = "lblNomeSecretaria";
     this.lblNomeSecretaria.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblNomeSecretaria.SizeF                          = new System.Drawing.SizeF(509.4993F, 20F);
     this.lblNomeSecretaria.StylePriority.UseFont          = false;
     this.lblNomeSecretaria.StylePriority.UseTextAlignment = false;
     this.lblNomeSecretaria.Text                           = "lblNomeSecretaria";
     this.lblNomeSecretaria.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLine2
     //
     this.xrLine2.Dpi           = 100F;
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0.5865892F, 152.6249F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(699.4134F, 8F);
     //
     // xrLabel8
     //
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "NEW_RelatorioGrafConsAtivAvaliada_Cabecalho.Ciclo")
     });
     this.xrLabel8.Dpi                            = 100F;
     this.xrLabel8.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.LocationFloat                  = new DevExpress.Utils.PointFloat(0.2899965F, 134.62F);
     this.xrLabel8.Name                           = "xrLabel8";
     this.xrLabel8.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                          = new System.Drawing.SizeF(545.2533F, 18F);
     this.xrLabel8.StylePriority.UseFont          = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblDRE
     //
     this.lblDRE.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "NEW_Relatorio_GrafComponenteCurricularTurmas.uadSuperior_nome")
     });
     this.lblDRE.Dpi                            = 100F;
     this.lblDRE.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblDRE.LocationFloat                  = new DevExpress.Utils.PointFloat(95.16405F, 40.00003F);
     this.lblDRE.Name                           = "lblDRE";
     this.lblDRE.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblDRE.SizeF                          = new System.Drawing.SizeF(509.4993F, 20F);
     this.lblDRE.StylePriority.UseFont          = false;
     this.lblDRE.StylePriority.UseTextAlignment = false;
     this.lblDRE.Text                           = "lblDRE";
     this.lblDRE.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblTitulo
     //
     this.lblTitulo.Dpi                            = 100F;
     this.lblTitulo.Font                           = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
     this.lblTitulo.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 90F);
     this.lblTitulo.Name                           = "lblTitulo";
     this.lblTitulo.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblTitulo.SizeF                          = new System.Drawing.SizeF(699.71F, 23F);
     this.lblTitulo.StylePriority.UseFont          = false;
     this.lblTitulo.StylePriority.UseTextAlignment = false;
     this.lblTitulo.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi                            = 100F;
     this.xrPageInfo1.Font                           = new System.Drawing.Font("Arial", 8F);
     this.xrPageInfo1.Format                         = "Data de emissão: {0:dd/MM/yyyy}";
     this.xrPageInfo1.LocationFloat                  = new DevExpress.Utils.PointFloat(545.5433F, 134.62F);
     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(154.1667F, 18F);
     this.xrPageInfo1.StylePriority.UseFont          = false;
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblSemRegistroGrafico
     });
     this.GroupHeader2.Dpi          = 100F;
     this.GroupHeader2.HeightF      = 45F;
     this.GroupHeader2.Level        = 1;
     this.GroupHeader2.Name         = "GroupHeader2";
     this.GroupHeader2.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader2_BeforePrint);
     //
     // lblSemRegistroGrafico
     //
     this.lblSemRegistroGrafico.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(252)))), ((int)(((byte)(223)))));
     this.lblSemRegistroGrafico.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(185)))), ((int)(((byte)(9)))));
     this.lblSemRegistroGrafico.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                      | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblSemRegistroGrafico.CanShrink     = true;
     this.lblSemRegistroGrafico.Dpi           = 100F;
     this.lblSemRegistroGrafico.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSemRegistroGrafico.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.lblSemRegistroGrafico.Name          = "lblSemRegistroGrafico";
     this.lblSemRegistroGrafico.Padding       = new DevExpress.XtraPrinting.PaddingInfo(20, 0, 10, 10, 100F);
     this.lblSemRegistroGrafico.SizeF         = new System.Drawing.SizeF(699.9997F, 45F);
     this.lblSemRegistroGrafico.StylePriority.UseBackColor     = false;
     this.lblSemRegistroGrafico.StylePriority.UseBorderColor   = false;
     this.lblSemRegistroGrafico.StylePriority.UseBorders       = false;
     this.lblSemRegistroGrafico.StylePriority.UseFont          = false;
     this.lblSemRegistroGrafico.StylePriority.UsePadding       = false;
     this.lblSemRegistroGrafico.StylePriority.UseTextAlignment = false;
     this.lblSemRegistroGrafico.Text          = "Não existe resultado para a pesquisa selecionada.";
     this.lblSemRegistroGrafico.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // GroupHeader3
     //
     this.GroupHeader3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPanel1
     });
     this.GroupHeader3.Dpi = 100F;
     this.GroupHeader3.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("tpc_ordem", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tpc_nome", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tds_ordem", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tpc_id", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tds_nome", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tds_id", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.GroupHeader3.HeightF      = 363.9584F;
     this.GroupHeader3.Name         = "GroupHeader3";
     this.GroupHeader3.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader3_BeforePrint);
     //
     // xrPanel1
     //
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1,
         this.lblTurma
     });
     this.xrPanel1.Dpi           = 100F;
     this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPanel1.Name          = "xrPanel1";
     this.xrPanel1.SizeF         = new System.Drawing.SizeF(699.7068F, 363.9584F);
     //
     // xrChart1
     //
     chartAnchorPoint1.Y               = 43;
     textAnnotation1.AnchorPoint       = chartAnchorPoint1;
     textAnnotation1.AutoSize          = false;
     textAnnotation1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
     textAnnotation1.ConnectorStyle    = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.Height            = 20;
     textAnnotation1.Name              = "annLegenda";
     textAnnotation1.ShapeKind         = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition1.DockCorner          = DevExpress.XtraCharts.DockCorner.RightTop;
     freePosition1.InnerIndents.Bottom = 229;
     freePosition1.InnerIndents.Left   = 0;
     freePosition1.InnerIndents.Right  = 29;
     freePosition1.InnerIndents.Top    = 14;
     textAnnotation1.ShapePosition     = freePosition1;
     textAnnotation1.Text              = "Legend";
     textAnnotation1.TextAlignment     = System.Drawing.StringAlignment.Far;
     textAnnotation1.Width             = 45;
     this.xrChart1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.xrChart1.BorderColor          = System.Drawing.Color.Black;
     this.xrChart1.Borders              = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.Dpi                  = 100F;
     this.xrChart1.Legend.Name          = "Default Legend";
     this.xrChart1.Legend.Padding.Right = 20;
     this.xrChart1.Legend.Padding.Top   = 20;
     this.xrChart1.LocationFloat        = new DevExpress.Utils.PointFloat(10.00001F, 34.45835F);
     this.xrChart1.Name                 = "xrChart1";
     this.xrChart1.SeriesSerializable   = new DevExpress.XtraCharts.Series[0];
     this.xrChart1.SeriesTemplate.View  = fullStackedBarSeriesView1;
     this.xrChart1.SizeF                = new System.Drawing.SizeF(680F, 318.0417F);
     //
     // lblTurma
     //
     this.lblTurma.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "NEW_Relatorio_GrafComponenteCurricularTurmas.dis_tpc_nome")
     });
     this.lblTurma.Dpi                            = 100F;
     this.lblTurma.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblTurma.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 0F);
     this.lblTurma.Name                           = "lblTurma";
     this.lblTurma.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblTurma.SizeF                          = new System.Drawing.SizeF(699.4133F, 23F);
     this.lblTurma.StylePriority.UseFont          = false;
     this.lblTurma.StylePriority.UseTextAlignment = false;
     this.lblTurma.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // dsGestaoEscolar1
     //
     this.dsGestaoEscolar1.DataSetName             = "DSGestaoEscolar";
     this.dsGestaoEscolar1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // neW_RelatorioGrafConsAtivAvaliada_CabecalhoTableAdapter
     //
     this.neW_RelatorioGrafConsAtivAvaliada_CabecalhoTableAdapter.ClearBeforeFill = true;
     //
     // ESCID
     //
     this.ESCID.Name = "ESCID";
     //
     // UNIID
     //
     this.UNIID.Name = "UNIID";
     //
     // CALID
     //
     this.CALID.Name = "CALID";
     //
     // CURID
     //
     this.CURID.Name = "CURID";
     //
     // CRRID
     //
     this.CRRID.Name = "CRRID";
     //
     // CRPID
     //
     this.CRPID.Name = "CRPID";
     //
     // TDSID
     //
     this.TDSID.Name = "TDSID";
     //
     // TPCID
     //
     this.TPCID.Name = "TPCID";
     //
     // USUID
     //
     this.USUID.Name = "USUID";
     //
     // GRUID
     //
     this.GRUID.Name = "GRUID";
     //
     // ENTID
     //
     this.ENTID.Name = "ENTID";
     //
     // ADM
     //
     this.ADM.Name = "ADM";
     //
     // NIVELENSINOEDUCACAOINFANTIL
     //
     this.NIVELENSINOEDUCACAOINFANTIL.Name = "NIVELENSINOEDUCACAOINFANTIL";
     //
     // nEW_Relatorio_GrafComponenteCurricularTurmasTableAdapter
     //
     this.nEW_Relatorio_GrafComponenteCurricularTurmasTableAdapter.ClearBeforeFill = true;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblMensagem
     });
     this.ReportFooter.Dpi     = 100F;
     this.ReportFooter.HeightF = 13.625F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // lblMensagem
     //
     this.lblMensagem.Dpi                   = 100F;
     this.lblMensagem.Font                  = new System.Drawing.Font("Arial", 7F);
     this.lblMensagem.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0F);
     this.lblMensagem.Name                  = "lblMensagem";
     this.lblMensagem.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblMensagem.SizeF                 = new System.Drawing.SizeF(699.4133F, 13.625F);
     this.lblMensagem.StylePriority.UseFont = false;
     this.lblMensagem.Text                  = "lblMensagem";
     //
     // CAPID
     //
     this.CAPID.Name = "CAPID";
     //
     // xrLabel2
     //
     this.xrLabel2.Dpi                            = 100F;
     this.xrLabel2.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(95.16392F, 0F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(509.4994F, 20F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "lblNomeMunicipio";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // ARQID_LOGO
     //
     this.ARQID_LOGO.Name      = "ARQID_LOGO";
     this.ARQID_LOGO.Type      = typeof(int);
     this.ARQID_LOGO.ValueInfo = "-1";
     //
     // RelGrafComponenteCurricularTurmas
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.GroupHeader2,
         this.GroupHeader3,
         this.ReportFooter
     });
     this.DataAdapter = this.nEW_Relatorio_GrafComponenteCurricularTurmasTableAdapter;
     this.DataMember  = "NEW_Relatorio_GrafComponenteCurricularTurmas";
     this.DataSource  = this.dsGestaoEscolar1;
     this.Margins     = new System.Drawing.Printing.Margins(100, 50, 100, 100);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.ESCID,
         this.UNIID,
         this.CALID,
         this.CAPID,
         this.CURID,
         this.CRRID,
         this.CRPID,
         this.TDSID,
         this.TPCID,
         this.USUID,
         this.GRUID,
         this.ENTID,
         this.ADM,
         this.NIVELENSINOEDUCACAOINFANTIL,
         this.ARQID_LOGO
     });
     this.Version             = "16.1";
     this.DataSourceDemanded += new System.EventHandler <System.EventArgs>(this.RelGrafComponenteCurricularTurmas_DataSourceDemanded);
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsGestaoEscolar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.TextAnnotation    textAnnotation1    = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint  chartAnchorPoint1  = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition      freePosition1      = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.XYDiagram         xyDiagram1         = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series            series1            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.KeyColorColorizer keyColorColorizer1 = new DevExpress.XtraCharts.KeyColorColorizer();
     DevExpress.XtraCharts.SeriesPoint       seriesPoint1       = new DevExpress.XtraCharts.SeriesPoint(0D, new object[] {
         ((object)(1D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(1D, new object[] {
         ((object)(3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(2D, new object[] {
         ((object)(6D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(3D, new object[] {
         ((object)(7D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(4D, new object[] {
         ((object)(12D))
     });
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint      seriesPoint6      = new DevExpress.XtraCharts.SeriesPoint(0D, new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(1D, new object[] {
         ((object)(5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(3D, new object[] {
         ((object)(9D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(4D, new object[] {
         ((object)(20D))
     });
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     chartAnchorPoint1.X                = 100;
     chartAnchorPoint1.Y                = 43;
     textAnnotation1.AnchorPoint        = chartAnchorPoint1;
     textAnnotation1.ConnectorStyle     = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     textAnnotation1.Name               = "Text Annotation 1";
     textAnnotation1.RuntimeAnchoring   = true;
     textAnnotation1.ShapeKind          = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition1.OuterIndents.Bottom  = 10;
     freePosition1.OuterIndents.Left    = 10;
     freePosition1.OuterIndents.Right   = 10;
     freePosition1.OuterIndents.Top     = 10;
     textAnnotation1.ShapePosition      = freePosition1;
     this.chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.chartControl1.DataBindings             = null;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram     = xyDiagram1;
     this.chartControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Name = "Default Legend";
     this.chartControl1.Location    = new System.Drawing.Point(0, 0);
     this.chartControl1.Name        = "chartControl1";
     keyColorColorizer1.Keys.Add("1");
     keyColorColorizer1.Keys.Add("2");
     keyColorColorizer1.Keys.Add("9");
     keyColorColorizer1.PaletteName = "Green";
     series1.Colorizer = keyColorColorizer1;
     series1.Name      = "Series 1";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5
     });
     series1.View = splineSeriesView1;
     series2.Name = "Series 2";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint6,
         seriesPoint7,
         seriesPoint8,
         seriesPoint9
     });
     splineSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     splineSeriesView2.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     splineSeriesView2.MarkerVisibility        = DevExpress.Utils.DefaultBoolean.True;
     series2.View = splineSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.Size     = new System.Drawing.Size(606, 509);
     this.chartControl1.TabIndex = 0;
     //
     // XtraForm1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(606, 509);
     this.Controls.Add(this.chartControl1);
     this.Name  = "XtraForm1";
     this.Text  = "XtraForm1";
     this.Load += new System.EventHandler(this.XtraForm1_Load);
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #5
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.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel           pieSeriesLabel1           = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView1            = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.dsGestaoEscolar1 = new MSTech.GestaoEscolar.RelatoriosDevExpress.Doctos.Spo.DSGestaoEscolar();
     this.Detail           = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin        = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin     = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.nEW_RelatorioGrafConsAtivAvaliada_CabecalhoTableAdapter = new MSTech.GestaoEscolar.RelatoriosDevExpress.Doctos.Spo.DSGestaoEscolarTableAdapters.NEW_RelatorioGrafConsAtivAvaliada_CabecalhoTableAdapter();
     this.ENTID                       = new DevExpress.XtraReports.Parameters.Parameter();
     this.CALID                       = new DevExpress.XtraReports.Parameters.Parameter();
     this.ESCID                       = new DevExpress.XtraReports.Parameters.Parameter();
     this.UNIID                       = new DevExpress.XtraReports.Parameters.Parameter();
     this.TURID                       = new DevExpress.XtraReports.Parameters.Parameter();
     this.CURID                       = new DevExpress.XtraReports.Parameters.Parameter();
     this.CRRID                       = new DevExpress.XtraReports.Parameters.Parameter();
     this.CRPID                       = new DevExpress.XtraReports.Parameters.Parameter();
     this.TPCID                       = new DevExpress.XtraReports.Parameters.Parameter();
     this.UADIDSUPERIOR               = new DevExpress.XtraReports.Parameters.Parameter();
     this.ADM                         = new DevExpress.XtraReports.Parameters.Parameter();
     this.USUID                       = new DevExpress.XtraReports.Parameters.Parameter();
     this.GRUID                       = new DevExpress.XtraReports.Parameters.Parameter();
     this.MATRICULAESTADUAL           = new DevExpress.XtraReports.Parameters.Parameter();
     this.NOMEPADRAOCURSO             = new DevExpress.XtraReports.Parameters.Parameter();
     this.NOMEPADRAOBIMESTRE          = new DevExpress.XtraReports.Parameters.Parameter();
     this.NIVELENSINOEDUCACAOINFANTIL = new DevExpress.XtraReports.Parameters.Parameter();
     this.NOMEPERIODOCALENDARIO       = new DevExpress.XtraReports.Parameters.Parameter();
     this.TDSID                       = new DevExpress.XtraReports.Parameters.Parameter();
     this.GroupHeader1                = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel1                    = new DevExpress.XtraReports.UI.XRLabel();
     this.ImgLogo                     = new DevExpress.XtraReports.UI.XRPictureBox();
     this.lblNomeMunicipio            = new DevExpress.XtraReports.UI.XRLabel();
     this.lblNomeSecretaria           = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6                    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1                 = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel7                    = new DevExpress.XtraReports.UI.XRLabel();
     this.lblTitulo                   = new DevExpress.XtraReports.UI.XRLabel();
     this.lblDRE                      = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader3                = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrPanel1                    = new DevExpress.XtraReports.UI.XRPanel();
     this.lblTurma                    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrChart1                    = new DevExpress.XtraReports.UI.XRChart();
     this.nEW_Relatorio_GrafConsAtivAvaliada_AlunosTurmaTableAdapter = new MSTech.GestaoEscolar.RelatoriosDevExpress.Doctos.Spo.DSGestaoEscolarTableAdapters.NEW_Relatorio_GrafConsAtivAvaliada_AlunosTurmaTableAdapter();
     this.xrSubreport1          = new DevExpress.XtraReports.UI.XRSubreport();
     this.xrLine2               = new DevExpress.XtraReports.UI.XRLine();
     this.GroupHeader4          = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.lblSemRegistroGrafico = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader5          = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel2              = new DevExpress.XtraReports.UI.XRLabel();
     this.nEW_RelatorioAvaliacao_EfetivacaoTableAdapter = new MSTech.GestaoEscolar.RelatoriosDevExpress.Doctos.Spo.DSGestaoEscolarTableAdapters.NEW_RelatorioAvaliacao_EfetivacaoTableAdapter();
     this.CAPID      = new DevExpress.XtraReports.Parameters.Parameter();
     this.ARQID_LOGO = new DevExpress.XtraReports.Parameters.Parameter();
     ((System.ComponentModel.ISupportInitialize)(this.dsGestaoEscolar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // dsGestaoEscolar1
     //
     this.dsGestaoEscolar1.DataSetName             = "DSGestaoEscolar";
     this.dsGestaoEscolar1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Detail
     //
     this.Detail.Dpi           = 100F;
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 100F;
     this.TopMargin.HeightF       = 75F;
     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.Dpi           = 100F;
     this.BottomMargin.HeightF       = 75F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // nEW_RelatorioGrafConsAtivAvaliada_CabecalhoTableAdapter
     //
     this.nEW_RelatorioGrafConsAtivAvaliada_CabecalhoTableAdapter.ClearBeforeFill = true;
     //
     // ENTID
     //
     this.ENTID.Name = "ENTID";
     //
     // CALID
     //
     this.CALID.Name = "CALID";
     //
     // ESCID
     //
     this.ESCID.Name = "ESCID";
     //
     // UNIID
     //
     this.UNIID.Name = "UNIID";
     //
     // TURID
     //
     this.TURID.Name = "TURID";
     //
     // CURID
     //
     this.CURID.Name = "CURID";
     //
     // CRRID
     //
     this.CRRID.Name = "CRRID";
     //
     // CRPID
     //
     this.CRPID.Name = "CRPID";
     //
     // TPCID
     //
     this.TPCID.Name = "TPCID";
     //
     // UADIDSUPERIOR
     //
     this.UADIDSUPERIOR.Name = "UADIDSUPERIOR";
     //
     // ADM
     //
     this.ADM.Name = "ADM";
     //
     // USUID
     //
     this.USUID.Name = "USUID";
     //
     // GRUID
     //
     this.GRUID.Name = "GRUID";
     //
     // MATRICULAESTADUAL
     //
     this.MATRICULAESTADUAL.Name = "MATRICULAESTADUAL";
     //
     // NOMEPADRAOCURSO
     //
     this.NOMEPADRAOCURSO.Name = "NOMEPADRAOCURSO";
     //
     // NOMEPADRAOBIMESTRE
     //
     this.NOMEPADRAOBIMESTRE.Name = "NOMEPADRAOBIMESTRE";
     //
     // NIVELENSINOEDUCACAOINFANTIL
     //
     this.NIVELENSINOEDUCACAOINFANTIL.Name = "NIVELENSINOEDUCACAOINFANTIL";
     //
     // NOMEPERIODOCALENDARIO
     //
     this.NOMEPERIODOCALENDARIO.Name = "NOMEPERIODOCALENDARIO";
     //
     // TDSID
     //
     this.TDSID.Name = "TDSID";
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.ImgLogo,
         this.lblNomeMunicipio,
         this.lblNomeSecretaria,
         this.xrLabel6,
         this.xrPageInfo1,
         this.xrLabel7,
         this.lblTitulo,
         this.lblDRE
     });
     this.GroupHeader1.Dpi = 100F;
     this.GroupHeader1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("tur_id", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.GroupHeader1.HeightF         = 158.67F;
     this.GroupHeader1.KeepTogether    = true;
     this.GroupHeader1.Level           = 3;
     this.GroupHeader1.Name            = "GroupHeader1";
     this.GroupHeader1.RepeatEveryPage = true;
     this.GroupHeader1.BeforePrint    += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader1_BeforePrint);
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "NEW_Relatorio_GrafConsAtivAvaliada_AlunosTurma.cal_ano", "Ano letivo: {0}")
     });
     this.xrLabel1.Dpi                            = 100F;
     this.xrLabel1.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(0.29F, 115F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(698.7068F, 18F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // ImgLogo
     //
     this.ImgLogo.Dpi           = 100F;
     this.ImgLogo.LocationFloat = new DevExpress.Utils.PointFloat(0F, 3.178914E-05F);
     this.ImgLogo.Name          = "ImgLogo";
     this.ImgLogo.SizeF         = new System.Drawing.SizeF(94.7505F, 80.00001F);
     this.ImgLogo.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     //
     // lblNomeMunicipio
     //
     this.lblNomeMunicipio.Dpi                            = 100F;
     this.lblNomeMunicipio.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblNomeMunicipio.LocationFloat                  = new DevExpress.Utils.PointFloat(94.7505F, 0F);
     this.lblNomeMunicipio.Name                           = "lblNomeMunicipio";
     this.lblNomeMunicipio.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblNomeMunicipio.SizeF                          = new System.Drawing.SizeF(509.4994F, 20F);
     this.lblNomeMunicipio.StylePriority.UseFont          = false;
     this.lblNomeMunicipio.StylePriority.UseTextAlignment = false;
     this.lblNomeMunicipio.Text                           = "lblNomeMunicipio";
     this.lblNomeMunicipio.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblNomeSecretaria
     //
     this.lblNomeSecretaria.Dpi                            = 100F;
     this.lblNomeSecretaria.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblNomeSecretaria.LocationFloat                  = new DevExpress.Utils.PointFloat(94.7505F, 20.00001F);
     this.lblNomeSecretaria.Name                           = "lblNomeSecretaria";
     this.lblNomeSecretaria.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblNomeSecretaria.SizeF                          = new System.Drawing.SizeF(509.4993F, 20F);
     this.lblNomeSecretaria.StylePriority.UseFont          = false;
     this.lblNomeSecretaria.StylePriority.UseTextAlignment = false;
     this.lblNomeSecretaria.Text                           = "lblNomeSecretaria";
     this.lblNomeSecretaria.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel6
     //
     this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "NEW_Relatorio_GrafConsAtivAvaliada_AlunosTurma.esc_nome")
     });
     this.xrLabel6.Dpi                            = 100F;
     this.xrLabel6.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(94.7505F, 60.00004F);
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(509.5F, 20F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "xrLabel6";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi                            = 100F;
     this.xrPageInfo1.Font                           = new System.Drawing.Font("Arial", 8F);
     this.xrPageInfo1.Format                         = "Data de emissão: {0:dd/MM/yyyy}";
     this.xrPageInfo1.LocationFloat                  = new DevExpress.Utils.PointFloat(543.7916F, 135.67F);
     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(155.2084F, 18F);
     this.xrPageInfo1.StylePriority.UseFont          = false;
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel7
     //
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "NEW_Relatorio_GrafConsAtivAvaliada_AlunosTurma.Ciclo")
     });
     this.xrLabel7.Dpi                            = 100F;
     this.xrLabel7.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 135.67F);
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(543.7916F, 18F);
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblTitulo
     //
     this.lblTitulo.Dpi                            = 100F;
     this.lblTitulo.Font                           = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
     this.lblTitulo.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 90F);
     this.lblTitulo.Name                           = "lblTitulo";
     this.lblTitulo.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblTitulo.SizeF                          = new System.Drawing.SizeF(699.71F, 23F);
     this.lblTitulo.StylePriority.UseFont          = false;
     this.lblTitulo.StylePriority.UseTextAlignment = false;
     this.lblTitulo.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // lblDRE
     //
     this.lblDRE.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "NEW_Relatorio_GrafConsAtivAvaliada_AlunosTurma.uad_nome")
     });
     this.lblDRE.Dpi                            = 100F;
     this.lblDRE.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblDRE.LocationFloat                  = new DevExpress.Utils.PointFloat(94.7505F, 40.00003F);
     this.lblDRE.Name                           = "lblDRE";
     this.lblDRE.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblDRE.SizeF                          = new System.Drawing.SizeF(509.5F, 20F);
     this.lblDRE.StylePriority.UseFont          = false;
     this.lblDRE.StylePriority.UseTextAlignment = false;
     this.lblDRE.Text                           = "lblDRE";
     this.lblDRE.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // GroupHeader3
     //
     this.GroupHeader3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPanel1,
         this.xrSubreport1,
         this.xrLine2
     });
     this.GroupHeader3.Dpi = 100F;
     this.GroupHeader3.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("tur_codigo", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tur_id", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tpc_ordem", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tpc_nome", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tpc_id", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tds_ordem", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tds_nome", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tds_id", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.GroupHeader3.HeightF      = 438.4583F;
     this.GroupHeader3.Name         = "GroupHeader3";
     this.GroupHeader3.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader3_BeforePrint);
     //
     // xrPanel1
     //
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblTurma,
         this.xrChart1
     });
     this.xrPanel1.Dpi           = 100F;
     this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 7.999992F);
     this.xrPanel1.Name          = "xrPanel1";
     this.xrPanel1.SizeF         = new System.Drawing.SizeF(699.4135F, 407.0417F);
     //
     // lblTurma
     //
     this.lblTurma.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "NEW_Relatorio_GrafConsAtivAvaliada_AlunosTurma.tur_tpc_tds_nome")
     });
     this.lblTurma.Dpi                            = 100F;
     this.lblTurma.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblTurma.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 2.000008F);
     this.lblTurma.Name                           = "lblTurma";
     this.lblTurma.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblTurma.SizeF                          = new System.Drawing.SizeF(699.4133F, 23F);
     this.lblTurma.StylePriority.UseFont          = false;
     this.lblTurma.StylePriority.UseTextAlignment = false;
     this.lblTurma.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrChart1
     //
     chartAnchorPoint1.Y               = 43;
     textAnnotation1.AnchorPoint       = chartAnchorPoint1;
     textAnnotation1.AutoSize          = false;
     textAnnotation1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
     textAnnotation1.ConnectorStyle    = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.Height            = 18;
     textAnnotation1.Name              = "annLegenda";
     textAnnotation1.ShapeKind         = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition1.DockCorner          = DevExpress.XtraCharts.DockCorner.RightTop;
     freePosition1.InnerIndents.Bottom = 229;
     freePosition1.InnerIndents.Left   = 0;
     freePosition1.InnerIndents.Right  = 31;
     freePosition1.InnerIndents.Top    = 12;
     textAnnotation1.ShapePosition     = freePosition1;
     textAnnotation1.Text              = "legend";
     textAnnotation1.TextAlignment     = System.Drawing.StringAlignment.Far;
     textAnnotation1.Width             = 42;
     this.xrChart1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.xrChart1.BorderColor          = System.Drawing.Color.Black;
     this.xrChart1.Borders              = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.DataAdapter          = this.nEW_Relatorio_GrafConsAtivAvaliada_AlunosTurmaTableAdapter;
     this.xrChart1.DataSource           = this.dsGestaoEscolar1;
     this.xrChart1.Dpi                  = 100F;
     this.xrChart1.Legend.Name          = "Default Legend";
     this.xrChart1.Legend.Padding.Right = 20;
     this.xrChart1.Legend.Padding.Top   = 20;
     this.xrChart1.LocationFloat        = new DevExpress.Utils.PointFloat(90.74999F, 32.29001F);
     this.xrChart1.Name                 = "xrChart1";
     series1.ArgumentScaleType          = DevExpress.XtraCharts.ScaleType.Qualitative;
     pieSeriesLabel1.LineVisibility     = DevExpress.Utils.DefaultBoolean.True;
     pieSeriesLabel1.Position           = DevExpress.XtraCharts.PieSeriesLabelPosition.Inside;
     pieSeriesLabel1.TextAlignment      = System.Drawing.StringAlignment.Far;
     pieSeriesLabel1.TextColor          = System.Drawing.Color.Black;
     pieSeriesLabel1.TextPattern        = "{VP:P0}";
     series1.Label             = pieSeriesLabel1;
     series1.LegendTextPattern = "{A}";
     series1.Name = "Series 1";
     series1.View = pieSeriesView1;
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     sideBySideBarSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     this.xrChart1.SeriesTemplate.Label       = sideBySideBarSeriesLabel1;
     this.xrChart1.SizeF = new System.Drawing.SizeF(598.6635F, 370.1667F);
     //
     // nEW_Relatorio_GrafConsAtivAvaliada_AlunosTurmaTableAdapter
     //
     this.nEW_Relatorio_GrafConsAtivAvaliada_AlunosTurmaTableAdapter.ClearBeforeFill = true;
     //
     // xrSubreport1
     //
     this.xrSubreport1.Dpi           = 100F;
     this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(0.2935251F, 415.4583F);
     this.xrSubreport1.Name          = "xrSubreport1";
     this.xrSubreport1.ReportSource  = new MSTech.GestaoEscolar.RelatoriosDevExpress.Doctos.Spo.SubRelGrafConsolidadoAtivAvaliada();
     this.xrSubreport1.SizeF         = new System.Drawing.SizeF(699.7065F, 23F);
     this.xrSubreport1.BeforePrint  += new System.Drawing.Printing.PrintEventHandler(this.xrSubreport1_BeforePrint);
     //
     // xrLine2
     //
     this.xrLine2.Dpi           = 100F;
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(699.4134F, 8F);
     //
     // GroupHeader4
     //
     this.GroupHeader4.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblSemRegistroGrafico
     });
     this.GroupHeader4.Dpi          = 100F;
     this.GroupHeader4.HeightF      = 45F;
     this.GroupHeader4.Level        = 2;
     this.GroupHeader4.Name         = "GroupHeader4";
     this.GroupHeader4.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader4_BeforePrint);
     //
     // lblSemRegistroGrafico
     //
     this.lblSemRegistroGrafico.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(252)))), ((int)(((byte)(223)))));
     this.lblSemRegistroGrafico.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(185)))), ((int)(((byte)(9)))));
     this.lblSemRegistroGrafico.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                      | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblSemRegistroGrafico.CanShrink     = true;
     this.lblSemRegistroGrafico.Dpi           = 100F;
     this.lblSemRegistroGrafico.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSemRegistroGrafico.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.lblSemRegistroGrafico.Name          = "lblSemRegistroGrafico";
     this.lblSemRegistroGrafico.Padding       = new DevExpress.XtraPrinting.PaddingInfo(20, 0, 10, 10, 100F);
     this.lblSemRegistroGrafico.SizeF         = new System.Drawing.SizeF(699.9997F, 45F);
     this.lblSemRegistroGrafico.StylePriority.UseBackColor     = false;
     this.lblSemRegistroGrafico.StylePriority.UseBorderColor   = false;
     this.lblSemRegistroGrafico.StylePriority.UseBorders       = false;
     this.lblSemRegistroGrafico.StylePriority.UseFont          = false;
     this.lblSemRegistroGrafico.StylePriority.UsePadding       = false;
     this.lblSemRegistroGrafico.StylePriority.UseTextAlignment = false;
     this.lblSemRegistroGrafico.Text          = "Não existe resultado para a pesquisa selecionada.";
     this.lblSemRegistroGrafico.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // GroupHeader5
     //
     this.GroupHeader5.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2
     });
     this.GroupHeader5.Dpi          = 100F;
     this.GroupHeader5.HeightF      = 45F;
     this.GroupHeader5.Level        = 1;
     this.GroupHeader5.Name         = "GroupHeader5";
     this.GroupHeader5.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader5_BeforePrint);
     //
     // xrLabel2
     //
     this.xrLabel2.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(252)))), ((int)(((byte)(223)))));
     this.xrLabel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(185)))), ((int)(((byte)(9)))));
     this.xrLabel2.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel2.CanShrink     = true;
     this.xrLabel2.Dpi           = 100F;
     this.xrLabel2.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(20, 0, 10, 10, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(699.9997F, 45F);
     this.xrLabel2.StylePriority.UseBackColor     = false;
     this.xrLabel2.StylePriority.UseBorderColor   = false;
     this.xrLabel2.StylePriority.UseBorders       = false;
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UsePadding       = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text          = "Não existem notas lançadas para esta atividade avaliativa.";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // nEW_RelatorioAvaliacao_EfetivacaoTableAdapter
     //
     this.nEW_RelatorioAvaliacao_EfetivacaoTableAdapter.ClearBeforeFill = true;
     //
     // CAPID
     //
     this.CAPID.Name = "CAPID";
     //
     // ARQID_LOGO
     //
     this.ARQID_LOGO.Name      = "ARQID_LOGO";
     this.ARQID_LOGO.Type      = typeof(int);
     this.ARQID_LOGO.ValueInfo = "-1";
     //
     // RelGrafConsolidadoAtivAvaliada
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.GroupHeader3,
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.GroupHeader4,
         this.GroupHeader5
     });
     this.DataMember = "NEW_Relatorio_GrafConsAtivAvaliada_AlunosTurma";
     this.DataSource = this.dsGestaoEscolar1;
     this.Font       = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
     this.Margins    = new System.Drawing.Printing.Margins(75, 75, 75, 75);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.ENTID,
         this.CALID,
         this.CAPID,
         this.ESCID,
         this.UNIID,
         this.TURID,
         this.CURID,
         this.CRRID,
         this.CRPID,
         this.TPCID,
         this.UADIDSUPERIOR,
         this.ADM,
         this.USUID,
         this.GRUID,
         this.MATRICULAESTADUAL,
         this.NOMEPADRAOCURSO,
         this.NOMEPADRAOBIMESTRE,
         this.NIVELENSINOEDUCACAOINFANTIL,
         this.NOMEPERIODOCALENDARIO,
         this.TDSID,
         this.ARQID_LOGO
     });
     this.RequestParameters   = false;
     this.Version             = "16.1";
     this.DataSourceDemanded += new System.EventHandler <System.EventArgs>(this.RelGrafConsolidadoAtivAvaliada_DataSourceDemanded);
     ((System.ComponentModel.ISupportInitialize)(this.dsGestaoEscolar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #6
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);
 }
コード例 #7
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.TextAnnotation   textAnnotation2   = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint2 = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition     freePosition2     = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.TextAnnotation   textAnnotation3   = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint3 = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition     freePosition3     = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.TextAnnotation   textAnnotation4   = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint4 = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition     freePosition4     = new DevExpress.XtraCharts.FreePosition();
     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.XYDiagramPane    xyDiagramPane3    = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY1   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY2   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY3   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.ccHousesSales       = new DevExpress.XtraCharts.ChartControl();
     this.pgcHousesSales      = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.splitterItem2       = new DevExpress.XtraLayout.SplitterItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ccHousesSales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pgcHousesSales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.ccHousesSales);
     this.layoutControl1.Controls.Add(this.pgcHousesSales);
     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(399, 512, 752, 567);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(1201, 594);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // ccHousesSales
     //
     chartAnchorPoint1.X                = 0;
     chartAnchorPoint1.Y                = 0;
     textAnnotation1.AnchorPoint        = chartAnchorPoint1;
     textAnnotation1.BackColor          = System.Drawing.Color.Transparent;
     textAnnotation1.Border.Visibility  = Utils.DefaultBoolean.False;
     textAnnotation1.ConnectorStyle     = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     textAnnotation1.Name               = "Text Annotation 1";
     textAnnotation1.ShapeKind          = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition1.DockTargetName       = "Default Pane";
     freePosition1.InnerIndents.Bottom  = 0;
     freePosition1.InnerIndents.Left    = 0;
     freePosition1.InnerIndents.Right   = 0;
     freePosition1.InnerIndents.Top     = 0;
     textAnnotation1.ShapePosition      = freePosition1;
     textAnnotation1.TextColor          = System.Drawing.Color.White;
     chartAnchorPoint2.X                = 0;
     chartAnchorPoint2.Y                = 0;
     textAnnotation2.AnchorPoint        = chartAnchorPoint2;
     textAnnotation2.BackColor          = System.Drawing.Color.Transparent;
     textAnnotation2.Border.Visibility  = Utils.DefaultBoolean.False;
     textAnnotation2.ConnectorStyle     = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation2.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     textAnnotation2.Name               = "Text Annotation 2";
     textAnnotation2.ShapeKind          = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition2.DockTargetName       = "Pane 1";
     freePosition2.InnerIndents.Bottom  = 0;
     freePosition2.InnerIndents.Left    = 0;
     freePosition2.InnerIndents.Right   = 0;
     freePosition2.InnerIndents.Top     = 0;
     textAnnotation2.ShapePosition      = freePosition2;
     textAnnotation2.TextColor          = System.Drawing.Color.White;
     chartAnchorPoint3.X                = 0;
     chartAnchorPoint3.Y                = 0;
     textAnnotation3.AnchorPoint        = chartAnchorPoint3;
     textAnnotation3.BackColor          = System.Drawing.Color.Transparent;
     textAnnotation3.Border.Visibility  = Utils.DefaultBoolean.False;
     textAnnotation3.ConnectorStyle     = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation3.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     textAnnotation3.Name               = "Text Annotation 3";
     textAnnotation3.ShapeKind          = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition3.DockTargetName       = "Pane 2";
     freePosition3.InnerIndents.Bottom  = 0;
     freePosition3.InnerIndents.Left    = 0;
     freePosition3.InnerIndents.Right   = 0;
     freePosition3.InnerIndents.Top     = 0;
     textAnnotation3.ShapePosition      = freePosition3;
     textAnnotation3.TextColor          = System.Drawing.Color.White;
     chartAnchorPoint4.X                = 0;
     chartAnchorPoint4.Y                = 0;
     textAnnotation4.AnchorPoint        = chartAnchorPoint4;
     textAnnotation4.BackColor          = System.Drawing.Color.Transparent;
     textAnnotation4.Border.Visibility  = Utils.DefaultBoolean.False;
     textAnnotation4.ConnectorStyle     = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation4.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     textAnnotation4.Name               = "Text Annotation 4";
     textAnnotation4.ShapeKind          = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition4.DockTargetName       = "Pane 3";
     freePosition4.InnerIndents.Bottom  = 0;
     freePosition4.InnerIndents.Left    = 0;
     freePosition4.InnerIndents.Right   = 0;
     freePosition4.InnerIndents.Top     = 0;
     textAnnotation4.ShapePosition      = freePosition4;
     textAnnotation4.TextColor          = System.Drawing.Color.White;
     this.ccHousesSales.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1,
         textAnnotation2,
         textAnnotation3,
         textAnnotation4
     });
     this.ccHousesSales.AutoLayoutSettingsEnabled = false;
     this.ccHousesSales.CacheToMemory             = true;
     this.ccHousesSales.DataSource               = this.pgcHousesSales;
     xyDiagram1.AxisX.GridLines.Visible          = true;
     xyDiagram1.AxisX.Label.EnableAntialiasing   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.GridLines.MinorVisible     = true;
     xyDiagram1.AxisY.Label.EnableAntialiasing   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.Margins.Bottom = 0;
     xyDiagram1.Margins.Left   = 0;
     xyDiagram1.Margins.Right  = 0;
     xyDiagram1.Margins.Top    = 0;
     xyDiagramPane1.Name       = "Pane 1";
     xyDiagramPane1.PaneID     = 0;
     xyDiagramPane2.Name       = "Pane 2";
     xyDiagramPane2.PaneID     = 1;
     xyDiagramPane3.Name       = "Pane 3";
     xyDiagramPane3.PaneID     = 2;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1,
         xyDiagramPane2,
         xyDiagramPane3
     });
     secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID    = 0;
     secondaryAxisY1.GridLines.MinorVisible   = true;
     secondaryAxisY1.GridLines.Visible        = true;
     secondaryAxisY1.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     secondaryAxisY1.Name = "Secondary AxisY 1";
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     secondaryAxisY2.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY2.AxisID    = 1;
     secondaryAxisY2.GridLines.MinorVisible   = true;
     secondaryAxisY2.GridLines.Visible        = true;
     secondaryAxisY2.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     secondaryAxisY2.Name = "Secondary AxisY 2";
     secondaryAxisY2.VisibleInPanesSerializable = "-1";
     secondaryAxisY3.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY3.AxisID    = 2;
     secondaryAxisY3.GridLines.MinorVisible   = true;
     secondaryAxisY3.GridLines.Visible        = true;
     secondaryAxisY3.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     secondaryAxisY3.Name = "Secondary AxisY 3";
     secondaryAxisY3.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1,
         secondaryAxisY2,
         secondaryAxisY3
     });
     this.ccHousesSales.Diagram = xyDiagram1;
     this.ccHousesSales.Legend.AlignmentHorizontal   = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.ccHousesSales.Legend.AlignmentVertical     = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.ccHousesSales.Legend.Direction             = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ccHousesSales.Legend.EquallySpacedItems    = false;
     this.ccHousesSales.Legend.Margins.Bottom        = 0;
     this.ccHousesSales.Legend.Margins.Top           = 20;
     this.ccHousesSales.Legend.MarkerSize            = new System.Drawing.Size(16, 16);
     this.ccHousesSales.Legend.MaxVerticalPercentage = 30D;
     this.ccHousesSales.Location             = new System.Drawing.Point(801, 2);
     this.ccHousesSales.Name                 = "ccHousesSales";
     this.ccHousesSales.Padding.Bottom       = 20;
     this.ccHousesSales.Padding.Left         = 20;
     this.ccHousesSales.Padding.Right        = 20;
     this.ccHousesSales.Padding.Top          = 20;
     this.ccHousesSales.PaletteName          = "Flow";
     this.ccHousesSales.RefreshDataOnRepaint = false;
     this.ccHousesSales.SeriesDataMember     = "Series";
     this.ccHousesSales.SeriesSerializable   = new DevExpress.XtraCharts.Series[0];
     this.ccHousesSales.SeriesTemplate.ArgumentDataMember           = "Arguments";
     this.ccHousesSales.SeriesTemplate.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Qualitative;
     this.ccHousesSales.SeriesTemplate.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.False;
     this.ccHousesSales.SeriesTemplate.ValueDataMembersSerializable = "Values";
     this.ccHousesSales.SeriesTemplate.View = lineSeriesView1;
     this.ccHousesSales.Size                          = new System.Drawing.Size(398, 590);
     this.ccHousesSales.TabIndex                      = 6;
     this.ccHousesSales.BoundDataChanged             += new DevExpress.XtraCharts.BoundDataChangedEventHandler(this.ccHousesSales_BoundDataChanged);
     this.ccHousesSales.CustomizeAutoBindingSettings += new DevExpress.XtraCharts.CustomizeAutoBindingSettingsEventHandler(this.ccHousesSales_CustomizeAutoBindingSettings);
     //
     // pgcHousesSales
     //
     this.pgcHousesSales.Location = new System.Drawing.Point(2, 2);
     this.pgcHousesSales.Name     = "pgcHousesSales";
     this.pgcHousesSales.OptionsChartDataSource.SelectionOnly        = false;
     this.pgcHousesSales.OptionsCustomization.AllowCustomizationForm = false;
     this.pgcHousesSales.OptionsCustomization.AllowDrag       = false;
     this.pgcHousesSales.OptionsCustomization.AllowHideFields = DevExpress.XtraPivotGrid.AllowHideFieldsType.Never;
     this.pgcHousesSales.OptionsSelection.CellSelection       = false;
     this.pgcHousesSales.OptionsView.DrawFocusedCellRect      = false;
     this.pgcHousesSales.OptionsView.ShowColumnGrandTotals    = false;
     this.pgcHousesSales.OptionsView.ShowFilterHeaders        = false;
     this.pgcHousesSales.OptionsView.ShowRowGrandTotals       = false;
     this.pgcHousesSales.Size                   = new System.Drawing.Size(790, 590);
     this.pgcHousesSales.TabIndex               = 4;
     this.pgcHousesSales.GridLayout            += new System.EventHandler(this.pgcHousesSales_GridLayout);
     this.pgcHousesSales.FieldValueDisplayText += new DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventHandler(this.pgcHousesSales_FieldValueDisplayText);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
     this.layoutControlGroup1.GroupBordersVisible   = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.splitterItem2
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1201, 594);
     this.layoutControlGroup1.Text        = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.pgcHousesSales;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(794, 594);
     this.layoutControlItem1.Text     = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.ccHousesSales;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(799, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(402, 594);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // splitterItem2
     //
     this.splitterItem2.AllowHotTrack         = true;
     this.splitterItem2.CustomizationFormText = "splitterItem2";
     this.splitterItem2.Location = new System.Drawing.Point(794, 0);
     this.splitterItem2.Name     = "splitterItem2";
     this.splitterItem2.Size     = new System.Drawing.Size(5, 594);
     //
     // ucResearch
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl1);
     this.Name = "ucResearch";
     this.Size = new System.Drawing.Size(1201, 594);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccHousesSales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pgcHousesSales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #8
0
ファイル: ucAgents.Designer.cs プロジェクト: pearorgn/test
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.ImageAnnotation          imageAnnotation2           = new DevExpress.XtraCharts.ImageAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint         chartAnchorPoint2          = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition             freePosition2              = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.XYDiagram                xyDiagram2                 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series5                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel6  = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series                   series6                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel7  = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series                   series7                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel8  = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series                   series8                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel9  = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel10 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.ChartTitle               chartTitle2                = new DevExpress.XtraCharts.ChartTitle();
     this.pnlList                    = new DevExpress.XtraEditors.TileControl();
     this.layoutControl1             = new DevExpress.XtraLayout.LayoutControl();
     this.ccAgent                    = new DevExpress.XtraCharts.ChartControl();
     this.gridControl1               = new DevExpress.XtraGrid.GridControl();
     this.gridView1                  = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colID                      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBeds                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBaths                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHouseSize               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit1    = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.colPrice                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCalcEdit1    = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.colYearBuilt               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPhoto                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
     this.colAddress                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControlGroup1        = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3         = new DevExpress.XtraLayout.LayoutControlItem();
     this.splitterItem1              = new DevExpress.XtraLayout.SplitterItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ccAgent)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(imageAnnotation2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlList
     //
     this.pnlList.AllowSelectedItem = true;
     this.pnlList.BorderStyle       = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.pnlList.Dock = System.Windows.Forms.DockStyle.Left;
     this.pnlList.IndentBetweenItems = 11;
     this.pnlList.ItemPadding        = new System.Windows.Forms.Padding(3);
     this.pnlList.Location           = new System.Drawing.Point(0, 0);
     this.pnlList.Name        = "pnlList";
     this.pnlList.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.pnlList.Padding     = new System.Windows.Forms.Padding(6);
     this.pnlList.ScrollMode  = DevExpress.XtraEditors.TileControlScrollMode.ScrollBar;
     this.pnlList.Size        = new System.Drawing.Size(226, 597);
     this.pnlList.TabIndex    = 3;
     this.pnlList.VerticalContentAlignment = DevExpress.Utils.VertAlignment.Top;
     this.pnlList.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.pnlList_ItemClick);
     //
     // layoutControl1
     //
     this.layoutControl1.AllowCustomization = false;
     this.layoutControl1.Controls.Add(this.ccAgent);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(226, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(745, 388, 450, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(949, 597);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // ccAgent
     //
     chartAnchorPoint2.X                = 0;
     chartAnchorPoint2.Y                = 0;
     imageAnnotation2.AnchorPoint       = chartAnchorPoint2;
     imageAnnotation2.BackColor         = System.Drawing.Color.Transparent;
     imageAnnotation2.Border.Visibility = Utils.DefaultBoolean.False;
     imageAnnotation2.ConnectorStyle    = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     imageAnnotation2.Height            = 96;
     imageAnnotation2.Name              = "Image Annotation 1";
     imageAnnotation2.ShapeKind         = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition2.DockCorner           = DevExpress.XtraCharts.DockCorner.RightTop;
     freePosition2.InnerIndents.Top     = 48;
     imageAnnotation2.ShapePosition     = freePosition2;
     imageAnnotation2.SizeMode          = DevExpress.XtraCharts.ChartImageSizeMode.Zoom;
     imageAnnotation2.Visible           = false;
     imageAnnotation2.Width             = 83;
     this.ccAgent.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         imageAnnotation2
     });
     this.ccAgent.CacheToMemory = true;
     xyDiagram2.AxisX.DateTimeScaleOptions.GridAlignment = XtraCharts.DateTimeGridAlignment.Year;
     xyDiagram2.AxisX.DateTimeScaleOptions.MeasureUnit   = XtraCharts.DateTimeMeasureUnit.Year;
     xyDiagram2.AxisX.Label.TextPattern          = "{A:yyyy}";
     xyDiagram2.AxisX.Label.EnableAntialiasing   = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Label.EnableAntialiasing   = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram2.EnableAxisXScrolling             = true;
     xyDiagram2.EnableAxisXZooming           = true;
     this.ccAgent.Diagram                    = xyDiagram2;
     this.ccAgent.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.ccAgent.Legend.EnableAntialiasing  = Utils.DefaultBoolean.True;
     this.ccAgent.Legend.Padding.Bottom      = 10;
     this.ccAgent.Legend.Padding.Left        = 10;
     this.ccAgent.Legend.Padding.Right       = 10;
     this.ccAgent.Legend.Padding.Top         = 10;
     this.ccAgent.Location                   = new System.Drawing.Point(12, 214);
     this.ccAgent.Name                           = "ccAgent";
     this.ccAgent.Padding.Bottom                 = 20;
     this.ccAgent.Padding.Left                   = 20;
     this.ccAgent.Padding.Right                  = 20;
     this.ccAgent.Padding.Top                    = 20;
     this.ccAgent.PaletteName                    = "Flow";
     series5.ArgumentScaleType                   = DevExpress.XtraCharts.ScaleType.DateTime;
     sideBySideBarSeriesLabel6.BackColor         = System.Drawing.Color.Transparent;
     sideBySideBarSeriesLabel6.Border.Visibility = Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel6.LineVisibility    = Utils.DefaultBoolean.True;
     sideBySideBarSeriesLabel6.ShowForZeroValues = true;
     series5.Label                               = sideBySideBarSeriesLabel6;
     series5.LabelsVisibility                    = DevExpress.Utils.DefaultBoolean.True;
     series5.Name                                = "North-East";
     series6.ArgumentScaleType                   = DevExpress.XtraCharts.ScaleType.DateTime;
     sideBySideBarSeriesLabel7.BackColor         = System.Drawing.Color.Transparent;
     sideBySideBarSeriesLabel7.Border.Visibility = Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel7.LineVisibility    = Utils.DefaultBoolean.True;
     sideBySideBarSeriesLabel7.ShowForZeroValues = true;
     series6.Label                               = sideBySideBarSeriesLabel7;
     series6.LabelsVisibility                    = DevExpress.Utils.DefaultBoolean.True;
     series6.Name                                = "Mid-West";
     series7.ArgumentScaleType                   = DevExpress.XtraCharts.ScaleType.DateTime;
     sideBySideBarSeriesLabel8.BackColor         = System.Drawing.Color.Transparent;
     sideBySideBarSeriesLabel8.Border.Visibility = Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel8.LineVisibility    = Utils.DefaultBoolean.True;
     sideBySideBarSeriesLabel8.ShowForZeroValues = true;
     series7.Label                               = sideBySideBarSeriesLabel8;
     series7.LabelsVisibility                    = DevExpress.Utils.DefaultBoolean.True;
     series7.Name                                = "South";
     series8.ArgumentScaleType                   = DevExpress.XtraCharts.ScaleType.DateTime;
     sideBySideBarSeriesLabel9.BackColor         = System.Drawing.Color.Transparent;
     sideBySideBarSeriesLabel9.Border.Visibility = Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel9.LineVisibility    = Utils.DefaultBoolean.True;
     sideBySideBarSeriesLabel9.ShowForZeroValues = true;
     series8.Label                               = sideBySideBarSeriesLabel9;
     series8.LabelsVisibility                    = DevExpress.Utils.DefaultBoolean.True;
     series8.Name                                = "West";
     this.ccAgent.SeriesSerializable             = new DevExpress.XtraCharts.Series[] {
         series5,
         series6,
         series7,
         series8
     };
     sideBySideBarSeriesLabel10.LineVisibility    = Utils.DefaultBoolean.True;
     this.ccAgent.SeriesTemplate.Label            = sideBySideBarSeriesLabel10;
     this.ccAgent.SeriesTemplate.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     this.ccAgent.Size     = new System.Drawing.Size(935, 381);
     this.ccAgent.TabIndex = 6;
     chartTitle2.Font      = new System.Drawing.Font("Tahoma", 12F);
     chartTitle2.Text      = "Houses Sold by ";
     this.ccAgent.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // gridControl1
     //
     this.gridControl1.Location = new System.Drawing.Point(12, 2);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemPictureEdit1,
         this.repositoryItemTextEdit1,
         this.repositoryItemCalcEdit1
     });
     this.gridControl1.ShowOnlyPredefinedDetails = true;
     this.gridControl1.Size     = new System.Drawing.Size(935, 203);
     this.gridControl1.TabIndex = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.gridControl1_MouseDoubleClick);
     //
     // gridView1
     //
     this.gridView1.Appearance.GroupPanel.Options.UseTextOptions = true;
     this.gridView1.Appearance.GroupPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colID,
         this.colBeds,
         this.colBaths,
         this.colHouseSize,
         this.colPrice,
         this.colYearBuilt,
         this.colPhoto,
         this.colAddress
     });
     this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
     this.gridView1.GridControl    = this.gridControl1;
     this.gridView1.GroupPanelText = "   ";
     this.gridView1.GroupRowHeight = 80;
     this.gridView1.Name           = "gridView1";
     this.gridView1.OptionsBehavior.AllowFixedGroups               = DevExpress.Utils.DefaultBoolean.True;
     this.gridView1.OptionsBehavior.AutoExpandAllGroups            = true;
     this.gridView1.OptionsCustomization.AllowQuickHideColumns     = false;
     this.gridView1.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gridView1.OptionsView.HeaderFilterButtonShowMode         = DevExpress.XtraEditors.Controls.FilterButtonShowMode.Button;
     this.gridView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gridView1.OptionsView.ShowGroupPanel      = false;
     this.gridView1.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsView.ShowIndicator       = false;
     this.gridView1.OptionsView.ShowVerticalLines   = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.RowHeight = 60;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colPrice, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // colID
     //
     this.colID.FieldName = "ID";
     this.colID.Name      = "colID";
     this.colID.OptionsColumn.AllowEdit   = false;
     this.colID.OptionsColumn.AllowFocus  = false;
     this.colID.OptionsFilter.AllowFilter = false;
     this.colID.Width = 45;
     //
     // colBeds
     //
     this.colBeds.Caption   = "Bedrooms";
     this.colBeds.FieldName = "Beds";
     this.colBeds.Name      = "colBeds";
     this.colBeds.OptionsColumn.AllowEdit       = false;
     this.colBeds.OptionsColumn.AllowFocus      = false;
     this.colBeds.OptionsFilter.FilterPopupMode = DevExpress.XtraGrid.Columns.FilterPopupMode.CheckedList;
     this.colBeds.Visible      = true;
     this.colBeds.VisibleIndex = 2;
     this.colBeds.Width        = 132;
     //
     // colBaths
     //
     this.colBaths.Caption   = "Bathrooms";
     this.colBaths.FieldName = "Baths";
     this.colBaths.Name      = "colBaths";
     this.colBaths.OptionsColumn.AllowEdit       = false;
     this.colBaths.OptionsColumn.AllowFocus      = false;
     this.colBaths.OptionsFilter.FilterPopupMode = DevExpress.XtraGrid.Columns.FilterPopupMode.CheckedList;
     this.colBaths.Visible      = true;
     this.colBaths.VisibleIndex = 3;
     this.colBaths.Width        = 126;
     //
     // colHouseSize
     //
     this.colHouseSize.ColumnEdit = this.repositoryItemTextEdit1;
     this.colHouseSize.FieldName  = "HouseSize";
     this.colHouseSize.Name       = "colHouseSize";
     this.colHouseSize.OptionsColumn.AllowEdit  = false;
     this.colHouseSize.OptionsColumn.AllowFocus = false;
     this.colHouseSize.Visible      = true;
     this.colHouseSize.VisibleIndex = 4;
     this.colHouseSize.Width        = 117;
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.DisplayFormat.FormatString = "{0:n0} Sq Ft";
     this.repositoryItemTextEdit1.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit1.Mask.EditMask = "n0";
     this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit1.Name          = "repositoryItemTextEdit1";
     //
     // colPrice
     //
     this.colPrice.ColumnEdit = this.repositoryItemCalcEdit1;
     this.colPrice.FieldName  = "Price";
     this.colPrice.Name       = "colPrice";
     this.colPrice.OptionsColumn.AllowEdit  = false;
     this.colPrice.OptionsColumn.AllowFocus = false;
     this.colPrice.Visible      = true;
     this.colPrice.VisibleIndex = 5;
     this.colPrice.Width        = 125;
     //
     // repositoryItemCalcEdit1
     //
     this.repositoryItemCalcEdit1.AutoHeight = false;
     this.repositoryItemCalcEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemCalcEdit1.Mask.EditMask = "c0";
     this.repositoryItemCalcEdit1.Mask.UseMaskAsDisplayFormat = true;
     this.repositoryItemCalcEdit1.Name = "repositoryItemCalcEdit1";
     //
     // colYearBuilt
     //
     this.colYearBuilt.FieldName = "YearBuilt";
     this.colYearBuilt.Name      = "colYearBuilt";
     this.colYearBuilt.OptionsColumn.AllowEdit  = false;
     this.colYearBuilt.OptionsColumn.AllowFocus = false;
     this.colYearBuilt.Width = 201;
     //
     // colPhoto
     //
     this.colPhoto.ColumnEdit = this.repositoryItemPictureEdit1;
     this.colPhoto.FieldName  = "Photo";
     this.colPhoto.Name       = "colPhoto";
     this.colPhoto.OptionsColumn.AllowEdit   = false;
     this.colPhoto.OptionsColumn.AllowFocus  = false;
     this.colPhoto.OptionsColumn.FixedWidth  = true;
     this.colPhoto.OptionsFilter.AllowFilter = false;
     this.colPhoto.Visible      = true;
     this.colPhoto.VisibleIndex = 0;
     this.colPhoto.Width        = 96;
     //
     // repositoryItemPictureEdit1
     //
     this.repositoryItemPictureEdit1.Name             = "repositoryItemPictureEdit1";
     this.repositoryItemPictureEdit1.PictureAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.repositoryItemPictureEdit1.SizeMode         = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
     //
     // colAddress
     //
     this.colAddress.FieldName = "Address";
     this.colAddress.Name      = "colAddress";
     this.colAddress.OptionsColumn.AllowEdit   = false;
     this.colAddress.OptionsColumn.AllowFocus  = false;
     this.colAddress.OptionsFilter.AllowFilter = false;
     this.colAddress.Visible      = true;
     this.colAddress.VisibleIndex = 1;
     this.colAddress.Width        = 337;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem3,
         this.splitterItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(10, 0, 0, 0);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(949, 597);
     this.layoutControlGroup1.Text        = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.gridControl1;
     this.layoutControlItem1.CustomizationFormText = "Homes:";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(939, 207);
     this.layoutControlItem1.Text     = "Homes:";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.ccAgent;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 212);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(939, 385);
     this.layoutControlItem3.Text     = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // splitterItem1
     //
     this.splitterItem1.AllowHotTrack         = true;
     this.splitterItem1.CustomizationFormText = "splitterItem1";
     this.splitterItem1.Location = new System.Drawing.Point(0, 207);
     this.splitterItem1.Name     = "splitterItem1";
     this.splitterItem1.Size     = new System.Drawing.Size(939, 5);
     //
     // ucAgents
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.pnlList);
     this.Name = "ucAgents";
     this.Size = new System.Drawing.Size(1175, 597);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(imageAnnotation2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccAgent)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #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.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);

        }
 /// <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.CustomAxisLabel          customAxisLabel1          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel          customAxisLabel2          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel          customAxisLabel3          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel          customAxisLabel4          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel          customAxisLabel5          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel          customAxisLabel6          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel          customAxisLabel7          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions1             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle1               = new DevExpress.XtraCharts.ChartTitle();
     this.Detail                   = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin                = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin             = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeader             = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrChartElementoSucursal  = new DevExpress.XtraReports.UI.XRChart();
     this.reporteDollarUtilization = new BPMO.SDNI.Flota.Reportes.DA.DollarUtilizationDS();
     this.TituloGrafica            = new DevExpress.XtraReports.Parameters.Parameter();
     ((System.ComponentModel.ISupportInitialize)(this.xrChartElementoSucursal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.reporteDollarUtilization)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.HeightF       = 10.41667F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 5F;
     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       = 14F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChartElementoSucursal
     });
     this.ReportHeader.HeightF = 595.8333F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrChartElementoSucursal
     //
     chartAnchorPoint1.X             = 0;
     chartAnchorPoint1.Y             = 43;
     textAnnotation1.AnchorPoint     = chartAnchorPoint1;
     textAnnotation1.Border.Visible  = false;
     textAnnotation1.ConnectorStyle  = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.Font            = new System.Drawing.Font("Arial Narrow", 9.7F);
     textAnnotation1.Name            = "Anotacion";
     textAnnotation1.ShapeKind       = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition1.DockCorner        = DevExpress.XtraCharts.DockCorner.LeftBottom;
     freePosition1.InnerIndents.Left = 0;
     freePosition1.InnerIndents.Top  = 0;
     textAnnotation1.ShapePosition   = freePosition1;
     textAnnotation1.Text            = "* Expresado de Millones de pesos";
     this.xrChartElementoSucursal.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.xrChartElementoSucursal.BorderColor = System.Drawing.Color.Black;
     this.xrChartElementoSucursal.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChartElementoSucursal.DataMember  = "ResultadoDollarUtilizationXSucursal";
     this.xrChartElementoSucursal.DataSource  = this.reporteDollarUtilization;
     customAxisLabel1.AxisValueSerializable   = "0";
     customAxisLabel1.Name = "Label 0";
     customAxisLabel2.AxisValueSerializable = "1";
     customAxisLabel2.Name = "Label 1";
     customAxisLabel3.AxisValueSerializable = "2";
     customAxisLabel3.Name = "Label 2";
     customAxisLabel4.AxisValueSerializable = "3";
     customAxisLabel4.Name = "Label 3";
     customAxisLabel5.AxisValueSerializable = "4";
     customAxisLabel5.Name = "Label 4";
     customAxisLabel6.AxisValueSerializable = "5";
     customAxisLabel6.Name = "Label 5";
     customAxisLabel7.AxisValueSerializable = "6";
     customAxisLabel7.Name = "Label 6";
     xyDiagram1.AxisX.CustomLabels.AddRange(new DevExpress.XtraCharts.CustomAxisLabel[] {
         customAxisLabel1,
         customAxisLabel2,
         customAxisLabel3,
         customAxisLabel4,
         customAxisLabel5,
         customAxisLabel6,
         customAxisLabel7
     });
     xyDiagram1.AxisX.Label.Angle = -1;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins = true;
     xyDiagram1.AxisY.GridLines.Visible          = false;
     xyDiagram1.AxisY.Title.Font    = new System.Drawing.Font("Arial Narrow", 9.7F);
     xyDiagram1.AxisY.Title.Text    = "* Miles de Pesos";
     xyDiagram1.AxisY.Title.Visible = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.BackColor            = System.Drawing.Color.Transparent;
     xyDiagram1.DefaultPane.BorderColor          = System.Drawing.Color.Transparent;
     xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     secondaryAxisY1.AxisID        = 0;
     secondaryAxisY1.Name          = "EjeY Secundaria 1";
     secondaryAxisY1.Title.Font    = new System.Drawing.Font("Arial Narrow", 9.7F);
     secondaryAxisY1.Title.Text    = "DU";
     secondaryAxisY1.Title.Visible = true;
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.xrChartElementoSucursal.Diagram = xyDiagram1;
     this.xrChartElementoSucursal.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.xrChartElementoSucursal.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.xrChartElementoSucursal.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.xrChartElementoSucursal.Legend.EquallySpacedItems  = false;
     this.xrChartElementoSucursal.Legend.Font   = new System.Drawing.Font("Arial Narrow", 9.7F);
     this.xrChartElementoSucursal.LocationFloat = new DevExpress.Utils.PointFloat(8F, 10.00001F);
     this.xrChartElementoSucursal.Name          = "xrChartElementoSucursal";
     series1.ArgumentDataMember                       = "Mes";
     series1.ArgumentScaleType                        = DevExpress.XtraCharts.ScaleType.Qualitative;
     sideBySideBarSeriesLabel1.Antialiasing           = true;
     pointOptions1.ValueNumericOptions.Format         = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions1.ValueNumericOptions.Precision      = 0;
     sideBySideBarSeriesLabel1.PointOptions           = pointOptions1;
     sideBySideBarSeriesLabel1.Position               = DevExpress.XtraCharts.BarSeriesLabelPosition.Center;
     sideBySideBarSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     series1.Label      = sideBySideBarSeriesLabel1;
     series1.LegendText = "Miles de Pesos";
     series1.Name       = "Valor Flota";
     series1.ValueDataMembersSerializable = "ResultadoDollarUtilizationXSucursal.ValorFlota";
     series2.ArgumentDataMember           = "Mes";
     series2.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Qualitative;
     series2.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series2.LegendText = "Dollar Utilization";
     series2.Name       = "Dollar Utilization";
     series2.ValueDataMembersSerializable = "ResultadoDollarUtilizationXSucursal.DollarUtilizationMensual";
     lineSeriesView1.AxisYName            = "EjeY Secundaria 1";
     lineSeriesView1.MarkerVisibility     = DevExpress.Utils.DefaultBoolean.True;
     series2.View = lineSeriesView1;
     this.xrChartElementoSucursal.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.xrChartElementoSucursal.SideBySideBarDistanceFixed = 0;
     this.xrChartElementoSucursal.SizeF = new System.Drawing.SizeF(1052F, 577.92F);
     chartTitle1.Font = new System.Drawing.Font("Arial Narrow", 9.7F, System.Drawing.FontStyle.Bold);
     chartTitle1.Text = "DOLLAR UTILIZATION MENSUALIZADO";
     this.xrChartElementoSucursal.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.xrChartElementoSucursal.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrChartElementoSucursal_BeforePrint);
     //
     // reporteDollarUtilization
     //
     this.reporteDollarUtilization.DataSetName             = "ReporteDollarUtilizationXSucursal";
     this.reporteDollarUtilization.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // TituloGrafica
     //
     this.TituloGrafica.Name      = "TituloGrafica";
     this.TituloGrafica.ValueInfo = "Dollar Utilization Mensualizado";
     //
     // DollarUtilizationElementoSucursalRPT
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader
     });
     this.DataMember = "ResultadoDollarUtilizationXSucursal";
     this.DataSource = this.reporteDollarUtilization;
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(9, 6, 5, 14);
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.TituloGrafica
     });
     this.Version = "13.2";
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChartElementoSucursal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.reporteDollarUtilization)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.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.LineSeriesView      lineSeriesView1      = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series              series2              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView      lineSeriesView2      = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series              series3              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.RangeAreaSeriesView rangeAreaSeriesView1 = new DevExpress.XtraCharts.RangeAreaSeriesView();
     this.edtProduct1     = new System.Windows.Forms.TextBox();
     this.edtPrice1       = new System.Windows.Forms.TextBox();
     this.edtLowestPrice1 = new System.Windows.Forms.TextBox();
     this.edtDiff1        = new System.Windows.Forms.TextBox();
     this.edtPercentDiff1 = new System.Windows.Forms.TextBox();
     this.edtPercentDiff2 = new System.Windows.Forms.TextBox();
     this.edtDiff2        = new System.Windows.Forms.TextBox();
     this.edtLowestPrice2 = new System.Windows.Forms.TextBox();
     this.edtPrice2       = new System.Windows.Forms.TextBox();
     this.edtProduct2     = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     this.btnParse1       = new System.Windows.Forms.Button();
     this.btnParse2       = new System.Windows.Forms.Button();
     this.edtResult       = new System.Windows.Forms.ListBox();
     this.chartControl1   = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(rangeAreaSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // edtProduct1
     //
     this.edtProduct1.Location = new System.Drawing.Point(43, 54);
     this.edtProduct1.Name     = "edtProduct1";
     this.edtProduct1.Size     = new System.Drawing.Size(344, 20);
     this.edtProduct1.TabIndex = 0;
     this.edtProduct1.Text     = "Όρθια Σκούπα AEG AG 5020 ULTRA POWER";
     //
     // edtPrice1
     //
     this.edtPrice1.AcceptsReturn = true;
     this.edtPrice1.Location      = new System.Drawing.Point(394, 54);
     this.edtPrice1.Name          = "edtPrice1";
     this.edtPrice1.Size          = new System.Drawing.Size(62, 20);
     this.edtPrice1.TabIndex      = 1;
     this.edtPrice1.Text          = "177.00";
     this.edtPrice1.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // edtLowestPrice1
     //
     this.edtLowestPrice1.Location  = new System.Drawing.Point(462, 54);
     this.edtLowestPrice1.Name      = "edtLowestPrice1";
     this.edtLowestPrice1.Size      = new System.Drawing.Size(62, 20);
     this.edtLowestPrice1.TabIndex  = 2;
     this.edtLowestPrice1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // edtDiff1
     //
     this.edtDiff1.Location  = new System.Drawing.Point(530, 54);
     this.edtDiff1.Name      = "edtDiff1";
     this.edtDiff1.Size      = new System.Drawing.Size(62, 20);
     this.edtDiff1.TabIndex  = 3;
     this.edtDiff1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // edtPercentDiff1
     //
     this.edtPercentDiff1.Location  = new System.Drawing.Point(598, 54);
     this.edtPercentDiff1.Name      = "edtPercentDiff1";
     this.edtPercentDiff1.Size      = new System.Drawing.Size(62, 20);
     this.edtPercentDiff1.TabIndex  = 4;
     this.edtPercentDiff1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // edtPercentDiff2
     //
     this.edtPercentDiff2.Location  = new System.Drawing.Point(598, 80);
     this.edtPercentDiff2.Name      = "edtPercentDiff2";
     this.edtPercentDiff2.Size      = new System.Drawing.Size(62, 20);
     this.edtPercentDiff2.TabIndex  = 9;
     this.edtPercentDiff2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // edtDiff2
     //
     this.edtDiff2.Location  = new System.Drawing.Point(530, 80);
     this.edtDiff2.Name      = "edtDiff2";
     this.edtDiff2.Size      = new System.Drawing.Size(62, 20);
     this.edtDiff2.TabIndex  = 8;
     this.edtDiff2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // edtLowestPrice2
     //
     this.edtLowestPrice2.Location  = new System.Drawing.Point(462, 80);
     this.edtLowestPrice2.Name      = "edtLowestPrice2";
     this.edtLowestPrice2.Size      = new System.Drawing.Size(62, 20);
     this.edtLowestPrice2.TabIndex  = 7;
     this.edtLowestPrice2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // edtPrice2
     //
     this.edtPrice2.AcceptsReturn = true;
     this.edtPrice2.Location      = new System.Drawing.Point(394, 80);
     this.edtPrice2.Name          = "edtPrice2";
     this.edtPrice2.Size          = new System.Drawing.Size(62, 20);
     this.edtPrice2.TabIndex      = 6;
     this.edtPrice2.Text          = "35.00";
     this.edtPrice2.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // edtProduct2
     //
     this.edtProduct2.Location = new System.Drawing.Point(43, 80);
     this.edtProduct2.Name     = "edtProduct2";
     this.edtProduct2.Size     = new System.Drawing.Size(344, 20);
     this.edtProduct2.TabIndex = 5;
     this.edtProduct2.Text     = "PHILIPS HD 7462 ΜΑΥΡΗ";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(40, 38);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(44, 13);
     this.label1.TabIndex = 11;
     this.label1.Text     = "Product";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(391, 38);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(31, 13);
     this.label2.TabIndex = 12;
     this.label2.Text     = "Price";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(459, 38);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(65, 13);
     this.label3.TabIndex = 13;
     this.label3.Text     = "LowestPrice";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(527, 38);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(23, 13);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Diff";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(595, 38);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(60, 13);
     this.label5.TabIndex = 15;
     this.label5.Text     = "PercentDiff";
     //
     // btnParse1
     //
     this.btnParse1.Location = new System.Drawing.Point(666, 51);
     this.btnParse1.Name     = "btnParse1";
     this.btnParse1.Size     = new System.Drawing.Size(75, 23);
     this.btnParse1.TabIndex = 16;
     this.btnParse1.Text     = "Parse 1";
     this.btnParse1.UseVisualStyleBackColor = true;
     this.btnParse1.Click += new System.EventHandler(this.btnParse1_Click);
     //
     // btnParse2
     //
     this.btnParse2.Location = new System.Drawing.Point(666, 80);
     this.btnParse2.Name     = "btnParse2";
     this.btnParse2.Size     = new System.Drawing.Size(75, 23);
     this.btnParse2.TabIndex = 17;
     this.btnParse2.Text     = "Parse 2";
     this.btnParse2.UseVisualStyleBackColor = true;
     this.btnParse2.Click += new System.EventHandler(this.btnParse2_Click);
     //
     // edtResult
     //
     this.edtResult.FormattingEnabled = true;
     this.edtResult.Location          = new System.Drawing.Point(43, 119);
     this.edtResult.Name     = "edtResult";
     this.edtResult.Size     = new System.Drawing.Size(493, 264);
     this.edtResult.TabIndex = 19;
     //
     // chartControl1
     //
     textAnnotation1.AnchorPoint   = chartAnchorPoint1;
     textAnnotation1.Name          = "Annotation 1";
     textAnnotation1.ShapePosition = freePosition1;
     textAnnotation1.Visible       = false;
     this.chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram           = xyDiagram1;
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.Location          = new System.Drawing.Point(545, 161);
     this.chartControl1.Name               = "chartControl1";
     series1.Name                          = "#1";
     series1.View                          = lineSeriesView1;
     series2.Name                          = "Series 2";
     series2.View                          = lineSeriesView2;
     series3.Name                          = "Range";
     rangeAreaSeriesView1.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(205)))), ((int)(((byte)(92)))), ((int)(((byte)(92)))));
     rangeAreaSeriesView1.Transparency     = ((byte)(200));
     series3.View                          = rangeAreaSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartControl1.Size     = new System.Drawing.Size(300, 200);
     this.chartControl1.TabIndex = 20;
     this.chartControl1.Click   += new System.EventHandler(this.chartControl1_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(854, 468);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.edtResult);
     this.Controls.Add(this.btnParse2);
     this.Controls.Add(this.btnParse1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.edtPercentDiff2);
     this.Controls.Add(this.edtDiff2);
     this.Controls.Add(this.edtLowestPrice2);
     this.Controls.Add(this.edtPrice2);
     this.Controls.Add(this.edtProduct2);
     this.Controls.Add(this.edtPercentDiff1);
     this.Controls.Add(this.edtDiff1);
     this.Controls.Add(this.edtLowestPrice1);
     this.Controls.Add(this.edtPrice1);
     this.Controls.Add(this.edtProduct1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(rangeAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #12
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.SecondaryAxisY           secondaryAxisY1           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions1             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle1               = new DevExpress.XtraCharts.ChartTitle();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.reporteDollarUtilization = new BPMO.SDNI.Flota.Reportes.DA.DollarUtilizationDS();
     this.TopMargin              = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrPageInfo1            = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo2            = new DevExpress.XtraReports.UI.XRPageInfo();
     this.tblTituloEtiquetas     = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow12           = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell9           = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow13           = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell17          = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow14           = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTCRangoFechas        = new DevExpress.XtraReports.UI.XRTableCell();
     this.pbLogo                 = new DevExpress.XtraReports.UI.XRPictureBox();
     this.BottomMargin           = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.PageHeader             = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.chartDollarUtilization = new DevExpress.XtraReports.UI.XRChart();
     this.ReportHeader           = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.GroupHeader1           = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.TituloGrafica          = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrSRChartDetails       = new DevExpress.XtraReports.UI.XRSubreport();
     ((System.ComponentModel.ISupportInitialize)(this.reporteDollarUtilization)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tblTituloEtiquetas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartDollarUtilization)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrSRChartDetails
     });
     this.Detail.HeightF            = 33.41662F;
     this.Detail.KeepTogether       = true;
     this.Detail.MultiColumn.Layout = DevExpress.XtraPrinting.ColumnLayout.AcrossThenDown;
     this.Detail.MultiColumn.Mode   = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
     this.Detail.Name    = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("SucursalID", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("NombreSucursal", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // reporteDollarUtilization
     //
     this.reporteDollarUtilization.DataSetName             = "ReporteDollarUtilization";
     this.reporteDollarUtilization.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 3.708331F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Format        = "Página {0} de {1}";
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(841.5831F, 69.16669F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(142.2917F, 20.83334F);
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.Format        = "{0:dd/MM/yyyy hh:mm:ss tt}";
     this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(841.5834F, 48.33334F);
     this.xrPageInfo2.Name          = "xrPageInfo2";
     this.xrPageInfo2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo2.SizeF         = new System.Drawing.SizeF(142.2916F, 20.83333F);
     this.xrPageInfo2.StylePriority.UseTextAlignment = false;
     this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // tblTituloEtiquetas
     //
     this.tblTituloEtiquetas.Font          = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tblTituloEtiquetas.LocationFloat = new DevExpress.Utils.PointFloat(243.875F, 28.50001F);
     this.tblTituloEtiquetas.Name          = "tblTituloEtiquetas";
     this.tblTituloEtiquetas.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.tblTituloEtiquetas.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow12,
         this.xrTableRow13,
         this.xrTableRow14
     });
     this.tblTituloEtiquetas.SizeF = new System.Drawing.SizeF(587.5831F, 62.5F);
     this.tblTituloEtiquetas.StylePriority.UseFont          = false;
     this.tblTituloEtiquetas.StylePriority.UsePadding       = false;
     this.tblTituloEtiquetas.StylePriority.UseTextAlignment = false;
     this.tblTituloEtiquetas.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTableRow12
     //
     this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell9
     });
     this.xrTableRow12.Name   = "xrTableRow12";
     this.xrTableRow12.Weight = 1D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "ConfiguracionModulo.NombreCliente")
     });
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseFont = false;
     this.xrTableCell9.Weight = 0.99131829478095046D;
     //
     // xrTableRow13
     //
     this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell17
     });
     this.xrTableRow13.Name   = "xrTableRow13";
     this.xrTableRow13.Weight = 1D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.StylePriority.UseFont          = false;
     this.xrTableCell17.StylePriority.UseTextAlignment = false;
     this.xrTableCell17.Text          = "REPORTE DE DOLLAR UTILIZATION";
     this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell17.Weight        = 0.99131829478095046D;
     //
     // xrTableRow14
     //
     this.xrTableRow14.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTCRangoFechas
     });
     this.xrTableRow14.Name   = "xrTableRow14";
     this.xrTableRow14.Weight = 1D;
     //
     // xrTCRangoFechas
     //
     this.xrTCRangoFechas.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTCRangoFechas.Name = "xrTCRangoFechas";
     this.xrTCRangoFechas.StylePriority.UseFont = false;
     this.xrTCRangoFechas.Weight = 0.99131829478095057D;
     //
     // pbLogo
     //
     this.pbLogo.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Image", null, "ConfiguracionesSistema.UrlLogoEmpresa")
     });
     this.pbLogo.LocationFloat = new DevExpress.Utils.PointFloat(74.87501F, 10.00001F);
     this.pbLogo.Name          = "pbLogo";
     this.pbLogo.SizeF         = new System.Drawing.SizeF(159F, 100F);
     this.pbLogo.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     this.pbLogo.BeforePrint  += new System.Drawing.Printing.PrintEventHandler(this.pbLogo_BeforePrint);
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 28.87478F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.pbLogo,
         this.tblTituloEtiquetas,
         this.xrPageInfo2,
         this.xrPageInfo1
     });
     this.PageHeader.HeightF = 126.0417F;
     this.PageHeader.Name    = "PageHeader";
     //
     // chartDollarUtilization
     //
     chartAnchorPoint1.X             = 0;
     chartAnchorPoint1.Y             = 43;
     textAnnotation1.AnchorPoint     = chartAnchorPoint1;
     textAnnotation1.Border.Visible  = false;
     textAnnotation1.ConnectorStyle  = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.Font            = new System.Drawing.Font("Arial Narrow", 9.7F);
     textAnnotation1.Name            = "Anotacion";
     textAnnotation1.ShapeKind       = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition1.DockCorner        = DevExpress.XtraCharts.DockCorner.LeftBottom;
     freePosition1.InnerIndents.Left = 0;
     freePosition1.InnerIndents.Top  = 0;
     textAnnotation1.ShapePosition   = freePosition1;
     textAnnotation1.Text            = "* Expresado de Millones de pesos";
     this.chartDollarUtilization.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.chartDollarUtilization.BackColor       = System.Drawing.Color.Transparent;
     this.chartDollarUtilization.BorderColor     = System.Drawing.Color.Black;
     this.chartDollarUtilization.Borders         = DevExpress.XtraPrinting.BorderSide.None;
     this.chartDollarUtilization.DataMember      = "ResultadoDollarUtilization";
     this.chartDollarUtilization.DataSource      = this.reporteDollarUtilization;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.GridLines.Visible          = false;
     xyDiagram1.AxisY.Title.Font    = new System.Drawing.Font("Arial Narrow", 9.7F);
     xyDiagram1.AxisY.Title.Text    = "* Miles de Pesos";
     xyDiagram1.AxisY.Title.Visible = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     secondaryAxisY1.AxisID        = 0;
     secondaryAxisY1.Name          = "EjeY Secundaria 1";
     secondaryAxisY1.Title.Font    = new System.Drawing.Font("Arial Narrow", 9.7F);
     secondaryAxisY1.Title.Text    = "DU";
     secondaryAxisY1.Title.Visible = true;
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartDollarUtilization.Diagram                    = xyDiagram1;
     this.chartDollarUtilization.FillStyle.FillMode         = DevExpress.XtraCharts.FillMode.Empty;
     this.chartDollarUtilization.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartDollarUtilization.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chartDollarUtilization.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartDollarUtilization.Legend.EquallySpacedItems  = false;
     this.chartDollarUtilization.LocationFloat              = new DevExpress.Utils.PointFloat(10.00004F, 10.00001F);
     this.chartDollarUtilization.Name            = "chartDollarUtilization";
     series1.ArgumentDataMember                  = "Mes";
     series1.ArgumentScaleType                   = DevExpress.XtraCharts.ScaleType.Qualitative;
     pointOptions1.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions1.ValueNumericOptions.Precision = 0;
     sideBySideBarSeriesLabel1.PointOptions      = pointOptions1;
     sideBySideBarSeriesLabel1.Position          = DevExpress.XtraCharts.BarSeriesLabelPosition.Center;
     series1.Label = sideBySideBarSeriesLabel1;
     series1.Name  = "Valor Flota";
     series1.ValueDataMembersSerializable = "ResultadoDollarUtilization.ValorFlota";
     series2.ArgumentDataMember           = "Mes";
     series2.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Qualitative;
     series2.Name = "Dollar Utilization";
     series2.ValueDataMembersSerializable = "ResultadoDollarUtilization.DollarUtilizationMensual";
     lineSeriesView1.AxisYName            = "EjeY Secundaria 1";
     lineSeriesView1.MarkerVisibility     = DevExpress.Utils.DefaultBoolean.True;
     series2.View = lineSeriesView1;
     this.chartDollarUtilization.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartDollarUtilization.SizeF = new System.Drawing.SizeF(1052F, 577.9167F);
     chartTitle1.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold);
     chartTitle1.Text = "DOLLAR UTILIZATION MENSUALIZADO";
     this.chartDollarUtilization.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // ReportHeader
     //
     this.ReportHeader.HeightF = 4.124991F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.chartDollarUtilization
     });
     this.GroupHeader1.HeightF = 602.9167F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // TituloGrafica
     //
     this.TituloGrafica.Name      = "TituloGrafica";
     this.TituloGrafica.ValueInfo = "Dollar Utilization Mensualizado";
     this.TituloGrafica.Visible   = false;
     //
     // xrSRChartDetails
     //
     this.xrSRChartDetails.Id            = 0;
     this.xrSRChartDetails.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrSRChartDetails.Name          = "xrSRChartDetails";
     this.xrSRChartDetails.ReportSource  = new BPMO.SDNI.Flota.RPT.DollarUtilizationElementoSucursalRPT();
     this.xrSRChartDetails.SizeF         = new System.Drawing.SizeF(1072F, 32.79163F);
     this.xrSRChartDetails.BeforePrint  += new System.Drawing.Printing.PrintEventHandler(this.xrSRChartDetails_BeforePrint);
     //
     // DollarUtilizationRPT
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.PageHeader,
         this.ReportHeader,
         this.GroupHeader1
     });
     this.DataMember = "Sucursales";
     this.DataSource = this.reporteDollarUtilization;
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(12, 16, 4, 29);
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.TituloGrafica
     });
     this.Version      = "13.2";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.DollarUtilizationRPT_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(this.reporteDollarUtilization)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tblTituloEtiquetas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartDollarUtilization)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #13
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.FullStackedBarSeriesView fullStackedBarSeriesView1 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
     this.Detail                = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin             = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin          = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.GroupHeader1          = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrPanel1              = new DevExpress.XtraReports.UI.XRPanel();
     this.xrChart1              = new DevExpress.XtraReports.UI.XRChart();
     this.GroupHeader2          = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.lblSemRegistroGrafico = new DevExpress.XtraReports.UI.XRLabel();
     this.ENTID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.CALID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.ESCID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.UNIID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.CURID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.CRRID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.CRPID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.TURID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.UADSUPERIOR       = new DevExpress.XtraReports.Parameters.Parameter();
     this.ADM               = new DevExpress.XtraReports.Parameters.Parameter();
     this.USUID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.GRUID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.ARQID_LOGO        = new DevExpress.XtraReports.Parameters.Parameter();
     this.GroupHeader3      = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.lblCalendario     = new DevExpress.XtraReports.UI.XRLabel();
     this.lblNomeMunicipio  = new DevExpress.XtraReports.UI.XRLabel();
     this.lblNomeSecretaria = new DevExpress.XtraReports.UI.XRLabel();
     this.lblEscola         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.lblFiltros        = new DevExpress.XtraReports.UI.XRLabel();
     this.lblTitulo         = new DevExpress.XtraReports.UI.XRLabel();
     this.lblDRE            = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2           = new DevExpress.XtraReports.UI.XRLine();
     this.ImgLogo           = new DevExpress.XtraReports.UI.XRPictureBox();
     this.dsGestaoEscolar1  = new MSTech.GestaoEscolar.RelatoriosDevExpress.Doctos.Spo.DSGestaoEscolar();
     this.nEW_Relatorio_GraficoJustificativaFaltaTableAdapter = new MSTech.GestaoEscolar.RelatoriosDevExpress.Doctos.Spo.DSGestaoEscolarTableAdapters.NEW_Relatorio_GraficoJustificativaFaltaTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsGestaoEscolar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Dpi           = 100F;
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 100F;
     this.TopMargin.HeightF       = 75F;
     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.Dpi           = 100F;
     this.BottomMargin.HeightF       = 75F;
     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.xrPanel1
     });
     this.GroupHeader1.Dpi          = 100F;
     this.GroupHeader1.HeightF      = 438.9584F;
     this.GroupHeader1.Name         = "GroupHeader1";
     this.GroupHeader1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader1_BeforePrint);
     //
     // xrPanel1
     //
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1
     });
     this.xrPanel1.Dpi           = 100F;
     this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPanel1.Name          = "xrPanel1";
     this.xrPanel1.SizeF         = new System.Drawing.SizeF(1019F, 438.9584F);
     //
     // xrChart1
     //
     chartAnchorPoint1.Y               = 43;
     textAnnotation1.AnchorPoint       = chartAnchorPoint1;
     textAnnotation1.AutoSize          = false;
     textAnnotation1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
     textAnnotation1.ConnectorStyle    = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.Height            = 20;
     textAnnotation1.Name              = "annLegenda";
     textAnnotation1.ShapeKind         = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition1.DockCorner          = DevExpress.XtraCharts.DockCorner.RightTop;
     freePosition1.InnerIndents.Bottom = 229;
     freePosition1.InnerIndents.Left   = 0;
     freePosition1.InnerIndents.Right  = 29;
     freePosition1.InnerIndents.Top    = 14;
     textAnnotation1.ShapePosition     = freePosition1;
     textAnnotation1.Text              = "Justificativas de falta";
     textAnnotation1.TextAlignment     = System.Drawing.StringAlignment.Far;
     textAnnotation1.Width             = 45;
     this.xrChart1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.xrChart1.BorderColor          = System.Drawing.Color.Black;
     this.xrChart1.Borders              = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.Dpi                  = 100F;
     this.xrChart1.Legend.Name          = "Default Legend";
     this.xrChart1.Legend.Padding.Right = 20;
     this.xrChart1.Legend.Padding.Top   = 20;
     this.xrChart1.LocationFloat        = new DevExpress.Utils.PointFloat(10.00001F, 10.00001F);
     this.xrChart1.Name                 = "xrChart1";
     this.xrChart1.SeriesSerializable   = new DevExpress.XtraCharts.Series[0];
     this.xrChart1.SeriesTemplate.View  = fullStackedBarSeriesView1;
     this.xrChart1.SizeF                = new System.Drawing.SizeF(999F, 418.9584F);
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblSemRegistroGrafico
     });
     this.GroupHeader2.Dpi          = 100F;
     this.GroupHeader2.HeightF      = 45F;
     this.GroupHeader2.Level        = 1;
     this.GroupHeader2.Name         = "GroupHeader2";
     this.GroupHeader2.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader2_BeforePrint);
     //
     // lblSemRegistroGrafico
     //
     this.lblSemRegistroGrafico.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(252)))), ((int)(((byte)(223)))));
     this.lblSemRegistroGrafico.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(185)))), ((int)(((byte)(9)))));
     this.lblSemRegistroGrafico.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                      | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblSemRegistroGrafico.CanShrink     = true;
     this.lblSemRegistroGrafico.Dpi           = 100F;
     this.lblSemRegistroGrafico.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSemRegistroGrafico.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.lblSemRegistroGrafico.Name          = "lblSemRegistroGrafico";
     this.lblSemRegistroGrafico.Padding       = new DevExpress.XtraPrinting.PaddingInfo(20, 0, 10, 10, 100F);
     this.lblSemRegistroGrafico.SizeF         = new System.Drawing.SizeF(1019F, 45F);
     this.lblSemRegistroGrafico.StylePriority.UseBackColor     = false;
     this.lblSemRegistroGrafico.StylePriority.UseBorderColor   = false;
     this.lblSemRegistroGrafico.StylePriority.UseBorders       = false;
     this.lblSemRegistroGrafico.StylePriority.UseFont          = false;
     this.lblSemRegistroGrafico.StylePriority.UsePadding       = false;
     this.lblSemRegistroGrafico.StylePriority.UseTextAlignment = false;
     this.lblSemRegistroGrafico.Text          = "Não existe resultado para a pesquisa selecionada.";
     this.lblSemRegistroGrafico.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ENTID
     //
     this.ENTID.Name = "ENTID";
     //
     // CALID
     //
     this.CALID.Name = "CALID";
     //
     // ESCID
     //
     this.ESCID.Name = "ESCID";
     //
     // UNIID
     //
     this.UNIID.Name = "UNIID";
     //
     // CURID
     //
     this.CURID.Name = "CURID";
     //
     // CRRID
     //
     this.CRRID.Name = "CRRID";
     //
     // CRPID
     //
     this.CRPID.Name = "CRPID";
     //
     // TURID
     //
     this.TURID.Name = "TURID";
     //
     // UADSUPERIOR
     //
     this.UADSUPERIOR.Name = "UADSUPERIOR";
     //
     // ADM
     //
     this.ADM.Name = "ADM";
     //
     // USUID
     //
     this.USUID.Name = "USUID";
     //
     // GRUID
     //
     this.GRUID.Name = "GRUID";
     //
     // ARQID_LOGO
     //
     this.ARQID_LOGO.Name = "ARQID_LOGO";
     //
     // GroupHeader3
     //
     this.GroupHeader3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblCalendario,
         this.lblNomeMunicipio,
         this.lblNomeSecretaria,
         this.lblEscola,
         this.xrPageInfo1,
         this.lblFiltros,
         this.lblTitulo,
         this.lblDRE,
         this.xrLine2,
         this.ImgLogo
     });
     this.GroupHeader3.Dpi          = 100F;
     this.GroupHeader3.HeightF      = 161.67F;
     this.GroupHeader3.Level        = 2;
     this.GroupHeader3.Name         = "GroupHeader3";
     this.GroupHeader3.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader3_BeforePrint);
     //
     // lblCalendario
     //
     this.lblCalendario.Dpi                            = 100F;
     this.lblCalendario.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.lblCalendario.LocationFloat                  = new DevExpress.Utils.PointFloat(0.5074978F, 115F);
     this.lblCalendario.Name                           = "lblCalendario";
     this.lblCalendario.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblCalendario.SizeF                          = new System.Drawing.SizeF(1018.492F, 18.00001F);
     this.lblCalendario.StylePriority.UseFont          = false;
     this.lblCalendario.StylePriority.UseTextAlignment = false;
     this.lblCalendario.Text                           = "lblCalendario";
     this.lblCalendario.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblNomeMunicipio
     //
     this.lblNomeMunicipio.Dpi                            = 100F;
     this.lblNomeMunicipio.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblNomeMunicipio.LocationFloat                  = new DevExpress.Utils.PointFloat(95.25801F, 0F);
     this.lblNomeMunicipio.Name                           = "lblNomeMunicipio";
     this.lblNomeMunicipio.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblNomeMunicipio.SizeF                          = new System.Drawing.SizeF(828.9915F, 20F);
     this.lblNomeMunicipio.StylePriority.UseFont          = false;
     this.lblNomeMunicipio.StylePriority.UseTextAlignment = false;
     this.lblNomeMunicipio.Text                           = "lblNomeMunicipio";
     this.lblNomeMunicipio.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblNomeSecretaria
     //
     this.lblNomeSecretaria.Dpi                            = 100F;
     this.lblNomeSecretaria.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblNomeSecretaria.LocationFloat                  = new DevExpress.Utils.PointFloat(95.25801F, 20.00001F);
     this.lblNomeSecretaria.Name                           = "lblNomeSecretaria";
     this.lblNomeSecretaria.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblNomeSecretaria.SizeF                          = new System.Drawing.SizeF(828.9916F, 20F);
     this.lblNomeSecretaria.StylePriority.UseFont          = false;
     this.lblNomeSecretaria.StylePriority.UseTextAlignment = false;
     this.lblNomeSecretaria.Text                           = "lblNomeSecretaria";
     this.lblNomeSecretaria.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblEscola
     //
     this.lblEscola.Dpi                            = 100F;
     this.lblEscola.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblEscola.LocationFloat                  = new DevExpress.Utils.PointFloat(95.25801F, 60.00004F);
     this.lblEscola.Name                           = "lblEscola";
     this.lblEscola.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblEscola.SizeF                          = new System.Drawing.SizeF(828.9915F, 20F);
     this.lblEscola.StylePriority.UseFont          = false;
     this.lblEscola.StylePriority.UseTextAlignment = false;
     this.lblEscola.Text                           = "lblEscola";
     this.lblEscola.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi                            = 100F;
     this.xrPageInfo1.Font                           = new System.Drawing.Font("Arial", 8F);
     this.xrPageInfo1.Format                         = "Data de emissão: {0:dd/MM/yyyy}";
     this.xrPageInfo1.LocationFloat                  = new DevExpress.Utils.PointFloat(863.7917F, 135.67F);
     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(155.2084F, 18F);
     this.xrPageInfo1.StylePriority.UseFont          = false;
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // lblFiltros
     //
     this.lblFiltros.Dpi                            = 100F;
     this.lblFiltros.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.lblFiltros.LocationFloat                  = new DevExpress.Utils.PointFloat(0.2175013F, 135.67F);
     this.lblFiltros.Name                           = "lblFiltros";
     this.lblFiltros.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblFiltros.SizeF                          = new System.Drawing.SizeF(863.5742F, 18F);
     this.lblFiltros.StylePriority.UseFont          = false;
     this.lblFiltros.StylePriority.UseTextAlignment = false;
     this.lblFiltros.Text                           = "lblFiltros";
     this.lblFiltros.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblTitulo
     //
     this.lblTitulo.Dpi                            = 100F;
     this.lblTitulo.Font                           = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
     this.lblTitulo.LocationFloat                  = new DevExpress.Utils.PointFloat(0.2175013F, 89.99999F);
     this.lblTitulo.Name                           = "lblTitulo";
     this.lblTitulo.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblTitulo.SizeF                          = new System.Drawing.SizeF(1018.782F, 23F);
     this.lblTitulo.StylePriority.UseFont          = false;
     this.lblTitulo.StylePriority.UseTextAlignment = false;
     this.lblTitulo.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // lblDRE
     //
     this.lblDRE.Dpi                            = 100F;
     this.lblDRE.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblDRE.LocationFloat                  = new DevExpress.Utils.PointFloat(95.25801F, 40.00003F);
     this.lblDRE.Name                           = "lblDRE";
     this.lblDRE.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblDRE.SizeF                          = new System.Drawing.SizeF(828.9915F, 20F);
     this.lblDRE.StylePriority.UseFont          = false;
     this.lblDRE.StylePriority.UseTextAlignment = false;
     this.lblDRE.Text                           = "lblDRE";
     this.lblDRE.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLine2
     //
     this.xrLine2.Dpi           = 100F;
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0.07251104F, 153.67F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(1018.927F, 8F);
     //
     // ImgLogo
     //
     this.ImgLogo.Dpi           = 100F;
     this.ImgLogo.LocationFloat = new DevExpress.Utils.PointFloat(0.5074965F, 0F);
     this.ImgLogo.Name          = "ImgLogo";
     this.ImgLogo.SizeF         = new System.Drawing.SizeF(94.7505F, 80.00001F);
     this.ImgLogo.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     //
     // dsGestaoEscolar1
     //
     this.dsGestaoEscolar1.DataSetName             = "DSGestaoEscolar";
     this.dsGestaoEscolar1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // nEW_Relatorio_GraficoJustificativaFaltaTableAdapter
     //
     this.nEW_Relatorio_GraficoJustificativaFaltaTableAdapter.ClearBeforeFill = true;
     //
     // GraficoJustificativaFalta
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.GroupHeader2,
         this.GroupHeader3
     });
     this.DataAdapter = this.nEW_Relatorio_GraficoJustificativaFaltaTableAdapter;
     this.DataMember  = "NEW_Relatorio_GraficoJustificativaFalta";
     this.DataSource  = this.dsGestaoEscolar1;
     this.Landscape   = true;
     this.Margins     = new System.Drawing.Printing.Margins(75, 75, 75, 75);
     this.PageHeight  = 827;
     this.PageWidth   = 1169;
     this.PaperKind   = System.Drawing.Printing.PaperKind.A4;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.ENTID,
         this.CALID,
         this.ESCID,
         this.UNIID,
         this.CURID,
         this.CRRID,
         this.CRPID,
         this.TURID,
         this.UADSUPERIOR,
         this.ADM,
         this.USUID,
         this.GRUID,
         this.ARQID_LOGO
     });
     this.Version             = "16.1";
     this.DataSourceDemanded += new System.EventHandler <System.EventArgs>(this.GraficoJustificativaFalta_DataSourceDemanded);
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsGestaoEscolar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #14
0
        public static void DrawBarChart(DevExpress.XtraCharts.ChartControl chartControl1, string titleChart, string columnName, string rowName, List <ModelSeries> listModelSeries)
        {
            try
            {
                chartControl1.DataSource = null;
                chartControl1.Series.Clear();
                chartControl1.Titles.Clear();
                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.TextAnnotation   textAnnotation2   = new DevExpress.XtraCharts.TextAnnotation();
                DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint2 = new DevExpress.XtraCharts.ChartAnchorPoint();
                DevExpress.XtraCharts.FreePosition     freePosition2     = new DevExpress.XtraCharts.FreePosition();
                DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();

                DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();

                ((System.ComponentModel.ISupportInitialize)(chartControl1)).BeginInit();
                ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
                ((System.ComponentModel.ISupportInitialize)(textAnnotation2)).BeginInit();
                ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();

                chartAnchorPoint1.X             = 0;
                chartAnchorPoint1.Y             = 20;
                textAnnotation1.AnchorPoint     = chartAnchorPoint1;
                textAnnotation1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
                textAnnotation1.ConnectorStyle  = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
                textAnnotation1.Name            = columnName;
                textAnnotation1.ShapeKind       = DevExpress.XtraCharts.ShapeKind.Rectangle;
                freePosition1.InnerIndents.Left = 30;
                freePosition1.InnerIndents.Top  = 51;
                textAnnotation1.ShapePosition   = freePosition1;
                textAnnotation1.Text            = columnName;
                textAnnotation1.TextColor       = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
                chartAnchorPoint2.X             = 340;
                chartAnchorPoint2.Y             = 490;
                textAnnotation2.AnchorPoint     = chartAnchorPoint2;
                textAnnotation2.ConnectorStyle  = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
                textAnnotation2.Name            = rowName;
                textAnnotation2.ShapeKind       = DevExpress.XtraCharts.ShapeKind.Rectangle;
                freePosition2.DockCorner        = DevExpress.XtraCharts.DockCorner.RightBottom;
                freePosition2.DockTargetName    = "Default Pane";
                freePosition2.InnerIndents.Left = 11;
                freePosition2.InnerIndents.Top  = 11;
                textAnnotation2.ShapePosition   = freePosition2;
                textAnnotation2.Text            = rowName;
                textAnnotation2.TextColor       = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
                chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
                    textAnnotation1,
                    textAnnotation2
                });
                xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
                xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
                chartControl1.Diagram  = xyDiagram1;
                chartControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
                chartControl1.Location = new System.Drawing.Point(3, 53);
                chartControl1.Size     = new System.Drawing.Size(889, 371);
                chartControl1.TabIndex = 1;
                chartTitle1.Text       = titleChart;
                chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
                    chartTitle1
                });
                if (listModelSeries != null && listModelSeries.Count > 0)
                {
                    List <DevExpress.XtraCharts.Series> listSeries = new List <DevExpress.XtraCharts.Series>();
                    foreach (var model in listModelSeries)
                    {
                        DevExpress.XtraCharts.Series series = new DevExpress.XtraCharts.Series()
                        {
                            Name = model.SeriesName, ShowInLegend = model.ShowInLegend
                        };
                        foreach (var point in model.ListPoint)
                        {
                            DevExpress.XtraCharts.SeriesPoint seriesPoint = new DevExpress.XtraCharts.SeriesPoint(point.X, new object[] { ((object)(point.Y)) });
                            series.Points.Add(seriesPoint);
                        }
                        listSeries.Add(series);
                    }
                    chartControl1.SeriesSerializable = listSeries.ToArray();
                }
                ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
                ((System.ComponentModel.ISupportInitialize)(textAnnotation2)).EndInit();
                ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
                ((System.ComponentModel.ISupportInitialize)(chartControl1)).EndInit();
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }
コード例 #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1      = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1            = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column4           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4 = new DevExpress.DataAccess.Sql.ColumnExpression();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(TrendViewer));
     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.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.TextAnnotation   textAnnotation2   = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint2 = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition     freePosition2     = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.XYDiagram        xyDiagram2        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView2   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.TextAnnotation   textAnnotation3   = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint3 = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition     freePosition3     = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.XYDiagram        xyDiagram3        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series3           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView3   = new DevExpress.XtraCharts.LineSeriesView();
     this.trend_dataBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.sqlDataSource1          = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.timer1         = new System.Windows.Forms.Timer(this.components);
     this.chartControl1  = new DevExpress.XtraCharts.ChartControl();
     this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
     this.button2        = new System.Windows.Forms.Button();
     this.timer2         = new System.Windows.Forms.Timer(this.components);
     this.chartControl2  = new DevExpress.XtraCharts.ChartControl();
     this.chartControl3  = new DevExpress.XtraCharts.ChartControl();
     this.button5        = new System.Windows.Forms.Button();
     this.button4        = new System.Windows.Forms.Button();
     this.button3        = new System.Windows.Forms.Button();
     this.button1        = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.trend_dataBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // trend_dataBindingSource
     //
     this.trend_dataBindingSource.DataMember = "trend_data";
     this.trend_dataBindingSource.DataSource = this.sqlDataSource1;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "localhost_mysql_Connection_v1.0";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "DATETIME";
     table1.MetaSerializable            = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"134\" />";
     table1.Name                  = "trend_data";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "VOLTAGE";
     columnExpression2.Table      = table1;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "CURRENT";
     columnExpression3.Table      = table1;
     column3.Expression           = columnExpression3;
     columnExpression4.ColumnName = "POWER";
     columnExpression4.Table      = table1;
     column4.Expression           = columnExpression4;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Name = "trend_data";
     selectQuery1.Tables.Add(table1);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // chartControl1
     //
     textAnnotation1.AnchorPoint     = chartAnchorPoint1;
     textAnnotation1.ConnectorStyle  = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.Name            = "Annotation 1";
     freePosition1.InnerIndents.Left = 43;
     freePosition1.InnerIndents.Top  = 15;
     textAnnotation1.ShapePosition   = freePosition1;
     textAnnotation1.Text            = "Power";
     this.chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.chartControl1.DataSource = this.trend_dataBindingSource;
     xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None;
     xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid          = false;
     xyDiagram1.AxisX.DateTimeScaleOptions.GridAlignment     = DevExpress.XtraCharts.DateTimeGridAlignment.Second;
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit       = DevExpress.XtraCharts.DateTimeMeasureUnit.Second;
     xyDiagram1.AxisX.VisibleInPanesSerializable             = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable             = "-1";
     xyDiagram1.EnableAxisXScrolling      = true;
     xyDiagram1.EnableAxisXZooming        = true;
     xyDiagram1.EnableAxisYScrolling      = true;
     xyDiagram1.EnableAxisYZooming        = true;
     this.chartControl1.Diagram           = xyDiagram1;
     this.chartControl1.Legend.Name       = "Default Legend";
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(15, 281);
     this.chartControl1.Name    = "chartControl1";
     series1.ArgumentDataMember = "DATETIME";
     series1.ArgumentScaleType  = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.DataSource         = this.trend_dataBindingSource;
     series1.Name = "Series 1";
     series1.ValueDataMembersSerializable = "POWER";
     series1.View = lineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size     = new System.Drawing.Size(797, 130);
     this.chartControl1.TabIndex = 2;
     //
     // maskedTextBox1
     //
     this.maskedTextBox1.Location           = new System.Drawing.Point(664, 416);
     this.maskedTextBox1.Mask               = "0000년90월90일 90시90분";
     this.maskedTextBox1.Name               = "maskedTextBox1";
     this.maskedTextBox1.Size               = new System.Drawing.Size(148, 21);
     this.maskedTextBox1.TabIndex           = 3;
     this.maskedTextBox1.ValidatingType     = typeof(System.DateTime);
     this.maskedTextBox1.MaskInputRejected += new System.Windows.Forms.MaskInputRejectedEventHandler(this.maskedTextBox1_MaskInputRejected);
     //
     // maskedTextBox2
     //
     this.maskedTextBox2.Location           = new System.Drawing.Point(15, 414);
     this.maskedTextBox2.Mask               = "0000년90월90일 90시90분";
     this.maskedTextBox2.Name               = "maskedTextBox2";
     this.maskedTextBox2.Size               = new System.Drawing.Size(148, 21);
     this.maskedTextBox2.TabIndex           = 4;
     this.maskedTextBox2.ValidatingType     = typeof(System.DateTime);
     this.maskedTextBox2.MaskInputRejected += new System.Windows.Forms.MaskInputRejectedEventHandler(this.maskedTextBox2_MaskInputRejected);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(844, 194);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 5;
     this.button2.Text     = "직접설정";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.적용);
     //
     // chartControl2
     //
     textAnnotation2.AnchorPoint     = chartAnchorPoint2;
     textAnnotation2.ConnectorStyle  = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation2.Name            = "Annotation 1";
     freePosition2.InnerIndents.Left = 39;
     freePosition2.InnerIndents.Top  = 14;
     textAnnotation2.ShapePosition   = freePosition2;
     textAnnotation2.Text            = "Current";
     this.chartControl2.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation2
     });
     this.chartControl2.DataSource = this.trend_dataBindingSource;
     xyDiagram2.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None;
     xyDiagram2.AxisX.DateTimeScaleOptions.AutoGrid          = false;
     xyDiagram2.AxisX.DateTimeScaleOptions.GridAlignment     = DevExpress.XtraCharts.DateTimeGridAlignment.Second;
     xyDiagram2.AxisX.DateTimeScaleOptions.MeasureUnit       = DevExpress.XtraCharts.DateTimeMeasureUnit.Second;
     xyDiagram2.AxisX.VisibleInPanesSerializable             = "-1";
     xyDiagram2.AxisY.VisibleInPanesSerializable             = "-1";
     xyDiagram2.EnableAxisXScrolling      = true;
     xyDiagram2.EnableAxisXZooming        = true;
     xyDiagram2.EnableAxisYScrolling      = true;
     xyDiagram2.EnableAxisYZooming        = true;
     this.chartControl2.Diagram           = xyDiagram2;
     this.chartControl2.Legend.Name       = "Default Legend";
     this.chartControl2.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl2.Location          = new System.Drawing.Point(15, 145);
     this.chartControl2.Name    = "chartControl2";
     series2.ArgumentDataMember = "DATETIME";
     series2.ArgumentScaleType  = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.DataSource         = this.trend_dataBindingSource;
     series2.Name = "Series 1";
     series2.ValueDataMembersSerializable = "CURRENT";
     series2.View = lineSeriesView2;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.chartControl2.Size     = new System.Drawing.Size(797, 130);
     this.chartControl2.TabIndex = 6;
     //
     // chartControl3
     //
     textAnnotation3.AnchorPoint     = chartAnchorPoint3;
     textAnnotation3.ConnectorStyle  = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation3.Name            = "Annotation 1";
     freePosition3.InnerIndents.Left = 43;
     freePosition3.InnerIndents.Top  = 13;
     textAnnotation3.ShapePosition   = freePosition3;
     textAnnotation3.Text            = "Voltage";
     this.chartControl3.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation3
     });
     this.chartControl3.DataSource = this.trend_dataBindingSource;
     xyDiagram3.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None;
     xyDiagram3.AxisX.DateTimeScaleOptions.AutoGrid          = false;
     xyDiagram3.AxisX.DateTimeScaleOptions.GridAlignment     = DevExpress.XtraCharts.DateTimeGridAlignment.Second;
     xyDiagram3.AxisX.DateTimeScaleOptions.MeasureUnit       = DevExpress.XtraCharts.DateTimeMeasureUnit.Second;
     xyDiagram3.AxisX.VisibleInPanesSerializable             = "-1";
     xyDiagram3.AxisY.VisibleInPanesSerializable             = "-1";
     xyDiagram3.EnableAxisXScrolling      = true;
     xyDiagram3.EnableAxisXZooming        = true;
     xyDiagram3.EnableAxisYScrolling      = true;
     xyDiagram3.EnableAxisYZooming        = true;
     this.chartControl3.Diagram           = xyDiagram3;
     this.chartControl3.Legend.Name       = "Default Legend";
     this.chartControl3.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl3.Location          = new System.Drawing.Point(15, 8);
     this.chartControl3.Name    = "chartControl3";
     series3.ArgumentDataMember = "DATETIME";
     series3.ArgumentScaleType  = DevExpress.XtraCharts.ScaleType.DateTime;
     series3.DataSource         = this.trend_dataBindingSource;
     series3.Name = "Series 1";
     series3.ValueDataMembersSerializable = "VOLTAGE";
     series3.View = lineSeriesView3;
     this.chartControl3.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3
     };
     this.chartControl3.Size     = new System.Drawing.Size(797, 130);
     this.chartControl3.TabIndex = 7;
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(844, 165);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(75, 23);
     this.button5.TabIndex = 22;
     this.button5.Text     = "1일단위";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click_1);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(844, 136);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(75, 23);
     this.button4.TabIndex = 21;
     this.button4.Text     = "1시간단위";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click_1);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(844, 107);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 20;
     this.button3.Text     = "10분단위 시간 확정";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click_1);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(844, 78);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 23;
     this.button1.Text     = "Export_Data";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_1);
     //
     // TrendViewer
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(222)))), ((int)(((byte)(222)))));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Controls.Add(this.button1);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.chartControl3);
     this.Controls.Add(this.chartControl2);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.maskedTextBox2);
     this.Controls.Add(this.maskedTextBox1);
     this.Controls.Add(this.chartControl1);
     this.Margin = new System.Windows.Forms.Padding(0);
     this.Name   = "TrendViewer";
     this.Size   = new System.Drawing.Size(964, 454);
     this.Load  += new System.EventHandler(this.TrendViewer_Load);
     ((System.ComponentModel.ISupportInitialize)(this.trend_dataBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }