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

📄 gpspet.designer.cs

📁 嵌入式终端的gps定位程序
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.lbl9.Location = new System.Drawing.Point(8, 230);
            this.lbl9.Name = "lbl9";
            this.lbl9.Size = new System.Drawing.Size(51, 18);
            this.lbl9.Text = "精度:";
            // 
            // lbl7
            // 
            this.lbl7.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.lbl7.ForeColor = System.Drawing.Color.Green;
            this.lbl7.Location = new System.Drawing.Point(8, 199);
            this.lbl7.Name = "lbl7";
            this.lbl7.Size = new System.Drawing.Size(55, 18);
            this.lbl7.Text = "高度:";
            // 
            // lbl6
            // 
            this.lbl6.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.lbl6.ForeColor = System.Drawing.Color.Green;
            this.lbl6.Location = new System.Drawing.Point(8, 168);
            this.lbl6.Name = "lbl6";
            this.lbl6.Size = new System.Drawing.Size(51, 18);
            this.lbl6.Text = "航向:";
            // 
            // lbl5
            // 
            this.lbl5.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.lbl5.ForeColor = System.Drawing.Color.Green;
            this.lbl5.Location = new System.Drawing.Point(7, 136);
            this.lbl5.Name = "lbl5";
            this.lbl5.Size = new System.Drawing.Size(51, 18);
            this.lbl5.Text = "速度:";
            // 
            // lbl4
            // 
            this.lbl4.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.lbl4.ForeColor = System.Drawing.Color.Green;
            this.lbl4.Location = new System.Drawing.Point(7, 106);
            this.lbl4.Name = "lbl4";
            this.lbl4.Size = new System.Drawing.Size(52, 18);
            this.lbl4.Text = "纬度:";
            // 
            // lbl3
            // 
            this.lbl3.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.lbl3.ForeColor = System.Drawing.Color.Green;
            this.lbl3.Location = new System.Drawing.Point(7, 73);
            this.lbl3.Name = "lbl3";
            this.lbl3.Size = new System.Drawing.Size(55, 18);
            this.lbl3.Text = "经度:";
            // 
            // lbl2
            // 
            this.lbl2.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.lbl2.ForeColor = System.Drawing.Color.Green;
            this.lbl2.Location = new System.Drawing.Point(6, 44);
            this.lbl2.Name = "lbl2";
            this.lbl2.Size = new System.Drawing.Size(52, 15);
            this.lbl2.Text = "时间:";
            // 
            // panel_SateInView
            // 
            this.panel_SateInView.Controls.Add(this.tabControl1);
            this.panel_SateInView.Location = new System.Drawing.Point(0, 0);
            this.panel_SateInView.Name = "panel_SateInView";
            this.panel_SateInView.Size = new System.Drawing.Size(237, 294);
            this.panel_SateInView.Visible = false;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Font = new System.Drawing.Font("Tahoma", 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(237, 294);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.label_speed3);
            this.tabPage1.Controls.Add(this.lbl11);
            this.tabPage1.Controls.Add(this.label_pdop3);
            this.tabPage1.Controls.Add(this.lbl25);
            this.tabPage1.Controls.Add(this.label_northeast);
            this.tabPage1.Controls.Add(this.label_southeast);
            this.tabPage1.Controls.Add(this.label_east);
            this.tabPage1.Controls.Add(this.label_northwest);
            this.tabPage1.Controls.Add(this.label_west);
            this.tabPage1.Controls.Add(this.label_southwest);
            this.tabPage1.Controls.Add(this.label_south);
            this.tabPage1.Controls.Add(this.label_north);
            this.tabPage1.Controls.Add(this.label_height3);
            this.tabPage1.Controls.Add(this.lbl21);
            this.tabPage1.Controls.Add(this.label_SateInView3);
            this.tabPage1.Controls.Add(this.lbl23);
            this.tabPage1.Controls.Add(this.pictureBox_dir);
            this.tabPage1.Location = new System.Drawing.Point(0, 0);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Size = new System.Drawing.Size(237, 269);
            this.tabPage1.Text = "方向信息";
            // 
            // label_speed3
            // 
            this.label_speed3.Location = new System.Drawing.Point(35, 253);
            this.label_speed3.Name = "label_speed3";
            this.label_speed3.Size = new System.Drawing.Size(77, 17);
            this.label_speed3.Text = "0";
            // 
            // lbl11
            // 
            this.lbl11.Location = new System.Drawing.Point(3, 252);
            this.lbl11.Name = "lbl11";
            this.lbl11.Size = new System.Drawing.Size(46, 17);
            this.lbl11.Text = "速度:";
            // 
            // label_pdop3
            // 
            this.label_pdop3.Location = new System.Drawing.Point(187, 252);
            this.label_pdop3.Name = "label_pdop3";
            this.label_pdop3.Size = new System.Drawing.Size(47, 17);
            this.label_pdop3.Text = "0";
            // 
            // lbl25
            // 
            this.lbl25.Location = new System.Drawing.Point(151, 252);
            this.lbl25.Name = "lbl25";
            this.lbl25.Size = new System.Drawing.Size(46, 17);
            this.lbl25.Text = "精度:";
            // 
            // label_northeast
            // 
            this.label_northeast.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular);
            this.label_northeast.Location = new System.Drawing.Point(179, 63);
            this.label_northeast.Name = "label_northeast";
            this.label_northeast.Size = new System.Drawing.Size(35, 16);
            this.label_northeast.Text = "东北";
            this.label_northeast.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label_southeast
            // 
            this.label_southeast.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular);
            this.label_southeast.Location = new System.Drawing.Point(180, 186);
            this.label_southeast.Name = "label_southeast";
            this.label_southeast.Size = new System.Drawing.Size(35, 16);
            this.label_southeast.Text = "东南";
            this.label_southeast.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // label_east
            // 
            this.label_east.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular);
            this.label_east.Location = new System.Drawing.Point(200, 126);
            this.label_east.Name = "label_east";
            this.label_east.Size = new System.Drawing.Size(16, 16);
            this.label_east.Text = "东";
            this.label_east.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // label_northwest
            // 
            this.label_northwest.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular);
            this.label_northwest.Location = new System.Drawing.Point(27, 60);
            this.label_northwest.Name = "label_northwest";
            this.label_northwest.Size = new System.Drawing.Size(35, 16);
            this.label_northwest.Text = "西北";
            this.label_northwest.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // label_west
            // 
            this.label_west.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular);
            this.label_west.Location = new System.Drawing.Point(24, 124);
            this.label_west.Name = "label_west";
            this.label_west.Size = new System.Drawing.Size(16, 16);
            this.label_west.Text = "西";
            this.label_west.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // label_southwest
            // 
            this.label_southwest.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular);
            this.label_southwest.Location = new System.Drawing.Point(27, 187);
            this.label_southwest.Name = "label_southwest";
            this.label_southwest.Size = new System.Drawing.Size(35, 16);
            this.label_southwest.Text = "西南";
            this.label_southwest.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // label_south
            // 
            this.label_south.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular);
            this.label_south.Location = new System.Drawing.Point(114, 215);
            this.label_south.Name = "label_south";
            this.label_south.Size = new System.Drawing.Size(16, 16);
            this.label_south.Text = "南";
            this.label_south.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // label_north
            // 
            this.label_north.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular);
            this.label_north.Location = new System.Drawing.Point(113, 37);
            this.label_north.Name = "label_north";
            this.label_north.Size = new System.Drawing.Size(16, 16);
            this.label_north.Text = "北";
            this.label_north.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // label_height3
            // 
            this.label_height3.Location = new System.Drawing.Point(42, 10);
            this.label_height3.Name = "label_height3";
            this.label_height3.Size = new System.Drawing.Size(43, 17);
            this.label_height3.Text = "0";
            // 
            // lbl21
            // 
            this.lbl21.Location = new System.Drawing.Point(3, 9);
            this.lbl21.Name = "lbl21";
            this.lbl21.Size = new System.Drawing.Size(47, 17);
            this.lbl21.Text = "高度:";
            // 
            // label_SateInView3
            // 
            this.label_SateInView3.Location = new System.Drawing.Point(194, 10);
            this.label_SateInView3.Name = "label_SateInView3";
            this.label_SateInView3.Size = new System.Drawing.Size(43, 17);
            this.label_SateInView3.Text = "0";
            // 
            // lbl23
            // 
            this.lbl23.Location = new System.Drawing.Point(157, 10);
            this.lbl23.Name = "lbl23";
            this.lbl23.Size = new System.Drawing.Size(46, 17);
            this.lbl23.Text = "卫星:";
            // 
            // pictureBox_dir
            // 
            this.pictureBox_dir.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_dir.Image")));
            this.pictureBox_dir.Location = new System.Drawing.Point(0, 0);
            this.pictureBox_dir.Name = "pictureBox_dir";
            this.pictureBox_dir.Size = new System.Drawing.Size(240, 269);
            this.pictureBox_dir.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.label_SateInView2);
            this.tabPage2.Controls.Add(this.label_state);
            this.tabPage2.Controls.Add(this.label_mode);
            this.tabPage2.Controls.Add(this.lbl19);
            this.tabPage2.Controls.Add(this.lbl18);
            this.tabPage2.Controls.Add(this.label_vdop);
            this.tabPage2.Controls.Add(this.lbl16);
            this.tabPage2.Controls.Add(this.label_hdop);
            this.tabPage2.Controls.Add(this.lbl14);
            this.tabPage2.Controls.Add(this.label_pdop2);
            this.tabPage2.Controls.Add(this.lbl12);
            this.tabPage2.Controls.Add(this.lbl1);
            this.tabPage2.Controls.Add(this.pictureBox_ActiveSate);
            this.tabPage2.Location = new System.Drawing.Point(0, 0);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Size = new System.Drawing.Size(229, 267);
            this.tabPage2.Text = "活动卫星";
            // 
            // label_SateInView2
            // 
            this.label_SateInView2.Location = new System.Drawing.Point(80, 12);
            this.label_SateInView2.Name = "label_SateInView2";
            this.label_SateInView2.Size = new System.Drawing.Size(23, 15);

⌨️ 快捷键说明

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