📄 aboutform.designer.cs
字号:
namespace WMFConfig
{
partial class AboutForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.btn_Close = new System.Windows.Forms.Button();
this.lnk_Blog = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(12, 268);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(227, 12);
this.label1.TabIndex = 0;
this.label1.Text = "作者:温正宇 BugReport:Wenzy@tom.com";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.White;
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(109, 170);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(288, 16);
this.label2.TabIndex = 1;
this.label2.Text = "Asp.net RBAC Membership Config Tool";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(110, 205);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(185, 12);
this.label3.TabIndex = 2;
this.label3.Text = "1.0 Beta ( Realse:2006 OCT 1 )";
//
// btn_Close
//
this.btn_Close.Location = new System.Drawing.Point(403, 265);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(75, 23);
this.btn_Close.TabIndex = 3;
this.btn_Close.Text = "关闭(&C)";
this.btn_Close.UseVisualStyleBackColor = true;
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
//
// lnk_Blog
//
this.lnk_Blog.AutoSize = true;
this.lnk_Blog.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.lnk_Blog.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
this.lnk_Blog.Location = new System.Drawing.Point(243, 268);
this.lnk_Blog.Name = "lnk_Blog";
this.lnk_Blog.Size = new System.Drawing.Size(143, 12);
this.lnk_Blog.TabIndex = 4;
this.lnk_Blog.TabStop = true;
this.lnk_Blog.Text = "http://wenzy.cnblog.com";
this.lnk_Blog.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnk_Blog_LinkClicked);
//
// AboutForm
//
this.AcceptButton = this.btn_Close;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(515, 300);
this.Controls.Add(this.lnk_Blog);
this.Controls.Add(this.btn_Close);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "AboutForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "关于WMF Config Tools";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btn_Close;
private System.Windows.Forms.LinkLabel lnk_Blog;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -