/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DevExpress.XtraCharts.SimpleDiagram simpleDiagram1 = new DevExpress.XtraCharts.SimpleDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.FunnelSeriesLabel funnelSeriesLabel1 = new DevExpress.XtraCharts.FunnelSeriesLabel(); DevExpress.XtraCharts.FunnelSeriesView funnelSeriesView1 = new DevExpress.XtraCharts.FunnelSeriesView(); DevExpress.XtraCharts.FunnelSeriesView funnelSeriesView2 = new DevExpress.XtraCharts.FunnelSeriesView(); this.modueLayout = new DevExpress.XtraDataLayout.DataLayoutControl(); this.chartControl = new DevExpress.XtraCharts.ChartControl(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.ItemForFunnel = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.modueLayout)).BeginInit(); this.modueLayout.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForFunnel)).BeginInit(); this.SuspendLayout(); // // modueLayout // this.modueLayout.AllowCustomization = false; this.modueLayout.Controls.Add(this.chartControl); this.modueLayout.Dock = System.Windows.Forms.DockStyle.Fill; this.modueLayout.Location = new System.Drawing.Point(0, 0); this.modueLayout.Margin = new System.Windows.Forms.Padding(2); this.modueLayout.Name = "modueLayout"; this.modueLayout.Root = this.Root; this.modueLayout.Size = new System.Drawing.Size(458, 572); this.modueLayout.TabIndex = 0; // // chartControl // this.chartControl.AccessibleName = ""; this.chartControl.AllowDrop = true; simpleDiagram1.EqualPieSize = false; this.chartControl.Diagram = simpleDiagram1; this.chartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside; this.chartControl.Legend.EnableAntialiasing = Utils.DefaultBoolean.True; this.chartControl.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl.Legend.Font = new System.Drawing.Font("Segoe UI", 8F); this.chartControl.Legend.Margins.Bottom = 0; this.chartControl.Legend.Margins.Left = 0; this.chartControl.Legend.Margins.Right = 0; this.chartControl.Legend.Margins.Top = 0; this.chartControl.Legend.MarkerSize = new System.Drawing.Size(20, 20); this.chartControl.Legend.Padding.Bottom = 0; this.chartControl.Legend.Padding.Left = 0; this.chartControl.Legend.Padding.Right = 0; this.chartControl.Legend.Padding.Top = 40; this.chartControl.Location = new System.Drawing.Point(0, 0); this.chartControl.Name = "chartControl"; this.chartControl.Padding.Bottom = 40; this.chartControl.Padding.Left = 40; this.chartControl.Padding.Right = 40; this.chartControl.Padding.Top = 40; this.chartControl.PaletteName = "Opportunities Palette"; this.chartControl.PaletteRepository.Add("Opportunities Palette", new DevExpress.XtraCharts.Palette("Opportunities Palette", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(108)))), ((int)(((byte)(41))))), System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(108)))), ((int)(((byte)(41)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(135)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(135)))), ((int)(((byte)(184)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(170)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(170)))), ((int)(((byte)(0)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(135)))), ((int)(((byte)(135))))), System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(135)))), ((int)(((byte)(135)))))) })); funnelSeriesLabel1.EnableAntialiasing = Utils.DefaultBoolean.True; funnelSeriesLabel1.BackColor = System.Drawing.Color.Transparent; funnelSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; funnelSeriesLabel1.Font = new System.Drawing.Font("Segoe UI", 10F); funnelSeriesLabel1.Position = DevExpress.XtraCharts.FunnelSeriesLabelPosition.Center; funnelSeriesLabel1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); funnelSeriesLabel1.TextPattern = "{V:c}"; series1.Label = funnelSeriesLabel1; series1.LegendTextPattern = "{A}"; series1.Name = "Series 1"; funnelSeriesView1.AlignToCenter = true; series1.View = funnelSeriesView1; this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chartControl.SeriesTemplate.View = funnelSeriesView2; this.chartControl.Size = new System.Drawing.Size(458, 572); this.chartControl.TabIndex = 6; // // Root // this.Root.CustomizationFormText = "Root"; this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.ItemForFunnel }); this.Root.Location = new System.Drawing.Point(0, 0); this.Root.Name = "Root"; this.Root.OptionsItemText.TextToControlDistance = 6; this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.Root.Size = new System.Drawing.Size(458, 572); this.Root.Text = "Root"; // // ItemForFunnel // this.ItemForFunnel.Control = this.chartControl; this.ItemForFunnel.CustomizationFormText = "ItemForFunnel"; this.ItemForFunnel.Location = new System.Drawing.Point(0, 0); this.ItemForFunnel.Name = "ItemForFunnel"; this.ItemForFunnel.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.ItemForFunnel.Size = new System.Drawing.Size(458, 572); this.ItemForFunnel.Text = "ItemForFunnel"; this.ItemForFunnel.TextSize = new System.Drawing.Size(0, 0); this.ItemForFunnel.TextToControlDistance = 0; this.ItemForFunnel.TextVisible = false; // // QuoteView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.modueLayout); this.Name = "QuoteView"; this.Size = new System.Drawing.Size(458, 572); ((System.ComponentModel.ISupportInitialize)(this.modueLayout)).EndInit(); this.modueLayout.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForFunnel)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.FunnelSeriesLabel funnelSeriesLabel1 = new DevExpress.XtraCharts.FunnelSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("Visited a web site", new object[] { ((object)(9152D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("Downloaded a trial", new object[] { ((object)(6870D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("Contacted to support", new object[] { ((object)(5121D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("Subscribed", new object[] { ((object)(2224D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("Renewed", new object[] { ((object)(1670D)) }); DevExpress.XtraCharts.FunnelSeriesView funnelSeriesView1 = new DevExpress.XtraCharts.FunnelSeriesView(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); this.chartControl = new DevExpress.XtraCharts.ChartControl(); this.pnlChart = new DevExpress.XtraEditors.PanelControl(); this.pnlButtons = new DevExpress.XtraEditors.PanelControl(); this.btnAnumate = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pnlChart)).BeginInit(); this.pnlChart.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnlButtons)).BeginInit(); this.pnlButtons.SuspendLayout(); this.SuspendLayout(); // // defaultLookAndFeel // this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2016 Colorful"; // // chartControl // this.chartControl.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl.Legend.Name = "Default Legend"; this.chartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl.Location = new System.Drawing.Point(4, 4); this.chartControl.Name = "chartControl"; funnelSeriesLabel1.Position = DevExpress.XtraCharts.FunnelSeriesLabelPosition.RightColumn; funnelSeriesLabel1.TextPattern = "{A}: {VP:P1}"; series1.Label = funnelSeriesLabel1; series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series1.Name = "Series"; series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint1, seriesPoint2, seriesPoint3, seriesPoint4, seriesPoint5 }); funnelSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid; series1.View = funnelSeriesView1; this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chartControl.Size = new System.Drawing.Size(790, 383); this.chartControl.TabIndex = 2; chartTitle1.Text = "Web site visitor trend"; this.chartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); // // pnlChart // this.pnlChart.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pnlChart.Controls.Add(this.chartControl); this.pnlChart.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlChart.Location = new System.Drawing.Point(0, 0); this.pnlChart.Name = "pnlChart"; this.pnlChart.Padding = new System.Windows.Forms.Padding(4, 4, 4, 2); this.pnlChart.Size = new System.Drawing.Size(798, 389); this.pnlChart.TabIndex = 3; // // pnlButtons // this.pnlButtons.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pnlButtons.Controls.Add(this.btnAnumate); this.pnlButtons.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnlButtons.Location = new System.Drawing.Point(0, 389); this.pnlButtons.Name = "pnlButtons"; this.pnlButtons.Padding = new System.Windows.Forms.Padding(4, 2, 4, 4); this.pnlButtons.Size = new System.Drawing.Size(798, 29); this.pnlButtons.TabIndex = 4; // // btnAnumate // this.btnAnumate.Dock = System.Windows.Forms.DockStyle.Right; this.btnAnumate.Location = new System.Drawing.Point(694, 2); this.btnAnumate.Name = "btnAnumate"; this.btnAnumate.Size = new System.Drawing.Size(100, 23); this.btnAnumate.TabIndex = 0; this.btnAnumate.Text = "Animate"; this.btnAnumate.Click += new System.EventHandler(this.OnAnimateClick); // // MainPage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(798, 418); this.Controls.Add(this.pnlChart); this.Controls.Add(this.pnlButtons); this.Name = "MainPage"; this.Text = "Custom Funnel Animation Example"; ((System.ComponentModel.ISupportInitialize)(funnelSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pnlChart)).EndInit(); this.pnlChart.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pnlButtons)).EndInit(); this.pnlButtons.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.XtraEditors.RangeControlRange rangeControlRange1 = new DevExpress.XtraEditors.RangeControlRange(); DevExpress.XtraEditors.AreaChartRangeControlClientView areaChartRangeControlClientView1 = new DevExpress.XtraEditors.AreaChartRangeControlClientView(); DevExpress.XtraCharts.SimpleDiagram simpleDiagram1 = new DevExpress.XtraCharts.SimpleDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.FunnelSeriesLabel funnelSeriesLabel1 = new DevExpress.XtraCharts.FunnelSeriesLabel(); DevExpress.XtraCharts.FunnelSeriesView funnelSeriesView1 = new DevExpress.XtraCharts.FunnelSeriesView(); DevExpress.XtraCharts.FunnelSeriesView funnelSeriesView2 = new DevExpress.XtraCharts.FunnelSeriesView(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Opportunities)); this.rangeControl = new DevExpress.XtraEditors.RangeControl(); this.dateTimeChartRangeControlClient1 = new DevExpress.XtraEditors.DateTimeChartRangeControlClient(); this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); this.panelContainer = new DevExpress.XtraEditors.PanelControl(); this.pivotGridControl = new DevExpress.XtraPivotGrid.PivotGridControl(); this.opportunitiesBindingSource = new System.Windows.Forms.BindingSource(this.components); this.fieldPercentage = new DevExpress.XtraPivotGrid.PivotGridField(); this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar(); this.fieldOpportunities = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldCity = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldState = new DevExpress.XtraPivotGrid.PivotGridField(); this.opportunitiesMapView1 = new DevExpress.DevAV.Modules.OpportunitiesMapView(); this.chartControl = new DevExpress.XtraCharts.ChartControl(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.chartControlLCI = new DevExpress.XtraLayout.LayoutControlItem(); this.pivotGridLCI = new DevExpress.XtraLayout.LayoutControlItem(); this.buttonHide = new DevExpress.XtraLayout.SimpleLabelItem(); this.opportunitiesSimpleLabel = new DevExpress.XtraLayout.SimpleLabelItem(); this.rangeControlLCI = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.rangeControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateTimeChartRangeControlClient1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit(); this.dataLayoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelContainer)).BeginInit(); this.panelContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.opportunitiesBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControlLCI)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pivotGridLCI)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.buttonHide)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.opportunitiesSimpleLabel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rangeControlLCI)).BeginInit(); this.SuspendLayout(); this.rangeControl.AnimateOnDataChange = true; this.rangeControl.Client = this.dateTimeChartRangeControlClient1; this.rangeControl.Location = new System.Drawing.Point(42, 502); this.rangeControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.rangeControl.MaximumSize = new System.Drawing.Size(0, 100); this.rangeControl.MinimumSize = new System.Drawing.Size(0, 100); this.rangeControl.Name = "rangeControl"; rangeControlRange1.Maximum = new System.DateTime(((long)(0))); rangeControlRange1.Minimum = new System.DateTime(2014, 6, 1, 0, 0, 0, 0); rangeControlRange1.Owner = this.rangeControl; this.rangeControl.SelectedRange = rangeControlRange1; this.rangeControl.ShowZoomScrollBar = false; this.rangeControl.Size = new System.Drawing.Size(1058, 100); this.rangeControl.StyleController = this.dataLayoutControl1; this.rangeControl.TabIndex = 19; this.rangeControl.Text = "rangeControl1"; areaChartRangeControlClientView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(182)))), ((int)(((byte)(194)))), ((int)(((byte)(224))))); this.dateTimeChartRangeControlClient1.DataProvider.TemplateView = areaChartRangeControlClientView1; this.dateTimeChartRangeControlClient1.GridOptions.Auto = false; this.dateTimeChartRangeControlClient1.GridOptions.GridAlignment = DevExpress.XtraEditors.RangeControlDateTimeGridAlignment.Month; this.dateTimeChartRangeControlClient1.GridOptions.GridSpacing = 2D; this.dateTimeChartRangeControlClient1.GridOptions.SnapAlignment = DevExpress.XtraEditors.RangeControlDateTimeGridAlignment.Month; this.dateTimeChartRangeControlClient1.GridOptions.SnapSpacing = 2D; this.dateTimeChartRangeControlClient1.PaletteName = "NatureColors"; this.dataLayoutControl1.AllowCustomization = false; this.dataLayoutControl1.Controls.Add(this.rangeControl); this.dataLayoutControl1.Controls.Add(this.panelContainer); this.dataLayoutControl1.Controls.Add(this.chartControl); this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0); this.dataLayoutControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dataLayoutControl1.Name = "dataLayoutControl1"; this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(-1359, 205, 938, 715); this.dataLayoutControl1.Root = this.layoutControlGroup1; this.dataLayoutControl1.Size = new System.Drawing.Size(1142, 624); this.dataLayoutControl1.TabIndex = 0; this.dataLayoutControl1.Text = "dataLayoutControl1"; this.panelContainer.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelContainer.Controls.Add(this.pivotGridControl); this.panelContainer.Controls.Add(this.opportunitiesMapView1); this.panelContainer.Location = new System.Drawing.Point(42, 47); this.panelContainer.Name = "panelContainer"; this.panelContainer.Size = new System.Drawing.Size(694, 427); this.panelContainer.TabIndex = 5; this.pivotGridControl.CausesValidation = false; this.pivotGridControl.DataSource = this.opportunitiesBindingSource; this.pivotGridControl.Dock = System.Windows.Forms.DockStyle.Fill; this.pivotGridControl.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] { this.fieldPercentage, this.fieldOpportunities, this.fieldCity, this.fieldState }); this.pivotGridControl.Location = new System.Drawing.Point(0, 0); this.pivotGridControl.Name = "pivotGridControl"; this.pivotGridControl.OptionsSelection.MultiSelect = false; this.pivotGridControl.OptionsView.ColumnTotalsLocation = DevExpress.XtraPivotGrid.PivotTotalsLocation.Near; this.pivotGridControl.OptionsView.ShowColumnGrandTotalHeader = false; this.pivotGridControl.OptionsView.ShowColumnHeaders = false; this.pivotGridControl.OptionsView.ShowFilterHeaders = false; this.pivotGridControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemProgressBar1 }); this.pivotGridControl.Size = new System.Drawing.Size(694, 427); this.pivotGridControl.TabIndex = 20; this.pivotGridControl.CustomCellValue += new System.EventHandler <DevExpress.XtraPivotGrid.PivotCellValueEventArgs>(this.pivotGridControl1_CustomCellValue); this.fieldPercentage.AllowedAreas = DevExpress.XtraPivotGrid.PivotGridAllowedAreas.DataArea; this.fieldPercentage.Appearance.Cell.Options.UseTextOptions = true; this.fieldPercentage.Appearance.Cell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.fieldPercentage.Appearance.CellGrandTotal.Options.UseTextOptions = true; this.fieldPercentage.Appearance.CellGrandTotal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.fieldPercentage.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea; this.fieldPercentage.AreaIndex = 1; this.fieldPercentage.Caption = "Percentage"; this.fieldPercentage.FieldEdit = this.repositoryItemProgressBar1; this.fieldPercentage.FieldName = "Opportunity"; this.fieldPercentage.Name = "fieldPercentage"; this.fieldPercentage.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Average; this.fieldPercentage.UnboundFieldName = "Opportunity"; this.fieldPercentage.Width = 200; this.repositoryItemProgressBar1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.repositoryItemProgressBar1.AppearanceFocused.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.repositoryItemProgressBar1.AppearanceReadOnly.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.repositoryItemProgressBar1.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(81)))), ((int)(((byte)(165))))); this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1"; this.repositoryItemProgressBar1.ReadOnly = true; this.repositoryItemProgressBar1.ShowTitle = true; this.repositoryItemProgressBar1.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(81)))), ((int)(((byte)(165))))); this.fieldOpportunities.AllowedAreas = DevExpress.XtraPivotGrid.PivotGridAllowedAreas.DataArea; this.fieldOpportunities.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea; this.fieldOpportunities.AreaIndex = 0; this.fieldOpportunities.Caption = "Opportunities"; this.fieldOpportunities.FieldName = "Total"; this.fieldOpportunities.Name = "fieldOpportunities"; this.fieldOpportunities.Width = 240; this.fieldCity.AllowedAreas = DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea; this.fieldCity.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea; this.fieldCity.AreaIndex = 1; this.fieldCity.Caption = "City"; this.fieldCity.FieldName = "CustomerStore.City"; this.fieldCity.Name = "fieldCity"; this.fieldCity.SortOrder = DevExpress.XtraPivotGrid.PivotSortOrder.Descending; this.fieldCity.Width = 200; this.fieldState.AllowedAreas = DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea; this.fieldState.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea; this.fieldState.AreaIndex = 0; this.fieldState.Caption = "State"; this.fieldState.FieldName = "CustomerStore.State"; this.fieldState.Name = "fieldState"; this.fieldState.SortMode = DevExpress.XtraPivotGrid.PivotSortMode.DisplayText; this.fieldState.SortOrder = DevExpress.XtraPivotGrid.PivotSortOrder.Descending; this.fieldState.Width = 150; this.opportunitiesMapView1.Dock = System.Windows.Forms.DockStyle.Fill; this.opportunitiesMapView1.Location = new System.Drawing.Point(0, 0); this.opportunitiesMapView1.Margin = new System.Windows.Forms.Padding(6); this.opportunitiesMapView1.Name = "opportunitiesMapView1"; this.opportunitiesMapView1.Quote = null; this.opportunitiesMapView1.Size = new System.Drawing.Size(694, 427); this.opportunitiesMapView1.TabIndex = 21; this.chartControl.AccessibleName = ""; this.chartControl.AllowDrop = true; this.chartControl.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl.DataSource = this.opportunitiesBindingSource; simpleDiagram1.EqualPieSize = false; this.chartControl.Diagram = simpleDiagram1; this.chartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside; this.chartControl.Legend.Antialiasing = true; this.chartControl.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl.Legend.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.chartControl.Legend.Margins.Bottom = 0; this.chartControl.Legend.Margins.Left = 0; this.chartControl.Legend.Margins.Right = 0; this.chartControl.Legend.Margins.Top = 0; this.chartControl.Legend.MarkerSize = new System.Drawing.Size(20, 20); this.chartControl.Legend.Padding.Bottom = 0; this.chartControl.Legend.Padding.Left = 0; this.chartControl.Legend.Padding.Right = 0; this.chartControl.Legend.Padding.Top = 40; this.chartControl.Location = new System.Drawing.Point(768, 47); this.chartControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.chartControl.Name = "chartControl"; this.chartControl.PaletteName = "Palette 1"; this.chartControl.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(133)))), ((int)(((byte)(156))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(133)))), ((int)(((byte)(156)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85))))), System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(113)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(113)))), ((int)(((byte)(0)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(114)))), ((int)(((byte)(198))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(114)))), ((int)(((byte)(198)))))) })); funnelSeriesLabel1.Antialiasing = true; funnelSeriesLabel1.BackColor = System.Drawing.Color.Transparent; funnelSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; funnelSeriesLabel1.Font = new System.Drawing.Font("Segoe UI", 10F); funnelSeriesLabel1.Position = DevExpress.XtraCharts.FunnelSeriesLabelPosition.Center; funnelSeriesLabel1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); funnelSeriesLabel1.TextPattern = "{V:c}"; series1.Label = funnelSeriesLabel1; series1.LegendTextPattern = "{A}"; series1.Name = "Series 1"; series1.SynchronizePointOptions = false; funnelSeriesView1.AlignToCenter = true; series1.View = funnelSeriesView1; this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chartControl.SeriesTemplate.SynchronizePointOptions = false; this.chartControl.SeriesTemplate.View = funnelSeriesView2; this.chartControl.Size = new System.Drawing.Size(332, 427); this.chartControl.TabIndex = 5; this.chartControl.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl_CustomDrawSeriesPoint); this.layoutControlGroup1.CustomizationFormText = "Root"; this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.chartControlLCI, this.pivotGridLCI, this.buttonHide, this.opportunitiesSimpleLabel, this.rangeControlLCI }); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(40, 40, 0, 20); this.layoutControlGroup1.Size = new System.Drawing.Size(1142, 624); this.layoutControlGroup1.Text = "Root"; this.layoutControlGroup1.TextVisible = false; this.chartControlLCI.BestFitWeight = 200; this.chartControlLCI.Control = this.chartControl; this.chartControlLCI.CustomizationFormText = "chartControlLCI"; this.chartControlLCI.Location = new System.Drawing.Point(726, 45); this.chartControlLCI.MinSize = new System.Drawing.Size(336, 24); this.chartControlLCI.Name = "chartControlLCI"; this.chartControlLCI.Size = new System.Drawing.Size(336, 431); this.chartControlLCI.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.chartControlLCI.Text = "chartControlLCI"; this.chartControlLCI.TextSize = new System.Drawing.Size(0, 0); this.chartControlLCI.TextToControlDistance = 0; this.chartControlLCI.TextVisible = false; this.pivotGridLCI.Control = this.panelContainer; this.pivotGridLCI.CustomizationFormText = "pivotGridLCI"; this.pivotGridLCI.Location = new System.Drawing.Point(0, 45); this.pivotGridLCI.Name = "pivotGridLCI"; this.pivotGridLCI.Size = new System.Drawing.Size(698, 431); this.pivotGridLCI.Text = "pivotGridLCI"; this.pivotGridLCI.TextSize = new System.Drawing.Size(0, 0); this.pivotGridLCI.TextToControlDistance = 0; this.pivotGridLCI.TextVisible = false; this.buttonHide.AllowHotTrack = false; this.buttonHide.CustomizationFormText = " "; this.buttonHide.Image = ((System.Drawing.Image)(resources.GetObject("buttonHide.Image"))); this.buttonHide.Location = new System.Drawing.Point(698, 45); this.buttonHide.MaxSize = new System.Drawing.Size(28, 0); this.buttonHide.MinSize = new System.Drawing.Size(28, 24); this.buttonHide.Name = "buttonHide"; this.buttonHide.Size = new System.Drawing.Size(28, 431); this.buttonHide.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.buttonHide.Text = " "; this.buttonHide.TextSize = new System.Drawing.Size(138, 25); this.buttonHide.Click += new System.EventHandler(this.buttonHide_Click); this.opportunitiesSimpleLabel.AllowHotTrack = false; this.opportunitiesSimpleLabel.AppearanceItemCaption.FontSizeDelta = 3; this.opportunitiesSimpleLabel.AppearanceItemCaption.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(82)))), ((int)(((byte)(163))))); this.opportunitiesSimpleLabel.AppearanceItemCaption.Options.UseFont = true; this.opportunitiesSimpleLabel.AppearanceItemCaption.Options.UseForeColor = true; this.opportunitiesSimpleLabel.CustomizationFormText = "OPPORTUNITIES"; this.opportunitiesSimpleLabel.Location = new System.Drawing.Point(0, 0); this.opportunitiesSimpleLabel.Name = "opportunitiesSimpleLabel"; this.opportunitiesSimpleLabel.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 10); this.opportunitiesSimpleLabel.Size = new System.Drawing.Size(1062, 45); this.opportunitiesSimpleLabel.Text = "OPPORTUNITIES"; this.opportunitiesSimpleLabel.TextSize = new System.Drawing.Size(138, 25); this.rangeControlLCI.Control = this.rangeControl; this.rangeControlLCI.CustomizationFormText = "rangeControlLCI"; this.rangeControlLCI.OptionsPrint.AllowPrint = false; this.rangeControlLCI.Location = new System.Drawing.Point(0, 476); this.rangeControlLCI.Name = "rangeControlLCI"; this.rangeControlLCI.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 26, 2); this.rangeControlLCI.Size = new System.Drawing.Size(1062, 128); this.rangeControlLCI.Text = "rangeControlLCI"; this.rangeControlLCI.TextSize = new System.Drawing.Size(0, 0); this.rangeControlLCI.TextToControlDistance = 0; this.rangeControlLCI.TextVisible = false; this.Appearance.BackColor = System.Drawing.Color.White; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.dataLayoutControl1); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "Opportunities"; this.Size = new System.Drawing.Size(1142, 624); this.Load += new System.EventHandler(this.opportunities_Load); ((System.ComponentModel.ISupportInitialize)(this.rangeControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateTimeChartRangeControlClient1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit(); this.dataLayoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelContainer)).EndInit(); this.panelContainer.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.opportunitiesBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControlLCI)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pivotGridLCI)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.buttonHide)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.opportunitiesSimpleLabel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rangeControlLCI)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.FunnelSeriesLabel funnelSeriesLabel1 = new DevExpress.XtraCharts.FunnelSeriesLabel(); DevExpress.XtraCharts.FunnelSeriesView funnelSeriesView1 = new DevExpress.XtraCharts.FunnelSeriesView(); DevExpress.XtraCharts.FunnelFlyInAnimation funnelFlyInAnimation1 = new DevExpress.XtraCharts.FunnelFlyInAnimation(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.BarWidenAnimation barWidenAnimation1 = new DevExpress.XtraCharts.BarWidenAnimation(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView2 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.BarWidenAnimation barWidenAnimation2 = new DevExpress.XtraCharts.BarWidenAnimation(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.btnBack = new System.Windows.Forms.Button(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.bandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView(); this.Plant = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.LINE = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.MLINE = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.STYLE_CD = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand5 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand4 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.BTS = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.tmrLoad = new System.Windows.Forms.Timer(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.chartControl2 = new DevExpress.XtraCharts.ChartControl(); this.lblLine = new System.Windows.Forms.Label(); this.separatorControl13 = new DevExpress.XtraEditors.SeparatorControl(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.separatorControl13)).BeginInit(); this.SuspendLayout(); // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Gray; this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical; this.labelControl1.LineVisible = true; this.labelControl1.Location = new System.Drawing.Point(74, 77); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(1209, 39); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "DAILY BTS BY LINE"; this.labelControl1.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; // // btnBack // this.btnBack.BackColor = System.Drawing.Color.Transparent; this.btnBack.BackgroundImage = global::FORM.Properties.Resources.back; this.btnBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnBack.FlatAppearance.BorderSize = 0; this.btnBack.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnBack.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnBack.Location = new System.Drawing.Point(5, 4); this.btnBack.Name = "btnBack"; this.btnBack.Size = new System.Drawing.Size(70, 67); this.btnBack.TabIndex = 8; this.btnBack.UseVisualStyleBackColor = false; this.btnBack.Click += new System.EventHandler(this.btnBack_Click); // // gridControl1 // this.gridControl1.Location = new System.Drawing.Point(74, 122); this.gridControl1.LookAndFeel.SkinName = "Office 2013 Light Gray"; this.gridControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat; this.gridControl1.LookAndFeel.UseDefaultLookAndFeel = false; this.gridControl1.MainView = this.bandedGridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(1209, 417); this.gridControl1.TabIndex = 9; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.bandedGridView1 }); // // bandedGridView1 // this.bandedGridView1.Appearance.Row.Font = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold); this.bandedGridView1.Appearance.Row.Options.UseFont = true; this.bandedGridView1.BandPanelRowHeight = 50; this.bandedGridView1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { this.Plant, this.gridBand2, this.gridBand3, this.gridBand5 }); this.bandedGridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.bandedGridView1.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] { this.LINE, this.MLINE, this.STYLE_CD, this.BTS }); this.bandedGridView1.GridControl = this.gridControl1; this.bandedGridView1.Name = "bandedGridView1"; this.bandedGridView1.OptionsBehavior.AllowSortAnimation = DevExpress.Utils.DefaultBoolean.True; this.bandedGridView1.OptionsCustomization.AllowBandMoving = false; this.bandedGridView1.OptionsCustomization.AllowBandResizing = false; this.bandedGridView1.OptionsCustomization.AllowColumnMoving = false; this.bandedGridView1.OptionsCustomization.AllowColumnResizing = false; this.bandedGridView1.OptionsView.ShowColumnHeaders = false; this.bandedGridView1.OptionsView.ShowGroupPanel = false; this.bandedGridView1.OptionsView.ShowIndicator = false; this.bandedGridView1.PaintStyleName = "Skin"; this.bandedGridView1.RowHeight = 40; // // Plant // this.Plant.AppearanceHeader.Font = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Bold); this.Plant.AppearanceHeader.Options.UseFont = true; this.Plant.AppearanceHeader.Options.UseTextOptions = true; this.Plant.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.Plant.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.Plant.Caption = "Plant"; this.Plant.Columns.Add(this.LINE); this.Plant.Name = "Plant"; this.Plant.VisibleIndex = 0; this.Plant.Width = 75; // // LINE // this.LINE.Caption = "LINE"; this.LINE.FieldName = "LINE"; this.LINE.Name = "LINE"; this.LINE.Visible = true; // // gridBand2 // this.gridBand2.AppearanceHeader.Font = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Bold); this.gridBand2.AppearanceHeader.Options.UseFont = true; this.gridBand2.AppearanceHeader.Options.UseTextOptions = true; this.gridBand2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridBand2.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridBand2.Caption = "Line"; this.gridBand2.Columns.Add(this.MLINE); this.gridBand2.Name = "gridBand2"; this.gridBand2.VisibleIndex = 1; this.gridBand2.Width = 75; // // MLINE // this.MLINE.Caption = "MLINE"; this.MLINE.FieldName = "MLINE"; this.MLINE.Name = "MLINE"; this.MLINE.Visible = true; // // gridBand3 // this.gridBand3.AppearanceHeader.Font = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Bold); this.gridBand3.AppearanceHeader.Options.UseFont = true; this.gridBand3.AppearanceHeader.Options.UseTextOptions = true; this.gridBand3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridBand3.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridBand3.Caption = "Style"; this.gridBand3.Columns.Add(this.STYLE_CD); this.gridBand3.Name = "gridBand3"; this.gridBand3.VisibleIndex = 2; this.gridBand3.Width = 75; // // STYLE_CD // this.STYLE_CD.Caption = "STYLE_CD"; this.STYLE_CD.FieldName = "STYLE_CD"; this.STYLE_CD.Name = "STYLE_CD"; this.STYLE_CD.Visible = true; // // gridBand5 // this.gridBand5.AppearanceHeader.Font = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Bold); this.gridBand5.AppearanceHeader.Options.UseFont = true; this.gridBand5.AppearanceHeader.Options.UseTextOptions = true; this.gridBand5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridBand5.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridBand5.Caption = "Something Text"; this.gridBand5.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { this.gridBand4 }); this.gridBand5.Name = "gridBand5"; this.gridBand5.VisibleIndex = 3; this.gridBand5.Width = 392; // // gridBand4 // this.gridBand4.AppearanceHeader.Font = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Bold); this.gridBand4.AppearanceHeader.Options.UseFont = true; this.gridBand4.AppearanceHeader.Options.UseTextOptions = true; this.gridBand4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridBand4.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridBand4.Caption = "BTS"; this.gridBand4.Columns.Add(this.BTS); this.gridBand4.Name = "gridBand4"; this.gridBand4.VisibleIndex = 0; this.gridBand4.Width = 392; // // BTS // this.BTS.Caption = "BTS"; this.BTS.FieldName = "BTS"; this.BTS.Name = "BTS"; this.BTS.Visible = true; this.BTS.Width = 392; // // tmrLoad // this.tmrLoad.Enabled = true; this.tmrLoad.Interval = 1000; this.tmrLoad.Tick += new System.EventHandler(this.tmrLoad_Tick); // // chartControl1 // this.chartControl1.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged; this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl1.DataBindings = null; this.chartControl1.Legend.Name = "Default Legend"; this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl1.Location = new System.Drawing.Point(1321, 122); this.chartControl1.Name = "chartControl1"; funnelSeriesLabel1.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); funnelSeriesLabel1.Position = DevExpress.XtraCharts.FunnelSeriesLabelPosition.Center; funnelSeriesLabel1.TextPattern = "{A}: {V}%"; series1.Label = funnelSeriesLabel1; series1.Name = "Series 1"; funnelSeriesView1.Animation = funnelFlyInAnimation1; funnelSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient; series1.View = funnelSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chartControl1.Size = new System.Drawing.Size(551, 907); this.chartControl1.TabIndex = 10; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Gray; this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Appearance.Options.UseForeColor = true; this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical; this.labelControl2.LineVisible = true; this.labelControl2.Location = new System.Drawing.Point(1321, 77); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(551, 39); this.labelControl2.TabIndex = 11; this.labelControl2.Text = "DAILY BTS ORDER BY LINE"; this.labelControl2.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Gray; this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Appearance.Options.UseForeColor = true; this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical; this.labelControl3.LineVisible = true; this.labelControl3.Location = new System.Drawing.Point(74, 570); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(1209, 39); this.labelControl3.TabIndex = 13; this.labelControl3.Text = "DAILY MIX AND VOLUMN BY LINE"; this.labelControl3.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; // // chartControl2 // this.chartControl2.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged; this.chartControl2.DataBindings = null; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl2.Diagram = xyDiagram1; this.chartControl2.Legend.Name = "Default Legend"; this.chartControl2.Location = new System.Drawing.Point(74, 629); this.chartControl2.Name = "chartControl2"; sideBySideBarSeriesLabel1.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold); sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top; series2.Label = sideBySideBarSeriesLabel1; series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series2.Name = "MIX"; sideBySideBarSeriesView1.Animation = barWidenAnimation1; series2.View = sideBySideBarSeriesView1; sideBySideBarSeriesLabel2.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); sideBySideBarSeriesLabel2.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top; series3.Label = sideBySideBarSeriesLabel2; series3.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series3.Name = "VOLUMN"; sideBySideBarSeriesView2.Animation = barWidenAnimation2; series3.View = sideBySideBarSeriesView2; this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series2, series3 }; this.chartControl2.Size = new System.Drawing.Size(1209, 401); this.chartControl2.TabIndex = 14; // // lblLine // this.lblLine.BackColor = System.Drawing.Color.Transparent; this.lblLine.Font = new System.Drawing.Font("Calibri", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblLine.Location = new System.Drawing.Point(1532, 4); this.lblLine.Name = "lblLine"; this.lblLine.Size = new System.Drawing.Size(340, 41); this.lblLine.TabIndex = 24; this.lblLine.Text = "FACTORY 1"; this.lblLine.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // separatorControl13 // this.separatorControl13.Location = new System.Drawing.Point(1535, 36); this.separatorControl13.LookAndFeel.SkinName = "DevExpress Dark Style"; this.separatorControl13.LookAndFeel.UseDefaultLookAndFeel = false; this.separatorControl13.Name = "separatorControl13"; this.separatorControl13.Size = new System.Drawing.Size(352, 26); this.separatorControl13.TabIndex = 23; // // FRM_TMS_BTS // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1904, 1041); this.Controls.Add(this.lblLine); this.Controls.Add(this.separatorControl13); this.Controls.Add(this.chartControl2); this.Controls.Add(this.labelControl3); this.Controls.Add(this.labelControl2); this.Controls.Add(this.chartControl1); this.Controls.Add(this.gridControl1); this.Controls.Add(this.btnBack); this.Controls.Add(this.labelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FRM_TMS_BTS"; this.Text = "FRM_TMS_BTS"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.VisibleChanged += new System.EventHandler(this.FRM_TMS_BTS_VisibleChanged); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.separatorControl13)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DevExpress.XtraCharts.SimpleDiagram simpleDiagram1 = new DevExpress.XtraCharts.SimpleDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.FunnelSeriesLabel funnelSeriesLabel1 = new DevExpress.XtraCharts.FunnelSeriesLabel(); DevExpress.XtraCharts.FunnelSeriesView funnelSeriesView1 = new DevExpress.XtraCharts.FunnelSeriesView(); DevExpress.XtraCharts.FunnelSeriesView funnelSeriesView2 = new DevExpress.XtraCharts.FunnelSeriesView(); this.modueLayout = new DevExpress.XtraDataLayout.DataLayoutControl(); this.chartControl = new DevExpress.XtraCharts.ChartControl(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.ItemForFunnel = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.modueLayout)).BeginInit(); this.modueLayout.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForFunnel)).BeginInit(); this.SuspendLayout(); // // modueLayout // this.modueLayout.AllowCustomizationMenu = false; this.modueLayout.Controls.Add(this.chartControl); this.modueLayout.Dock = System.Windows.Forms.DockStyle.Fill; this.modueLayout.Location = new System.Drawing.Point(0, 0); this.modueLayout.Margin = new System.Windows.Forms.Padding(2); this.modueLayout.Name = "modueLayout"; this.modueLayout.Root = this.Root; this.modueLayout.Size = new System.Drawing.Size(458, 572); this.modueLayout.TabIndex = 0; // // chartControl // this.chartControl.AccessibleName = ""; this.chartControl.AllowDrop = true; simpleDiagram1.EqualPieSize = false; this.chartControl.Diagram = simpleDiagram1; this.chartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside; this.chartControl.Legend.Antialiasing = true; this.chartControl.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl.Legend.Font = new System.Drawing.Font("Segoe UI", 8F); this.chartControl.Legend.Margins.Bottom = 0; this.chartControl.Legend.Margins.Left = 0; this.chartControl.Legend.Margins.Right = 0; this.chartControl.Legend.Margins.Top = 0; this.chartControl.Legend.MarkerSize = new System.Drawing.Size(20, 20); this.chartControl.Legend.Padding.Bottom = 0; this.chartControl.Legend.Padding.Left = 0; this.chartControl.Legend.Padding.Right = 0; this.chartControl.Legend.Padding.Top = 40; this.chartControl.Location = new System.Drawing.Point(0, 0); this.chartControl.Name = "chartControl"; this.chartControl.Padding.Bottom = 40; this.chartControl.Padding.Left = 40; this.chartControl.Padding.Right = 40; this.chartControl.Padding.Top = 40; this.chartControl.PaletteName = "Opportunities Palette"; this.chartControl.PaletteRepository.Add("Opportunities Palette", new DevExpress.XtraCharts.Palette("Opportunities Palette", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(108)))), ((int)(((byte)(41))))), System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(108)))), ((int)(((byte)(41)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(135)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(135)))), ((int)(((byte)(184)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(170)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(170)))), ((int)(((byte)(0)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(135)))), ((int)(((byte)(135))))), System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(135)))), ((int)(((byte)(135))))))})); funnelSeriesLabel1.Antialiasing = true; funnelSeriesLabel1.BackColor = System.Drawing.Color.Transparent; funnelSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; funnelSeriesLabel1.Font = new System.Drawing.Font("Segoe UI", 10F); funnelSeriesLabel1.Position = DevExpress.XtraCharts.FunnelSeriesLabelPosition.Center; funnelSeriesLabel1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); funnelSeriesLabel1.TextPattern = "{V:c}"; series1.Label = funnelSeriesLabel1; series1.LegendTextPattern = "{A}"; series1.Name = "Series 1"; funnelSeriesView1.AlignToCenter = true; series1.View = funnelSeriesView1; this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chartControl.SeriesTemplate.View = funnelSeriesView2; this.chartControl.Size = new System.Drawing.Size(458, 572); this.chartControl.TabIndex = 6; // // Root // this.Root.CustomizationFormText = "Root"; this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.ItemForFunnel}); this.Root.Location = new System.Drawing.Point(0, 0); this.Root.Name = "Root"; this.Root.OptionsItemText.TextToControlDistance = 6; this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.Root.Size = new System.Drawing.Size(458, 572); this.Root.Text = "Root"; // // ItemForFunnel // this.ItemForFunnel.Control = this.chartControl; this.ItemForFunnel.CustomizationFormText = "ItemForFunnel"; this.ItemForFunnel.Location = new System.Drawing.Point(0, 0); this.ItemForFunnel.Name = "ItemForFunnel"; this.ItemForFunnel.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.ItemForFunnel.Size = new System.Drawing.Size(458, 572); this.ItemForFunnel.Text = "ItemForFunnel"; this.ItemForFunnel.TextSize = new System.Drawing.Size(0, 0); this.ItemForFunnel.TextToControlDistance = 0; this.ItemForFunnel.TextVisible = false; // // QuoteView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.modueLayout); this.Name = "QuoteView"; this.Size = new System.Drawing.Size(458, 572); ((System.ComponentModel.ISupportInitialize)(this.modueLayout)).EndInit(); this.modueLayout.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(funnelSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForFunnel)).EndInit(); this.ResumeLayout(false); }