📄 loginform.designer.cs
字号:
namespace MyCommunity
{
partial class LoginForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm));
this.退出系统Button = new System.Windows.Forms.Button();
this.登录系统Button = new System.Windows.Forms.Button();
this.用户密码TextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.用户名称TextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// 退出系统Button
//
this.退出系统Button.Image = ((System.Drawing.Image)(resources.GetObject("退出系统Button.Image")));
this.退出系统Button.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.退出系统Button.Location = new System.Drawing.Point(178, 100);
this.退出系统Button.Name = "退出系统Button";
this.退出系统Button.Size = new System.Drawing.Size(100, 25);
this.退出系统Button.TabIndex = 11;
this.退出系统Button.Text = "退出系统";
this.退出系统Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.退出系统Button.UseVisualStyleBackColor = true;
this.退出系统Button.Click += new System.EventHandler(this.退出系统Button_Click);
//
// 登录系统Button
//
this.登录系统Button.Image = ((System.Drawing.Image)(resources.GetObject("登录系统Button.Image")));
this.登录系统Button.Location = new System.Drawing.Point(70, 100);
this.登录系统Button.Name = "登录系统Button";
this.登录系统Button.Size = new System.Drawing.Size(100, 25);
this.登录系统Button.TabIndex = 10;
this.登录系统Button.Text = "登录系统";
this.登录系统Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.登录系统Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.登录系统Button.UseVisualStyleBackColor = true;
this.登录系统Button.Click += new System.EventHandler(this.登录系统Button_Click);
//
// 用户密码TextBox
//
this.用户密码TextBox.Location = new System.Drawing.Point(120, 68);
this.用户密码TextBox.Name = "用户密码TextBox";
this.用户密码TextBox.PasswordChar = '*';
this.用户密码TextBox.Size = new System.Drawing.Size(174, 21);
this.用户密码TextBox.TabIndex = 9;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(49, 71);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 8;
this.label2.Text = "用户密码:";
//
// 用户名称TextBox
//
this.用户名称TextBox.Location = new System.Drawing.Point(120, 37);
this.用户名称TextBox.Name = "用户名称TextBox";
this.用户名称TextBox.Size = new System.Drawing.Size(174, 21);
this.用户名称TextBox.TabIndex = 7;
this.用户名称TextBox.Text = "罗斌";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(49, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 6;
this.label1.Text = "用户名称:";
//
// LoginForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(340, 164);
this.ControlBox = false;
this.Controls.Add(this.退出系统Button);
this.Controls.Add(this.登录系统Button);
this.Controls.Add(this.用户密码TextBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.用户名称TextBox);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "LoginForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "登录小区物业管理系统";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button 退出系统Button;
private System.Windows.Forms.Button 登录系统Button;
private System.Windows.Forms.TextBox 用户密码TextBox;
private System.Windows.Forms.Label label2;
public System.Windows.Forms.TextBox 用户名称TextBox;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -