📄 frmswitchadmin.designer.cs
字号:
namespace UI
{
partial class CutOverUser
{
/// <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(CutOverUser));
this.label1 = new System.Windows.Forms.Label();
this.CBDebarkation = new System.Windows.Forms.ComboBox();
this.txtPassword = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.btnDebarkation = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 12);
this.label1.TabIndex = 0;
this.label1.Text = "用户名:";
//
// CBDebarkation
//
this.CBDebarkation.FormattingEnabled = true;
this.CBDebarkation.Location = new System.Drawing.Point(72, 23);
this.CBDebarkation.Name = "CBDebarkation";
this.CBDebarkation.Size = new System.Drawing.Size(217, 20);
this.CBDebarkation.TabIndex = 1;
this.CBDebarkation.Text = "Adim";
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(72, 59);
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(217, 21);
this.txtPassword.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 62);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 3;
this.label2.Text = "密 码:";
//
// btnDebarkation
//
this.btnDebarkation.Location = new System.Drawing.Point(42, 115);
this.btnDebarkation.Name = "btnDebarkation";
this.btnDebarkation.Size = new System.Drawing.Size(76, 31);
this.btnDebarkation.TabIndex = 4;
this.btnDebarkation.Text = "登 陆";
this.btnDebarkation.UseVisualStyleBackColor = true;
this.btnDebarkation.Click += new System.EventHandler(this.btnDebarkation_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(187, 115);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(76, 31);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "取 消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// CutOverUser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(312, 155);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnDebarkation);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.CBDebarkation);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "CutOverUser";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "切换用户";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox CBDebarkation;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnDebarkation;
private System.Windows.Forms.Button btnCancel;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -