Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     MW5.Api.Concrete.Envelope         envelope1         = new MW5.Api.Concrete.Envelope();
     MW5.Api.Concrete.SpatialReference spatialReference1 = new MW5.Api.Concrete.SpatialReference();
     this.label1          = new System.Windows.Forms.Label();
     this.btnOk           = new System.Windows.Forms.Button();
     this.btnCancel       = new System.Windows.Forms.Button();
     this.lblDescription  = new System.Windows.Forms.Label();
     this.chkDontShow     = new System.Windows.Forms.CheckBox();
     this.listView1       = new System.Windows.Forms.ListView();
     this.columnHeader1   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.axMap1          = new MW5.Api.Map.MapControl();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(303, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Choose the set of visualization options to use for the new layer:";
     //
     // btnOk
     //
     this.btnOk.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOk.Location                = new System.Drawing.Point(347, 306);
     this.btnOk.Name                    = "btnOk";
     this.btnOk.Size                    = new System.Drawing.Size(95, 26);
     this.btnOk.TabIndex                = 6;
     this.btnOk.Text                    = "Ok";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click                  += new System.EventHandler(this.btnOk_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(448, 306);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(95, 26);
     this.btnCancel.TabIndex                = 7;
     this.btnCancel.Text                    = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // lblDescription
     //
     this.lblDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDescription.Location = new System.Drawing.Point(12, 267);
     this.lblDescription.Name     = "lblDescription";
     this.lblDescription.Size     = new System.Drawing.Size(531, 30);
     this.lblDescription.TabIndex = 12;
     this.lblDescription.Text     = "Description: ";
     //
     // chkDontShow
     //
     this.chkDontShow.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chkDontShow.AutoSize = true;
     this.chkDontShow.Location = new System.Drawing.Point(15, 312);
     this.chkDontShow.Name     = "chkDontShow";
     this.chkDontShow.Size     = new System.Drawing.Size(181, 17);
     this.chkDontShow.TabIndex = 14;
     this.chkDontShow.Text     = "Don\'t show this dialog on loading";
     this.chkDontShow.UseVisualStyleBackColor = true;
     this.chkDontShow.CheckedChanged         += new System.EventHandler(this.chkDontShow_CheckedChanged);
     //
     // listView1
     //
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.listView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines     = true;
     this.listView1.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listView1.HideSelection = false;
     this.listView1.Location      = new System.Drawing.Point(0, 0);
     this.listView1.MultiSelect   = false;
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(167, 229);
     this.listView1.TabIndex      = 29;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.dgv_CurrentCellChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Available options";
     this.columnHeader1.Width = 155;
     //
     // splitContainer1
     //
     this.splitContainer1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location        = new System.Drawing.Point(12, 33);
     this.splitContainer1.Name            = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.axMap1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.listView1);
     this.splitContainer1.Size             = new System.Drawing.Size(530, 231);
     this.splitContainer1.SplitterDistance = 357;
     this.splitContainer1.TabIndex         = 30;
     //
     // axMap1
     //
     this.axMap1.AllowDrop          = true;
     this.axMap1.AnimationOnZooming = MW5.Api.Enums.AutoToggle.Auto;
     this.axMap1.BackgroundColor    = System.Drawing.Color.White;
     this.axMap1.CurrentScale       = 17.442230851087803D;
     this.axMap1.CurrentZoom        = -1;
     this.axMap1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.axMap1.ExpandLayersOnAdding = true;
     this.axMap1.ExtentHistory        = 20;
     this.axMap1.ExtentPad            = 0.02D;
     envelope1.Tag       = "";
     this.axMap1.Extents = envelope1;
     this.axMap1.GrabProjectionFromData = true;
     this.axMap1.InertiaOnPanning       = MW5.Api.Enums.AutoToggle.Auto;
     this.axMap1.KnownExtents           = MW5.Api.Enums.KnownExtents.None;
     this.axMap1.Latitude              = 0F;
     this.axMap1.Location              = new System.Drawing.Point(0, 0);
     this.axMap1.Longitude             = 0F;
     this.axMap1.MapCursor             = MW5.Api.Enums.MapCursor.ZoomIn;
     this.axMap1.MapProjection         = MW5.Api.Enums.MapProjection.None;
     this.axMap1.MapUnits              = MW5.Api.Enums.LengthUnits.Meters;
     this.axMap1.MouseWheelSpeed       = 0.5D;
     this.axMap1.Name                  = "axMap1";
     spatialReference1.Tag             = "";
     this.axMap1.Projection            = spatialReference1;
     this.axMap1.ResizeBehavior        = MW5.Api.Enums.ResizeBehavior.Classic;
     this.axMap1.ReuseTileBuffer       = true;
     this.axMap1.ScalebarUnits         = MW5.Api.Enums.ScalebarUnits.GoogleStyle;
     this.axMap1.ScalebarVisible       = true;
     this.axMap1.ShowCoordinates       = MW5.Api.Enums.CoordinatesDisplay.Auto;
     this.axMap1.ShowCoordinatesFormat = MW5.Api.Enums.AngleFormat.Degrees;
     this.axMap1.ShowRedrawTime        = false;
     this.axMap1.ShowVersionNumber     = false;
     this.axMap1.Size                  = new System.Drawing.Size(355, 229);
     this.axMap1.SystemCursor          = MW5.Api.Enums.SystemCursor.MapDefault;
     this.axMap1.TabIndex              = 1;
     this.axMap1.Tag            = "";
     this.axMap1.TileProvider   = MW5.Api.Enums.TileProvider.OpenStreetMap;
     this.axMap1.UdCursorHandle = 0;
     this.axMap1.UseSeamlessPan = false;
     this.axMap1.ZoomBehavior   = MW5.Api.Enums.ZoomBehavior.UseTileLevels;
     this.axMap1.ZoomBoxStyle   = MW5.Api.Enums.ZoomBoxStyle.Blue;
     this.axMap1.ZoomPercent    = 0.3D;
     //
     // OptionsChooserForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.CaptionFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ClientSize          = new System.Drawing.Size(551, 341);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.chkDontShow);
     this.Controls.Add(this.lblDescription);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.label1);
     this.MinimizeBox   = false;
     this.Name          = "OptionsChooserForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Symbology chooser";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.frmOptionsChooser_FormClosing);
     this.Load         += new System.EventHandler(this.OptionsChooserForm_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     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()
 {
     MW5.Api.Concrete.Envelope         envelope1         = new MW5.Api.Concrete.Envelope();
     MW5.Api.Concrete.SpatialReference spatialReference1 = new MW5.Api.Concrete.SpatialReference();
     this.mapControl1          = new MW5.Api.Map.MapControl();
     this.contextMenuStripEx1  = new Syncfusion.Windows.Forms.Tools.ContextMenuStripEx();
     this.btnDisplayBackground = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2  = new System.Windows.Forms.ToolStripSeparator();
     this.btnUpdateFull        = new System.Windows.Forms.ToolStripMenuItem();
     this.btnUpdateCurrent     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1  = new System.Windows.Forms.ToolStripSeparator();
     this.btnClear             = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStripEx1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.AllowDrop          = true;
     this.mapControl1.AnimationOnZooming = MW5.Api.Enums.AutoToggle.Auto;
     this.mapControl1.BackColor          = System.Drawing.Color.White;
     this.mapControl1.BackgroundColor    = System.Drawing.Color.White;
     this.mapControl1.ContextMenuStrip   = this.contextMenuStripEx1;
     this.mapControl1.CurrentScale       = 21.133078334935735D;
     this.mapControl1.CurrentZoom        = -1;
     this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.ExpandLayersOnAdding = true;
     this.mapControl1.ExtentHistory        = 20;
     this.mapControl1.ExtentPad            = 0.02D;
     envelope1.Tag            = "";
     this.mapControl1.Extents = envelope1;
     this.mapControl1.GrabProjectionFromData = true;
     this.mapControl1.InertiaOnPanning       = MW5.Api.Enums.AutoToggle.Auto;
     this.mapControl1.KnownExtents           = MW5.Api.Enums.KnownExtents.None;
     this.mapControl1.Latitude              = 0F;
     this.mapControl1.Location              = new System.Drawing.Point(0, 0);
     this.mapControl1.Longitude             = 0F;
     this.mapControl1.MapCursor             = MW5.Api.Enums.MapCursor.ZoomIn;
     this.mapControl1.MapProjection         = MW5.Api.Enums.MapProjection.None;
     this.mapControl1.MapUnits              = MW5.Api.Enums.LengthUnits.Meters;
     this.mapControl1.MouseWheelSpeed       = 0.5D;
     this.mapControl1.Name                  = "mapControl1";
     spatialReference1.Tag                  = "";
     this.mapControl1.Projection            = spatialReference1;
     this.mapControl1.ResizeBehavior        = MW5.Api.Enums.ResizeBehavior.Classic;
     this.mapControl1.ReuseTileBuffer       = true;
     this.mapControl1.ScalebarUnits         = MW5.Api.Enums.ScalebarUnits.GoogleStyle;
     this.mapControl1.ScalebarVisible       = true;
     this.mapControl1.ShowCoordinates       = MW5.Api.Enums.CoordinatesDisplay.Auto;
     this.mapControl1.ShowCoordinatesFormat = MW5.Api.Enums.AngleFormat.Degrees;
     this.mapControl1.ShowRedrawTime        = false;
     this.mapControl1.ShowVersionNumber     = false;
     this.mapControl1.Size                  = new System.Drawing.Size(293, 301);
     this.mapControl1.SystemCursor          = MW5.Api.Enums.SystemCursor.MapDefault;
     this.mapControl1.TabIndex              = 0;
     this.mapControl1.Tag            = "";
     this.mapControl1.TileProvider   = MW5.Api.Enums.TileProvider.OpenStreetMap;
     this.mapControl1.UdCursorHandle = 0;
     this.mapControl1.UseSeamlessPan = false;
     this.mapControl1.ZoomBehavior   = MW5.Api.Enums.ZoomBehavior.UseTileLevels;
     this.mapControl1.ZoomBoxStyle   = MW5.Api.Enums.ZoomBoxStyle.Blue;
     this.mapControl1.ZoomPercent    = 0.3D;
     //
     // contextMenuStripEx1
     //
     this.contextMenuStripEx1.DropShadowEnabled = false;
     this.contextMenuStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnDisplayBackground,
         this.toolStripSeparator2,
         this.btnUpdateFull,
         this.btnUpdateCurrent,
         this.toolStripSeparator1,
         this.btnClear
     });
     this.contextMenuStripEx1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(236)))), ((int)(((byte)(249)))));
     this.contextMenuStripEx1.Name       = "contextMenuStripEx1";
     this.contextMenuStripEx1.Size       = new System.Drawing.Size(217, 104);
     this.contextMenuStripEx1.Style      = Syncfusion.Windows.Forms.Tools.ContextMenuStripEx.ContextMenuStyle.Default;
     //
     // btnDisplayBackground
     //
     this.btnDisplayBackground.Name = "btnDisplayBackground";
     this.btnDisplayBackground.Size = new System.Drawing.Size(216, 22);
     this.btnDisplayBackground.Text = "Background Visible";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(213, 6);
     //
     // btnUpdateFull
     //
     this.btnUpdateFull.Name = "btnUpdateFull";
     this.btnUpdateFull.Size = new System.Drawing.Size(216, 22);
     this.btnUpdateFull.Text = "Update Using Full Extents";
     //
     // btnUpdateCurrent
     //
     this.btnUpdateCurrent.Name = "btnUpdateCurrent";
     this.btnUpdateCurrent.Size = new System.Drawing.Size(216, 22);
     this.btnUpdateCurrent.Text = "Update Using Current View";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(213, 6);
     //
     // btnClear
     //
     this.btnClear.Name = "btnClear";
     this.btnClear.Size = new System.Drawing.Size(216, 22);
     this.btnClear.Text = "Clear";
     //
     // LocatorDockPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.mapControl1);
     this.Name = "LocatorDockPanel";
     this.Size = new System.Drawing.Size(293, 301);
     this.contextMenuStripEx1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectionManagerForm));
     MW5.Api.Concrete.Envelope         envelope1         = new MW5.Api.Concrete.Envelope();
     MW5.Api.Concrete.SpatialReference spatialReference1 = new MW5.Api.Concrete.SpatialReference();
     this.statusStrip1         = new System.Windows.Forms.StatusStrip();
     this.lblGcsCount          = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblPcsCount          = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblX                 = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblY                 = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1      = new System.Windows.Forms.SplitContainer();
     this._projectionTreeView1 = new MW5.Projections.Controls.ProjectionTreeView();
     this.splitContainer2      = new System.Windows.Forms.SplitContainer();
     this.panel1               = new System.Windows.Forms.Panel();
     this.btnZoomToProjection  = new System.Windows.Forms.Button();
     this.imageList1           = new System.Windows.Forms.ImageList(this.components);
     this.btnProperties        = new System.Windows.Forms.Button();
     this.label2               = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.btnZoomToMaxExtents  = new System.Windows.Forms.Button();
     this.txtRemarks           = new System.Windows.Forms.TextBox();
     this.txtScope             = new System.Windows.Forms.TextBox();
     this.txtName              = new System.Windows.Forms.TextBox();
     this.linkLabel1           = new System.Windows.Forms.LinkLabel();
     this.txtCode              = new System.Windows.Forms.TextBox();
     this.projectionMap1       = new MW5.Projections.Controls.ProjectionMap();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._projectionTreeView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblGcsCount,
         this.lblPcsCount,
         this.lblX,
         this.lblY
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 448);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(674, 24);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // lblGcsCount
     //
     this.lblGcsCount.Name = "lblGcsCount";
     this.lblGcsCount.Size = new System.Drawing.Size(97, 19);
     this.lblGcsCount.Text = "Geopraphical CS:";
     //
     // lblPcsCount
     //
     this.lblPcsCount.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.lblPcsCount.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
     this.lblPcsCount.Name        = "lblPcsCount";
     this.lblPcsCount.Size        = new System.Drawing.Size(81, 19);
     this.lblPcsCount.Text        = "Projected CS:";
     //
     // lblX
     //
     this.lblX.Name = "lblX";
     this.lblX.Size = new System.Drawing.Size(55, 19);
     this.lblX.Text = "Long: 0.0";
     //
     // lblY
     //
     this.lblY.Name = "lblY";
     this.lblY.Size = new System.Drawing.Size(44, 19);
     this.lblY.Text = "Lat: 0.0";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this._projectionTreeView1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size             = new System.Drawing.Size(674, 448);
     this.splitContainer1.SplitterDistance = 326;
     this.splitContainer1.TabIndex         = 3;
     //
     // _projectionTreeView1
     //
     this._projectionTreeView1.ApplyStyle      = true;
     this._projectionTreeView1.BeforeTouchSize = new System.Drawing.Size(326, 448);
     this._projectionTreeView1.Dock            = System.Windows.Forms.DockStyle.Fill;
     //
     //
     //
     this._projectionTreeView1.HelpTextControl.Location      = new System.Drawing.Point(0, 0);
     this._projectionTreeView1.HelpTextControl.Name          = "helpText";
     this._projectionTreeView1.HelpTextControl.TabIndex      = 0;
     this._projectionTreeView1.HideSelection                 = false;
     this._projectionTreeView1.InactiveSelectedNodeForeColor = System.Drawing.SystemColors.ControlText;
     this._projectionTreeView1.Location              = new System.Drawing.Point(0, 0);
     this._projectionTreeView1.MetroColor            = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this._projectionTreeView1.Name                  = "_projectionTreeView1";
     this._projectionTreeView1.SelectedNodeForeColor = System.Drawing.SystemColors.HighlightText;
     this._projectionTreeView1.ShowSuperTooltip      = true;
     this._projectionTreeView1.Size                  = new System.Drawing.Size(326, 448);
     this._projectionTreeView1.TabIndex              = 0;
     //
     //
     //
     this._projectionTreeView1.ToolTipControl.Location = new System.Drawing.Point(0, 0);
     this._projectionTreeView1.ToolTipControl.Name     = "toolTip";
     this._projectionTreeView1.ToolTipControl.TabIndex = 1;
     this._projectionTreeView1.ToolTipDuration         = 0;
     //
     // splitContainer2
     //
     this.splitContainer2.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainer2.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer2.IsSplitterFixed = true;
     this.splitContainer2.Location        = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name            = "splitContainer2";
     this.splitContainer2.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.panel1);
     this.splitContainer2.Panel1MinSize = 0;
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.projectionMap1);
     this.splitContainer2.Size             = new System.Drawing.Size(344, 448);
     this.splitContainer2.SplitterDistance = 191;
     this.splitContainer2.TabIndex         = 13;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnZoomToProjection);
     this.panel1.Controls.Add(this.btnProperties);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.btnZoomToMaxExtents);
     this.panel1.Controls.Add(this.txtRemarks);
     this.panel1.Controls.Add(this.txtScope);
     this.panel1.Controls.Add(this.txtName);
     this.panel1.Controls.Add(this.linkLabel1);
     this.panel1.Controls.Add(this.txtCode);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(342, 189);
     this.panel1.TabIndex = 10;
     //
     // btnZoomToProjection
     //
     this.btnZoomToProjection.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnZoomToProjection.ImageIndex              = 1;
     this.btnZoomToProjection.ImageList               = this.imageList1;
     this.btnZoomToProjection.Location                = new System.Drawing.Point(112, 156);
     this.btnZoomToProjection.Margin                  = new System.Windows.Forms.Padding(5);
     this.btnZoomToProjection.Name                    = "btnZoomToProjection";
     this.btnZoomToProjection.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.btnZoomToProjection.Size                    = new System.Drawing.Size(123, 28);
     this.btnZoomToProjection.TabIndex                = 20;
     this.btnZoomToProjection.Text                    = "Zoom to projection";
     this.btnZoomToProjection.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.btnZoomToProjection.UseVisualStyleBackColor = true;
     this.btnZoomToProjection.Click                  += new System.EventHandler(this.btnZoomToProjection_Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "zoom-extentNew.png");
     this.imageList1.Images.SetKeyName(1, "zoom-selectionNew.png");
     this.imageList1.Images.SetKeyName(2, "page_white_magnify.png");
     //
     // btnProperties
     //
     this.btnProperties.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnProperties.ImageIndex = 2;
     this.btnProperties.ImageList  = this.imageList1;
     this.btnProperties.Location   = new System.Drawing.Point(245, 156);
     this.btnProperties.Margin     = new System.Windows.Forms.Padding(5);
     this.btnProperties.Name       = "btnProperties";
     this.btnProperties.Size       = new System.Drawing.Size(84, 28);
     this.btnProperties.TabIndex   = 19;
     this.btnProperties.Text       = "Properties";
     this.btnProperties.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnProperties.UseVisualStyleBackColor = true;
     this.btnProperties.Click += new System.EventHandler(this.btnProperties_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(11, 49);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(35, 13);
     this.label2.TabIndex = 18;
     this.label2.Text     = "Name";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(11, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(32, 13);
     this.label1.TabIndex = 17;
     this.label1.Text     = "Code";
     //
     // btnZoomToMaxExtents
     //
     this.btnZoomToMaxExtents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnZoomToMaxExtents.ImageIndex = 0;
     this.btnZoomToMaxExtents.ImageList  = this.imageList1;
     this.btnZoomToMaxExtents.Location   = new System.Drawing.Point(12, 156);
     this.btnZoomToMaxExtents.Margin     = new System.Windows.Forms.Padding(5);
     this.btnZoomToMaxExtents.Name       = "btnZoomToMaxExtents";
     this.btnZoomToMaxExtents.Size       = new System.Drawing.Size(90, 28);
     this.btnZoomToMaxExtents.TabIndex   = 16;
     this.btnZoomToMaxExtents.Text       = "Zoom to All";
     this.btnZoomToMaxExtents.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnZoomToMaxExtents.UseVisualStyleBackColor = true;
     this.btnZoomToMaxExtents.Click += new System.EventHandler(this.btnZoomToMaxExtents_Click);
     //
     // txtRemarks
     //
     this.txtRemarks.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.txtRemarks.Location  = new System.Drawing.Point(13, 117);
     this.txtRemarks.Multiline = true;
     this.txtRemarks.Name      = "txtRemarks";
     this.txtRemarks.ReadOnly  = true;
     this.txtRemarks.Size      = new System.Drawing.Size(317, 32);
     this.txtRemarks.TabIndex  = 14;
     //
     // txtScope
     //
     this.txtScope.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.txtScope.Location  = new System.Drawing.Point(14, 81);
     this.txtScope.Multiline = true;
     this.txtScope.Name      = "txtScope";
     this.txtScope.ReadOnly  = true;
     this.txtScope.Size      = new System.Drawing.Size(316, 30);
     this.txtScope.TabIndex  = 13;
     //
     // txtName
     //
     this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtName.Location = new System.Drawing.Point(49, 46);
     this.txtName.Name     = "txtName";
     this.txtName.ReadOnly = true;
     this.txtName.Size     = new System.Drawing.Size(281, 20);
     this.txtName.TabIndex = 10;
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize     = true;
     this.linkLabel1.Location     = new System.Drawing.Point(118, 19);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(66, 13);
     this.linkLabel1.TabIndex     = 8;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "See online...";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // txtCode
     //
     this.txtCode.Location    = new System.Drawing.Point(49, 16);
     this.txtCode.Name        = "txtCode";
     this.txtCode.Size        = new System.Drawing.Size(63, 20);
     this.txtCode.TabIndex    = 7;
     this.txtCode.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txtCode_KeyPress);
     this.txtCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtCode_Validating);
     //
     // projectionMap1
     //
     this.projectionMap1.AllowDrop          = true;
     this.projectionMap1.AnimationOnZooming = MW5.Api.Enums.AutoToggle.Auto;
     this.projectionMap1.BackgroundColor    = System.Drawing.Color.White;
     this.projectionMap1.CurrentScale       = 18.24950448370787D;
     this.projectionMap1.CurrentZoom        = -1;
     this.projectionMap1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.projectionMap1.ExpandLayersOnAdding = true;
     this.projectionMap1.ExtentHistory        = 20;
     this.projectionMap1.ExtentPad            = 0.02D;
     envelope1.Tag = "";
     this.projectionMap1.Extents = envelope1;
     this.projectionMap1.GrabProjectionFromData = true;
     this.projectionMap1.InertiaOnPanning       = MW5.Api.Enums.AutoToggle.Auto;
     this.projectionMap1.KnownExtents           = MW5.Api.Enums.KnownExtents.None;
     this.projectionMap1.Latitude        = 0F;
     this.projectionMap1.Location        = new System.Drawing.Point(0, 0);
     this.projectionMap1.Longitude       = 0F;
     this.projectionMap1.MapCursor       = MW5.Api.Enums.MapCursor.ZoomIn;
     this.projectionMap1.MapProjection   = MW5.Api.Enums.MapProjection.None;
     this.projectionMap1.MapUnits        = MW5.Api.Enums.LengthUnits.Meters;
     this.projectionMap1.MouseWheelSpeed = 0.5D;
     this.projectionMap1.Name            = "projectionMap1";
     spatialReference1.Tag                     = "";
     this.projectionMap1.Projection            = spatialReference1;
     this.projectionMap1.ResizeBehavior        = MW5.Api.Enums.ResizeBehavior.Classic;
     this.projectionMap1.ReuseTileBuffer       = true;
     this.projectionMap1.ScalebarUnits         = MW5.Api.Enums.ScalebarUnits.GoogleStyle;
     this.projectionMap1.ScalebarVisible       = true;
     this.projectionMap1.ShowCoordinates       = MW5.Api.Enums.CoordinatesDisplay.Auto;
     this.projectionMap1.ShowCoordinatesFormat = MW5.Api.Enums.AngleFormat.Degrees;
     this.projectionMap1.ShowRedrawTime        = false;
     this.projectionMap1.ShowVersionNumber     = false;
     this.projectionMap1.Size                  = new System.Drawing.Size(342, 251);
     this.projectionMap1.SystemCursor          = MW5.Api.Enums.SystemCursor.MapDefault;
     this.projectionMap1.TabIndex              = 12;
     this.projectionMap1.Tag                   = "";
     this.projectionMap1.TileProvider          = MW5.Api.Enums.TileProvider.OpenStreetMap;
     this.projectionMap1.UdCursorHandle        = -572069904;
     this.projectionMap1.UseSeamlessPan        = false;
     this.projectionMap1.ZoomBehavior          = MW5.Api.Enums.ZoomBehavior.UseTileLevels;
     this.projectionMap1.ZoomBoxStyle          = MW5.Api.Enums.ZoomBoxStyle.Blue;
     this.projectionMap1.ZoomPercent           = 0.3D;
     //
     // ProjectionManagerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ClientSize          = new System.Drawing.Size(674, 472);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.MinimizeBox   = false;
     this.Name          = "ProjectionManagerForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Projection Viewer";
     this.Load         += new System.EventHandler(this.ProjectionManagerForm_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._projectionTreeView1)).EndInit();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     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()
 {
     MW5.Api.Concrete.Envelope                  envelope1              = new MW5.Api.Concrete.Envelope();
     MW5.Api.Concrete.SpatialReference          spatialReference1      = new MW5.Api.Concrete.SpatialReference();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.projectionMap1  = new MW5.Projections.Controls.ProjectionMap();
     this.statusStrip1    = new System.Windows.Forms.StatusStrip();
     this.dgv             = new MW5.UI.Legacy.LayerStyleDataGridView();
     this.Column1         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lblX            = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblY            = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblProjection   = new System.Windows.Forms.ToolStripStatusLabel();
     this.btnCancel       = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainer1.Location    = new System.Drawing.Point(2, 2);
     this.splitContainer1.Name        = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.projectionMap1);
     this.splitContainer1.Panel1.Controls.Add(this.statusStrip1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dgv);
     this.splitContainer1.Panel2Collapsed  = true;
     this.splitContainer1.Size             = new System.Drawing.Size(737, 419);
     this.splitContainer1.SplitterDistance = 363;
     this.splitContainer1.TabIndex         = 0;
     //
     // projectionMap1
     //
     this.projectionMap1.AllowDrop          = true;
     this.projectionMap1.AnimationOnZooming = MW5.Api.Enums.AutoToggle.Auto;
     this.projectionMap1.BackgroundColor    = System.Drawing.Color.White;
     this.projectionMap1.CurrentScale       = 4.554085437446564D;
     this.projectionMap1.CurrentZoom        = -1;
     this.projectionMap1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.projectionMap1.ExpandLayersOnAdding = true;
     this.projectionMap1.ExtentHistory        = 20;
     this.projectionMap1.ExtentPad            = 0.02D;
     envelope1.Tag = "";
     this.projectionMap1.Extents = envelope1;
     this.projectionMap1.GrabProjectionFromData = true;
     this.projectionMap1.InertiaOnPanning       = MW5.Api.Enums.AutoToggle.Auto;
     this.projectionMap1.KnownExtents           = MW5.Api.Enums.KnownExtents.None;
     this.projectionMap1.Latitude        = 0F;
     this.projectionMap1.Location        = new System.Drawing.Point(0, 0);
     this.projectionMap1.Longitude       = 0F;
     this.projectionMap1.MapCursor       = MW5.Api.Enums.MapCursor.ZoomIn;
     this.projectionMap1.MapProjection   = MW5.Api.Enums.MapProjection.None;
     this.projectionMap1.MapUnits        = MW5.Api.Enums.LengthUnits.Meters;
     this.projectionMap1.MouseWheelSpeed = 0.5D;
     this.projectionMap1.Name            = "projectionMap1";
     spatialReference1.Tag                     = "";
     this.projectionMap1.Projection            = spatialReference1;
     this.projectionMap1.ResizeBehavior        = MW5.Api.Enums.ResizeBehavior.Classic;
     this.projectionMap1.ReuseTileBuffer       = true;
     this.projectionMap1.ScalebarUnits         = MW5.Api.Enums.ScalebarUnits.GoogleStyle;
     this.projectionMap1.ScalebarVisible       = true;
     this.projectionMap1.ShowCoordinates       = MW5.Api.Enums.CoordinatesDisplay.Auto;
     this.projectionMap1.ShowCoordinatesFormat = MW5.Api.Enums.AngleFormat.Degrees;
     this.projectionMap1.ShowRedrawTime        = false;
     this.projectionMap1.ShowVersionNumber     = false;
     this.projectionMap1.Size                  = new System.Drawing.Size(735, 395);
     this.projectionMap1.SystemCursor          = MW5.Api.Enums.SystemCursor.MapDefault;
     this.projectionMap1.TabIndex              = 0;
     this.projectionMap1.Tag                   = "";
     this.projectionMap1.TileProvider          = MW5.Api.Enums.TileProvider.OpenStreetMap;
     this.projectionMap1.UdCursorHandle        = -1079507232;
     this.projectionMap1.UseSeamlessPan        = false;
     this.projectionMap1.ZoomBehavior          = MW5.Api.Enums.ZoomBehavior.UseTileLevels;
     this.projectionMap1.ZoomBoxStyle          = MW5.Api.Enums.ZoomBoxStyle.Blue;
     this.projectionMap1.ZoomPercent           = 0.3D;
     //
     // statusStrip1
     //
     this.statusStrip1.Location = new System.Drawing.Point(0, 395);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(735, 22);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // dgv
     //
     this.dgv.AllowUserToAddRows          = false;
     this.dgv.AllowUserToDeleteRows       = false;
     this.dgv.AllowUserToResizeRows       = false;
     this.dgv.BackgroundColor             = System.Drawing.Color.White;
     this.dgv.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2
     });
     this.dgv.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.dgv.Location          = new System.Drawing.Point(0, 0);
     this.dgv.MultiSelect       = false;
     this.dgv.Name              = "dgv";
     this.dgv.RowHeadersVisible = false;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.White;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
     this.dgv.RowsDefaultCellStyle             = dataGridViewCellStyle1;
     this.dgv.SelectionMode          = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgv.ShapefileDrawingColumn = -1;
     this.dgv.Size     = new System.Drawing.Size(94, 98);
     this.dgv.TabIndex = 0;
     this.dgv.Visible  = false;
     //
     // Column1
     //
     this.Column1.HeaderText = "Name";
     this.Column1.Name       = "Column1";
     this.Column1.ReadOnly   = true;
     //
     // Column2
     //
     this.Column2.HeaderText = "Comments";
     this.Column2.Name       = "Column2";
     this.Column2.ReadOnly   = true;
     //
     // lblX
     //
     this.lblX.Name = "lblX";
     this.lblX.Size = new System.Drawing.Size(14, 19);
     this.lblX.Text = "X";
     //
     // lblY
     //
     this.lblY.Name = "lblY";
     this.lblY.Size = new System.Drawing.Size(14, 19);
     this.lblY.Text = "Y";
     //
     // lblProjection
     //
     this.lblProjection.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.lblProjection.Name        = "lblProjection";
     this.lblProjection.Size        = new System.Drawing.Size(65, 19);
     this.lblProjection.Text        = "projection";
     //
     // btnCancel
     //
     this.btnCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(635, 427);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(104, 26);
     this.btnCancel.TabIndex                = 1;
     this.btnCancel.Text                    = "Close";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // ProjectionResultsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ClientSize          = new System.Drawing.Size(743, 458);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.splitContainer1);
     this.MinimizeBox   = false;
     this.Name          = "ProjectionResultsForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Assigning projection: results";
     this.Load         += new System.EventHandler(this.ProjectionResultsForm_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgv)).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()
 {
     MW5.Api.Concrete.Envelope         envelope1         = new MW5.Api.Concrete.Envelope();
     MW5.Api.Concrete.SpatialReference spatialReference1 = new MW5.Api.Concrete.SpatialReference();
     this.btnClose        = new System.Windows.Forms.Button();
     this.listView1       = new System.Windows.Forms.ListView();
     this.columnHeader1   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.statusStrip1    = new System.Windows.Forms.StatusStrip();
     this.txtDescription  = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.axMap1          = new MW5.Api.Map.MapControl();
     this.btnMakDefault   = new System.Windows.Forms.Button();
     this.btnApply        = new System.Windows.Forms.Button();
     this.btnSave         = new System.Windows.Forms.Button();
     this.btnRename       = new System.Windows.Forms.Button();
     this.btnRemove       = new System.Windows.Forms.Button();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Image                   = global::MW5.Plugins.Symbology.Properties.Resources.door_open;
     this.btnClose.Location                = new System.Drawing.Point(543, 325);
     this.btnClose.Name                    = "btnClose";
     this.btnClose.Size                    = new System.Drawing.Size(81, 41);
     this.btnClose.TabIndex                = 19;
     this.btnClose.Text                    = "Close dialog";
     this.btnClose.TextAlign               = System.Drawing.ContentAlignment.TopCenter;
     this.btnClose.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnClose.UseVisualStyleBackColor = true;
     //
     // listView1
     //
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.listView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines     = true;
     this.listView1.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listView1.HideSelection = false;
     this.listView1.Location      = new System.Drawing.Point(0, 0);
     this.listView1.MultiSelect   = false;
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(160, 358);
     this.listView1.TabIndex      = 28;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.dgv_CurrentCellChanged);
     this.listView1.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDoubleClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Available options";
     this.columnHeader1.Width = 155;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.txtDescription
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 371);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(630, 22);
     this.statusStrip1.TabIndex = 29;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // txtDescription
     //
     this.txtDescription.Name      = "txtDescription";
     this.txtDescription.Size      = new System.Drawing.Size(615, 17);
     this.txtDescription.Spring    = true;
     this.txtDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // splitContainer1
     //
     this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location        = new System.Drawing.Point(6, 6);
     this.splitContainer1.Name            = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.axMap1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.listView1);
     this.splitContainer1.Size             = new System.Drawing.Size(530, 360);
     this.splitContainer1.SplitterDistance = 364;
     this.splitContainer1.TabIndex         = 31;
     //
     // axMap1
     //
     this.axMap1.AllowDrop          = true;
     this.axMap1.AnimationOnZooming = MW5.Api.Enums.AutoToggle.Auto;
     this.axMap1.BackgroundColor    = System.Drawing.Color.White;
     this.axMap1.CurrentScale       = 17.10495014402257D;
     this.axMap1.CurrentZoom        = -1;
     this.axMap1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.axMap1.ExpandLayersOnAdding = true;
     this.axMap1.ExtentHistory        = 20;
     this.axMap1.ExtentPad            = 0.02D;
     envelope1.Tag       = "";
     this.axMap1.Extents = envelope1;
     this.axMap1.GrabProjectionFromData = true;
     this.axMap1.InertiaOnPanning       = MW5.Api.Enums.AutoToggle.Auto;
     this.axMap1.KnownExtents           = MW5.Api.Enums.KnownExtents.None;
     this.axMap1.Latitude              = 0F;
     this.axMap1.Location              = new System.Drawing.Point(0, 0);
     this.axMap1.Longitude             = 0F;
     this.axMap1.MapCursor             = MW5.Api.Enums.MapCursor.ZoomIn;
     this.axMap1.MapProjection         = MW5.Api.Enums.MapProjection.None;
     this.axMap1.MapUnits              = MW5.Api.Enums.LengthUnits.Meters;
     this.axMap1.MouseWheelSpeed       = 0.5D;
     this.axMap1.Name                  = "axMap1";
     spatialReference1.Tag             = "";
     this.axMap1.Projection            = spatialReference1;
     this.axMap1.ResizeBehavior        = MW5.Api.Enums.ResizeBehavior.Classic;
     this.axMap1.ReuseTileBuffer       = true;
     this.axMap1.ScalebarUnits         = MW5.Api.Enums.ScalebarUnits.GoogleStyle;
     this.axMap1.ScalebarVisible       = true;
     this.axMap1.ShowCoordinates       = MW5.Api.Enums.CoordinatesDisplay.Auto;
     this.axMap1.ShowCoordinatesFormat = MW5.Api.Enums.AngleFormat.Degrees;
     this.axMap1.ShowRedrawTime        = false;
     this.axMap1.ShowVersionNumber     = false;
     this.axMap1.Size                  = new System.Drawing.Size(362, 358);
     this.axMap1.SystemCursor          = MW5.Api.Enums.SystemCursor.MapDefault;
     this.axMap1.TabIndex              = 1;
     this.axMap1.Tag            = "";
     this.axMap1.TileProvider   = MW5.Api.Enums.TileProvider.OpenStreetMap;
     this.axMap1.UdCursorHandle = 474372008;
     this.axMap1.UseSeamlessPan = false;
     this.axMap1.ZoomBehavior   = MW5.Api.Enums.ZoomBehavior.UseTileLevels;
     this.axMap1.ZoomBoxStyle   = MW5.Api.Enums.ZoomBoxStyle.Blue;
     this.axMap1.ZoomPercent    = 0.3D;
     //
     // btnMakDefault
     //
     this.btnMakDefault.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnMakDefault.Image                   = global::MW5.Plugins.Symbology.Properties.Resources.application_link;
     this.btnMakDefault.ImageAlign              = System.Drawing.ContentAlignment.TopCenter;
     this.btnMakDefault.Location                = new System.Drawing.Point(543, 146);
     this.btnMakDefault.Name                    = "btnMakDefault";
     this.btnMakDefault.Size                    = new System.Drawing.Size(81, 41);
     this.btnMakDefault.TabIndex                = 26;
     this.btnMakDefault.Text                    = "Make default";
     this.btnMakDefault.TextAlign               = System.Drawing.ContentAlignment.BottomCenter;
     this.btnMakDefault.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnMakDefault.UseVisualStyleBackColor = true;
     this.btnMakDefault.Click                  += new System.EventHandler(this.btnMakDefault_Click);
     //
     // btnApply
     //
     this.btnApply.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnApply.Image                   = global::MW5.Plugins.Symbology.Properties.Resources.ok2;
     this.btnApply.Location                = new System.Drawing.Point(543, 278);
     this.btnApply.Name                    = "btnApply";
     this.btnApply.Size                    = new System.Drawing.Size(81, 41);
     this.btnApply.TabIndex                = 23;
     this.btnApply.Text                    = "Apply options";
     this.btnApply.TextAlign               = System.Drawing.ContentAlignment.BottomCenter;
     this.btnApply.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnApply.UseVisualStyleBackColor = true;
     this.btnApply.Click                  += new System.EventHandler(this.btnApply_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Image                   = global::MW5.Plugins.Symbology.Properties.Resources.application_add;
     this.btnSave.Location                = new System.Drawing.Point(543, 6);
     this.btnSave.Name                    = "btnSave";
     this.btnSave.Size                    = new System.Drawing.Size(81, 40);
     this.btnSave.TabIndex                = 21;
     this.btnSave.Text                    = "Add current";
     this.btnSave.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click                  += new System.EventHandler(this.btnSave_Click);
     //
     // btnRename
     //
     this.btnRename.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRename.Image                   = global::MW5.Plugins.Symbology.Properties.Resources.application_edit;
     this.btnRename.Location                = new System.Drawing.Point(543, 99);
     this.btnRename.Name                    = "btnRename";
     this.btnRename.Size                    = new System.Drawing.Size(81, 41);
     this.btnRename.TabIndex                = 18;
     this.btnRename.Text                    = "Rename";
     this.btnRename.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnRename.UseVisualStyleBackColor = true;
     this.btnRename.Click                  += new System.EventHandler(this.btnRename_Click);
     //
     // btnRemove
     //
     this.btnRemove.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRemove.Image                   = global::MW5.Plugins.Symbology.Properties.Resources.application_delete;
     this.btnRemove.Location                = new System.Drawing.Point(542, 52);
     this.btnRemove.Name                    = "btnRemove";
     this.btnRemove.Size                    = new System.Drawing.Size(82, 41);
     this.btnRemove.TabIndex                = 17;
     this.btnRemove.Text                    = "Remove";
     this.btnRemove.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnRemove.UseVisualStyleBackColor = true;
     this.btnRemove.Click                  += new System.EventHandler(this.btnRemove_Click);
     //
     // OptionsManagerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnClose;
     this.CaptionFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ClientSize          = new System.Drawing.Size(630, 393);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.btnMakDefault);
     this.Controls.Add(this.btnApply);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnRename);
     this.Controls.Add(this.btnRemove);
     this.MinimizeBox   = false;
     this.Name          = "OptionsManagerForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Symbology manager";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.frmOptionsManager_FormClosed);
     this.Load         += new System.EventHandler(this.OptionsManagerForm_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 6
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();
     MW5.Api.Concrete.Envelope         envelope1         = new MW5.Api.Concrete.Envelope();
     MW5.Api.Concrete.SpatialReference spatialReference1 = new MW5.Api.Concrete.SpatialReference();
     MW5.Api.Concrete.Envelope         envelope2         = new MW5.Api.Concrete.Envelope();
     MW5.Api.Concrete.SpatialReference spatialReference2 = new MW5.Api.Concrete.SpatialReference();
     this.splitContainer1  = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
     this.label3           = new System.Windows.Forms.Label();
     this.mapControl1      = new MW5.Api.Map.MapControl();
     this.label4           = new System.Windows.Forms.Label();
     this.mapControl2      = new MW5.Api.Map.MapControl();
     this.btnRemovePoint   = new System.Windows.Forms.Button();
     this.statusStripEx1   = new Syncfusion.Windows.Forms.Tools.StatusStripEx();
     this.statusPointCount = new System.Windows.Forms.ToolStripStatusLabel();
     this.status1          = new Syncfusion.Windows.Forms.Tools.StatusStripButton();
     this.statusError      = new System.Windows.Forms.ToolStripStatusLabel();
     this.btnCancel        = new Syncfusion.Windows.Forms.ButtonAdv();
     this.pointPairGrid1   = new PointPairGrid();
     this.btnZoomToPoint   = new System.Windows.Forms.Button();
     this.btnClearPoints   = new System.Windows.Forms.Button();
     this.toolTip1         = new System.Windows.Forms.ToolTip(this.components);
     this.btnApply         = new Syncfusion.Windows.Forms.ButtonAdv();
     this.btnLoadImage     = new Syncfusion.Windows.Forms.ButtonAdv();
     this.btnZoomMax       = new System.Windows.Forms.Button();
     this.mnuZoomIn        = new System.Windows.Forms.RadioButton();
     this.mnuZoomOut       = new System.Windows.Forms.RadioButton();
     this.mnuPan           = new System.Windows.Forms.RadioButton();
     this.mnuSelect        = new System.Windows.Forms.RadioButton();
     this.btnClose         = new Syncfusion.Windows.Forms.ButtonAdv();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.statusStripEx1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pointPairGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer1.BeforeTouchSize = 7;
     this.splitContainer1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainer1.Location        = new System.Drawing.Point(3, 163);
     this.splitContainer1.Name            = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.label3);
     this.splitContainer1.Panel1.Controls.Add(this.mapControl1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.label4);
     this.splitContainer1.Panel2.Controls.Add(this.mapControl2);
     this.splitContainer1.Size             = new System.Drawing.Size(955, 420);
     this.splitContainer1.SplitterDistance = 474;
     this.splitContainer1.TabIndex         = 1;
     //
     // label3
     //
     this.label3.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.PaleGreen;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location  = new System.Drawing.Point(209, 0);
     this.label3.Name      = "label3";
     this.label3.Padding   = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.label3.Size      = new System.Drawing.Size(38, 18);
     this.label3.TabIndex  = 18;
     this.label3.Tag       = "<has background color>";
     this.label3.Text      = "Map";
     //
     // mapControl1
     //
     this.mapControl1.AllowDrop          = true;
     this.mapControl1.AnimationOnZooming = MW5.Api.Enums.AutoToggle.Auto;
     this.mapControl1.BackgroundColor    = System.Drawing.Color.White;
     this.mapControl1.CurrentScale       = 13.11862701723765D;
     this.mapControl1.CurrentZoom        = -1;
     this.mapControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.ExtentHistory = 20;
     this.mapControl1.ExtentPad     = 0.02D;
     envelope1.Tag            = "";
     this.mapControl1.Extents = envelope1;
     this.mapControl1.GrabProjectionFromData = true;
     this.mapControl1.InertiaOnPanning       = MW5.Api.Enums.AutoToggle.Auto;
     this.mapControl1.KnownExtents           = MW5.Api.Enums.KnownExtents.None;
     this.mapControl1.Latitude              = 0F;
     this.mapControl1.Location              = new System.Drawing.Point(0, 0);
     this.mapControl1.Longitude             = 0F;
     this.mapControl1.MapCursor             = MW5.Api.Enums.MapCursor.ZoomIn;
     this.mapControl1.MapProjection         = MW5.Api.Enums.MapProjection.None;
     this.mapControl1.MapUnits              = MW5.Api.Enums.LengthUnits.Meters;
     this.mapControl1.MouseWheelSpeed       = 0.5D;
     this.mapControl1.Name                  = "mapControl1";
     spatialReference1.Tag                  = "";
     this.mapControl1.Projection            = spatialReference1;
     this.mapControl1.ResizeBehavior        = MW5.Api.Enums.ResizeBehavior.Classic;
     this.mapControl1.ReuseTileBuffer       = true;
     this.mapControl1.ScalebarUnits         = MW5.Api.Enums.ScalebarUnits.GoogleStyle;
     this.mapControl1.ScalebarVisible       = false;
     this.mapControl1.ShowCoordinates       = MW5.Api.Enums.CoordinatesDisplay.Auto;
     this.mapControl1.ShowCoordinatesFormat = MW5.Api.Enums.AngleFormat.Degrees;
     this.mapControl1.ShowRedrawTime        = false;
     this.mapControl1.ShowVersionNumber     = false;
     this.mapControl1.Size                  = new System.Drawing.Size(472, 418);
     this.mapControl1.SystemCursor          = MW5.Api.Enums.SystemCursor.MapDefault;
     this.mapControl1.TabIndex              = 19;
     this.mapControl1.Tag            = "";
     this.mapControl1.TileProvider   = MW5.Api.Enums.TileProvider.OpenStreetMap;
     this.mapControl1.UdCursorHandle = 0;
     this.mapControl1.UseSeamlessPan = false;
     this.mapControl1.ZoomBehavior   = MW5.Api.Enums.ZoomBehavior.Default;
     this.mapControl1.ZoomBoxStyle   = MW5.Api.Enums.ZoomBoxStyle.Blue;
     this.mapControl1.ZoomPercent    = 0.3D;
     //
     // label4
     //
     this.label4.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.PaleGreen;
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location  = new System.Drawing.Point(215, 0);
     this.label4.Name      = "label4";
     this.label4.Padding   = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.label4.Size      = new System.Drawing.Size(48, 18);
     this.label4.TabIndex  = 19;
     this.label4.Tag       = "<has background color>";
     this.label4.Text      = "Image";
     //
     // mapControl2
     //
     this.mapControl2.AllowDrop          = true;
     this.mapControl2.AnimationOnZooming = MW5.Api.Enums.AutoToggle.Auto;
     this.mapControl2.BackgroundColor    = System.Drawing.Color.White;
     this.mapControl2.CurrentScale       = 13.11862701723765D;
     this.mapControl2.CurrentZoom        = -1;
     this.mapControl2.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.mapControl2.ExtentHistory = 20;
     this.mapControl2.ExtentPad     = 0.02D;
     envelope2.Tag            = "";
     this.mapControl2.Extents = envelope2;
     this.mapControl2.GrabProjectionFromData = true;
     this.mapControl2.InertiaOnPanning       = MW5.Api.Enums.AutoToggle.Auto;
     this.mapControl2.KnownExtents           = MW5.Api.Enums.KnownExtents.None;
     this.mapControl2.Latitude              = 0F;
     this.mapControl2.Location              = new System.Drawing.Point(0, 0);
     this.mapControl2.Longitude             = 0F;
     this.mapControl2.MapCursor             = MW5.Api.Enums.MapCursor.ZoomIn;
     this.mapControl2.MapProjection         = MW5.Api.Enums.MapProjection.None;
     this.mapControl2.MapUnits              = MW5.Api.Enums.LengthUnits.Meters;
     this.mapControl2.MouseWheelSpeed       = 0.5D;
     this.mapControl2.Name                  = "mapControl2";
     spatialReference2.Tag                  = "";
     this.mapControl2.Projection            = spatialReference2;
     this.mapControl2.ResizeBehavior        = MW5.Api.Enums.ResizeBehavior.Classic;
     this.mapControl2.ReuseTileBuffer       = true;
     this.mapControl2.ScalebarUnits         = MW5.Api.Enums.ScalebarUnits.GoogleStyle;
     this.mapControl2.ScalebarVisible       = false;
     this.mapControl2.ShowCoordinates       = MW5.Api.Enums.CoordinatesDisplay.Auto;
     this.mapControl2.ShowCoordinatesFormat = MW5.Api.Enums.AngleFormat.Degrees;
     this.mapControl2.ShowRedrawTime        = false;
     this.mapControl2.ShowVersionNumber     = false;
     this.mapControl2.Size                  = new System.Drawing.Size(472, 418);
     this.mapControl2.SystemCursor          = MW5.Api.Enums.SystemCursor.MapDefault;
     this.mapControl2.TabIndex              = 20;
     this.mapControl2.Tag            = "";
     this.mapControl2.TileProvider   = MW5.Api.Enums.TileProvider.OpenStreetMap;
     this.mapControl2.UdCursorHandle = 0;
     this.mapControl2.UseSeamlessPan = false;
     this.mapControl2.ZoomBehavior   = MW5.Api.Enums.ZoomBehavior.UseTileLevels;
     this.mapControl2.ZoomBoxStyle   = MW5.Api.Enums.ZoomBoxStyle.Blue;
     this.mapControl2.ZoomPercent    = 0.3D;
     //
     // btnRemovePoint
     //
     this.btnRemovePoint.Location = new System.Drawing.Point(656, 7);
     this.btnRemovePoint.Name     = "btnRemovePoint";
     this.btnRemovePoint.Size     = new System.Drawing.Size(93, 31);
     this.btnRemovePoint.TabIndex = 5;
     this.btnRemovePoint.Text     = "Remove point";
     this.btnRemovePoint.UseVisualStyleBackColor = true;
     this.btnRemovePoint.Click += new System.EventHandler(this.OnRemoveClick);
     //
     // statusStripEx1
     //
     this.statusStripEx1.BackColor       = System.Drawing.Color.PaleGreen;
     this.statusStripEx1.BeforeTouchSize = new System.Drawing.Size(961, 26);
     this.statusStripEx1.Dock            = Syncfusion.Windows.Forms.Tools.DockStyleEx.Bottom;
     this.statusStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statusPointCount,
         this.status1,
         this.statusError
     });
     this.statusStripEx1.Location   = new System.Drawing.Point(0, 584);
     this.statusStripEx1.MetroColor = System.Drawing.Color.PaleGreen;
     this.statusStripEx1.Name       = "statusStripEx1";
     this.statusStripEx1.Size       = new System.Drawing.Size(961, 26);
     this.statusStripEx1.TabIndex   = 31;
     this.statusStripEx1.Text       = "statusStripEx1";
     //
     // statusPointCount
     //
     this.statusPointCount.Name    = "statusPointCount";
     this.statusPointCount.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3);
     this.statusPointCount.Size    = new System.Drawing.Size(113, 21);
     this.statusPointCount.Text    = "Number of Points: 0";
     //
     // status1
     //
     this.status1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 2);
     this.status1.Name   = "status1";
     this.status1.Size   = new System.Drawing.Size(113, 19);
     this.status1.Text   = "Please select image";
     //
     // statusError
     //
     this.statusError.Name = "statusError";
     this.statusError.Size = new System.Drawing.Size(57, 15);
     this.statusError.Text = "Error: n/d";
     //
     // btnCancel
     //
     this.btnCancel.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.BeforeTouchSize   = new System.Drawing.Size(129, 31);
     this.btnCancel.Image             = global::MW5.Plugins.ImageRegistration.Properties.Resources.img_cancel24;
     this.btnCancel.ImageAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.IsBackStageButton = false;
     this.btnCancel.Location          = new System.Drawing.Point(823, 44);
     this.btnCancel.Name              = "btnCancel";
     this.btnCancel.Padding           = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this.btnCancel.Size              = new System.Drawing.Size(129, 31);
     this.btnCancel.TabIndex          = 34;
     this.btnCancel.Text              = "Cancel";
     this.btnCancel.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.toolTip1.SetToolTip(this.btnCancel, "Remove tranformed image fromt he map and continue editing the points");
     //
     // pointPairGrid1
     //
     this.pointPairGrid1.Appearance.AnyCell.Borders.Bottom    = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     this.pointPairGrid1.Appearance.AnyCell.Borders.Left      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     this.pointPairGrid1.Appearance.AnyCell.Borders.Right     = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     this.pointPairGrid1.Appearance.AnyCell.Borders.Top       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     this.pointPairGrid1.Appearance.AnyCell.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
     this.pointPairGrid1.BackColor     = System.Drawing.SystemColors.Window;
     this.pointPairGrid1.FreezeCaption = false;
     this.pointPairGrid1.Location      = new System.Drawing.Point(4, 7);
     this.pointPairGrid1.Name          = "pointPairGrid1";
     this.pointPairGrid1.Size          = new System.Drawing.Size(645, 150);
     this.pointPairGrid1.TabIndex      = 35;
     this.pointPairGrid1.TableOptions.AllowSelection = Syncfusion.Windows.Forms.Grid.GridSelectionFlags.None;
     this.pointPairGrid1.TableOptions.ListBoxSelectionColorOptions = Syncfusion.Windows.Forms.Grid.Grouping.GridListBoxSelectionColorOptions.ApplySelectionColor;
     this.pointPairGrid1.TableOptions.ListBoxSelectionMode         = System.Windows.Forms.SelectionMode.One;
     this.pointPairGrid1.TableOptions.SelectionBackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
     this.pointPairGrid1.TableOptions.SelectionTextColor           = System.Drawing.Color.Black;
     this.pointPairGrid1.Text = "pointPairGrid1";
     this.pointPairGrid1.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = false;
     this.pointPairGrid1.TopLevelGroupOptions.ShowCaption       = false;
     this.pointPairGrid1.TopLevelGroupOptions.ShowColumnHeaders = true;
     this.pointPairGrid1.VersionInfo   = "0.0.1.0";
     this.pointPairGrid1.WrapWithPanel = true;
     //
     // btnZoomToPoint
     //
     this.btnZoomToPoint.Location = new System.Drawing.Point(656, 44);
     this.btnZoomToPoint.Name     = "btnZoomToPoint";
     this.btnZoomToPoint.Size     = new System.Drawing.Size(93, 31);
     this.btnZoomToPoint.TabIndex = 36;
     this.btnZoomToPoint.Text     = "Zoom to point";
     this.btnZoomToPoint.UseVisualStyleBackColor = true;
     this.btnZoomToPoint.Click += new System.EventHandler(this.OnZoomToPointClick);
     //
     // btnClearPoints
     //
     this.btnClearPoints.Location = new System.Drawing.Point(656, 81);
     this.btnClearPoints.Name     = "btnClearPoints";
     this.btnClearPoints.Size     = new System.Drawing.Size(93, 31);
     this.btnClearPoints.TabIndex = 37;
     this.btnClearPoints.Text     = "Clear";
     this.btnClearPoints.UseVisualStyleBackColor = true;
     this.btnClearPoints.Click += new System.EventHandler(this.OnClearPointsClick);
     //
     // btnApply
     //
     this.btnApply.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnApply.BeforeTouchSize   = new System.Drawing.Size(129, 31);
     this.btnApply.Image             = global::MW5.Plugins.ImageRegistration.Properties.Resources.img_apply24;
     this.btnApply.ImageAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnApply.IsBackStageButton = false;
     this.btnApply.Location          = new System.Drawing.Point(822, 44);
     this.btnApply.Name              = "btnApply";
     this.btnApply.Padding           = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this.btnApply.Size              = new System.Drawing.Size(129, 31);
     this.btnApply.TabIndex          = 32;
     this.btnApply.Text              = "Apply";
     this.btnApply.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnApply.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.toolTip1.SetToolTip(this.btnApply, "Apply tranformation and save the world file");
     //
     // btnLoadImage
     //
     this.btnLoadImage.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnLoadImage.BeforeTouchSize   = new System.Drawing.Size(129, 31);
     this.btnLoadImage.Image             = global::MW5.Plugins.ImageRegistration.Properties.Resources.img_folder24;
     this.btnLoadImage.ImageAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnLoadImage.IsBackStageButton = false;
     this.btnLoadImage.Location          = new System.Drawing.Point(822, 7);
     this.btnLoadImage.Name              = "btnLoadImage";
     this.btnLoadImage.Padding           = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this.btnLoadImage.Size              = new System.Drawing.Size(129, 31);
     this.btnLoadImage.TabIndex          = 33;
     this.btnLoadImage.Text              = "Choose Image";
     this.btnLoadImage.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnLoadImage.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.toolTip1.SetToolTip(this.btnLoadImage, "Choose image to register");
     //
     // btnZoomMax
     //
     this.btnZoomMax.Image    = global::MW5.Plugins.ImageRegistration.Properties.Resources.img_zoom_max24;
     this.btnZoomMax.Location = new System.Drawing.Point(841, 124);
     this.btnZoomMax.Name     = "btnZoomMax";
     this.btnZoomMax.Size     = new System.Drawing.Size(40, 33);
     this.btnZoomMax.TabIndex = 27;
     this.toolTip1.SetToolTip(this.btnZoomMax, "Zoom to Maximum Extents");
     this.btnZoomMax.UseVisualStyleBackColor = true;
     this.btnZoomMax.Click += new System.EventHandler(this.OnZoomMaxClick);
     //
     // mnuZoomIn
     //
     this.mnuZoomIn.Appearance = System.Windows.Forms.Appearance.Button;
     this.mnuZoomIn.Image      = global::MW5.Plugins.ImageRegistration.Properties.Resources.img_zoom_in24;
     this.mnuZoomIn.Location   = new System.Drawing.Point(702, 124);
     this.mnuZoomIn.Name       = "mnuZoomIn";
     this.mnuZoomIn.Size       = new System.Drawing.Size(40, 33);
     this.mnuZoomIn.TabIndex   = 26;
     this.toolTip1.SetToolTip(this.mnuZoomIn, "Zoom In");
     this.mnuZoomIn.UseVisualStyleBackColor = true;
     this.mnuZoomIn.CheckedChanged         += new System.EventHandler(this.MnuSelectCheckedChanged);
     //
     // mnuZoomOut
     //
     this.mnuZoomOut.Appearance = System.Windows.Forms.Appearance.Button;
     this.mnuZoomOut.Image      = global::MW5.Plugins.ImageRegistration.Properties.Resources.img_zoom_out24;
     this.mnuZoomOut.Location   = new System.Drawing.Point(748, 124);
     this.mnuZoomOut.Name       = "mnuZoomOut";
     this.mnuZoomOut.Size       = new System.Drawing.Size(40, 33);
     this.mnuZoomOut.TabIndex   = 25;
     this.toolTip1.SetToolTip(this.mnuZoomOut, "Zoom Out");
     this.mnuZoomOut.UseVisualStyleBackColor = true;
     this.mnuZoomOut.CheckedChanged         += new System.EventHandler(this.MnuSelectCheckedChanged);
     //
     // mnuPan
     //
     this.mnuPan.Appearance = System.Windows.Forms.Appearance.Button;
     this.mnuPan.Image      = global::MW5.Plugins.ImageRegistration.Properties.Resources.img_pan24;
     this.mnuPan.Location   = new System.Drawing.Point(795, 124);
     this.mnuPan.Name       = "mnuPan";
     this.mnuPan.Size       = new System.Drawing.Size(40, 33);
     this.mnuPan.TabIndex   = 24;
     this.toolTip1.SetToolTip(this.mnuPan, "Pan");
     this.mnuPan.UseVisualStyleBackColor = true;
     this.mnuPan.CheckedChanged         += new System.EventHandler(this.MnuSelectCheckedChanged);
     //
     // mnuSelect
     //
     this.mnuSelect.Appearance = System.Windows.Forms.Appearance.Button;
     this.mnuSelect.Checked    = true;
     this.mnuSelect.Image      = global::MW5.Plugins.ImageRegistration.Properties.Resources.img_cursor24;
     this.mnuSelect.Location   = new System.Drawing.Point(656, 124);
     this.mnuSelect.Name       = "mnuSelect";
     this.mnuSelect.Size       = new System.Drawing.Size(40, 33);
     this.mnuSelect.TabIndex   = 23;
     this.mnuSelect.TabStop    = true;
     this.toolTip1.SetToolTip(this.mnuSelect, "Select Point");
     this.mnuSelect.UseVisualStyleBackColor = true;
     this.mnuSelect.CheckedChanged         += new System.EventHandler(this.MnuSelectCheckedChanged);
     //
     // btnClose
     //
     this.btnClose.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.BeforeTouchSize   = new System.Drawing.Size(129, 33);
     this.btnClose.DialogResult      = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.ImageAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.IsBackStageButton = false;
     this.btnClose.Location          = new System.Drawing.Point(823, 81);
     this.btnClose.Name              = "btnClose";
     this.btnClose.Padding           = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this.btnClose.Size              = new System.Drawing.Size(129, 33);
     this.btnClose.TabIndex          = 38;
     this.btnClose.Text              = "Close";
     this.btnClose.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     //
     // ImageRegistrationView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnClose;
     this.ClientSize          = new System.Drawing.Size(961, 610);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnClearPoints);
     this.Controls.Add(this.btnZoomToPoint);
     this.Controls.Add(this.pointPairGrid1);
     this.Controls.Add(this.btnLoadImage);
     this.Controls.Add(this.statusStripEx1);
     this.Controls.Add(this.btnZoomMax);
     this.Controls.Add(this.mnuZoomIn);
     this.Controls.Add(this.mnuZoomOut);
     this.Controls.Add(this.mnuPan);
     this.Controls.Add(this.mnuSelect);
     this.Controls.Add(this.btnRemovePoint);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.btnApply);
     this.Controls.Add(this.btnCancel);
     this.MinimizeBox   = false;
     this.Name          = "ImageRegistrationView";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Image Registration";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.statusStripEx1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pointPairGrid1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }