/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraMap.VectorItemsLayer     vectorItemsLayer1     = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.ShapefileDataAdapter shapefileDataAdapter1 = new DevExpress.XtraMap.ShapefileDataAdapter();
     this.mapControl1 = new DevExpress.XtraMap.MapControl();
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock  = System.Windows.Forms.DockStyle.Fill;
     vectorItemsLayer1.Data = shapefileDataAdapter1;
     vectorItemsLayer1.Name = "MapLayer";
     this.mapControl1.Layers.Add(vectorItemsLayer1);
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name     = "mapControl1";
     this.mapControl1.Size     = new System.Drawing.Size(784, 561);
     this.mapControl1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 561);
     this.Controls.Add(this.mapControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraMap.VectorItemsLayer        vectorItemsLayer1        = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.ListSourceDataAdapter   listSourceDataAdapter1   = new DevExpress.XtraMap.ListSourceDataAdapter();
     DevExpress.XtraMap.MapItemAttributeMapping mapItemAttributeMapping1 = new DevExpress.XtraMap.MapItemAttributeMapping();
     DevExpress.XtraMap.MapItemAttributeMapping mapItemAttributeMapping2 = new DevExpress.XtraMap.MapItemAttributeMapping();
     this.mapControl1 = new DevExpress.XtraMap.MapControl();
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     mapItemAttributeMapping1.Member    = "Tag";
     mapItemAttributeMapping1.Name      = "ColorProp";
     mapItemAttributeMapping2.Member    = "Label";
     mapItemAttributeMapping2.Name      = "Label";
     mapItemAttributeMapping2.ValueType = DevExpress.XtraMap.FieldValueType.String;
     listSourceDataAdapter1.AttributeMappings.Add(mapItemAttributeMapping1);
     listSourceDataAdapter1.AttributeMappings.Add(mapItemAttributeMapping2);
     listSourceDataAdapter1.DefaultMapItemType = DevExpress.XtraMap.MapItemType.Rectangle;
     listSourceDataAdapter1.Mappings.Latitude  = "Lat";
     listSourceDataAdapter1.Mappings.Longitude = "Lon";
     listSourceDataAdapter1.Mappings.Text      = "Text";
     vectorItemsLayer1.Data = listSourceDataAdapter1;
     vectorItemsLayer1.ShapeTitlesPattern = "{Label}";
     this.mapControl1.Layers.Add(vectorItemsLayer1);
     this.mapControl1.Location             = new System.Drawing.Point(0, 0);
     this.mapControl1.LookAndFeel.SkinName = "VS2010";
     this.mapControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.mapControl1.Name         = "mapControl1";
     this.mapControl1.Size         = new System.Drawing.Size(825, 546);
     this.mapControl1.TabIndex     = 0;
     this.mapControl1.ZoomLevel    = 4D;
     this.mapControl1.DrawMapItem += new DevExpress.XtraMap.DrawMapItemEventHandler(this.mapControl1_DrawMapItem);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(825, 546);
     this.Controls.Add(this.mapControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).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.XtraMap.ImageLayer          imageTilesLayer1     = new DevExpress.XtraMap.ImageLayer();
     DevExpress.XtraMap.BingMapDataProvider bingMapDataProvider1 = new DevExpress.XtraMap.BingMapDataProvider();
     DevExpress.XtraMap.VectorItemsLayer    vectorItemsLayer1    = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.SizeLegend          sizeLegend1          = new DevExpress.XtraMap.SizeLegend();
     this.mapControl1        = new DevExpress.XtraMap.MapControl();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Cursor          = System.Windows.Forms.Cursors.Default;
     this.mapControl1.Dock            = System.Windows.Forms.DockStyle.Fill;
     imageTilesLayer1.DataProvider    = bingMapDataProvider1;
     vectorItemsLayer1.Name           = "BubbleLayer";
     vectorItemsLayer1.ToolTipPattern = "<b>{Month}.{Day}.{Year}</b>\r\nMagnitude: {Magnitude}\r\nDepth: {Depth}";
     this.mapControl1.Layers.Add(imageTilesLayer1);
     this.mapControl1.Layers.Add(vectorItemsLayer1);
     sizeLegend1.Header = "Magnitude";
     sizeLegend1.Layer  = vectorItemsLayer1;
     this.mapControl1.Legends.Add(sizeLegend1);
     this.mapControl1.Location          = new System.Drawing.Point(0, 0);
     this.mapControl1.Name              = "mapControl1";
     this.mapControl1.Size              = new System.Drawing.Size(836, 525);
     this.mapControl1.TabIndex          = 0;
     this.mapControl1.ToolTipController = this.toolTipController1;
     //
     // toolTipController1
     //
     this.toolTipController1.AllowHtmlText = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(836, 525);
     this.Controls.Add(this.mapControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraMap.ImageLayer imageTilesLayer1 = new DevExpress.XtraMap.ImageLayer();
     DevExpress.XtraMap.OpenStreetMapDataProvider openStreetMapDataProvider1 = new DevExpress.XtraMap.OpenStreetMapDataProvider();
     DevExpress.XtraMap.VectorItemsLayer          vectorItemsLayer1          = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.KeyColorColorizer         keyColorColorizer1         = new DevExpress.XtraMap.KeyColorColorizer();
     DevExpress.XtraMap.ArgumentItemKeyProvider   argumentItemKeyProvider1   = new DevExpress.XtraMap.ArgumentItemKeyProvider();
     DevExpress.XtraMap.MapItemStorage            mapItemStorage1            = new DevExpress.XtraMap.MapItemStorage();
     this.map = new DevExpress.XtraMap.MapControl();
     ((System.ComponentModel.ISupportInitialize)(this.map)).BeginInit();
     this.SuspendLayout();
     //
     // map
     //
     this.map.Dock = System.Windows.Forms.DockStyle.Fill;
     imageTilesLayer1.DataProvider            = openStreetMapDataProvider1;
     keyColorColorizer1.ItemKeyProvider       = argumentItemKeyProvider1;
     keyColorColorizer1.PredefinedColorSchema = DevExpress.XtraMap.PredefinedColorSchema.Palette;
     vectorItemsLayer1.Colorizer = keyColorColorizer1;
     vectorItemsLayer1.Data      = mapItemStorage1;
     vectorItemsLayer1.Name      = "VectorLayer";
     this.map.Layers.Add(imageTilesLayer1);
     this.map.Layers.Add(vectorItemsLayer1);
     this.map.Location = new System.Drawing.Point(0, 0);
     this.map.Name     = "map";
     this.map.Size     = new System.Drawing.Size(731, 468);
     this.map.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(731, 468);
     this.Controls.Add(this.map);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.map)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraMap.ImageTilesLayer           imageTilesLayer1           = new DevExpress.XtraMap.ImageTilesLayer();
     DevExpress.XtraMap.OpenStreetMapDataProvider openStreetMapDataProvider1 = new DevExpress.XtraMap.OpenStreetMapDataProvider();
     DevExpress.XtraMap.VectorItemsLayer          vectorItemsLayer1          = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.MapItemStorage            mapItemStorage1            = new DevExpress.XtraMap.MapItemStorage();
     DevExpress.XtraMap.MapPolygon mapPolygon1 = new DevExpress.XtraMap.MapPolygon();
     this.mapControl1 = new DevExpress.XtraMap.MapControl();
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock         = System.Windows.Forms.DockStyle.Fill;
     imageTilesLayer1.DataProvider = openStreetMapDataProvider1;
     mapPolygon1.HighlightedFill   = System.Drawing.Color.Red;
     mapPolygon1.Points.Add(new DevExpress.XtraMap.GeoPoint(0D, 0D));
     mapPolygon1.Points.Add(new DevExpress.XtraMap.GeoPoint(90D, 0D));
     mapPolygon1.Points.Add(new DevExpress.XtraMap.GeoPoint(0D, 180D));
     mapItemStorage1.Items.Add(mapPolygon1);
     vectorItemsLayer1.Data = mapItemStorage1;
     this.mapControl1.Layers.Add(imageTilesLayer1);
     this.mapControl1.Layers.Add(vectorItemsLayer1);
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name     = "mapControl1";
     this.mapControl1.Size     = new System.Drawing.Size(946, 752);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.mapControl1_MouseUp);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(946, 752);
     this.Controls.Add(this.mapControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).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.XtraMap.VectorItemsLayer vectorItemsLayer1 = new DevExpress.XtraMap.VectorItemsLayer();
            DevExpress.XtraMap.VectorItemsLayer vectorItemsLayer2 = new DevExpress.XtraMap.VectorItemsLayer();
            DevExpress.XtraMap.MapItemStorage mapItemStorage1 = new DevExpress.XtraMap.MapItemStorage();
            DevExpress.XtraMap.MapPushpin mapPushpin1 = new DevExpress.XtraMap.MapPushpin();
            this.mapControl1 = new DevExpress.XtraMap.MapControl();
            ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
            this.SuspendLayout();
            // 
            // mapControl1
            // 
            this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            vectorItemsLayer1.Name = "ShapefileLayer";
            mapPushpin1.Text = "Drag me";
            mapItemStorage1.Items.Add(mapPushpin1);
            vectorItemsLayer2.Data = mapItemStorage1;
            this.mapControl1.Layers.Add(vectorItemsLayer1);
            this.mapControl1.Layers.Add(vectorItemsLayer2);
            this.mapControl1.Location = new System.Drawing.Point(0, 0);
            this.mapControl1.Name = "mapControl1";
            this.mapControl1.Size = new System.Drawing.Size(761, 464);
            this.mapControl1.TabIndex = 0;
            this.mapControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mapControl1_MouseDown);
            this.mapControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.mapControl1_MouseMove);
            this.mapControl1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.mapControl1_MouseUp);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(761, 464);
            this.Controls.Add(this.mapControl1);
            this.Name = "Form1";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraMap.ImageLayer          imageTilesLayer1     = new DevExpress.XtraMap.ImageLayer();
     DevExpress.XtraMap.BingMapDataProvider bingMapDataProvider1 = new DevExpress.XtraMap.BingMapDataProvider();
     DevExpress.XtraMap.VectorItemsLayer    vectorItemsLayer1    = new DevExpress.XtraMap.VectorItemsLayer();
     this.map = new DevExpress.XtraMap.MapControl();
     ((System.ComponentModel.ISupportInitialize)(this.map)).BeginInit();
     this.SuspendLayout();
     //
     // map
     //
     this.map.CenterPoint             = new DevExpress.XtraMap.GeoPoint(42.2D, -106.6D);
     this.map.Dock                    = System.Windows.Forms.DockStyle.Fill;
     imageTilesLayer1.DataProvider    = bingMapDataProvider1;
     vectorItemsLayer1.ItemStyle.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     vectorItemsLayer1.Name           = "VectorLayer";
     this.map.Layers.Add(imageTilesLayer1);
     this.map.Layers.Add(vectorItemsLayer1);
     this.map.Location  = new System.Drawing.Point(0, 0);
     this.map.Name      = "map";
     this.map.Size      = new System.Drawing.Size(640, 360);
     this.map.TabIndex  = 0;
     this.map.ZoomLevel = 4D;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(640, 360);
     this.Controls.Add(this.map);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.map)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.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()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraMap.VectorItemsLayer            vectorItemsLayer2            = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.ChoroplethColorizer         choroplethColorizer2         = new DevExpress.XtraMap.ChoroplethColorizer();
     DevExpress.XtraMap.LinearRangeDistribution     linearRangeDistribution2     = new DevExpress.XtraMap.LinearRangeDistribution();
     DevExpress.XtraMap.ShapeAttributeValueProvider shapeAttributeValueProvider2 = new DevExpress.XtraMap.ShapeAttributeValueProvider();
     DevExpress.XtraMap.ShapefileDataAdapter        shapefileDataAdapter2        = new DevExpress.XtraMap.ShapefileDataAdapter();
     DevExpress.XtraMap.ColorScaleLegend            colorScaleLegend2            = new DevExpress.XtraMap.ColorScaleLegend();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.seFactor            = new DevExpress.XtraEditors.SpinEdit();
     this.cbRangeDistribution = new System.Windows.Forms.ComboBox();
     this.mapControl1         = new DevExpress.XtraMap.MapControl();
     this.toolTipController1  = new DevExpress.Utils.ToolTipController(this.components);
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.cbApproximateColors = new System.Windows.Forms.CheckBox();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.seFactor.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.cbApproximateColors);
     this.layoutControl1.Controls.Add(this.seFactor);
     this.layoutControl1.Controls.Add(this.cbRangeDistribution);
     this.layoutControl1.Controls.Add(this.mapControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsPrint.AppearanceGroupCaption.BackColor              = System.Drawing.Color.LightGray;
     this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Font                   = new System.Drawing.Font("Tahoma", 10.25F);
     this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseBackColor   = true;
     this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseFont        = true;
     this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseTextOptions = true;
     this.layoutControl1.OptionsPrint.AppearanceGroupCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.layoutControl1.OptionsPrint.AppearanceGroupCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.layoutControl1.OptionsPrint.AppearanceItemCaption.Options.UseTextOptions  = true;
     this.layoutControl1.OptionsPrint.AppearanceItemCaption.TextOptions.HAlignment  = DevExpress.Utils.HorzAlignment.Near;
     this.layoutControl1.OptionsPrint.AppearanceItemCaption.TextOptions.VAlignment  = DevExpress.Utils.VertAlignment.Center;
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(784, 561);
     this.layoutControl1.TabIndex = 1;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // seFactor
     //
     this.seFactor.EditValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.seFactor.Location = new System.Drawing.Point(540, 12);
     this.seFactor.Name     = "seFactor";
     this.seFactor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.seFactor.Properties.Increment = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.seFactor.Properties.MaxValue = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.seFactor.Size              = new System.Drawing.Size(232, 20);
     this.seFactor.StyleController   = this.layoutControl1;
     this.seFactor.TabIndex          = 6;
     this.seFactor.EditValueChanged += new System.EventHandler(this.seFactor_EditValueChanged);
     //
     // cbRangeDistribution
     //
     this.cbRangeDistribution.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbRangeDistribution.FormattingEnabled = true;
     this.cbRangeDistribution.Location          = new System.Drawing.Point(227, 12);
     this.cbRangeDistribution.Name                  = "cbRangeDistribution";
     this.cbRangeDistribution.Size                  = new System.Drawing.Size(214, 21);
     this.cbRangeDistribution.TabIndex              = 1;
     this.cbRangeDistribution.SelectedIndexChanged += new System.EventHandler(this.cbRangeDistribution_SelectedIndexChanged);
     //
     // mapControl1
     //
     choroplethColorizer2.ApproximateColors     = true;
     choroplethColorizer2.PredefinedColorSchema = DevExpress.XtraMap.PredefinedColorSchema.Criteria;
     choroplethColorizer2.RangeDistribution     = linearRangeDistribution2;
     choroplethColorizer2.RangeStops.Add(0D);
     choroplethColorizer2.RangeStops.Add(3000D);
     choroplethColorizer2.RangeStops.Add(10000D);
     choroplethColorizer2.RangeStops.Add(18000D);
     choroplethColorizer2.RangeStops.Add(28000D);
     choroplethColorizer2.RangeStops.Add(44000D);
     choroplethColorizer2.RangeStops.Add(82000D);
     choroplethColorizer2.RangeStops.Add(185000D);
     choroplethColorizer2.RangeStops.Add(1000000D);
     choroplethColorizer2.RangeStops.Add(2500000D);
     choroplethColorizer2.RangeStops.Add(15000000D);
     shapeAttributeValueProvider2.AttributeName = "GDP_MD_EST";
     choroplethColorizer2.ValueProvider         = shapeAttributeValueProvider2;
     vectorItemsLayer2.Colorizer      = choroplethColorizer2;
     vectorItemsLayer2.Data           = shapefileDataAdapter2;
     vectorItemsLayer2.Name           = "MapLayer";
     vectorItemsLayer2.ToolTipPattern = "{NAME}: ${GDP_MD_EST}";
     this.mapControl1.Layers.Add(vectorItemsLayer2);
     colorScaleLegend2.Description = "In US dollars";
     colorScaleLegend2.Header      = "GDP By Countries";
     colorScaleLegend2.Layer       = vectorItemsLayer2;
     this.mapControl1.Legends.Add(colorScaleLegend2);
     this.mapControl1.Location          = new System.Drawing.Point(12, 37);
     this.mapControl1.Name              = "mapControl1";
     this.mapControl1.Size              = new System.Drawing.Size(760, 512);
     this.mapControl1.TabIndex          = 4;
     this.mapControl1.ToolTipController = this.toolTipController1;
     //
     // toolTipController1
     //
     this.toolTipController1.AllowHtmlText = true;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.layoutControlItem4
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(784, 561);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.mapControl1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 25);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(764, 516);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control  = this.cbRangeDistribution;
     this.layoutControlItem2.Location = new System.Drawing.Point(120, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(313, 25);
     this.layoutControlItem2.Text     = "Range Distribution:";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(92, 13);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control  = this.seFactor;
     this.layoutControlItem3.Location = new System.Drawing.Point(433, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(331, 25);
     this.layoutControlItem3.Text     = "Factor Value:";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(92, 13);
     //
     // cbApproximateColors
     //
     this.cbApproximateColors.Location = new System.Drawing.Point(12, 12);
     this.cbApproximateColors.Name     = "cbApproximateColors";
     this.cbApproximateColors.Size     = new System.Drawing.Size(116, 20);
     this.cbApproximateColors.TabIndex = 7;
     this.cbApproximateColors.Text     = "Approximate Colors";
     this.cbApproximateColors.UseVisualStyleBackColor = true;
     this.cbApproximateColors.CheckedChanged         += new System.EventHandler(this.cbApproximateColors_CheckedChanged);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control     = this.cbApproximateColors;
     this.layoutControlItem4.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name        = "layoutControlItem4";
     this.layoutControlItem4.Size        = new System.Drawing.Size(120, 25);
     this.layoutControlItem4.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 561);
     this.Controls.Add(this.layoutControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.seFactor.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     this.ResumeLayout(false);
 }
        /// <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();

        }
Beispiel #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraMap.VectorItemsLayer       vectorItemsLayer1       = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.VectorItemsLayer       vectorItemsLayer2       = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.BubbleChartDataAdapter bubbleChartDataAdapter1 = new DevExpress.XtraMap.BubbleChartDataAdapter();
     DevExpress.XtraMap.VectorItemsLayer       vectorItemsLayer3       = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.MapItemStorage         mapItemStorage1         = new DevExpress.XtraMap.MapItemStorage();
     this.bindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.dataLayoutControl   = new DevExpress.XtraDataLayout.DataLayoutControl();
     this.mapControl          = new DevExpress.XtraMap.MapControl();
     this.toolTipController1  = new DevExpress.Utils.ToolTipController(this.components);
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.mapControlLCI       = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl)).BeginInit();
     this.dataLayoutControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mapControlLCI)).BeginInit();
     this.SuspendLayout();
     this.dataLayoutControl.AllowCustomization = false;
     this.dataLayoutControl.Controls.Add(this.mapControl);
     this.dataLayoutControl.DataSource = this.bindingSource;
     this.dataLayoutControl.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.dataLayoutControl.Location   = new System.Drawing.Point(0, 0);
     this.dataLayoutControl.Margin     = new System.Windows.Forms.Padding(12);
     this.dataLayoutControl.Name       = "dataLayoutControl";
     this.dataLayoutControl.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(846, 113, 681, 723);
     this.dataLayoutControl.Root                     = this.layoutControlGroup1;
     this.dataLayoutControl.Size                     = new System.Drawing.Size(572, 342);
     this.dataLayoutControl.TabIndex                 = 1;
     this.dataLayoutControl.Text                     = "dataLayoutControl1";
     this.mapControl.Cursor                          = System.Windows.Forms.Cursors.Default;
     vectorItemsLayer1.EnableHighlighting            = false;
     vectorItemsLayer1.EnableSelection               = false;
     vectorItemsLayer1.ItemStyle.Fill                = System.Drawing.Color.FromArgb(((int)(((byte)(219)))), ((int)(((byte)(219)))), ((int)(((byte)(219)))));
     vectorItemsLayer1.ItemStyle.Stroke              = System.Drawing.Color.White;
     vectorItemsLayer1.ItemStyle.StrokeWidth         = 0;
     vectorItemsLayer1.SelectedItemStyle.Fill        = System.Drawing.Color.White;
     vectorItemsLayer1.SelectedItemStyle.StrokeWidth = 0;
     vectorItemsLayer1.ShapeTitlesPattern            = "";
     bubbleChartDataAdapter1.Mappings.Latitude       = "Latitude";
     bubbleChartDataAdapter1.Mappings.Longitude      = "Longitude";
     bubbleChartDataAdapter1.Mappings.Value          = "Total";
     bubbleChartDataAdapter1.MarkerType              = DevExpress.XtraMap.MarkerType.Circle;
     vectorItemsLayer2.Data                          = bubbleChartDataAdapter1;
     vectorItemsLayer2.ItemStyle.Fill                = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(113)))), ((int)(((byte)(0)))));
     vectorItemsLayer2.ItemStyle.Stroke              = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(96)))), ((int)(((byte)(0)))));
     vectorItemsLayer2.ItemStyle.StrokeWidth         = 1;
     vectorItemsLayer2.SelectedItemStyle.Fill        = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(81)))), ((int)(((byte)(165)))));
     vectorItemsLayer2.SelectedItemStyle.StrokeWidth = 0;
     vectorItemsLayer2.ToolTipPattern                = "City:%CI% Total:%CV%";
     vectorItemsLayer3.Data                          = mapItemStorage1;
     this.mapControl.Layers.Add(vectorItemsLayer1);
     this.mapControl.Layers.Add(vectorItemsLayer2);
     this.mapControl.Layers.Add(vectorItemsLayer3);
     this.mapControl.Location                             = new System.Drawing.Point(2, 2);
     this.mapControl.Name                                 = "mapControl";
     this.mapControl.Size                                 = new System.Drawing.Size(568, 338);
     this.mapControl.TabIndex                             = 18;
     this.mapControl.ToolTipController                    = this.toolTipController1;
     this.mapControl.ZoomLevel                            = 4D;
     this.mapControl.MapItemClick                        += new DevExpress.XtraMap.MapItemClickEventHandler(this.mapControl_MapItemClick);
     this.toolTipController1.BeforeShow                  += new DevExpress.Utils.ToolTipControllerBeforeShowEventHandler(this.toolTipController1_BeforeShow);
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlGroup2
     });
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name     = "layoutControlGroup1";
     this.layoutControlGroup1.OptionsItemText.TextToControlDistance = 6;
     this.layoutControlGroup1.Padding               = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.Size                  = new System.Drawing.Size(572, 342);
     this.layoutControlGroup1.Text                  = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible           = false;
     this.layoutControlGroup2.AllowDrawBackground   = false;
     this.layoutControlGroup2.CustomizationFormText = "autoGeneratedGroup0";
     this.layoutControlGroup2.GroupBordersVisible   = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.mapControlLCI
     });
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name     = "autoGeneratedGroup0";
     this.layoutControlGroup2.OptionsItemText.TextToControlDistance = 6;
     this.layoutControlGroup2.Size            = new System.Drawing.Size(572, 342);
     this.layoutControlGroup2.Text            = "autoGeneratedGroup0";
     this.mapControlLCI.Control               = this.mapControl;
     this.mapControlLCI.CustomizationFormText = "mapControlLCI";
     this.mapControlLCI.Location              = new System.Drawing.Point(0, 0);
     this.mapControlLCI.Name     = "mapControlLCI";
     this.mapControlLCI.Size     = new System.Drawing.Size(572, 342);
     this.mapControlLCI.Text     = "mapControlLCI";
     this.mapControlLCI.TextSize = new System.Drawing.Size(0, 0);
     this.mapControlLCI.TextToControlDistance = 0;
     this.mapControlLCI.TextVisible           = false;
     this.Controls.Add(this.dataLayoutControl);
     this.Margin = new System.Windows.Forms.Padding(6);
     this.Name   = "OpportunitiesMapView";
     this.Size   = new System.Drawing.Size(572, 342);
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl)).EndInit();
     this.dataLayoutControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mapControlLCI)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(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();

        }
Beispiel #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraMap.ImageTilesLayer           imageTilesLayer1           = new DevExpress.XtraMap.ImageTilesLayer();
     DevExpress.XtraMap.OpenStreetMapDataProvider openStreetMapDataProvider1 = new DevExpress.XtraMap.OpenStreetMapDataProvider();
     DevExpress.XtraMap.VectorItemsLayer          vectorItemsLayer1          = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.SqlGeometryDataAdapter    sqlGeometryDataAdapter1    = new DevExpress.XtraMap.SqlGeometryDataAdapter();
     DevExpress.XtraMap.MiniMap miniMap1 = new DevExpress.XtraMap.MiniMap();
     DevExpress.XtraMap.DynamicMiniMapBehavior  dynamicMiniMapBehavior1  = new DevExpress.XtraMap.DynamicMiniMapBehavior();
     DevExpress.XtraMap.MiniMapImageTilesLayer  miniMapImageTilesLayer1  = new DevExpress.XtraMap.MiniMapImageTilesLayer();
     DevExpress.XtraMap.BingMapDataProvider     bingMapDataProvider1     = new DevExpress.XtraMap.BingMapDataProvider();
     DevExpress.XtraMap.MiniMapVectorItemsLayer miniMapVectorItemsLayer1 = new DevExpress.XtraMap.MiniMapVectorItemsLayer();
     DevExpress.XtraMap.MapItemStorage          mapItemStorage1          = new DevExpress.XtraMap.MapItemStorage();
     this.mcMap  = new DevExpress.XtraMap.MapControl();
     this.itmMap = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LayoutControl)).BeginInit();
     this.LayoutControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LayoutGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ValidationProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RibbonControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mcMap)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.itmMap)).BeginInit();
     this.SuspendLayout();
     //
     // LayoutControl
     //
     this.LayoutControl.Controls.Add(this.mcMap);
     this.LayoutControl.OptionsFocus.AllowFocusControlOnActivatedTabPage           = true;
     this.LayoutControl.OptionsPrint.AppearanceGroupCaption.BackColor              = System.Drawing.Color.LightGray;
     this.LayoutControl.OptionsPrint.AppearanceGroupCaption.Font                   = new System.Drawing.Font("Tahoma", 10.25F);
     this.LayoutControl.OptionsPrint.AppearanceGroupCaption.Options.UseBackColor   = true;
     this.LayoutControl.OptionsPrint.AppearanceGroupCaption.Options.UseFont        = true;
     this.LayoutControl.OptionsPrint.AppearanceGroupCaption.Options.UseTextOptions = true;
     this.LayoutControl.OptionsPrint.AppearanceGroupCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.LayoutControl.OptionsPrint.AppearanceGroupCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.LayoutControl.OptionsPrint.AppearanceItemCaption.Options.UseTextOptions  = true;
     this.LayoutControl.OptionsPrint.AppearanceItemCaption.TextOptions.HAlignment  = DevExpress.Utils.HorzAlignment.Near;
     this.LayoutControl.OptionsPrint.AppearanceItemCaption.TextOptions.VAlignment  = DevExpress.Utils.VertAlignment.Center;
     //
     // LayoutGroup
     //
     this.LayoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.itmMap
     });
     //
     // RibbonControl
     //
     this.RibbonControl.ExpandCollapseItem.Id = 0;
     //
     // mcMap
     //
     imageTilesLayer1.DataProvider            = openStreetMapDataProvider1;
     sqlGeometryDataAdapter1.ConnectionString = "Data Source=.;Initial Catalog=cds_pegasus;Persist Security Info=True;User ID=sa;P" +
                                                "assword=rabbit";
     sqlGeometryDataAdapter1.SpatialDataMember = "geometry";
     sqlGeometryDataAdapter1.SqlText           = "SELECT [Id],[section],[description],[geometry],[geography] FROM [dbo].[RPT_MapLay" +
                                                 "out]";
     vectorItemsLayer1.Data = sqlGeometryDataAdapter1;
     this.mcMap.Layers.Add(imageTilesLayer1);
     this.mcMap.Layers.Add(vectorItemsLayer1);
     this.mcMap.Location                  = new System.Drawing.Point(12, 12);
     miniMap1.Behavior                    = dynamicMiniMapBehavior1;
     bingMapDataProvider1.BingKey         = "YOUR BING MAPS KEY";
     miniMapImageTilesLayer1.DataProvider = bingMapDataProvider1;
     miniMapVectorItemsLayer1.Data        = mapItemStorage1;
     miniMap1.Layers.Add(miniMapImageTilesLayer1);
     miniMap1.Layers.Add(miniMapVectorItemsLayer1);
     this.mcMap.MiniMap  = miniMap1;
     this.mcMap.Name     = "mcMap";
     this.mcMap.Size     = new System.Drawing.Size(972, 553);
     this.mcMap.TabIndex = 4;
     //
     // itmMap
     //
     this.itmMap.Control = this.mcMap;
     this.itmMap.CustomizationFormText = "Map";
     this.itmMap.Location    = new System.Drawing.Point(0, 0);
     this.itmMap.Name        = "itmMap";
     this.itmMap.Size        = new System.Drawing.Size(976, 557);
     this.itmMap.Text        = "Map";
     this.itmMap.TextSize    = new System.Drawing.Size(0, 0);
     this.itmMap.TextVisible = false;
     //
     // MapForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(1008, 729);
     this.Name = "MapForm";
     ((System.ComponentModel.ISupportInitialize)(this.BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LayoutControl)).EndInit();
     this.LayoutControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.LayoutGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ValidationProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RibbonControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mcMap)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.itmMap)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraMap.ImageLayer              imageTilesLayer1         = new DevExpress.XtraMap.ImageLayer();
     DevExpress.XtraMap.BingMapDataProvider     bingMapDataProvider1     = new DevExpress.XtraMap.BingMapDataProvider();
     DevExpress.XtraMap.InformationLayer        informationLayer1        = new DevExpress.XtraMap.InformationLayer();
     DevExpress.XtraMap.BingGeocodeDataProvider bingGeocodeDataProvider1 = new DevExpress.XtraMap.BingGeocodeDataProvider();
     DevExpress.XtraMap.InformationLayer        informationLayer2        = new DevExpress.XtraMap.InformationLayer();
     DevExpress.XtraMap.BingRouteDataProvider   bingRouteDataProvider1   = new DevExpress.XtraMap.BingRouteDataProvider();
     DevExpress.XtraMap.InformationLayer        informationLayer3        = new DevExpress.XtraMap.InformationLayer();
     DevExpress.XtraMap.BingSearchDataProvider  bingSearchDataProvider1  = new DevExpress.XtraMap.BingSearchDataProvider();
     DevExpress.XtraMap.VectorItemsLayer        vectorItemsLayer1        = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.MapItemStorage          mapItemStorage1          = new DevExpress.XtraMap.MapItemStorage();
     this.mapControl1 = new DevExpress.XtraMap.MapControl();
     this.bClear      = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock         = System.Windows.Forms.DockStyle.Fill;
     imageTilesLayer1.DataProvider = bingMapDataProvider1;
     bingGeocodeDataProvider1.GenerateLayerItems = false;
     informationLayer1.DataProvider             = bingGeocodeDataProvider1;
     informationLayer1.Name                     = "GeocodeLayer";
     bingRouteDataProvider1.GenerateLayerItems  = false;
     informationLayer2.DataProvider             = bingRouteDataProvider1;
     informationLayer2.Name                     = "RouteLayer";
     bingSearchDataProvider1.GenerateLayerItems = false;
     informationLayer3.DataProvider             = bingSearchDataProvider1;
     informationLayer3.Name                     = "SearchLayer";
     vectorItemsLayer1.Data                     = mapItemStorage1;
     vectorItemsLayer1.EnableHighlighting       = false;
     vectorItemsLayer1.EnableSelection          = false;
     vectorItemsLayer1.Name                     = "ItemsLayer";
     this.mapControl1.Layers.Add(imageTilesLayer1);
     this.mapControl1.Layers.Add(informationLayer1);
     this.mapControl1.Layers.Add(informationLayer2);
     this.mapControl1.Layers.Add(informationLayer3);
     this.mapControl1.Layers.Add(vectorItemsLayer1);
     this.mapControl1.Location      = new System.Drawing.Point(0, 0);
     this.mapControl1.Name          = "mapControl1";
     this.mapControl1.Size          = new System.Drawing.Size(811, 540);
     this.mapControl1.TabIndex      = 0;
     this.mapControl1.MapItemClick += new DevExpress.XtraMap.MapItemClickEventHandler(this.mapControl1_MapItemClick);
     //
     // bClear
     //
     this.bClear.Location = new System.Drawing.Point(12, 12);
     this.bClear.Name     = "bClear";
     this.bClear.Size     = new System.Drawing.Size(75, 23);
     this.bClear.TabIndex = 1;
     this.bClear.Text     = "Clear";
     this.bClear.UseVisualStyleBackColor = true;
     this.bClear.Click += new System.EventHandler(this.bClear_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(811, 540);
     this.Controls.Add(this.bClear);
     this.Controls.Add(this.mapControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.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.BingGeocodeDataProvider bingGeocodeDataProvider1     = new DevExpress.XtraMap.BingGeocodeDataProvider();
     DevExpress.XtraMap.VectorItemsLayer        vectorItemsLayer1            = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.MapItemStorage          mapItemStorage1              = new DevExpress.XtraMap.MapItemStorage();
     DevExpress.XtraMap.VectorItemsLayer        vectorItemsLayer2            = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.MapItemStorage          mapItemStorage2              = new DevExpress.XtraMap.MapItemStorage();
     DevExpress.XtraMap.VectorItemsLayer        vectorItemsLayer3            = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.MapItemStorage          mapItemStorage3              = new DevExpress.XtraMap.MapItemStorage();
     DevExpress.XtraMap.MapPushpin                  mapPushpin1              = new DevExpress.XtraMap.MapPushpin();
     DevExpress.XtraMap.MiniMap                     miniMap1                 = new DevExpress.XtraMap.MiniMap();
     DevExpress.XtraMap.FixedMiniMapBehavior        fixedMiniMapBehavior1    = new DevExpress.XtraMap.FixedMiniMapBehavior();
     DevExpress.XtraMap.MiniMapImageTilesLayer      miniMapImageTilesLayer1  = new DevExpress.XtraMap.MiniMapImageTilesLayer();
     DevExpress.XtraMap.BingMapDataProvider         bingMapDataProvider2     = new DevExpress.XtraMap.BingMapDataProvider();
     DevExpress.XtraMap.MiniMapVectorItemsLayer     miniMapVectorItemsLayer1 = new DevExpress.XtraMap.MiniMapVectorItemsLayer();
     DevExpress.XtraMap.MapItemStorage              mapItemStorage4          = new DevExpress.XtraMap.MapItemStorage();
     DevExpress.Utils.ContextButton                 contextButton1           = new DevExpress.Utils.ContextButton();
     System.ComponentModel.ComponentResourceManager resources                = new System.ComponentModel.ComponentResourceManager(typeof(MapView));
     this.mapControl1               = new DevExpress.XtraMap.MapControl();
     this.timer1                    = new System.Windows.Forms.Timer(this.components);
     this.splitContainerControl1    = new DevExpress.XtraEditors.SplitContainerControl();
     this.flyoutPanel1              = new DevExpress.Utils.FlyoutPanel();
     this.flyoutPanelControl1       = new DevExpress.Utils.FlyoutPanelControl();
     this.flyoutPanel2              = new DevExpress.Utils.FlyoutPanel();
     this.flyoutPanelControl2       = new DevExpress.Utils.FlyoutPanelControl();
     this.geoLocationControl1       = new GeoLocationControl();
     this.popupViewer1              = new PopupViewer();
     this.galleryGridControl        = new DevExpress.XtraGrid.GridControl();
     this.galleryView               = new DevExpress.XtraGrid.Views.WinExplorer.WinExplorerView();
     this.toolTipController1        = new DevExpress.Utils.ToolTipController(this.components);
     this.standaloneBarDockControl1 = new DevExpress.XtraBars.StandaloneBarDockControl();
     this.barManager1               = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.bcVisibleInViewPort  = new DevExpress.XtraBars.BarCheckItem();
     this.bcNotGeotagged       = new DevExpress.XtraBars.BarCheckItem();
     this.bcAllItems           = new DevExpress.XtraBars.BarCheckItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.flyoutPanel1)).BeginInit();
     this.flyoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.flyoutPanelControl1)).BeginInit();
     this.flyoutPanelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.flyoutPanel2)).BeginInit();
     this.flyoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.flyoutPanelControl2)).BeginInit();
     this.flyoutPanelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.galleryGridControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.galleryView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.CenterPoint     = new DevExpress.XtraMap.GeoPoint(47.5D, 2D);
     this.mapControl1.Dock            = System.Windows.Forms.DockStyle.Fill;
     bingMapDataProvider1.BingKey     = "AmSNFwVzMvaqFlCYQx9RRUfcAwSQCzi_Vcesric6JFQuBO9wZFXEsqzili-INaUA";
     bingMapDataProvider1.Kind        = DevExpress.XtraMap.BingMapKind.Area;
     imageTilesLayer1.DataProvider    = bingMapDataProvider1;
     imageTilesLayer1.Name            = "TilesLayer";
     informationLayer1.DataProvider   = bingGeocodeDataProvider1;
     informationLayer1.Name           = "InformationLayer";
     informationLayer1.Visible        = false;
     vectorItemsLayer1.Data           = mapItemStorage1;
     vectorItemsLayer1.ItemStyle.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     vectorItemsLayer1.Name           = "ItemsLayer";
     vectorItemsLayer2.Data           = mapItemStorage2;
     vectorItemsLayer2.Name           = "ItemsDetailLayer";
     mapItemStorage3.Items.Add(mapPushpin1);
     vectorItemsLayer3.Data    = mapItemStorage3;
     vectorItemsLayer3.Name    = "PushpinLayer";
     vectorItemsLayer3.Visible = false;
     this.mapControl1.Layers.Add(imageTilesLayer1);
     this.mapControl1.Layers.Add(informationLayer1);
     this.mapControl1.Layers.Add(vectorItemsLayer1);
     this.mapControl1.Layers.Add(vectorItemsLayer2);
     this.mapControl1.Layers.Add(vectorItemsLayer3);
     this.mapControl1.Location       = new System.Drawing.Point(0, 0);
     miniMap1.Alignment              = DevExpress.XtraMap.MiniMapAlignment.TopLeft;
     fixedMiniMapBehavior1.ZoomLevel = 0.5D;
     miniMap1.Behavior = fixedMiniMapBehavior1;
     miniMap1.Height   = 256;
     miniMapImageTilesLayer1.DataProvider           = bingMapDataProvider2;
     miniMapImageTilesLayer1.Name                   = "ImageTilesLayer";
     miniMapVectorItemsLayer1.Data                  = mapItemStorage4;
     miniMapVectorItemsLayer1.ItemStyle.Fill        = System.Drawing.Color.Red;
     miniMapVectorItemsLayer1.ItemStyle.Stroke      = System.Drawing.Color.White;
     miniMapVectorItemsLayer1.ItemStyle.StrokeWidth = 2;
     miniMapVectorItemsLayer1.Name                  = "DataLayer";
     miniMap1.Layers.Add(miniMapImageTilesLayer1);
     miniMap1.Layers.Add(miniMapVectorItemsLayer1);
     miniMap1.Width                     = 256;
     this.mapControl1.MiniMap           = miniMap1;
     this.mapControl1.MinZoomLevel      = 2D;
     this.mapControl1.Name              = "mapControl1";
     this.mapControl1.SelectionMode     = DevExpress.XtraMap.ElementSelectionMode.Single;
     this.mapControl1.Size              = new System.Drawing.Size(768, 634);
     this.mapControl1.TabIndex          = 1;
     this.mapControl1.ZoomLevel         = 3D;
     this.mapControl1.SelectionChanged += new DevExpress.XtraMap.MapSelectionChangedEventHandler(this.mapControl1_SelectionChanged);
     this.mapControl1.Click            += new System.EventHandler(this.mapControl1_Click);
     this.mapControl1.DoubleClick      += new System.EventHandler(this.mapControl1_DoubleClick);
     //
     // timer1
     //
     this.timer1.Interval = 2000;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
     this.splitContainerControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel    = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Location      = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name          = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.flyoutPanel1);
     this.splitContainerControl1.Panel1.Controls.Add(this.mapControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.galleryGridControl);
     this.splitContainerControl1.Panel2.Controls.Add(this.standaloneBarDockControl1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1230, 634);
     this.splitContainerControl1.SplitterPosition = 457;
     this.splitContainerControl1.TabIndex         = 16;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // flyoutPanel1
     //
     this.flyoutPanel1.Controls.Add(this.flyoutPanelControl1);
     this.flyoutPanel1.Location = new System.Drawing.Point(36, 46);
     this.flyoutPanel1.Name     = "flyoutPanel1";
     this.flyoutPanel1.Size     = new System.Drawing.Size(689, 519);
     this.flyoutPanel1.TabIndex = 2;
     //
     // flyoutPanelControl1
     //
     this.flyoutPanelControl1.Controls.Add(this.flyoutPanel2);
     this.flyoutPanelControl1.Controls.Add(this.popupViewer1);
     this.flyoutPanelControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.flyoutPanelControl1.FlyoutPanel = this.flyoutPanel1;
     this.flyoutPanelControl1.Location    = new System.Drawing.Point(0, 0);
     this.flyoutPanelControl1.Name        = "flyoutPanelControl1";
     this.flyoutPanelControl1.Size        = new System.Drawing.Size(689, 519);
     this.flyoutPanelControl1.TabIndex    = 0;
     //
     // flyoutPanel2
     //
     this.flyoutPanel2.Controls.Add(this.flyoutPanelControl2);
     this.flyoutPanel2.Location = new System.Drawing.Point(22, 16);
     this.flyoutPanel2.Name     = "flyoutPanel2";
     this.flyoutPanel2.Size     = new System.Drawing.Size(321, 212);
     this.flyoutPanel2.TabIndex = 3;
     //
     // flyoutPanelControl2
     //
     this.flyoutPanelControl2.Controls.Add(this.geoLocationControl1);
     this.flyoutPanelControl2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.flyoutPanelControl2.FlyoutPanel = this.flyoutPanel2;
     this.flyoutPanelControl2.Location    = new System.Drawing.Point(0, 0);
     this.flyoutPanelControl2.Name        = "flyoutPanelControl2";
     this.flyoutPanelControl2.Size        = new System.Drawing.Size(321, 212);
     this.flyoutPanelControl2.TabIndex    = 0;
     //
     // geoLocationControl1
     //
     this.geoLocationControl1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.geoLocationControl1.File         = null;
     this.geoLocationControl1.GeoPoint     = null;
     this.geoLocationControl1.Location     = new System.Drawing.Point(2, 2);
     this.geoLocationControl1.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.geoLocationControl1.Name         = "geoLocationControl1";
     this.geoLocationControl1.Size         = new System.Drawing.Size(317, 208);
     this.geoLocationControl1.TabIndex     = 0;
     this.geoLocationControl1.CancelClick += new System.EventHandler(this.geoLocationControl1_CancelClick);
     this.geoLocationControl1.OkClick     += new System.EventHandler(this.geoLocationControl1_OkClick);
     //
     // popupViewer1
     //
     this.popupViewer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.popupViewer1.Files       = null;
     this.popupViewer1.Location    = new System.Drawing.Point(2, 2);
     this.popupViewer1.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.popupViewer1.Name        = "popupViewer1";
     this.popupViewer1.Size        = new System.Drawing.Size(685, 515);
     this.popupViewer1.TabIndex    = 0;
     this.popupViewer1.CloseClick += new System.EventHandler(this.popupViewer1_CloseClick);
     //
     // galleryGridControl
     //
     this.galleryGridControl.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.galleryGridControl.Location          = new System.Drawing.Point(0, 31);
     this.galleryGridControl.MainView          = this.galleryView;
     this.galleryGridControl.Name              = "galleryGridControl";
     this.galleryGridControl.Size              = new System.Drawing.Size(457, 603);
     this.galleryGridControl.TabIndex          = 0;
     this.galleryGridControl.ToolTipController = this.toolTipController1;
     this.galleryGridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.galleryView
     });
     //
     // galleryView
     //
     this.galleryView.ContextButtonOptions.TopPanelColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.galleryView.ContextButtonOptions.TopPanelPadding = new System.Windows.Forms.Padding(2);
     contextButton1.Alignment                             = DevExpress.Utils.ContextItemAlignment.TopFar;
     contextButton1.AllowGlyphSkinning                    = DevExpress.Utils.DefaultBoolean.True;
     contextButton1.AppearanceHover.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     contextButton1.AppearanceHover.ForeColor             = System.Drawing.Color.White;
     contextButton1.AppearanceHover.Options.UseBackColor  = true;
     contextButton1.AppearanceHover.Options.UseForeColor  = true;
     contextButton1.AppearanceNormal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     contextButton1.AppearanceNormal.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     contextButton1.AppearanceNormal.Options.UseBackColor = true;
     contextButton1.AppearanceNormal.Options.UseForeColor = true;
     contextButton1.Glyph      = ((System.Drawing.Image)(resources.GetObject("contextButton1.Glyph")));
     contextButton1.Id         = new System.Guid("6e91aeed-9ae6-403f-bc67-28e3c343e593");
     contextButton1.Name       = "GeoEditingButton";
     contextButton1.Visibility = DevExpress.Utils.ContextItemVisibility.Hidden;
     this.galleryView.ContextButtons.Add(contextButton1);
     this.galleryView.GridControl = this.galleryGridControl;
     this.galleryView.Name        = "galleryView";
     this.galleryView.OptionsImageLoad.AsyncLoad             = true;
     this.galleryView.OptionsImageLoad.CacheThumbnails       = false;
     this.galleryView.OptionsSelection.AllowMarqueeSelection = true;
     this.galleryView.OptionsSelection.ItemSelectionMode     = DevExpress.XtraGrid.Views.WinExplorer.IconItemSelectionMode.Click;
     this.galleryView.OptionsSelection.MultiSelect           = true;
     this.galleryView.OptionsView.ContentHorizontalAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.galleryView.OptionsView.ImageLayoutMode            = DevExpress.Utils.Drawing.ImageLayoutMode.ZoomOutside;
     this.galleryView.OptionsView.ItemHoverBordersShowMode   = DevExpress.XtraGrid.WinExplorer.ItemHoverBordersShowMode.Always;
     this.galleryView.OptionsView.Style = DevExpress.XtraGrid.Views.WinExplorer.WinExplorerViewStyle.ExtraLarge;
     this.galleryView.OptionsViewStyles.ExtraLarge.HorizontalIndent = 5;
     this.galleryView.OptionsViewStyles.ExtraLarge.VerticalIndent   = 5;
     this.galleryView.ItemClick          += new DevExpress.XtraGrid.Views.WinExplorer.WinExplorerViewItemClickEventHandler(this.galleryView_ItemClick);
     this.galleryView.ContextButtonClick += new DevExpress.Utils.ContextItemClickEventHandler(this.galleryView_ContextButtonClick);
     this.galleryView.GetThumbnailImage  += new DevExpress.Utils.ThumbnailImageEventHandler(this.galleryView_GetThumbnailImage);
     this.galleryView.CustomDrawItem     += new DevExpress.XtraGrid.Views.WinExplorer.WinExplorerViewCustomDrawItemEventHandler(this.galleryView_CustomDrawItem);
     this.galleryView.MouseDown          += new System.Windows.Forms.MouseEventHandler(this.galleryView_MouseDown);
     this.galleryView.MouseUp            += new System.Windows.Forms.MouseEventHandler(this.galleryView_MouseUp);
     this.galleryView.MouseMove          += new System.Windows.Forms.MouseEventHandler(this.galleryView_MouseMove);
     this.galleryView.DoubleClick        += new System.EventHandler(this.galleryView_DoubleClick);
     //
     // standaloneBarDockControl1
     //
     this.standaloneBarDockControl1.AutoSize         = true;
     this.standaloneBarDockControl1.CausesValidation = false;
     this.standaloneBarDockControl1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.standaloneBarDockControl1.Location         = new System.Drawing.Point(0, 0);
     this.standaloneBarDockControl1.Name             = "standaloneBarDockControl1";
     this.standaloneBarDockControl1.Size             = new System.Drawing.Size(457, 31);
     this.standaloneBarDockControl1.Text             = "standaloneBarDockControl1";
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.DockControls.Add(this.standaloneBarDockControl1);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.bcVisibleInViewPort,
         this.bcNotGeotagged,
         this.bcAllItems
     });
     this.barManager1.MaxItemId = 3;
     //
     // bar1
     //
     this.bar1.BarName       = "Custom 2";
     this.bar1.DockCol       = 0;
     this.bar1.DockRow       = 0;
     this.bar1.DockStyle     = DevExpress.XtraBars.BarDockStyle.Standalone;
     this.bar1.FloatLocation = new System.Drawing.Point(1117, 127);
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bcVisibleInViewPort),
         new DevExpress.XtraBars.LinkPersistInfo(this.bcNotGeotagged),
         new DevExpress.XtraBars.LinkPersistInfo(this.bcAllItems)
     });
     this.bar1.OptionsBar.DrawBorder    = false;
     this.bar1.OptionsBar.UseWholeRow   = true;
     this.bar1.StandaloneBarDockControl = this.standaloneBarDockControl1;
     this.bar1.Text = "Custom 2";
     //
     // bcVisibleInViewPort
     //
     this.bcVisibleInViewPort.BindableChecked = true;
     this.bcVisibleInViewPort.Caption         = "Visible In Viewport";
     this.bcVisibleInViewPort.Checked         = true;
     this.bcVisibleInViewPort.GroupIndex      = 1;
     this.bcVisibleInViewPort.Id              = 0;
     this.bcVisibleInViewPort.Name            = "bcVisibleInViewPort";
     this.bcVisibleInViewPort.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bcVisibleInViewPort_CheckedChanged);
     //
     // bcNotGeotagged
     //
     this.bcNotGeotagged.Caption         = "Not Geotagged";
     this.bcNotGeotagged.GroupIndex      = 1;
     this.bcNotGeotagged.Id              = 1;
     this.bcNotGeotagged.Name            = "bcNotGeotagged";
     this.bcNotGeotagged.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bcNotGeotagged_CheckedChanged);
     //
     // bcAllItems
     //
     this.bcAllItems.Caption         = "All Photos";
     this.bcAllItems.GroupIndex      = 1;
     this.bcAllItems.Id              = 2;
     this.bcAllItems.Name            = "bcAllItems";
     this.bcAllItems.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bcAllItems_CheckedChanged);
     //
     // 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(1230, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 634);
     this.barDockControlBottom.Size             = new System.Drawing.Size(1230, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 634);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1230, 0);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 634);
     //
     // MapView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.Name   = "MapView";
     this.Size   = new System.Drawing.Size(1230, 634);
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.flyoutPanel1)).EndInit();
     this.flyoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.flyoutPanelControl1)).EndInit();
     this.flyoutPanelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.flyoutPanel2)).EndInit();
     this.flyoutPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.flyoutPanelControl2)).EndInit();
     this.flyoutPanelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.galleryGridControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.galleryView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraMap.ImageLayer imageTilesLayer1 = new DevExpress.XtraMap.ImageLayer();
     DevExpress.XtraMap.OpenStreetMapDataProvider openStreetMapDataProvider1 = new DevExpress.XtraMap.OpenStreetMapDataProvider();
     DevExpress.XtraMap.VectorItemsLayer          vectorItemsLayer1          = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.MapItemStorage            mapItemStorage1            = new DevExpress.XtraMap.MapItemStorage();
     DevExpress.XtraMap.MapRectangle mapRectangle1 = new DevExpress.XtraMap.MapRectangle();
     DevExpress.XtraMap.MapRectangle mapRectangle2 = new DevExpress.XtraMap.MapRectangle();
     DevExpress.XtraMap.MapRectangle mapRectangle3 = new DevExpress.XtraMap.MapRectangle();
     DevExpress.XtraMap.MapRectangle mapRectangle4 = new DevExpress.XtraMap.MapRectangle();
     DevExpress.XtraMap.MapRectangle mapRectangle5 = new DevExpress.XtraMap.MapRectangle();
     DevExpress.XtraMap.MapRectangle mapRectangle6 = new DevExpress.XtraMap.MapRectangle();
     this.mapControl1   = new DevExpress.XtraMap.MapControl();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.CenterPoint  = new DevExpress.XtraMap.GeoPoint(60D, -100D);
     this.mapControl1.Dock         = System.Windows.Forms.DockStyle.Fill;
     imageTilesLayer1.DataProvider = openStreetMapDataProvider1;
     mapRectangle1.Fill            = System.Drawing.Color.Red;
     mapRectangle1.Height          = 300D;
     mapRectangle1.Location        = new DevExpress.XtraMap.GeoPoint(55D, -120D);
     mapRectangle1.Width           = 300D;
     mapRectangle2.Fill            = System.Drawing.Color.Yellow;
     mapRectangle2.Height          = 300D;
     mapRectangle2.Location        = new DevExpress.XtraMap.GeoPoint(45D, -110D);
     mapRectangle2.Width           = 300D;
     mapRectangle3.Fill            = System.Drawing.Color.Lime;
     mapRectangle3.Height          = 300D;
     mapRectangle3.Location        = new DevExpress.XtraMap.GeoPoint(45D, -120D);
     mapRectangle3.Width           = 300D;
     mapRectangle4.Fill            = System.Drawing.Color.Blue;
     mapRectangle4.Height          = 300D;
     mapRectangle4.Location        = new DevExpress.XtraMap.GeoPoint(60D, -110D);
     mapRectangle4.Width           = 300D;
     mapRectangle5.Fill            = System.Drawing.Color.Fuchsia;
     mapRectangle5.Height          = 300D;
     mapRectangle5.Location        = new DevExpress.XtraMap.GeoPoint(60D, -120D);
     mapRectangle5.Width           = 300D;
     mapRectangle6.Height          = 300D;
     mapRectangle6.Location        = new DevExpress.XtraMap.GeoPoint(55D, -110D);
     mapRectangle6.Width           = 300D;
     mapItemStorage1.Items.Add(mapRectangle1);
     mapItemStorage1.Items.Add(mapRectangle2);
     mapItemStorage1.Items.Add(mapRectangle3);
     mapItemStorage1.Items.Add(mapRectangle4);
     mapItemStorage1.Items.Add(mapRectangle5);
     mapItemStorage1.Items.Add(mapRectangle6);
     vectorItemsLayer1.Data = mapItemStorage1;
     this.mapControl1.Layers.Add(imageTilesLayer1);
     this.mapControl1.Layers.Add(vectorItemsLayer1);
     this.mapControl1.Location  = new System.Drawing.Point(0, 0);
     this.mapControl1.Name      = "mapControl1";
     this.mapControl1.Size      = new System.Drawing.Size(513, 351);
     this.mapControl1.TabIndex  = 0;
     this.mapControl1.ZoomLevel = 2D;
     //
     // simpleButton1
     //
     this.simpleButton1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.simpleButton1.Location = new System.Drawing.Point(0, 0);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(513, 23);
     this.simpleButton1.TabIndex = 1;
     this.simpleButton1.Text     = "ExportToImage";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(513, 351);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.mapControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.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();
 }
Beispiel #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraMap.ImageLayer              imageTilesLayer1         = new DevExpress.XtraMap.ImageLayer();
     DevExpress.XtraMap.BingMapDataProvider     bingMapDataProvider1     = new DevExpress.XtraMap.BingMapDataProvider();
     DevExpress.XtraMap.VectorItemsLayer        vectorItemsLayer1        = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.KeyColorColorizer       keyColorColorizer1       = new DevExpress.XtraMap.KeyColorColorizer();
     DevExpress.XtraMap.ArgumentItemKeyProvider argumentItemKeyProvider1 = new DevExpress.XtraMap.ArgumentItemKeyProvider();
     DevExpress.XtraMap.ColorizerKeyItem        colorizerKeyItem1        = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.ColorizerKeyItem        colorizerKeyItem2        = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.ColorizerKeyItem        colorizerKeyItem3        = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.SizeLegend              sizeLegend1      = new DevExpress.XtraMap.SizeLegend();
     DevExpress.XtraMap.ColorListLegend         colorListLegend1 = new DevExpress.XtraMap.ColorListLegend();
     this.mapControl1        = new DevExpress.XtraMap.MapControl();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock         = System.Windows.Forms.DockStyle.Fill;
     imageTilesLayer1.DataProvider = bingMapDataProvider1;
     keyColorColorizer1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(207)))), ((int)(((byte)(98))))));
     keyColorColorizer1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(181)))), ((int)(((byte)(188))))));
     keyColorColorizer1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(152)))), ((int)(((byte)(118))))));
     keyColorColorizer1.ItemKeyProvider = argumentItemKeyProvider1;
     colorizerKeyItem1.Key  = 1;
     colorizerKeyItem1.Name = "Gold";
     colorizerKeyItem2.Key  = 2;
     colorizerKeyItem2.Name = "Silver";
     colorizerKeyItem3.Key  = 3;
     colorizerKeyItem3.Name = "Bronze";
     keyColorColorizer1.Keys.Add(colorizerKeyItem1);
     keyColorColorizer1.Keys.Add(colorizerKeyItem2);
     keyColorColorizer1.Keys.Add(colorizerKeyItem3);
     vectorItemsLayer1.Colorizer      = keyColorColorizer1;
     vectorItemsLayer1.Name           = "PieLayer";
     vectorItemsLayer1.ToolTipPattern = "<b>%A%</b>\r\nGold: %V0%\r\nSilver: %V1%\r\nBronze: %V2%\r\nTotal: %V%\"";
     this.mapControl1.Layers.Add(imageTilesLayer1);
     this.mapControl1.Layers.Add(vectorItemsLayer1);
     sizeLegend1.Header      = "Medal Count";
     sizeLegend1.Layer       = vectorItemsLayer1;
     colorListLegend1.Header = "Medal Class";
     colorListLegend1.Layer  = vectorItemsLayer1;
     this.mapControl1.Legends.Add(sizeLegend1);
     this.mapControl1.Legends.Add(colorListLegend1);
     this.mapControl1.Location          = new System.Drawing.Point(0, 0);
     this.mapControl1.Name              = "mapControl1";
     this.mapControl1.Size              = new System.Drawing.Size(717, 441);
     this.mapControl1.TabIndex          = 0;
     this.mapControl1.ToolTipController = this.toolTipController1;
     //
     // toolTipController1
     //
     this.toolTipController1.AllowHtmlText = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(717, 441);
     this.Controls.Add(this.mapControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).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.XtraMap.ImageLayer            imageTilesLayer2       = new DevExpress.XtraMap.ImageLayer();
     DevExpress.XtraMap.BingMapDataProvider   bingMapDataProvider2   = new DevExpress.XtraMap.BingMapDataProvider();
     DevExpress.XtraMap.InformationLayer      informationLayer2      = new DevExpress.XtraMap.InformationLayer();
     DevExpress.XtraMap.BingRouteDataProvider bingRouteDataProvider2 = new DevExpress.XtraMap.BingRouteDataProvider();
     DevExpress.XtraMap.VectorItemsLayer      vectorItemsLayer2      = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.MapItemStorage        mapItemStorage2        = new DevExpress.XtraMap.MapItemStorage();
     this.mapControl1 = new DevExpress.XtraMap.MapControl();
     this.listBox1    = new System.Windows.Forms.ListBox();
     this.button1     = new System.Windows.Forms.Button();
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.button2     = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
     this.SuspendLayout();
     //
     // mapControl1
     //
     imageTilesLayer2.DataProvider  = bingMapDataProvider2;
     informationLayer2.DataProvider = bingRouteDataProvider2;
     vectorItemsLayer2.Data         = mapItemStorage2;
     this.mapControl1.Layers.Add(imageTilesLayer2);
     this.mapControl1.Layers.Add(informationLayer2);
     this.mapControl1.Layers.Add(vectorItemsLayer2);
     this.mapControl1.Location   = new System.Drawing.Point(0, 0);
     this.mapControl1.Name       = "mapControl1";
     this.mapControl1.Size       = new System.Drawing.Size(694, 565);
     this.mapControl1.TabIndex   = 0;
     this.mapControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mapControl1_MouseDown);
     //
     // listBox1
     //
     this.listBox1.FormattingEnabled = true;
     this.listBox1.Location          = new System.Drawing.Point(712, 0);
     this.listBox1.Name          = "listBox1";
     this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
     this.listBox1.Size          = new System.Drawing.Size(286, 316);
     this.listBox1.TabIndex      = 1;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(712, 323);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(286, 24);
     this.button1.TabIndex = 2;
     this.button1.Text     = "Calculate";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(712, 376);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(35, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "label1";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(712, 405);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(35, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "label2";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(896, 542);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(102, 23);
     this.button2.TabIndex = 5;
     this.button2.Text     = "Clear";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1010, 577);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.mapControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).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()
 {
     DevExpress.XtraMap.CartesianMapCoordinateSystem    cartesianMapCoordinateSystem1    = new DevExpress.XtraMap.CartesianMapCoordinateSystem();
     DevExpress.XtraMap.VectorItemsLayer                vectorItemsLayer1                = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.KeyColorColorizer               keyColorColorizer1               = new DevExpress.XtraMap.KeyColorColorizer();
     DevExpress.XtraMap.AttributeItemKeyProvider        attributeItemKeyProvider1        = new DevExpress.XtraMap.AttributeItemKeyProvider();
     DevExpress.XtraMap.ColorizerKeyItem                colorizerKeyItem1                = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.ColorizerKeyItem                colorizerKeyItem2                = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.ColorizerKeyItem                colorizerKeyItem3                = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.ColorizerKeyItem                colorizerKeyItem4                = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.ColorizerKeyItem                colorizerKeyItem5                = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.ColorizerKeyItem                colorizerKeyItem6                = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.ColorizerKeyItem                colorizerKeyItem7                = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.ColorizerKeyItem                colorizerKeyItem8                = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.ShapefileDataAdapter            shapefileDataAdapter1            = new DevExpress.XtraMap.ShapefileDataAdapter();
     DevExpress.XtraMap.CartesianSourceCoordinateSystem cartesianSourceCoordinateSystem1 = new DevExpress.XtraMap.CartesianSourceCoordinateSystem();
     DevExpress.XtraMap.ColorListLegend colorListLegend1 = new DevExpress.XtraMap.ColorListLegend();
     this.mapControl1 = new DevExpress.XtraMap.MapControl();
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.CenterPoint            = new DevExpress.XtraMap.CartesianPoint(-100D, -50D);
     this.mapControl1.CoordinateSystem       = cartesianMapCoordinateSystem1;
     this.mapControl1.Dock                   = System.Windows.Forms.DockStyle.Fill;
     attributeItemKeyProvider1.AttributeName = "CATEGORY";
     keyColorColorizer1.ItemKeyProvider      = attributeItemKeyProvider1;
     colorizerKeyItem1.Key                   = 1;
     colorizerKeyItem1.Name                  = "Restaurant";
     colorizerKeyItem2.Key                   = 2;
     colorizerKeyItem2.Name                  = "Business room";
     colorizerKeyItem3.Key                   = 3;
     colorizerKeyItem3.Name                  = "Bathroom";
     colorizerKeyItem4.Key                   = 4;
     colorizerKeyItem4.Name                  = "Living room";
     colorizerKeyItem5.Key                   = 5;
     colorizerKeyItem5.Name                  = "Other";
     colorizerKeyItem6.Key                   = 6;
     colorizerKeyItem6.Name                  = "Service room";
     colorizerKeyItem7.Key                   = 7;
     colorizerKeyItem7.Name                  = "Pool";
     colorizerKeyItem8.Key                   = 8;
     colorizerKeyItem8.Name                  = "Gym";
     keyColorColorizer1.Keys.Add(colorizerKeyItem1);
     keyColorColorizer1.Keys.Add(colorizerKeyItem2);
     keyColorColorizer1.Keys.Add(colorizerKeyItem3);
     keyColorColorizer1.Keys.Add(colorizerKeyItem4);
     keyColorColorizer1.Keys.Add(colorizerKeyItem5);
     keyColorColorizer1.Keys.Add(colorizerKeyItem6);
     keyColorColorizer1.Keys.Add(colorizerKeyItem7);
     keyColorColorizer1.Keys.Add(colorizerKeyItem8);
     keyColorColorizer1.PredefinedColorSchema = DevExpress.XtraMap.PredefinedColorSchema.Palette;
     vectorItemsLayer1.Colorizer   = keyColorColorizer1;
     shapefileDataAdapter1.FileUri = new System.Uri("C:\\Users\\Public\\Documents\\DevExpress Demos 14.2\\Components\\Data\\Hotels\\Hotel1.shp" +
                                                    "", System.UriKind.Absolute);
     shapefileDataAdapter1.SourceCoordinateSystem = cartesianSourceCoordinateSystem1;
     vectorItemsLayer1.Data = shapefileDataAdapter1;
     this.mapControl1.Layers.Add(vectorItemsLayer1);
     colorListLegend1.Header = "Room Type";
     colorListLegend1.Layer  = vectorItemsLayer1;
     this.mapControl1.Legends.Add(colorListLegend1);
     this.mapControl1.Location     = new System.Drawing.Point(0, 0);
     this.mapControl1.MaxZoomLevel = 3D;
     this.mapControl1.Name         = "mapControl1";
     this.mapControl1.NavigationPanelOptions.ShowCoordinates     = false;
     this.mapControl1.NavigationPanelOptions.ShowKilometersScale = false;
     this.mapControl1.NavigationPanelOptions.ShowMilesScale      = false;
     this.mapControl1.Size     = new System.Drawing.Size(665, 404);
     this.mapControl1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(665, 404);
     this.Controls.Add(this.mapControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.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();
 }
Beispiel #22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraMap.ImageLayer imageTilesLayer1 = new DevExpress.XtraMap.ImageLayer();
     DevExpress.XtraMap.OpenStreetMapDataProvider openStreetMapDataProvider1 = new DevExpress.XtraMap.OpenStreetMapDataProvider();
     DevExpress.XtraMap.VectorItemsLayer          vectorItemsLayer1          = new DevExpress.XtraMap.VectorItemsLayer();
     this.mapControl1 = new DevExpress.XtraMap.MapControl();
     this.timer1      = new System.Windows.Forms.Timer(this.components);
     this.panel1      = new System.Windows.Forms.Panel();
     this.button1     = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock         = System.Windows.Forms.DockStyle.Fill;
     imageTilesLayer1.DataProvider = openStreetMapDataProvider1;
     this.mapControl1.Layers.Add(imageTilesLayer1);
     this.mapControl1.Layers.Add(vectorItemsLayer1);
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name     = "mapControl1";
     this.mapControl1.Size     = new System.Drawing.Size(828, 561);
     this.mapControl1.TabIndex = 0;
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.button1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(828, 33);
     this.panel1.TabIndex = 1;
     //
     // button1
     //
     this.button1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.button1.Location = new System.Drawing.Point(0, 0);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(828, 33);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Update DataSource";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(828, 561);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.mapControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }