📄 carform.designer.cs
字号:
namespace GPSGuider
{
partial class CarForm
{
/// <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.components = new System.ComponentModel.Container();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.ReceiveTimer = new System.Windows.Forms.Timer(this.components);
this.grpAlarm = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label_speed = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label_lati = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label_long = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label_high = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label_status = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.stateTimer = new System.Windows.Forms.Timer(this.components);
this.grpAlarm.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// timer1
//
this.timer1.Enabled = true;
//
// timer2
//
this.timer2.Interval = 3000;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// ReceiveTimer
//
this.ReceiveTimer.Interval = 900;
this.ReceiveTimer.Tick += new System.EventHandler(this.ReceiveTimer_Tick);
//
// grpAlarm
//
this.grpAlarm.Controls.Add(this.label4);
this.grpAlarm.Location = new System.Drawing.Point(369, 493);
this.grpAlarm.Name = "grpAlarm";
this.grpAlarm.Size = new System.Drawing.Size(251, 85);
this.grpAlarm.TabIndex = 1;
this.grpAlarm.TabStop = false;
this.grpAlarm.Text = "按键报警";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(11, 29);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(227, 36);
this.label4.TabIndex = 0;
this.label4.Text = "(L)资源缺乏 (E)硬件故障 (R)遇匪\r\n\r\n(S)交通事故 (D)自然灾难";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 12);
this.label1.TabIndex = 0;
this.label1.Text = "车速:";
//
// label_speed
//
this.label_speed.AutoSize = true;
this.label_speed.Location = new System.Drawing.Point(46, 18);
this.label_speed.Name = "label_speed";
this.label_speed.Size = new System.Drawing.Size(0, 12);
this.label_speed.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 39);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 12);
this.label3.TabIndex = 2;
this.label3.Text = "纬度:";
//
// label_lati
//
this.label_lati.AutoSize = true;
this.label_lati.Location = new System.Drawing.Point(46, 40);
this.label_lati.Name = "label_lati";
this.label_lati.Size = new System.Drawing.Size(0, 12);
this.label_lati.TabIndex = 3;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(110, 39);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(35, 12);
this.label5.TabIndex = 4;
this.label5.Text = "经度:";
//
// label_long
//
this.label_long.AutoSize = true;
this.label_long.Location = new System.Drawing.Point(164, 39);
this.label_long.Name = "label_long";
this.label_long.Size = new System.Drawing.Size(0, 12);
this.label_long.TabIndex = 5;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(250, 39);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(35, 12);
this.label7.TabIndex = 6;
this.label7.Text = "高度:";
//
// label_high
//
this.label_high.AutoSize = true;
this.label_high.Location = new System.Drawing.Point(289, 39);
this.label_high.Name = "label_high";
this.label_high.Size = new System.Drawing.Size(0, 12);
this.label_high.TabIndex = 7;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(5, 61);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(83, 12);
this.label2.TabIndex = 8;
this.label2.Text = "车辆控制状态:";
//
// label_status
//
this.label_status.AutoSize = true;
this.label_status.Location = new System.Drawing.Point(94, 61);
this.label_status.Name = "label_status";
this.label_status.Size = new System.Drawing.Size(0, 12);
this.label_status.TabIndex = 9;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label_speed);
this.groupBox1.Controls.Add(this.label_status);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label_lati);
this.groupBox1.Controls.Add(this.label_high);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label_long);
this.groupBox1.Location = new System.Drawing.Point(12, 493);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(351, 85);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "行使参数";
//
// stateTimer
//
this.stateTimer.Enabled = true;
this.stateTimer.Interval = 1000;
this.stateTimer.Tick += new System.EventHandler(this.stateTimer_Tick);
//
// CarForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(632, 582);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.grpAlarm);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "CarForm";
this.Text = "CarForm";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.CarForm_FormClosed);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.CarForm_Paint);
this.Load += new System.EventHandler(this.CarForm_Load);
this.grpAlarm.ResumeLayout(false);
this.grpAlarm.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.Timer ReceiveTimer;
private System.Windows.Forms.GroupBox grpAlarm;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label_speed;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label_lati;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label_long;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label_high;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label_status;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Timer stateTimer;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -