📄 clienttest.designer.cs
字号:
this.button1.TabIndex = 0;
this.button1.Text = "发送";
this.button1.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.Controls.Add(this.radioCalculating);
this.panel1.Controls.Add(this.radioUnlocated);
this.panel1.Controls.Add(this.radioLocated);
this.panel1.Location = new System.Drawing.Point(7, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(84, 82);
this.panel1.TabIndex = 3;
//
// radioLocated
//
this.radioLocated.AutoSize = true;
this.radioLocated.Checked = true;
this.radioLocated.Location = new System.Drawing.Point(3, 5);
this.radioLocated.Name = "radioLocated";
this.radioLocated.Size = new System.Drawing.Size(59, 16);
this.radioLocated.TabIndex = 0;
this.radioLocated.TabStop = true;
this.radioLocated.Text = "已定位";
this.radioLocated.UseVisualStyleBackColor = true;
//
// radioUnlocated
//
this.radioUnlocated.AutoSize = true;
this.radioUnlocated.Location = new System.Drawing.Point(3, 26);
this.radioUnlocated.Name = "radioUnlocated";
this.radioUnlocated.Size = new System.Drawing.Size(59, 16);
this.radioUnlocated.TabIndex = 0;
this.radioUnlocated.Text = "未定位";
this.radioUnlocated.UseVisualStyleBackColor = true;
//
// radioCalculating
//
this.radioCalculating.AutoSize = true;
this.radioCalculating.Location = new System.Drawing.Point(3, 47);
this.radioCalculating.Name = "radioCalculating";
this.radioCalculating.Size = new System.Drawing.Size(71, 16);
this.radioCalculating.TabIndex = 0;
this.radioCalculating.Text = "正在估算";
this.radioCalculating.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(97, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 4;
this.label1.Text = "纬度";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(97, 43);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 4;
this.label2.Text = "经度";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(97, 66);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 4;
this.label3.Text = "海拔";
//
// txbEngineTemperature
//
this.txbEngineTemperature.Location = new System.Drawing.Point(80, 13);
this.txbEngineTemperature.Name = "txbEngineTemperature";
this.txbEngineTemperature.Size = new System.Drawing.Size(100, 21);
this.txbEngineTemperature.TabIndex = 1;
//
// txbOilCur
//
this.txbOilCur.Location = new System.Drawing.Point(80, 40);
this.txbOilCur.Name = "txbOilCur";
this.txbOilCur.Size = new System.Drawing.Size(100, 21);
this.txbOilCur.TabIndex = 1;
//
// txbHeaviness
//
this.txbHeaviness.Location = new System.Drawing.Point(80, 67);
this.txbHeaviness.Name = "txbHeaviness";
this.txbHeaviness.Size = new System.Drawing.Size(100, 21);
this.txbHeaviness.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(27, 71);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(47, 12);
this.label4.TabIndex = 2;
this.label4.Text = "负重量:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(15, 16);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 2;
this.label5.Text = "引擎温度:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(15, 43);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 12);
this.label6.TabIndex = 2;
this.label6.Text = "剩余油量:";
//
// ClientTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(448, 338);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "ClientTest";
this.Text = "ClientTest";
this.Load += new System.EventHandler(this.ClientTest_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.CheckBox chckbLongi;
private System.Windows.Forms.CheckBox chckbLatiType;
private System.Windows.Forms.TextBox txbHeight;
private System.Windows.Forms.TextBox txbLongi;
private System.Windows.Forms.TextBox txbLati;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.RadioButton radioCalculating;
private System.Windows.Forms.RadioButton radioUnlocated;
private System.Windows.Forms.RadioButton radioLocated;
private System.Windows.Forms.TextBox txbHeaviness;
private System.Windows.Forms.TextBox txbOilCur;
private System.Windows.Forms.TextBox txbEngineTemperature;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -