示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.IgnoreLostFocusEvent = false;
     this.mapControl1.Location             = new System.Drawing.Point(0, 0);
     this.mapControl1.Name     = "mapControl1";
     this.mapControl1.Size     = new System.Drawing.Size(292, 266);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text     = "mapControl1";
     this.mapControl1.Tools.MiddleButtonTool = null;
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(292, 266);
     this.Controls.Add(this.mapControl1);
     this.Name  = "MapForm1";
     this.Text  = "MapForm1";
     this.Load += new System.EventHandler(this.MapForm1_Load);
     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.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.IgnoreLostFocusEvent = false;
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name = "mapControl1";
     this.mapControl1.Size = new System.Drawing.Size(292, 266);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text = "mapControl1";
     this.mapControl1.Tools.MiddleButtonTool = null;
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize = new System.Drawing.Size(292, 266);
     this.Controls.Add(this.mapControl1);
     this.Name = "MapForm1";
     this.Text = "MapForm1";
     this.Load += new System.EventHandler(this.MapForm1_Load);
     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.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.panel1 = new System.Windows.Forms.Panel();
     this.statusBar1 = new System.Windows.Forms.StatusBar();
     this.comboBoxMaps = new System.Windows.Forms.ComboBox();
     this.RemoveMap = new System.Windows.Forms.Button();
     this.BtnNewMap = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.MapFromFile = new System.Windows.Forms.Button();
     this.ClearMaps = new System.Windows.Forms.Button();
     this.NewEmptyMap = new System.Windows.Forms.Button();
     this.mapToolBar1 = new MapInfo.Windows.Controls.MapToolBar();
     this.mapToolBarButtonOpenTable = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonLayerControl = new MapInfo.Windows.Controls.MapToolBarButton();
     this.toolBarButtonSeparator = new System.Windows.Forms.ToolBarButton();
     this.mapToolBarButtonSelect = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomIn = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomOut = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonPan = new MapInfo.Windows.Controls.MapToolBarButton();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name = "mapControl1";
     this.mapControl1.Size = new System.Drawing.Size(408, 284);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text = "mapControl1";
     this.mapControl1.Tools.MiddleButtonTool = null;
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Location = new System.Drawing.Point(4, 32);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(412, 288);
     this.panel1.TabIndex = 1;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 322);
     this.statusBar1.Name = "statusBar1";
     this.statusBar1.Size = new System.Drawing.Size(584, 19);
     this.statusBar1.TabIndex = 2;
     //
     // comboBoxMaps
     //
     this.comboBoxMaps.Location = new System.Drawing.Point(200, 8);
     this.comboBoxMaps.Name = "comboBoxMaps";
     this.comboBoxMaps.Size = new System.Drawing.Size(121, 21);
     this.comboBoxMaps.TabIndex = 4;
     this.comboBoxMaps.Text = "comboBoxMaps";
     this.comboBoxMaps.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // RemoveMap
     //
     this.RemoveMap.Location = new System.Drawing.Point(328, 7);
     this.RemoveMap.Name = "RemoveMap";
     this.RemoveMap.Size = new System.Drawing.Size(80, 23);
     this.RemoveMap.TabIndex = 5;
     this.RemoveMap.Text = "Remove Map";
     this.RemoveMap.Click += new System.EventHandler(this.RemoveMap_Click);
     //
     // BtnNewMap
     //
     this.BtnNewMap.Location = new System.Drawing.Point(16, 32);
     this.BtnNewMap.Name = "BtnNewMap";
     this.BtnNewMap.Size = new System.Drawing.Size(120, 23);
     this.BtnNewMap.TabIndex = 6;
     this.BtnNewMap.Text = "New Map Dialog";
     this.BtnNewMap.Click += new System.EventHandler(this.button2_Click);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.MapFromFile);
     this.groupBox1.Controls.Add(this.ClearMaps);
     this.groupBox1.Controls.Add(this.NewEmptyMap);
     this.groupBox1.Controls.Add(this.BtnNewMap);
     this.groupBox1.Location = new System.Drawing.Point(424, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(152, 312);
     this.groupBox1.TabIndex = 7;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "MapFactory Methods";
     //
     // MapFromFile
     //
     this.MapFromFile.Location = new System.Drawing.Point(16, 112);
     this.MapFromFile.Name = "MapFromFile";
     this.MapFromFile.Size = new System.Drawing.Size(120, 23);
     this.MapFromFile.TabIndex = 9;
     this.MapFromFile.Text = "New Map From File";
     this.MapFromFile.Click += new System.EventHandler(this.MapFromFile_Click);
     //
     // ClearMaps
     //
     this.ClearMaps.Location = new System.Drawing.Point(16, 152);
     this.ClearMaps.Name = "ClearMaps";
     this.ClearMaps.Size = new System.Drawing.Size(120, 23);
     this.ClearMaps.TabIndex = 8;
     this.ClearMaps.Text = "Clear Maps";
     this.ClearMaps.Click += new System.EventHandler(this.ClearMaps_Click);
     //
     // NewEmptyMap
     //
     this.NewEmptyMap.Location = new System.Drawing.Point(16, 72);
     this.NewEmptyMap.Name = "NewEmptyMap";
     this.NewEmptyMap.Size = new System.Drawing.Size(120, 23);
     this.NewEmptyMap.TabIndex = 7;
     this.NewEmptyMap.Text = "New Empty Map";
     this.NewEmptyMap.Click += new System.EventHandler(this.NewEmptyMap_Click);
     //
     // mapToolBar1
     //
     this.mapToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                                                                                    this.mapToolBarButtonOpenTable,
                                                                                    this.mapToolBarButtonLayerControl,
                                                                                    this.toolBarButtonSeparator,
                                                                                    this.mapToolBarButtonSelect,
                                                                                    this.mapToolBarButtonZoomIn,
                                                                                    this.mapToolBarButtonZoomOut,
                                                                                    this.mapToolBarButtonPan});
     this.mapToolBar1.Divider = false;
     this.mapToolBar1.Dock = System.Windows.Forms.DockStyle.None;
     this.mapToolBar1.DropDownArrows = true;
     this.mapToolBar1.Location = new System.Drawing.Point(6, 6);
     this.mapToolBar1.MapControl = this.mapControl1;
     this.mapToolBar1.Name = "mapToolBar1";
     this.mapToolBar1.ShowToolTips = true;
     this.mapToolBar1.Size = new System.Drawing.Size(187, 26);
     this.mapToolBar1.TabIndex = 9;
     //
     // mapToolBarButtonOpenTable
     //
     this.mapToolBarButtonOpenTable.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.OpenTable;
     this.mapToolBarButtonOpenTable.ToolTipText = "Open Table";
     //
     // mapToolBarButtonLayerControl
     //
     this.mapToolBarButtonLayerControl.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.LayerControl;
     this.mapToolBarButtonLayerControl.ToolTipText = "Layer Control";
     //
     // toolBarButtonSeparator
     //
     this.toolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // mapToolBarButtonSelect
     //
     this.mapToolBarButtonSelect.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Select;
     this.mapToolBarButtonSelect.ToolTipText = "Select";
     //
     // mapToolBarButtonZoomIn
     //
     this.mapToolBarButtonZoomIn.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomIn;
     this.mapToolBarButtonZoomIn.ToolTipText = "Zoom-in";
     //
     // mapToolBarButtonZoomOut
     //
     this.mapToolBarButtonZoomOut.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomOut;
     this.mapToolBarButtonZoomOut.ToolTipText = "Zoom-out";
     //
     // mapToolBarButtonPan
     //
     this.mapToolBarButtonPan.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Pan;
     this.mapToolBarButtonPan.ToolTipText = "Pan";
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(584, 341);
     this.Controls.Add(this.mapToolBar1);
     this.Controls.Add(this.RemoveMap);
     this.Controls.Add(this.comboBoxMaps);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox1);
     this.MinimumSize = new System.Drawing.Size(592, 248);
     this.Name = "MapForm1";
     this.Text = "MapForm1";
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#4
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();
     this.mapControl1                         = new MapInfo.Windows.Controls.MapControl();
     this.panel1                              = new System.Windows.Forms.Panel();
     this.statusBar1                          = new System.Windows.Forms.StatusBar();
     this.mainMenu1                           = new System.Windows.Forms.MainMenu(this.components);
     this.menuItem19                          = new System.Windows.Forms.MenuItem();
     this.menuFileExit                        = new System.Windows.Forms.MenuItem();
     this.menuItem1                           = new System.Windows.Forms.MenuItem();
     this.menuItemSearchWhere                 = new System.Windows.Forms.MenuItem();
     this.menuItemSearchWithinFeature         = new System.Windows.Forms.MenuItem();
     this.menuItemSearchWithinRect            = new System.Windows.Forms.MenuItem();
     this.menuItemSearchIntersectsFeature     = new System.Windows.Forms.MenuItem();
     this.menuItemSearchWithinDistance        = new System.Windows.Forms.MenuItem();
     this.menuItemSearchNearest               = new System.Windows.Forms.MenuItem();
     this.menuItem4                           = new System.Windows.Forms.MenuItem();
     this.menuItemSearchMultipleTables        = new System.Windows.Forms.MenuItem();
     this.menuItem11                          = new System.Windows.Forms.MenuItem();
     this.menuItemCustomProcessor             = new System.Windows.Forms.MenuItem();
     this.menuItem2                           = new System.Windows.Forms.MenuItem();
     this.menuItemMapSearchWithinScreenRect   = new System.Windows.Forms.MenuItem();
     this.menuItemMapSearchWithinScreenRadius = new System.Windows.Forms.MenuItem();
     this.menuItemMapSearchNearest            = new System.Windows.Forms.MenuItem();
     this.menuItem5                           = new System.Windows.Forms.MenuItem();
     this.menuItemSqlExpressionFilter         = new System.Windows.Forms.MenuItem();
     this.menuItemContainsFilter              = new System.Windows.Forms.MenuItem();
     this.menuItemIntersectFeature            = new System.Windows.Forms.MenuItem();
     this.menuItemCustomQueryFilter           = new System.Windows.Forms.MenuItem();
     this.menuItemLogicalFilter               = new System.Windows.Forms.MenuItem();
     this.menuItem7                           = new System.Windows.Forms.MenuItem();
     this.menuItemSetColumns                  = new System.Windows.Forms.MenuItem();
     this.mapToolBar1                         = new MapInfo.Windows.Controls.MapToolBar();
     this.mapToolBarButtonOpenTable           = new MapInfo.Windows.Controls.MapToolBarButton();
     this.toolBarButtonSeparator              = new System.Windows.Forms.ToolBarButton();
     this.mapToolBarButtonSelect              = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomIn              = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomOut             = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonPan                 = new MapInfo.Windows.Controls.MapToolBarButton();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.IgnoreLostFocusEvent = false;
     this.mapControl1.Location             = new System.Drawing.Point(0, 0);
     this.mapControl1.Name                   = "mapControl1";
     this.mapControl1.Size                   = new System.Drawing.Size(392, 241);
     this.mapControl1.TabIndex               = 0;
     this.mapControl1.Text                   = "mapControl1";
     this.mapControl1.Tools.LeftButtonTool   = null;
     this.mapControl1.Tools.MiddleButtonTool = null;
     this.mapControl1.Tools.RightButtonTool  = null;
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Location = new System.Drawing.Point(5, 34);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(396, 245);
     this.panel1.TabIndex = 1;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 285);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(406, 20);
     this.statusBar1.TabIndex = 2;
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem19,
         this.menuItem1,
         this.menuItem2,
         this.menuItem5
     });
     //
     // menuItem19
     //
     this.menuItem19.Index = 0;
     this.menuItem19.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuFileExit
     });
     this.menuItem19.Text = "&File";
     //
     // menuFileExit
     //
     this.menuFileExit.Index  = 0;
     this.menuFileExit.Text   = "E&xit";
     this.menuFileExit.Click += new System.EventHandler(this.menuFileExit_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 1;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemSearchWhere,
         this.menuItemSearchWithinFeature,
         this.menuItemSearchWithinRect,
         this.menuItemSearchIntersectsFeature,
         this.menuItemSearchWithinDistance,
         this.menuItemSearchNearest,
         this.menuItem4,
         this.menuItemSearchMultipleTables,
         this.menuItem11,
         this.menuItemCustomProcessor
     });
     this.menuItem1.Text = "Search";
     //
     // menuItemSearchWhere
     //
     this.menuItemSearchWhere.Index  = 0;
     this.menuItemSearchWhere.Text   = "SearchWhere";
     this.menuItemSearchWhere.Click += new System.EventHandler(this.menuItemSearchWhere_Click);
     //
     // menuItemSearchWithinFeature
     //
     this.menuItemSearchWithinFeature.Index  = 1;
     this.menuItemSearchWithinFeature.Text   = "SearchWithinGeometry";
     this.menuItemSearchWithinFeature.Click += new System.EventHandler(this.menuItemSearchWithinGeometry_Click);
     //
     // menuItemSearchWithinRect
     //
     this.menuItemSearchWithinRect.Index  = 2;
     this.menuItemSearchWithinRect.Text   = "SearchWithinRect";
     this.menuItemSearchWithinRect.Click += new System.EventHandler(this.menuItemSearchWithinRect_Click);
     //
     // menuItemSearchIntersectsFeature
     //
     this.menuItemSearchIntersectsFeature.Index  = 3;
     this.menuItemSearchIntersectsFeature.Text   = "SearchIntersectsFeature";
     this.menuItemSearchIntersectsFeature.Click += new System.EventHandler(this.menuItemSearchIntersectsFeature_Click);
     //
     // menuItemSearchWithinDistance
     //
     this.menuItemSearchWithinDistance.Index  = 4;
     this.menuItemSearchWithinDistance.Text   = "SearchWithinDistance";
     this.menuItemSearchWithinDistance.Click += new System.EventHandler(this.menuItemSearchWithinDistance_Click);
     //
     // menuItemSearchNearest
     //
     this.menuItemSearchNearest.Index  = 5;
     this.menuItemSearchNearest.Text   = "SearchNearest";
     this.menuItemSearchNearest.Click += new System.EventHandler(this.menuItemSearchNearest_Click);
     //
     // menuItem4
     //
     this.menuItem4.Index = 6;
     this.menuItem4.Text  = "-";
     //
     // menuItemSearchMultipleTables
     //
     this.menuItemSearchMultipleTables.Index  = 7;
     this.menuItemSearchMultipleTables.Text   = "Search Multiple Tables";
     this.menuItemSearchMultipleTables.Click += new System.EventHandler(this.menuItemSearchMultipleTables_Click);
     //
     // menuItem11
     //
     this.menuItem11.Index = 8;
     this.menuItem11.Text  = "-";
     //
     // menuItemCustomProcessor
     //
     this.menuItemCustomProcessor.Index  = 9;
     this.menuItemCustomProcessor.Text   = "CustomSearchResultProcessor";
     this.menuItemCustomProcessor.Click += new System.EventHandler(this.menuItemCustomProcessor_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index = 2;
     this.menuItem2.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemMapSearchWithinScreenRect,
         this.menuItemMapSearchWithinScreenRadius,
         this.menuItemMapSearchNearest
     });
     this.menuItem2.Text = "MapSearch";
     //
     // menuItemMapSearchWithinScreenRect
     //
     this.menuItemMapSearchWithinScreenRect.Index  = 0;
     this.menuItemMapSearchWithinScreenRect.Text   = "SearchWithinScreenRect";
     this.menuItemMapSearchWithinScreenRect.Click += new System.EventHandler(this.menuItemMapSearchWithinScreenRect_Click);
     //
     // menuItemMapSearchWithinScreenRadius
     //
     this.menuItemMapSearchWithinScreenRadius.Index  = 1;
     this.menuItemMapSearchWithinScreenRadius.Text   = "SearchWithinScreenRadius";
     this.menuItemMapSearchWithinScreenRadius.Click += new System.EventHandler(this.menuItemMapSearchWithinScreenRadius_Click);
     //
     // menuItemMapSearchNearest
     //
     this.menuItemMapSearchNearest.Index  = 2;
     this.menuItemMapSearchNearest.Text   = "SearchNearest";
     this.menuItemMapSearchNearest.Click += new System.EventHandler(this.menuItemMapSearchNearest_Click);
     //
     // menuItem5
     //
     this.menuItem5.Index = 3;
     this.menuItem5.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemSqlExpressionFilter,
         this.menuItemContainsFilter,
         this.menuItemIntersectFeature,
         this.menuItemCustomQueryFilter,
         this.menuItemLogicalFilter,
         this.menuItem7,
         this.menuItemSetColumns
     });
     this.menuItem5.Text = "QueryDefinition";
     //
     // menuItemSqlExpressionFilter
     //
     this.menuItemSqlExpressionFilter.Index  = 0;
     this.menuItemSqlExpressionFilter.Text   = "SqlExpressionFilter";
     this.menuItemSqlExpressionFilter.Click += new System.EventHandler(this.menuItemSqlExpressionFilter_Click);
     //
     // menuItemContainsFilter
     //
     this.menuItemContainsFilter.Index  = 1;
     this.menuItemContainsFilter.Text   = "ContainsFilter";
     this.menuItemContainsFilter.Click += new System.EventHandler(this.menuItemContainsFilter_Click);
     //
     // menuItemIntersectFeature
     //
     this.menuItemIntersectFeature.Index  = 2;
     this.menuItemIntersectFeature.Text   = "IntersectFilter";
     this.menuItemIntersectFeature.Click += new System.EventHandler(this.menuItemIntersectFeature_Click);
     //
     // menuItemCustomQueryFilter
     //
     this.menuItemCustomQueryFilter.Index  = 3;
     this.menuItemCustomQueryFilter.Text   = "CustomQueryFilter";
     this.menuItemCustomQueryFilter.Click += new System.EventHandler(this.menuItemCustomQueryFilter_Click);
     //
     // menuItemLogicalFilter
     //
     this.menuItemLogicalFilter.Index  = 4;
     this.menuItemLogicalFilter.Text   = "LogicalFilter";
     this.menuItemLogicalFilter.Click += new System.EventHandler(this.menuItemLogicalFilter_Click);
     //
     // menuItem7
     //
     this.menuItem7.Index = 5;
     this.menuItem7.Text  = "-";
     //
     // menuItemSetColumns
     //
     this.menuItemSetColumns.Index  = 6;
     this.menuItemSetColumns.Text   = "Setting Columns";
     this.menuItemSetColumns.Click += new System.EventHandler(this.menuItemSetColumns_Click);
     //
     // mapToolBar1
     //
     this.mapToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.mapToolBarButtonOpenTable,
         this.toolBarButtonSeparator,
         this.mapToolBarButtonSelect,
         this.mapToolBarButtonZoomIn,
         this.mapToolBarButtonZoomOut,
         this.mapToolBarButtonPan
     });
     this.mapToolBar1.ButtonSize     = new System.Drawing.Size(25, 22);
     this.mapToolBar1.Divider        = false;
     this.mapToolBar1.Dock           = System.Windows.Forms.DockStyle.None;
     this.mapToolBar1.DropDownArrows = true;
     this.mapToolBar1.Location       = new System.Drawing.Point(10, 0);
     this.mapToolBar1.MapControl     = this.mapControl1;
     this.mapToolBar1.Name           = "mapToolBar1";
     this.mapToolBar1.ShowToolTips   = true;
     this.mapToolBar1.Size           = new System.Drawing.Size(192, 26);
     this.mapToolBar1.TabIndex       = 3;
     this.mapToolBar1.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.mapToolBar1_ButtonClick);
     //
     // mapToolBarButtonOpenTable
     //
     this.mapToolBarButtonOpenTable.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.OpenTable;
     this.mapToolBarButtonOpenTable.Name        = "mapToolBarButtonOpenTable";
     this.mapToolBarButtonOpenTable.ToolTipText = "Open Table";
     //
     // toolBarButtonSeparator
     //
     this.toolBarButtonSeparator.Name  = "toolBarButtonSeparator";
     this.toolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // mapToolBarButtonSelect
     //
     this.mapToolBarButtonSelect.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.Select;
     this.mapToolBarButtonSelect.Name        = "mapToolBarButtonSelect";
     this.mapToolBarButtonSelect.ToolTipText = "Select";
     //
     // mapToolBarButtonZoomIn
     //
     this.mapToolBarButtonZoomIn.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.ZoomIn;
     this.mapToolBarButtonZoomIn.Name        = "mapToolBarButtonZoomIn";
     this.mapToolBarButtonZoomIn.ToolTipText = "Zoom-in";
     //
     // mapToolBarButtonZoomOut
     //
     this.mapToolBarButtonZoomOut.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.ZoomOut;
     this.mapToolBarButtonZoomOut.Name        = "mapToolBarButtonZoomOut";
     this.mapToolBarButtonZoomOut.ToolTipText = "Zoom-out";
     //
     // mapToolBarButtonPan
     //
     this.mapToolBarButtonPan.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.Pan;
     this.mapToolBarButtonPan.Name        = "mapToolBarButtonPan";
     this.mapToolBarButtonPan.ToolTipText = "Pan";
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(406, 305);
     this.Controls.Add(this.mapToolBar1);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.panel1);
     this.Menu        = this.mainMenu1;
     this.MinimumSize = new System.Drawing.Size(300, 215);
     this.Name        = "MapForm1";
     this.Text        = "Search Sample";
     this.Load       += new System.EventHandler(this.MapForm1_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.button1     = new System.Windows.Forms.Button();
     this.button2     = new System.Windows.Forms.Button();
     this.button3     = new System.Windows.Forms.Button();
     this.button4     = new System.Windows.Forms.Button();
     this.button5     = new System.Windows.Forms.Button();
     this.label1      = new System.Windows.Forms.Label();
     this.button6     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Location = new System.Drawing.Point(8, 40);
     this.mapControl1.Name     = "mapControl1";
     this.mapControl1.Size     = new System.Drawing.Size(320, 192);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text     = "mapControl1";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(8, 272);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(320, 23);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Simple theme";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(8, 296);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(320, 23);
     this.button2.TabIndex = 2;
     this.button2.Text     = "Theme Graduated by Log value";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(8, 368);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(320, 23);
     this.button3.TabIndex = 3;
     this.button3.Text     = "Theme that shows negative values";
     this.button3.Click   += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(8, 320);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(320, 23);
     this.button4.TabIndex = 4;
     this.button4.Text     = "Theme that sets DataValueAtSize property";
     this.button4.Click   += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(8, 344);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(320, 23);
     this.button5.TabIndex = 5;
     this.button5.Text     = "Theme that uses non-default symbol";
     this.button5.Click   += new System.EventHandler(this.button5_Click);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 248);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(312, 16);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Click buttons to display the described theme:";
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(8, 8);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(136, 23);
     this.button6.TabIndex = 7;
     this.button6.Text     = "Open Mexico.tab...";
     this.button6.Click   += new System.EventHandler(this.button6_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(336, 398);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.mapControl1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     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.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.panel1      = new System.Windows.Forms.Panel();
     this.statusBar1  = new System.Windows.Forms.StatusBar();
     this.mapToolBar1 = new MapInfo.Windows.Controls.MapToolBar();
     this.mapToolBarButtonLayerControl   = new MapInfo.Windows.Controls.MapToolBarButton();
     this.toolBarButtonSep1              = new System.Windows.Forms.ToolBarButton();
     this.mapToolBarButtonSelect         = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomIn         = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomOut        = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonPan            = new MapInfo.Windows.Controls.MapToolBarButton();
     this.toolBarButtonSep2              = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonAddContinentTheme = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonAddCountryTheme   = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonThemeInfo         = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonClear             = new System.Windows.Forms.ToolBarButton();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name     = "mapControl1";
     this.mapControl1.Size     = new System.Drawing.Size(420, 252);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text     = "mapControl1";
     this.mapControl1.Tools.MiddleButtonTool = null;
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Location = new System.Drawing.Point(4, 32);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(424, 256);
     this.panel1.TabIndex = 1;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 287);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(432, 19);
     this.statusBar1.TabIndex = 2;
     //
     // mapToolBar1
     //
     this.mapToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.mapToolBarButtonLayerControl,
         this.toolBarButtonSep1,
         this.mapToolBarButtonSelect,
         this.mapToolBarButtonZoomIn,
         this.mapToolBarButtonZoomOut,
         this.mapToolBarButtonPan,
         this.toolBarButtonSep2,
         this.toolBarButtonAddContinentTheme,
         this.toolBarButtonAddCountryTheme,
         this.toolBarButtonThemeInfo,
         this.toolBarButtonClear
     });
     this.mapToolBar1.Divider        = false;
     this.mapToolBar1.Dock           = System.Windows.Forms.DockStyle.None;
     this.mapToolBar1.DropDownArrows = true;
     this.mapToolBar1.Location       = new System.Drawing.Point(0, 0);
     this.mapToolBar1.MapControl     = this.mapControl1;
     this.mapToolBar1.Name           = "mapToolBar1";
     this.mapToolBar1.ShowToolTips   = true;
     this.mapToolBar1.Size           = new System.Drawing.Size(280, 26);
     this.mapToolBar1.TabIndex       = 3;
     this.mapToolBar1.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.mapToolBar1_ButtonClick);
     //
     // mapToolBarButtonLayerControl
     //
     this.mapToolBarButtonLayerControl.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.LayerControl;
     this.mapToolBarButtonLayerControl.ToolTipText = "Layer Control";
     //
     // toolBarButtonSep1
     //
     this.toolBarButtonSep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // mapToolBarButtonSelect
     //
     this.mapToolBarButtonSelect.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.Select;
     this.mapToolBarButtonSelect.ToolTipText = "Select";
     //
     // mapToolBarButtonZoomIn
     //
     this.mapToolBarButtonZoomIn.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.ZoomIn;
     this.mapToolBarButtonZoomIn.ToolTipText = "Zoom-in";
     //
     // mapToolBarButtonZoomOut
     //
     this.mapToolBarButtonZoomOut.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.ZoomOut;
     this.mapToolBarButtonZoomOut.ToolTipText = "Zoom-out";
     //
     // mapToolBarButtonPan
     //
     this.mapToolBarButtonPan.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.Pan;
     this.mapToolBarButtonPan.ToolTipText = "Pan";
     //
     // toolBarButtonSep2
     //
     this.toolBarButtonSep2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButtonAddContinentTheme
     //
     this.toolBarButtonAddContinentTheme.ImageIndex  = 34;
     this.toolBarButtonAddContinentTheme.ToolTipText = "Add \'Continent\' Individual Value Theme";
     //
     // toolBarButtonAddCountryTheme
     //
     this.toolBarButtonAddCountryTheme.ImageIndex  = 34;
     this.toolBarButtonAddCountryTheme.ToolTipText = "Add \'Country\' Individual Value Theme";
     //
     // toolBarButtonThemeInfo
     //
     this.toolBarButtonThemeInfo.ImageIndex  = 8;
     this.toolBarButtonThemeInfo.ToolTipText = "Show Information about Theme";
     //
     // toolBarButtonClear
     //
     this.toolBarButtonClear.ImageIndex  = 42;
     this.toolBarButtonClear.ToolTipText = "Clear all IndividualValueThemes";
     //
     // IndividualValueThematic
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(432, 306);
     this.Controls.Add(this.mapToolBar1);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.panel1);
     this.MinimumSize = new System.Drawing.Size(250, 200);
     this.Name        = "IndividualValueThematic";
     this.Text        = "Individual Value Theme demo";
     this.Load       += new System.EventHandler(this.MapForm1_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mapControl1                      = new MapInfo.Windows.Controls.MapControl();
     this.statusBar1                       = new System.Windows.Forms.StatusBar();
     this.MainMenu1                        = new System.Windows.Forms.MainMenu();
     this.MenuItem13                       = new System.Windows.Forms.MenuItem();
     this.menuFileOpen                     = new System.Windows.Forms.MenuItem();
     this.menuItemFileCloseTables          = new System.Windows.Forms.MenuItem();
     this.MenuItem20                       = new System.Windows.Forms.MenuItem();
     this.menuClearMap                     = new System.Windows.Forms.MenuItem();
     this.menuTableSearchPath              = new System.Windows.Forms.MenuItem();
     this.MenuItem18                       = new System.Windows.Forms.MenuItem();
     this.menuFileExit                     = new System.Windows.Forms.MenuItem();
     this.MenuItem1                        = new System.Windows.Forms.MenuItem();
     this.menuTableLoaderOptions           = new System.Windows.Forms.MenuItem();
     this.MenuItem7                        = new System.Windows.Forms.MenuItem();
     this.menuTableLoaderOneFile           = new System.Windows.Forms.MenuItem();
     this.menuTableLoaderMultipleFiles     = new System.Windows.Forms.MenuItem();
     this.menuTableLoaderFileArray         = new System.Windows.Forms.MenuItem();
     this.menuItemPickFiles                = new System.Windows.Forms.MenuItem();
     this.MenuItem10                       = new System.Windows.Forms.MenuItem();
     this.menuTableLoaderMultipleTables    = new System.Windows.Forms.MenuItem();
     this.menuTableLoaderTableEnumerator   = new System.Windows.Forms.MenuItem();
     this.menuTableLoaderTableInfo         = new System.Windows.Forms.MenuItem();
     this.MenuItem6                        = new System.Windows.Forms.MenuItem();
     this.menuGeosetLoaderOptions          = new System.Windows.Forms.MenuItem();
     this.menuGeosetLoaderLoadGeoset       = new System.Windows.Forms.MenuItem();
     this.menuWorkspaceLoader              = new System.Windows.Forms.MenuItem();
     this.menuWorkspaceLoaderOptions       = new System.Windows.Forms.MenuItem();
     this.LoadNamedConnectionMenuItem      = new System.Windows.Forms.MenuItem();
     this.AddNamedConnectionMenuItem       = new System.Windows.Forms.MenuItem();
     this.SaveNamedConnectionMenuItem      = new System.Windows.Forms.MenuItem();
     this.menuWorkspaceLoaderLoadWorkspace = new System.Windows.Forms.MenuItem();
     this.panel1      = new System.Windows.Forms.Panel();
     this.mapToolBar1 = new MapInfo.Windows.Controls.MapToolBar();
     this.mapToolBarButtonOpenTable = new MapInfo.Windows.Controls.MapToolBarButton();
     this.toolBarButtonSeparator    = new System.Windows.Forms.ToolBarButton();
     this.mapToolBarButtonSelect    = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomIn    = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomOut   = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonPan       = new MapInfo.Windows.Controls.MapToolBarButton();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.Location               = new System.Drawing.Point(0, 0);
     this.mapControl1.Name                   = "mapControl1";
     this.mapControl1.Size                   = new System.Drawing.Size(375, 242);
     this.mapControl1.TabIndex               = 1;
     this.mapControl1.Tools.LeftButtonTool   = null;
     this.mapControl1.Tools.MiddleButtonTool = null;
     this.mapControl1.Tools.RightButtonTool  = null;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 284);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(392, 19);
     this.statusBar1.TabIndex = 2;
     //
     // MainMenu1
     //
     this.MainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuItem13,
         this.MenuItem1,
         this.MenuItem6,
         this.menuWorkspaceLoader
     });
     //
     // MenuItem13
     //
     this.MenuItem13.Index = 0;
     this.MenuItem13.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuFileOpen,
         this.menuItemFileCloseTables,
         this.MenuItem20,
         this.menuClearMap,
         this.menuTableSearchPath,
         this.MenuItem18,
         this.menuFileExit
     });
     this.MenuItem13.Text = "File";
     //
     // menuFileOpen
     //
     this.menuFileOpen.Index  = 0;
     this.menuFileOpen.Text   = "&Open...";
     this.menuFileOpen.Click += new System.EventHandler(this.menuFileOpen_Click);
     //
     // menuItemFileCloseTables
     //
     this.menuItemFileCloseTables.Enabled = false;
     this.menuItemFileCloseTables.Index   = 1;
     this.menuItemFileCloseTables.Text    = "Close &Tables...";
     this.menuItemFileCloseTables.Click  += new System.EventHandler(this.menuItemFileCloseTables_Click);
     //
     // MenuItem20
     //
     this.MenuItem20.Index = 2;
     this.MenuItem20.Text  = "-";
     //
     // menuClearMap
     //
     this.menuClearMap.Index  = 3;
     this.menuClearMap.Text   = "&Clear Map";
     this.menuClearMap.Click += new System.EventHandler(this.menuClearMap_Click);
     //
     // menuTableSearchPath
     //
     this.menuTableSearchPath.Index  = 4;
     this.menuTableSearchPath.Text   = "Table Search Path...";
     this.menuTableSearchPath.Click += new System.EventHandler(this.menuTableSearchPath_Click);
     //
     // MenuItem18
     //
     this.MenuItem18.Index = 5;
     this.MenuItem18.Text  = "-";
     //
     // menuFileExit
     //
     this.menuFileExit.Index  = 6;
     this.menuFileExit.Text   = "E&xit";
     this.menuFileExit.Click += new System.EventHandler(this.menuFileExit_Click);
     //
     // MenuItem1
     //
     this.MenuItem1.Index = 1;
     this.MenuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuTableLoaderOptions,
         this.MenuItem7,
         this.menuTableLoaderOneFile,
         this.menuTableLoaderMultipleFiles,
         this.menuTableLoaderFileArray,
         this.menuItemPickFiles,
         this.MenuItem10,
         this.menuTableLoaderMultipleTables,
         this.menuTableLoaderTableEnumerator,
         this.menuTableLoaderTableInfo
     });
     this.MenuItem1.Text = "&Table Loader";
     //
     // menuTableLoaderOptions
     //
     this.menuTableLoaderOptions.Index  = 0;
     this.menuTableLoaderOptions.Text   = "&Options...";
     this.menuTableLoaderOptions.Click += new System.EventHandler(this.menuTableLoaderOptions_Click);
     //
     // MenuItem7
     //
     this.MenuItem7.Index = 1;
     this.MenuItem7.Text  = "-";
     //
     // menuTableLoaderOneFile
     //
     this.menuTableLoaderOneFile.Index  = 2;
     this.menuTableLoaderOneFile.Text   = "One File";
     this.menuTableLoaderOneFile.Click += new System.EventHandler(this.menuTableLoaderOneFile_Click);
     //
     // menuTableLoaderMultipleFiles
     //
     this.menuTableLoaderMultipleFiles.Index  = 3;
     this.menuTableLoaderMultipleFiles.Text   = "Multiple Files";
     this.menuTableLoaderMultipleFiles.Click += new System.EventHandler(this.menuTableLoaderMultipleFiles_Click);
     //
     // menuTableLoaderFileArray
     //
     this.menuTableLoaderFileArray.Index  = 4;
     this.menuTableLoaderFileArray.Text   = "File Array";
     this.menuTableLoaderFileArray.Click += new System.EventHandler(this.menuTableLoaderFileArray_Click);
     //
     // menuItemPickFiles
     //
     this.menuItemPickFiles.Index  = 5;
     this.menuItemPickFiles.Text   = "Pick Files...";
     this.menuItemPickFiles.Click += new System.EventHandler(this.menuItemPickFiles_Click);
     //
     // MenuItem10
     //
     this.MenuItem10.Index = 6;
     this.MenuItem10.Text  = "-";
     //
     // menuTableLoaderMultipleTables
     //
     this.menuTableLoaderMultipleTables.Index  = 7;
     this.menuTableLoaderMultipleTables.Text   = "Multiple Tables";
     this.menuTableLoaderMultipleTables.Click += new System.EventHandler(this.menuTableLoaderMultipleTables_Click);
     //
     // menuTableLoaderTableEnumerator
     //
     this.menuTableLoaderTableEnumerator.Index  = 8;
     this.menuTableLoaderTableEnumerator.Text   = "Table Enumerator";
     this.menuTableLoaderTableEnumerator.Click += new System.EventHandler(this.menuTableLoaderTableEnumerator_Click);
     //
     // menuTableLoaderTableInfo
     //
     this.menuTableLoaderTableInfo.Index  = 9;
     this.menuTableLoaderTableInfo.Text   = "TableInfo";
     this.menuTableLoaderTableInfo.Click += new System.EventHandler(this.menuTableLoaderTableInfo_Click);
     //
     // MenuItem6
     //
     this.MenuItem6.Index = 2;
     this.MenuItem6.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuGeosetLoaderOptions,
         this.menuGeosetLoaderLoadGeoset
     });
     this.MenuItem6.Text = "&Geoset Loader";
     //
     // menuGeosetLoaderOptions
     //
     this.menuGeosetLoaderOptions.Index  = 0;
     this.menuGeosetLoaderOptions.Text   = "&Options...";
     this.menuGeosetLoaderOptions.Click += new System.EventHandler(this.menuGeosetLoaderOptions_Click);
     //
     // menuGeosetLoaderLoadGeoset
     //
     this.menuGeosetLoaderLoadGeoset.Index  = 1;
     this.menuGeosetLoaderLoadGeoset.Text   = "Load Geoset...";
     this.menuGeosetLoaderLoadGeoset.Click += new System.EventHandler(this.menuGeosetLoaderLoadGeoset_Click);
     //
     // menuWorkspaceLoader
     //
     this.menuWorkspaceLoader.Index = 3;
     this.menuWorkspaceLoader.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuWorkspaceLoaderOptions,
         this.LoadNamedConnectionMenuItem,
         this.AddNamedConnectionMenuItem,
         this.SaveNamedConnectionMenuItem,
         this.menuWorkspaceLoaderLoadWorkspace
     });
     this.menuWorkspaceLoader.Text = "&Workspace Loader";
     //
     // menuWorkspaceLoaderOptions
     //
     this.menuWorkspaceLoaderOptions.Index  = 0;
     this.menuWorkspaceLoaderOptions.Text   = "&Options...";
     this.menuWorkspaceLoaderOptions.Click += new System.EventHandler(this.menuWorkspaceLoaderOptions_Click);
     //
     // LoadNamedConnectionMenuItem
     //
     this.LoadNamedConnectionMenuItem.Index  = 1;
     this.LoadNamedConnectionMenuItem.Text   = "Load Named Connection...";
     this.LoadNamedConnectionMenuItem.Click += new System.EventHandler(this.LoadNamedConnectionMenuItem_Click);
     //
     // AddNamedConnectionMenuItem
     //
     this.AddNamedConnectionMenuItem.Index  = 2;
     this.AddNamedConnectionMenuItem.Text   = "Add Named Connection...";
     this.AddNamedConnectionMenuItem.Click += new System.EventHandler(this.AddNamedConnectionMenuItem_Click);
     //
     // SaveNamedConnectionMenuItem
     //
     this.SaveNamedConnectionMenuItem.Index  = 3;
     this.SaveNamedConnectionMenuItem.Text   = "Save Named Connection...";
     this.SaveNamedConnectionMenuItem.Click += new System.EventHandler(this.SaveNamedConnectionMenuItem_Click);
     //
     // menuWorkspaceLoaderLoadWorkspace
     //
     this.menuWorkspaceLoaderLoadWorkspace.Index  = 4;
     this.menuWorkspaceLoaderLoadWorkspace.Text   = "Load Workspace...";
     this.menuWorkspaceLoaderLoadWorkspace.Click += new System.EventHandler(this.menuWorkspaceLoaderLoadWorkspace_Click);
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Location = new System.Drawing.Point(8, 32);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(379, 246);
     this.panel1.TabIndex = 4;
     //
     // mapToolBar1
     //
     this.mapToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.mapToolBarButtonOpenTable,
         this.toolBarButtonSeparator,
         this.mapToolBarButtonSelect,
         this.mapToolBarButtonZoomIn,
         this.mapToolBarButtonZoomOut,
         this.mapToolBarButtonPan
     });
     this.mapToolBar1.Divider        = false;
     this.mapToolBar1.Dock           = System.Windows.Forms.DockStyle.None;
     this.mapToolBar1.DropDownArrows = true;
     this.mapToolBar1.Location       = new System.Drawing.Point(8, 0);
     this.mapToolBar1.MapControl     = this.mapControl1;
     this.mapToolBar1.Name           = "mapToolBar1";
     this.mapToolBar1.ShowToolTips   = true;
     this.mapToolBar1.Size           = new System.Drawing.Size(160, 26);
     this.mapToolBar1.TabIndex       = 5;
     //
     // mapToolBarButtonOpenTable
     //
     this.mapToolBarButtonOpenTable.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.OpenTable;
     this.mapToolBarButtonOpenTable.ToolTipText = "Open Table";
     //
     // toolBarButtonSeparator
     //
     this.toolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // mapToolBarButtonSelect
     //
     this.mapToolBarButtonSelect.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.Select;
     this.mapToolBarButtonSelect.ToolTipText = "Select";
     //
     // mapToolBarButtonZoomIn
     //
     this.mapToolBarButtonZoomIn.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.ZoomIn;
     this.mapToolBarButtonZoomIn.ToolTipText = "Zoom-in";
     //
     // mapToolBarButtonZoomOut
     //
     this.mapToolBarButtonZoomOut.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.ZoomOut;
     this.mapToolBarButtonZoomOut.ToolTipText = "Zoom-out";
     //
     // mapToolBarButtonPan
     //
     this.mapToolBarButtonPan.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.Pan;
     this.mapToolBarButtonPan.ToolTipText = "Pan";
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(392, 303);
     this.Controls.Add(this.mapToolBar1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.statusBar1);
     this.Menu        = this.MainMenu1;
     this.MinimumSize = new System.Drawing.Size(250, 200);
     this.Name        = "MapForm1";
     this.Text        = "MapForm1";
     this.Load       += new System.EventHandler(this.MapForm1_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.statusBar1 = new System.Windows.Forms.StatusBar();
     this.MainMenu1 = new System.Windows.Forms.MainMenu();
     this.MenuItem13 = new System.Windows.Forms.MenuItem();
     this.menuFileOpen = new System.Windows.Forms.MenuItem();
     this.menuItemFileCloseTables = new System.Windows.Forms.MenuItem();
     this.MenuItem20 = new System.Windows.Forms.MenuItem();
     this.menuClearMap = new System.Windows.Forms.MenuItem();
     this.menuTableSearchPath = new System.Windows.Forms.MenuItem();
     this.MenuItem18 = new System.Windows.Forms.MenuItem();
     this.menuFileExit = new System.Windows.Forms.MenuItem();
     this.MenuItem1 = new System.Windows.Forms.MenuItem();
     this.menuTableLoaderOptions = new System.Windows.Forms.MenuItem();
     this.MenuItem7 = new System.Windows.Forms.MenuItem();
     this.menuTableLoaderOneFile = new System.Windows.Forms.MenuItem();
     this.menuTableLoaderMultipleFiles = new System.Windows.Forms.MenuItem();
     this.menuTableLoaderFileArray = new System.Windows.Forms.MenuItem();
     this.menuItemPickFiles = new System.Windows.Forms.MenuItem();
     this.MenuItem10 = new System.Windows.Forms.MenuItem();
     this.menuTableLoaderMultipleTables = new System.Windows.Forms.MenuItem();
     this.menuTableLoaderTableEnumerator = new System.Windows.Forms.MenuItem();
     this.menuTableLoaderTableInfo = new System.Windows.Forms.MenuItem();
     this.MenuItem6 = new System.Windows.Forms.MenuItem();
     this.menuGeosetLoaderOptions = new System.Windows.Forms.MenuItem();
     this.menuGeosetLoaderLoadGeoset = new System.Windows.Forms.MenuItem();
     this.menuWorkspaceLoader = new System.Windows.Forms.MenuItem();
     this.menuWorkspaceLoaderOptions = new System.Windows.Forms.MenuItem();
     this.LoadNamedConnectionMenuItem = new System.Windows.Forms.MenuItem();
     this.AddNamedConnectionMenuItem = new System.Windows.Forms.MenuItem();
     this.SaveNamedConnectionMenuItem = new System.Windows.Forms.MenuItem();
     this.menuWorkspaceLoaderLoadWorkspace = new System.Windows.Forms.MenuItem();
     this.panel1 = new System.Windows.Forms.Panel();
     this.mapToolBar1 = new MapInfo.Windows.Controls.MapToolBar();
     this.mapToolBarButtonOpenTable = new MapInfo.Windows.Controls.MapToolBarButton();
     this.toolBarButtonSeparator = new System.Windows.Forms.ToolBarButton();
     this.mapToolBarButtonSelect = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomIn = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomOut = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonPan = new MapInfo.Windows.Controls.MapToolBarButton();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name = "mapControl1";
     this.mapControl1.Size = new System.Drawing.Size(375, 242);
     this.mapControl1.TabIndex = 1;
     this.mapControl1.Tools.LeftButtonTool = null;
     this.mapControl1.Tools.MiddleButtonTool = null;
     this.mapControl1.Tools.RightButtonTool = null;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 284);
     this.statusBar1.Name = "statusBar1";
     this.statusBar1.Size = new System.Drawing.Size(392, 19);
     this.statusBar1.TabIndex = 2;
     //
     // MainMenu1
     //
     this.MainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                                                                                     this.MenuItem13,
                                                                                                                                                     this.MenuItem1,
                                                                                                                                                     this.MenuItem6,
                                                                                                                                                     this.menuWorkspaceLoader});
     //
     // MenuItem13
     //
     this.MenuItem13.Index = 0;
     this.MenuItem13.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                                                                                      this.menuFileOpen,
                                                                                                                                                      this.menuItemFileCloseTables,
                                                                                                                                                      this.MenuItem20,
                                                                                                                                                      this.menuClearMap,
                                                                                                                                                      this.menuTableSearchPath,
                                                                                                                                                      this.MenuItem18,
                                                                                                                                                      this.menuFileExit});
     this.MenuItem13.Text = "File";
     //
     // menuFileOpen
     //
     this.menuFileOpen.Index = 0;
     this.menuFileOpen.Text = "&Open...";
     this.menuFileOpen.Click += new System.EventHandler(this.menuFileOpen_Click);
     //
     // menuItemFileCloseTables
     //
     this.menuItemFileCloseTables.Enabled = false;
     this.menuItemFileCloseTables.Index = 1;
     this.menuItemFileCloseTables.Text = "Close &Tables...";
     this.menuItemFileCloseTables.Click += new System.EventHandler(this.menuItemFileCloseTables_Click);
     //
     // MenuItem20
     //
     this.MenuItem20.Index = 2;
     this.MenuItem20.Text = "-";
     //
     // menuClearMap
     //
     this.menuClearMap.Index = 3;
     this.menuClearMap.Text = "&Clear Map";
     this.menuClearMap.Click += new System.EventHandler(this.menuClearMap_Click);
     //
     // menuTableSearchPath
     //
     this.menuTableSearchPath.Index = 4;
     this.menuTableSearchPath.Text = "Table Search Path...";
     this.menuTableSearchPath.Click += new System.EventHandler(this.menuTableSearchPath_Click);
     //
     // MenuItem18
     //
     this.MenuItem18.Index = 5;
     this.MenuItem18.Text = "-";
     //
     // menuFileExit
     //
     this.menuFileExit.Index = 6;
     this.menuFileExit.Text = "E&xit";
     this.menuFileExit.Click += new System.EventHandler(this.menuFileExit_Click);
     //
     // MenuItem1
     //
     this.MenuItem1.Index = 1;
     this.MenuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                                                                                     this.menuTableLoaderOptions,
                                                                                                                                                     this.MenuItem7,
                                                                                                                                                     this.menuTableLoaderOneFile,
                                                                                                                                                     this.menuTableLoaderMultipleFiles,
                                                                                                                                                     this.menuTableLoaderFileArray,
                                                                                                                                                     this.menuItemPickFiles,
                                                                                                                                                     this.MenuItem10,
                                                                                                                                                     this.menuTableLoaderMultipleTables,
                                                                                                                                                     this.menuTableLoaderTableEnumerator,
                                                                                                                                                     this.menuTableLoaderTableInfo});
     this.MenuItem1.Text = "&Table Loader";
     //
     // menuTableLoaderOptions
     //
     this.menuTableLoaderOptions.Index = 0;
     this.menuTableLoaderOptions.Text = "&Options...";
     this.menuTableLoaderOptions.Click += new System.EventHandler(this.menuTableLoaderOptions_Click);
     //
     // MenuItem7
     //
     this.MenuItem7.Index = 1;
     this.MenuItem7.Text = "-";
     //
     // menuTableLoaderOneFile
     //
     this.menuTableLoaderOneFile.Index = 2;
     this.menuTableLoaderOneFile.Text = "One File";
     this.menuTableLoaderOneFile.Click += new System.EventHandler(this.menuTableLoaderOneFile_Click);
     //
     // menuTableLoaderMultipleFiles
     //
     this.menuTableLoaderMultipleFiles.Index = 3;
     this.menuTableLoaderMultipleFiles.Text = "Multiple Files";
     this.menuTableLoaderMultipleFiles.Click += new System.EventHandler(this.menuTableLoaderMultipleFiles_Click);
     //
     // menuTableLoaderFileArray
     //
     this.menuTableLoaderFileArray.Index = 4;
     this.menuTableLoaderFileArray.Text = "File Array";
     this.menuTableLoaderFileArray.Click += new System.EventHandler(this.menuTableLoaderFileArray_Click);
     //
     // menuItemPickFiles
     //
     this.menuItemPickFiles.Index = 5;
     this.menuItemPickFiles.Text = "Pick Files...";
     this.menuItemPickFiles.Click += new System.EventHandler(this.menuItemPickFiles_Click);
     //
     // MenuItem10
     //
     this.MenuItem10.Index = 6;
     this.MenuItem10.Text = "-";
     //
     // menuTableLoaderMultipleTables
     //
     this.menuTableLoaderMultipleTables.Index = 7;
     this.menuTableLoaderMultipleTables.Text = "Multiple Tables";
     this.menuTableLoaderMultipleTables.Click += new System.EventHandler(this.menuTableLoaderMultipleTables_Click);
     //
     // menuTableLoaderTableEnumerator
     //
     this.menuTableLoaderTableEnumerator.Index = 8;
     this.menuTableLoaderTableEnumerator.Text = "Table Enumerator";
     this.menuTableLoaderTableEnumerator.Click += new System.EventHandler(this.menuTableLoaderTableEnumerator_Click);
     //
     // menuTableLoaderTableInfo
     //
     this.menuTableLoaderTableInfo.Index = 9;
     this.menuTableLoaderTableInfo.Text = "TableInfo";
     this.menuTableLoaderTableInfo.Click += new System.EventHandler(this.menuTableLoaderTableInfo_Click);
     //
     // MenuItem6
     //
     this.MenuItem6.Index = 2;
     this.MenuItem6.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                                                                                     this.menuGeosetLoaderOptions,
                                                                                                                                                     this.menuGeosetLoaderLoadGeoset});
     this.MenuItem6.Text = "&Geoset Loader";
     //
     // menuGeosetLoaderOptions
     //
     this.menuGeosetLoaderOptions.Index = 0;
     this.menuGeosetLoaderOptions.Text = "&Options...";
     this.menuGeosetLoaderOptions.Click += new System.EventHandler(this.menuGeosetLoaderOptions_Click);
     //
     // menuGeosetLoaderLoadGeoset
     //
     this.menuGeosetLoaderLoadGeoset.Index = 1;
     this.menuGeosetLoaderLoadGeoset.Text = "Load Geoset...";
     this.menuGeosetLoaderLoadGeoset.Click += new System.EventHandler(this.menuGeosetLoaderLoadGeoset_Click);
     //
     // menuWorkspaceLoader
     //
     this.menuWorkspaceLoader.Index = 3;
     this.menuWorkspaceLoader.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                                                                                                         this.menuWorkspaceLoaderOptions,
                                                                                                                                                                         this.LoadNamedConnectionMenuItem,
                                                                                                                                                                         this.AddNamedConnectionMenuItem,
                                                                                                                                                                         this.SaveNamedConnectionMenuItem,
                                                                                                                                                                         this.menuWorkspaceLoaderLoadWorkspace});
     this.menuWorkspaceLoader.Text = "&Workspace Loader";
     //
     // menuWorkspaceLoaderOptions
     //
     this.menuWorkspaceLoaderOptions.Index = 0;
     this.menuWorkspaceLoaderOptions.Text = "&Options...";
     this.menuWorkspaceLoaderOptions.Click += new System.EventHandler(this.menuWorkspaceLoaderOptions_Click);
     //
     // LoadNamedConnectionMenuItem
     //
     this.LoadNamedConnectionMenuItem.Index = 1;
     this.LoadNamedConnectionMenuItem.Text = "Load Named Connection...";
     this.LoadNamedConnectionMenuItem.Click += new System.EventHandler(this.LoadNamedConnectionMenuItem_Click);
     //
     // AddNamedConnectionMenuItem
     //
     this.AddNamedConnectionMenuItem.Index = 2;
     this.AddNamedConnectionMenuItem.Text = "Add Named Connection...";
     this.AddNamedConnectionMenuItem.Click += new System.EventHandler(this.AddNamedConnectionMenuItem_Click);
     //
     // SaveNamedConnectionMenuItem
     //
     this.SaveNamedConnectionMenuItem.Index = 3;
     this.SaveNamedConnectionMenuItem.Text = "Save Named Connection...";
     this.SaveNamedConnectionMenuItem.Click += new System.EventHandler(this.SaveNamedConnectionMenuItem_Click);
     //
     // menuWorkspaceLoaderLoadWorkspace
     //
     this.menuWorkspaceLoaderLoadWorkspace.Index = 4;
     this.menuWorkspaceLoaderLoadWorkspace.Text = "Load Workspace...";
     this.menuWorkspaceLoaderLoadWorkspace.Click += new System.EventHandler(this.menuWorkspaceLoaderLoadWorkspace_Click);
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Location = new System.Drawing.Point(8, 32);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(379, 246);
     this.panel1.TabIndex = 4;
     //
     // mapToolBar1
     //
     this.mapToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                                                                                                                                                              this.mapToolBarButtonOpenTable,
                                                                                                                                                              this.toolBarButtonSeparator,
                                                                                                                                                              this.mapToolBarButtonSelect,
                                                                                                                                                              this.mapToolBarButtonZoomIn,
                                                                                                                                                              this.mapToolBarButtonZoomOut,
                                                                                                                                                              this.mapToolBarButtonPan});
     this.mapToolBar1.Divider = false;
     this.mapToolBar1.Dock = System.Windows.Forms.DockStyle.None;
     this.mapToolBar1.DropDownArrows = true;
     this.mapToolBar1.Location = new System.Drawing.Point(8, 0);
     this.mapToolBar1.MapControl = this.mapControl1;
     this.mapToolBar1.Name = "mapToolBar1";
     this.mapToolBar1.ShowToolTips = true;
     this.mapToolBar1.Size = new System.Drawing.Size(160, 26);
     this.mapToolBar1.TabIndex = 5;
     //
     // mapToolBarButtonOpenTable
     //
     this.mapToolBarButtonOpenTable.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.OpenTable;
     this.mapToolBarButtonOpenTable.ToolTipText = "Open Table";
     //
     // toolBarButtonSeparator
     //
     this.toolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // mapToolBarButtonSelect
     //
     this.mapToolBarButtonSelect.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Select;
     this.mapToolBarButtonSelect.ToolTipText = "Select";
     //
     // mapToolBarButtonZoomIn
     //
     this.mapToolBarButtonZoomIn.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomIn;
     this.mapToolBarButtonZoomIn.ToolTipText = "Zoom-in";
     //
     // mapToolBarButtonZoomOut
     //
     this.mapToolBarButtonZoomOut.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomOut;
     this.mapToolBarButtonZoomOut.ToolTipText = "Zoom-out";
     //
     // mapToolBarButtonPan
     //
     this.mapToolBarButtonPan.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Pan;
     this.mapToolBarButtonPan.ToolTipText = "Pan";
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(392, 303);
     this.Controls.Add(this.mapToolBar1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.statusBar1);
     this.Menu = this.MainMenu1;
     this.MinimumSize = new System.Drawing.Size(250, 200);
     this.Name = "MapForm1";
     this.Text = "MapForm1";
     this.Load += new System.EventHandler(this.MapForm1_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnBackColor = new System.Windows.Forms.Button();
     this.statusBar1 = new System.Windows.Forms.StatusBar();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabStock = new System.Windows.Forms.TabPage();
     this.radioBlackFillStyle = new System.Windows.Forms.RadioButton();
     this.radioBlackLineStyle = new System.Windows.Forms.RadioButton();
     this.radioBlueFillStyle = new System.Windows.Forms.RadioButton();
     this.radioHollowFillStyle = new System.Windows.Forms.RadioButton();
     this.radioRedFillStyle = new System.Windows.Forms.RadioButton();
     this.radioWhiteFillStyle = new System.Windows.Forms.RadioButton();
     this.radioBlueLineStyle = new System.Windows.Forms.RadioButton();
     this.radioHollowLineStyle = new System.Windows.Forms.RadioButton();
     this.radioRedLineStyle = new System.Windows.Forms.RadioButton();
     this.tabLines = new System.Windows.Forms.TabPage();
     this.labelLinePattern = new System.Windows.Forms.Label();
     this.radioPixelWidth = new System.Windows.Forms.RadioButton();
     this.checkBoxLineInterleaved = new System.Windows.Forms.CheckBox();
     this.numericUpDownPixelWidth = new System.Windows.Forms.NumericUpDown();
     this.btnLineColor = new System.Windows.Forms.Button();
     this.numericUpDownPointWidth = new System.Windows.Forms.NumericUpDown();
     this.radioPointWidth = new System.Windows.Forms.RadioButton();
     this.numericUpDownLinePattern = new System.Windows.Forms.NumericUpDown();
     this.tabFontSymbols = new System.Windows.Forms.TabPage();
     this.radioButtonFontOpaque = new System.Windows.Forms.RadioButton();
     this.radioButtonFontHalo = new System.Windows.Forms.RadioButton();
     this.radioButtonFontNoBackground = new System.Windows.Forms.RadioButton();
     this.comboBoxFontFamilies = new System.Windows.Forms.ComboBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.numericUpDownFontCode = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownFontPointSize = new System.Windows.Forms.NumericUpDown();
     this.label8 = new System.Windows.Forms.Label();
     this.numericUpDownFontAngle = new System.Windows.Forms.NumericUpDown();
     this.label9 = new System.Windows.Forms.Label();
     this.checkBoxFontBold = new System.Windows.Forms.CheckBox();
     this.checkBoxFontItalic = new System.Windows.Forms.CheckBox();
     this.checkBoxFontUnderline = new System.Windows.Forms.CheckBox();
     this.checkBoxFontStrikeout = new System.Windows.Forms.CheckBox();
     this.checkBoxFontAllCaps = new System.Windows.Forms.CheckBox();
     this.checkBoxFontShadow = new System.Windows.Forms.CheckBox();
     this.checkBoxFontDoubleSpace = new System.Windows.Forms.CheckBox();
     this.buttonFontForeColor = new System.Windows.Forms.Button();
     this.buttonFontBackColor = new System.Windows.Forms.Button();
     this.tabFills = new System.Windows.Forms.TabPage();
     this.checkBoxFillTransparent = new System.Windows.Forms.CheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.btnFillForeColor = new System.Windows.Forms.Button();
     this.numericUpDownFillPattern = new System.Windows.Forms.NumericUpDown();
     this.btnFillBackColor = new System.Windows.Forms.Button();
     this.tabVectorSymbols = new System.Windows.Forms.TabPage();
     this.label2 = new System.Windows.Forms.Label();
     this.btnVectorColor = new System.Windows.Forms.Button();
     this.numericUpDownVectorCode = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownVectorPointSize = new System.Windows.Forms.NumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     this.tabBitmapSymbols = new System.Windows.Forms.TabPage();
     this.listBoxBitmapNames = new System.Windows.Forms.ListBox();
     this.label6 = new System.Windows.Forms.Label();
     this.numericUpDownBitmapPointSize = new System.Windows.Forms.NumericUpDown();
     this.label5 = new System.Windows.Forms.Label();
     this.checkBoxBitmapShowBackground = new System.Windows.Forms.CheckBox();
     this.buttonBitmapColor = new System.Windows.Forms.Button();
     this.checkBoxBitmapApplyColor = new System.Windows.Forms.CheckBox();
     this.tabText = new System.Windows.Forms.TabPage();
     this.label15 = new System.Windows.Forms.Label();
     this.comboBoxTextSpacing = new System.Windows.Forms.ComboBox();
     this.label14 = new System.Windows.Forms.Label();
     this.comboBoxTextAlignment = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.numericUpDownTextAngle = new System.Windows.Forms.NumericUpDown();
     this.radioButtonTextOpaque = new System.Windows.Forms.RadioButton();
     this.radioButtonTextHalo = new System.Windows.Forms.RadioButton();
     this.radioButtonTextNoBackground = new System.Windows.Forms.RadioButton();
     this.textBoxTextText = new System.Windows.Forms.TextBox();
     this.comboBoxTextFontFamily = new System.Windows.Forms.ComboBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.numericUpDownTextSize = new System.Windows.Forms.NumericUpDown();
     this.label13 = new System.Windows.Forms.Label();
     this.checkBoxTextBold = new System.Windows.Forms.CheckBox();
     this.checkBoxTextItalic = new System.Windows.Forms.CheckBox();
     this.checkBoxTextUnderline = new System.Windows.Forms.CheckBox();
     this.checkBoxTextStrikeout = new System.Windows.Forms.CheckBox();
     this.checkBoxTextAllCaps = new System.Windows.Forms.CheckBox();
     this.checkBoxTextShadow = new System.Windows.Forms.CheckBox();
     this.checkBoxTextDoubleSpace = new System.Windows.Forms.CheckBox();
     this.buttonTextForeColor = new System.Windows.Forms.Button();
     this.buttonTextBackColor = new System.Windows.Forms.Button();
     this.groupBoxTextProperties = new System.Windows.Forms.GroupBox();
     this.groupBoxTextFontProperties = new System.Windows.Forms.GroupBox();
     this.tabStyleDialogs = new System.Windows.Forms.TabPage();
     this.buttonSymbolStyleDialog = new System.Windows.Forms.Button();
     this.buttonTextStyleDialog = new System.Windows.Forms.Button();
     this.buttonAreaStyleDialog = new System.Windows.Forms.Button();
     this.buttonLineStyleDialog = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabStock.SuspendLayout();
     this.tabLines.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPixelWidth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPointWidth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLinePattern)).BeginInit();
     this.tabFontSymbols.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFontCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFontPointSize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFontAngle)).BeginInit();
     this.tabFills.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFillPattern)).BeginInit();
     this.tabVectorSymbols.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownVectorCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownVectorPointSize)).BeginInit();
     this.tabBitmapSymbols.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownBitmapPointSize)).BeginInit();
     this.tabText.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTextAngle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTextSize)).BeginInit();
     this.tabStyleDialogs.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.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.mapControl1.Enabled = false;
     this.mapControl1.Location = new System.Drawing.Point(128, 200);
     this.mapControl1.Name = "mapControl1";
     this.mapControl1.Size = new System.Drawing.Size(224, 136);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text = "mapControl1";
     this.mapControl1.Tools.LeftButtonTool = null;
     this.mapControl1.Tools.MiddleButtonTool = null;
     this.mapControl1.Tools.RightButtonTool = null;
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Controls.Add(this.btnBackColor);
     this.panel1.Location = new System.Drawing.Point(4, 38);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(488, 357);
     this.panel1.TabIndex = 1;
     //
     // btnBackColor
     //
     this.btnBackColor.Location = new System.Drawing.Point(8, 200);
     this.btnBackColor.Name = "btnBackColor";
     this.btnBackColor.Size = new System.Drawing.Size(80, 24);
     this.btnBackColor.TabIndex = 1;
     this.btnBackColor.Text = "Back Color";
     this.btnBackColor.Click += new System.EventHandler(this.btnBackColor_Click);
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 395);
     this.statusBar1.Name = "statusBar1";
     this.statusBar1.Size = new System.Drawing.Size(496, 19);
     this.statusBar1.TabIndex = 2;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabStock);
     this.tabControl1.Controls.Add(this.tabLines);
     this.tabControl1.Controls.Add(this.tabFontSymbols);
     this.tabControl1.Controls.Add(this.tabFills);
     this.tabControl1.Controls.Add(this.tabVectorSymbols);
     this.tabControl1.Controls.Add(this.tabBitmapSymbols);
     this.tabControl1.Controls.Add(this.tabText);
     this.tabControl1.Controls.Add(this.tabStyleDialogs);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.tabControl1.Location = new System.Drawing.Point(0, 0);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(496, 232);
     this.tabControl1.TabIndex = 3;
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     //
     // tabStock
     //
     this.tabStock.Controls.Add(this.radioBlackFillStyle);
     this.tabStock.Controls.Add(this.radioBlackLineStyle);
     this.tabStock.Controls.Add(this.radioBlueFillStyle);
     this.tabStock.Controls.Add(this.radioHollowFillStyle);
     this.tabStock.Controls.Add(this.radioRedFillStyle);
     this.tabStock.Controls.Add(this.radioWhiteFillStyle);
     this.tabStock.Controls.Add(this.radioBlueLineStyle);
     this.tabStock.Controls.Add(this.radioHollowLineStyle);
     this.tabStock.Controls.Add(this.radioRedLineStyle);
     this.tabStock.Location = new System.Drawing.Point(4, 22);
     this.tabStock.Name = "tabStock";
     this.tabStock.Size = new System.Drawing.Size(488, 206);
     this.tabStock.TabIndex = 1;
     this.tabStock.Text = "Stock";
     //
     // radioBlackFillStyle
     //
     this.radioBlackFillStyle.Location = new System.Drawing.Point(8, 8);
     this.radioBlackFillStyle.Name = "radioBlackFillStyle";
     this.radioBlackFillStyle.TabIndex = 0;
     this.radioBlackFillStyle.Text = "Black Fill Style";
     this.radioBlackFillStyle.CheckedChanged += new System.EventHandler(this.radioBlackFillStyle_CheckedChanged);
     //
     // radioBlackLineStyle
     //
     this.radioBlackLineStyle.Location = new System.Drawing.Point(128, 8);
     this.radioBlackLineStyle.Name = "radioBlackLineStyle";
     this.radioBlackLineStyle.TabIndex = 0;
     this.radioBlackLineStyle.Text = "Black Line Style";
     this.radioBlackLineStyle.CheckedChanged += new System.EventHandler(this.radioBlackLineStyle_CheckedChanged);
     //
     // radioBlueFillStyle
     //
     this.radioBlueFillStyle.Location = new System.Drawing.Point(8, 36);
     this.radioBlueFillStyle.Name = "radioBlueFillStyle";
     this.radioBlueFillStyle.TabIndex = 0;
     this.radioBlueFillStyle.Text = "Blue Fill Style";
     this.radioBlueFillStyle.CheckedChanged += new System.EventHandler(this.radioBlueFillStyle_CheckedChanged);
     //
     // radioHollowFillStyle
     //
     this.radioHollowFillStyle.Location = new System.Drawing.Point(8, 64);
     this.radioHollowFillStyle.Name = "radioHollowFillStyle";
     this.radioHollowFillStyle.TabIndex = 0;
     this.radioHollowFillStyle.Text = "Hollow Fill Style";
     this.radioHollowFillStyle.CheckedChanged += new System.EventHandler(this.radioHollowFillStyle_CheckedChanged);
     //
     // radioRedFillStyle
     //
     this.radioRedFillStyle.Location = new System.Drawing.Point(8, 92);
     this.radioRedFillStyle.Name = "radioRedFillStyle";
     this.radioRedFillStyle.TabIndex = 0;
     this.radioRedFillStyle.Text = "Red Fill Style";
     this.radioRedFillStyle.CheckedChanged += new System.EventHandler(this.radioRedFillStyle_CheckedChanged);
     //
     // radioWhiteFillStyle
     //
     this.radioWhiteFillStyle.Location = new System.Drawing.Point(8, 120);
     this.radioWhiteFillStyle.Name = "radioWhiteFillStyle";
     this.radioWhiteFillStyle.TabIndex = 0;
     this.radioWhiteFillStyle.Text = "White Fill Style";
     this.radioWhiteFillStyle.CheckedChanged += new System.EventHandler(this.radioWhiteFillStyle_CheckedChanged);
     //
     // radioBlueLineStyle
     //
     this.radioBlueLineStyle.Location = new System.Drawing.Point(128, 36);
     this.radioBlueLineStyle.Name = "radioBlueLineStyle";
     this.radioBlueLineStyle.TabIndex = 0;
     this.radioBlueLineStyle.Text = "Blue Line Style";
     this.radioBlueLineStyle.CheckedChanged += new System.EventHandler(this.radioBlueLineStyle_CheckedChanged);
     //
     // radioHollowLineStyle
     //
     this.radioHollowLineStyle.Location = new System.Drawing.Point(128, 64);
     this.radioHollowLineStyle.Name = "radioHollowLineStyle";
     this.radioHollowLineStyle.Size = new System.Drawing.Size(112, 24);
     this.radioHollowLineStyle.TabIndex = 0;
     this.radioHollowLineStyle.Text = "Hollow Line Style";
     this.radioHollowLineStyle.CheckedChanged += new System.EventHandler(this.radioHollowLineStyle_CheckedChanged);
     //
     // radioRedLineStyle
     //
     this.radioRedLineStyle.Location = new System.Drawing.Point(128, 92);
     this.radioRedLineStyle.Name = "radioRedLineStyle";
     this.radioRedLineStyle.TabIndex = 0;
     this.radioRedLineStyle.Text = "Red Line Style";
     this.radioRedLineStyle.CheckedChanged += new System.EventHandler(this.radioRedLineStyle_CheckedChanged);
     //
     // tabLines
     //
     this.tabLines.Controls.Add(this.labelLinePattern);
     this.tabLines.Controls.Add(this.radioPixelWidth);
     this.tabLines.Controls.Add(this.checkBoxLineInterleaved);
     this.tabLines.Controls.Add(this.numericUpDownPixelWidth);
     this.tabLines.Controls.Add(this.btnLineColor);
     this.tabLines.Controls.Add(this.numericUpDownPointWidth);
     this.tabLines.Controls.Add(this.radioPointWidth);
     this.tabLines.Controls.Add(this.numericUpDownLinePattern);
     this.tabLines.Location = new System.Drawing.Point(4, 22);
     this.tabLines.Name = "tabLines";
     this.tabLines.Size = new System.Drawing.Size(488, 206);
     this.tabLines.TabIndex = 0;
     this.tabLines.Text = "Lines";
     //
     // labelLinePattern
     //
     this.labelLinePattern.Location = new System.Drawing.Point(16, 95);
     this.labelLinePattern.Name = "labelLinePattern";
     this.labelLinePattern.Size = new System.Drawing.Size(56, 23);
     this.labelLinePattern.TabIndex = 6;
     this.labelLinePattern.Text = "Pattern:";
     //
     // radioPixelWidth
     //
     this.radioPixelWidth.Location = new System.Drawing.Point(16, 38);
     this.radioPixelWidth.Name = "radioPixelWidth";
     this.radioPixelWidth.Size = new System.Drawing.Size(88, 24);
     this.radioPixelWidth.TabIndex = 5;
     this.radioPixelWidth.Text = "Pixel Width:";
     this.radioPixelWidth.CheckedChanged += new System.EventHandler(this.radioPixelWidth_CheckedChanged);
     //
     // checkBoxLineInterleaved
     //
     this.checkBoxLineInterleaved.Location = new System.Drawing.Point(16, 120);
     this.checkBoxLineInterleaved.Name = "checkBoxLineInterleaved";
     this.checkBoxLineInterleaved.TabIndex = 4;
     this.checkBoxLineInterleaved.Text = "Interleaved";
     this.checkBoxLineInterleaved.CheckedChanged += new System.EventHandler(this.checkBoxLineInterleaved_CheckedChanged);
     //
     // numericUpDownPixelWidth
     //
     this.numericUpDownPixelWidth.Location = new System.Drawing.Point(120, 40);
     this.numericUpDownPixelWidth.Name = "numericUpDownPixelWidth";
     this.numericUpDownPixelWidth.Size = new System.Drawing.Size(80, 20);
     this.numericUpDownPixelWidth.TabIndex = 2;
     this.numericUpDownPixelWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownPixelWidth.Value = new System.Decimal(new int[] {
                                                                                                                                             1,
                                                                                                                                             0,
                                                                                                                                             0,
                                                                                                                                             0});
     this.numericUpDownPixelWidth.ValueChanged += new System.EventHandler(this.numericUpDownPixelWidth_ValueChanged);
     //
     // btnLineColor
     //
     this.btnLineColor.Location = new System.Drawing.Point(16, 8);
     this.btnLineColor.Name = "btnLineColor";
     this.btnLineColor.Size = new System.Drawing.Size(112, 24);
     this.btnLineColor.TabIndex = 1;
     this.btnLineColor.Text = "Color";
     this.btnLineColor.Click += new System.EventHandler(this.btnLineColor_Click);
     //
     // numericUpDownPointWidth
     //
     this.numericUpDownPointWidth.Location = new System.Drawing.Point(120, 64);
     this.numericUpDownPointWidth.Name = "numericUpDownPointWidth";
     this.numericUpDownPointWidth.Size = new System.Drawing.Size(80, 20);
     this.numericUpDownPointWidth.TabIndex = 2;
     this.numericUpDownPointWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownPointWidth.Value = new System.Decimal(new int[] {
                                                                                                                                             1,
                                                                                                                                             0,
                                                                                                                                             0,
                                                                                                                                             0});
     this.numericUpDownPointWidth.ValueChanged += new System.EventHandler(this.numericUpDownPointWidth_ValueChanged);
     //
     // radioPointWidth
     //
     this.radioPointWidth.Location = new System.Drawing.Point(16, 62);
     this.radioPointWidth.Name = "radioPointWidth";
     this.radioPointWidth.Size = new System.Drawing.Size(88, 24);
     this.radioPointWidth.TabIndex = 5;
     this.radioPointWidth.Text = "Point Width:";
     this.radioPointWidth.CheckedChanged += new System.EventHandler(this.radioPointWidth_CheckedChanged);
     //
     // numericUpDownLinePattern
     //
     this.numericUpDownLinePattern.Location = new System.Drawing.Point(120, 96);
     this.numericUpDownLinePattern.Name = "numericUpDownLinePattern";
     this.numericUpDownLinePattern.Size = new System.Drawing.Size(80, 20);
     this.numericUpDownLinePattern.TabIndex = 2;
     this.numericUpDownLinePattern.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownLinePattern.Value = new System.Decimal(new int[] {
                                                                                                                                              2,
                                                                                                                                              0,
                                                                                                                                              0,
                                                                                                                                              0});
     this.numericUpDownLinePattern.ValueChanged += new System.EventHandler(this.numericUpDownLinePattern_ValueChanged);
     //
     // tabFontSymbols
     //
     this.tabFontSymbols.Controls.Add(this.radioButtonFontOpaque);
     this.tabFontSymbols.Controls.Add(this.radioButtonFontHalo);
     this.tabFontSymbols.Controls.Add(this.radioButtonFontNoBackground);
     this.tabFontSymbols.Controls.Add(this.comboBoxFontFamilies);
     this.tabFontSymbols.Controls.Add(this.label10);
     this.tabFontSymbols.Controls.Add(this.label7);
     this.tabFontSymbols.Controls.Add(this.numericUpDownFontCode);
     this.tabFontSymbols.Controls.Add(this.numericUpDownFontPointSize);
     this.tabFontSymbols.Controls.Add(this.label8);
     this.tabFontSymbols.Controls.Add(this.numericUpDownFontAngle);
     this.tabFontSymbols.Controls.Add(this.label9);
     this.tabFontSymbols.Controls.Add(this.checkBoxFontBold);
     this.tabFontSymbols.Controls.Add(this.checkBoxFontItalic);
     this.tabFontSymbols.Controls.Add(this.checkBoxFontUnderline);
     this.tabFontSymbols.Controls.Add(this.checkBoxFontStrikeout);
     this.tabFontSymbols.Controls.Add(this.checkBoxFontAllCaps);
     this.tabFontSymbols.Controls.Add(this.checkBoxFontShadow);
     this.tabFontSymbols.Controls.Add(this.checkBoxFontDoubleSpace);
     this.tabFontSymbols.Controls.Add(this.buttonFontForeColor);
     this.tabFontSymbols.Controls.Add(this.buttonFontBackColor);
     this.tabFontSymbols.Location = new System.Drawing.Point(4, 22);
     this.tabFontSymbols.Name = "tabFontSymbols";
     this.tabFontSymbols.Size = new System.Drawing.Size(488, 206);
     this.tabFontSymbols.TabIndex = 3;
     this.tabFontSymbols.Text = "Font Symbols";
     //
     // radioButtonFontOpaque
     //
     this.radioButtonFontOpaque.Location = new System.Drawing.Point(376, 80);
     this.radioButtonFontOpaque.Name = "radioButtonFontOpaque";
     this.radioButtonFontOpaque.TabIndex = 26;
     this.radioButtonFontOpaque.Text = "Box";
     this.radioButtonFontOpaque.CheckedChanged += new System.EventHandler(this.radioButtonFontOpaque_CheckedChanged);
     //
     // radioButtonFontHalo
     //
     this.radioButtonFontHalo.Location = new System.Drawing.Point(376, 56);
     this.radioButtonFontHalo.Name = "radioButtonFontHalo";
     this.radioButtonFontHalo.TabIndex = 25;
     this.radioButtonFontHalo.Text = "Halo";
     this.radioButtonFontHalo.CheckedChanged += new System.EventHandler(this.radioButtonFontHalo_CheckedChanged);
     //
     // radioButtonFontNoBackground
     //
     this.radioButtonFontNoBackground.Checked = true;
     this.radioButtonFontNoBackground.Location = new System.Drawing.Point(376, 32);
     this.radioButtonFontNoBackground.Name = "radioButtonFontNoBackground";
     this.radioButtonFontNoBackground.TabIndex = 24;
     this.radioButtonFontNoBackground.TabStop = true;
     this.radioButtonFontNoBackground.Text = "No Background";
     this.radioButtonFontNoBackground.CheckedChanged += new System.EventHandler(this.radioButtonFontNoBackground_CheckedChanged);
     //
     // comboBoxFontFamilies
     //
     this.comboBoxFontFamilies.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxFontFamilies.Location = new System.Drawing.Point(264, 8);
     this.comboBoxFontFamilies.Name = "comboBoxFontFamilies";
     this.comboBoxFontFamilies.Size = new System.Drawing.Size(144, 21);
     this.comboBoxFontFamilies.TabIndex = 22;
     this.comboBoxFontFamilies.SelectedIndexChanged += new System.EventHandler(this.comboBoxFontFamilies_SelectedIndexChanged);
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(192, 8);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(64, 16);
     this.label10.TabIndex = 21;
     this.label10.Text = "Font Name:";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(16, 40);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(56, 23);
     this.label7.TabIndex = 18;
     this.label7.Text = "Code:";
     //
     // numericUpDownFontCode
     //
     this.numericUpDownFontCode.Location = new System.Drawing.Point(88, 40);
     this.numericUpDownFontCode.Name = "numericUpDownFontCode";
     this.numericUpDownFontCode.Size = new System.Drawing.Size(80, 20);
     this.numericUpDownFontCode.TabIndex = 16;
     this.numericUpDownFontCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownFontCode.Value = new System.Decimal(new int[] {
                                                                                                                                         34,
                                                                                                                                         0,
                                                                                                                                         0,
                                                                                                                                         0});
     this.numericUpDownFontCode.ValueChanged += new System.EventHandler(this.numericUpDownFontCode_ValueChanged);
     //
     // numericUpDownFontPointSize
     //
     this.numericUpDownFontPointSize.Location = new System.Drawing.Point(88, 64);
     this.numericUpDownFontPointSize.Name = "numericUpDownFontPointSize";
     this.numericUpDownFontPointSize.Size = new System.Drawing.Size(80, 20);
     this.numericUpDownFontPointSize.TabIndex = 14;
     this.numericUpDownFontPointSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownFontPointSize.Value = new System.Decimal(new int[] {
                                                                                                                                                  10,
                                                                                                                                                  0,
                                                                                                                                                  0,
                                                                                                                                                  0});
     this.numericUpDownFontPointSize.ValueChanged += new System.EventHandler(this.numericUpDownFontPointSize_ValueChanged);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(16, 64);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(64, 23);
     this.label8.TabIndex = 19;
     this.label8.Text = "Point Size:";
     //
     // numericUpDownFontAngle
     //
     this.numericUpDownFontAngle.DecimalPlaces = 1;
     this.numericUpDownFontAngle.Increment = new System.Decimal(new int[] {
                                                                                                                                                  1,
                                                                                                                                                  0,
                                                                                                                                                  0,
                                                                                                                                                  65536});
     this.numericUpDownFontAngle.Location = new System.Drawing.Point(88, 88);
     this.numericUpDownFontAngle.Maximum = new System.Decimal(new int[] {
                                                                                                                                              360,
                                                                                                                                              0,
                                                                                                                                              0,
                                                                                                                                              0});
     this.numericUpDownFontAngle.Name = "numericUpDownFontAngle";
     this.numericUpDownFontAngle.Size = new System.Drawing.Size(80, 20);
     this.numericUpDownFontAngle.TabIndex = 15;
     this.numericUpDownFontAngle.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownFontAngle.ValueChanged += new System.EventHandler(this.numericUpDownFontAngle_ValueChanged);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(16, 88);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(56, 23);
     this.label9.TabIndex = 17;
     this.label9.Text = "Angle:";
     //
     // checkBoxFontBold
     //
     this.checkBoxFontBold.Location = new System.Drawing.Point(200, 32);
     this.checkBoxFontBold.Name = "checkBoxFontBold";
     this.checkBoxFontBold.Size = new System.Drawing.Size(72, 24);
     this.checkBoxFontBold.TabIndex = 23;
     this.checkBoxFontBold.Text = "Bold";
     this.checkBoxFontBold.CheckedChanged += new System.EventHandler(this.checkBoxFontBold_CheckedChanged);
     //
     // checkBoxFontItalic
     //
     this.checkBoxFontItalic.Location = new System.Drawing.Point(200, 56);
     this.checkBoxFontItalic.Name = "checkBoxFontItalic";
     this.checkBoxFontItalic.Size = new System.Drawing.Size(72, 24);
     this.checkBoxFontItalic.TabIndex = 23;
     this.checkBoxFontItalic.Text = "Italic";
     this.checkBoxFontItalic.CheckedChanged += new System.EventHandler(this.checkBoxFontItalic_CheckedChanged);
     //
     // checkBoxFontUnderline
     //
     this.checkBoxFontUnderline.Location = new System.Drawing.Point(200, 80);
     this.checkBoxFontUnderline.Name = "checkBoxFontUnderline";
     this.checkBoxFontUnderline.Size = new System.Drawing.Size(72, 24);
     this.checkBoxFontUnderline.TabIndex = 23;
     this.checkBoxFontUnderline.Text = "Underline";
     this.checkBoxFontUnderline.CheckedChanged += new System.EventHandler(this.checkBoxFontUnderline_CheckedChanged);
     //
     // checkBoxFontStrikeout
     //
     this.checkBoxFontStrikeout.Location = new System.Drawing.Point(200, 104);
     this.checkBoxFontStrikeout.Name = "checkBoxFontStrikeout";
     this.checkBoxFontStrikeout.Size = new System.Drawing.Size(72, 24);
     this.checkBoxFontStrikeout.TabIndex = 23;
     this.checkBoxFontStrikeout.Text = "Strikeout";
     this.checkBoxFontStrikeout.CheckedChanged += new System.EventHandler(this.checkBoxFontStrikeout_CheckedChanged);
     //
     // checkBoxFontAllCaps
     //
     this.checkBoxFontAllCaps.Location = new System.Drawing.Point(280, 32);
     this.checkBoxFontAllCaps.Name = "checkBoxFontAllCaps";
     this.checkBoxFontAllCaps.Size = new System.Drawing.Size(72, 24);
     this.checkBoxFontAllCaps.TabIndex = 23;
     this.checkBoxFontAllCaps.Text = "All Caps";
     this.checkBoxFontAllCaps.CheckedChanged += new System.EventHandler(this.checkBoxFontAllCaps_CheckedChanged);
     //
     // checkBoxFontShadow
     //
     this.checkBoxFontShadow.Location = new System.Drawing.Point(280, 80);
     this.checkBoxFontShadow.Name = "checkBoxFontShadow";
     this.checkBoxFontShadow.Size = new System.Drawing.Size(72, 24);
     this.checkBoxFontShadow.TabIndex = 23;
     this.checkBoxFontShadow.Text = "Shadow";
     this.checkBoxFontShadow.CheckedChanged += new System.EventHandler(this.checkBoxFontShadow_CheckedChanged);
     //
     // checkBoxFontDoubleSpace
     //
     this.checkBoxFontDoubleSpace.Location = new System.Drawing.Point(280, 56);
     this.checkBoxFontDoubleSpace.Name = "checkBoxFontDoubleSpace";
     this.checkBoxFontDoubleSpace.Size = new System.Drawing.Size(96, 24);
     this.checkBoxFontDoubleSpace.TabIndex = 23;
     this.checkBoxFontDoubleSpace.Text = "Double Space";
     this.checkBoxFontDoubleSpace.CheckedChanged += new System.EventHandler(this.checkBoxFontDoubleSpace_CheckedChanged);
     //
     // buttonFontForeColor
     //
     this.buttonFontForeColor.Location = new System.Drawing.Point(8, 120);
     this.buttonFontForeColor.Name = "buttonFontForeColor";
     this.buttonFontForeColor.Size = new System.Drawing.Size(64, 24);
     this.buttonFontForeColor.TabIndex = 13;
     this.buttonFontForeColor.Text = "Fore";
     this.buttonFontForeColor.Click += new System.EventHandler(this.buttonFontForeColor_Click);
     //
     // buttonFontBackColor
     //
     this.buttonFontBackColor.Location = new System.Drawing.Point(88, 120);
     this.buttonFontBackColor.Name = "buttonFontBackColor";
     this.buttonFontBackColor.Size = new System.Drawing.Size(64, 24);
     this.buttonFontBackColor.TabIndex = 13;
     this.buttonFontBackColor.Text = "Back";
     this.buttonFontBackColor.Click += new System.EventHandler(this.buttonFontBackColor_Click);
     //
     // tabFills
     //
     this.tabFills.Controls.Add(this.checkBoxFillTransparent);
     this.tabFills.Controls.Add(this.label1);
     this.tabFills.Controls.Add(this.btnFillForeColor);
     this.tabFills.Controls.Add(this.numericUpDownFillPattern);
     this.tabFills.Controls.Add(this.btnFillBackColor);
     this.tabFills.Location = new System.Drawing.Point(4, 22);
     this.tabFills.Name = "tabFills";
     this.tabFills.Size = new System.Drawing.Size(488, 206);
     this.tabFills.TabIndex = 2;
     this.tabFills.Text = "Fills";
     //
     // checkBoxFillTransparent
     //
     this.checkBoxFillTransparent.Location = new System.Drawing.Point(16, 112);
     this.checkBoxFillTransparent.Name = "checkBoxFillTransparent";
     this.checkBoxFillTransparent.TabIndex = 10;
     this.checkBoxFillTransparent.Text = "Transparent";
     this.checkBoxFillTransparent.CheckedChanged += new System.EventHandler(this.checkBoxFillTransparent_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 80);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(56, 23);
     this.label1.TabIndex = 9;
     this.label1.Text = "Pattern:";
     //
     // btnFillForeColor
     //
     this.btnFillForeColor.Location = new System.Drawing.Point(16, 8);
     this.btnFillForeColor.Name = "btnFillForeColor";
     this.btnFillForeColor.Size = new System.Drawing.Size(112, 24);
     this.btnFillForeColor.TabIndex = 7;
     this.btnFillForeColor.Text = "Fore Color";
     this.btnFillForeColor.Click += new System.EventHandler(this.btnFillForeColor_Click);
     //
     // numericUpDownFillPattern
     //
     this.numericUpDownFillPattern.Location = new System.Drawing.Point(88, 80);
     this.numericUpDownFillPattern.Name = "numericUpDownFillPattern";
     this.numericUpDownFillPattern.Size = new System.Drawing.Size(80, 20);
     this.numericUpDownFillPattern.TabIndex = 8;
     this.numericUpDownFillPattern.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownFillPattern.Value = new System.Decimal(new int[] {
                                                                                                                                              2,
                                                                                                                                              0,
                                                                                                                                              0,
                                                                                                                                              0});
     this.numericUpDownFillPattern.ValueChanged += new System.EventHandler(this.numericUpDownFillPattern_ValueChanged);
     //
     // btnFillBackColor
     //
     this.btnFillBackColor.Location = new System.Drawing.Point(16, 40);
     this.btnFillBackColor.Name = "btnFillBackColor";
     this.btnFillBackColor.Size = new System.Drawing.Size(112, 24);
     this.btnFillBackColor.TabIndex = 7;
     this.btnFillBackColor.Text = "Back Color";
     this.btnFillBackColor.Click += new System.EventHandler(this.btnFillBackColor_Click);
     //
     // tabVectorSymbols
     //
     this.tabVectorSymbols.Controls.Add(this.label2);
     this.tabVectorSymbols.Controls.Add(this.btnVectorColor);
     this.tabVectorSymbols.Controls.Add(this.numericUpDownVectorCode);
     this.tabVectorSymbols.Controls.Add(this.numericUpDownVectorPointSize);
     this.tabVectorSymbols.Controls.Add(this.label3);
     this.tabVectorSymbols.Location = new System.Drawing.Point(4, 22);
     this.tabVectorSymbols.Name = "tabVectorSymbols";
     this.tabVectorSymbols.Size = new System.Drawing.Size(488, 206);
     this.tabVectorSymbols.TabIndex = 4;
     this.tabVectorSymbols.Text = "Vector Symbols";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 40);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(56, 23);
     this.label2.TabIndex = 12;
     this.label2.Text = "Code:";
     //
     // btnVectorColor
     //
     this.btnVectorColor.Location = new System.Drawing.Point(8, 8);
     this.btnVectorColor.Name = "btnVectorColor";
     this.btnVectorColor.Size = new System.Drawing.Size(112, 24);
     this.btnVectorColor.TabIndex = 10;
     this.btnVectorColor.Text = "Color";
     this.btnVectorColor.Click += new System.EventHandler(this.btnVectorColor_Click);
     //
     // numericUpDownVectorCode
     //
     this.numericUpDownVectorCode.Location = new System.Drawing.Point(80, 40);
     this.numericUpDownVectorCode.Name = "numericUpDownVectorCode";
     this.numericUpDownVectorCode.Size = new System.Drawing.Size(80, 20);
     this.numericUpDownVectorCode.TabIndex = 11;
     this.numericUpDownVectorCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownVectorCode.Value = new System.Decimal(new int[] {
                                                                                                                                             34,
                                                                                                                                             0,
                                                                                                                                             0,
                                                                                                                                             0});
     this.numericUpDownVectorCode.ValueChanged += new System.EventHandler(this.numericUpDownVectorCode_ValueChanged);
     //
     // numericUpDownVectorPointSize
     //
     this.numericUpDownVectorPointSize.Location = new System.Drawing.Point(80, 64);
     this.numericUpDownVectorPointSize.Name = "numericUpDownVectorPointSize";
     this.numericUpDownVectorPointSize.Size = new System.Drawing.Size(80, 20);
     this.numericUpDownVectorPointSize.TabIndex = 11;
     this.numericUpDownVectorPointSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownVectorPointSize.Value = new System.Decimal(new int[] {
                                                                                                                                                      10,
                                                                                                                                                      0,
                                                                                                                                                      0,
                                                                                                                                                      0});
     this.numericUpDownVectorPointSize.ValueChanged += new System.EventHandler(this.numericUpDownVectorPointSize_ValueChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 64);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(64, 23);
     this.label3.TabIndex = 12;
     this.label3.Text = "Point Size:";
     //
     // tabBitmapSymbols
     //
     this.tabBitmapSymbols.Controls.Add(this.listBoxBitmapNames);
     this.tabBitmapSymbols.Controls.Add(this.label6);
     this.tabBitmapSymbols.Controls.Add(this.numericUpDownBitmapPointSize);
     this.tabBitmapSymbols.Controls.Add(this.label5);
     this.tabBitmapSymbols.Controls.Add(this.checkBoxBitmapShowBackground);
     this.tabBitmapSymbols.Controls.Add(this.buttonBitmapColor);
     this.tabBitmapSymbols.Controls.Add(this.checkBoxBitmapApplyColor);
     this.tabBitmapSymbols.Location = new System.Drawing.Point(4, 22);
     this.tabBitmapSymbols.Name = "tabBitmapSymbols";
     this.tabBitmapSymbols.Size = new System.Drawing.Size(488, 206);
     this.tabBitmapSymbols.TabIndex = 5;
     this.tabBitmapSymbols.Text = "Bitmap Symbols";
     //
     // listBoxBitmapNames
     //
     this.listBoxBitmapNames.Location = new System.Drawing.Point(232, 16);
     this.listBoxBitmapNames.Name = "listBoxBitmapNames";
     this.listBoxBitmapNames.Size = new System.Drawing.Size(120, 121);
     this.listBoxBitmapNames.TabIndex = 17;
     this.listBoxBitmapNames.SelectedIndexChanged += new System.EventHandler(this.listBoxBitmapNames_SelectedIndexChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(184, 16);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(48, 16);
     this.label6.TabIndex = 15;
     this.label6.Text = "Name:";
     //
     // numericUpDownBitmapPointSize
     //
     this.numericUpDownBitmapPointSize.Location = new System.Drawing.Point(88, 48);
     this.numericUpDownBitmapPointSize.Name = "numericUpDownBitmapPointSize";
     this.numericUpDownBitmapPointSize.Size = new System.Drawing.Size(80, 20);
     this.numericUpDownBitmapPointSize.TabIndex = 13;
     this.numericUpDownBitmapPointSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownBitmapPointSize.Value = new System.Decimal(new int[] {
                                                                                                                                                      10,
                                                                                                                                                      0,
                                                                                                                                                      0,
                                                                                                                                                      0});
     this.numericUpDownBitmapPointSize.ValueChanged += new System.EventHandler(this.numericUpDownBitmapPointSize_ValueChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(16, 48);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(64, 23);
     this.label5.TabIndex = 14;
     this.label5.Text = "Point Size:";
     //
     // checkBoxBitmapShowBackground
     //
     this.checkBoxBitmapShowBackground.Location = new System.Drawing.Point(16, 115);
     this.checkBoxBitmapShowBackground.Name = "checkBoxBitmapShowBackground";
     this.checkBoxBitmapShowBackground.Size = new System.Drawing.Size(120, 24);
     this.checkBoxBitmapShowBackground.TabIndex = 12;
     this.checkBoxBitmapShowBackground.Text = "Show Background";
     this.checkBoxBitmapShowBackground.CheckedChanged += new System.EventHandler(this.checkBoxBitmapShowBackground_CheckedChanged);
     //
     // buttonBitmapColor
     //
     this.buttonBitmapColor.Location = new System.Drawing.Point(16, 11);
     this.buttonBitmapColor.Name = "buttonBitmapColor";
     this.buttonBitmapColor.Size = new System.Drawing.Size(112, 24);
     this.buttonBitmapColor.TabIndex = 11;
     this.buttonBitmapColor.Text = "Color";
     this.buttonBitmapColor.Click += new System.EventHandler(this.buttonBitmapColor_Click);
     //
     // checkBoxBitmapApplyColor
     //
     this.checkBoxBitmapApplyColor.Location = new System.Drawing.Point(16, 80);
     this.checkBoxBitmapApplyColor.Name = "checkBoxBitmapApplyColor";
     this.checkBoxBitmapApplyColor.TabIndex = 12;
     this.checkBoxBitmapApplyColor.Text = "Apply Color";
     this.checkBoxBitmapApplyColor.CheckedChanged += new System.EventHandler(this.checkBoxBitmapApplyColor_CheckedChanged);
     //
     // tabText
     //
     this.tabText.Controls.Add(this.label15);
     this.tabText.Controls.Add(this.comboBoxTextSpacing);
     this.tabText.Controls.Add(this.label14);
     this.tabText.Controls.Add(this.comboBoxTextAlignment);
     this.tabText.Controls.Add(this.label4);
     this.tabText.Controls.Add(this.numericUpDownTextAngle);
     this.tabText.Controls.Add(this.radioButtonTextOpaque);
     this.tabText.Controls.Add(this.radioButtonTextHalo);
     this.tabText.Controls.Add(this.radioButtonTextNoBackground);
     this.tabText.Controls.Add(this.textBoxTextText);
     this.tabText.Controls.Add(this.comboBoxTextFontFamily);
     this.tabText.Controls.Add(this.label11);
     this.tabText.Controls.Add(this.label12);
     this.tabText.Controls.Add(this.numericUpDownTextSize);
     this.tabText.Controls.Add(this.label13);
     this.tabText.Controls.Add(this.checkBoxTextBold);
     this.tabText.Controls.Add(this.checkBoxTextItalic);
     this.tabText.Controls.Add(this.checkBoxTextUnderline);
     this.tabText.Controls.Add(this.checkBoxTextStrikeout);
     this.tabText.Controls.Add(this.checkBoxTextAllCaps);
     this.tabText.Controls.Add(this.checkBoxTextShadow);
     this.tabText.Controls.Add(this.checkBoxTextDoubleSpace);
     this.tabText.Controls.Add(this.buttonTextForeColor);
     this.tabText.Controls.Add(this.buttonTextBackColor);
     this.tabText.Controls.Add(this.groupBoxTextProperties);
     this.tabText.Controls.Add(this.groupBoxTextFontProperties);
     this.tabText.Location = new System.Drawing.Point(4, 22);
     this.tabText.Name = "tabText";
     this.tabText.Size = new System.Drawing.Size(488, 206);
     this.tabText.TabIndex = 6;
     this.tabText.Text = "Text";
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(16, 160);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(64, 23);
     this.label15.TabIndex = 50;
     this.label15.Text = "Spacing";
     //
     // comboBoxTextSpacing
     //
     this.comboBoxTextSpacing.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxTextSpacing.Location = new System.Drawing.Point(88, 159);
     this.comboBoxTextSpacing.Name = "comboBoxTextSpacing";
     this.comboBoxTextSpacing.Size = new System.Drawing.Size(96, 21);
     this.comboBoxTextSpacing.TabIndex = 49;
     this.comboBoxTextSpacing.SelectedIndexChanged += new System.EventHandler(this.comboBoxTextSpacing_SelectedIndexChanged);
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(16, 128);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(64, 23);
     this.label14.TabIndex = 48;
     this.label14.Text = "Alignment";
     //
     // comboBoxTextAlignment
     //
     this.comboBoxTextAlignment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxTextAlignment.Location = new System.Drawing.Point(88, 125);
     this.comboBoxTextAlignment.Name = "comboBoxTextAlignment";
     this.comboBoxTextAlignment.Size = new System.Drawing.Size(96, 21);
     this.comboBoxTextAlignment.TabIndex = 47;
     this.comboBoxTextAlignment.SelectedIndexChanged += new System.EventHandler(this.comboBoxTextAlignment_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 96);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(64, 23);
     this.label4.TabIndex = 46;
     this.label4.Text = "Angle";
     //
     // numericUpDownTextAngle
     //
     this.numericUpDownTextAngle.Location = new System.Drawing.Point(88, 92);
     this.numericUpDownTextAngle.Name = "numericUpDownTextAngle";
     this.numericUpDownTextAngle.Size = new System.Drawing.Size(96, 20);
     this.numericUpDownTextAngle.TabIndex = 45;
     this.numericUpDownTextAngle.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownTextAngle.ValueChanged += new System.EventHandler(this.numericUpDownTextAngle_ValueChanged);
     //
     // radioButtonTextOpaque
     //
     this.radioButtonTextOpaque.Location = new System.Drawing.Point(376, 144);
     this.radioButtonTextOpaque.Name = "radioButtonTextOpaque";
     this.radioButtonTextOpaque.Size = new System.Drawing.Size(88, 24);
     this.radioButtonTextOpaque.TabIndex = 44;
     this.radioButtonTextOpaque.Text = "Box";
     this.radioButtonTextOpaque.CheckedChanged += new System.EventHandler(this.radioButtonTextOpaque_CheckedChanged);
     //
     // radioButtonTextHalo
     //
     this.radioButtonTextHalo.Location = new System.Drawing.Point(376, 120);
     this.radioButtonTextHalo.Name = "radioButtonTextHalo";
     this.radioButtonTextHalo.Size = new System.Drawing.Size(88, 24);
     this.radioButtonTextHalo.TabIndex = 43;
     this.radioButtonTextHalo.Text = "Halo";
     this.radioButtonTextHalo.CheckedChanged += new System.EventHandler(this.radioButtonTextHalo_CheckedChanged);
     //
     // radioButtonTextNoBackground
     //
     this.radioButtonTextNoBackground.Checked = true;
     this.radioButtonTextNoBackground.Location = new System.Drawing.Point(376, 96);
     this.radioButtonTextNoBackground.Name = "radioButtonTextNoBackground";
     this.radioButtonTextNoBackground.Size = new System.Drawing.Size(88, 24);
     this.radioButtonTextNoBackground.TabIndex = 42;
     this.radioButtonTextNoBackground.TabStop = true;
     this.radioButtonTextNoBackground.Text = "No Background";
     this.radioButtonTextNoBackground.CheckedChanged += new System.EventHandler(this.radioButtonTextNoBackground_CheckedChanged);
     //
     // textBoxTextText
     //
     this.textBoxTextText.AcceptsReturn = true;
     this.textBoxTextText.Location = new System.Drawing.Point(56, 40);
     this.textBoxTextText.Multiline = true;
     this.textBoxTextText.Name = "textBoxTextText";
     this.textBoxTextText.Size = new System.Drawing.Size(128, 40);
     this.textBoxTextText.TabIndex = 41;
     this.textBoxTextText.Text = "AaBbCcDdEeFfGgWw";
     this.textBoxTextText.WordWrap = false;
     this.textBoxTextText.TextChanged += new System.EventHandler(this.textBoxTextText_TextChanged);
     //
     // comboBoxTextFontFamily
     //
     this.comboBoxTextFontFamily.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxTextFontFamily.Location = new System.Drawing.Point(288, 32);
     this.comboBoxTextFontFamily.Name = "comboBoxTextFontFamily";
     this.comboBoxTextFontFamily.Size = new System.Drawing.Size(144, 21);
     this.comboBoxTextFontFamily.TabIndex = 30;
     this.comboBoxTextFontFamily.SelectedIndexChanged += new System.EventHandler(this.comboBoxTextFontFamily_SelectedIndexChanged);
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(216, 32);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(64, 16);
     this.label11.TabIndex = 29;
     this.label11.Text = "Font Name:";
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(16, 48);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(40, 16);
     this.label12.TabIndex = 27;
     this.label12.Text = "Text:";
     //
     // numericUpDownTextSize
     //
     this.numericUpDownTextSize.Location = new System.Drawing.Point(304, 64);
     this.numericUpDownTextSize.Name = "numericUpDownTextSize";
     this.numericUpDownTextSize.Size = new System.Drawing.Size(96, 20);
     this.numericUpDownTextSize.TabIndex = 26;
     this.numericUpDownTextSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownTextSize.Value = new System.Decimal(new int[] {
                                                                                                                                         10,
                                                                                                                                         0,
                                                                                                                                         0,
                                                                                                                                         0});
     this.numericUpDownTextSize.ValueChanged += new System.EventHandler(this.numericUpDownTextSize_ValueChanged);
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(232, 64);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(64, 23);
     this.label13.TabIndex = 28;
     this.label13.Text = "Point Size:";
     //
     // checkBoxTextBold
     //
     this.checkBoxTextBold.Location = new System.Drawing.Point(208, 96);
     this.checkBoxTextBold.Name = "checkBoxTextBold";
     this.checkBoxTextBold.Size = new System.Drawing.Size(72, 24);
     this.checkBoxTextBold.TabIndex = 37;
     this.checkBoxTextBold.Text = "Bold";
     this.checkBoxTextBold.CheckedChanged += new System.EventHandler(this.checkBoxTextBold_CheckedChanged);
     //
     // checkBoxTextItalic
     //
     this.checkBoxTextItalic.Location = new System.Drawing.Point(208, 120);
     this.checkBoxTextItalic.Name = "checkBoxTextItalic";
     this.checkBoxTextItalic.Size = new System.Drawing.Size(72, 24);
     this.checkBoxTextItalic.TabIndex = 36;
     this.checkBoxTextItalic.Text = "Italic";
     this.checkBoxTextItalic.CheckedChanged += new System.EventHandler(this.checkBoxTextItalic_CheckedChanged);
     //
     // checkBoxTextUnderline
     //
     this.checkBoxTextUnderline.Location = new System.Drawing.Point(208, 144);
     this.checkBoxTextUnderline.Name = "checkBoxTextUnderline";
     this.checkBoxTextUnderline.Size = new System.Drawing.Size(72, 24);
     this.checkBoxTextUnderline.TabIndex = 35;
     this.checkBoxTextUnderline.Text = "Underline";
     this.checkBoxTextUnderline.CheckedChanged += new System.EventHandler(this.checkBoxTextUnderline_CheckedChanged);
     //
     // checkBoxTextStrikeout
     //
     this.checkBoxTextStrikeout.Location = new System.Drawing.Point(208, 168);
     this.checkBoxTextStrikeout.Name = "checkBoxTextStrikeout";
     this.checkBoxTextStrikeout.Size = new System.Drawing.Size(72, 24);
     this.checkBoxTextStrikeout.TabIndex = 40;
     this.checkBoxTextStrikeout.Text = "Strikeout";
     this.checkBoxTextStrikeout.CheckedChanged += new System.EventHandler(this.checkBoxTextStrikeout_CheckedChanged);
     //
     // checkBoxTextAllCaps
     //
     this.checkBoxTextAllCaps.Location = new System.Drawing.Point(280, 96);
     this.checkBoxTextAllCaps.Name = "checkBoxTextAllCaps";
     this.checkBoxTextAllCaps.Size = new System.Drawing.Size(72, 24);
     this.checkBoxTextAllCaps.TabIndex = 32;
     this.checkBoxTextAllCaps.Text = "All Caps";
     this.checkBoxTextAllCaps.CheckedChanged += new System.EventHandler(this.checkBoxTextAllCaps_CheckedChanged);
     //
     // checkBoxTextShadow
     //
     this.checkBoxTextShadow.Location = new System.Drawing.Point(280, 144);
     this.checkBoxTextShadow.Name = "checkBoxTextShadow";
     this.checkBoxTextShadow.Size = new System.Drawing.Size(72, 24);
     this.checkBoxTextShadow.TabIndex = 31;
     this.checkBoxTextShadow.Text = "Shadow";
     this.checkBoxTextShadow.CheckedChanged += new System.EventHandler(this.checkBoxTextShadow_CheckedChanged);
     //
     // checkBoxTextDoubleSpace
     //
     this.checkBoxTextDoubleSpace.Location = new System.Drawing.Point(280, 120);
     this.checkBoxTextDoubleSpace.Name = "checkBoxTextDoubleSpace";
     this.checkBoxTextDoubleSpace.Size = new System.Drawing.Size(96, 24);
     this.checkBoxTextDoubleSpace.TabIndex = 33;
     this.checkBoxTextDoubleSpace.Text = "Double Space";
     this.checkBoxTextDoubleSpace.CheckedChanged += new System.EventHandler(this.checkBoxTextDoubleSpace_CheckedChanged);
     //
     // buttonTextForeColor
     //
     this.buttonTextForeColor.Location = new System.Drawing.Point(288, 168);
     this.buttonTextForeColor.Name = "buttonTextForeColor";
     this.buttonTextForeColor.Size = new System.Drawing.Size(64, 24);
     this.buttonTextForeColor.TabIndex = 25;
     this.buttonTextForeColor.Text = "Fore";
     this.buttonTextForeColor.Click += new System.EventHandler(this.buttonTextForeColor_Click);
     //
     // buttonTextBackColor
     //
     this.buttonTextBackColor.Location = new System.Drawing.Point(368, 168);
     this.buttonTextBackColor.Name = "buttonTextBackColor";
     this.buttonTextBackColor.Size = new System.Drawing.Size(64, 24);
     this.buttonTextBackColor.TabIndex = 24;
     this.buttonTextBackColor.Text = "Back";
     this.buttonTextBackColor.Click += new System.EventHandler(this.buttonTextBackColor_Click);
     //
     // groupBoxTextProperties
     //
     this.groupBoxTextProperties.Location = new System.Drawing.Point(8, 0);
     this.groupBoxTextProperties.Name = "groupBoxTextProperties";
     this.groupBoxTextProperties.Size = new System.Drawing.Size(184, 200);
     this.groupBoxTextProperties.TabIndex = 51;
     this.groupBoxTextProperties.TabStop = false;
     this.groupBoxTextProperties.Text = "LegacyText Properties";
     //
     // groupBoxTextFontProperties
     //
     this.groupBoxTextFontProperties.Location = new System.Drawing.Point(200, 0);
     this.groupBoxTextFontProperties.Name = "groupBoxTextFontProperties";
     this.groupBoxTextFontProperties.Size = new System.Drawing.Size(280, 200);
     this.groupBoxTextFontProperties.TabIndex = 52;
     this.groupBoxTextFontProperties.TabStop = false;
     this.groupBoxTextFontProperties.Text = "Font Properties";
     //
     // tabStyleDialogs
     //
     this.tabStyleDialogs.Controls.Add(this.buttonSymbolStyleDialog);
     this.tabStyleDialogs.Controls.Add(this.buttonTextStyleDialog);
     this.tabStyleDialogs.Controls.Add(this.buttonAreaStyleDialog);
     this.tabStyleDialogs.Controls.Add(this.buttonLineStyleDialog);
     this.tabStyleDialogs.Location = new System.Drawing.Point(4, 22);
     this.tabStyleDialogs.Name = "tabStyleDialogs";
     this.tabStyleDialogs.Size = new System.Drawing.Size(488, 206);
     this.tabStyleDialogs.TabIndex = 7;
     this.tabStyleDialogs.Text = "Style Dialogs";
     //
     // buttonSymbolStyleDialog
     //
     this.buttonSymbolStyleDialog.Location = new System.Drawing.Point(16, 112);
     this.buttonSymbolStyleDialog.Name = "buttonSymbolStyleDialog";
     this.buttonSymbolStyleDialog.Size = new System.Drawing.Size(128, 23);
     this.buttonSymbolStyleDialog.TabIndex = 3;
     this.buttonSymbolStyleDialog.Text = "&Symbol Style Dialog";
     this.buttonSymbolStyleDialog.Click += new System.EventHandler(this.buttonSymbolStyleDialog_Click);
     //
     // buttonTextStyleDialog
     //
     this.buttonTextStyleDialog.Location = new System.Drawing.Point(16, 80);
     this.buttonTextStyleDialog.Name = "buttonTextStyleDialog";
     this.buttonTextStyleDialog.Size = new System.Drawing.Size(128, 23);
     this.buttonTextStyleDialog.TabIndex = 2;
     this.buttonTextStyleDialog.Text = "&Text Style Dialog";
     this.buttonTextStyleDialog.Click += new System.EventHandler(this.buttonTextStyleDialog_Click);
     //
     // buttonAreaStyleDialog
     //
     this.buttonAreaStyleDialog.Location = new System.Drawing.Point(16, 40);
     this.buttonAreaStyleDialog.Name = "buttonAreaStyleDialog";
     this.buttonAreaStyleDialog.Size = new System.Drawing.Size(128, 24);
     this.buttonAreaStyleDialog.TabIndex = 1;
     this.buttonAreaStyleDialog.Text = "&Area Style Dialog...";
     this.buttonAreaStyleDialog.Click += new System.EventHandler(this.buttonAreaStyleDialog_Click);
     //
     // buttonLineStyleDialog
     //
     this.buttonLineStyleDialog.Location = new System.Drawing.Point(16, 8);
     this.buttonLineStyleDialog.Name = "buttonLineStyleDialog";
     this.buttonLineStyleDialog.Size = new System.Drawing.Size(128, 24);
     this.buttonLineStyleDialog.TabIndex = 0;
     this.buttonLineStyleDialog.Text = "&Line Style Dialog...";
     this.buttonLineStyleDialog.Click += new System.EventHandler(this.buttonLineStyleDialog_Click);
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(496, 414);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.panel1);
     this.MinimumSize = new System.Drawing.Size(250, 200);
     this.Name = "MapForm1";
     this.Text = "Styles Sample";
     this.SizeChanged += new System.EventHandler(this.MapForm1_SizeChanged);
     this.Load += new System.EventHandler(this.MapForm1_Load);
     this.panel1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabStock.ResumeLayout(false);
     this.tabLines.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPixelWidth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPointWidth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLinePattern)).EndInit();
     this.tabFontSymbols.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFontCode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFontPointSize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFontAngle)).EndInit();
     this.tabFills.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFillPattern)).EndInit();
     this.tabVectorSymbols.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownVectorCode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownVectorPointSize)).EndInit();
     this.tabBitmapSymbols.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownBitmapPointSize)).EndInit();
     this.tabText.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTextAngle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTextSize)).EndInit();
     this.tabStyleDialogs.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#10
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
			this.panel1 = new System.Windows.Forms.Panel();
			this.statusBar1 = new System.Windows.Forms.StatusBar();
			this.label1 = new System.Windows.Forms.Label();
			this.fields = new System.Windows.Forms.CheckedListBox();
			this.layers = new System.Windows.Forms.ComboBox();
			this.label2 = new System.Windows.Forms.Label();
			this.mapToolBar1 = new MapInfo.Windows.Controls.MapToolBar();
			this.mapToolBarButtonOpenTable = new MapInfo.Windows.Controls.MapToolBarButton();
			this.mapToolBarButtonLayerControl = new MapInfo.Windows.Controls.MapToolBarButton();
			this.toolBarButtonSeparator = new System.Windows.Forms.ToolBarButton();
			this.mapToolBarButtonSelect = new MapInfo.Windows.Controls.MapToolBarButton();
			this.mapToolBarButtonZoomIn = new MapInfo.Windows.Controls.MapToolBarButton();
			this.mapToolBarButtonZoomOut = new MapInfo.Windows.Controls.MapToolBarButton();
			this.mapToolBarButtonPan = new MapInfo.Windows.Controls.MapToolBarButton();
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// mapControl1
			// 
			this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.mapControl1.Location = new System.Drawing.Point(0, 0);
			this.mapControl1.Name = "mapControl1";
			this.mapControl1.Size = new System.Drawing.Size(296, 244);
			this.mapControl1.TabIndex = 0;
			this.mapControl1.Text = "mapControl1";
			this.mapControl1.Tools.MiddleButtonTool = null;
			// 
			// panel1
			// 
			this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.panel1.Controls.Add(this.mapControl1);
			this.panel1.Location = new System.Drawing.Point(4, 40);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(300, 248);
			this.panel1.TabIndex = 1;
			// 
			// statusBar1
			// 
			this.statusBar1.Location = new System.Drawing.Point(0, 291);
			this.statusBar1.Name = "statusBar1";
			this.statusBar1.Size = new System.Drawing.Size(520, 19);
			this.statusBar1.TabIndex = 2;
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.label1.Location = new System.Drawing.Point(320, 38);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(168, 16);
			this.label1.TabIndex = 5;
			this.label1.Text = "Layers:";
			// 
			// fields
			// 
			this.fields.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.fields.Location = new System.Drawing.Point(320, 94);
			this.fields.Name = "fields";
			this.fields.Size = new System.Drawing.Size(184, 184);
			this.fields.TabIndex = 6;
			this.fields.SelectedIndexChanged += new System.EventHandler(this.fields_SelectedIndexChanged);
			// 
			// layers
			// 
			this.layers.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.layers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.layers.Location = new System.Drawing.Point(320, 54);
			this.layers.Name = "layers";
			this.layers.Size = new System.Drawing.Size(184, 21);
			this.layers.TabIndex = 7;
			// 
			// label2
			// 
			this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.label2.Location = new System.Drawing.Point(320, 78);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(168, 16);
			this.label2.TabIndex = 8;
			this.label2.Text = "Fields:";
			// 
			// mapToolBar1
			// 
			this.mapToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						   this.mapToolBarButtonOpenTable,
																						   this.mapToolBarButtonLayerControl,
																						   this.toolBarButtonSeparator,
																						   this.mapToolBarButtonSelect,
																						   this.mapToolBarButtonZoomIn,
																						   this.mapToolBarButtonZoomOut,
																						   this.mapToolBarButtonPan});
			this.mapToolBar1.Divider = false;
			this.mapToolBar1.Dock = System.Windows.Forms.DockStyle.None;
			this.mapToolBar1.DropDownArrows = true;
			this.mapToolBar1.Location = new System.Drawing.Point(6, 8);
			this.mapToolBar1.MapControl = this.mapControl1;
			this.mapToolBar1.Name = "mapToolBar1";
			this.mapToolBar1.ShowToolTips = true;
			this.mapToolBar1.Size = new System.Drawing.Size(160, 26);
			this.mapToolBar1.TabIndex = 9;
			// 
			// mapToolBarButtonOpenTable
			// 
			this.mapToolBarButtonOpenTable.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.OpenTable;
			this.mapToolBarButtonOpenTable.ToolTipText = "Open Table";
			// 
			// mapToolBarButtonLayerControl
			// 
			this.mapToolBarButtonLayerControl.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.LayerControl;
			this.mapToolBarButtonLayerControl.ToolTipText = "Layer Control";
			// 
			// toolBarButtonSeparator
			// 
			this.toolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// mapToolBarButtonSelect
			// 
			this.mapToolBarButtonSelect.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Select;
			this.mapToolBarButtonSelect.ToolTipText = "Select";
			// 
			// mapToolBarButtonZoomIn
			// 
			this.mapToolBarButtonZoomIn.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomIn;
			this.mapToolBarButtonZoomIn.ToolTipText = "Zoom-in";
			// 
			// mapToolBarButtonZoomOut
			// 
			this.mapToolBarButtonZoomOut.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomOut;
			this.mapToolBarButtonZoomOut.ToolTipText = "Zoom-out";
			// 
			// mapToolBarButtonPan
			// 
			this.mapToolBarButtonPan.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Pan;
			this.mapToolBarButtonPan.ToolTipText = "Pan";
			// 
			// MapForm1
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(520, 310);
			this.Controls.Add(this.mapToolBar1);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.layers);
			this.Controls.Add(this.fields);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.statusBar1);
			this.Controls.Add(this.panel1);
			this.MinimumSize = new System.Drawing.Size(250, 200);
			this.Name = "MapForm1";
			this.Text = "Pie Theme Sample";
			this.Load += new System.EventHandler(this.MapForm1_Load);
			this.panel1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
示例#11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.button1     = new System.Windows.Forms.Button();
     this.button2     = new System.Windows.Forms.Button();
     this.button3     = new System.Windows.Forms.Button();
     this.button4     = new System.Windows.Forms.Button();
     this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.button5     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(48, 272);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(104, 23);
     this.button1.TabIndex = 11;
     this.button1.Text     = "Change AreaStyle";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(184, 272);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(104, 24);
     this.button2.TabIndex = 13;
     this.button2.Text     = "Change LineStyle";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(320, 272);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(104, 24);
     this.button3.TabIndex = 14;
     this.button3.Text     = "Change TextStyle";
     this.button3.Click   += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(456, 272);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(112, 32);
     this.button4.TabIndex = 15;
     this.button4.Text     = "Change SymbolStyle";
     this.button4.Click   += new System.EventHandler(this.button4_Click);
     //
     // mapControl1
     //
     this.mapControl1.Location             = new System.Drawing.Point(24, 8);
     this.mapControl1.Name                 = "mapControl1";
     this.mapControl1.Size                 = new System.Drawing.Size(584, 248);
     this.mapControl1.TabIndex             = 16;
     this.mapControl1.Text                 = "mapControl1";
     this.mapControl1.Tools.LeftButtonTool = "ZoomIn";
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(48, 320);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(120, 23);
     this.button5.TabIndex = 17;
     this.button5.Text     = "Change Sparse Style";
     this.button5.Click   += new System.EventHandler(this.button5_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(656, 359);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.mapControl1);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.ResumeLayout(false);
 }
示例#12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.panel1      = new System.Windows.Forms.Panel();
     this.statusBar1  = new System.Windows.Forms.StatusBar();
     this.btnBarTheme = new System.Windows.Forms.Button();
     this.btnStacked  = new System.Windows.Forms.Button();
     this.mapToolBar1 = new MapInfo.Windows.Controls.MapToolBar();
     this.mapToolBarButtonOpenTable    = new MapInfo.Windows.Controls.MapToolBarButton();
     this.toolBarButtonSeparator       = new System.Windows.Forms.ToolBarButton();
     this.mapToolBarButtonSelect       = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomIn       = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomOut      = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonPan          = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonLayerControl = new MapInfo.Windows.Controls.MapToolBarButton();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name     = "mapControl1";
     this.mapControl1.Size     = new System.Drawing.Size(394, 245);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text     = "mapControl1";
     this.mapControl1.Tools.MiddleButtonTool = null;
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Location = new System.Drawing.Point(4, 40);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(398, 249);
     this.panel1.TabIndex = 1;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 287);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(406, 19);
     this.statusBar1.TabIndex = 2;
     //
     // btnBarTheme
     //
     this.btnBarTheme.Location = new System.Drawing.Point(200, 8);
     this.btnBarTheme.Name     = "btnBarTheme";
     this.btnBarTheme.Size     = new System.Drawing.Size(88, 23);
     this.btnBarTheme.TabIndex = 4;
     this.btnBarTheme.Text     = "BarTheme";
     this.btnBarTheme.Click   += new System.EventHandler(this.btnBarTheme_Click);
     //
     // btnStacked
     //
     this.btnStacked.Location = new System.Drawing.Point(312, 8);
     this.btnStacked.Name     = "btnStacked";
     this.btnStacked.Size     = new System.Drawing.Size(88, 23);
     this.btnStacked.TabIndex = 5;
     this.btnStacked.Text     = "Stacked";
     this.btnStacked.Click   += new System.EventHandler(this.btnStacked_Click);
     //
     // mapToolBar1
     //
     this.mapToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.mapToolBarButtonOpenTable,
         this.mapToolBarButtonLayerControl,
         this.toolBarButtonSeparator,
         this.mapToolBarButtonSelect,
         this.mapToolBarButtonZoomIn,
         this.mapToolBarButtonZoomOut,
         this.mapToolBarButtonPan
     });
     this.mapToolBar1.Divider        = false;
     this.mapToolBar1.Dock           = System.Windows.Forms.DockStyle.None;
     this.mapToolBar1.DropDownArrows = true;
     this.mapToolBar1.Location       = new System.Drawing.Point(8, 8);
     this.mapToolBar1.MapControl     = this.mapControl1;
     this.mapToolBar1.Name           = "mapToolBar1";
     this.mapToolBar1.ShowToolTips   = true;
     this.mapToolBar1.Size           = new System.Drawing.Size(160, 26);
     this.mapToolBar1.TabIndex       = 7;
     //
     // mapToolBarButtonOpenTable
     //
     this.mapToolBarButtonOpenTable.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.OpenTable;
     this.mapToolBarButtonOpenTable.ToolTipText = "Open Table";
     //
     // toolBarButtonSeparator
     //
     this.toolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // mapToolBarButtonSelect
     //
     this.mapToolBarButtonSelect.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.Select;
     this.mapToolBarButtonSelect.ToolTipText = "Select";
     //
     // mapToolBarButtonZoomIn
     //
     this.mapToolBarButtonZoomIn.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.ZoomIn;
     this.mapToolBarButtonZoomIn.ToolTipText = "Zoom-in";
     //
     // mapToolBarButtonZoomOut
     //
     this.mapToolBarButtonZoomOut.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.ZoomOut;
     this.mapToolBarButtonZoomOut.ToolTipText = "Zoom-out";
     //
     // mapToolBarButtonPan
     //
     this.mapToolBarButtonPan.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.Pan;
     this.mapToolBarButtonPan.ToolTipText = "Pan";
     //
     // mapToolBarButtonLayerControl
     //
     this.mapToolBarButtonLayerControl.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.LayerControl;
     this.mapToolBarButtonLayerControl.ToolTipText = "Layer Control";
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(406, 306);
     this.Controls.Add(this.mapToolBar1);
     this.Controls.Add(this.btnStacked);
     this.Controls.Add(this.btnBarTheme);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.panel1);
     this.MinimumSize = new System.Drawing.Size(250, 200);
     this.Name        = "MapForm1";
     this.Text        = "MapForm1";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.panel1      = new System.Windows.Forms.Panel();
     this.statusBar1  = new System.Windows.Forms.StatusBar();
     this.label1      = new System.Windows.Forms.Label();
     this.fields      = new System.Windows.Forms.CheckedListBox();
     this.layers      = new System.Windows.Forms.ComboBox();
     this.label2      = new System.Windows.Forms.Label();
     this.mapToolBar1 = new MapInfo.Windows.Controls.MapToolBar();
     this.mapToolBarButtonOpenTable    = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonLayerControl = new MapInfo.Windows.Controls.MapToolBarButton();
     this.toolBarButtonSeparator       = new System.Windows.Forms.ToolBarButton();
     this.mapToolBarButtonSelect       = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomIn       = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomOut      = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonPan          = new MapInfo.Windows.Controls.MapToolBarButton();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name     = "mapControl1";
     this.mapControl1.Size     = new System.Drawing.Size(296, 244);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text     = "mapControl1";
     this.mapControl1.Tools.MiddleButtonTool = null;
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Location = new System.Drawing.Point(4, 40);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(300, 248);
     this.panel1.TabIndex = 1;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 291);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(520, 19);
     this.statusBar1.TabIndex = 2;
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Location = new System.Drawing.Point(320, 38);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(168, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Layers:";
     //
     // fields
     //
     this.fields.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.fields.Location              = new System.Drawing.Point(320, 94);
     this.fields.Name                  = "fields";
     this.fields.Size                  = new System.Drawing.Size(184, 184);
     this.fields.TabIndex              = 6;
     this.fields.SelectedIndexChanged += new System.EventHandler(this.fields_SelectedIndexChanged);
     //
     // layers
     //
     this.layers.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.layers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.layers.Location      = new System.Drawing.Point(320, 54);
     this.layers.Name          = "layers";
     this.layers.Size          = new System.Drawing.Size(184, 21);
     this.layers.TabIndex      = 7;
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(320, 78);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(168, 16);
     this.label2.TabIndex = 8;
     this.label2.Text     = "Fields:";
     //
     // mapToolBar1
     //
     this.mapToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.mapToolBarButtonOpenTable,
         this.mapToolBarButtonLayerControl,
         this.toolBarButtonSeparator,
         this.mapToolBarButtonSelect,
         this.mapToolBarButtonZoomIn,
         this.mapToolBarButtonZoomOut,
         this.mapToolBarButtonPan
     });
     this.mapToolBar1.Divider        = false;
     this.mapToolBar1.Dock           = System.Windows.Forms.DockStyle.None;
     this.mapToolBar1.DropDownArrows = true;
     this.mapToolBar1.Location       = new System.Drawing.Point(6, 8);
     this.mapToolBar1.MapControl     = this.mapControl1;
     this.mapToolBar1.Name           = "mapToolBar1";
     this.mapToolBar1.ShowToolTips   = true;
     this.mapToolBar1.Size           = new System.Drawing.Size(160, 26);
     this.mapToolBar1.TabIndex       = 9;
     //
     // mapToolBarButtonOpenTable
     //
     this.mapToolBarButtonOpenTable.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.OpenTable;
     this.mapToolBarButtonOpenTable.ToolTipText = "Open Table";
     //
     // mapToolBarButtonLayerControl
     //
     this.mapToolBarButtonLayerControl.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.LayerControl;
     this.mapToolBarButtonLayerControl.ToolTipText = "Layer Control";
     //
     // toolBarButtonSeparator
     //
     this.toolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // mapToolBarButtonSelect
     //
     this.mapToolBarButtonSelect.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.Select;
     this.mapToolBarButtonSelect.ToolTipText = "Select";
     //
     // mapToolBarButtonZoomIn
     //
     this.mapToolBarButtonZoomIn.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.ZoomIn;
     this.mapToolBarButtonZoomIn.ToolTipText = "Zoom-in";
     //
     // mapToolBarButtonZoomOut
     //
     this.mapToolBarButtonZoomOut.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.ZoomOut;
     this.mapToolBarButtonZoomOut.ToolTipText = "Zoom-out";
     //
     // mapToolBarButtonPan
     //
     this.mapToolBarButtonPan.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.Pan;
     this.mapToolBarButtonPan.ToolTipText = "Pan";
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(520, 310);
     this.Controls.Add(this.mapToolBar1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.layers);
     this.Controls.Add(this.fields);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.panel1);
     this.MinimumSize = new System.Drawing.Size(250, 200);
     this.Name        = "MapForm1";
     this.Text        = "Pie Theme Sample";
     this.Load       += new System.EventHandler(this.MapForm1_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.panel1      = new System.Windows.Forms.Panel();
     this.statusBar1  = new System.Windows.Forms.StatusBar();
     this.button1     = new System.Windows.Forms.Button();
     this.button2     = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.Location               = new System.Drawing.Point(0, 0);
     this.mapControl1.Name                   = "mapControl1";
     this.mapControl1.Size                   = new System.Drawing.Size(394, 245);
     this.mapControl1.TabIndex               = 0;
     this.mapControl1.Text                   = "mapControl1";
     this.mapControl1.Tools.LeftButtonTool   = "ZoomIn";
     this.mapControl1.Tools.MiddleButtonTool = null;
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Location = new System.Drawing.Point(4, 40);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(398, 249);
     this.panel1.TabIndex = 1;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 287);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(406, 19);
     this.statusBar1.TabIndex = 2;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(24, 8);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(96, 23);
     this.button1.TabIndex = 3;
     this.button1.Text     = "Get RasterInfo";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(128, 8);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(112, 23);
     this.button2.TabIndex = 4;
     this.button2.Text     = "Get RasterStyle";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(406, 306);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.panel1);
     this.MinimumSize = new System.Drawing.Size(250, 200);
     this.Name        = "MapForm1";
     this.Text        = "MapForm1";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.button5 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(48, 272);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(104, 23);
     this.button1.TabIndex = 11;
     this.button1.Text = "Change AreaStyle";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(184, 272);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(104, 24);
     this.button2.TabIndex = 13;
     this.button2.Text = "Change LineStyle";
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(320, 272);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(104, 24);
     this.button3.TabIndex = 14;
     this.button3.Text = "Change TextStyle";
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(456, 272);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(112, 32);
     this.button4.TabIndex = 15;
     this.button4.Text = "Change SymbolStyle";
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // mapControl1
     //
     this.mapControl1.Location = new System.Drawing.Point(24, 8);
     this.mapControl1.Name = "mapControl1";
     this.mapControl1.Size = new System.Drawing.Size(584, 248);
     this.mapControl1.TabIndex = 16;
     this.mapControl1.Text = "mapControl1";
     this.mapControl1.Tools.LeftButtonTool = "ZoomIn";
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(48, 320);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(120, 23);
     this.button5.TabIndex = 17;
     this.button5.Text = "Change Sparse Style";
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(656, 359);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.mapControl1);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.ResumeLayout(false);
 }
示例#16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.panel1 = new System.Windows.Forms.Panel();
     this.statusBar1 = new System.Windows.Forms.StatusBar();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name = "mapControl1";
     this.mapControl1.Size = new System.Drawing.Size(394, 245);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text = "mapControl1";
     this.mapControl1.Tools.LeftButtonTool = "ZoomIn";
     this.mapControl1.Tools.MiddleButtonTool = null;
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Location = new System.Drawing.Point(4, 40);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(398, 249);
     this.panel1.TabIndex = 1;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 287);
     this.statusBar1.Name = "statusBar1";
     this.statusBar1.Size = new System.Drawing.Size(406, 19);
     this.statusBar1.TabIndex = 2;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(24, 8);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(96, 23);
     this.button1.TabIndex = 3;
     this.button1.Text = "Get RasterInfo";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(128, 8);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(112, 23);
     this.button2.TabIndex = 4;
     this.button2.Text = "Get RasterStyle";
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(406, 306);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.panel1);
     this.MinimumSize = new System.Drawing.Size(250, 200);
     this.Name = "MapForm1";
     this.Text = "MapForm1";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mapControl1  = new MapInfo.Windows.Controls.MapControl();
     this.panel1       = new System.Windows.Forms.Panel();
     this.statusBar1   = new System.Windows.Forms.StatusBar();
     this.comboBoxMaps = new System.Windows.Forms.ComboBox();
     this.RemoveMap    = new System.Windows.Forms.Button();
     this.BtnNewMap    = new System.Windows.Forms.Button();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.MapFromFile  = new System.Windows.Forms.Button();
     this.ClearMaps    = new System.Windows.Forms.Button();
     this.NewEmptyMap  = new System.Windows.Forms.Button();
     this.mapToolBar1  = new MapInfo.Windows.Controls.MapToolBar();
     this.mapToolBarButtonOpenTable    = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonLayerControl = new MapInfo.Windows.Controls.MapToolBarButton();
     this.toolBarButtonSeparator       = new System.Windows.Forms.ToolBarButton();
     this.mapToolBarButtonSelect       = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomIn       = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomOut      = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonPan          = new MapInfo.Windows.Controls.MapToolBarButton();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name     = "mapControl1";
     this.mapControl1.Size     = new System.Drawing.Size(408, 284);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text     = "mapControl1";
     this.mapControl1.Tools.MiddleButtonTool = null;
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Location = new System.Drawing.Point(4, 32);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(412, 288);
     this.panel1.TabIndex = 1;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 322);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(584, 19);
     this.statusBar1.TabIndex = 2;
     //
     // comboBoxMaps
     //
     this.comboBoxMaps.Location              = new System.Drawing.Point(200, 8);
     this.comboBoxMaps.Name                  = "comboBoxMaps";
     this.comboBoxMaps.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxMaps.TabIndex              = 4;
     this.comboBoxMaps.Text                  = "comboBoxMaps";
     this.comboBoxMaps.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // RemoveMap
     //
     this.RemoveMap.Location = new System.Drawing.Point(328, 7);
     this.RemoveMap.Name     = "RemoveMap";
     this.RemoveMap.Size     = new System.Drawing.Size(80, 23);
     this.RemoveMap.TabIndex = 5;
     this.RemoveMap.Text     = "Remove Map";
     this.RemoveMap.Click   += new System.EventHandler(this.RemoveMap_Click);
     //
     // BtnNewMap
     //
     this.BtnNewMap.Location = new System.Drawing.Point(16, 32);
     this.BtnNewMap.Name     = "BtnNewMap";
     this.BtnNewMap.Size     = new System.Drawing.Size(120, 23);
     this.BtnNewMap.TabIndex = 6;
     this.BtnNewMap.Text     = "New Map Dialog";
     this.BtnNewMap.Click   += new System.EventHandler(this.button2_Click);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.MapFromFile);
     this.groupBox1.Controls.Add(this.ClearMaps);
     this.groupBox1.Controls.Add(this.NewEmptyMap);
     this.groupBox1.Controls.Add(this.BtnNewMap);
     this.groupBox1.Location = new System.Drawing.Point(424, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(152, 312);
     this.groupBox1.TabIndex = 7;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "MapFactory Methods";
     //
     // MapFromFile
     //
     this.MapFromFile.Location = new System.Drawing.Point(16, 112);
     this.MapFromFile.Name     = "MapFromFile";
     this.MapFromFile.Size     = new System.Drawing.Size(120, 23);
     this.MapFromFile.TabIndex = 9;
     this.MapFromFile.Text     = "New Map From File";
     this.MapFromFile.Click   += new System.EventHandler(this.MapFromFile_Click);
     //
     // ClearMaps
     //
     this.ClearMaps.Location = new System.Drawing.Point(16, 152);
     this.ClearMaps.Name     = "ClearMaps";
     this.ClearMaps.Size     = new System.Drawing.Size(120, 23);
     this.ClearMaps.TabIndex = 8;
     this.ClearMaps.Text     = "Clear Maps";
     this.ClearMaps.Click   += new System.EventHandler(this.ClearMaps_Click);
     //
     // NewEmptyMap
     //
     this.NewEmptyMap.Location = new System.Drawing.Point(16, 72);
     this.NewEmptyMap.Name     = "NewEmptyMap";
     this.NewEmptyMap.Size     = new System.Drawing.Size(120, 23);
     this.NewEmptyMap.TabIndex = 7;
     this.NewEmptyMap.Text     = "New Empty Map";
     this.NewEmptyMap.Click   += new System.EventHandler(this.NewEmptyMap_Click);
     //
     // mapToolBar1
     //
     this.mapToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.mapToolBarButtonOpenTable,
         this.mapToolBarButtonLayerControl,
         this.toolBarButtonSeparator,
         this.mapToolBarButtonSelect,
         this.mapToolBarButtonZoomIn,
         this.mapToolBarButtonZoomOut,
         this.mapToolBarButtonPan
     });
     this.mapToolBar1.Divider        = false;
     this.mapToolBar1.Dock           = System.Windows.Forms.DockStyle.None;
     this.mapToolBar1.DropDownArrows = true;
     this.mapToolBar1.Location       = new System.Drawing.Point(6, 6);
     this.mapToolBar1.MapControl     = this.mapControl1;
     this.mapToolBar1.Name           = "mapToolBar1";
     this.mapToolBar1.ShowToolTips   = true;
     this.mapToolBar1.Size           = new System.Drawing.Size(187, 26);
     this.mapToolBar1.TabIndex       = 9;
     //
     // mapToolBarButtonOpenTable
     //
     this.mapToolBarButtonOpenTable.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.OpenTable;
     this.mapToolBarButtonOpenTable.ToolTipText = "Open Table";
     //
     // mapToolBarButtonLayerControl
     //
     this.mapToolBarButtonLayerControl.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.LayerControl;
     this.mapToolBarButtonLayerControl.ToolTipText = "Layer Control";
     //
     // toolBarButtonSeparator
     //
     this.toolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // mapToolBarButtonSelect
     //
     this.mapToolBarButtonSelect.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.Select;
     this.mapToolBarButtonSelect.ToolTipText = "Select";
     //
     // mapToolBarButtonZoomIn
     //
     this.mapToolBarButtonZoomIn.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.ZoomIn;
     this.mapToolBarButtonZoomIn.ToolTipText = "Zoom-in";
     //
     // mapToolBarButtonZoomOut
     //
     this.mapToolBarButtonZoomOut.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.ZoomOut;
     this.mapToolBarButtonZoomOut.ToolTipText = "Zoom-out";
     //
     // mapToolBarButtonPan
     //
     this.mapToolBarButtonPan.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.Pan;
     this.mapToolBarButtonPan.ToolTipText = "Pan";
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(584, 341);
     this.Controls.Add(this.mapToolBar1);
     this.Controls.Add(this.RemoveMap);
     this.Controls.Add(this.comboBoxMaps);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox1);
     this.MinimumSize = new System.Drawing.Size(592, 248);
     this.Name        = "MapForm1";
     this.Text        = "MapForm1";
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.button5 = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.button6 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Location = new System.Drawing.Point(8, 40);
     this.mapControl1.Name = "mapControl1";
     this.mapControl1.Size = new System.Drawing.Size(320, 192);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text = "mapControl1";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(8, 272);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(320, 23);
     this.button1.TabIndex = 1;
     this.button1.Text = "Simple theme";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(8, 296);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(320, 23);
     this.button2.TabIndex = 2;
     this.button2.Text = "Theme Graduated by Log value";
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(8, 368);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(320, 23);
     this.button3.TabIndex = 3;
     this.button3.Text = "Theme that shows negative values";
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(8, 320);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(320, 23);
     this.button4.TabIndex = 4;
     this.button4.Text = "Theme that sets DataValueAtSize property";
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(8, 344);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(320, 23);
     this.button5.TabIndex = 5;
     this.button5.Text = "Theme that uses non-default symbol";
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 248);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(312, 16);
     this.label1.TabIndex = 6;
     this.label1.Text = "Click buttons to display the described theme:";
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(8, 8);
     this.button6.Name = "button6";
     this.button6.Size = new System.Drawing.Size(136, 23);
     this.button6.TabIndex = 7;
     this.button6.Text = "Open Mexico.tab...";
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(336, 398);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.mapControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.ResumeLayout(false);
 }
示例#19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.panel1      = new System.Windows.Forms.Panel();
     this.statusBar1  = new System.Windows.Forms.StatusBar();
     this.mapToolBar1 = new MapInfo.Windows.Controls.MapToolBar();
     this.mapToolBarButtonOpenTable    = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonLayerControl = new MapInfo.Windows.Controls.MapToolBarButton();
     this.toolBarButtonSeparator       = new System.Windows.Forms.ToolBarButton();
     this.mapToolBarButtonSelect       = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomIn       = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomOut      = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonPan          = new MapInfo.Windows.Controls.MapToolBarButton();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.IgnoreLostFocusEvent = false;
     this.mapControl1.Location             = new System.Drawing.Point(0, 0);
     this.mapControl1.Name     = "mapControl1";
     this.mapControl1.Size     = new System.Drawing.Size(594, 340);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text     = "mapControl1";
     this.mapControl1.Tools.MiddleButtonTool = null;
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Location = new System.Drawing.Point(5, 43);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(598, 344);
     this.panel1.TabIndex = 1;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 385);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(608, 20);
     this.statusBar1.TabIndex = 2;
     //
     // mapToolBar1
     //
     this.mapToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.mapToolBarButtonOpenTable,
         this.mapToolBarButtonLayerControl,
         this.toolBarButtonSeparator,
         this.mapToolBarButtonSelect,
         this.mapToolBarButtonZoomIn,
         this.mapToolBarButtonZoomOut,
         this.mapToolBarButtonPan
     });
     this.mapToolBar1.Divider        = false;
     this.mapToolBar1.Dock           = System.Windows.Forms.DockStyle.None;
     this.mapToolBar1.DropDownArrows = true;
     this.mapToolBar1.Location       = new System.Drawing.Point(7, 9);
     this.mapToolBar1.MapControl     = this.mapControl1;
     this.mapToolBar1.Name           = "mapToolBar1";
     this.mapToolBar1.ShowToolTips   = true;
     this.mapToolBar1.Size           = new System.Drawing.Size(192, 26);
     this.mapToolBar1.TabIndex       = 8;
     //
     // mapToolBarButtonOpenTable
     //
     this.mapToolBarButtonOpenTable.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.OpenTable;
     this.mapToolBarButtonOpenTable.Name        = "mapToolBarButtonOpenTable";
     this.mapToolBarButtonOpenTable.ToolTipText = "Open Table";
     //
     // mapToolBarButtonLayerControl
     //
     this.mapToolBarButtonLayerControl.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.LayerControl;
     this.mapToolBarButtonLayerControl.Name        = "mapToolBarButtonLayerControl";
     this.mapToolBarButtonLayerControl.ToolTipText = "Layer Control";
     //
     // toolBarButtonSeparator
     //
     this.toolBarButtonSeparator.Name  = "toolBarButtonSeparator";
     this.toolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // mapToolBarButtonSelect
     //
     this.mapToolBarButtonSelect.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.Select;
     this.mapToolBarButtonSelect.Name        = "mapToolBarButtonSelect";
     this.mapToolBarButtonSelect.ToolTipText = "Select";
     //
     // mapToolBarButtonZoomIn
     //
     this.mapToolBarButtonZoomIn.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.ZoomIn;
     this.mapToolBarButtonZoomIn.Name        = "mapToolBarButtonZoomIn";
     this.mapToolBarButtonZoomIn.ToolTipText = "Zoom-in";
     //
     // mapToolBarButtonZoomOut
     //
     this.mapToolBarButtonZoomOut.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.ZoomOut;
     this.mapToolBarButtonZoomOut.Name        = "mapToolBarButtonZoomOut";
     this.mapToolBarButtonZoomOut.ToolTipText = "Zoom-out";
     //
     // mapToolBarButtonPan
     //
     this.mapToolBarButtonPan.ButtonType  = MapInfo.Windows.Controls.MapToolButtonType.Pan;
     this.mapToolBarButtonPan.Name        = "mapToolBarButtonPan";
     this.mapToolBarButtonPan.ToolTipText = "Pan";
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(608, 405);
     this.Controls.Add(this.mapToolBar1);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.panel1);
     this.MinimumSize = new System.Drawing.Size(300, 215);
     this.Name        = "MapForm1";
     this.Text        = "MapForm1";
     this.Load       += new System.EventHandler(this.MapForm1_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#20
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
			this.panel1 = new System.Windows.Forms.Panel();
			this.statusBar1 = new System.Windows.Forms.StatusBar();
			this.GridButton = new System.Windows.Forms.Button();
			this.StyleButton = new System.Windows.Forms.Button();
			this.ReadTableColumnB = new System.Windows.Forms.Button();
			this.mapToolBar1 = new MapInfo.Windows.Controls.MapToolBar();
			this.mapToolBarButtonOpenTable = new MapInfo.Windows.Controls.MapToolBarButton();
			this.mapToolBarButtonLayerControl = new MapInfo.Windows.Controls.MapToolBarButton();
			this.toolBarButtonSeparator = new System.Windows.Forms.ToolBarButton();
			this.mapToolBarButtonSelect = new MapInfo.Windows.Controls.MapToolBarButton();
			this.mapToolBarButtonZoomIn = new MapInfo.Windows.Controls.MapToolBarButton();
			this.mapToolBarButtonZoomOut = new MapInfo.Windows.Controls.MapToolBarButton();
			this.mapToolBarButtonPan = new MapInfo.Windows.Controls.MapToolBarButton();
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// mapControl1
			// 
			this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.mapControl1.Location = new System.Drawing.Point(0, 0);
			this.mapControl1.Name = "mapControl1";
			this.mapControl1.Size = new System.Drawing.Size(652, 369);
			this.mapControl1.TabIndex = 0;
			this.mapControl1.Text = "mapControl1";
			this.mapControl1.Tools.MiddleButtonTool = null;
			// 
			// panel1
			// 
			this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.panel1.Controls.Add(this.mapControl1);
			this.panel1.Location = new System.Drawing.Point(4, 40);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(656, 373);
			this.panel1.TabIndex = 1;
			// 
			// statusBar1
			// 
			this.statusBar1.Location = new System.Drawing.Point(0, 411);
			this.statusBar1.Name = "statusBar1";
			this.statusBar1.Size = new System.Drawing.Size(664, 19);
			this.statusBar1.TabIndex = 2;
			// 
			// GridButton
			// 
			this.GridButton.Location = new System.Drawing.Point(336, 8);
			this.GridButton.Name = "GridButton";
			this.GridButton.TabIndex = 4;
			this.GridButton.Text = "2. GridInfo";
			this.GridButton.Click += new System.EventHandler(this.GridButton_Click);
			// 
			// StyleButton
			// 
			this.StyleButton.Location = new System.Drawing.Point(432, 8);
			this.StyleButton.Name = "StyleButton";
			this.StyleButton.TabIndex = 5;
			this.StyleButton.Text = "3. Style";
			this.StyleButton.Click += new System.EventHandler(this.StyleButton_Click);
			// 
			// ReadTableColumnB
			// 
			this.ReadTableColumnB.Location = new System.Drawing.Point(216, 8);
			this.ReadTableColumnB.Name = "ReadTableColumnB";
			this.ReadTableColumnB.Size = new System.Drawing.Size(104, 23);
			this.ReadTableColumnB.TabIndex = 6;
			this.ReadTableColumnB.Text = "1. ReadTable";
			this.ReadTableColumnB.Click += new System.EventHandler(this.ReadTableColumnB_Click);
			// 
			// mapToolBar1
			// 
			this.mapToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						   this.mapToolBarButtonOpenTable,
																						   this.mapToolBarButtonLayerControl,
																						   this.toolBarButtonSeparator,
																						   this.mapToolBarButtonSelect,
																						   this.mapToolBarButtonZoomIn,
																						   this.mapToolBarButtonZoomOut,
																						   this.mapToolBarButtonPan});
			this.mapToolBar1.Divider = false;
			this.mapToolBar1.Dock = System.Windows.Forms.DockStyle.None;
			this.mapToolBar1.DropDownArrows = true;
			this.mapToolBar1.Location = new System.Drawing.Point(6, 7);
			this.mapToolBar1.MapControl = this.mapControl1;
			this.mapToolBar1.Name = "mapToolBar1";
			this.mapToolBar1.ShowToolTips = true;
			this.mapToolBar1.Size = new System.Drawing.Size(160, 26);
			this.mapToolBar1.TabIndex = 8;
			// 
			// mapToolBarButtonOpenTable
			// 
			this.mapToolBarButtonOpenTable.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.OpenTable;
			this.mapToolBarButtonOpenTable.ToolTipText = "Open Table";
			// 
			// mapToolBarButtonLayerControl
			// 
			this.mapToolBarButtonLayerControl.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.LayerControl;
			this.mapToolBarButtonLayerControl.ToolTipText = "Layer Control";
			// 
			// toolBarButtonSeparator
			// 
			this.toolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// mapToolBarButtonSelect
			// 
			this.mapToolBarButtonSelect.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Select;
			this.mapToolBarButtonSelect.ToolTipText = "Select";
			// 
			// mapToolBarButtonZoomIn
			// 
			this.mapToolBarButtonZoomIn.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomIn;
			this.mapToolBarButtonZoomIn.ToolTipText = "Zoom-in";
			// 
			// mapToolBarButtonZoomOut
			// 
			this.mapToolBarButtonZoomOut.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomOut;
			this.mapToolBarButtonZoomOut.ToolTipText = "Zoom-out";
			// 
			// mapToolBarButtonPan
			// 
			this.mapToolBarButtonPan.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Pan;
			this.mapToolBarButtonPan.ToolTipText = "Pan";
			// 
			// MapForm1
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(664, 430);
			this.Controls.Add(this.mapToolBar1);
			this.Controls.Add(this.ReadTableColumnB);
			this.Controls.Add(this.StyleButton);
			this.Controls.Add(this.GridButton);
			this.Controls.Add(this.statusBar1);
			this.Controls.Add(this.panel1);
			this.MinimumSize = new System.Drawing.Size(250, 200);
			this.Name = "MapForm1";
			this.Text = "MapForm1";
			this.panel1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
示例#21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.panel1 = new System.Windows.Forms.Panel();
     this.statusBar1 = new System.Windows.Forms.StatusBar();
     this.mapToolBar1 = new MapInfo.Windows.Controls.MapToolBar();
     this.mapToolBarButtonOpenTable = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonLayerControl = new MapInfo.Windows.Controls.MapToolBarButton();
     this.toolBarButtonSeparator = new System.Windows.Forms.ToolBarButton();
     this.mapToolBarButtonSelect = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomIn = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomOut = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonPan = new MapInfo.Windows.Controls.MapToolBarButton();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.IgnoreLostFocusEvent = false;
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name = "mapControl1";
     this.mapControl1.Size = new System.Drawing.Size(594, 340);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text = "mapControl1";
     this.mapControl1.Tools.MiddleButtonTool = null;
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Location = new System.Drawing.Point(5, 43);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(598, 344);
     this.panel1.TabIndex = 1;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 385);
     this.statusBar1.Name = "statusBar1";
     this.statusBar1.Size = new System.Drawing.Size(608, 20);
     this.statusBar1.TabIndex = 2;
     //
     // mapToolBar1
     //
     this.mapToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.mapToolBarButtonOpenTable,
     this.mapToolBarButtonLayerControl,
     this.toolBarButtonSeparator,
     this.mapToolBarButtonSelect,
     this.mapToolBarButtonZoomIn,
     this.mapToolBarButtonZoomOut,
     this.mapToolBarButtonPan});
     this.mapToolBar1.Divider = false;
     this.mapToolBar1.Dock = System.Windows.Forms.DockStyle.None;
     this.mapToolBar1.DropDownArrows = true;
     this.mapToolBar1.Location = new System.Drawing.Point(7, 9);
     this.mapToolBar1.MapControl = this.mapControl1;
     this.mapToolBar1.Name = "mapToolBar1";
     this.mapToolBar1.ShowToolTips = true;
     this.mapToolBar1.Size = new System.Drawing.Size(192, 26);
     this.mapToolBar1.TabIndex = 8;
     //
     // mapToolBarButtonOpenTable
     //
     this.mapToolBarButtonOpenTable.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.OpenTable;
     this.mapToolBarButtonOpenTable.Name = "mapToolBarButtonOpenTable";
     this.mapToolBarButtonOpenTable.ToolTipText = "Open Table";
     //
     // mapToolBarButtonLayerControl
     //
     this.mapToolBarButtonLayerControl.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.LayerControl;
     this.mapToolBarButtonLayerControl.Name = "mapToolBarButtonLayerControl";
     this.mapToolBarButtonLayerControl.ToolTipText = "Layer Control";
     //
     // toolBarButtonSeparator
     //
     this.toolBarButtonSeparator.Name = "toolBarButtonSeparator";
     this.toolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // mapToolBarButtonSelect
     //
     this.mapToolBarButtonSelect.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Select;
     this.mapToolBarButtonSelect.Name = "mapToolBarButtonSelect";
     this.mapToolBarButtonSelect.ToolTipText = "Select";
     //
     // mapToolBarButtonZoomIn
     //
     this.mapToolBarButtonZoomIn.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomIn;
     this.mapToolBarButtonZoomIn.Name = "mapToolBarButtonZoomIn";
     this.mapToolBarButtonZoomIn.ToolTipText = "Zoom-in";
     //
     // mapToolBarButtonZoomOut
     //
     this.mapToolBarButtonZoomOut.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomOut;
     this.mapToolBarButtonZoomOut.Name = "mapToolBarButtonZoomOut";
     this.mapToolBarButtonZoomOut.ToolTipText = "Zoom-out";
     //
     // mapToolBarButtonPan
     //
     this.mapToolBarButtonPan.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Pan;
     this.mapToolBarButtonPan.Name = "mapToolBarButtonPan";
     this.mapToolBarButtonPan.ToolTipText = "Pan";
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize = new System.Drawing.Size(608, 405);
     this.Controls.Add(this.mapToolBar1);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.panel1);
     this.MinimumSize = new System.Drawing.Size(300, 215);
     this.Name = "MapForm1";
     this.Text = "MapForm1";
     this.Load += new System.EventHandler(this.MapForm1_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.panel1 = new System.Windows.Forms.Panel();
     this.statusBar1 = new System.Windows.Forms.StatusBar();
     this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
     this.menuItem19 = new System.Windows.Forms.MenuItem();
     this.menuFileExit = new System.Windows.Forms.MenuItem();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuItemSearchWhere = new System.Windows.Forms.MenuItem();
     this.menuItemSearchWithinFeature = new System.Windows.Forms.MenuItem();
     this.menuItemSearchWithinRect = new System.Windows.Forms.MenuItem();
     this.menuItemSearchIntersectsFeature = new System.Windows.Forms.MenuItem();
     this.menuItemSearchWithinDistance = new System.Windows.Forms.MenuItem();
     this.menuItemSearchNearest = new System.Windows.Forms.MenuItem();
     this.menuItem4 = new System.Windows.Forms.MenuItem();
     this.menuItemSearchMultipleTables = new System.Windows.Forms.MenuItem();
     this.menuItem11 = new System.Windows.Forms.MenuItem();
     this.menuItemCustomProcessor = new System.Windows.Forms.MenuItem();
     this.menuItem2 = new System.Windows.Forms.MenuItem();
     this.menuItemMapSearchWithinScreenRect = new System.Windows.Forms.MenuItem();
     this.menuItemMapSearchWithinScreenRadius = new System.Windows.Forms.MenuItem();
     this.menuItemMapSearchNearest = new System.Windows.Forms.MenuItem();
     this.menuItem5 = new System.Windows.Forms.MenuItem();
     this.menuItemSqlExpressionFilter = new System.Windows.Forms.MenuItem();
     this.menuItemContainsFilter = new System.Windows.Forms.MenuItem();
     this.menuItemIntersectFeature = new System.Windows.Forms.MenuItem();
     this.menuItemCustomQueryFilter = new System.Windows.Forms.MenuItem();
     this.menuItemLogicalFilter = new System.Windows.Forms.MenuItem();
     this.menuItem7 = new System.Windows.Forms.MenuItem();
     this.menuItemSetColumns = new System.Windows.Forms.MenuItem();
     this.mapToolBar1 = new MapInfo.Windows.Controls.MapToolBar();
     this.mapToolBarButtonOpenTable = new MapInfo.Windows.Controls.MapToolBarButton();
     this.toolBarButtonSeparator = new System.Windows.Forms.ToolBarButton();
     this.mapToolBarButtonSelect = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomIn = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomOut = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonPan = new MapInfo.Windows.Controls.MapToolBarButton();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.IgnoreLostFocusEvent = false;
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name = "mapControl1";
     this.mapControl1.Size = new System.Drawing.Size(392, 241);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text = "mapControl1";
     this.mapControl1.Tools.LeftButtonTool = null;
     this.mapControl1.Tools.MiddleButtonTool = null;
     this.mapControl1.Tools.RightButtonTool = null;
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Location = new System.Drawing.Point(5, 34);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(396, 245);
     this.panel1.TabIndex = 1;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 285);
     this.statusBar1.Name = "statusBar1";
     this.statusBar1.Size = new System.Drawing.Size(406, 20);
     this.statusBar1.TabIndex = 2;
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem19,
     this.menuItem1,
     this.menuItem2,
     this.menuItem5});
     //
     // menuItem19
     //
     this.menuItem19.Index = 0;
     this.menuItem19.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuFileExit});
     this.menuItem19.Text = "&File";
     //
     // menuFileExit
     //
     this.menuFileExit.Index = 0;
     this.menuFileExit.Text = "E&xit";
     this.menuFileExit.Click += new System.EventHandler(this.menuFileExit_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 1;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemSearchWhere,
     this.menuItemSearchWithinFeature,
     this.menuItemSearchWithinRect,
     this.menuItemSearchIntersectsFeature,
     this.menuItemSearchWithinDistance,
     this.menuItemSearchNearest,
     this.menuItem4,
     this.menuItemSearchMultipleTables,
     this.menuItem11,
     this.menuItemCustomProcessor});
     this.menuItem1.Text = "Search";
     //
     // menuItemSearchWhere
     //
     this.menuItemSearchWhere.Index = 0;
     this.menuItemSearchWhere.Text = "SearchWhere";
     this.menuItemSearchWhere.Click += new System.EventHandler(this.menuItemSearchWhere_Click);
     //
     // menuItemSearchWithinFeature
     //
     this.menuItemSearchWithinFeature.Index = 1;
     this.menuItemSearchWithinFeature.Text = "SearchWithinGeometry";
     this.menuItemSearchWithinFeature.Click += new System.EventHandler(this.menuItemSearchWithinGeometry_Click);
     //
     // menuItemSearchWithinRect
     //
     this.menuItemSearchWithinRect.Index = 2;
     this.menuItemSearchWithinRect.Text = "SearchWithinRect";
     this.menuItemSearchWithinRect.Click += new System.EventHandler(this.menuItemSearchWithinRect_Click);
     //
     // menuItemSearchIntersectsFeature
     //
     this.menuItemSearchIntersectsFeature.Index = 3;
     this.menuItemSearchIntersectsFeature.Text = "SearchIntersectsFeature";
     this.menuItemSearchIntersectsFeature.Click += new System.EventHandler(this.menuItemSearchIntersectsFeature_Click);
     //
     // menuItemSearchWithinDistance
     //
     this.menuItemSearchWithinDistance.Index = 4;
     this.menuItemSearchWithinDistance.Text = "SearchWithinDistance";
     this.menuItemSearchWithinDistance.Click += new System.EventHandler(this.menuItemSearchWithinDistance_Click);
     //
     // menuItemSearchNearest
     //
     this.menuItemSearchNearest.Index = 5;
     this.menuItemSearchNearest.Text = "SearchNearest";
     this.menuItemSearchNearest.Click += new System.EventHandler(this.menuItemSearchNearest_Click);
     //
     // menuItem4
     //
     this.menuItem4.Index = 6;
     this.menuItem4.Text = "-";
     //
     // menuItemSearchMultipleTables
     //
     this.menuItemSearchMultipleTables.Index = 7;
     this.menuItemSearchMultipleTables.Text = "Search Multiple Tables";
     this.menuItemSearchMultipleTables.Click += new System.EventHandler(this.menuItemSearchMultipleTables_Click);
     //
     // menuItem11
     //
     this.menuItem11.Index = 8;
     this.menuItem11.Text = "-";
     //
     // menuItemCustomProcessor
     //
     this.menuItemCustomProcessor.Index = 9;
     this.menuItemCustomProcessor.Text = "CustomSearchResultProcessor";
     this.menuItemCustomProcessor.Click += new System.EventHandler(this.menuItemCustomProcessor_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index = 2;
     this.menuItem2.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemMapSearchWithinScreenRect,
     this.menuItemMapSearchWithinScreenRadius,
     this.menuItemMapSearchNearest});
     this.menuItem2.Text = "MapSearch";
     //
     // menuItemMapSearchWithinScreenRect
     //
     this.menuItemMapSearchWithinScreenRect.Index = 0;
     this.menuItemMapSearchWithinScreenRect.Text = "SearchWithinScreenRect";
     this.menuItemMapSearchWithinScreenRect.Click += new System.EventHandler(this.menuItemMapSearchWithinScreenRect_Click);
     //
     // menuItemMapSearchWithinScreenRadius
     //
     this.menuItemMapSearchWithinScreenRadius.Index = 1;
     this.menuItemMapSearchWithinScreenRadius.Text = "SearchWithinScreenRadius";
     this.menuItemMapSearchWithinScreenRadius.Click += new System.EventHandler(this.menuItemMapSearchWithinScreenRadius_Click);
     //
     // menuItemMapSearchNearest
     //
     this.menuItemMapSearchNearest.Index = 2;
     this.menuItemMapSearchNearest.Text = "SearchNearest";
     this.menuItemMapSearchNearest.Click += new System.EventHandler(this.menuItemMapSearchNearest_Click);
     //
     // menuItem5
     //
     this.menuItem5.Index = 3;
     this.menuItem5.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemSqlExpressionFilter,
     this.menuItemContainsFilter,
     this.menuItemIntersectFeature,
     this.menuItemCustomQueryFilter,
     this.menuItemLogicalFilter,
     this.menuItem7,
     this.menuItemSetColumns});
     this.menuItem5.Text = "QueryDefinition";
     //
     // menuItemSqlExpressionFilter
     //
     this.menuItemSqlExpressionFilter.Index = 0;
     this.menuItemSqlExpressionFilter.Text = "SqlExpressionFilter";
     this.menuItemSqlExpressionFilter.Click += new System.EventHandler(this.menuItemSqlExpressionFilter_Click);
     //
     // menuItemContainsFilter
     //
     this.menuItemContainsFilter.Index = 1;
     this.menuItemContainsFilter.Text = "ContainsFilter";
     this.menuItemContainsFilter.Click += new System.EventHandler(this.menuItemContainsFilter_Click);
     //
     // menuItemIntersectFeature
     //
     this.menuItemIntersectFeature.Index = 2;
     this.menuItemIntersectFeature.Text = "IntersectFilter";
     this.menuItemIntersectFeature.Click += new System.EventHandler(this.menuItemIntersectFeature_Click);
     //
     // menuItemCustomQueryFilter
     //
     this.menuItemCustomQueryFilter.Index = 3;
     this.menuItemCustomQueryFilter.Text = "CustomQueryFilter";
     this.menuItemCustomQueryFilter.Click += new System.EventHandler(this.menuItemCustomQueryFilter_Click);
     //
     // menuItemLogicalFilter
     //
     this.menuItemLogicalFilter.Index = 4;
     this.menuItemLogicalFilter.Text = "LogicalFilter";
     this.menuItemLogicalFilter.Click += new System.EventHandler(this.menuItemLogicalFilter_Click);
     //
     // menuItem7
     //
     this.menuItem7.Index = 5;
     this.menuItem7.Text = "-";
     //
     // menuItemSetColumns
     //
     this.menuItemSetColumns.Index = 6;
     this.menuItemSetColumns.Text = "Setting Columns";
     this.menuItemSetColumns.Click += new System.EventHandler(this.menuItemSetColumns_Click);
     //
     // mapToolBar1
     //
     this.mapToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.mapToolBarButtonOpenTable,
     this.toolBarButtonSeparator,
     this.mapToolBarButtonSelect,
     this.mapToolBarButtonZoomIn,
     this.mapToolBarButtonZoomOut,
     this.mapToolBarButtonPan});
     this.mapToolBar1.ButtonSize = new System.Drawing.Size(25, 22);
     this.mapToolBar1.Divider = false;
     this.mapToolBar1.Dock = System.Windows.Forms.DockStyle.None;
     this.mapToolBar1.DropDownArrows = true;
     this.mapToolBar1.Location = new System.Drawing.Point(10, 0);
     this.mapToolBar1.MapControl = this.mapControl1;
     this.mapToolBar1.Name = "mapToolBar1";
     this.mapToolBar1.ShowToolTips = true;
     this.mapToolBar1.Size = new System.Drawing.Size(192, 26);
     this.mapToolBar1.TabIndex = 3;
     this.mapToolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.mapToolBar1_ButtonClick);
     //
     // mapToolBarButtonOpenTable
     //
     this.mapToolBarButtonOpenTable.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.OpenTable;
     this.mapToolBarButtonOpenTable.Name = "mapToolBarButtonOpenTable";
     this.mapToolBarButtonOpenTable.ToolTipText = "Open Table";
     //
     // toolBarButtonSeparator
     //
     this.toolBarButtonSeparator.Name = "toolBarButtonSeparator";
     this.toolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // mapToolBarButtonSelect
     //
     this.mapToolBarButtonSelect.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Select;
     this.mapToolBarButtonSelect.Name = "mapToolBarButtonSelect";
     this.mapToolBarButtonSelect.ToolTipText = "Select";
     //
     // mapToolBarButtonZoomIn
     //
     this.mapToolBarButtonZoomIn.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomIn;
     this.mapToolBarButtonZoomIn.Name = "mapToolBarButtonZoomIn";
     this.mapToolBarButtonZoomIn.ToolTipText = "Zoom-in";
     //
     // mapToolBarButtonZoomOut
     //
     this.mapToolBarButtonZoomOut.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomOut;
     this.mapToolBarButtonZoomOut.Name = "mapToolBarButtonZoomOut";
     this.mapToolBarButtonZoomOut.ToolTipText = "Zoom-out";
     //
     // mapToolBarButtonPan
     //
     this.mapToolBarButtonPan.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Pan;
     this.mapToolBarButtonPan.Name = "mapToolBarButtonPan";
     this.mapToolBarButtonPan.ToolTipText = "Pan";
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize = new System.Drawing.Size(406, 305);
     this.Controls.Add(this.mapToolBar1);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.panel1);
     this.Menu = this.mainMenu1;
     this.MinimumSize = new System.Drawing.Size(300, 215);
     this.Name = "MapForm1";
     this.Text = "Search Sample";
     this.Load += new System.EventHandler(this.MapForm1_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.panel1 = new System.Windows.Forms.Panel();
     this.statusBar1 = new System.Windows.Forms.StatusBar();
     this.btnBarTheme = new System.Windows.Forms.Button();
     this.btnStacked = new System.Windows.Forms.Button();
     this.mapToolBar1 = new MapInfo.Windows.Controls.MapToolBar();
     this.mapToolBarButtonOpenTable = new MapInfo.Windows.Controls.MapToolBarButton();
     this.toolBarButtonSeparator = new System.Windows.Forms.ToolBarButton();
     this.mapToolBarButtonSelect = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomIn = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomOut = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonPan = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonLayerControl = new MapInfo.Windows.Controls.MapToolBarButton();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name = "mapControl1";
     this.mapControl1.Size = new System.Drawing.Size(394, 245);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text = "mapControl1";
     this.mapControl1.Tools.MiddleButtonTool = null;
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Location = new System.Drawing.Point(4, 40);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(398, 249);
     this.panel1.TabIndex = 1;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 287);
     this.statusBar1.Name = "statusBar1";
     this.statusBar1.Size = new System.Drawing.Size(406, 19);
     this.statusBar1.TabIndex = 2;
     //
     // btnBarTheme
     //
     this.btnBarTheme.Location = new System.Drawing.Point(200, 8);
     this.btnBarTheme.Name = "btnBarTheme";
     this.btnBarTheme.Size = new System.Drawing.Size(88, 23);
     this.btnBarTheme.TabIndex = 4;
     this.btnBarTheme.Text = "BarTheme";
     this.btnBarTheme.Click += new System.EventHandler(this.btnBarTheme_Click);
     //
     // btnStacked
     //
     this.btnStacked.Location = new System.Drawing.Point(312, 8);
     this.btnStacked.Name = "btnStacked";
     this.btnStacked.Size = new System.Drawing.Size(88, 23);
     this.btnStacked.TabIndex = 5;
     this.btnStacked.Text = "Stacked";
     this.btnStacked.Click += new System.EventHandler(this.btnStacked_Click);
     //
     // mapToolBar1
     //
     this.mapToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                                                                                    this.mapToolBarButtonOpenTable,
                                                                                    this.mapToolBarButtonLayerControl,
                                                                                    this.toolBarButtonSeparator,
                                                                                    this.mapToolBarButtonSelect,
                                                                                    this.mapToolBarButtonZoomIn,
                                                                                    this.mapToolBarButtonZoomOut,
                                                                                    this.mapToolBarButtonPan});
     this.mapToolBar1.Divider = false;
     this.mapToolBar1.Dock = System.Windows.Forms.DockStyle.None;
     this.mapToolBar1.DropDownArrows = true;
     this.mapToolBar1.Location = new System.Drawing.Point(8, 8);
     this.mapToolBar1.MapControl = this.mapControl1;
     this.mapToolBar1.Name = "mapToolBar1";
     this.mapToolBar1.ShowToolTips = true;
     this.mapToolBar1.Size = new System.Drawing.Size(160, 26);
     this.mapToolBar1.TabIndex = 7;
     //
     // mapToolBarButtonOpenTable
     //
     this.mapToolBarButtonOpenTable.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.OpenTable;
     this.mapToolBarButtonOpenTable.ToolTipText = "Open Table";
     //
     // toolBarButtonSeparator
     //
     this.toolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // mapToolBarButtonSelect
     //
     this.mapToolBarButtonSelect.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Select;
     this.mapToolBarButtonSelect.ToolTipText = "Select";
     //
     // mapToolBarButtonZoomIn
     //
     this.mapToolBarButtonZoomIn.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomIn;
     this.mapToolBarButtonZoomIn.ToolTipText = "Zoom-in";
     //
     // mapToolBarButtonZoomOut
     //
     this.mapToolBarButtonZoomOut.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomOut;
     this.mapToolBarButtonZoomOut.ToolTipText = "Zoom-out";
     //
     // mapToolBarButtonPan
     //
     this.mapToolBarButtonPan.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Pan;
     this.mapToolBarButtonPan.ToolTipText = "Pan";
     //
     // mapToolBarButtonLayerControl
     //
     this.mapToolBarButtonLayerControl.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.LayerControl;
     this.mapToolBarButtonLayerControl.ToolTipText = "Layer Control";
     //
     // MapForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(406, 306);
     this.Controls.Add(this.mapToolBar1);
     this.Controls.Add(this.btnStacked);
     this.Controls.Add(this.btnBarTheme);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.panel1);
     this.MinimumSize = new System.Drawing.Size(250, 200);
     this.Name = "MapForm1";
     this.Text = "MapForm1";
     this.panel1.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.mapControl1 = new MapInfo.Windows.Controls.MapControl();
     this.panel1 = new System.Windows.Forms.Panel();
     this.statusBar1 = new System.Windows.Forms.StatusBar();
     this.mapToolBar1 = new MapInfo.Windows.Controls.MapToolBar();
     this.mapToolBarButtonLayerControl = new MapInfo.Windows.Controls.MapToolBarButton();
     this.toolBarButtonSep1 = new System.Windows.Forms.ToolBarButton();
     this.mapToolBarButtonSelect = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomIn = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonZoomOut = new MapInfo.Windows.Controls.MapToolBarButton();
     this.mapToolBarButtonPan = new MapInfo.Windows.Controls.MapToolBarButton();
     this.toolBarButtonSep2 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonAddContinentTheme = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonAddCountryTheme = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonThemeInfo = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonClear = new System.Windows.Forms.ToolBarButton();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.Location = new System.Drawing.Point(0, 0);
     this.mapControl1.Name = "mapControl1";
     this.mapControl1.Size = new System.Drawing.Size(420, 252);
     this.mapControl1.TabIndex = 0;
     this.mapControl1.Text = "mapControl1";
     this.mapControl1.Tools.MiddleButtonTool = null;
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.mapControl1);
     this.panel1.Location = new System.Drawing.Point(4, 32);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(424, 256);
     this.panel1.TabIndex = 1;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 287);
     this.statusBar1.Name = "statusBar1";
     this.statusBar1.Size = new System.Drawing.Size(432, 19);
     this.statusBar1.TabIndex = 2;
     //
     // mapToolBar1
     //
     this.mapToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                                                                                    this.mapToolBarButtonLayerControl,
                                                                                    this.toolBarButtonSep1,
                                                                                    this.mapToolBarButtonSelect,
                                                                                    this.mapToolBarButtonZoomIn,
                                                                                    this.mapToolBarButtonZoomOut,
                                                                                    this.mapToolBarButtonPan,
                                                                                    this.toolBarButtonSep2,
                                                                                    this.toolBarButtonAddContinentTheme,
                                                                                    this.toolBarButtonAddCountryTheme,
                                                                                    this.toolBarButtonThemeInfo,
                                                                                    this.toolBarButtonClear});
     this.mapToolBar1.Divider = false;
     this.mapToolBar1.Dock = System.Windows.Forms.DockStyle.None;
     this.mapToolBar1.DropDownArrows = true;
     this.mapToolBar1.Location = new System.Drawing.Point(0, 0);
     this.mapToolBar1.MapControl = this.mapControl1;
     this.mapToolBar1.Name = "mapToolBar1";
     this.mapToolBar1.ShowToolTips = true;
     this.mapToolBar1.Size = new System.Drawing.Size(280, 26);
     this.mapToolBar1.TabIndex = 3;
     this.mapToolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.mapToolBar1_ButtonClick);
     //
     // mapToolBarButtonLayerControl
     //
     this.mapToolBarButtonLayerControl.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.LayerControl;
     this.mapToolBarButtonLayerControl.ToolTipText = "Layer Control";
     //
     // toolBarButtonSep1
     //
     this.toolBarButtonSep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // mapToolBarButtonSelect
     //
     this.mapToolBarButtonSelect.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Select;
     this.mapToolBarButtonSelect.ToolTipText = "Select";
     //
     // mapToolBarButtonZoomIn
     //
     this.mapToolBarButtonZoomIn.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomIn;
     this.mapToolBarButtonZoomIn.ToolTipText = "Zoom-in";
     //
     // mapToolBarButtonZoomOut
     //
     this.mapToolBarButtonZoomOut.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.ZoomOut;
     this.mapToolBarButtonZoomOut.ToolTipText = "Zoom-out";
     //
     // mapToolBarButtonPan
     //
     this.mapToolBarButtonPan.ButtonType = MapInfo.Windows.Controls.MapToolButtonType.Pan;
     this.mapToolBarButtonPan.ToolTipText = "Pan";
     //
     // toolBarButtonSep2
     //
     this.toolBarButtonSep2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButtonAddContinentTheme
     //
     this.toolBarButtonAddContinentTheme.ImageIndex = 34;
     this.toolBarButtonAddContinentTheme.ToolTipText = "Add \'Continent\' Individual Value Theme";
     //
     // toolBarButtonAddCountryTheme
     //
     this.toolBarButtonAddCountryTheme.ImageIndex = 34;
     this.toolBarButtonAddCountryTheme.ToolTipText = "Add \'Country\' Individual Value Theme";
     //
     // toolBarButtonThemeInfo
     //
     this.toolBarButtonThemeInfo.ImageIndex = 8;
     this.toolBarButtonThemeInfo.ToolTipText = "Show Information about Theme";
     //
     // toolBarButtonClear
     //
     this.toolBarButtonClear.ImageIndex = 42;
     this.toolBarButtonClear.ToolTipText = "Clear all IndividualValueThemes";
     //
     // IndividualValueThematic
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(432, 306);
     this.Controls.Add(this.mapToolBar1);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.panel1);
     this.MinimumSize = new System.Drawing.Size(250, 200);
     this.Name = "IndividualValueThematic";
     this.Text = "Individual Value Theme demo";
     this.Load += new System.EventHandler(this.MapForm1_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }