📄 form1.designer.cs
字号:
namespace Operators
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
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.time = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// time
//
this.time.Enabled = false;
this.time.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.time.Location = new System.Drawing.Point(28, 15);
this.time.Name = "time";
this.time.Size = new System.Drawing.Size(144, 38);
this.time.TabIndex = 1;
this.time.Text = "12:12:12";
//
// Form1
//
this.ClientSize = new System.Drawing.Size(200, 69);
this.Controls.Add(this.time);
this.Name = "Form1";
this.Text = "Digital Clock";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox time;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -