⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform.cs

📁 实现SHP
💻 CS
📖 第 1 页 / 共 4 页
字号:
																						   this.menuExportShape,
																						   this.menuExportMif,
																						   this.menuItem4,
																						   this.menuExportDxf});
			this.menuFileExport.Text = "Export To";
			// 
			// menuExportGML
			// 
			this.menuExportGML.Index = 0;
			this.menuExportGML.Text = "GML 2.0";
			this.menuExportGML.Click += new System.EventHandler(this.menuExportGML_Click);
			// 
			// menuExportSVG
			// 
			this.menuExportSVG.Index = 1;
			this.menuExportSVG.Text = "SVG";
			this.menuExportSVG.Click += new System.EventHandler(this.menuExportSVG_Click);
			// 
			// menuItem7
			// 
			this.menuItem7.Enabled = false;
			this.menuItem7.Index = 2;
			this.menuItem7.Text = "SQL Dump (not yet)";
			// 
			// menuItem5
			// 
			this.menuItem5.Enabled = false;
			this.menuItem5.Index = 3;
			this.menuItem5.Text = "OGC Simple Geometries";
			// 
			// menuExportShape
			// 
			this.menuExportShape.Enabled = false;
			this.menuExportShape.Index = 4;
			this.menuExportShape.Text = "Shapefile (not yet)";
			// 
			// menuExportMif
			// 
			this.menuExportMif.Enabled = false;
			this.menuExportMif.Index = 5;
			this.menuExportMif.Text = "MIF/MID (not yet)";
			// 
			// menuItem4
			// 
			this.menuItem4.Enabled = false;
			this.menuItem4.Index = 6;
			this.menuItem4.Text = "MAP/TAB (not yet)";
			// 
			// menuExportDxf
			// 
			this.menuExportDxf.Enabled = false;
			this.menuExportDxf.Index = 7;
			this.menuExportDxf.Text = "DXF (not yet)";
			// 
			// menuItem6
			// 
			this.menuItem6.Index = 3;
			this.menuItem6.Text = "-";
			// 
			// menuFileExit
			// 
			this.menuFileExit.Index = 4;
			this.menuFileExit.Text = "Exit";
			this.menuFileExit.Click += new System.EventHandler(this.menuFileExit_Click);
			// 
			// menuLayer
			// 
			this.menuLayer.Index = 1;
			this.menuLayer.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuLayerMove,
																					  this.menuLayerRemove,
																					  this.menuItem3});
			this.menuLayer.Text = "Layer";
			// 
			// menuLayerMove
			// 
			this.menuLayerMove.Index = 0;
			this.menuLayerMove.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																						  this.menuLayerMoveTop,
																						  this.menuLayerMoveUp,
																						  this.menuLayerMoveDown,
																						  this.menuLayerMoveBottom});
			this.menuLayerMove.Text = "Move To";
			// 
			// menuLayerMoveTop
			// 
			this.menuLayerMoveTop.Index = 0;
			this.menuLayerMoveTop.Text = "Top";
			this.menuLayerMoveTop.Click += new System.EventHandler(this.menuLayerMove_Click);
			// 
			// menuLayerMoveUp
			// 
			this.menuLayerMoveUp.Index = 1;
			this.menuLayerMoveUp.Text = "Up";
			this.menuLayerMoveUp.Click += new System.EventHandler(this.menuLayerMove_Click);
			// 
			// menuLayerMoveDown
			// 
			this.menuLayerMoveDown.Index = 2;
			this.menuLayerMoveDown.Text = "Down";
			this.menuLayerMoveDown.Click += new System.EventHandler(this.menuLayerMove_Click);
			// 
			// menuLayerMoveBottom
			// 
			this.menuLayerMoveBottom.Index = 3;
			this.menuLayerMoveBottom.Text = "Bottom";
			this.menuLayerMoveBottom.Click += new System.EventHandler(this.menuLayerMove_Click);
			// 
			// menuLayerRemove
			// 
			this.menuLayerRemove.Index = 1;
			this.menuLayerRemove.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																							this.menuLayerRemoveSelected,
																							this.menuLayerRemoveAll});
			this.menuLayerRemove.Text = "Remove";
			// 
			// menuLayerRemoveSelected
			// 
			this.menuLayerRemoveSelected.Index = 0;
			this.menuLayerRemoveSelected.Shortcut = System.Windows.Forms.Shortcut.CtrlDel;
			this.menuLayerRemoveSelected.Text = "Selected";
			this.menuLayerRemoveSelected.Click += new System.EventHandler(this.menuRemoveSelected_Click);
			// 
			// menuLayerRemoveAll
			// 
			this.menuLayerRemoveAll.Index = 1;
			this.menuLayerRemoveAll.Shortcut = System.Windows.Forms.Shortcut.ShiftDel;
			this.menuLayerRemoveAll.Text = "All";
			this.menuLayerRemoveAll.Click += new System.EventHandler(this.menuRemoveAll_Click);
			// 
			// menuItem3
			// 
			this.menuItem3.Enabled = false;
			this.menuItem3.Index = 2;
			this.menuItem3.Text = "Options (not yet)";
			// 
			// menuField
			// 
			this.menuField.Enabled = false;
			this.menuField.Index = 2;
			this.menuField.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuFieldSelect,
																					  this.menuItem2});
			this.menuField.Text = "Field";
			// 
			// menuFieldSelect
			// 
			this.menuFieldSelect.Index = 0;
			this.menuFieldSelect.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																							this.menuFieldSelectAll,
																							this.menuFieldSelectInvert,
																							this.menuFieldSelectNone});
			this.menuFieldSelect.Text = "Activate";
			// 
			// menuFieldSelectAll
			// 
			this.menuFieldSelectAll.Index = 0;
			this.menuFieldSelectAll.Text = "All";
			this.menuFieldSelectAll.Click += new System.EventHandler(this.menuFieldSelection_Click);
			// 
			// menuFieldSelectInvert
			// 
			this.menuFieldSelectInvert.Index = 1;
			this.menuFieldSelectInvert.Text = "Invert";
			this.menuFieldSelectInvert.Click += new System.EventHandler(this.menuFieldSelection_Click);
			// 
			// menuFieldSelectNone
			// 
			this.menuFieldSelectNone.Index = 2;
			this.menuFieldSelectNone.Text = "None";
			this.menuFieldSelectNone.Click += new System.EventHandler(this.menuFieldSelection_Click);
			// 
			// menuItem2
			// 
			this.menuItem2.Enabled = false;
			this.menuItem2.Index = 1;
			this.menuItem2.Text = "XSD Type and Facets (not yet)";
			// 
			// menuTable
			// 
			this.menuTable.Enabled = false;
			this.menuTable.Index = 3;
			this.menuTable.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuRefreshTable,
																					  this.menuTableFilter});
			this.menuTable.Text = "Table";
			// 
			// menuRefreshTable
			// 
			this.menuRefreshTable.Index = 0;
			this.menuRefreshTable.Text = "Refresh";
			this.menuRefreshTable.Click += new System.EventHandler(this.menuRefreshTable_Click);
			// 
			// menuTableFilter
			// 
			this.menuTableFilter.Index = 1;
			this.menuTableFilter.Text = "Filter";
			this.menuTableFilter.Click += new System.EventHandler(this.menuTableFilter_Click);
			// 
			// menuHelp
			// 
			this.menuHelp.Index = 4;
			this.menuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					 this.menuHelpContent,
																					 this.menuHelpAbout});
			this.menuHelp.Text = "Help";
			// 
			// menuHelpContent
			// 
			this.menuHelpContent.Index = 0;
			this.menuHelpContent.Shortcut = System.Windows.Forms.Shortcut.CtrlF1;
			this.menuHelpContent.Text = "Content";
			this.menuHelpContent.Click += new System.EventHandler(this.menuHelpContent_Click);
			// 
			// menuHelpAbout
			// 
			this.menuHelpAbout.Index = 1;
			this.menuHelpAbout.Text = "About";
			this.menuHelpAbout.Click += new System.EventHandler(this.menuHelpAbout_Click);
			// 
			// toolBar1
			// 
			this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						this.buttonExit,
																						this.buttonAdd,
																						this.buttonRemove,
																						this.separator1,
																						this.buttonTop,
																						this.buttonUp,
																						this.buttonDown,
																						this.buttonBottom,
																						this.separator2,
																						this.buttonTable,
																						this.buttonFilter,
																						this.buttonView,
																						this.buttonToGML,
																						this.buttonToSVG,
																						this.buttonAbout});
			this.toolBar1.ButtonSize = new System.Drawing.Size(20, 20);
			this.toolBar1.Divider = false;
			this.toolBar1.DropDownArrows = true;
			this.toolBar1.ImageList = this.imageList1;
			this.toolBar1.Location = new System.Drawing.Point(2, 2);
			this.toolBar1.Name = "toolBar1";
			this.toolBar1.ShowToolTips = true;
			this.toolBar1.Size = new System.Drawing.Size(488, 26);
			this.toolBar1.TabIndex = 7;
			// 
			// buttonExit
			// 
			this.buttonExit.ImageIndex = 0;
			this.buttonExit.Tag = "exit";
			this.buttonExit.ToolTipText = "Exit Application";
			// 
			// buttonAdd
			// 
			this.buttonAdd.ImageIndex = 1;
			this.buttonAdd.Tag = "add";
			this.buttonAdd.ToolTipText = "Add New Map";
			// 
			// buttonRemove
			// 
			this.buttonRemove.ImageIndex = 2;
			this.buttonRemove.Tag = "remove";
			this.buttonRemove.ToolTipText = "Remove Selected Map";
			// 
			// separator1
			// 
			this.separator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// buttonTop
			// 
			this.buttonTop.ImageIndex = 3;
			this.buttonTop.Tag = "top";
			this.buttonTop.ToolTipText = "move layer to top";
			// 
			// buttonUp
			// 
			this.buttonUp.ImageIndex = 4;
			this.buttonUp.Tag = "up";
			this.buttonUp.ToolTipText = "move layer up";
			// 
			// buttonDown
			// 
			this.buttonDown.ImageIndex = 5;
			this.buttonDown.Tag = "down";
			this.buttonDown.ToolTipText = "move layer down";
			// 
			// buttonBottom
			// 
			this.buttonBottom.ImageIndex = 6;
			this.buttonBottom.Tag = "bottom";
			this.buttonBottom.ToolTipText = "move layer to bottom";
			// 
			// separator2
			// 
			this.separator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// buttonTable
			// 
			this.buttonTable.ImageIndex = 7;
			this.buttonTable.Tag = "table";
			this.buttonTable.ToolTipText = "view map data table";
			// 
			// buttonFilter
			// 
			this.buttonFilter.ImageIndex = 12;
			this.buttonFilter.Tag = "filter";
			this.buttonFilter.ToolTipText = "filter map data";
			// 
			// buttonView
			// 
			this.buttonView.ImageIndex = 8;
			this.buttonView.Tag = "view";
			this.buttonView.ToolTipText = "view map";
			// 
			// buttonToGML
			// 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -