📄 applicationlog.designer.cs
字号:
namespace MyObjectCSharp
{
partial class ApplicationLog
{
/// <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()
{
this.SuspendLayout();
//
// ApplicationLog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 273);
this.Name = "ApplicationLog";
this.Text = "ApplicationLog";
this.Load += new System.EventHandler(this.ApplicationLog_Load);
this.ResumeLayout(false);
}
#endregion
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -