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

📄 mainform.designer.cs

📁 功能:基于windows mobile 的地图查看器。使用vs2005开发
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace cfWorldWind
{
	partial class MainForm
	{
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;
		private System.Windows.Forms.MainMenu mainMenu1;

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
		protected override void Dispose(bool disposing)
		{
			if (disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}

		#region Windows Form Designer generated code

		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.mainMenu1 = new System.Windows.Forms.MainMenu();
			this.miControls = new System.Windows.Forms.MenuItem();
			this.miMenu = new System.Windows.Forms.MenuItem();
			this.miFile = new System.Windows.Forms.MenuItem();
			this.miFileFindPlace = new System.Windows.Forms.MenuItem();
			this.miFileScreenshot = new System.Windows.Forms.MenuItem();
			this.miFileExit = new System.Windows.Forms.MenuItem();
			this.miView = new System.Windows.Forms.MenuItem();
			this.miViewCrosshairs = new System.Windows.Forms.MenuItem();
			this.miViewReset = new System.Windows.Forms.MenuItem();
			this.miViewPosition = new System.Windows.Forms.MenuItem();
			this.miViewLatLon = new System.Windows.Forms.MenuItem();
			this.miViewEquator = new System.Windows.Forms.MenuItem();
			this.miViewAxis = new System.Windows.Forms.MenuItem();
			this.miViewBound = new System.Windows.Forms.MenuItem();
			this.miViewBoundCount = new System.Windows.Forms.MenuItem();
			this.miViewBoundCan = new System.Windows.Forms.MenuItem();
			this.miViewBoundNor = new System.Windows.Forms.MenuItem();
			this.miViewBoundSwe = new System.Windows.Forms.MenuItem();
			this.miViewBoundUs = new System.Windows.Forms.MenuItem();
			this.miViewPlace = new System.Windows.Forms.MenuItem();
			this.miViewLandmark = new System.Windows.Forms.MenuItem();
			this.miViewFlags = new System.Windows.Forms.MenuItem();
			this.miDiagnostic = new System.Windows.Forms.MenuItem();
			this.miDiagWireFrame = new System.Windows.Forms.MenuItem();
			this.miDiagInfo = new System.Windows.Forms.MenuItem();
			this.miDiagFps = new System.Windows.Forms.MenuItem();
			this.miDiagCulling = new System.Windows.Forms.MenuItem();
			this.miDiagCullClock = new System.Windows.Forms.MenuItem();
			this.miDiagCullCounter = new System.Windows.Forms.MenuItem();
			this.miDiagCullNone = new System.Windows.Forms.MenuItem();
			this.miDiagTexture = new System.Windows.Forms.MenuItem();
			this.miDiagWorld = new System.Windows.Forms.MenuItem();
			this.miDiagTiles = new System.Windows.Forms.MenuItem();
			this.miDiagTileEarth = new System.Windows.Forms.MenuItem();
			this.miDiagTileRowCol = new System.Windows.Forms.MenuItem();
			this.miDiagTileNone = new System.Windows.Forms.MenuItem();
			this.miDiagTileOutline = new System.Windows.Forms.MenuItem();
			this.miDiagCollect = new System.Windows.Forms.MenuItem();
			this.miDiagRenderExc = new System.Windows.Forms.MenuItem();
			this.miHelp = new System.Windows.Forms.MenuItem();
			this.miHelpKeys = new System.Windows.Forms.MenuItem();
			this.miHelpAbout = new System.Windows.Forms.MenuItem();
			this.hardwareButton1 = new Microsoft.WindowsCE.Forms.HardwareButton();
			this.hardwareButton4 = new Microsoft.WindowsCE.Forms.HardwareButton();
			this.hardwareButton2 = new Microsoft.WindowsCE.Forms.HardwareButton();
			this.hardwareButton3 = new Microsoft.WindowsCE.Forms.HardwareButton();
			this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
			this.miFileGps = new System.Windows.Forms.MenuItem();
			this.SuspendLayout();
			// 
			// mainMenu1
			// 
			this.mainMenu1.MenuItems.Add(this.miControls);
			this.mainMenu1.MenuItems.Add(this.miMenu);
			// 
			// miControls
			// 
			this.miControls.Text = "Controls";
			this.miControls.Click += new System.EventHandler(this.miControls_Click);
			// 
			// miMenu
			// 
			this.miMenu.MenuItems.Add(this.miFile);
			this.miMenu.MenuItems.Add(this.miView);
			this.miMenu.MenuItems.Add(this.miDiagnostic);
			this.miMenu.MenuItems.Add(this.miHelp);
			this.miMenu.Text = "Menu";
			// 
			// miFile
			// 
			this.miFile.MenuItems.Add(this.miFileFindPlace);
			this.miFile.MenuItems.Add(this.miFileScreenshot);
			this.miFile.MenuItems.Add(this.miFileGps);
			this.miFile.MenuItems.Add(this.miFileExit);
			this.miFile.Text = "File";
			// 
			// miFileFindPlace
			// 
			this.miFileFindPlace.Text = "Find Place";
			this.miFileFindPlace.Click += new System.EventHandler(this.miFileFindPlace_Click);
			// 
			// miFileScreenshot
			// 
			this.miFileScreenshot.Text = "Screenshot";
			this.miFileScreenshot.Click += new System.EventHandler(this.miFileScreenshot_Click);
			// 
			// miFileExit
			// 
			this.miFileExit.Text = "Exit";
			this.miFileExit.Click += new System.EventHandler(this.miFileExit_Click);
			// 
			// miView
			// 
			this.miView.MenuItems.Add(this.miViewCrosshairs);
			this.miView.MenuItems.Add(this.miViewReset);
			this.miView.MenuItems.Add(this.miViewPosition);
			this.miView.MenuItems.Add(this.miViewLatLon);
			this.miView.MenuItems.Add(this.miViewEquator);
			this.miView.MenuItems.Add(this.miViewAxis);
			this.miView.MenuItems.Add(this.miViewBound);
			this.miView.MenuItems.Add(this.miViewPlace);
			this.miView.MenuItems.Add(this.miViewLandmark);
			this.miView.MenuItems.Add(this.miViewFlags);
			this.miView.Text = "View";
			// 
			// miViewCrosshairs
			// 
			this.miViewCrosshairs.Text = "Crosshairs";
			this.miViewCrosshairs.Click += new System.EventHandler(this.miViewCrosshairs_Click);
			// 
			// miViewReset
			// 
			this.miViewReset.Text = "Reset";
			this.miViewReset.Click += new System.EventHandler(this.miViewReset_Click);
			// 
			// miViewPosition
			// 
			this.miViewPosition.Text = "Position";
			this.miViewPosition.Click += new System.EventHandler(this.miViewPosition_Click);
			// 
			// miViewLatLon
			// 
			this.miViewLatLon.Text = "Lat/Lon Lines";
			this.miViewLatLon.Click += new System.EventHandler(this.miViewLatLon_Click);
			// 
			// miViewEquator
			// 
			this.miViewEquator.Text = "Equator";
			this.miViewEquator.Click += new System.EventHandler(this.miViewEquator_Click);
			// 
			// miViewAxis
			// 
			this.miViewAxis.Text = "Axis";
			this.miViewAxis.Click += new System.EventHandler(this.miViewAxis_Click);
			// 
			// miViewBound
			// 
			this.miViewBound.MenuItems.Add(this.miViewBoundCount);
			this.miViewBound.MenuItems.Add(this.miViewBoundCan);
			this.miViewBound.MenuItems.Add(this.miViewBoundNor);
			this.miViewBound.MenuItems.Add(this.miViewBoundSwe);
			this.miViewBound.MenuItems.Add(this.miViewBoundUs);
			this.miViewBound.Text = "Boundaries";
			// 
			// miViewBoundCount
			// 
			this.miViewBoundCount.Text = "Countries";
			this.miViewBoundCount.Click += new System.EventHandler(this.miViewBoundCount_Click);
			// 
			// miViewBoundCan
			// 
			this.miViewBoundCan.Text = "Canadian";
			this.miViewBoundCan.Click += new System.EventHandler(this.miViewBoundCan_Click);
			// 
			// miViewBoundNor
			// 
			this.miViewBoundNor.Text = "Norwegian";
			this.miViewBoundNor.Click += new System.EventHandler(this.miViewBoundNor_Click);
			// 
			// miViewBoundSwe
			// 
			this.miViewBoundSwe.Text = "Swedish";
			this.miViewBoundSwe.Click += new System.EventHandler(this.miViewBoundSwe_Click);
			// 
			// miViewBoundUs
			// 
			this.miViewBoundUs.Text = "US State";
			this.miViewBoundUs.Click += new System.EventHandler(this.miViewBoundUs_Click);
			// 
			// miViewPlace

⌨️ 快捷键说明

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