📄 computerfilesystem.designer.cs
字号:
namespace MyObjectCSharp
{
partial class ComputerFileSystem
{
/// <summary>
/// 设计工具所需的变数。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清除任何使用中的资源。
/// </summary>
/// <param name="disposing">如果应该公开 Managed 资源则为 true,否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 设计工具产生的程序代码
/// <summary>
/// 此为设计工具支援所需的方法 - 请勿使用程序代码编辑器修改这个方法的内容。
///
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ComputerFileSystem));
this.btnRead = new System.Windows.Forms.Button();
this.txtMsg = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnRead
//
resources.ApplyResources(this.btnRead, "btnRead");
this.btnRead.Name = "btnRead";
this.btnRead.UseVisualStyleBackColor = true;
this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
//
// txtMsg
//
resources.ApplyResources(this.txtMsg, "txtMsg");
this.txtMsg.Name = "txtMsg";
//
// ComputerFileSystem
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.txtMsg);
this.Controls.Add(this.btnRead);
this.Name = "ComputerFileSystem";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnRead;
private System.Windows.Forms.Label txtMsg;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -