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

📄 form1.designer.cs

📁 C# 做的简单的GPS软件
💻 CS
📖 第 1 页 / 共 2 页
字号:
// Copyright 2006 ESRI
// 
// All rights reserved under the copyright laws of the United States
// and applicable international laws, treaties, and conventions.
// 
// You may freely redistribute and use this sample code, with or
// without modification, provided you include the original copyright
// notice and use restrictions.
// 
// See use restrictions at /arcgis/developerkit/userestrictions.
// 

namespace WinGPS
{
  partial class Form1
  {
    /// <summary>
    /// Required designer variable.
    /// </summary>
    private System.ComponentModel.IContainer components = null;

    /// <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.components = new System.ComponentModel.Container();
      ESRI.ArcGIS.Mobile.USCustomaryUnitLabels usCustomaryUnitLabels1 = new ESRI.ArcGIS.Mobile.USCustomaryUnitLabels();
      this.tabControl1 = new System.Windows.Forms.TabControl();
      this.Map = new System.Windows.Forms.TabPage();
      this.map1 = new ESRI.ArcGIS.Mobile.Map();
      this.zoomInOutMapAction1 = new ESRI.ArcGIS.Mobile.ZoomInOutMapAction(this.components);
      this.mapCache1 = new ESRI.ArcGIS.Mobile.MapCache(this.components);
      this.Tracking = new System.Windows.Forms.TabPage();
      this.groupBox1 = new System.Windows.Forms.GroupBox();
      this.labelSatellitesInView = new System.Windows.Forms.Label();
      this.label6 = new System.Windows.Forms.Label();
      this.listSatellites = new System.Windows.Forms.ListView();
      this.IdColumn = new System.Windows.Forms.ColumnHeader();
      this.ElevationColumn = new System.Windows.Forms.ColumnHeader();
      this.AzimuthColumn = new System.Windows.Forms.ColumnHeader();
      this.SNRColumn = new System.Windows.Forms.ColumnHeader();
      this.picSats = new System.Windows.Forms.PictureBox();
      this.GPS = new System.Windows.Forms.TabPage();
      this.groupBox2 = new System.Windows.Forms.GroupBox();
      this.butClear = new System.Windows.Forms.Button();
      this.chkRaw = new System.Windows.Forms.CheckBox();
      this.NMEAText = new System.Windows.Forms.TextBox();
      this.lblGPSComPort = new System.Windows.Forms.Label();
      this.label9 = new System.Windows.Forms.Label();
      this.butDiscon = new System.Windows.Forms.Button();
      this.butCon = new System.Windows.Forms.Button();
      this.label11 = new System.Windows.Forms.Label();
      this.labelTimeLocal = new System.Windows.Forms.Label();
      this.label7 = new System.Windows.Forms.Label();
      this.labelDate = new System.Windows.Forms.Label();
      this.labelVDOP = new System.Windows.Forms.Label();
      this.label12 = new System.Windows.Forms.Label();
      this.labelHDOP = new System.Windows.Forms.Label();
      this.label10 = new System.Windows.Forms.Label();
      this.labelPDOP = new System.Windows.Forms.Label();
      this.label8 = new System.Windows.Forms.Label();
      this.labelFixMode = new System.Windows.Forms.Label();
      this.label5 = new System.Windows.Forms.Label();
      this.labelLatitude = new System.Windows.Forms.Label();
      this.label1 = new System.Windows.Forms.Label();
      this.label2 = new System.Windows.Forms.Label();
      this.labelLongitude = new System.Windows.Forms.Label();
      this.label3 = new System.Windows.Forms.Label();
      this.labelAltitude = new System.Windows.Forms.Label();
      this.label4 = new System.Windows.Forms.Label();
      this.labelTime = new System.Windows.Forms.Label();
      this.timer1 = new System.Windows.Forms.Timer(this.components);
      this.serialPortGpsConnection1 = new ESRI.ArcGIS.Mobile.Gps.SerialPortGpsConnection(this.components);
      this.scaleBar1 = new ESRI.ArcGIS.Mobile.ScaleBar(this.components);
      this.gpsDisplay1 = new ESRI.ArcGIS.Mobile.Gps.GpsDisplay(this.components);
      this.tabControl1.SuspendLayout();
      this.Map.SuspendLayout();
      this.Tracking.SuspendLayout();
      this.groupBox1.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.picSats)).BeginInit();
      this.GPS.SuspendLayout();
      this.groupBox2.SuspendLayout();
      this.SuspendLayout();
      // 
      // tabControl1
      // 
      this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                  | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.tabControl1.Controls.Add(this.Map);
      this.tabControl1.Controls.Add(this.Tracking);
      this.tabControl1.Controls.Add(this.GPS);
      this.tabControl1.Location = new System.Drawing.Point(12, 12);
      this.tabControl1.Name = "tabControl1";
      this.tabControl1.SelectedIndex = 0;
      this.tabControl1.Size = new System.Drawing.Size(678, 414);
      this.tabControl1.TabIndex = 0;
      // 
      // Map
      // 
      this.Map.Controls.Add(this.map1);
      this.Map.Location = new System.Drawing.Point(4, 22);
      this.Map.Name = "Map";
      this.Map.Padding = new System.Windows.Forms.Padding(3);
      this.Map.Size = new System.Drawing.Size(670, 388);
      this.Map.TabIndex = 4;
      this.Map.Text = "Map";
      this.Map.UseVisualStyleBackColor = true;
      // 
      // map1
      // 
      this.map1.CurrentMapAction = this.zoomInOutMapAction1;
      this.map1.Location = new System.Drawing.Point(6, 6);
      this.map1.MapCache = this.mapCache1;
      this.map1.Name = "map1";
      this.map1.Size = new System.Drawing.Size(658, 376);
      this.map1.TabIndex = 0;
      this.map1.Text = "map1";
      this.map1.ExtentChanged += new System.EventHandler(this.map1_ExtentChanged);
      // 
      // zoomInOutMapAction1
      // 
      this.zoomInOutMapAction1.Map = this.map1;
      // 
      // mapCache1
      // 
      this.mapCache1.StoragePath = ".\\cachedir";
      // 
      // Tracking
      // 
      this.Tracking.Controls.Add(this.groupBox1);
      this.Tracking.Controls.Add(this.picSats);
      this.Tracking.Location = new System.Drawing.Point(4, 22);
      this.Tracking.Name = "Tracking";
      this.Tracking.Padding = new System.Windows.Forms.Padding(3);
      this.Tracking.Size = new System.Drawing.Size(670, 388);
      this.Tracking.TabIndex = 3;
      this.Tracking.Text = "Tracking";
      this.Tracking.UseVisualStyleBackColor = true;
      // 
      // groupBox1
      // 
      this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBox1.Controls.Add(this.labelSatellitesInView);
      this.groupBox1.Controls.Add(this.label6);
      this.groupBox1.Controls.Add(this.listSatellites);
      this.groupBox1.Location = new System.Drawing.Point(414, 6);
      this.groupBox1.Name = "groupBox1";
      this.groupBox1.Size = new System.Drawing.Size(250, 368);
      this.groupBox1.TabIndex = 2;
      this.groupBox1.TabStop = false;
      this.groupBox1.Text = "Satellite Details";
      // 
      // labelSatellitesInView
      // 
      this.labelSatellitesInView.AutoSize = true;
      this.labelSatellitesInView.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.labelSatellitesInView.Location = new System.Drawing.Point(99, 16);
      this.labelSatellitesInView.Name = "labelSatellitesInView";
      this.labelSatellitesInView.Size = new System.Drawing.Size(14, 13);
      this.labelSatellitesInView.TabIndex = 3;
      this.labelSatellitesInView.Text = "0";
      // 
      // label6
      // 
      this.label6.AutoSize = true;
      this.label6.Location = new System.Drawing.Point(6, 16);
      this.label6.Name = "label6";
      this.label6.Size = new System.Drawing.Size(79, 13);
      this.label6.TabIndex = 2;
      this.label6.Text = "Satellites in Fix:";
      this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // listSatellites
      // 
      this.listSatellites.AllowColumnReorder = true;
      this.listSatellites.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                  | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.listSatellites.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.IdColumn,
            this.ElevationColumn,
            this.AzimuthColumn,
            this.SNRColumn});
      this.listSatellites.FullRowSelect = true;
      this.listSatellites.Location = new System.Drawing.Point(6, 32);
      this.listSatellites.Name = "listSatellites";
      this.listSatellites.Size = new System.Drawing.Size(238, 330);
      this.listSatellites.Sorting = System.Windows.Forms.SortOrder.Ascending;
      this.listSatellites.TabIndex = 0;
      this.listSatellites.UseCompatibleStateImageBehavior = false;
      this.listSatellites.View = System.Windows.Forms.View.Details;
      // 
      // IdColumn
      // 
      this.IdColumn.Text = "Satellite Id";
      this.IdColumn.Width = 81;
      // 
      // ElevationColumn
      // 
      this.ElevationColumn.Text = "Elevation";
      this.ElevationColumn.Width = 52;
      // 
      // AzimuthColumn
      // 
      this.AzimuthColumn.Text = "Azimuth";
      this.AzimuthColumn.Width = 51;
      // 
      // SNRColumn
      // 
      this.SNRColumn.Text = "SNR";
      this.SNRColumn.Width = 45;
      // 
      // picSats
      // 
      this.picSats.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                  | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.picSats.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
      this.picSats.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
      this.picSats.Location = new System.Drawing.Point(6, 6);
      this.picSats.Name = "picSats";
      this.picSats.Size = new System.Drawing.Size(407, 368);
      this.picSats.TabIndex = 0;
      this.picSats.TabStop = false;
      // 
      // GPS
      // 
      this.GPS.Controls.Add(this.groupBox2);
      this.GPS.Controls.Add(this.lblGPSComPort);
      this.GPS.Controls.Add(this.label9);
      this.GPS.Controls.Add(this.butDiscon);
      this.GPS.Controls.Add(this.butCon);
      this.GPS.Controls.Add(this.label11);
      this.GPS.Controls.Add(this.labelTimeLocal);
      this.GPS.Controls.Add(this.label7);
      this.GPS.Controls.Add(this.labelDate);
      this.GPS.Controls.Add(this.labelVDOP);
      this.GPS.Controls.Add(this.label12);
      this.GPS.Controls.Add(this.labelHDOP);
      this.GPS.Controls.Add(this.label10);
      this.GPS.Controls.Add(this.labelPDOP);
      this.GPS.Controls.Add(this.label8);
      this.GPS.Controls.Add(this.labelFixMode);
      this.GPS.Controls.Add(this.label5);
      this.GPS.Controls.Add(this.labelLatitude);
      this.GPS.Controls.Add(this.label1);
      this.GPS.Controls.Add(this.label2);
      this.GPS.Controls.Add(this.labelLongitude);
      this.GPS.Controls.Add(this.label3);
      this.GPS.Controls.Add(this.labelAltitude);
      this.GPS.Controls.Add(this.label4);
      this.GPS.Controls.Add(this.labelTime);
      this.GPS.Location = new System.Drawing.Point(4, 22);
      this.GPS.Name = "GPS";
      this.GPS.Padding = new System.Windows.Forms.Padding(3);
      this.GPS.Size = new System.Drawing.Size(670, 388);
      this.GPS.TabIndex = 2;
      this.GPS.Text = "GPS";
      this.GPS.UseVisualStyleBackColor = true;
      // 
      // groupBox2
      // 
      this.groupBox2.Controls.Add(this.butClear);
      this.groupBox2.Controls.Add(this.chkRaw);
      this.groupBox2.Controls.Add(this.NMEAText);
      this.groupBox2.Location = new System.Drawing.Point(6, 182);
      this.groupBox2.Name = "groupBox2";
      this.groupBox2.Size = new System.Drawing.Size(658, 200);
      this.groupBox2.TabIndex = 45;
      this.groupBox2.TabStop = false;
      this.groupBox2.Text = "GPS Raw Data";
      // 
      // butClear
      // 
      this.butClear.Location = new System.Drawing.Point(116, 17);
      this.butClear.Name = "butClear";
      this.butClear.Size = new System.Drawing.Size(75, 23);
      this.butClear.TabIndex = 46;
      this.butClear.Text = "Clear";
      this.butClear.UseVisualStyleBackColor = true;
      this.butClear.Click += new System.EventHandler(this.butClear_Click);
      // 
      // chkRaw
      // 
      this.chkRaw.AutoSize = true;
      this.chkRaw.Location = new System.Drawing.Point(6, 23);
      this.chkRaw.Name = "chkRaw";
      this.chkRaw.Size = new System.Drawing.Size(104, 17);
      this.chkRaw.TabIndex = 45;
      this.chkRaw.Text = "Show Raw Data";
      this.chkRaw.UseVisualStyleBackColor = true;
      // 
      // NMEAText
      // 
      this.NMEAText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                  | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.NMEAText.Location = new System.Drawing.Point(6, 46);
      this.NMEAText.Multiline = true;
      this.NMEAText.Name = "NMEAText";
      this.NMEAText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
      this.NMEAText.Size = new System.Drawing.Size(646, 148);
      this.NMEAText.TabIndex = 44;
      // 
      // lblGPSComPort
      // 
      this.lblGPSComPort.AutoSize = true;
      this.lblGPSComPort.Location = new System.Drawing.Point(329, 118);

⌨️ 快捷键说明

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