📄 logon.designer.cs
字号:
namespace HardwareDistributor.UI
{
partial class Logon
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenuExit;
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Logon));
this.mainMenuExit = new System.Windows.Forms.MainMenu();
this.menuItemExit = new System.Windows.Forms.MenuItem();
this.menuItemLogon = new System.Windows.Forms.MenuItem();
this.txtUserName = new System.Windows.Forms.TextBox();
this.txtPassword = new System.Windows.Forms.TextBox();
this.lblUserName = new System.Windows.Forms.Label();
this.lblPassword = new System.Windows.Forms.Label();
this.cboRole = new System.Windows.Forms.ComboBox();
this.lblRole = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.linkLabelHelp = new System.Windows.Forms.LinkLabel();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// mainMenuExit
//
this.mainMenuExit.MenuItems.Add(this.menuItemExit);
this.mainMenuExit.MenuItems.Add(this.menuItemLogon);
//
// menuItemExit
//
resources.ApplyResources(this.menuItemExit, "menuItemExit");
this.menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click);
//
// menuItemLogon
//
resources.ApplyResources(this.menuItemLogon, "menuItemLogon");
this.menuItemLogon.Click += new System.EventHandler(this.menuItemLogon_Click);
//
// txtUserName
//
resources.ApplyResources(this.txtUserName, "txtUserName");
this.txtUserName.Name = "txtUserName";
//
// txtPassword
//
resources.ApplyResources(this.txtPassword, "txtPassword");
this.txtPassword.Name = "txtPassword";
//
// lblUserName
//
resources.ApplyResources(this.lblUserName, "lblUserName");
this.lblUserName.Name = "lblUserName";
//
// lblPassword
//
resources.ApplyResources(this.lblPassword, "lblPassword");
this.lblPassword.Name = "lblPassword";
//
// cboRole
//
resources.ApplyResources(this.cboRole, "cboRole");
this.cboRole.Name = "cboRole";
//
// lblRole
//
resources.ApplyResources(this.lblRole, "lblRole");
this.lblRole.Name = "lblRole";
//
// panel1
//
resources.ApplyResources(this.panel1, "panel1");
this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.panel1.Controls.Add(this.label1);
this.panel1.Name = "panel1";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Name = "label1";
//
// linkLabelHelp
//
resources.ApplyResources(this.linkLabelHelp, "linkLabelHelp");
this.linkLabelHelp.Name = "linkLabelHelp";
this.linkLabelHelp.Click += new System.EventHandler(this.linkLabelHelp_Click);
//
// Logon
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
resources.ApplyResources(this, "$this");
this.ControlBox = false;
this.Controls.Add(this.linkLabelHelp);
this.Controls.Add(this.panel1);
this.Controls.Add(this.lblRole);
this.Controls.Add(this.cboRole);
this.Controls.Add(this.lblPassword);
this.Controls.Add(this.lblUserName);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.txtUserName);
this.Menu = this.mainMenuExit;
this.Name = "Logon";
this.Load += new System.EventHandler(this.Logon_Load);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MenuItem menuItemExit;
private System.Windows.Forms.MenuItem menuItemLogon;
private System.Windows.Forms.TextBox txtUserName;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.Label lblUserName;
private System.Windows.Forms.Label lblPassword;
private System.Windows.Forms.ComboBox cboRole;
private System.Windows.Forms.Label lblRole;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.LinkLabel linkLabelHelp;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -