📄 form1.designer.cs
字号:
namespace DataTransport
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
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.mainMenu1 = new System.Windows.Forms.MainMenu();
this.m_lblMessage = new System.Windows.Forms.Label();
this.m_btnLogin = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// m_lblMessage
//
this.m_lblMessage.Font = new System.Drawing.Font("Tahoma", 16F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
this.m_lblMessage.Location = new System.Drawing.Point(15, 14);
this.m_lblMessage.Name = "m_lblMessage";
this.m_lblMessage.Size = new System.Drawing.Size(212, 102);
//
// m_btnLogin
//
this.m_btnLogin.Location = new System.Drawing.Point(86, 119);
this.m_btnLogin.Name = "m_btnLogin";
this.m_btnLogin.Size = new System.Drawing.Size(72, 20);
this.m_btnLogin.TabIndex = 1;
this.m_btnLogin.Text = "Log in";
this.m_btnLogin.Click += new System.EventHandler(this.m_btnLogin_Click_3);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.m_btnLogin);
this.Controls.Add(this.m_lblMessage);
this.Menu = this.mainMenu1;
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label m_lblMessage;
private System.Windows.Forms.Button m_btnLogin;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -