📄 fmlogin.designer.cs
字号:
namespace AddressList.Forms
{
partial class fmLogin
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fmLogin));
this.lableUserName = new System.Windows.Forms.Label();
this.labelPassWord = new System.Windows.Forms.Label();
this.btnOk = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.savePassWord = new System.Windows.Forms.CheckBox();
this.txtUser = new System.Windows.Forms.TextBox();
this.txtPassWord = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.picBoxLogin = new System.Windows.Forms.PictureBox();
this.ttTip = new System.Windows.Forms.ToolTip(this.components);
this.errProvider = new System.Windows.Forms.ErrorProvider(this.components);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBoxLogin)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errProvider)).BeginInit();
this.SuspendLayout();
//
// lableUserName
//
resources.ApplyResources(this.lableUserName, "lableUserName");
this.lableUserName.Name = "lableUserName";
//
// labelPassWord
//
resources.ApplyResources(this.labelPassWord, "labelPassWord");
this.labelPassWord.Name = "labelPassWord";
//
// btnOk
//
resources.ApplyResources(this.btnOk, "btnOk");
this.btnOk.Name = "btnOk";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Name = "btnCancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancle_Click);
//
// savePassWord
//
resources.ApplyResources(this.savePassWord, "savePassWord");
this.savePassWord.Name = "savePassWord";
this.savePassWord.UseVisualStyleBackColor = true;
//
// txtUser
//
this.txtUser.AcceptsReturn = true;
resources.ApplyResources(this.txtUser, "txtUser");
this.txtUser.Name = "txtUser";
//
// txtPassWord
//
this.txtPassWord.AcceptsReturn = true;
resources.ApplyResources(this.txtPassWord, "txtPassWord");
this.txtPassWord.Name = "txtPassWord";
//
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// pictureBox1
//
resources.ApplyResources(this.pictureBox1, "pictureBox1");
this.pictureBox1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.TabStop = false;
//
// picBoxLogin
//
resources.ApplyResources(this.picBoxLogin, "picBoxLogin");
this.picBoxLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.picBoxLogin.ErrorImage = null;
this.picBoxLogin.InitialImage = null;
this.picBoxLogin.Name = "picBoxLogin";
this.picBoxLogin.TabStop = false;
//
// errProvider
//
this.errProvider.ContainerControl = this;
//
// fmLogin
//
this.AcceptButton = this.btnOk;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.txtPassWord);
this.Controls.Add(this.txtUser);
this.Controls.Add(this.savePassWord);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.labelPassWord);
this.Controls.Add(this.lableUserName);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.picBoxLogin);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "fmLogin";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBoxLogin)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errProvider)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox picBoxLogin;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label lableUserName;
private System.Windows.Forms.Label labelPassWord;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.CheckBox savePassWord;
private System.Windows.Forms.TextBox txtUser;
private System.Windows.Forms.TextBox txtPassWord;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ToolTip ttTip;
private System.Windows.Forms.ErrorProvider errProvider;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -