📄 frm_gpsdataget.designer.cs
字号:
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.BaudRate = ESRI.ArcGIS.Mobile.Gps.EsriBaudRate.BaudRate4800;
this.serialPortGpsConnection1.Parity = System.IO.Ports.Parity.None;
this.serialPortGpsConnection1.StopBits = System.IO.Ports.StopBits.One;
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.White;
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.Red;
this.scaleBar1.UnitLabelPosition = ESRI.ArcGIS.Mobile.EsriScaleBarUnitLabelPosition.Below;
metricUnitLabels1.Centimeter = "cm";
metricUnitLabels1.Kilometer = "km";
metricUnitLabels1.Meter = "mt";
this.scaleBar1.UnitLabels = metricUnitLabels1;
this.scaleBar1.UnitSystem = ESRI.ArcGIS.Mobile.EsriScaleBarUnitSystem.Metric;
//
// 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.NoGpsFix = System.Drawing.Color.Red;
this.gpsDisplay1.PoorPdop = System.Drawing.Color.Yellow;
this.gpsDisplay1.TrailColor = System.Drawing.Color.Green;
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.labelJd);
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.Location = new System.Drawing.Point(0, 0);
this.tabPosition.Name = "tabPosition";
this.tabPosition.Size = new System.Drawing.Size(232, 240);
this.tabPosition.Text = "地理位置";
//
// label6
//
this.label6.Location = new System.Drawing.Point(4, 200);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(93, 20);
this.label6.Text = "本地时间:";
this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// labelTimeLocal
//
this.labelTimeLocal.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTimeLocal.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.labelTimeLocal.Location = new System.Drawing.Point(107, 198);
this.labelTimeLocal.Name = "labelTimeLocal";
this.labelTimeLocal.Size = new System.Drawing.Size(130, 20);
this.labelTimeLocal.Text = "N/A";
//
// label13
//
this.label13.Location = new System.Drawing.Point(25, 177);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(72, 23);
this.label13.Text = "定位精度:";
this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// labelJd
//
this.labelJd.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelJd.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.labelJd.Location = new System.Drawing.Point(107, 177);
this.labelJd.Name = "labelJd";
this.labelJd.Size = new System.Drawing.Size(130, 21);
this.labelJd.Text = "N/A";
//
// labelVDOP
//
this.labelVDOP.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelVDOP.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.labelVDOP.Location = new System.Drawing.Point(107, 157);
this.labelVDOP.Name = "labelVDOP";
this.labelVDOP.Size = new System.Drawing.Size(130, 20);
this.labelVDOP.Text = "N/A";
//
// label16
//
this.label16.Location = new System.Drawing.Point(31, 157);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(66, 20);
this.label16.Text = "高程误差:";
this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// labelHDOP
//
this.labelHDOP.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelHDOP.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.labelHDOP.Location = new System.Drawing.Point(107, 132);
this.labelHDOP.Name = "labelHDOP";
this.labelHDOP.Size = new System.Drawing.Size(130, 20);
this.labelHDOP.Text = "N/A";
//
// label18
//
this.label18.Location = new System.Drawing.Point(7, 132);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(90, 20);
this.label18.Text = "水平经度因子:";
this.label18.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// labelPDOP
//
this.labelPDOP.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelPDOP.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.labelPDOP.Location = new System.Drawing.Point(107, 105);
this.labelPDOP.Name = "labelPDOP";
this.labelPDOP.Size = new System.Drawing.Size(130, 20);
this.labelPDOP.Text = "N/A";
//
// label20
//
this.label20.Location = new System.Drawing.Point(7, 105);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(90, 20);
this.label20.Text = "位置精度因子:";
this.label20.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// labelFixMode
//
this.labelFixMode.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelFixMode.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.labelFixMode.Location = new System.Drawing.Point(107, 81);
this.labelFixMode.Name = "labelFixMode";
this.labelFixMode.Size = new System.Drawing.Size(130, 20);
this.labelFixMode.Text = "N/A";
//
// label22
//
this.label22.Location = new System.Drawing.Point(25, 81);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(72, 20);
this.label22.Text = "定位状态:";
this.label22.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// labelLatitude
//
this.labelLatitude.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelLatitude.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.labelLatitude.Location = new System.Drawing.Point(107, 34);
this.labelLatitude.Name = "labelLatitude";
this.labelLatitude.Size = new System.Drawing.Size(130, 17);
this.labelLatitude.Text = "N/A";
//
// label24
//
this.label24.Location = new System.Drawing.Point(31, 14);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(66, 17);
this.label24.Text = "经度: ";
this.label24.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// label25
//
this.label25.Location = new System.Drawing.Point(27, 37);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(70, 20);
this.label25.Text = "纬度:";
this.label25.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// labelLongitude
//
this.labelLongitude.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelLongitude.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.labelLongitude.Location = new System.Drawing.Point(107, 14);
this.labelLongitude.Name = "labelLongitude";
this.labelLongitude.Size = new System.Drawing.Size(130, 20);
this.labelLongitude.Text = "N/A";
//
// label27
//
this.label27.Location = new System.Drawing.Point(27, 57);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(70, 20);
this.label27.Text = "海拔(米):";
this.label27.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// labelAltitude
//
this.labelAltitude.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelAltitude.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.labelAltitude.Location = new System.Drawing.Point(107, 57);
this.labelAltitude.Name = "labelAltitude";
this.labelAltitude.Size = new System.Drawing.Size(130, 20);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -