/// <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();
     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 = bingMapDataProvider1;
     bingGeocodeDataProvider1.GenerateLayerItems = false;
     informationLayer1.DataProvider = bingGeocodeDataProvider1;
     informationLayer1.Name         = "GeocodeLayer";
     this.mapControl1.Layers.Add(imageTilesLayer1);
     this.mapControl1.Layers.Add(informationLayer1);
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name     = "mapControl1";
     this.mapControl1.Size     = new System.Drawing.Size(624, 441);
     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(624, 441);
     this.Controls.Add(this.mapControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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);
 }
Пример #3
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.InformationLayer informationLayer2 = new DevExpress.XtraMap.InformationLayer();
            DevExpress.XtraMap.BingSearchDataProvider bingSearchDataProvider1 = new DevExpress.XtraMap.BingSearchDataProvider();
            DevExpress.XtraMap.InformationLayer informationLayer3 = new DevExpress.XtraMap.InformationLayer();
            DevExpress.XtraMap.BingRouteDataProvider bingRouteDataProvider1 = new DevExpress.XtraMap.BingRouteDataProvider();
            this.routePanel = new DevExpress.XtraEditors.PanelControl();
            this.gridControl = new DevExpress.XtraGrid.GridControl();
            this.bindingSourceRoute = new System.Windows.Forms.BindingSource(this.components);
            this.advBandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
            this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.colManeuver = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.colDistance = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.colManeuverInstruction = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
            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.biDriving = new DevExpress.XtraBars.BarCheckItem();
            this.biWalking = 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.routeResultLabel = new DevExpress.XtraEditors.LabelControl();
            this.bindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.moduleDataLayout = new DevExpress.XtraDataLayout.DataLayoutControl();
            this.AddressLabelLine2 = new DevExpress.XtraEditors.LabelControl();
            this.swapRouteButtons = new DevExpress.XtraBars.Docking2010.WindowsUIButtonPanel();
            this.routeButtons = new DevExpress.XtraBars.Docking2010.WindowsUIButtonPanel();
            this.editPointB = new DevExpress.XtraEditors.TextEdit();
            this.editPointA = new DevExpress.XtraEditors.TextEdit();
            this.mapControl = new DevExpress.XtraMap.MapControl();
            this.NameLabel = new DevExpress.XtraEditors.LabelControl();
            this.AddressLabelLine1 = new DevExpress.XtraEditors.LabelControl();
            this.LogoPictureEdit = new DevExpress.XtraEditors.PictureEdit();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.ItemForMap = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.ItemForPointB = new DevExpress.XtraLayout.LayoutControlItem();
            this.ItemForPointA = new DevExpress.XtraLayout.LayoutControlItem();
            this.ItemForRoutePanel = new DevExpress.XtraLayout.LayoutControlItem();
            this.ItemForRouteButtons = new DevExpress.XtraLayout.LayoutControlItem();
            this.ItemForSwapButton = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.ItemForLogo = new DevExpress.XtraLayout.LayoutControlItem();
            this.ItemForAddressLine1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.ItemForFullName = new DevExpress.XtraLayout.LayoutControlItem();
            this.ItemForAddressLine2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
            this.simpleSeparator2 = new DevExpress.XtraLayout.SimpleSeparator();
            ((System.ComponentModel.ISupportInitialize)(this.routePanel)).BeginInit();
            this.routePanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSourceRoute)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.moduleDataLayout)).BeginInit();
            this.moduleDataLayout.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.editPointB.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.editPointA.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.LogoPictureEdit.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForMap)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForPointB)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForPointA)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForRoutePanel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForRouteButtons)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForSwapButton)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForLogo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForFullName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit();
            this.SuspendLayout();
            // 
            // routePanel
            // 
            this.routePanel.Controls.Add(this.gridControl);
            this.routePanel.Controls.Add(this.routeResultLabel);
            this.routePanel.Location = new System.Drawing.Point(870, 275);
            this.routePanel.Name = "routePanel";
            this.routePanel.Size = new System.Drawing.Size(340, 335);
            this.routePanel.TabIndex = 32;
            // 
            // gridControl
            // 
            this.gridControl.DataSource = this.bindingSourceRoute;
            this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl.Location = new System.Drawing.Point(2, 38);
            this.gridControl.MainView = this.advBandedGridView1;
            this.gridControl.MenuManager = this.ribbonControl;
            this.gridControl.Name = "gridControl";
            this.gridControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemMemoEdit1});
            this.gridControl.ShowOnlyPredefinedDetails = true;
            this.gridControl.Size = new System.Drawing.Size(336, 295);
            this.gridControl.TabIndex = 6;
            this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.advBandedGridView1});
            // 
            // bindingSourceRoute
            // 
            this.bindingSourceRoute.DataSource = typeof(DevExpress.OutlookInspiredApp.Win.Presenters.RoutePoint);
            // 
            // advBandedGridView1
            // 
            this.advBandedGridView1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBand1,
            this.gridBand2});
            this.advBandedGridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.advBandedGridView1.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
            this.colManeuver,
            this.colManeuverInstruction,
            this.colDistance});
            this.advBandedGridView1.GridControl = this.gridControl;
            this.advBandedGridView1.Name = "advBandedGridView1";
            this.advBandedGridView1.OptionsBehavior.Editable = false;
            this.advBandedGridView1.OptionsFind.AllowFindPanel = false;
            this.advBandedGridView1.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True;
            this.advBandedGridView1.OptionsView.ColumnAutoWidth = true;
            this.advBandedGridView1.OptionsView.ShowBands = false;
            this.advBandedGridView1.OptionsView.ShowColumnHeaders = false;
            this.advBandedGridView1.OptionsView.ShowGroupPanel = false;
            this.advBandedGridView1.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.False;
            this.advBandedGridView1.OptionsView.ShowIndicator = false;
            this.advBandedGridView1.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.False;
            this.advBandedGridView1.RowHeight = 16;
            // 
            // gridBand1
            // 
            this.gridBand1.Columns.Add(this.colManeuver);
            this.gridBand1.Name = "gridBand1";
            this.gridBand1.OptionsBand.AllowSize = false;
            this.gridBand1.OptionsBand.FixedWidth = true;
            this.gridBand1.VisibleIndex = 0;
            this.gridBand1.Width = 64;
            // 
            // colManeuver
            // 
            this.colManeuver.FieldName = "Maneuver";
            this.colManeuver.Name = "colManeuver";
            this.colManeuver.OptionsColumn.AllowEdit = false;
            this.colManeuver.OptionsColumn.AllowFocus = false;
            this.colManeuver.RowCount = 4;
            this.colManeuver.Visible = true;
            this.colManeuver.Width = 64;
            // 
            // gridBand2
            // 
            this.gridBand2.Columns.Add(this.colDistance);
            this.gridBand2.Columns.Add(this.colManeuverInstruction);
            this.gridBand2.Name = "gridBand2";
            this.gridBand2.VisibleIndex = 1;
            this.gridBand2.Width = 254;
            // 
            // colDistance
            // 
            this.colDistance.AppearanceCell.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.colDistance.AppearanceCell.Options.UseFont = true;
            this.colDistance.AppearanceCell.Options.UseTextOptions = true;
            this.colDistance.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.colDistance.FieldName = "Distance";
            this.colDistance.Name = "colDistance";
            this.colDistance.OptionsColumn.AllowEdit = false;
            this.colDistance.OptionsColumn.AllowFocus = false;
            this.colDistance.Visible = true;
            this.colDistance.Width = 254;
            // 
            // colManeuverInstruction
            // 
            this.colManeuverInstruction.AppearanceCell.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.colManeuverInstruction.AppearanceCell.Options.UseFont = true;
            this.colManeuverInstruction.AppearanceCell.Options.UseTextOptions = true;
            this.colManeuverInstruction.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
            this.colManeuverInstruction.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.colManeuverInstruction.ColumnEdit = this.repositoryItemMemoEdit1;
            this.colManeuverInstruction.FieldName = "ManeuverInstruction";
            this.colManeuverInstruction.Name = "colManeuverInstruction";
            this.colManeuverInstruction.OptionsColumn.AllowEdit = false;
            this.colManeuverInstruction.OptionsColumn.AllowFocus = false;
            this.colManeuverInstruction.RowCount = 3;
            this.colManeuverInstruction.RowIndex = 1;
            this.colManeuverInstruction.Visible = true;
            this.colManeuverInstruction.Width = 254;
            // 
            // repositoryItemMemoEdit1
            // 
            this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
            // 
            // 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.biDriving,
            this.biWalking,
            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.Size = new System.Drawing.Size(1226, 142);
            // 
            // 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";
            // 
            // biDriving
            // 
            this.biDriving.Caption = "Driving";
            this.biDriving.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_driving_16;
            this.biDriving.Id = 5;
            this.biDriving.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_driving_32;
            this.biDriving.Name = "biDriving";
            // 
            // biWalking
            // 
            this.biWalking.Caption = "Walking";
            this.biWalking.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_walking_16;
            this.biWalking.Id = 6;
            this.biWalking.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_walking_32;
            this.biWalking.Name = "biWalking";
            // 
            // 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.biDriving);
            this.ribbonPageGroup4.ItemLinks.Add(this.biWalking);
            this.ribbonPageGroup4.MergeOrder = 0;
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.ShowCaptionButton = false;
            this.ribbonPageGroup4.Text = "Route Options";
            // 
            // 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";
            // 
            // routeResultLabel
            // 
            this.routeResultLabel.Appearance.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.routeResultLabel.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
            this.routeResultLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "RouteResult", true));
            this.routeResultLabel.Dock = System.Windows.Forms.DockStyle.Top;
            this.routeResultLabel.Location = new System.Drawing.Point(2, 2);
            this.routeResultLabel.Name = "routeResultLabel";
            this.routeResultLabel.Padding = new System.Windows.Forms.Padding(12, 12, 12, 24);
            this.routeResultLabel.Size = new System.Drawing.Size(336, 36);
            this.routeResultLabel.TabIndex = 29;
            // 
            // bindingSource
            // 
            this.bindingSource.DataSource = typeof(DevExpress.OutlookInspiredApp.Win.ViewModel.OrderMapViewModel);
            // 
            // moduleDataLayout
            // 
            this.moduleDataLayout.AllowCustomizationMenu = false;
            this.moduleDataLayout.Controls.Add(this.AddressLabelLine2);
            this.moduleDataLayout.Controls.Add(this.swapRouteButtons);
            this.moduleDataLayout.Controls.Add(this.routeButtons);
            this.moduleDataLayout.Controls.Add(this.routePanel);
            this.moduleDataLayout.Controls.Add(this.editPointB);
            this.moduleDataLayout.Controls.Add(this.editPointA);
            this.moduleDataLayout.Controls.Add(this.mapControl);
            this.moduleDataLayout.Controls.Add(this.NameLabel);
            this.moduleDataLayout.Controls.Add(this.AddressLabelLine1);
            this.moduleDataLayout.Controls.Add(this.LogoPictureEdit);
            this.moduleDataLayout.DataSource = this.bindingSource;
            this.moduleDataLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.moduleDataLayout.Location = new System.Drawing.Point(0, 142);
            this.moduleDataLayout.Name = "moduleDataLayout";
            this.moduleDataLayout.Root = this.layoutControlGroup1;
            this.moduleDataLayout.Size = new System.Drawing.Size(1226, 620);
            this.moduleDataLayout.TabIndex = 1;
            this.moduleDataLayout.Text = "moduleDataLayout";
            // 
            // 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(957, 99);
            this.AddressLabelLine2.Name = "AddressLabelLine2";
            this.AddressLabelLine2.Size = new System.Drawing.Size(253, 20);
            this.AddressLabelLine2.StyleController = this.moduleDataLayout;
            this.AddressLabelLine2.TabIndex = 33;
            // 
            // swapRouteButtons
            // 
            this.swapRouteButtons.AllowGlyphSkinning = false;
            this.swapRouteButtons.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
            new DevExpress.XtraBars.Docking2010.WindowsUIButton("Driving", global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_revert_direction_14, -1, DevExpress.XtraBars.Docking2010.ImageLocation.Default, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", false, -1, true, null, true, false, true, null, null, -1, false, false)});
            this.swapRouteButtons.ContentAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.swapRouteButtons.Location = new System.Drawing.Point(870, 208);
            this.swapRouteButtons.Name = "swapRouteButtons";
            this.swapRouteButtons.Size = new System.Drawing.Size(340, 25);
            this.swapRouteButtons.TabIndex = 31;
            this.swapRouteButtons.UseButtonBackgroundImages = false;
            // 
            // routeButtons
            // 
            this.routeButtons.AllowGlyphSkinning = false;
            this.routeButtons.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
            new DevExpress.XtraBars.Docking2010.WindowsUIButton("Walking", global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_walking_14, -1, DevExpress.XtraBars.Docking2010.ImageLocation.Default, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", false, -1, true, null, true, false, true, null, null, -1, false, false),
            new DevExpress.XtraBars.Docking2010.WindowsUIButton("Driving", global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_driving_14, -1, DevExpress.XtraBars.Docking2010.ImageLocation.Default, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", false, -1, true, null, true, false, true, null, null, -1, false, false)});
            this.routeButtons.ContentAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.routeButtons.Location = new System.Drawing.Point(870, 153);
            this.routeButtons.Name = "routeButtons";
            this.routeButtons.Size = new System.Drawing.Size(340, 23);
            this.routeButtons.TabIndex = 30;
            this.routeButtons.UseButtonBackgroundImages = false;
            // 
            // editPointB
            // 
            this.editPointB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "PointBAddress", true));
            this.editPointB.Location = new System.Drawing.Point(870, 233);
            this.editPointB.MinimumSize = new System.Drawing.Size(340, 0);
            this.editPointB.Name = "editPointB";
            this.editPointB.Properties.Appearance.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.editPointB.Properties.Appearance.Options.UseFont = true;
            this.editPointB.Size = new System.Drawing.Size(340, 28);
            this.editPointB.StyleController = this.moduleDataLayout;
            this.editPointB.TabIndex = 24;
            // 
            // editPointA
            // 
            this.editPointA.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "PointAAddress", true));
            this.editPointA.Location = new System.Drawing.Point(870, 180);
            this.editPointA.Name = "editPointA";
            this.editPointA.Properties.Appearance.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.editPointA.Properties.Appearance.Options.UseFont = true;
            this.editPointA.Size = new System.Drawing.Size(340, 28);
            this.editPointA.StyleController = this.moduleDataLayout;
            this.editPointA.TabIndex = 21;
            // 
            // mapControl
            // 
            this.mapControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.mapControl.Cursor = System.Windows.Forms.Cursors.Default;
            imageTilesLayer1.DataProvider = bingMapDataProvider1;
            bingGeocodeDataProvider1.GenerateLayerItems = false;
            informationLayer1.DataProvider = bingGeocodeDataProvider1;
            bingSearchDataProvider1.GenerateLayerItems = false;
            bingSearchDataProvider1.ShowSearchPanel = false;
            informationLayer2.DataProvider = bingSearchDataProvider1;
            bingRouteDataProvider1.RouteOptions.DistanceUnit = DevExpress.XtraMap.DistanceMeasureUnit.Mile;
            informationLayer3.DataProvider = bingRouteDataProvider1;
            informationLayer3.HighlightedItemStyle.Stroke = System.Drawing.Color.Cyan;
            informationLayer3.HighlightedItemStyle.StrokeWidth = 3;
            informationLayer3.ItemStyle.Stroke = System.Drawing.Color.Cyan;
            informationLayer3.ItemStyle.StrokeWidth = 3;
            this.mapControl.Layers.Add(imageTilesLayer1);
            this.mapControl.Layers.Add(informationLayer1);
            this.mapControl.Layers.Add(informationLayer2);
            this.mapControl.Layers.Add(informationLayer3);
            this.mapControl.Location = new System.Drawing.Point(0, 0);
            this.mapControl.Name = "mapControl";
            this.mapControl.Size = new System.Drawing.Size(819, 620);
            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(955, 8);
            this.NameLabel.Name = "NameLabel";
            this.NameLabel.Size = new System.Drawing.Size(257, 32);
            this.NameLabel.StyleController = this.moduleDataLayout;
            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(955, 77);
            this.AddressLabelLine1.Name = "AddressLabelLine1";
            this.AddressLabelLine1.Size = new System.Drawing.Size(257, 20);
            this.AddressLabelLine1.StyleController = this.moduleDataLayout;
            this.AddressLabelLine1.TabIndex = 8;
            // 
            // LogoPictureEdit
            // 
            this.LogoPictureEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource, "Logo", true));
            this.LogoPictureEdit.Location = new System.Drawing.Point(835, 8);
            this.LogoPictureEdit.MenuManager = this.ribbonControl;
            this.LogoPictureEdit.Name = "LogoPictureEdit";
            this.LogoPictureEdit.Properties.ReadOnly = true;
            this.LogoPictureEdit.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
            this.LogoPictureEdit.Size = new System.Drawing.Size(108, 120);
            this.LogoPictureEdit.StyleController = this.moduleDataLayout;
            this.LogoPictureEdit.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, 620);
            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 = "ItemForMap";
            this.ItemForMap.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.ItemForMap.Size = new System.Drawing.Size(819, 620);
            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.ItemForPointB,
            this.ItemForPointA,
            this.ItemForRoutePanel,
            this.ItemForRouteButtons,
            this.ItemForSwapButton});
            this.layoutControlGroup3.Location = new System.Drawing.Point(821, 143);
            this.layoutControlGroup3.Name = "layoutControlGroup3";
            this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 8, 8);
            this.layoutControlGroup3.Size = new System.Drawing.Size(405, 477);
            this.layoutControlGroup3.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 0);
            this.layoutControlGroup3.Text = "layoutControlGroup3";
            this.layoutControlGroup3.TextVisible = false;
            // 
            // ItemForPointB
            // 
            this.ItemForPointB.Control = this.editPointB;
            this.ItemForPointB.ControlAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.ItemForPointB.CustomizationFormText = "B";
            this.ItemForPointB.Image = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_B_24;
            this.ItemForPointB.ImageToTextDistance = 0;
            this.ItemForPointB.Location = new System.Drawing.Point(0, 80);
            this.ItemForPointB.Name = "ItemForPointB";
            this.ItemForPointB.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 0, 2);
            this.ItemForPointB.Size = new System.Drawing.Size(377, 30);
            this.ItemForPointB.Text = " ";
            this.ItemForPointB.TextSize = new System.Drawing.Size(27, 24);
            // 
            // ItemForPointA
            // 
            this.ItemForPointA.Control = this.editPointA;
            this.ItemForPointA.ControlAlignment = System.Drawing.ContentAlignment.BottomLeft;
            this.ItemForPointA.CustomizationFormText = "A";
            this.ItemForPointA.Image = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_A_24;
            this.ItemForPointA.ImageToTextDistance = 0;
            this.ItemForPointA.Location = new System.Drawing.Point(0, 25);
            this.ItemForPointA.Name = "ItemForPointA";
            this.ItemForPointA.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 0);
            this.ItemForPointA.Size = new System.Drawing.Size(377, 30);
            this.ItemForPointA.Text = " ";
            this.ItemForPointA.TextSize = new System.Drawing.Size(27, 24);
            // 
            // ItemForRoutePanel
            // 
            this.ItemForRoutePanel.Control = this.routePanel;
            this.ItemForRoutePanel.CustomizationFormText = " ";
            this.ItemForRoutePanel.Location = new System.Drawing.Point(0, 110);
            this.ItemForRoutePanel.Name = "ItemForRoutePanel";
            this.ItemForRoutePanel.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
            this.ItemForRoutePanel.Size = new System.Drawing.Size(377, 349);
            this.ItemForRoutePanel.Text = " ";
            this.ItemForRoutePanel.TextSize = new System.Drawing.Size(27, 13);
            // 
            // ItemForRouteButtons
            // 
            this.ItemForRouteButtons.Control = this.routeButtons;
            this.ItemForRouteButtons.CustomizationFormText = " ";
            this.ItemForRouteButtons.Location = new System.Drawing.Point(0, 0);
            this.ItemForRouteButtons.Name = "ItemForRouteButtons";
            this.ItemForRouteButtons.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 0, 2);
            this.ItemForRouteButtons.Size = new System.Drawing.Size(377, 25);
            this.ItemForRouteButtons.Text = " ";
            this.ItemForRouteButtons.TextSize = new System.Drawing.Size(27, 13);
            // 
            // ItemForSwapButton
            // 
            this.ItemForSwapButton.Control = this.swapRouteButtons;
            this.ItemForSwapButton.CustomizationFormText = " ";
            this.ItemForSwapButton.Location = new System.Drawing.Point(0, 55);
            this.ItemForSwapButton.Name = "ItemForSwapButton";
            this.ItemForSwapButton.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 0, 0);
            this.ItemForSwapButton.Size = new System.Drawing.Size(377, 25);
            this.ItemForSwapButton.Text = " ";
            this.ItemForSwapButton.TextSize = new System.Drawing.Size(27, 13);
            // 
            // 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.ItemForLogo,
            this.ItemForAddressLine1,
            this.ItemForFullName,
            this.ItemForAddressLine2});
            this.layoutControlGroup4.Location = new System.Drawing.Point(821, 0);
            this.layoutControlGroup4.Name = "layoutControlGroup4";
            this.layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 8, 8);
            this.layoutControlGroup4.Size = new System.Drawing.Size(405, 141);
            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, 113);
            this.emptySpaceItem2.Name = "emptySpaceItem2";
            this.emptySpaceItem2.Size = new System.Drawing.Size(257, 10);
            this.emptySpaceItem2.Text = "emptySpaceItem2";
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            // 
            // ItemForLogo
            // 
            this.ItemForLogo.Control = this.LogoPictureEdit;
            this.ItemForLogo.CustomizationFormText = "Logo";
            this.ItemForLogo.Location = new System.Drawing.Point(0, 0);
            this.ItemForLogo.MaxSize = new System.Drawing.Size(120, 120);
            this.ItemForLogo.MinSize = new System.Drawing.Size(120, 120);
            this.ItemForLogo.Name = "ItemForLogo";
            this.ItemForLogo.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 12, 0, 0);
            this.ItemForLogo.Size = new System.Drawing.Size(120, 123);
            this.ItemForLogo.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.ItemForLogo.Text = "Logo";
            this.ItemForLogo.TextSize = new System.Drawing.Size(0, 0);
            this.ItemForLogo.TextToControlDistance = 0;
            this.ItemForLogo.TextVisible = false;
            // 
            // ItemForAddressLine1
            // 
            this.ItemForAddressLine1.AppearanceItemCaption.Font = new System.Drawing.Font("Segoe UI", 11F);
            this.ItemForAddressLine1.AppearanceItemCaption.Options.UseFont = true;
            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, 12, 0);
            this.ItemForAddressLine1.Size = new System.Drawing.Size(257, 57);
            this.ItemForAddressLine1.Text = "SHIPPING ADDRESS";
            this.ItemForAddressLine1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.ItemForAddressLine1.TextLocation = DevExpress.Utils.Locations.Top;
            this.ItemForAddressLine1.TextSize = new System.Drawing.Size(133, 20);
            this.ItemForAddressLine1.TextToControlDistance = 5;
            // 
            // 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(257, 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, 89);
            this.ItemForAddressLine2.Name = "ItemForAddressLine2";
            this.ItemForAddressLine2.Size = new System.Drawing.Size(257, 24);
            this.ItemForAddressLine2.Text = "Address";
            this.ItemForAddressLine2.TextSize = new System.Drawing.Size(0, 0);
            this.ItemForAddressLine2.TextToControlDistance = 0;
            this.ItemForAddressLine2.TextVisible = false;
            // 
            // simpleSeparator1
            // 
            this.simpleSeparator1.AllowHotTrack = false;
            this.simpleSeparator1.CustomizationFormText = "simpleSeparator1";
            this.simpleSeparator1.Location = new System.Drawing.Point(821, 141);
            this.simpleSeparator1.Name = "simpleSeparator1";
            this.simpleSeparator1.Size = new System.Drawing.Size(405, 2);
            this.simpleSeparator1.Text = "simpleSeparator1";
            // 
            // simpleSeparator2
            // 
            this.simpleSeparator2.AllowHotTrack = false;
            this.simpleSeparator2.CustomizationFormText = "simpleSeparator2";
            this.simpleSeparator2.Location = new System.Drawing.Point(819, 0);
            this.simpleSeparator2.Name = "simpleSeparator2";
            this.simpleSeparator2.Size = new System.Drawing.Size(2, 620);
            this.simpleSeparator2.Text = "simpleSeparator2";
            // 
            // OrderMapView
            // 
            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.Name = "OrderMapView";
            this.Size = new System.Drawing.Size(1226, 762);
            ((System.ComponentModel.ISupportInitialize)(this.routePanel)).EndInit();
            this.routePanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSourceRoute)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.moduleDataLayout)).EndInit();
            this.moduleDataLayout.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.editPointB.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.editPointA.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.LogoPictureEdit.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForMap)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForPointB)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForPointA)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForRoutePanel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForRouteButtons)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForSwapButton)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForLogo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForFullName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Пример #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.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);
 }