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

📄 gpspet.designer.cs

📁 嵌入式终端的gps定位程序
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.label_SateInView2.Text = "0";
            // 
            // label_state
            // 
            this.label_state.Location = new System.Drawing.Point(60, 238);
            this.label_state.Name = "label_state";
            this.label_state.Size = new System.Drawing.Size(54, 16);
            // 
            // label_mode
            // 
            this.label_mode.Location = new System.Drawing.Point(188, 238);
            this.label_mode.Name = "label_mode";
            this.label_mode.Size = new System.Drawing.Size(38, 15);
            // 
            // lbl19
            // 
            this.lbl19.Location = new System.Drawing.Point(3, 238);
            this.lbl19.Name = "lbl19";
            this.lbl19.Size = new System.Drawing.Size(78, 16);
            this.lbl19.Text = "定位状态:";
            // 
            // lbl18
            // 
            this.lbl18.Location = new System.Drawing.Point(126, 237);
            this.lbl18.Name = "lbl18";
            this.lbl18.Size = new System.Drawing.Size(63, 16);
            this.lbl18.Text = "定位模式:";
            // 
            // label_vdop
            // 
            this.label_vdop.Location = new System.Drawing.Point(187, 254);
            this.label_vdop.Name = "label_vdop";
            this.label_vdop.Size = new System.Drawing.Size(38, 15);
            this.label_vdop.Text = "0";
            // 
            // lbl16
            // 
            this.lbl16.Location = new System.Drawing.Point(125, 253);
            this.lbl16.Name = "lbl16";
            this.lbl16.Size = new System.Drawing.Size(78, 16);
            this.lbl16.Text = "垂直精度:";
            // 
            // label_hdop
            // 
            this.label_hdop.Location = new System.Drawing.Point(63, 254);
            this.label_hdop.Name = "label_hdop";
            this.label_hdop.Size = new System.Drawing.Size(40, 15);
            this.label_hdop.Text = "0";
            // 
            // lbl14
            // 
            this.lbl14.Location = new System.Drawing.Point(3, 254);
            this.lbl14.Name = "lbl14";
            this.lbl14.Size = new System.Drawing.Size(75, 16);
            this.lbl14.Text = "水平精度:";
            // 
            // label_pdop2
            // 
            this.label_pdop2.Location = new System.Drawing.Point(191, 12);
            this.label_pdop2.Name = "label_pdop2";
            this.label_pdop2.Size = new System.Drawing.Size(46, 15);
            this.label_pdop2.Text = "0";
            // 
            // lbl12
            // 
            this.lbl12.Location = new System.Drawing.Point(129, 12);
            this.lbl12.Name = "lbl12";
            this.lbl12.Size = new System.Drawing.Size(85, 16);
            this.lbl12.Text = "定位精度:";
            // 
            // lbl1
            // 
            this.lbl1.Location = new System.Drawing.Point(4, 12);
            this.lbl1.Name = "lbl1";
            this.lbl1.Size = new System.Drawing.Size(87, 16);
            this.lbl1.Text = "可见卫星数:";
            // 
            // pictureBox_ActiveSate
            // 
            this.pictureBox_ActiveSate.Location = new System.Drawing.Point(0, 30);
            this.pictureBox_ActiveSate.Name = "pictureBox_ActiveSate";
            this.pictureBox_ActiveSate.Size = new System.Drawing.Size(240, 204);
            this.pictureBox_ActiveSate.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.pictureBox_ActiveSate.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox_ActiveSate_Paint);
            // 
            // panel_main
            // 
            this.panel_main.Controls.Add(this.pictureBox_set);
            this.panel_main.Controls.Add(this.pictureBox_position);
            this.panel_main.Controls.Add(this.pictureBox_trace);
            this.panel_main.Controls.Add(this.pictureBox_sate);
            this.panel_main.Controls.Add(this.pictureBox1);
            this.panel_main.Location = new System.Drawing.Point(0, 0);
            this.panel_main.Name = "panel_main";
            this.panel_main.Size = new System.Drawing.Size(240, 294);
            // 
            // pictureBox_set
            // 
            this.pictureBox_set.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_set.Image")));
            this.pictureBox_set.Location = new System.Drawing.Point(125, 251);
            this.pictureBox_set.Name = "pictureBox_set";
            this.pictureBox_set.Size = new System.Drawing.Size(101, 27);
            this.pictureBox_set.Click += new System.EventHandler(this.pictureBox_set_Click);
            this.pictureBox_set.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox_set_MouseDown);
            this.pictureBox_set.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox_set_MouseUp);
            // 
            // pictureBox_position
            // 
            this.pictureBox_position.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_position.Image")));
            this.pictureBox_position.Location = new System.Drawing.Point(14, 251);
            this.pictureBox_position.Name = "pictureBox_position";
            this.pictureBox_position.Size = new System.Drawing.Size(101, 27);
            this.pictureBox_position.Click += new System.EventHandler(this.pictureBox_position_Click);
            this.pictureBox_position.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox_position_MouseDown);
            this.pictureBox_position.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox_position_MouseUp);
            // 
            // pictureBox_trace
            // 
            this.pictureBox_trace.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_trace.Image")));
            this.pictureBox_trace.Location = new System.Drawing.Point(126, 127);
            this.pictureBox_trace.Name = "pictureBox_trace";
            this.pictureBox_trace.Size = new System.Drawing.Size(101, 34);
            this.pictureBox_trace.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.pictureBox_trace.Click += new System.EventHandler(this.pictureBox_trace_Click);
            this.pictureBox_trace.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox_trace_MouseDown);
            this.pictureBox_trace.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox_trace_MouseUp);
            // 
            // pictureBox_sate
            // 
            this.pictureBox_sate.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_sate.Image")));
            this.pictureBox_sate.Location = new System.Drawing.Point(13, 127);
            this.pictureBox_sate.Name = "pictureBox_sate";
            this.pictureBox_sate.Size = new System.Drawing.Size(101, 34);
            this.pictureBox_sate.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.pictureBox_sate.Click += new System.EventHandler(this.pictureBox_sate_Click);
            this.pictureBox_sate.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox_sate_MouseDown);
            this.pictureBox_sate.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox_sate_MouseUp);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(240, 294);
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // panel_map
            // 
            this.panel_map.Controls.Add(this.pictureBox_map);
            this.panel_map.Location = new System.Drawing.Point(0, 0);
            this.panel_map.Name = "panel_map";
            this.panel_map.Size = new System.Drawing.Size(240, 290);
            this.panel_map.Visible = false;
            // 
            // pictureBox_map
            // 
            this.pictureBox_map.Location = new System.Drawing.Point(8, 38);
            this.pictureBox_map.Name = "pictureBox_map";
            this.pictureBox_map.Size = new System.Drawing.Size(225, 216);
            // 
            // GPSPet
            // 
            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, 294);
            this.Controls.Add(this.panel_map);
            this.Controls.Add(this.panel_SateInView);
            this.Controls.Add(this.panel_main);
            this.Controls.Add(this.panel_position);
            this.Location = new System.Drawing.Point(0, 0);
            this.Menu = this.mainMenu1;
            this.Name = "GPSPet";
            this.Text = "GPSPet";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.GPS_Load);
            this.panel_position.ResumeLayout(false);
            this.panel_SateInView.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.panel_main.ResumeLayout(false);
            this.panel_map.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel_position;
        private System.Windows.Forms.Label lbl10;
        private System.Windows.Forms.Label label_bearing;
        private System.Windows.Forms.Label lbl8;
        private System.Windows.Forms.Label label_pdop1;
        private System.Windows.Forms.Label label_height1;
        private System.Windows.Forms.Label label_B;
        private System.Windows.Forms.Label label_A;
        private System.Windows.Forms.Label label_speed1;
        private System.Windows.Forms.Label label_lat;
        private System.Windows.Forms.Label label_lon;
        private System.Windows.Forms.Label label_time;
        private System.Windows.Forms.Label lbl9;
        private System.Windows.Forms.Label lbl7;
        private System.Windows.Forms.Label lbl6;
        private System.Windows.Forms.Label lbl5;
        private System.Windows.Forms.Label lbl4;
        private System.Windows.Forms.Label lbl3;
        private System.Windows.Forms.Label lbl2;
        private System.Windows.Forms.Panel panel_main;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.MenuItem menu;
        private System.Windows.Forms.MenuItem menu_return;
        private System.Windows.Forms.PictureBox pictureBox_sate;
        private System.Windows.Forms.PictureBox pictureBox_trace;
        private System.Windows.Forms.PictureBox pictureBox_set;
        private System.Windows.Forms.PictureBox pictureBox_position;
        private System.Windows.Forms.Panel panel_SateInView;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.Label label_northwest;
        private System.Windows.Forms.Label label_west;
        private System.Windows.Forms.Label label_southwest;
        private System.Windows.Forms.Label label_north;
        private System.Windows.Forms.Label label_height3;
        private System.Windows.Forms.Label lbl21;
        private System.Windows.Forms.Label label_SateInView3;
        private System.Windows.Forms.Label lbl23;
        private System.Windows.Forms.PictureBox pictureBox_dir;
        private System.Windows.Forms.Label label_mode;
        private System.Windows.Forms.Label lbl19;
        private System.Windows.Forms.Label lbl18;
        private System.Windows.Forms.Label label_vdop;
        private System.Windows.Forms.Label lbl16;
        private System.Windows.Forms.Label label_hdop;
        private System.Windows.Forms.Label lbl14;
        private System.Windows.Forms.Label label_pdop2;
        private System.Windows.Forms.Label lbl12;
        private System.Windows.Forms.Label lbl1;
        private System.Windows.Forms.Label label_state;
        private System.Windows.Forms.PictureBox pictureBox_ActiveSate;
        private System.Windows.Forms.MenuItem menu_link;
        private System.Windows.Forms.MenuItem menu_exit;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Label label_speed3;
        private System.Windows.Forms.Label lbl11;
        private System.Windows.Forms.Label label_pdop3;
        private System.Windows.Forms.Label lbl25;
        private System.Windows.Forms.Label label_SateInView2;
        private System.Windows.Forms.Label label_south;
        private System.Windows.Forms.Label label_southeast;
        private System.Windows.Forms.Label label_east;
        private System.Windows.Forms.Label label_northeast;
        private System.Windows.Forms.Panel panel_map;
        private System.Windows.Forms.PictureBox pictureBox_map;
    }
}

⌨️ 快捷键说明

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