📄 mapform.designer.cs
字号:
namespace GPSClassLibrary
{
partial class MapForm
{
/// <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.chckbxRecordTrace = new System.Windows.Forms.CheckBox();
this.btnClearTrace = new System.Windows.Forms.Button();
this.chckboxTrackGuide = new System.Windows.Forms.CheckBox();
this.chckboxShowTrace = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// chckbxRecordTrace
//
this.chckbxRecordTrace.Appearance = System.Windows.Forms.Appearance.Button;
this.chckbxRecordTrace.AutoSize = true;
this.chckbxRecordTrace.Location = new System.Drawing.Point(2, 449);
this.chckbxRecordTrace.Name = "chckbxRecordTrace";
this.chckbxRecordTrace.Size = new System.Drawing.Size(63, 22);
this.chckbxRecordTrace.TabIndex = 0;
this.chckbxRecordTrace.Text = "记录轨迹";
this.chckbxRecordTrace.UseVisualStyleBackColor = true;
this.chckbxRecordTrace.CheckedChanged += new System.EventHandler(this.chckbxRecordTrace_CheckedChanged);
//
// btnClearTrace
//
this.btnClearTrace.Location = new System.Drawing.Point(140, 449);
this.btnClearTrace.Name = "btnClearTrace";
this.btnClearTrace.Size = new System.Drawing.Size(65, 22);
this.btnClearTrace.TabIndex = 1;
this.btnClearTrace.Text = "清除轨迹";
this.btnClearTrace.UseVisualStyleBackColor = true;
this.btnClearTrace.Click += new System.EventHandler(this.btnClearTrace_Click);
//
// chckboxTrackGuide
//
this.chckboxTrackGuide.Appearance = System.Windows.Forms.Appearance.Button;
this.chckboxTrackGuide.AutoSize = true;
this.chckboxTrackGuide.Location = new System.Drawing.Point(217, 449);
this.chckboxTrackGuide.Name = "chckboxTrackGuide";
this.chckboxTrackGuide.Size = new System.Drawing.Size(63, 22);
this.chckboxTrackGuide.TabIndex = 0;
this.chckboxTrackGuide.Text = "追踪导航";
this.chckboxTrackGuide.UseVisualStyleBackColor = true;
this.chckboxTrackGuide.CheckedChanged += new System.EventHandler(this.chckboxTrackGuide_CheckedChanged);
//
// chckboxShowTrace
//
this.chckboxShowTrace.Appearance = System.Windows.Forms.Appearance.Button;
this.chckboxShowTrace.AutoSize = true;
this.chckboxShowTrace.Location = new System.Drawing.Point(71, 449);
this.chckboxShowTrace.Name = "chckboxShowTrace";
this.chckboxShowTrace.Size = new System.Drawing.Size(63, 22);
this.chckboxShowTrace.TabIndex = 0;
this.chckboxShowTrace.Text = "显示轨迹";
this.chckboxShowTrace.UseVisualStyleBackColor = true;
this.chckboxShowTrace.CheckedChanged += new System.EventHandler(this.chckboxShowTrace_CheckedChanged);
//
// MapForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 471);
this.Controls.Add(this.btnClearTrace);
this.Controls.Add(this.chckboxTrackGuide);
this.Controls.Add(this.chckboxShowTrace);
this.Controls.Add(this.chckbxRecordTrace);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "MapForm";
this.Text = "MapForm";
this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseUp);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox chckbxRecordTrace;
private System.Windows.Forms.Button btnClearTrace;
private System.Windows.Forms.CheckBox chckboxTrackGuide;
private System.Windows.Forms.CheckBox chckboxShowTrace;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -