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

📄 mainform.designer.cs

📁 功能:基于windows mobile 的地图查看器。使用vs2005开发
💻 CS
📖 第 1 页 / 共 2 页
字号:
			// 
			this.miViewPlace.Text = "Placenames";
			this.miViewPlace.Click += new System.EventHandler(this.miViewPlace_Click);
			// 
			// miViewLandmark
			// 
			this.miViewLandmark.Text = "Landmarks";
			this.miViewLandmark.Click += new System.EventHandler(this.miViewLandmark_Click);
			// 
			// miViewFlags
			// 
			this.miViewFlags.Text = "World Flags";
			this.miViewFlags.Click += new System.EventHandler(this.miViewFlags_Click);
			// 
			// miDiagnostic
			// 
			this.miDiagnostic.MenuItems.Add(this.miDiagWireFrame);
			this.miDiagnostic.MenuItems.Add(this.miDiagInfo);
			this.miDiagnostic.MenuItems.Add(this.miDiagFps);
			this.miDiagnostic.MenuItems.Add(this.miDiagCulling);
			this.miDiagnostic.MenuItems.Add(this.miDiagTexture);
			this.miDiagnostic.MenuItems.Add(this.miDiagWorld);
			this.miDiagnostic.MenuItems.Add(this.miDiagTiles);
			this.miDiagnostic.MenuItems.Add(this.miDiagCollect);
			this.miDiagnostic.MenuItems.Add(this.miDiagRenderExc);
			this.miDiagnostic.Text = "Diagnostic";
			// 
			// miDiagWireFrame
			// 
			this.miDiagWireFrame.Text = "Wire Frame";
			this.miDiagWireFrame.Click += new System.EventHandler(this.miDiagWireFrame_Click);
			// 
			// miDiagInfo
			// 
			this.miDiagInfo.Text = "Information";
			this.miDiagInfo.Click += new System.EventHandler(this.miDiagInfo_Click);
			// 
			// miDiagFps
			// 
			this.miDiagFps.Text = "Frames Per Sec";
			this.miDiagFps.Click += new System.EventHandler(this.miDiagFps_Click);
			// 
			// miDiagCulling
			// 
			this.miDiagCulling.MenuItems.Add(this.miDiagCullClock);
			this.miDiagCulling.MenuItems.Add(this.miDiagCullCounter);
			this.miDiagCulling.MenuItems.Add(this.miDiagCullNone);
			this.miDiagCulling.Text = "Culling";
			// 
			// miDiagCullClock
			// 
			this.miDiagCullClock.Text = "Clockwise";
			this.miDiagCullClock.Click += new System.EventHandler(this.miDiagCullClock_Click);
			// 
			// miDiagCullCounter
			// 
			this.miDiagCullCounter.Text = "CounterClock";
			this.miDiagCullCounter.Click += new System.EventHandler(this.miDiagCullCounter_Click);
			// 
			// miDiagCullNone
			// 
			this.miDiagCullNone.Text = "None";
			this.miDiagCullNone.Click += new System.EventHandler(this.miDiagCullNone_Click);
			// 
			// miDiagTexture
			// 
			this.miDiagTexture.Text = "Texture";
			this.miDiagTexture.Click += new System.EventHandler(this.miDiagTexture_Click);
			// 
			// miDiagWorld
			// 
			this.miDiagWorld.Text = "World";
			this.miDiagWorld.Click += new System.EventHandler(this.miDiagWorld_Click);
			// 
			// miDiagTiles
			// 
			this.miDiagTiles.MenuItems.Add(this.miDiagTileEarth);
			this.miDiagTiles.MenuItems.Add(this.miDiagTileRowCol);
			this.miDiagTiles.MenuItems.Add(this.miDiagTileNone);
			this.miDiagTiles.MenuItems.Add(this.miDiagTileOutline);
			this.miDiagTiles.Text = "Tiles";
			// 
			// miDiagTileEarth
			// 
			this.miDiagTileEarth.Text = "Earth";
			this.miDiagTileEarth.Click += new System.EventHandler(this.miDiagTileEarth_Click);
			// 
			// miDiagTileRowCol
			// 
			this.miDiagTileRowCol.Text = "RowColumn";
			this.miDiagTileRowCol.Click += new System.EventHandler(this.miDiagTileRowCol_Click);
			// 
			// miDiagTileNone
			// 
			this.miDiagTileNone.Text = "None";
			this.miDiagTileNone.Click += new System.EventHandler(this.miDiagTileNone_Click);
			// 
			// miDiagTileOutline
			// 
			this.miDiagTileOutline.Text = "Outline";
			this.miDiagTileOutline.Click += new System.EventHandler(this.miDiagTileOutline_Click);
			// 
			// miDiagCollect
			// 
			this.miDiagCollect.Text = "Collect";
			this.miDiagCollect.Click += new System.EventHandler(this.miDiagCollect_Click);
			// 
			// miDiagRenderExc
			// 
			this.miDiagRenderExc.Text = "Render Exception";
			this.miDiagRenderExc.Click += new System.EventHandler(this.miDiagRenderExc_Click);
			// 
			// miHelp
			// 
			this.miHelp.MenuItems.Add(this.miHelpKeys);
			this.miHelp.MenuItems.Add(this.miHelpAbout);
			this.miHelp.Text = "Help";
			// 
			// miHelpKeys
			// 
			this.miHelpKeys.Text = "Keys";
			this.miHelpKeys.Click += new System.EventHandler(this.miHelpKeys_Click);
			// 
			// miHelpAbout
			// 
			this.miHelpAbout.Text = "About";
			this.miHelpAbout.Click += new System.EventHandler(this.miHelpAbout_Click);
			// 
			// miFileGps
			// 
			this.miFileGps.Text = "GPS";
			this.miFileGps.Click += new System.EventHandler(this.miFileGps_Click);
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			this.ClientSize = new System.Drawing.Size(240, 268);
			this.Menu = this.mainMenu1;
			this.MinimizeBox = false;
			this.Name = "MainForm";
			this.Text = "/cfWorldWind";
			this.Load += new System.EventHandler(this.MainForm_Load);
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.MenuItem miControls;
		private Microsoft.WindowsCE.Forms.HardwareButton hardwareButton1;
		private System.Windows.Forms.MenuItem miMenu;
		private Microsoft.WindowsCE.Forms.HardwareButton hardwareButton4;
		private Microsoft.WindowsCE.Forms.HardwareButton hardwareButton2;
		private Microsoft.WindowsCE.Forms.HardwareButton hardwareButton3;
		private System.Windows.Forms.MenuItem miFile;
		private System.Windows.Forms.MenuItem miView;
		private System.Windows.Forms.MenuItem miDiagnostic;
		private System.Windows.Forms.MenuItem miHelp;
		private System.Windows.Forms.MenuItem miFileExit;
		private System.Windows.Forms.MenuItem miViewCrosshairs;
		private System.Windows.Forms.MenuItem miViewReset;
		private System.Windows.Forms.MenuItem miViewPosition;
		private System.Windows.Forms.MenuItem miDiagWireFrame;
		private System.Windows.Forms.MenuItem miDiagInfo;
		private System.Windows.Forms.MenuItem miDiagFps;
		private System.Windows.Forms.MenuItem miHelpKeys;
		private System.Windows.Forms.MenuItem miHelpAbout;
		private System.Windows.Forms.MenuItem miDiagCulling;
		private System.Windows.Forms.MenuItem miDiagTexture;
		private System.Windows.Forms.MenuItem miViewLatLon;
		private System.Windows.Forms.MenuItem miViewAxis;
		private System.Windows.Forms.MenuItem miDiagTiles;
		private System.Windows.Forms.MenuItem miDiagCullClock;
		private System.Windows.Forms.MenuItem miDiagCullCounter;
		private System.Windows.Forms.MenuItem miDiagCullNone;
		private System.Windows.Forms.MenuItem miDiagTileEarth;
		private System.Windows.Forms.MenuItem miDiagTileRowCol;
		private System.Windows.Forms.MenuItem miDiagTileNone;
		private System.Windows.Forms.MenuItem miDiagRenderExc;
		private System.Windows.Forms.MenuItem miViewBound;
		private System.Windows.Forms.MenuItem miViewBoundCount;
		private System.Windows.Forms.MenuItem miViewBoundCan;
		private System.Windows.Forms.MenuItem miViewBoundNor;
		private System.Windows.Forms.MenuItem miViewBoundSwe;
		private System.Windows.Forms.MenuItem miViewBoundUs;
		private System.Windows.Forms.MenuItem miDiagTileOutline;
		private System.Windows.Forms.MenuItem miViewPlace;
		private System.Windows.Forms.MenuItem miFileFindPlace;
		private System.Windows.Forms.MenuItem miFileScreenshot;
		private System.Windows.Forms.SaveFileDialog saveFileDialog1;
		private System.Windows.Forms.MenuItem miViewLandmark;
		private System.Windows.Forms.MenuItem miViewFlags;
		private System.Windows.Forms.MenuItem miDiagWorld;
		private System.Windows.Forms.MenuItem miDiagCollect;
		private System.Windows.Forms.MenuItem miViewEquator;
		private System.Windows.Forms.MenuItem miFileGps;
	}
}

⌨️ 快捷键说明

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