/// <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.XtraMap.ImageTilesLayer imageTilesLayer1 = new DevExpress.XtraMap.ImageTilesLayer(); DevExpress.XtraMap.BingMapDataProvider bingMapDataProvider1 = new DevExpress.XtraMap.BingMapDataProvider(); DevExpress.XtraMap.VectorItemsLayer vectorItemsLayer1 = new DevExpress.XtraMap.VectorItemsLayer(); DevExpress.XtraMap.ColorIndexColorizer colorIndexColorizer1 = new DevExpress.XtraMap.ColorIndexColorizer(); DevExpress.XtraMap.BubbleGroupToColorIndexProvider bubbleGroupToColorIndexProvider1 = new DevExpress.XtraMap.BubbleGroupToColorIndexProvider(); DevExpress.XtraMap.BubbleChartDataAdapter bubbleChartDataAdapter1 = new DevExpress.XtraMap.BubbleChartDataAdapter(); DevExpress.XtraMap.VectorItemsLayer vectorItemsLayer2 = new DevExpress.XtraMap.VectorItemsLayer(); DevExpress.XtraMap.MapItemStorage mapItemStorage1 = new DevExpress.XtraMap.MapItemStorage(); DevExpress.XtraMap.MapCallout mapCallout1 = new DevExpress.XtraMap.MapCallout(); this.bindingSource = new System.Windows.Forms.BindingSource(this.components); this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.biSave = new DevExpress.XtraBars.BarButtonItem(); this.biClose = new DevExpress.XtraBars.BarButtonItem(); this.biSaveAndClose = new DevExpress.XtraBars.BarButtonItem(); this.biDelete = new DevExpress.XtraBars.BarButtonItem(); this.biPrint = new DevExpress.XtraBars.BarButtonItem(); this.biPrintPreview = new DevExpress.XtraBars.BarButtonItem(); this.barExportItem = new DevExpress.XtraBars.BarButtonItem(); this.biHigh = new DevExpress.XtraBars.BarCheckItem(); this.biMedium = new DevExpress.XtraBars.BarCheckItem(); this.biLow = new DevExpress.XtraBars.BarCheckItem(); this.biUnlikely = new DevExpress.XtraBars.BarCheckItem(); this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.moduleDataLayout = new DevExpress.XtraDataLayout.DataLayoutControl(); this.mapControl = new DevExpress.XtraMap.MapControl(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.ItemForMap = new DevExpress.XtraLayout.LayoutControlItem(); this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator(); this.simpleSeparator2 = new DevExpress.XtraLayout.SimpleSeparator(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.moduleDataLayout)).BeginInit(); this.moduleDataLayout.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForMap)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit(); this.SuspendLayout(); // // bindingSource // this.bindingSource.DataSource = typeof(DevExpress.DevAV.ViewModels.Opportunities.MapItem); // // ribbonControl // this.ribbonControl.ExpandCollapseItem.Id = 0; this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.ribbonControl.ExpandCollapseItem, this.biSave, this.biClose, this.biSaveAndClose, this.biDelete, this.biPrint, this.biPrintPreview, this.barExportItem, this.biHigh, this.biMedium, this.biLow, this.biUnlikely}); this.ribbonControl.Location = new System.Drawing.Point(0, 0); this.ribbonControl.MaxItemId = 20; this.ribbonControl.Name = "ribbonControl"; this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { this.ribbonPage1}); this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide; this.ribbonControl.Size = new System.Drawing.Size(1226, 121); // // biSave // this.biSave.Caption = "Save"; this.biSave.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_16; this.biSave.Id = 1; this.biSave.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_32; this.biSave.Name = "biSave"; // // biClose // this.biClose.Caption = "Close"; this.biClose.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_close_16; this.biClose.Id = 2; this.biClose.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.Escape); this.biClose.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_close_32; this.biClose.Name = "biClose"; // // biSaveAndClose // this.biSaveAndClose.Caption = "Save && Close"; this.biSaveAndClose.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_close_16; this.biSaveAndClose.Id = 3; this.biSaveAndClose.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_close_32; this.biSaveAndClose.Name = "biSaveAndClose"; // // biDelete // this.biDelete.Caption = "Delete"; this.biDelete.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_delete_16; this.biDelete.Id = 4; this.biDelete.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_delete_32; this.biDelete.Name = "biDelete"; // // biPrint // this.biPrint.Caption = "Print"; this.biPrint.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_16; this.biPrint.Id = 8; this.biPrint.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_32; this.biPrint.Name = "biPrint"; // // biPrintPreview // this.biPrintPreview.Caption = "Print Preview"; this.biPrintPreview.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_preview_16; this.biPrintPreview.Id = 9; this.biPrintPreview.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_preview_32; this.biPrintPreview.Name = "biPrintPreview"; // // barExportItem // this.barExportItem.Caption = "Export"; this.barExportItem.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_export_16; this.barExportItem.Id = 11; this.barExportItem.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_export_32; this.barExportItem.LargeImageIndex = 50; this.barExportItem.Name = "barExportItem"; // // biHigh // this.biHigh.Caption = "High"; this.biHigh.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537"); this.biHigh.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_opportunities_hight_16; this.biHigh.Id = 16; this.biHigh.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_opportunities_hight_32; this.biHigh.Name = "biHigh"; // // biMedium // this.biMedium.Caption = "Medium"; this.biMedium.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537"); this.biMedium.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_opportunities_medium_16; this.biMedium.Id = 17; this.biMedium.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_opportunities_medium_32; this.biMedium.Name = "biMedium"; // // biLow // this.biLow.Caption = "Low"; this.biLow.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537"); this.biLow.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_opportunities_low_16; this.biLow.Id = 18; this.biLow.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_opportunities_low_32; this.biLow.Name = "biLow"; // // biUnlikely // this.biUnlikely.Caption = "Unlikely"; this.biUnlikely.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537"); this.biUnlikely.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_opportunities_unlike_16; this.biUnlikely.Id = 19; this.biUnlikely.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_opportunities_unlike_32; this.biUnlikely.Name = "biUnlikely"; // // ribbonPage1 // this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroup1, this.ribbonPageGroup2, this.ribbonPageGroup5, this.ribbonPageGroup4, this.ribbonPageGroup3}); this.ribbonPage1.Name = "ribbonPage1"; this.ribbonPage1.Text = "HOME"; // // ribbonPageGroup1 // this.ribbonPageGroup1.AllowTextClipping = false; this.ribbonPageGroup1.ItemLinks.Add(this.biSave); this.ribbonPageGroup1.ItemLinks.Add(this.biSaveAndClose); this.ribbonPageGroup1.MergeOrder = 0; this.ribbonPageGroup1.Name = "ribbonPageGroup1"; this.ribbonPageGroup1.ShowCaptionButton = false; // // ribbonPageGroup2 // this.ribbonPageGroup2.AllowTextClipping = false; this.ribbonPageGroup2.ItemLinks.Add(this.biDelete); this.ribbonPageGroup2.MergeOrder = 0; this.ribbonPageGroup2.Name = "ribbonPageGroup2"; this.ribbonPageGroup2.ShowCaptionButton = false; this.ribbonPageGroup2.Text = "Delete"; // // ribbonPageGroup5 // this.ribbonPageGroup5.AllowTextClipping = false; this.ribbonPageGroup5.ItemLinks.Add(this.biPrintPreview); this.ribbonPageGroup5.ItemLinks.Add(this.biPrint); this.ribbonPageGroup5.ItemLinks.Add(this.barExportItem); this.ribbonPageGroup5.MergeOrder = 0; this.ribbonPageGroup5.Name = "ribbonPageGroup5"; this.ribbonPageGroup5.ShowCaptionButton = false; this.ribbonPageGroup5.Text = "Print and Export"; // // ribbonPageGroup4 // this.ribbonPageGroup4.AllowTextClipping = false; this.ribbonPageGroup4.ItemLinks.Add(this.biHigh); this.ribbonPageGroup4.ItemLinks.Add(this.biMedium); this.ribbonPageGroup4.ItemLinks.Add(this.biLow); this.ribbonPageGroup4.ItemLinks.Add(this.biUnlikely); this.ribbonPageGroup4.MergeOrder = 0; this.ribbonPageGroup4.Name = "ribbonPageGroup4"; this.ribbonPageGroup4.ShowCaptionButton = false; this.ribbonPageGroup4.Text = "Opportunities"; // // ribbonPageGroup3 // this.ribbonPageGroup3.AllowTextClipping = false; this.ribbonPageGroup3.ItemLinks.Add(this.biClose); this.ribbonPageGroup3.MergeOrder = 0; this.ribbonPageGroup3.Name = "ribbonPageGroup3"; this.ribbonPageGroup3.ShowCaptionButton = false; this.ribbonPageGroup3.Text = "Close"; // // moduleDataLayout // this.moduleDataLayout.AllowCustomizationMenu = false; this.moduleDataLayout.Controls.Add(this.mapControl); this.moduleDataLayout.DataSource = this.bindingSource; this.moduleDataLayout.Dock = System.Windows.Forms.DockStyle.Fill; this.moduleDataLayout.Location = new System.Drawing.Point(0, 121); this.moduleDataLayout.Name = "moduleDataLayout"; this.moduleDataLayout.Root = this.layoutControlGroup1; this.moduleDataLayout.Size = new System.Drawing.Size(1226, 641); this.moduleDataLayout.TabIndex = 2; this.moduleDataLayout.Text = "moduleDataLayout"; // // mapControl // this.mapControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.mapControl.Cursor = System.Windows.Forms.Cursors.Default; bingMapDataProvider1.Kind = DevExpress.XtraMap.BingMapKind.Road; imageTilesLayer1.DataProvider = bingMapDataProvider1; colorIndexColorizer1.ColorIndexProvider = bubbleGroupToColorIndexProvider1; vectorItemsLayer1.Colorizer = colorIndexColorizer1; bubbleChartDataAdapter1.BubbleItemDataMember = "City"; bubbleChartDataAdapter1.DataSource = this.bindingSource; bubbleChartDataAdapter1.Mappings.BubbleGroup = "Index"; bubbleChartDataAdapter1.Mappings.Latitude = "Latitude"; bubbleChartDataAdapter1.Mappings.Longitude = "Longitude"; bubbleChartDataAdapter1.Mappings.Value = "Value"; vectorItemsLayer1.Data = bubbleChartDataAdapter1; vectorItemsLayer1.ToolTipPattern = "City:%CI% Value:%CV%"; mapCallout1.AllowHtmlText = true; mapCallout1.Text = "Test"; mapItemStorage1.Items.Add(mapCallout1); vectorItemsLayer2.Data = mapItemStorage1; this.mapControl.Layers.Add(imageTilesLayer1); this.mapControl.Layers.Add(vectorItemsLayer1); this.mapControl.Layers.Add(vectorItemsLayer2); this.mapControl.Location = new System.Drawing.Point(0, 0); this.mapControl.Name = "mapControl"; this.mapControl.Size = new System.Drawing.Size(1222, 641); this.mapControl.TabIndex = 18; this.mapControl.ZoomLevel = 8D; // // layoutControlGroup1 // this.layoutControlGroup1.CustomizationFormText = "Root"; this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.False; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.ItemForMap, this.simpleSeparator1, this.simpleSeparator2}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.OptionsItemText.TextToControlDistance = 6; this.layoutControlGroup1.Size = new System.Drawing.Size(1226, 641); this.layoutControlGroup1.Text = "Root"; this.layoutControlGroup1.TextVisible = false; // // ItemForMap // this.ItemForMap.Control = this.mapControl; this.ItemForMap.CustomizationFormText = "map"; this.ItemForMap.Location = new System.Drawing.Point(0, 0); this.ItemForMap.Name = "layoutControlItem1"; this.ItemForMap.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.ItemForMap.Size = new System.Drawing.Size(1222, 641); this.ItemForMap.Text = "map"; this.ItemForMap.TextSize = new System.Drawing.Size(0, 0); this.ItemForMap.TextToControlDistance = 0; this.ItemForMap.TextVisible = false; // // simpleSeparator1 // this.simpleSeparator1.AllowHotTrack = false; this.simpleSeparator1.CustomizationFormText = "simpleSeparator1"; this.simpleSeparator1.Location = new System.Drawing.Point(1224, 0); this.simpleSeparator1.Name = "simpleSeparator1"; this.simpleSeparator1.Size = new System.Drawing.Size(2, 641); this.simpleSeparator1.Text = "simpleSeparator1"; // // simpleSeparator2 // this.simpleSeparator2.AllowHotTrack = false; this.simpleSeparator2.CustomizationFormText = "simpleSeparator2"; this.simpleSeparator2.Location = new System.Drawing.Point(1222, 0); this.simpleSeparator2.Name = "simpleSeparator2"; this.simpleSeparator2.Size = new System.Drawing.Size(2, 641); this.simpleSeparator2.Text = "simpleSeparator2"; // // QuoteMapView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.moduleDataLayout); this.Controls.Add(this.ribbonControl); this.Margin = new System.Windows.Forms.Padding(6); this.Name = "QuoteMapView"; this.Size = new System.Drawing.Size(1226, 762); ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.moduleDataLayout)).EndInit(); this.moduleDataLayout.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForMap)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraMap.ImageTilesLayer imageTilesLayer1 = new DevExpress.XtraMap.ImageTilesLayer(); DevExpress.XtraMap.BingMapDataProvider bingMapDataProvider1 = new DevExpress.XtraMap.BingMapDataProvider(); DevExpress.XtraMap.VectorItemsLayer vectorItemsLayer1 = new DevExpress.XtraMap.VectorItemsLayer(); DevExpress.XtraMap.ColorIndexColorizer colorIndexColorizer1 = new DevExpress.XtraMap.ColorIndexColorizer(); DevExpress.XtraMap.PieChartDataAdapter pieChartDataAdapter1 = new DevExpress.XtraMap.PieChartDataAdapter(); this.chartPanel = new DevExpress.XtraEditors.PanelControl(); this.periodButtons = new DevExpress.XtraBars.Docking2010.WindowsUIButtonPanel(); this.chart = new DevExpress.XtraCharts.ChartControl(); this.bindingSourceChart = new System.Windows.Forms.BindingSource(this.components); this.bindingSource = new System.Windows.Forms.BindingSource(this.components); this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.biSave = new DevExpress.XtraBars.BarButtonItem(); this.biClose = new DevExpress.XtraBars.BarButtonItem(); this.biSaveAndClose = new DevExpress.XtraBars.BarButtonItem(); this.biDelete = new DevExpress.XtraBars.BarButtonItem(); this.biLifetime = new DevExpress.XtraBars.BarCheckItem(); this.biThisYear = new DevExpress.XtraBars.BarCheckItem(); this.biThisMonth = new DevExpress.XtraBars.BarCheckItem(); this.biPrint = new DevExpress.XtraBars.BarButtonItem(); this.biPrintPreview = new DevExpress.XtraBars.BarButtonItem(); this.barExportItem = new DevExpress.XtraBars.BarButtonItem(); this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.moduleLayout = new DevExpress.XtraDataLayout.DataLayoutControl(); this.AddressLabelLine2 = new DevExpress.XtraEditors.LabelControl(); this.mapControl = new DevExpress.XtraMap.MapControl(); this.NameLabel = new DevExpress.XtraEditors.LabelControl(); this.AddressLabelLine1 = new DevExpress.XtraEditors.LabelControl(); this.ImagePictureEdit = new DevExpress.XtraEditors.PictureEdit(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.ItemForMap = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); this.ItemForChartPanel = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); this.ItemForImage = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForAddressLine1 = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForFullName = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForAddressLine2 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator(); this.simpleSeparator2 = new DevExpress.XtraLayout.SimpleSeparator(); ((System.ComponentModel.ISupportInitialize)(this.chartPanel)).BeginInit(); this.chartPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceChart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.moduleLayout)).BeginInit(); this.moduleLayout.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ImagePictureEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForMap)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForChartPanel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForImage)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForFullName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit(); this.SuspendLayout(); // // chartPanel // this.chartPanel.Controls.Add(this.periodButtons); this.chartPanel.Controls.Add(this.chart); this.chartPanel.Location = new System.Drawing.Point(736, 150); this.chartPanel.Name = "chartPanel"; this.chartPanel.Size = new System.Drawing.Size(476, 483); this.chartPanel.TabIndex = 32; // // periodButtons // this.periodButtons.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraBars.Docking2010.WindowsUIButton("This Month", DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton), new DevExpress.XtraBars.Docking2010.WindowsUIButton("YTD", DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton), new DevExpress.XtraBars.Docking2010.WindowsUIButton("Lifetime", DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton)}); this.periodButtons.ContentAlignment = System.Drawing.ContentAlignment.BottomRight; this.periodButtons.Dock = System.Windows.Forms.DockStyle.Top; this.periodButtons.Location = new System.Drawing.Point(2, 2); this.periodButtons.Name = "periodButtons"; this.periodButtons.Padding = new System.Windows.Forms.Padding(0, 0, 44, 0); this.periodButtons.Size = new System.Drawing.Size(472, 32); this.periodButtons.TabIndex = 31; this.periodButtons.UseButtonBackgroundImages = false; // // chart // this.chart.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chart.DataSource = this.bindingSourceChart; xyDiagram1.AxisX.Label.Visible = false; xyDiagram1.AxisX.Tickmarks.MinorVisible = false; xyDiagram1.AxisX.Tickmarks.Visible = false; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowRotate = false; xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowStagger = false; xyDiagram1.AxisY.Label.TextPattern = "{V:$##,#0}"; xyDiagram1.AxisY.Tickmarks.MinorVisible = false; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.Rotated = true; this.chart.Diagram = xyDiagram1; this.chart.Dock = System.Windows.Forms.DockStyle.Fill; this.chart.Legend.Visible = false; this.chart.Location = new System.Drawing.Point(2, 2); this.chart.Name = "chart"; this.chart.Padding.Bottom = 40; this.chart.Padding.Left = 40; this.chart.Padding.Right = 40; this.chart.Padding.Top = 48; this.chart.PaletteName = "Office 2013"; series1.ArgumentDataMember = "ProductName"; series1.Name = "Products"; series1.SummaryFunction = "SUM([Total])"; sideBySideBarSeriesView1.ColorEach = true; series1.View = sideBySideBarSeriesView1; this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chart.Size = new System.Drawing.Size(472, 479); this.chart.TabIndex = 34; // // bindingSourceChart // this.bindingSourceChart.DataSource = typeof(DevExpress.DevAV.ViewModels.Sales.MapItem); // // bindingSource // this.bindingSource.DataSource = typeof(DevExpress.OutlookInspiredApp.Win.ViewModel.CustomerMapViewModel); // // ribbonControl // this.ribbonControl.ExpandCollapseItem.Id = 0; this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.ribbonControl.ExpandCollapseItem, this.biSave, this.biClose, this.biSaveAndClose, this.biDelete, this.biLifetime, this.biThisYear, this.biThisMonth, this.biPrint, this.biPrintPreview, this.barExportItem}); this.ribbonControl.Location = new System.Drawing.Point(0, 0); this.ribbonControl.MaxItemId = 12; this.ribbonControl.Name = "ribbonControl"; this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { this.ribbonPage1}); this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide; this.ribbonControl.Size = new System.Drawing.Size(1226, 121); // // biSave // this.biSave.Caption = "Save"; this.biSave.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_16; this.biSave.Id = 1; this.biSave.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_32; this.biSave.Name = "biSave"; // // biClose // this.biClose.Caption = "Close"; this.biClose.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_close_16; this.biClose.Id = 2; this.biClose.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.Escape); this.biClose.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_close_32; this.biClose.Name = "biClose"; // // biSaveAndClose // this.biSaveAndClose.Caption = "Save && Close"; this.biSaveAndClose.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_close_16; this.biSaveAndClose.Id = 3; this.biSaveAndClose.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_close_32; this.biSaveAndClose.Name = "biSaveAndClose"; // // biDelete // this.biDelete.Caption = "Delete"; this.biDelete.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_delete_16; this.biDelete.Id = 4; this.biDelete.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_delete_32; this.biDelete.Name = "biDelete"; // // biLifetime // this.biLifetime.Caption = "Lifetime"; this.biLifetime.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_lifetime_16; this.biLifetime.Id = 5; this.biLifetime.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_lifetime_32; this.biLifetime.Name = "biLifetime"; // // biThisYear // this.biThisYear.Caption = "This Year"; this.biThisYear.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_year_16; this.biThisYear.Id = 6; this.biThisYear.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_year_32; this.biThisYear.Name = "biThisYear"; // // biThisMonth // this.biThisMonth.Caption = "This Month"; this.biThisMonth.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_month_16; this.biThisMonth.Id = 7; this.biThisMonth.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_month_32; this.biThisMonth.Name = "biThisMonth"; // // biPrint // this.biPrint.Caption = "Print"; this.biPrint.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_16; this.biPrint.Id = 8; this.biPrint.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_32; this.biPrint.Name = "biPrint"; // // biPrintPreview // this.biPrintPreview.Caption = "Print Preview"; this.biPrintPreview.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_preview_16; this.biPrintPreview.Id = 9; this.biPrintPreview.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_preview_32; this.biPrintPreview.Name = "biPrintPreview"; // // barExportItem // this.barExportItem.Caption = "Export"; this.barExportItem.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_export_16; this.barExportItem.Id = 11; this.barExportItem.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_export_32; this.barExportItem.LargeImageIndex = 50; this.barExportItem.Name = "barExportItem"; // // ribbonPage1 // this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroup1, this.ribbonPageGroup2, this.ribbonPageGroup5, this.ribbonPageGroup4, this.ribbonPageGroup3}); this.ribbonPage1.Name = "ribbonPage1"; this.ribbonPage1.Text = "HOME"; // // ribbonPageGroup1 // this.ribbonPageGroup1.AllowTextClipping = false; this.ribbonPageGroup1.ItemLinks.Add(this.biSave); this.ribbonPageGroup1.ItemLinks.Add(this.biSaveAndClose); this.ribbonPageGroup1.MergeOrder = 0; this.ribbonPageGroup1.Name = "ribbonPageGroup1"; this.ribbonPageGroup1.ShowCaptionButton = false; // // ribbonPageGroup2 // this.ribbonPageGroup2.AllowTextClipping = false; this.ribbonPageGroup2.ItemLinks.Add(this.biDelete); this.ribbonPageGroup2.MergeOrder = 0; this.ribbonPageGroup2.Name = "ribbonPageGroup2"; this.ribbonPageGroup2.ShowCaptionButton = false; this.ribbonPageGroup2.Text = "Delete"; // // ribbonPageGroup5 // this.ribbonPageGroup5.AllowTextClipping = false; this.ribbonPageGroup5.ItemLinks.Add(this.biPrintPreview); this.ribbonPageGroup5.ItemLinks.Add(this.biPrint); this.ribbonPageGroup5.ItemLinks.Add(this.barExportItem); this.ribbonPageGroup5.MergeOrder = 0; this.ribbonPageGroup5.Name = "ribbonPageGroup5"; this.ribbonPageGroup5.ShowCaptionButton = false; this.ribbonPageGroup5.Text = "Print and Export"; // // ribbonPageGroup4 // this.ribbonPageGroup4.AllowTextClipping = false; this.ribbonPageGroup4.ItemLinks.Add(this.biThisMonth); this.ribbonPageGroup4.ItemLinks.Add(this.biThisYear); this.ribbonPageGroup4.ItemLinks.Add(this.biLifetime); this.ribbonPageGroup4.MergeOrder = 0; this.ribbonPageGroup4.Name = "ribbonPageGroup4"; this.ribbonPageGroup4.ShowCaptionButton = false; this.ribbonPageGroup4.Text = "Sales Period"; // // ribbonPageGroup3 // this.ribbonPageGroup3.AllowTextClipping = false; this.ribbonPageGroup3.ItemLinks.Add(this.biClose); this.ribbonPageGroup3.MergeOrder = 0; this.ribbonPageGroup3.Name = "ribbonPageGroup3"; this.ribbonPageGroup3.ShowCaptionButton = false; this.ribbonPageGroup3.Text = "Close"; // // moduleLayout // this.moduleLayout.AllowCustomizationMenu = false; this.moduleLayout.Controls.Add(this.chartPanel); this.moduleLayout.Controls.Add(this.AddressLabelLine2); this.moduleLayout.Controls.Add(this.mapControl); this.moduleLayout.Controls.Add(this.NameLabel); this.moduleLayout.Controls.Add(this.AddressLabelLine1); this.moduleLayout.Controls.Add(this.ImagePictureEdit); this.moduleLayout.DataSource = this.bindingSource; this.moduleLayout.Dock = System.Windows.Forms.DockStyle.Fill; this.moduleLayout.Location = new System.Drawing.Point(0, 121); this.moduleLayout.Name = "moduleLayout"; this.moduleLayout.Root = this.layoutControlGroup1; this.moduleLayout.Size = new System.Drawing.Size(1226, 641); this.moduleLayout.TabIndex = 2; this.moduleLayout.Text = "moduleLayout"; // // AddressLabelLine2 // this.AddressLabelLine2.Appearance.Font = new System.Drawing.Font("Segoe UI", 11F); this.AddressLabelLine2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "AddressLine2", true)); this.AddressLabelLine2.Location = new System.Drawing.Point(858, 62); this.AddressLabelLine2.Name = "AddressLabelLine2"; this.AddressLabelLine2.Size = new System.Drawing.Size(342, 20); this.AddressLabelLine2.StyleController = this.moduleLayout; this.AddressLabelLine2.TabIndex = 33; // // mapControl // this.mapControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.mapControl.Cursor = System.Windows.Forms.Cursors.Default; bingMapDataProvider1.Kind = DevExpress.XtraMap.BingMapKind.Road; imageTilesLayer1.DataProvider = bingMapDataProvider1; vectorItemsLayer1.Colorizer = colorIndexColorizer1; pieChartDataAdapter1.Mappings.Latitude = "Latitude"; pieChartDataAdapter1.Mappings.Longitude = "Longitude"; pieChartDataAdapter1.Mappings.PieSegment = "ProductCategory"; pieChartDataAdapter1.Mappings.Value = "Total"; pieChartDataAdapter1.PieItemDataMember = "City"; vectorItemsLayer1.Data = pieChartDataAdapter1; vectorItemsLayer1.ToolTipPattern = "City:%CI% Total:%CV%"; this.mapControl.Layers.Add(imageTilesLayer1); this.mapControl.Layers.Add(vectorItemsLayer1); this.mapControl.Location = new System.Drawing.Point(0, 0); this.mapControl.Name = "mapControl"; this.mapControl.Size = new System.Drawing.Size(720, 641); this.mapControl.TabIndex = 18; this.mapControl.ZoomLevel = 8D; // // NameLabel // this.NameLabel.Appearance.Font = new System.Drawing.Font("Segoe UI", 18F); this.NameLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "Name", true)); this.NameLabel.Location = new System.Drawing.Point(856, 8); this.NameLabel.Name = "NameLabel"; this.NameLabel.Size = new System.Drawing.Size(346, 32); this.NameLabel.StyleController = this.moduleLayout; this.NameLabel.TabIndex = 8; // // AddressLabelLine1 // this.AddressLabelLine1.Appearance.Font = new System.Drawing.Font("Segoe UI", 11F); this.AddressLabelLine1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "AddressLine1", true)); this.AddressLabelLine1.Location = new System.Drawing.Point(856, 40); this.AddressLabelLine1.Name = "AddressLabelLine1"; this.AddressLabelLine1.Size = new System.Drawing.Size(346, 20); this.AddressLabelLine1.StyleController = this.moduleLayout; this.AddressLabelLine1.TabIndex = 8; // // ImagePictureEdit // this.ImagePictureEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource, "Image", true)); this.ImagePictureEdit.Location = new System.Drawing.Point(736, 8); this.ImagePictureEdit.MenuManager = this.ribbonControl; this.ImagePictureEdit.Name = "ImagePictureEdit"; this.ImagePictureEdit.Properties.ReadOnly = true; this.ImagePictureEdit.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom; this.ImagePictureEdit.Size = new System.Drawing.Size(108, 120); this.ImagePictureEdit.StyleController = this.moduleLayout; this.ImagePictureEdit.TabIndex = 17; // // layoutControlGroup1 // this.layoutControlGroup1.CustomizationFormText = "Root"; this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.False; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.ItemForMap, this.layoutControlGroup3, this.layoutControlGroup4, this.simpleSeparator1, this.simpleSeparator2}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.OptionsItemText.TextToControlDistance = 6; this.layoutControlGroup1.Size = new System.Drawing.Size(1226, 641); this.layoutControlGroup1.Text = "Root"; this.layoutControlGroup1.TextVisible = false; // // ItemForMap // this.ItemForMap.Control = this.mapControl; this.ItemForMap.CustomizationFormText = "map"; this.ItemForMap.Location = new System.Drawing.Point(0, 0); this.ItemForMap.Name = "layoutControlItem1"; this.ItemForMap.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.ItemForMap.Size = new System.Drawing.Size(720, 641); this.ItemForMap.Text = "map"; this.ItemForMap.TextSize = new System.Drawing.Size(0, 0); this.ItemForMap.TextToControlDistance = 0; this.ItemForMap.TextVisible = false; // // layoutControlGroup3 // this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3"; this.layoutControlGroup3.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup3.GroupBordersVisible = false; this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.ItemForChartPanel}); this.layoutControlGroup3.Location = new System.Drawing.Point(722, 140); this.layoutControlGroup3.Name = "layoutControlGroup3"; this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 8, 8); this.layoutControlGroup3.Size = new System.Drawing.Size(504, 501); this.layoutControlGroup3.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 0); this.layoutControlGroup3.Text = "layoutControlGroup3"; this.layoutControlGroup3.TextVisible = false; // // ItemForChartPanel // this.ItemForChartPanel.Control = this.chartPanel; this.ItemForChartPanel.CustomizationFormText = "layoutControlItem2"; this.ItemForChartPanel.Location = new System.Drawing.Point(0, 0); this.ItemForChartPanel.Name = "ItemForChartPanel"; this.ItemForChartPanel.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.ItemForChartPanel.Size = new System.Drawing.Size(476, 483); this.ItemForChartPanel.Text = "ItemForChartPanel"; this.ItemForChartPanel.TextSize = new System.Drawing.Size(0, 0); this.ItemForChartPanel.TextToControlDistance = 0; this.ItemForChartPanel.TextVisible = false; // // layoutControlGroup4 // this.layoutControlGroup4.CustomizationFormText = "layoutControlGroup4"; this.layoutControlGroup4.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup4.GroupBordersVisible = false; this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.emptySpaceItem2, this.ItemForImage, this.ItemForAddressLine1, this.ItemForFullName, this.ItemForAddressLine2, this.emptySpaceItem1}); this.layoutControlGroup4.Location = new System.Drawing.Point(722, 0); this.layoutControlGroup4.Name = "layoutControlGroup4"; this.layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 8, 8); this.layoutControlGroup4.Size = new System.Drawing.Size(504, 138); this.layoutControlGroup4.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 0, 2); this.layoutControlGroup4.Text = "layoutControlGroup4"; this.layoutControlGroup4.TextVisible = false; // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2"; this.emptySpaceItem2.Location = new System.Drawing.Point(120, 76); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(356, 44); this.emptySpaceItem2.Text = "emptySpaceItem2"; this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // ItemForImage // this.ItemForImage.Control = this.ImagePictureEdit; this.ItemForImage.CustomizationFormText = "Image"; this.ItemForImage.Location = new System.Drawing.Point(0, 0); this.ItemForImage.MaxSize = new System.Drawing.Size(120, 120); this.ItemForImage.MinSize = new System.Drawing.Size(120, 120); this.ItemForImage.Name = "ItemForImage"; this.ItemForImage.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 12, 0, 0); this.ItemForImage.Size = new System.Drawing.Size(120, 120); this.ItemForImage.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.ItemForImage.Text = "Image"; this.ItemForImage.TextSize = new System.Drawing.Size(0, 0); this.ItemForImage.TextToControlDistance = 0; this.ItemForImage.TextVisible = false; // // ItemForAddressLine1 // this.ItemForAddressLine1.Control = this.AddressLabelLine1; this.ItemForAddressLine1.CustomizationFormText = "Address"; this.ItemForAddressLine1.Location = new System.Drawing.Point(120, 32); this.ItemForAddressLine1.Name = "ItemForAddressLine1"; this.ItemForAddressLine1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.ItemForAddressLine1.Size = new System.Drawing.Size(346, 20); this.ItemForAddressLine1.Text = "Address"; this.ItemForAddressLine1.TextSize = new System.Drawing.Size(0, 0); this.ItemForAddressLine1.TextToControlDistance = 0; this.ItemForAddressLine1.TextVisible = false; // // ItemForFullName // this.ItemForFullName.Control = this.NameLabel; this.ItemForFullName.CustomizationFormText = "Full Name"; this.ItemForFullName.Location = new System.Drawing.Point(120, 0); this.ItemForFullName.Name = "ItemForFullName"; this.ItemForFullName.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.ItemForFullName.Size = new System.Drawing.Size(346, 32); this.ItemForFullName.Text = "Full Name"; this.ItemForFullName.TextSize = new System.Drawing.Size(0, 0); this.ItemForFullName.TextToControlDistance = 0; this.ItemForFullName.TextVisible = false; // // ItemForAddressLine2 // this.ItemForAddressLine2.Control = this.AddressLabelLine2; this.ItemForAddressLine2.CustomizationFormText = "Address"; this.ItemForAddressLine2.Location = new System.Drawing.Point(120, 52); this.ItemForAddressLine2.Name = "ItemForAddressLine2"; this.ItemForAddressLine2.Size = new System.Drawing.Size(346, 24); this.ItemForAddressLine2.Text = "Address"; this.ItemForAddressLine2.TextSize = new System.Drawing.Size(0, 0); this.ItemForAddressLine2.TextToControlDistance = 0; this.ItemForAddressLine2.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1"; this.emptySpaceItem1.Location = new System.Drawing.Point(466, 0); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(10, 76); this.emptySpaceItem1.Text = "emptySpaceItem1"; this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // simpleSeparator1 // this.simpleSeparator1.AllowHotTrack = false; this.simpleSeparator1.CustomizationFormText = "simpleSeparator1"; this.simpleSeparator1.Location = new System.Drawing.Point(722, 138); this.simpleSeparator1.Name = "simpleSeparator1"; this.simpleSeparator1.Size = new System.Drawing.Size(504, 2); this.simpleSeparator1.Text = "simpleSeparator1"; // // simpleSeparator2 // this.simpleSeparator2.AllowHotTrack = false; this.simpleSeparator2.CustomizationFormText = "simpleSeparator2"; this.simpleSeparator2.Location = new System.Drawing.Point(720, 0); this.simpleSeparator2.Name = "simpleSeparator2"; this.simpleSeparator2.Size = new System.Drawing.Size(2, 641); this.simpleSeparator2.Text = "simpleSeparator2"; // // CustomerMapView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.moduleLayout); this.Controls.Add(this.ribbonControl); this.Margin = new System.Windows.Forms.Padding(6); this.Name = "CustomerMapView"; this.Size = new System.Drawing.Size(1226, 762); ((System.ComponentModel.ISupportInitialize)(this.chartPanel)).EndInit(); this.chartPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceChart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.moduleLayout)).EndInit(); this.moduleLayout.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ImagePictureEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForMap)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForChartPanel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForImage)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForFullName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomerMapUC)); DevExpress.XtraMap.ImageTilesLayer imageTilesLayer1 = new DevExpress.XtraMap.ImageTilesLayer(); DevExpress.XtraMap.BingMapDataProvider bingMapDataProvider1 = new DevExpress.XtraMap.BingMapDataProvider(); DevExpress.XtraMap.InformationLayer informationLayer1 = new DevExpress.XtraMap.InformationLayer(); DevExpress.XtraMap.BingSearchDataProvider bingSearchDataProvider1 = new DevExpress.XtraMap.BingSearchDataProvider(); DevExpress.XtraMap.InformationLayer informationLayer2 = new DevExpress.XtraMap.InformationLayer(); DevExpress.XtraMap.BingRouteDataProvider bingRouteDataProvider1 = new DevExpress.XtraMap.BingRouteDataProvider(); DevExpress.XtraMap.VectorItemsLayer vectorItemsLayer1 = new DevExpress.XtraMap.VectorItemsLayer(); DevExpress.XtraMap.ListSourceDataAdapter listSourceDataAdapter1 = new DevExpress.XtraMap.ListSourceDataAdapter(); DevExpress.XtraMap.MapItemVisiblePropertyMapping mapItemVisiblePropertyMapping1 = new DevExpress.XtraMap.MapItemVisiblePropertyMapping(); this.dsQry = new NICSQLTools.Data.dsQry(); this.mapRouteCustomerBindingSource = new System.Windows.Forms.BindingSource(); this.barManagerMain = new DevExpress.XtraBars.BarManager(); this.bar2 = new DevExpress.XtraBars.Bar(); this.beiRoute = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemSearchLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit(); this.LSMSRoute = new DevExpress.Data.Linq.LinqServerModeSource(); this.repositoryItemSearchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.beiCustomer = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemSearchLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit(); this.repositoryItemSearchLookUpEdit2View = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colCustomer = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCustomerType = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSubchannel = new DevExpress.XtraGrid.Columns.GridColumn(); this.colName1Ar = new DevExpress.XtraGrid.Columns.GridColumn(); this.colName3Ar = new DevExpress.XtraGrid.Columns.GridColumn(); this.bbiFind = new DevExpress.XtraBars.BarButtonItem(); this.bsiMapKind = new DevExpress.XtraBars.BarSubItem(); this.bbiMakKindRoad = new DevExpress.XtraBars.BarButtonItem(); this.bbiMakKindArea = new DevExpress.XtraBars.BarButtonItem(); this.bbiMakKindHybrid = new DevExpress.XtraBars.BarButtonItem(); this.bbiPrint = new DevExpress.XtraBars.BarButtonItem(); this.bar3 = new DevExpress.XtraBars.Bar(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.bbiExcelDynamicUpdate = new DevExpress.XtraBars.BarButtonItem(); this.mapControlMain = new DevExpress.XtraMap.MapControl(); this.LSMSCustomer = new DevExpress.Data.Linq.LinqServerModeSource(); this.mapRouteCustomerTableAdapter = new NICSQLTools.Data.dsQryTableAdapters.MapRouteCustomerTableAdapter(); ((System.ComponentModel.ISupportInitialize)(this.dsQry)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mapRouteCustomerBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.LSMSRoute)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1View)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit2View)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mapControlMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.LSMSCustomer)).BeginInit(); this.SuspendLayout(); // // dsQry // this.dsQry.DataSetName = "dsQry"; this.dsQry.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // mapRouteCustomerBindingSource // this.mapRouteCustomerBindingSource.DataMember = "MapRouteCustomer"; this.mapRouteCustomerBindingSource.DataSource = this.dsQry; // // barManagerMain // this.barManagerMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar2, this.bar3}); this.barManagerMain.DockControls.Add(this.barDockControlTop); this.barManagerMain.DockControls.Add(this.barDockControlBottom); this.barManagerMain.DockControls.Add(this.barDockControlLeft); this.barManagerMain.DockControls.Add(this.barDockControlRight); this.barManagerMain.Form = this; this.barManagerMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.bbiPrint, this.bbiExcelDynamicUpdate, this.beiRoute, this.beiCustomer, this.bbiFind, this.bsiMapKind, this.bbiMakKindRoad, this.bbiMakKindArea, this.bbiMakKindHybrid}); this.barManagerMain.MainMenu = this.bar2; this.barManagerMain.MaxItemId = 15; this.barManagerMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemSearchLookUpEdit1, this.repositoryItemSearchLookUpEdit2}); this.barManagerMain.StatusBar = this.bar3; // // bar2 // this.bar2.BarName = "Main menu"; this.bar2.DockCol = 0; this.bar2.DockRow = 0; this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.beiRoute, "", false, true, true, 208), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.beiCustomer, "", false, true, true, 200), new DevExpress.XtraBars.LinkPersistInfo(this.bbiFind), new DevExpress.XtraBars.LinkPersistInfo(this.bsiMapKind), new DevExpress.XtraBars.LinkPersistInfo(this.bbiPrint)}); this.bar2.OptionsBar.MultiLine = true; this.bar2.OptionsBar.UseWholeRow = true; this.bar2.Text = "Main menu"; // // beiRoute // this.beiRoute.Caption = "Route"; this.beiRoute.Edit = this.repositoryItemSearchLookUpEdit1; this.beiRoute.Id = 8; this.beiRoute.Name = "beiRoute"; this.beiRoute.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.beiRoute.EditValueChanged += new System.EventHandler(this.beiRoute_EditValueChanged); // // repositoryItemSearchLookUpEdit1 // this.repositoryItemSearchLookUpEdit1.AutoHeight = false; this.repositoryItemSearchLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemSearchLookUpEdit1.DataSource = this.LSMSRoute; this.repositoryItemSearchLookUpEdit1.DisplayMember = "Route_Name"; this.repositoryItemSearchLookUpEdit1.Name = "repositoryItemSearchLookUpEdit1"; this.repositoryItemSearchLookUpEdit1.NullText = ""; this.repositoryItemSearchLookUpEdit1.ValueMember = "Route_Number"; this.repositoryItemSearchLookUpEdit1.View = this.repositoryItemSearchLookUpEdit1View; // // LSMSRoute // this.LSMSRoute.ElementType = typeof(NICSQLTools.Data.Linq.vRouteDetail); this.LSMSRoute.KeyExpression = "[Route_Number]"; // // repositoryItemSearchLookUpEdit1View // this.repositoryItemSearchLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn3, this.gridColumn4, this.gridColumn5}); this.repositoryItemSearchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.repositoryItemSearchLookUpEdit1View.Name = "repositoryItemSearchLookUpEdit1View"; this.repositoryItemSearchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; this.repositoryItemSearchLookUpEdit1View.OptionsView.ShowGroupPanel = false; // // gridColumn1 // this.gridColumn1.AppearanceCell.Options.UseTextOptions = true; this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn1.Caption = "Route Number"; this.gridColumn1.FieldName = "Route_Number"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; // // gridColumn2 // this.gridColumn2.AppearanceCell.Options.UseTextOptions = true; this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn2.Caption = "Route Name"; this.gridColumn2.FieldName = "Route_Name"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; // // gridColumn3 // this.gridColumn3.AppearanceCell.Options.UseTextOptions = true; this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn3.Caption = "Brand Route"; this.gridColumn3.FieldName = "Brand_Route"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 2; // // gridColumn4 // this.gridColumn4.AppearanceCell.Options.UseTextOptions = true; this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn4.Caption = "Sales District 2"; this.gridColumn4.FieldName = "Sales_District_2"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 3; // // gridColumn5 // this.gridColumn5.AppearanceCell.Options.UseTextOptions = true; this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn5.Caption = "Supervisor"; this.gridColumn5.FieldName = "Supervisor"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 4; // // beiCustomer // this.beiCustomer.Caption = "Customer"; this.beiCustomer.Edit = this.repositoryItemSearchLookUpEdit2; this.beiCustomer.Id = 9; this.beiCustomer.Name = "beiCustomer"; this.beiCustomer.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.beiCustomer.EditValueChanged += new System.EventHandler(this.beiCustomer_EditValueChanged); // // repositoryItemSearchLookUpEdit2 // this.repositoryItemSearchLookUpEdit2.AutoHeight = false; this.repositoryItemSearchLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemSearchLookUpEdit2.DataSource = this.mapRouteCustomerBindingSource; this.repositoryItemSearchLookUpEdit2.DisplayMember = "Name 3 Ar"; this.repositoryItemSearchLookUpEdit2.Name = "repositoryItemSearchLookUpEdit2"; this.repositoryItemSearchLookUpEdit2.NullText = ""; this.repositoryItemSearchLookUpEdit2.ValueMember = "Customer"; this.repositoryItemSearchLookUpEdit2.View = this.repositoryItemSearchLookUpEdit2View; // // repositoryItemSearchLookUpEdit2View // this.repositoryItemSearchLookUpEdit2View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colCustomer, this.colCustomerType, this.colSubchannel, this.colName1Ar, this.colName3Ar}); this.repositoryItemSearchLookUpEdit2View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.repositoryItemSearchLookUpEdit2View.Name = "repositoryItemSearchLookUpEdit2View"; this.repositoryItemSearchLookUpEdit2View.OptionsSelection.EnableAppearanceFocusedCell = false; this.repositoryItemSearchLookUpEdit2View.OptionsView.ShowGroupPanel = false; // // colCustomer // this.colCustomer.AppearanceCell.Options.UseTextOptions = true; this.colCustomer.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colCustomer.AppearanceHeader.Options.UseTextOptions = true; this.colCustomer.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colCustomer.Caption = "Code"; this.colCustomer.FieldName = "Customer"; this.colCustomer.Name = "colCustomer"; this.colCustomer.Visible = true; this.colCustomer.VisibleIndex = 0; // // colCustomerType // this.colCustomerType.AppearanceCell.Options.UseTextOptions = true; this.colCustomerType.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colCustomerType.AppearanceHeader.Options.UseTextOptions = true; this.colCustomerType.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colCustomerType.Caption = "Customer Type"; this.colCustomerType.FieldName = "Customer Type"; this.colCustomerType.Name = "colCustomerType"; this.colCustomerType.Visible = true; this.colCustomerType.VisibleIndex = 1; // // colSubchannel // this.colSubchannel.AppearanceCell.Options.UseTextOptions = true; this.colSubchannel.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colSubchannel.AppearanceHeader.Options.UseTextOptions = true; this.colSubchannel.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colSubchannel.Caption = "Subchannel"; this.colSubchannel.FieldName = "Subchannel"; this.colSubchannel.Name = "colSubchannel"; this.colSubchannel.Visible = true; this.colSubchannel.VisibleIndex = 2; // // colName1Ar // this.colName1Ar.AppearanceCell.Options.UseTextOptions = true; this.colName1Ar.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colName1Ar.AppearanceHeader.Options.UseTextOptions = true; this.colName1Ar.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colName1Ar.Caption = "Name 1 Ar"; this.colName1Ar.FieldName = "Name 1 Ar"; this.colName1Ar.Name = "colName1Ar"; this.colName1Ar.Visible = true; this.colName1Ar.VisibleIndex = 3; // // colName3Ar // this.colName3Ar.AppearanceCell.Options.UseTextOptions = true; this.colName3Ar.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colName3Ar.AppearanceHeader.Options.UseTextOptions = true; this.colName3Ar.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colName3Ar.Caption = "Name 3 Ar"; this.colName3Ar.FieldName = "Name 3 Ar"; this.colName3Ar.Name = "colName3Ar"; this.colName3Ar.Visible = true; this.colName3Ar.VisibleIndex = 4; // // bbiFind // this.bbiFind.Caption = "Find"; this.bbiFind.Glyph = ((System.Drawing.Image)(resources.GetObject("bbiFind.Glyph"))); this.bbiFind.Id = 10; this.bbiFind.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bbiFind.LargeGlyph"))); this.bbiFind.Name = "bbiFind"; this.bbiFind.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.bbiFind.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiFind_ItemClick); // // bsiMapKind // this.bsiMapKind.Caption = "Map Kind"; this.bsiMapKind.Glyph = ((System.Drawing.Image)(resources.GetObject("bsiMapKind.Glyph"))); this.bsiMapKind.Id = 11; this.bsiMapKind.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bsiMapKind.LargeGlyph"))); this.bsiMapKind.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.bbiMakKindRoad), new DevExpress.XtraBars.LinkPersistInfo(this.bbiMakKindArea), new DevExpress.XtraBars.LinkPersistInfo(this.bbiMakKindHybrid)}); this.bsiMapKind.Name = "bsiMapKind"; this.bsiMapKind.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; // // bbiMakKindRoad // this.bbiMakKindRoad.Caption = "Roud"; this.bbiMakKindRoad.Id = 12; this.bbiMakKindRoad.Name = "bbiMakKindRoad"; this.bbiMakKindRoad.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiMakKindRoad_ItemClick); // // bbiMakKindArea // this.bbiMakKindArea.Caption = "Area"; this.bbiMakKindArea.Id = 13; this.bbiMakKindArea.Name = "bbiMakKindArea"; this.bbiMakKindArea.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiMakKindArea_ItemClick); // // bbiMakKindHybrid // this.bbiMakKindHybrid.Caption = "Hybrid"; this.bbiMakKindHybrid.Id = 14; this.bbiMakKindHybrid.Name = "bbiMakKindHybrid"; this.bbiMakKindHybrid.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiMakKindHybrid_ItemClick); // // bbiPrint // this.bbiPrint.Caption = "Print"; this.bbiPrint.Glyph = ((System.Drawing.Image)(resources.GetObject("bbiPrint.Glyph"))); this.bbiPrint.Id = 4; this.bbiPrint.Name = "bbiPrint"; this.bbiPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.bbiPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiPrint_ItemClick); // // bar3 // this.bar3.BarName = "Status bar"; this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom; this.bar3.DockCol = 0; this.bar3.DockRow = 0; this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom; this.bar3.OptionsBar.AllowQuickCustomization = false; this.bar3.OptionsBar.DrawDragBorder = false; this.bar3.OptionsBar.UseWholeRow = true; this.bar3.Text = "Status bar"; // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 0); this.barDockControlTop.Size = new System.Drawing.Size(800, 44); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 577); this.barDockControlBottom.Size = new System.Drawing.Size(800, 23); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 44); this.barDockControlLeft.Size = new System.Drawing.Size(0, 533); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(800, 44); this.barDockControlRight.Size = new System.Drawing.Size(0, 533); // // bbiExcelDynamicUpdate // this.bbiExcelDynamicUpdate.Caption = "Excel Dynamic Update"; this.bbiExcelDynamicUpdate.Glyph = ((System.Drawing.Image)(resources.GetObject("bbiExcelDynamicUpdate.Glyph"))); this.bbiExcelDynamicUpdate.Id = 7; this.bbiExcelDynamicUpdate.Name = "bbiExcelDynamicUpdate"; this.bbiExcelDynamicUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; // // mapControlMain // this.mapControlMain.Dock = System.Windows.Forms.DockStyle.Fill; bingMapDataProvider1.BingKey = "AkVwp2-taePfVbizWMg4sw7euGQgm0V10-LPDl7SogRzhje2RsGfbp-YxDjK97_M"; bingMapDataProvider1.CacheOptions.DiskFolder = "MapDiskFolder"; bingMapDataProvider1.CacheOptions.MemoryLimit = 128; bingMapDataProvider1.Kind = DevExpress.XtraMap.BingMapKind.Road; bingMapDataProvider1.TileSource = null; imageTilesLayer1.DataProvider = bingMapDataProvider1; imageTilesLayer1.Name = "BingDataLayer"; bingSearchDataProvider1.BingKey = "AkVwp2-taePfVbizWMg4sw7euGQgm0V10-LPDl7SogRzhje2RsGfbp-YxDjK97_M"; informationLayer1.DataProvider = bingSearchDataProvider1; informationLayer1.Name = "SearchLayer"; bingRouteDataProvider1.BingKey = "AkVwp2-taePfVbizWMg4sw7euGQgm0V10-LPDl7SogRzhje2RsGfbp-YxDjK97_M"; informationLayer2.DataProvider = bingRouteDataProvider1; informationLayer2.Name = "RouteLayer"; listSourceDataAdapter1.DataMember = "MapRouteCustomer"; listSourceDataAdapter1.DataSource = this.dsQry; listSourceDataAdapter1.DefaultMapItemType = DevExpress.XtraMap.MapItemType.Callout; listSourceDataAdapter1.Mappings.Latitude = "Latitude"; listSourceDataAdapter1.Mappings.Longitude = "Longitude"; listSourceDataAdapter1.Mappings.Text = "Name 3 Ar"; listSourceDataAdapter1.Mappings.Type = "Customer Type"; mapItemVisiblePropertyMapping1.DefaultValue = true; mapItemVisiblePropertyMapping1.Member = "Subchannel"; listSourceDataAdapter1.PropertyMappings.Add(mapItemVisiblePropertyMapping1); vectorItemsLayer1.Data = listSourceDataAdapter1; vectorItemsLayer1.Name = "CustomerLayer"; this.mapControlMain.Layers.Add(imageTilesLayer1); this.mapControlMain.Layers.Add(informationLayer1); this.mapControlMain.Layers.Add(informationLayer2); this.mapControlMain.Layers.Add(vectorItemsLayer1); this.mapControlMain.Location = new System.Drawing.Point(0, 44); this.mapControlMain.Name = "mapControlMain"; this.mapControlMain.Size = new System.Drawing.Size(800, 533); this.mapControlMain.TabIndex = 4; // // LSMSCustomer // this.LSMSCustomer.ElementType = typeof(NICSQLTools.Data.Linq.vRouteDetail); this.LSMSCustomer.KeyExpression = "Route_Number"; // // mapRouteCustomerTableAdapter // this.mapRouteCustomerTableAdapter.ClearBeforeFill = true; // // CustomerMapUC // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.mapControlMain); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "CustomerMapUC"; this.Size = new System.Drawing.Size(800, 600); ((System.ComponentModel.ISupportInitialize)(this.dsQry)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.mapRouteCustomerBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.LSMSRoute)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1View)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit2View)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.mapControlMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.LSMSCustomer)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }