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

📄 gpsform.designer.cs

📁 功能:基于windows mobile 的地图查看器。使用vs2005开发
💻 CS
字号:
namespace cfWorldWind
{
	partial class GpsForm
	{
		/// <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.btnStart = new System.Windows.Forms.Button();
			this.btnStop = new System.Windows.Forms.Button();
			this.lbMessageDisplay = new System.Windows.Forms.ListBox();
			this.txtBaud = new System.Windows.Forms.TextBox();
			this.txtCom = new System.Windows.Forms.TextBox();
			this.lblBearing = new System.Windows.Forms.Label();
			this.lblFixType = new System.Windows.Forms.Label();
			this.lblQuality = new System.Windows.Forms.Label();
			this.lblNumSats = new System.Windows.Forms.Label();
			this.lblLonDirection = new System.Windows.Forms.Label();
			this.lblLatDirection = new System.Windows.Forms.Label();
			this.lblLon = new System.Windows.Forms.Label();
			this.lblLat = new System.Windows.Forms.Label();
			this.lblTime = new System.Windows.Forms.Label();
			this.lblMessageType = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// btnStart
			// 
			this.btnStart.Location = new System.Drawing.Point(30, 31);
			this.btnStart.Name = "btnStart";
			this.btnStart.Size = new System.Drawing.Size(72, 20);
			this.btnStart.TabIndex = 0;
			this.btnStart.Text = "start";
			this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
			// 
			// btnStop
			// 
			this.btnStop.Location = new System.Drawing.Point(143, 31);
			this.btnStop.Name = "btnStop";
			this.btnStop.Size = new System.Drawing.Size(72, 20);
			this.btnStop.TabIndex = 1;
			this.btnStop.Text = "stop";
			this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
			// 
			// lbMessageDisplay
			// 
			this.lbMessageDisplay.Location = new System.Drawing.Point(4, 166);
			this.lbMessageDisplay.Name = "lbMessageDisplay";
			this.lbMessageDisplay.Size = new System.Drawing.Size(233, 100);
			this.lbMessageDisplay.TabIndex = 3;
			// 
			// txtBaud
			// 
			this.txtBaud.Location = new System.Drawing.Point(127, 3);
			this.txtBaud.Name = "txtBaud";
			this.txtBaud.Size = new System.Drawing.Size(100, 21);
			this.txtBaud.TabIndex = 4;
			this.txtBaud.Text = "4800";
			// 
			// txtCom
			// 
			this.txtCom.Location = new System.Drawing.Point(11, 3);
			this.txtCom.Name = "txtCom";
			this.txtCom.Size = new System.Drawing.Size(100, 21);
			this.txtCom.TabIndex = 5;
			this.txtCom.Text = "COM2:";
			// 
			// lblBearing
			// 
			this.lblBearing.Location = new System.Drawing.Point(127, 140);
			this.lblBearing.Name = "lblBearing";
			this.lblBearing.Size = new System.Drawing.Size(107, 19);
			this.lblBearing.Text = "lblBearing";
			// 
			// lblFixType
			// 
			this.lblFixType.Location = new System.Drawing.Point(127, 120);
			this.lblFixType.Name = "lblFixType";
			this.lblFixType.Size = new System.Drawing.Size(107, 19);
			this.lblFixType.Text = "lblFixType";
			// 
			// lblQuality
			// 
			this.lblQuality.Location = new System.Drawing.Point(127, 100);
			this.lblQuality.Name = "lblQuality";
			this.lblQuality.Size = new System.Drawing.Size(107, 19);
			this.lblQuality.Text = "lblQuality";
			// 
			// lblNumSats
			// 
			this.lblNumSats.Location = new System.Drawing.Point(127, 80);
			this.lblNumSats.Name = "lblNumSats";
			this.lblNumSats.Size = new System.Drawing.Size(107, 19);
			this.lblNumSats.Text = "lblNumSats";
			// 
			// lblLonDirection
			// 
			this.lblLonDirection.Location = new System.Drawing.Point(8, 140);
			this.lblLonDirection.Name = "lblLonDirection";
			this.lblLonDirection.Size = new System.Drawing.Size(107, 19);
			this.lblLonDirection.Text = "lblLonDirection";
			// 
			// lblLatDirection
			// 
			this.lblLatDirection.Location = new System.Drawing.Point(8, 120);
			this.lblLatDirection.Name = "lblLatDirection";
			this.lblLatDirection.Size = new System.Drawing.Size(108, 20);
			this.lblLatDirection.Text = "lblLatDirection";
			// 
			// lblLon
			// 
			this.lblLon.Location = new System.Drawing.Point(8, 100);
			this.lblLon.Name = "lblLon";
			this.lblLon.Size = new System.Drawing.Size(108, 20);
			this.lblLon.Text = "lblLon";
			// 
			// lblLat
			// 
			this.lblLat.Location = new System.Drawing.Point(8, 80);
			this.lblLat.Name = "lblLat";
			this.lblLat.Size = new System.Drawing.Size(108, 20);
			this.lblLat.Text = "lblLat";
			// 
			// lblTime
			// 
			this.lblTime.Location = new System.Drawing.Point(128, 60);
			this.lblTime.Name = "lblTime";
			this.lblTime.Size = new System.Drawing.Size(108, 20);
			this.lblTime.Text = "lblTime";
			// 
			// lblMessageType
			// 
			this.lblMessageType.Location = new System.Drawing.Point(8, 60);
			this.lblMessageType.Name = "lblMessageType";
			this.lblMessageType.Size = new System.Drawing.Size(108, 20);
			this.lblMessageType.Text = "lblMessageType";
			// 
			// GpsForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			this.ClientSize = new System.Drawing.Size(240, 268);
			this.Controls.Add(this.lblBearing);
			this.Controls.Add(this.lblFixType);
			this.Controls.Add(this.lblQuality);
			this.Controls.Add(this.lblNumSats);
			this.Controls.Add(this.lblLonDirection);
			this.Controls.Add(this.lblLatDirection);
			this.Controls.Add(this.lblLon);
			this.Controls.Add(this.lblLat);
			this.Controls.Add(this.lblTime);
			this.Controls.Add(this.lblMessageType);
			this.Controls.Add(this.txtCom);
			this.Controls.Add(this.txtBaud);
			this.Controls.Add(this.lbMessageDisplay);
			this.Controls.Add(this.btnStop);
			this.Controls.Add(this.btnStart);
			this.Menu = this.mainMenu1;
			this.Name = "GpsForm";
			this.Text = "/cfWorldWind GPS";
			this.Load += new System.EventHandler(this.GpsForm_Load);
			this.Closing += new System.ComponentModel.CancelEventHandler(this.GpsForm_Closing);
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.Button btnStart;
		private System.Windows.Forms.Button btnStop;
		private System.Windows.Forms.ListBox lbMessageDisplay;
		private System.Windows.Forms.TextBox txtBaud;
		private System.Windows.Forms.TextBox txtCom;
		private System.Windows.Forms.Label lblBearing;
		private System.Windows.Forms.Label lblFixType;
		private System.Windows.Forms.Label lblQuality;
		private System.Windows.Forms.Label lblNumSats;
		private System.Windows.Forms.Label lblLonDirection;
		private System.Windows.Forms.Label lblLatDirection;
		private System.Windows.Forms.Label lblLon;
		private System.Windows.Forms.Label lblLat;
		private System.Windows.Forms.Label lblTime;
		private System.Windows.Forms.Label lblMessageType;
	}
}

⌨️ 快捷键说明

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