📄 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 mainMenu;
/// <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.mainMenu = new System.Windows.Forms.MainMenu();
this.menuItemExit = new System.Windows.Forms.MenuItem();
this.menuItemLogon = new System.Windows.Forms.MenuItem();
this.userNameTextBox = new System.Windows.Forms.TextBox();
this.passwordTextBox = new System.Windows.Forms.TextBox();
this.userNameLabel = new System.Windows.Forms.Label();
this.passwordLabel = new System.Windows.Forms.Label();
this.headerPanel = new System.Windows.Forms.Panel();
this.headerLabel = new System.Windows.Forms.Label();
this.linkLabelHelp = new System.Windows.Forms.LinkLabel();
this.linkLabelLanguage = new System.Windows.Forms.LinkLabel();
this.headerPanel.SuspendLayout();
this.SuspendLayout();
//
// mainMenu
//
this.mainMenu.MenuItems.Add(this.menuItemExit);
this.mainMenu.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);
//
// userNameTextBox
//
resources.ApplyResources(this.userNameTextBox, "userNameTextBox");
this.userNameTextBox.Name = "userNameTextBox";
//
// passwordTextBox
//
resources.ApplyResources(this.passwordTextBox, "passwordTextBox");
this.passwordTextBox.Name = "passwordTextBox";
//
// userNameLabel
//
resources.ApplyResources(this.userNameLabel, "userNameLabel");
this.userNameLabel.Name = "userNameLabel";
//
// passwordLabel
//
resources.ApplyResources(this.passwordLabel, "passwordLabel");
this.passwordLabel.Name = "passwordLabel";
//
// headerPanel
//
resources.ApplyResources(this.headerPanel, "headerPanel");
this.headerPanel.BackColor = System.Drawing.SystemColors.MenuText;
this.headerPanel.Controls.Add(this.headerLabel);
this.headerPanel.Name = "headerPanel";
//
// headerLabel
//
resources.ApplyResources(this.headerLabel, "headerLabel");
this.headerLabel.ForeColor = System.Drawing.Color.White;
this.headerLabel.Name = "headerLabel";
//
// linkLabelHelp
//
resources.ApplyResources(this.linkLabelHelp, "linkLabelHelp");
this.linkLabelHelp.Name = "linkLabelHelp";
this.linkLabelHelp.Click += new System.EventHandler(this.linkLabelHelp_Click);
//
// linkLabelLanguage
//
resources.ApplyResources(this.linkLabelLanguage, "linkLabelLanguage");
this.linkLabelLanguage.Name = "linkLabelLanguage";
this.linkLabelLanguage.Click += new System.EventHandler(this.linkLabelLanguage_Click);
//
// Logon
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
resources.ApplyResources(this, "$this");
this.Controls.Add(this.linkLabelLanguage);
this.Controls.Add(this.linkLabelHelp);
this.Controls.Add(this.headerPanel);
this.Controls.Add(this.passwordLabel);
this.Controls.Add(this.userNameLabel);
this.Controls.Add(this.passwordTextBox);
this.Controls.Add(this.userNameTextBox);
this.Menu = this.mainMenu;
this.Name = "Logon";
this.Activated += new System.EventHandler(this.Logon_Activated);
this.headerPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MenuItem menuItemExit;
private System.Windows.Forms.MenuItem menuItemLogon;
private System.Windows.Forms.TextBox userNameTextBox;
private System.Windows.Forms.TextBox passwordTextBox;
private System.Windows.Forms.Label userNameLabel;
private System.Windows.Forms.Label passwordLabel;
private System.Windows.Forms.Panel headerPanel;
private System.Windows.Forms.Label headerLabel;
private System.Windows.Forms.LinkLabel linkLabelHelp;
private System.Windows.Forms.LinkLabel linkLabelLanguage;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -