📄 form1.designer.cs
字号:
namespace Properties
{
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.height = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.width = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// height
//
this.height.Enabled = false;
this.height.Location = new System.Drawing.Point(120, 32);
this.height.Name = "height";
this.height.Size = new System.Drawing.Size(64, 20);
this.height.TabIndex = 7;
//
// label2
//
this.label2.Location = new System.Drawing.Point(120, 16);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(48, 23);
this.label2.TabIndex = 6;
this.label2.Text = "height";
//
// width
//
this.width.Enabled = false;
this.width.Location = new System.Drawing.Point(40, 32);
this.width.Name = "width";
this.width.Size = new System.Drawing.Size(64, 20);
this.width.TabIndex = 5;
//
// label1
//
this.label1.Location = new System.Drawing.Point(40, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(48, 16);
this.label1.TabIndex = 4;
this.label1.Text = "width";
//
// Form1
//
this.ClientSize = new System.Drawing.Size(224, 69);
this.Controls.Add(this.height);
this.Controls.Add(this.label2);
this.Controls.Add(this.width);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Resize += new System.EventHandler(this.Form1_Resize);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox height;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox width;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -