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

📄 frm_gpsdataget.designer.cs

📁 PDA GPS 开发源码 基于ESRI.ArcGIS.Mobile实现在手持设备上的地图浏览。
💻 CS
📖 第 1 页 / 共 3 页
字号:
        this.labelAltitude.Text = "N/A";
        // 
        // tabTracking
        // 
        this.tabTracking.Controls.Add(this.listSatellites);
        this.tabTracking.Controls.Add(this.picSats);
        this.tabTracking.Location = new System.Drawing.Point(0, 0);
        this.tabTracking.Name = "tabTracking";
        this.tabTracking.Size = new System.Drawing.Size(232, 240);
        this.tabTracking.Text = "卫星跟踪";
        // 
        // listSatellites
        // 
        this.listSatellites.Columns.Add(this.columnHeader1);
        this.listSatellites.Columns.Add(this.columnHeader2);
        this.listSatellites.Columns.Add(this.columnHeader3);
        this.listSatellites.Columns.Add(this.columnHeader4);
        this.listSatellites.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
        this.listSatellites.Location = new System.Drawing.Point(0, 170);
        this.listSatellites.Name = "listSatellites";
        this.listSatellites.Size = new System.Drawing.Size(240, 75);
        this.listSatellites.TabIndex = 2;
        this.listSatellites.View = System.Windows.Forms.View.Details;
        // 
        // columnHeader1
        // 
        this.columnHeader1.Text = "卫星编号";
        this.columnHeader1.Width = 60;
        // 
        // columnHeader2
        // 
        this.columnHeader2.Text = "高度角";
        this.columnHeader2.Width = 50;
        // 
        // columnHeader3
        // 
        this.columnHeader3.Text = "方位角";
        this.columnHeader3.Width = 59;
        // 
        // columnHeader4
        // 
        this.columnHeader4.Text = "信噪比";
        this.columnHeader4.Width = 60;
        // 
        // picSats
        // 
        this.picSats.BackgroundColor = System.Drawing.Color.White;
        this.picSats.Location = new System.Drawing.Point(0, 0);
        this.picSats.Name = "picSats";
        this.picSats.Size = new System.Drawing.Size(240, 172);
        this.picSats.TabIndex = 1;
        // 
        // tabMap
        // 
        this.tabMap.Controls.Add(this.map1);
        this.tabMap.Location = new System.Drawing.Point(0, 0);
        this.tabMap.Name = "tabMap";
        this.tabMap.Size = new System.Drawing.Size(240, 244);
        this.tabMap.Text = "地图";
        // 
        // tabControl1
        // 
        this.tabControl1.Controls.Add(this.tabMap);
        this.tabControl1.Controls.Add(this.tabTracking);
        this.tabControl1.Controls.Add(this.tabPosition);
        this.tabControl1.Controls.Add(this.tabPage1);
        this.tabControl1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
        this.tabControl1.Location = new System.Drawing.Point(0, 0);
        this.tabControl1.Name = "tabControl1";
        this.tabControl1.SelectedIndex = 0;
        this.tabControl1.Size = new System.Drawing.Size(240, 268);
        this.tabControl1.TabIndex = 0;
        // 
        // tabPage1
        // 
        this.tabPage1.Controls.Add(this.dataGrid1);
        this.tabPage1.Location = new System.Drawing.Point(0, 0);
        this.tabPage1.Name = "tabPage1";
        this.tabPage1.Size = new System.Drawing.Size(232, 240);
        this.tabPage1.Text = "数据采集";
        // 
        // dataGrid1
        // 
        this.dataGrid1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
        this.dataGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
        this.dataGrid1.Location = new System.Drawing.Point(0, 0);
        this.dataGrid1.Name = "dataGrid1";
        this.dataGrid1.Size = new System.Drawing.Size(232, 240);
        this.dataGrid1.TabIndex = 0;
        this.dataGrid1.TableStyles.Add(this.gISTableStyleDataGridTableStyle);
        this.dataGrid1.Click += new System.EventHandler(this.dataGrid1_Click);
        // 
        // gISTableStyleDataGridTableStyle
        // 
        this.gISTableStyleDataGridTableStyle.GridColumnStyles.Add(iDDataGridColumnStyleDataGridTextBoxColumn);
        this.gISTableStyleDataGridTableStyle.GridColumnStyles.Add(nAMEDataGridColumnStyleDataGridTextBoxColumn);
        this.gISTableStyleDataGridTableStyle.GridColumnStyles.Add(eXPR1DataGridColumnStyleDataGridTextBoxColumn);
        this.gISTableStyleDataGridTableStyle.GridColumnStyles.Add(eXPR2DataGridColumnStyleDataGridTextBoxColumn);
        this.gISTableStyleDataGridTableStyle.MappingName = "GIS";
        // 
        // sketchMapAction1
        // 
        this.sketchMapAction1.ActiveMode = null;
        this.sketchMapAction1.ActivePart.FillColor = System.Drawing.Color.LimeGreen;
        this.sketchMapAction1.ActivePart.FillTransparency = 50;
        this.sketchMapAction1.ActivePart.LineColor = System.Drawing.Color.LimeGreen;
        this.sketchMapAction1.ActivePart.LineTransparency = 0;
        this.sketchMapAction1.ActivePart.Size = 5;
        this.sketchMapAction1.ActivePart.Width = 1;
        this.sketchMapAction1.ActiveVertex.FillColor = System.Drawing.Color.Red;
        this.sketchMapAction1.ActiveVertex.FillTransparency = 50;
        this.sketchMapAction1.ActiveVertex.LineColor = System.Drawing.Color.Red;
        this.sketchMapAction1.ActiveVertex.VertexStyle = ESRI.ArcGIS.Mobile.EsriSketchVertexStyle.Square;
        this.sketchMapAction1.InactivePart.FillColor = System.Drawing.Color.LightGray;
        this.sketchMapAction1.InactivePart.FillTransparency = 75;
        this.sketchMapAction1.InactivePart.LineColor = System.Drawing.Color.LightGray;
        this.sketchMapAction1.InactivePart.LineTransparency = 0;
        this.sketchMapAction1.InactivePart.Size = 5;
        this.sketchMapAction1.InactivePart.Width = 1;
        this.sketchMapAction1.InactiveVertices.FillColor = System.Drawing.Color.LightGray;
        this.sketchMapAction1.InactiveVertices.FillTransparency = 50;
        this.sketchMapAction1.InactiveVertices.LineColor = System.Drawing.Color.LightGray;
        this.sketchMapAction1.InactiveVertices.VertexStyle = ESRI.ArcGIS.Mobile.EsriSketchVertexStyle.Square;
        this.sketchMapAction1.Map = this.map1;
        this.sketchMapAction1.SketchFeedback.FillColor = System.Drawing.Color.Transparent;
        this.sketchMapAction1.SketchFeedback.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
        this.sketchMapAction1.SketchFeedback.HaloColor = System.Drawing.Color.Transparent;
        this.sketchMapAction1.SketchFeedback.LineColor = System.Drawing.Color.Black;
        this.sketchMapAction1.SketchFeedback.TextColor = System.Drawing.Color.Black;
        this.sketchMapAction1.SketchSymbol.FillColor = System.Drawing.Color.Cyan;
        this.sketchMapAction1.SketchSymbol.FillTransparency = 75;
        this.sketchMapAction1.SketchSymbol.LineColor = System.Drawing.Color.Cyan;
        this.sketchMapAction1.SketchSymbol.LineTransparency = 0;
        this.sketchMapAction1.SketchSymbol.Size = 5;
        this.sketchMapAction1.SketchSymbol.Width = 1;
        this.sketchMapAction1.SnappingEnvironment.IsActive = true;
        this.sketchMapAction1.SnappingEnvironment.ShowSegmentLength = false;
        this.sketchMapAction1.SnappingEnvironment.ShowTips = false;
        this.sketchMapAction1.SnappingEnvironment.ShowToleranceRadius = true;
        this.sketchMapAction1.SnappingEnvironment.SpatialUnit = ESRI.ArcGIS.Mobile.EsriSpatialUnits.Meters;
        this.sketchMapAction1.SnappingEnvironment.ToleranceUnits = ESRI.ArcGIS.Mobile.EsriSnapToleranceUnits.Pixel;
        this.sketchMapAction1.Vertices.FillColor = System.Drawing.Color.LimeGreen;
        this.sketchMapAction1.Vertices.FillTransparency = 50;
        this.sketchMapAction1.Vertices.LineColor = System.Drawing.Color.LimeGreen;
        this.sketchMapAction1.Vertices.VertexStyle = ESRI.ArcGIS.Mobile.EsriSketchVertexStyle.Square;
        // 
        // zoomInMapAction1
        // 
        this.zoomInMapAction1.Map = this.map1;
        // 
        // zoomOutMapAction1
        // 
        this.zoomOutMapAction1.Map = this.map1;
        // 
        // selectionMapAction1
        // 
        this.selectionMapAction1.AllLayers = false;
        this.selectionMapAction1.DisplaySelection = true;
        this.selectionMapAction1.GeometricRelationship = ESRI.ArcGIS.Mobile.EsriGeometricRelationship.Intersect;
        this.selectionMapAction1.Map = this.map1;
        this.selectionMapAction1.SelectionFeedback.FillColor = System.Drawing.Color.Cyan;
        this.selectionMapAction1.SelectionFeedback.FillTransparency = 75;
        this.selectionMapAction1.SelectionFeedback.LineColor = System.Drawing.Color.Cyan;
        this.selectionMapAction1.SelectionFeedback.LineTransparency = 0;
        this.selectionMapAction1.SelectionFeedback.Size = 6;
        this.selectionMapAction1.SelectionFeedback.Width = 1;
        this.selectionMapAction1.SelectionSymbol.FillColor = System.Drawing.Color.Cyan;
        this.selectionMapAction1.SelectionSymbol.FillTransparency = 75;
        this.selectionMapAction1.SelectionSymbol.LineColor = System.Drawing.Color.Cyan;
        this.selectionMapAction1.SelectionSymbol.LineTransparency = 0;
        this.selectionMapAction1.SelectionSymbol.Size = 6;
        this.selectionMapAction1.SelectionSymbol.Width = 1;
        this.selectionMapAction1.SelectionType = ESRI.ArcGIS.Mobile.EsriSelectionType.Envelope;
        // 
        // Frm_GpsDataGet
        // 
        this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
        this.AutoScroll = true;
        this.ClientSize = new System.Drawing.Size(240, 268);
        this.Controls.Add(this.tabControl1);
        this.KeyPreview = true;
        this.Menu = this.mainMenu1;
        this.MinimizeBox = false;
        this.Name = "Frm_GpsDataGet";
        this.Text = "GPS 卫星定位系统";
        this.Load += new System.EventHandler(this.Form1_Load);
        this.tabPosition.ResumeLayout(false);
        this.tabTracking.ResumeLayout(false);
        this.tabMap.ResumeLayout(false);
        this.tabControl1.ResumeLayout(false);
        this.tabPage1.ResumeLayout(false);
        this.ResumeLayout(false);

    }

    #endregion

    private System.Windows.Forms.Timer timer1;
    private System.Windows.Forms.Label label11;
    private System.Windows.Forms.Label label7;
    private System.Windows.Forms.Label label12;
    private System.Windows.Forms.Label label10;
    private System.Windows.Forms.Label label4;
    private System.Windows.Forms.Label label8;
    private System.Windows.Forms.Label label5;
    private System.Windows.Forms.Label label1;
    private System.Windows.Forms.Label label2;
    private System.Windows.Forms.Label label3;
      private ESRI.ArcGIS.Mobile.MapCache mapCache1;
    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 System.Windows.Forms.TabPage tabPosition;
    private System.Windows.Forms.Label label6;
    private System.Windows.Forms.Label labelTimeLocal;
    private System.Windows.Forms.Label label13;
    private System.Windows.Forms.Label labelJd;
    private System.Windows.Forms.Label labelVDOP;
    private System.Windows.Forms.Label label16;
    private System.Windows.Forms.Label labelHDOP;
    private System.Windows.Forms.Label label18;
    private System.Windows.Forms.Label labelPDOP;
    private System.Windows.Forms.Label label20;
    private System.Windows.Forms.Label labelFixMode;
    private System.Windows.Forms.Label label22;
    private System.Windows.Forms.Label labelLatitude;
    private System.Windows.Forms.Label label24;
    private System.Windows.Forms.Label label25;
    private System.Windows.Forms.Label labelLongitude;
    private System.Windows.Forms.Label label27;
      private System.Windows.Forms.Label labelAltitude;
    private System.Windows.Forms.TabPage tabTracking;
    private System.Windows.Forms.ListView listSatellites;
    private System.Windows.Forms.ColumnHeader columnHeader1;
    private System.Windows.Forms.ColumnHeader columnHeader2;
    private System.Windows.Forms.ColumnHeader columnHeader3;
    private System.Windows.Forms.ColumnHeader columnHeader4;
    private System.Windows.Forms.DataGrid picSats;
    private System.Windows.Forms.TabPage tabMap;
    private System.Windows.Forms.TabControl tabControl1;
      private System.Windows.Forms.MenuItem menuItem3;
      private System.Windows.Forms.MenuItem menuItem4;
      private System.Windows.Forms.MenuItem menuItem5;
      private System.Windows.Forms.MenuItem menuItem6;
      private System.Windows.Forms.TabPage tabPage1;
      private System.Windows.Forms.DataGrid dataGrid1;
      private System.Windows.Forms.DataGridTableStyle gISTableStyleDataGridTableStyle;
      private System.Windows.Forms.MenuItem newMenuItemMenuItem;
      private System.Windows.Forms.MenuItem menuItem1;
      private System.Windows.Forms.MenuItem menuItem2;
      private ESRI.ArcGIS.Mobile.Sketch.SketchMapAction sketchMapAction1;
      private ESRI.ArcGIS.Mobile.ZoomInMapAction zoomInMapAction1;
      private ESRI.ArcGIS.Mobile.ZoomOutMapAction zoomOutMapAction1;
      private ESRI.ArcGIS.Mobile.PanMapAction panMapAction1;
      private System.Windows.Forms.MenuItem menuItem7;
      private System.Windows.Forms.MenuItem menuItem8;
      private System.Windows.Forms.MenuItem menuItem9;
      private System.Windows.Forms.MenuItem menuItem10;
      private ESRI.ArcGIS.Mobile.SelectionMapAction selectionMapAction1;
      private System.Windows.Forms.MenuItem menuItem11;
  }
}


⌨️ 快捷键说明

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