📄 aboutform.designer.cs
字号:
namespace cfWorldWind
{
partial class AboutForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.lnkWebSite = new System.Windows.Forms.LinkLabel();
this.lnkEmail = new System.Windows.Forms.LinkLabel();
this.lnkArticle = new System.Windows.Forms.LinkLabel();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lnkWebSite
//
this.lnkWebSite.Location = new System.Drawing.Point(54, 241);
this.lnkWebSite.Name = "lnkWebSite";
this.lnkWebSite.Size = new System.Drawing.Size(183, 20);
this.lnkWebSite.Text = "http://www.brains-N-brawn.com";
this.lnkWebSite.Click += new System.EventHandler(this.lnkWebSite_Click);
//
// lnkEmail
//
this.lnkEmail.Location = new System.Drawing.Point(84, 221);
this.lnkEmail.Name = "lnkEmail";
this.lnkEmail.Size = new System.Drawing.Size(156, 20);
this.lnkEmail.Text = "casey@brains-N-brawn.com";
this.lnkEmail.Click += new System.EventHandler(this.lnkEmail_Click);
//
// lnkArticle
//
this.lnkArticle.Location = new System.Drawing.Point(148, 96);
this.lnkArticle.Name = "lnkArticle";
this.lnkArticle.Size = new System.Drawing.Size(80, 20);
this.lnkArticle.Text = "/cfWorldWind";
this.lnkArticle.Click += new System.EventHandler(this.lnkArticle_Click);
//
// label1
//
this.label1.Location = new System.Drawing.Point(10, 11);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(218, 48);
this.label1.Text = "/cfWorldWind is a port/rewrite of NASA\'s WorldWind application to the Compact Fra" +
"mework";
//
// label2
//
this.label2.Location = new System.Drawing.Point(10, 74);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(218, 22);
this.label2.Text = "the dev/port article can be found here";
//
// label3
//
this.label3.Location = new System.Drawing.Point(151, 201);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(86, 20);
this.label3.Text = "casey chesnut";
//
// AboutForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.lnkArticle);
this.Controls.Add(this.lnkEmail);
this.Controls.Add(this.lnkWebSite);
this.Controls.Add(this.label2);
this.Menu = this.mainMenu1;
this.MinimizeBox = false;
this.Name = "AboutForm";
this.Text = "/cfWorldWind About";
this.Load += new System.EventHandler(this.AboutForm_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.LinkLabel lnkWebSite;
private System.Windows.Forms.LinkLabel lnkEmail;
private System.Windows.Forms.LinkLabel lnkArticle;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -