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

📄 gpspet.designer.cs

📁 嵌入式终端的gps定位程序
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace GPSPet
{
    partial class GPSPet
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
        private System.Windows.Forms.MainMenu mainMenu1;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GPSPet));
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.menu = new System.Windows.Forms.MenuItem();
            this.menu_link = new System.Windows.Forms.MenuItem();
            this.menu_exit = new System.Windows.Forms.MenuItem();
            this.menu_return = new System.Windows.Forms.MenuItem();
            this.panel_position = new System.Windows.Forms.Panel();
            this.label_B = new System.Windows.Forms.Label();
            this.lbl10 = new System.Windows.Forms.Label();
            this.label_A = new System.Windows.Forms.Label();
            this.lbl8 = new System.Windows.Forms.Label();
            this.label_pdop1 = new System.Windows.Forms.Label();
            this.label_bearing = new System.Windows.Forms.Label();
            this.label_height1 = new System.Windows.Forms.Label();
            this.label_speed1 = new System.Windows.Forms.Label();
            this.label_lat = new System.Windows.Forms.Label();
            this.label_lon = new System.Windows.Forms.Label();
            this.label_time = new System.Windows.Forms.Label();
            this.lbl9 = new System.Windows.Forms.Label();
            this.lbl7 = new System.Windows.Forms.Label();
            this.lbl6 = new System.Windows.Forms.Label();
            this.lbl5 = new System.Windows.Forms.Label();
            this.lbl4 = new System.Windows.Forms.Label();
            this.lbl3 = new System.Windows.Forms.Label();
            this.lbl2 = new System.Windows.Forms.Label();
            this.panel_SateInView = new System.Windows.Forms.Panel();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.label_speed3 = new System.Windows.Forms.Label();
            this.lbl11 = new System.Windows.Forms.Label();
            this.label_pdop3 = new System.Windows.Forms.Label();
            this.lbl25 = new System.Windows.Forms.Label();
            this.label_northeast = new System.Windows.Forms.Label();
            this.label_southeast = new System.Windows.Forms.Label();
            this.label_east = new System.Windows.Forms.Label();
            this.label_northwest = new System.Windows.Forms.Label();
            this.label_west = new System.Windows.Forms.Label();
            this.label_southwest = new System.Windows.Forms.Label();
            this.label_south = new System.Windows.Forms.Label();
            this.label_north = new System.Windows.Forms.Label();
            this.label_height3 = new System.Windows.Forms.Label();
            this.lbl21 = new System.Windows.Forms.Label();
            this.label_SateInView3 = new System.Windows.Forms.Label();
            this.lbl23 = new System.Windows.Forms.Label();
            this.pictureBox_dir = new System.Windows.Forms.PictureBox();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.label_SateInView2 = new System.Windows.Forms.Label();
            this.label_state = new System.Windows.Forms.Label();
            this.label_mode = new System.Windows.Forms.Label();
            this.lbl19 = new System.Windows.Forms.Label();
            this.lbl18 = new System.Windows.Forms.Label();
            this.label_vdop = new System.Windows.Forms.Label();
            this.lbl16 = new System.Windows.Forms.Label();
            this.label_hdop = new System.Windows.Forms.Label();
            this.lbl14 = new System.Windows.Forms.Label();
            this.label_pdop2 = new System.Windows.Forms.Label();
            this.lbl12 = new System.Windows.Forms.Label();
            this.lbl1 = new System.Windows.Forms.Label();
            this.pictureBox_ActiveSate = new System.Windows.Forms.PictureBox();
            this.panel_main = new System.Windows.Forms.Panel();
            this.pictureBox_set = new System.Windows.Forms.PictureBox();
            this.pictureBox_position = new System.Windows.Forms.PictureBox();
            this.pictureBox_trace = new System.Windows.Forms.PictureBox();
            this.pictureBox_sate = new System.Windows.Forms.PictureBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.timer1 = new System.Windows.Forms.Timer();
            this.panel_map = new System.Windows.Forms.Panel();
            this.pictureBox_map = new System.Windows.Forms.PictureBox();
            this.panel_position.SuspendLayout();
            this.panel_SateInView.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.panel_main.SuspendLayout();
            this.panel_map.SuspendLayout();
            this.SuspendLayout();
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.Add(this.menu);
            this.mainMenu1.MenuItems.Add(this.menu_return);
            // 
            // menu
            // 
            this.menu.MenuItems.Add(this.menu_link);
            this.menu.MenuItems.Add(this.menu_exit);
            this.menu.Text = "菜单";
            // 
            // menu_link
            // 
            this.menu_link.Text = "连接GPS";
            this.menu_link.Click += new System.EventHandler(this.menu_link_Click);
            // 
            // menu_exit
            // 
            this.menu_exit.Text = "退出";
            this.menu_exit.Click += new System.EventHandler(this.menu_exit_Click);
            // 
            // menu_return
            // 
            this.menu_return.Enabled = false;
            this.menu_return.Text = "返回";
            this.menu_return.Click += new System.EventHandler(this.menu_return_Click);
            // 
            // panel_position
            // 
            this.panel_position.BackColor = System.Drawing.Color.Linen;
            this.panel_position.Controls.Add(this.label_B);
            this.panel_position.Controls.Add(this.lbl10);
            this.panel_position.Controls.Add(this.label_A);
            this.panel_position.Controls.Add(this.lbl8);
            this.panel_position.Controls.Add(this.label_pdop1);
            this.panel_position.Controls.Add(this.label_bearing);
            this.panel_position.Controls.Add(this.label_height1);
            this.panel_position.Controls.Add(this.label_speed1);
            this.panel_position.Controls.Add(this.label_lat);
            this.panel_position.Controls.Add(this.label_lon);
            this.panel_position.Controls.Add(this.label_time);
            this.panel_position.Controls.Add(this.lbl9);
            this.panel_position.Controls.Add(this.lbl7);
            this.panel_position.Controls.Add(this.lbl6);
            this.panel_position.Controls.Add(this.lbl5);
            this.panel_position.Controls.Add(this.lbl4);
            this.panel_position.Controls.Add(this.lbl3);
            this.panel_position.Controls.Add(this.lbl2);
            this.panel_position.Location = new System.Drawing.Point(0, 0);
            this.panel_position.Name = "panel_position";
            this.panel_position.Size = new System.Drawing.Size(240, 290);
            this.panel_position.Visible = false;
            // 
            // label_B
            // 
            this.label_B.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.label_B.ForeColor = System.Drawing.Color.Green;
            this.label_B.Location = new System.Drawing.Point(169, 202);
            this.label_B.Name = "label_B";
            this.label_B.Size = new System.Drawing.Size(61, 22);
            this.label_B.Text = "0千米";
            // 
            // lbl10
            // 
            this.lbl10.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.lbl10.ForeColor = System.Drawing.Color.Green;
            this.lbl10.Location = new System.Drawing.Point(124, 202);
            this.lbl10.Name = "lbl10";
            this.lbl10.Size = new System.Drawing.Size(59, 18);
            this.lbl10.Text = "里程B:";
            // 
            // label_A
            // 
            this.label_A.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.label_A.ForeColor = System.Drawing.Color.Green;
            this.label_A.Location = new System.Drawing.Point(167, 169);
            this.label_A.Name = "label_A";
            this.label_A.Size = new System.Drawing.Size(61, 25);
            this.label_A.Text = "0千米";
            // 
            // lbl8
            // 
            this.lbl8.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.lbl8.ForeColor = System.Drawing.Color.Green;
            this.lbl8.Location = new System.Drawing.Point(122, 169);
            this.lbl8.Name = "lbl8";
            this.lbl8.Size = new System.Drawing.Size(62, 18);
            this.lbl8.Text = "里程A:";
            // 
            // label_pdop1
            // 
            this.label_pdop1.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.label_pdop1.ForeColor = System.Drawing.Color.Green;
            this.label_pdop1.Location = new System.Drawing.Point(59, 232);
            this.label_pdop1.Name = "label_pdop1";
            this.label_pdop1.Size = new System.Drawing.Size(68, 16);
            this.label_pdop1.Text = "0米";
            // 
            // label_bearing
            // 
            this.label_bearing.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.label_bearing.ForeColor = System.Drawing.Color.Green;
            this.label_bearing.Location = new System.Drawing.Point(59, 168);
            this.label_bearing.Name = "label_bearing";
            this.label_bearing.Size = new System.Drawing.Size(53, 18);
            this.label_bearing.Text = "0度";
            // 
            // label_height1
            // 
            this.label_height1.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.label_height1.ForeColor = System.Drawing.Color.Green;
            this.label_height1.Location = new System.Drawing.Point(60, 200);
            this.label_height1.Name = "label_height1";
            this.label_height1.Size = new System.Drawing.Size(57, 15);
            this.label_height1.Text = "0米";
            // 
            // label_speed1
            // 
            this.label_speed1.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.label_speed1.ForeColor = System.Drawing.Color.Green;
            this.label_speed1.Location = new System.Drawing.Point(59, 136);
            this.label_speed1.Name = "label_speed1";
            this.label_speed1.Size = new System.Drawing.Size(138, 18);
            this.label_speed1.Text = "0公里/小时";
            // 
            // label_lat
            // 
            this.label_lat.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.label_lat.ForeColor = System.Drawing.Color.Green;
            this.label_lat.Location = new System.Drawing.Point(59, 106);
            this.label_lat.Name = "label_lat";
            this.label_lat.Size = new System.Drawing.Size(157, 15);
            this.label_lat.Text = "0度0分0秒";
            // 
            // label_lon
            // 
            this.label_lon.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.label_lon.ForeColor = System.Drawing.Color.Green;
            this.label_lon.Location = new System.Drawing.Point(59, 73);
            this.label_lon.Name = "label_lon";
            this.label_lon.Size = new System.Drawing.Size(156, 18);
            this.label_lon.Text = "0度0分0秒";
            // 
            // label_time
            // 
            this.label_time.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.label_time.ForeColor = System.Drawing.Color.Green;
            this.label_time.Location = new System.Drawing.Point(46, 43);
            this.label_time.Name = "label_time";
            this.label_time.Size = new System.Drawing.Size(174, 25);
            // 
            // lbl9
            // 
            this.lbl9.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.lbl9.ForeColor = System.Drawing.Color.Green;

⌨️ 快捷键说明

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