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

📄 form1.designer.cs

📁 GPS与PC连接通信程序
💻 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 MobileGPS
{
  partial class Form1
  {
    /// <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.components = new System.ComponentModel.Container();
      ESRI.ArcGIS.Mobile.USCustomaryUnitLabels usCustomaryUnitLabels2 = new ESRI.ArcGIS.Mobile.USCustomaryUnitLabels();
      this.mainMenu1 = new System.Windows.Forms.MainMenu();
      this.menuItem1 = new System.Windows.Forms.MenuItem();
      this.menuItem2 = new System.Windows.Forms.MenuItem();
      this.mapCache1 = new ESRI.ArcGIS.Mobile.MapCache(this.components);
      this.zoomInOutMapAction1 = new ESRI.ArcGIS.Mobile.ZoomInOutMapAction(this.components);
      this.map1 = new ESRI.ArcGIS.Mobile.Map();
      this.timer1 = new System.Windows.Forms.Timer();
      this.label11 = new System.Windows.Forms.Label();
      this.label7 = new System.Windows.Forms.Label();
      this.label12 = new System.Windows.Forms.Label();
      this.label10 = new System.Windows.Forms.Label();
      this.label4 = new System.Windows.Forms.Label();
      this.label8 = new System.Windows.Forms.Label();
      this.label5 = new System.Windows.Forms.Label();
      this.label1 = new System.Windows.Forms.Label();
      this.label2 = new System.Windows.Forms.Label();
      this.label3 = new System.Windows.Forms.Label();
      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.tabPosition = new System.Windows.Forms.TabPage();
      this.label6 = new System.Windows.Forms.Label();
      this.labelTimeLocal = new System.Windows.Forms.Label();
      this.label13 = new System.Windows.Forms.Label();
      this.labelDate = new System.Windows.Forms.Label();
      this.labelVDOP = new System.Windows.Forms.Label();
      this.label16 = new System.Windows.Forms.Label();
      this.labelHDOP = new System.Windows.Forms.Label();
      this.label18 = new System.Windows.Forms.Label();
      this.labelPDOP = new System.Windows.Forms.Label();
      this.label20 = new System.Windows.Forms.Label();
      this.labelFixMode = new System.Windows.Forms.Label();
      this.label22 = new System.Windows.Forms.Label();
      this.labelLatitude = new System.Windows.Forms.Label();
      this.label24 = new System.Windows.Forms.Label();
      this.label25 = new System.Windows.Forms.Label();
      this.labelLongitude = new System.Windows.Forms.Label();
      this.label27 = new System.Windows.Forms.Label();
      this.labelAltitude = new System.Windows.Forms.Label();
      this.label29 = new System.Windows.Forms.Label();
      this.labelTime = new System.Windows.Forms.Label();
      this.tabTracking = new System.Windows.Forms.TabPage();
      this.listSatellites = new System.Windows.Forms.ListView();
      this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
      this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
      this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
      this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
      this.picSats = new System.Windows.Forms.DataGrid();
      this.tabMap = new System.Windows.Forms.TabPage();
      this.tabControl1 = new System.Windows.Forms.TabControl();
      this.tabPosition.SuspendLayout();
      this.tabTracking.SuspendLayout();
      this.tabMap.SuspendLayout();
      this.tabControl1.SuspendLayout();
      this.SuspendLayout();
      // 
      // mainMenu1
      // 
      this.mainMenu1.MenuItems.Add(this.menuItem1);
      this.mainMenu1.MenuItems.Add(this.menuItem2);
      // 
      // menuItem1
      // 
      this.menuItem1.Text = "Connect GPS";
      this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
      // 
      // menuItem2
      // 
      this.menuItem2.Text = "Disconnect GPS";
      this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
      // 
      // mapCache1
      // 
      this.mapCache1.StoragePath = "\\temp\\cachedir";
      // 
      // zoomInOutMapAction1
      // 
      this.zoomInOutMapAction1.Map = this.map1;
      // 
      // map1
      // 
      this.map1.BackColor = System.Drawing.Color.White;
      this.map1.CurrentMapAction = this.zoomInOutMapAction1;
      this.map1.Location = new System.Drawing.Point(0, 0);
      this.map1.MapCache = this.mapCache1;
      this.map1.Name = "map1";
      this.map1.Size = new System.Drawing.Size(240, 245);
      this.map1.TabIndex = 0;
      this.map1.Text = "map1";
      this.map1.ExtentChanged += new System.EventHandler(this.map1_ExtentChanged);
      // 
      // timer1
      // 
      this.timer1.Interval = 2000;
      this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
      // 
      // label11
      // 
      this.label11.Location = new System.Drawing.Point(177, 140);
      this.label11.Name = "label11";
      this.label11.Size = new System.Drawing.Size(116, 24);
      this.label11.Text = "Local DateTime:";
      this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // label7
      // 
      this.label7.Location = new System.Drawing.Point(221, 116);
      this.label7.Name = "label7";
      this.label7.Size = new System.Drawing.Size(72, 24);
      this.label7.Text = "Date (Zulu):";
      this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // label12
      // 
      this.label12.Location = new System.Drawing.Point(35, 164);
      this.label12.Name = "label12";
      this.label12.Size = new System.Drawing.Size(40, 13);
      this.label12.Text = "VDOP:";
      // 
      // label10
      // 
      this.label10.Location = new System.Drawing.Point(35, 139);
      this.label10.Name = "label10";
      this.label10.Size = new System.Drawing.Size(41, 13);
      this.label10.Text = "HDOP:";
      // 
      // label4
      // 
      this.label4.Location = new System.Drawing.Point(222, 92);
      this.label4.Name = "label4";
      this.label4.Size = new System.Drawing.Size(72, 24);
      this.label4.Text = "Time (Zulu):";
      this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // label8
      // 
      this.label8.Location = new System.Drawing.Point(35, 112);
      this.label8.Name = "label8";
      this.label8.Size = new System.Drawing.Size(40, 13);
      this.label8.Text = "PDOP:";
      // 
      // label5
      // 
      this.label5.Location = new System.Drawing.Point(19, 88);
      this.label5.Name = "label5";
      this.label5.Size = new System.Drawing.Size(56, 13);
      this.label5.Text = "Fix Status:";
      // 
      // label1
      // 
      this.label1.Location = new System.Drawing.Point(24, 16);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(51, 13);
      this.label1.Text = "Latitude: ";
      this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // label2
      // 
      this.label2.Location = new System.Drawing.Point(18, 40);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(57, 13);
      this.label2.Text = "Longitude:";
      this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // label3
      // 
      this.label3.Location = new System.Drawing.Point(30, 64);
      this.label3.Name = "label3";
      this.label3.Size = new System.Drawing.Size(45, 13);
      this.label3.Text = "Altitude:";
      this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // serialPortGpsConnection1
      // 
      this.serialPortGpsConnection1.GpsChanged += new ESRI.ArcGIS.Mobile.Gps.GpsChangedEventHandler(this.serialPortGpsConnection1_GpsChanged);
      // 
      // scaleBar1
      // 
      this.scaleBar1.BackColor = System.Drawing.Color.RoyalBlue;
      this.scaleBar1.DisplayPosition = ESRI.ArcGIS.Mobile.EsriScaleBarDisplayPosition.TopLeft;
      this.scaleBar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular);
      this.scaleBar1.HaloColor = System.Drawing.Color.Transparent;
      this.scaleBar1.Map = this.map1;
      this.scaleBar1.MapCache = this.mapCache1;
      this.scaleBar1.OutlineColor = System.Drawing.Color.White;
      this.scaleBar1.ProgressColor = System.Drawing.Color.White;
      this.scaleBar1.TextColor = System.Drawing.Color.White;
      this.scaleBar1.UnitLabelPosition = ESRI.ArcGIS.Mobile.EsriScaleBarUnitLabelPosition.Below;
      usCustomaryUnitLabels2.Feet = "ft";
      usCustomaryUnitLabels2.Inches = "in";
      usCustomaryUnitLabels2.Miles = "mi";
      usCustomaryUnitLabels2.Yards = "yd";
      this.scaleBar1.UnitLabels = usCustomaryUnitLabels2;
      this.scaleBar1.UnitSystem = ESRI.ArcGIS.Mobile.EsriScaleBarUnitSystem.USCustomary;
      // 
      // gpsDisplay1
      // 
      this.gpsDisplay1.DisplayTrackedSatelliteCount = ESRI.ArcGIS.Mobile.Gps.EsriTrackSatelliteDisplayPosition.Center;
      this.gpsDisplay1.GoodPdop = System.Drawing.Color.Green;
      this.gpsDisplay1.GpsConnection = this.serialPortGpsConnection1;
      this.gpsDisplay1.Map = this.map1;
      this.gpsDisplay1.PoorPdop = System.Drawing.Color.Yellow;
      this.gpsDisplay1.TrailWidth = 2;
      // 
      // tabPosition
      // 
      this.tabPosition.Controls.Add(this.label6);
      this.tabPosition.Controls.Add(this.labelTimeLocal);
      this.tabPosition.Controls.Add(this.label13);
      this.tabPosition.Controls.Add(this.labelDate);
      this.tabPosition.Controls.Add(this.labelVDOP);
      this.tabPosition.Controls.Add(this.label16);
      this.tabPosition.Controls.Add(this.labelHDOP);
      this.tabPosition.Controls.Add(this.label18);
      this.tabPosition.Controls.Add(this.labelPDOP);
      this.tabPosition.Controls.Add(this.label20);
      this.tabPosition.Controls.Add(this.labelFixMode);
      this.tabPosition.Controls.Add(this.label22);
      this.tabPosition.Controls.Add(this.labelLatitude);
      this.tabPosition.Controls.Add(this.label24);
      this.tabPosition.Controls.Add(this.label25);
      this.tabPosition.Controls.Add(this.labelLongitude);
      this.tabPosition.Controls.Add(this.label27);
      this.tabPosition.Controls.Add(this.labelAltitude);
      this.tabPosition.Controls.Add(this.label29);
      this.tabPosition.Controls.Add(this.labelTime);
      this.tabPosition.Location = new System.Drawing.Point(0, 0);
      this.tabPosition.Name = "tabPosition";
      this.tabPosition.Size = new System.Drawing.Size(240, 245);
      this.tabPosition.Text = "Position";
      // 
      // label6
      // 
      this.label6.Location = new System.Drawing.Point(0, 220);
      this.label6.Name = "label6";
      this.label6.Size = new System.Drawing.Size(93, 13);
      this.label6.Text = "Local DateTime:";
      this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // labelTimeLocal
      // 
      this.labelTimeLocal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
      this.labelTimeLocal.Location = new System.Drawing.Point(103, 220);
      this.labelTimeLocal.Name = "labelTimeLocal";
      this.labelTimeLocal.Size = new System.Drawing.Size(130, 13);

⌨️ 快捷键说明

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