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

📄 clienttest.designer.cs

📁 gps
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace GPSGuider
{
    partial class ClientTest
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <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()
        {
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.chckbLongi = new System.Windows.Forms.CheckBox();
            this.chckbLatiType = new System.Windows.Forms.CheckBox();
            this.txbHeight = new System.Windows.Forms.TextBox();
            this.txbLongi = new System.Windows.Forms.TextBox();
            this.txbLati = new System.Windows.Forms.TextBox();
            this.button3 = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.button2 = new System.Windows.Forms.Button();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.button1 = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.radioLocated = new System.Windows.Forms.RadioButton();
            this.radioUnlocated = new System.Windows.Forms.RadioButton();
            this.radioCalculating = new System.Windows.Forms.RadioButton();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txbEngineTemperature = new System.Windows.Forms.TextBox();
            this.txbOilCur = new System.Windows.Forms.TextBox();
            this.txbHeaviness = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.panel1);
            this.groupBox1.Controls.Add(this.chckbLongi);
            this.groupBox1.Controls.Add(this.chckbLatiType);
            this.groupBox1.Controls.Add(this.txbHeight);
            this.groupBox1.Controls.Add(this.txbLongi);
            this.groupBox1.Controls.Add(this.txbLati);
            this.groupBox1.Controls.Add(this.button3);
            this.groupBox1.Location = new System.Drawing.Point(13, 13);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(418, 100);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "GPPI";
            // 
            // chckbLongi
            // 
            this.chckbLongi.AutoSize = true;
            this.chckbLongi.Location = new System.Drawing.Point(206, 39);
            this.chckbLongi.Name = "chckbLongi";
            this.chckbLongi.Size = new System.Drawing.Size(48, 16);
            this.chckbLongi.TabIndex = 2;
            this.chckbLongi.Text = "西经";
            this.chckbLongi.UseVisualStyleBackColor = true;
            // 
            // chckbLatiType
            // 
            this.chckbLatiType.AutoSize = true;
            this.chckbLatiType.Location = new System.Drawing.Point(206, 15);
            this.chckbLatiType.Name = "chckbLatiType";
            this.chckbLatiType.Size = new System.Drawing.Size(48, 16);
            this.chckbLatiType.TabIndex = 2;
            this.chckbLatiType.Text = "南纬";
            this.chckbLatiType.UseVisualStyleBackColor = true;
            // 
            // txbHeight
            // 
            this.txbHeight.Location = new System.Drawing.Point(126, 63);
            this.txbHeight.Name = "txbHeight";
            this.txbHeight.Size = new System.Drawing.Size(71, 21);
            this.txbHeight.TabIndex = 1;
            // 
            // txbLongi
            // 
            this.txbLongi.Location = new System.Drawing.Point(126, 37);
            this.txbLongi.Name = "txbLongi";
            this.txbLongi.Size = new System.Drawing.Size(71, 21);
            this.txbLongi.TabIndex = 1;
            // 
            // txbLati
            // 
            this.txbLati.Location = new System.Drawing.Point(126, 12);
            this.txbLati.Name = "txbLati";
            this.txbLati.Size = new System.Drawing.Size(71, 21);
            this.txbLati.TabIndex = 1;
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(206, 61);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 0;
            this.button3.Text = "发送";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.txbHeaviness);
            this.groupBox2.Controls.Add(this.txbOilCur);
            this.groupBox2.Controls.Add(this.txbEngineTemperature);
            this.groupBox2.Controls.Add(this.button2);
            this.groupBox2.Location = new System.Drawing.Point(13, 119);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(418, 100);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "GPSI";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(206, 65);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 0;
            this.button2.Text = "发送";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.button1);
            this.groupBox3.Location = new System.Drawing.Point(13, 225);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(418, 100);
            this.groupBox3.TabIndex = 0;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "GPAI";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(322, 71);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);

⌨️ 快捷键说明

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