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

📄 form1.designer.cs

📁 C# 做的简单的GPS软件
💻 CS
📖 第 1 页 / 共 2 页
字号:
      this.lblGPSComPort.Name = "lblGPSComPort";
      this.lblGPSComPort.Size = new System.Drawing.Size(79, 13);
      this.lblGPSComPort.TabIndex = 43;
      this.lblGPSComPort.Text = "lblGPSComPort";
      // 
      // label9
      // 
      this.label9.AutoSize = true;
      this.label9.Location = new System.Drawing.Point(245, 118);
      this.label9.Name = "label9";
      this.label9.Size = new System.Drawing.Size(78, 13);
      this.label9.TabIndex = 42;
      this.label9.Text = "GPS Com Port:";
      // 
      // butDiscon
      // 
      this.butDiscon.Location = new System.Drawing.Point(329, 134);
      this.butDiscon.Name = "butDiscon";
      this.butDiscon.Size = new System.Drawing.Size(84, 23);
      this.butDiscon.TabIndex = 41;
      this.butDiscon.Text = "Disconnect";
      this.butDiscon.UseVisualStyleBackColor = true;
      this.butDiscon.Click += new System.EventHandler(this.butDiscon_Click);
      // 
      // butCon
      // 
      this.butCon.Location = new System.Drawing.Point(239, 134);
      this.butCon.Name = "butCon";
      this.butCon.Size = new System.Drawing.Size(84, 23);
      this.butCon.TabIndex = 40;
      this.butCon.Text = "Connect";
      this.butCon.UseVisualStyleBackColor = true;
      this.butCon.Click += new System.EventHandler(this.butCon_Click);
      // 
      // label11
      // 
      this.label11.Location = new System.Drawing.Point(409, 64);
      this.label11.Name = "label11";
      this.label11.Size = new System.Drawing.Size(90, 24);
      this.label11.TabIndex = 38;
      this.label11.Text = "Local DateTime:";
      this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // labelTimeLocal
      // 
      this.labelTimeLocal.AutoSize = true;
      this.labelTimeLocal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.labelTimeLocal.Location = new System.Drawing.Point(508, 63);
      this.labelTimeLocal.Name = "labelTimeLocal";
      this.labelTimeLocal.Size = new System.Drawing.Size(30, 13);
      this.labelTimeLocal.TabIndex = 39;
      this.labelTimeLocal.Text = "N/A";
      // 
      // label7
      // 
      this.label7.Location = new System.Drawing.Point(427, 40);
      this.label7.Name = "label7";
      this.label7.Size = new System.Drawing.Size(72, 24);
      this.label7.TabIndex = 36;
      this.label7.Text = "Date (Zulu):";
      this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // labelDate
      // 
      this.labelDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.labelDate.Location = new System.Drawing.Point(508, 40);
      this.labelDate.Name = "labelDate";
      this.labelDate.Size = new System.Drawing.Size(111, 24);
      this.labelDate.TabIndex = 37;
      this.labelDate.Text = "N/A";
      // 
      // labelVDOP
      // 
      this.labelVDOP.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.labelVDOP.Location = new System.Drawing.Point(288, 65);
      this.labelVDOP.Name = "labelVDOP";
      this.labelVDOP.Size = new System.Drawing.Size(116, 24);
      this.labelVDOP.TabIndex = 33;
      this.labelVDOP.Text = "N/A";
      // 
      // label12
      // 
      this.label12.AutoSize = true;
      this.label12.Location = new System.Drawing.Point(236, 65);
      this.label12.Name = "label12";
      this.label12.Size = new System.Drawing.Size(40, 13);
      this.label12.TabIndex = 32;
      this.label12.Text = "VDOP:";
      // 
      // labelHDOP
      // 
      this.labelHDOP.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.labelHDOP.Location = new System.Drawing.Point(288, 40);
      this.labelHDOP.Name = "labelHDOP";
      this.labelHDOP.Size = new System.Drawing.Size(116, 24);
      this.labelHDOP.TabIndex = 31;
      this.labelHDOP.Text = "N/A";
      // 
      // label10
      // 
      this.label10.AutoSize = true;
      this.label10.Location = new System.Drawing.Point(236, 40);
      this.label10.Name = "label10";
      this.label10.Size = new System.Drawing.Size(41, 13);
      this.label10.TabIndex = 30;
      this.label10.Text = "HDOP:";
      // 
      // labelPDOP
      // 
      this.labelPDOP.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.labelPDOP.Location = new System.Drawing.Point(288, 13);
      this.labelPDOP.Name = "labelPDOP";
      this.labelPDOP.Size = new System.Drawing.Size(116, 24);
      this.labelPDOP.TabIndex = 29;
      this.labelPDOP.Text = "N/A";
      // 
      // label8
      // 
      this.label8.AutoSize = true;
      this.label8.Location = new System.Drawing.Point(236, 13);
      this.label8.Name = "label8";
      this.label8.Size = new System.Drawing.Size(40, 13);
      this.label8.TabIndex = 28;
      this.label8.Text = "PDOP:";
      // 
      // labelFixMode
      // 
      this.labelFixMode.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.labelFixMode.Location = new System.Drawing.Point(87, 88);
      this.labelFixMode.Name = "labelFixMode";
      this.labelFixMode.Size = new System.Drawing.Size(116, 24);
      this.labelFixMode.TabIndex = 27;
      this.labelFixMode.Text = "N/A";
      // 
      // label5
      // 
      this.label5.AutoSize = true;
      this.label5.Location = new System.Drawing.Point(19, 88);
      this.label5.Name = "label5";
      this.label5.Size = new System.Drawing.Size(56, 13);
      this.label5.TabIndex = 26;
      this.label5.Text = "Fix Status:";
      // 
      // labelLatitude
      // 
      this.labelLatitude.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.labelLatitude.Location = new System.Drawing.Point(87, 16);
      this.labelLatitude.Name = "labelLatitude";
      this.labelLatitude.Size = new System.Drawing.Size(116, 24);
      this.labelLatitude.TabIndex = 21;
      this.labelLatitude.Text = "N/A";
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(24, 16);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(51, 13);
      this.label1.TabIndex = 19;
      this.label1.Text = "Latitude: ";
      this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // label2
      // 
      this.label2.AutoSize = true;
      this.label2.Location = new System.Drawing.Point(18, 40);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(57, 13);
      this.label2.TabIndex = 18;
      this.label2.Text = "Longitude:";
      this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // labelLongitude
      // 
      this.labelLongitude.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.labelLongitude.Location = new System.Drawing.Point(87, 40);
      this.labelLongitude.Name = "labelLongitude";
      this.labelLongitude.Size = new System.Drawing.Size(116, 24);
      this.labelLongitude.TabIndex = 24;
      this.labelLongitude.Text = "N/A";
      // 
      // label3
      // 
      this.label3.AutoSize = true;
      this.label3.Location = new System.Drawing.Point(30, 64);
      this.label3.Name = "label3";
      this.label3.Size = new System.Drawing.Size(45, 13);
      this.label3.TabIndex = 17;
      this.label3.Text = "Altitude:";
      this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // labelAltitude
      // 
      this.labelAltitude.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.labelAltitude.Location = new System.Drawing.Point(87, 64);
      this.labelAltitude.Name = "labelAltitude";
      this.labelAltitude.Size = new System.Drawing.Size(116, 24);
      this.labelAltitude.TabIndex = 23;
      this.labelAltitude.Text = "N/A";
      // 
      // label4
      // 
      this.label4.Location = new System.Drawing.Point(428, 16);
      this.label4.Name = "label4";
      this.label4.Size = new System.Drawing.Size(72, 24);
      this.label4.TabIndex = 20;
      this.label4.Text = "Time (Zulu):";
      this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // labelTime
      // 
      this.labelTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.labelTime.Location = new System.Drawing.Point(508, 16);
      this.labelTime.Name = "labelTime";
      this.labelTime.Size = new System.Drawing.Size(111, 24);
      this.labelTime.TabIndex = 22;
      this.labelTime.Text = "N/A";
      // 
      // timer1
      // 
      this.timer1.Interval = 1000;
      this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
      // 
      // serialPortGpsConnection1
      // 
      this.serialPortGpsConnection1.GpsChanged += new ESRI.ArcGIS.Mobile.Gps.GpsChangedEventHandler(this.serialPortGpsConnection1_GpsChanged);
      // 
      // scaleBar1
      // 
      this.scaleBar1.BackColor = System.Drawing.SystemColors.InactiveCaption;
      this.scaleBar1.DisplayPosition = ESRI.ArcGIS.Mobile.EsriScaleBarDisplayPosition.TopLeft;
      this.scaleBar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.scaleBar1.HaloColor = System.Drawing.SystemColors.HighlightText;
      this.scaleBar1.Map = this.map1;
      this.scaleBar1.MapCache = this.mapCache1;
      this.scaleBar1.OutlineColor = System.Drawing.SystemColors.ActiveCaption;
      this.scaleBar1.ProgressColor = System.Drawing.SystemColors.Window;
      this.scaleBar1.ProgressSpeed = 250;
      this.scaleBar1.TextColor = System.Drawing.Color.Black;
      this.scaleBar1.UnitLabels = usCustomaryUnitLabels1;
      this.scaleBar1.UnitSystem = ESRI.ArcGIS.Mobile.EsriScaleBarUnitSystem.USCustomary;
      // 
      // gpsDisplay1
      // 
      this.gpsDisplay1.GoodPdop = System.Drawing.Color.Green;
      this.gpsDisplay1.GpsConnection = this.serialPortGpsConnection1;
      this.gpsDisplay1.Map = this.map1;
      this.gpsDisplay1.TrailWidth = 2;
      // 
      // Form1
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(702, 438);
      this.Controls.Add(this.tabControl1);
      this.Name = "Form1";
      this.Text = "Mobile Win GPS";
      this.Load += new System.EventHandler(this.Form1_Load);
      this.tabControl1.ResumeLayout(false);
      this.Map.ResumeLayout(false);
      this.Tracking.ResumeLayout(false);
      this.groupBox1.ResumeLayout(false);
      this.groupBox1.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.picSats)).EndInit();
      this.GPS.ResumeLayout(false);
      this.GPS.PerformLayout();
      this.groupBox2.ResumeLayout(false);
      this.groupBox2.PerformLayout();
      this.ResumeLayout(false);

    }

    #endregion

    private System.Windows.Forms.TabControl tabControl1;
    private System.Windows.Forms.TabPage GPS;
    private System.Windows.Forms.Label label11;
    private System.Windows.Forms.Label labelTimeLocal;
    private System.Windows.Forms.Label label7;
    private System.Windows.Forms.Label labelDate;
    private System.Windows.Forms.Label labelVDOP;
    private System.Windows.Forms.Label label12;
    private System.Windows.Forms.Label labelHDOP;
    private System.Windows.Forms.Label label10;
    private System.Windows.Forms.Label labelPDOP;
    private System.Windows.Forms.Label label8;
    private System.Windows.Forms.Label labelFixMode;
    private System.Windows.Forms.Label label5;
    private System.Windows.Forms.Label labelLatitude;
    private System.Windows.Forms.Label label1;
    private System.Windows.Forms.Label label2;
    private System.Windows.Forms.Label labelLongitude;
    private System.Windows.Forms.Label label3;
    private System.Windows.Forms.Label labelAltitude;
    private System.Windows.Forms.Label label4;
    private System.Windows.Forms.Label labelTime;
    private System.Windows.Forms.TabPage Tracking;
    private System.Windows.Forms.PictureBox picSats;
    private System.Windows.Forms.GroupBox groupBox1;
    private System.Windows.Forms.Label labelSatellitesInView;
    private System.Windows.Forms.Label label6;
    private System.Windows.Forms.ListView listSatellites;
    private System.Windows.Forms.ColumnHeader IdColumn;
    private System.Windows.Forms.ColumnHeader ElevationColumn;
    private System.Windows.Forms.ColumnHeader AzimuthColumn;
    private System.Windows.Forms.ColumnHeader SNRColumn;
    private System.Windows.Forms.TabPage Map;
    private System.Windows.Forms.Timer timer1;
    private ESRI.ArcGIS.Mobile.ZoomInOutMapAction zoomInOutMapAction1;
    private ESRI.ArcGIS.Mobile.Gps.SerialPortGpsConnection serialPortGpsConnection1;
    private ESRI.ArcGIS.Mobile.ScaleBar scaleBar1;
		private ESRI.ArcGIS.Mobile.Gps.GpsDisplay gpsDisplay1;
    private ESRI.ArcGIS.Mobile.Map map1;
    private ESRI.ArcGIS.Mobile.MapCache mapCache1;
    private System.Windows.Forms.Label lblGPSComPort;
    private System.Windows.Forms.Label label9;
    private System.Windows.Forms.Button butDiscon;
    private System.Windows.Forms.Button butCon;
    private System.Windows.Forms.GroupBox groupBox2;
    private System.Windows.Forms.CheckBox chkRaw;
    private System.Windows.Forms.TextBox NMEAText;
    private System.Windows.Forms.Button butClear;
  }
}


⌨️ 快捷键说明

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