📄 frm_gpsdataget.designer.cs
字号:
// 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 Frm_GpsDataGet
{
/// <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();
System.Windows.Forms.DataGridTextBoxColumn iDDataGridColumnStyleDataGridTextBoxColumn;
System.Windows.Forms.DataGridTextBoxColumn nAMEDataGridColumnStyleDataGridTextBoxColumn;
System.Windows.Forms.DataGridTextBoxColumn eXPR1DataGridColumnStyleDataGridTextBoxColumn;
System.Windows.Forms.DataGridTextBoxColumn eXPR2DataGridColumnStyleDataGridTextBoxColumn;
ESRI.ArcGIS.Mobile.MetricUnitLabels metricUnitLabels1 = new ESRI.ArcGIS.Mobile.MetricUnitLabels();
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.newMenuItemMenuItem = new System.Windows.Forms.MenuItem();
this.menuItem1 = new System.Windows.Forms.MenuItem();
this.menuItem2 = new System.Windows.Forms.MenuItem();
this.menuItem7 = new System.Windows.Forms.MenuItem();
this.menuItem11 = new System.Windows.Forms.MenuItem();
this.menuItem8 = new System.Windows.Forms.MenuItem();
this.menuItem9 = new System.Windows.Forms.MenuItem();
this.menuItem10 = new System.Windows.Forms.MenuItem();
this.menuItem3 = new System.Windows.Forms.MenuItem();
this.menuItem4 = new System.Windows.Forms.MenuItem();
this.menuItem5 = new System.Windows.Forms.MenuItem();
this.menuItem6 = new System.Windows.Forms.MenuItem();
this.mapCache1 = new ESRI.ArcGIS.Mobile.MapCache(this.components);
this.map1 = new ESRI.ArcGIS.Mobile.Map();
this.panMapAction1 = new ESRI.ArcGIS.Mobile.PanMapAction(this.components);
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.labelJd = 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.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.tabPage1 = new System.Windows.Forms.TabPage();
this.dataGrid1 = new System.Windows.Forms.DataGrid();
this.gISTableStyleDataGridTableStyle = new System.Windows.Forms.DataGridTableStyle();
this.sketchMapAction1 = new ESRI.ArcGIS.Mobile.Sketch.SketchMapAction(this.components);
this.zoomInMapAction1 = new ESRI.ArcGIS.Mobile.ZoomInMapAction(this.components);
this.zoomOutMapAction1 = new ESRI.ArcGIS.Mobile.ZoomOutMapAction(this.components);
this.selectionMapAction1 = new ESRI.ArcGIS.Mobile.SelectionMapAction(this.components);
iDDataGridColumnStyleDataGridTextBoxColumn = new System.Windows.Forms.DataGridTextBoxColumn();
nAMEDataGridColumnStyleDataGridTextBoxColumn = new System.Windows.Forms.DataGridTextBoxColumn();
eXPR1DataGridColumnStyleDataGridTextBoxColumn = new System.Windows.Forms.DataGridTextBoxColumn();
eXPR2DataGridColumnStyleDataGridTextBoxColumn = new System.Windows.Forms.DataGridTextBoxColumn();
this.tabPosition.SuspendLayout();
this.tabTracking.SuspendLayout();
this.tabMap.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.SuspendLayout();
//
// iDDataGridColumnStyleDataGridTextBoxColumn
//
iDDataGridColumnStyleDataGridTextBoxColumn.HeaderText = "ID";
iDDataGridColumnStyleDataGridTextBoxColumn.MappingName = "ID";
//
// nAMEDataGridColumnStyleDataGridTextBoxColumn
//
nAMEDataGridColumnStyleDataGridTextBoxColumn.HeaderText = "NAME";
nAMEDataGridColumnStyleDataGridTextBoxColumn.MappingName = "NAME";
//
// eXPR1DataGridColumnStyleDataGridTextBoxColumn
//
eXPR1DataGridColumnStyleDataGridTextBoxColumn.HeaderText = "EXPR1";
eXPR1DataGridColumnStyleDataGridTextBoxColumn.MappingName = "EXPR1";
//
// eXPR2DataGridColumnStyleDataGridTextBoxColumn
//
eXPR2DataGridColumnStyleDataGridTextBoxColumn.HeaderText = "EXPR2";
eXPR2DataGridColumnStyleDataGridTextBoxColumn.MappingName = "EXPR2";
//
// mainMenu1
//
this.mainMenu1.MenuItems.Add(this.newMenuItemMenuItem);
this.mainMenu1.MenuItems.Add(this.menuItem3);
//
// newMenuItemMenuItem
//
this.newMenuItemMenuItem.MenuItems.Add(this.menuItem1);
this.newMenuItemMenuItem.MenuItems.Add(this.menuItem2);
this.newMenuItemMenuItem.MenuItems.Add(this.menuItem7);
this.newMenuItemMenuItem.Text = "地图管理";
this.newMenuItemMenuItem.Click += new System.EventHandler(this.newMenuItemMenuItem_Click);
//
// menuItem1
//
this.menuItem1.Text = "打开地图";
this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click_1);
//
// menuItem2
//
this.menuItem2.Text = "属性数据";
this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click_1);
//
// menuItem7
//
this.menuItem7.MenuItems.Add(this.menuItem11);
this.menuItem7.MenuItems.Add(this.menuItem8);
this.menuItem7.MenuItems.Add(this.menuItem9);
this.menuItem7.MenuItems.Add(this.menuItem10);
this.menuItem7.Text = "常用工具";
this.menuItem7.Click += new System.EventHandler(this.menuItem7_Click);
//
// menuItem11
//
this.menuItem11.Text = "选择";
this.menuItem11.Click += new System.EventHandler(this.menuItem11_Click);
//
// menuItem8
//
this.menuItem8.Text = "放大";
this.menuItem8.Click += new System.EventHandler(this.menuItem8_Click);
//
// menuItem9
//
this.menuItem9.Text = "缩小";
this.menuItem9.Click += new System.EventHandler(this.menuItem9_Click);
//
// menuItem10
//
this.menuItem10.Text = "移动";
this.menuItem10.Click += new System.EventHandler(this.menuItem10_Click);
//
// menuItem3
//
this.menuItem3.MenuItems.Add(this.menuItem4);
this.menuItem3.MenuItems.Add(this.menuItem5);
this.menuItem3.MenuItems.Add(this.menuItem6);
this.menuItem3.Text = "GPS设备";
//
// menuItem4
//
this.menuItem4.Checked = true;
this.menuItem4.Text = "打开GPS";
this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click);
//
// menuItem5
//
this.menuItem5.Enabled = false;
this.menuItem5.Text = "关闭GPS";
this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click);
//
// menuItem6
//
this.menuItem6.Text = "退出系统";
this.menuItem6.Click += new System.EventHandler(this.menuItem6_Click);
//
// mapCache1
//
this.mapCache1.StoragePath = "\\SD卡\\Maps\\Redlands";
this.mapCache1.SynchronizationProtocolType = ESRI.ArcGIS.Mobile.EsriSynchronizationProtocolType.SoapWebService;
//
// map1
//
this.map1.BackColor = System.Drawing.Color.White;
this.map1.CurrentMapAction = this.panMapAction1;
this.map1.Location = new System.Drawing.Point(0, 0);
this.map1.MapCache = this.mapCache1;
this.map1.Name = "map1";
this.map1.NotConnectedText = "请打开地图";
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);
//
// panMapAction1
//
this.panMapAction1.Map = this.map1;
//
// 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";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -