?? aboutdlg.designer.cs
字號:
?namespace Skyiv.Ben.PushBoxStd.Window
{
partial class AboutDlg
{
/// <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.tbxVersion = new System.Windows.Forms.TextBox();
this.mnuMain = new System.Windows.Forms.MainMenu();
this.miExit = new System.Windows.Forms.MenuItem();
this.SuspendLayout();
//
// tbxVersion
//
this.tbxVersion.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbxVersion.Location = new System.Drawing.Point(0, 0);
this.tbxVersion.Multiline = true;
this.tbxVersion.Name = "tbxVersion";
this.tbxVersion.ReadOnly = true;
this.tbxVersion.Size = new System.Drawing.Size(176, 180);
this.tbxVersion.TabIndex = 0;
//
// mnuMain
//
this.mnuMain.MenuItems.Add(this.miExit);
//
// miExit
//
this.miExit.Text = "退出";
this.miExit.Click += new System.EventHandler(this.miExit_Click);
//
// AboutDlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(176, 180);
this.Controls.Add(this.tbxVersion);
this.Menu = this.mnuMain;
this.Name = "AboutDlg";
this.Text = "關于 - 推箱子";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox tbxVersion;
private System.Windows.Forms.MainMenu mnuMain;
private System.Windows.Forms.MenuItem miExit;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -