📄 formlogin.designer.cs
字号:
namespace StudentManager
{
partial class FormLogin
{
/// <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(FormLogin));
this.buttonExit = new System.Windows.Forms.Button();
this.buttonLogin = new System.Windows.Forms.Button();
this.textBoxPwd = new System.Windows.Forms.TextBox();
this.textBoxUserName = new System.Windows.Forms.TextBox();
this.labelPwd = new System.Windows.Forms.Label();
this.labelUserName = new System.Windows.Forms.Label();
this.pictureBoxLogo = new System.Windows.Forms.PictureBox();
this.buttonConfig = new System.Windows.Forms.Button();
this.labelServer = new System.Windows.Forms.Label();
this.labelDbName = new System.Windows.Forms.Label();
this.textBoxServer = new System.Windows.Forms.TextBox();
this.textBoxDbName = new System.Windows.Forms.TextBox();
this.labelDbUser = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.textBoxDbUser = new System.Windows.Forms.TextBox();
this.textBoxDbPwd = new System.Windows.Forms.TextBox();
this.buttonConfigOk = new System.Windows.Forms.Button();
this.buttonConfigReset = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit();
this.SuspendLayout();
//
// buttonExit
//
this.buttonExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonExit.Location = new System.Drawing.Point(137, 304);
this.buttonExit.Name = "buttonExit";
this.buttonExit.Size = new System.Drawing.Size(59, 21);
this.buttonExit.TabIndex = 3;
this.buttonExit.Text = "退出";
this.buttonExit.UseVisualStyleBackColor = true;
//
// buttonLogin
//
this.buttonLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonLogin.Location = new System.Drawing.Point(65, 304);
this.buttonLogin.Name = "buttonLogin";
this.buttonLogin.Size = new System.Drawing.Size(59, 21);
this.buttonLogin.TabIndex = 2;
this.buttonLogin.Text = "登录";
this.buttonLogin.UseVisualStyleBackColor = true;
this.buttonLogin.Click += new System.EventHandler(this.buttonLogin_Click);
//
// textBoxPwd
//
this.textBoxPwd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxPwd.Location = new System.Drawing.Point(65, 277);
this.textBoxPwd.Name = "textBoxPwd";
this.textBoxPwd.PasswordChar = '*';
this.textBoxPwd.Size = new System.Drawing.Size(131, 21);
this.textBoxPwd.TabIndex = 1;
//
// textBoxUserName
//
this.textBoxUserName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxUserName.Location = new System.Drawing.Point(65, 250);
this.textBoxUserName.Name = "textBoxUserName";
this.textBoxUserName.Size = new System.Drawing.Size(131, 21);
this.textBoxUserName.TabIndex = 0;
//
// labelPwd
//
this.labelPwd.AutoSize = true;
this.labelPwd.Location = new System.Drawing.Point(22, 282);
this.labelPwd.Name = "labelPwd";
this.labelPwd.Size = new System.Drawing.Size(41, 12);
this.labelPwd.TabIndex = 10;
this.labelPwd.Text = "密 码";
//
// labelUserName
//
this.labelUserName.AutoSize = true;
this.labelUserName.Location = new System.Drawing.Point(22, 254);
this.labelUserName.Name = "labelUserName";
this.labelUserName.Size = new System.Drawing.Size(41, 12);
this.labelUserName.TabIndex = 11;
this.labelUserName.Text = "用户名";
//
// pictureBoxLogo
//
this.pictureBoxLogo.ErrorImage = null;
this.pictureBoxLogo.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxLogo.Image")));
this.pictureBoxLogo.InitialImage = null;
this.pictureBoxLogo.Location = new System.Drawing.Point(-1, 14);
this.pictureBoxLogo.Name = "pictureBoxLogo";
this.pictureBoxLogo.Size = new System.Drawing.Size(239, 230);
this.pictureBoxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBoxLogo.TabIndex = 16;
this.pictureBoxLogo.TabStop = false;
//
// buttonConfig
//
this.buttonConfig.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonConfig.Location = new System.Drawing.Point(-1, 347);
this.buttonConfig.Name = "buttonConfig";
this.buttonConfig.Size = new System.Drawing.Size(239, 21);
this.buttonConfig.TabIndex = 4;
this.buttonConfig.TabStop = false;
this.buttonConfig.Text = "服务器配置 ▽";
this.buttonConfig.UseVisualStyleBackColor = true;
//
// labelServer
//
this.labelServer.AutoSize = true;
this.labelServer.Location = new System.Drawing.Point(12, 388);
this.labelServer.Name = "labelServer";
this.labelServer.Size = new System.Drawing.Size(41, 12);
this.labelServer.TabIndex = 11;
this.labelServer.Text = "服务器";
//
// labelDbName
//
this.labelDbName.AutoSize = true;
this.labelDbName.Location = new System.Drawing.Point(11, 415);
this.labelDbName.Name = "labelDbName";
this.labelDbName.Size = new System.Drawing.Size(53, 12);
this.labelDbName.TabIndex = 10;
this.labelDbName.Text = "数据库名";
//
// textBoxServer
//
this.textBoxServer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxServer.Location = new System.Drawing.Point(65, 386);
this.textBoxServer.Name = "textBoxServer";
this.textBoxServer.Size = new System.Drawing.Size(131, 21);
this.textBoxServer.TabIndex = 5;
//
// textBoxDbName
//
this.textBoxDbName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxDbName.Location = new System.Drawing.Point(65, 413);
this.textBoxDbName.Name = "textBoxDbName";
this.textBoxDbName.Size = new System.Drawing.Size(131, 21);
this.textBoxDbName.TabIndex = 6;
//
// labelDbUser
//
this.labelDbUser.AutoSize = true;
this.labelDbUser.Location = new System.Drawing.Point(11, 442);
this.labelDbUser.Name = "labelDbUser";
this.labelDbUser.Size = new System.Drawing.Size(53, 12);
this.labelDbUser.TabIndex = 11;
this.labelDbUser.Text = "DB账户";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(11, 469);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 10;
this.label4.Text = "DB密码";
//
// textBoxDbUser
//
this.textBoxDbUser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxDbUser.Location = new System.Drawing.Point(65, 440);
this.textBoxDbUser.Name = "textBoxDbUser";
this.textBoxDbUser.Size = new System.Drawing.Size(131, 21);
this.textBoxDbUser.TabIndex = 7;
//
// textBoxDbPwd
//
this.textBoxDbPwd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxDbPwd.Location = new System.Drawing.Point(66, 467);
this.textBoxDbPwd.Name = "textBoxDbPwd";
this.textBoxDbPwd.PasswordChar = '*';
this.textBoxDbPwd.Size = new System.Drawing.Size(131, 21);
this.textBoxDbPwd.TabIndex = 8;
//
// buttonConfigOk
//
this.buttonConfigOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonConfigOk.Location = new System.Drawing.Point(66, 494);
this.buttonConfigOk.Name = "buttonConfigOk";
this.buttonConfigOk.Size = new System.Drawing.Size(59, 21);
this.buttonConfigOk.TabIndex = 9;
this.buttonConfigOk.Text = "确定";
this.buttonConfigOk.UseVisualStyleBackColor = true;
//
// buttonConfigReset
//
this.buttonConfigReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonConfigReset.Location = new System.Drawing.Point(137, 494);
this.buttonConfigReset.Name = "buttonConfigReset";
this.buttonConfigReset.Size = new System.Drawing.Size(59, 21);
this.buttonConfigReset.TabIndex = 10;
this.buttonConfigReset.Text = "重置";
this.buttonConfigReset.UseVisualStyleBackColor = true;
//
// FormLogin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.SaddleBrown;
this.ClientSize = new System.Drawing.Size(242, 536);
this.ControlBox = false;
this.Controls.Add(this.pictureBoxLogo);
this.Controls.Add(this.buttonExit);
this.Controls.Add(this.buttonConfig);
this.Controls.Add(this.buttonConfigReset);
this.Controls.Add(this.buttonConfigOk);
this.Controls.Add(this.buttonLogin);
this.Controls.Add(this.textBoxDbPwd);
this.Controls.Add(this.textBoxDbName);
this.Controls.Add(this.textBoxPwd);
this.Controls.Add(this.textBoxDbUser);
this.Controls.Add(this.label4);
this.Controls.Add(this.textBoxServer);
this.Controls.Add(this.labelDbName);
this.Controls.Add(this.labelDbUser);
this.Controls.Add(this.textBoxUserName);
this.Controls.Add(this.labelServer);
this.Controls.Add(this.labelPwd);
this.Controls.Add(this.labelUserName);
this.ForeColor = System.Drawing.SystemColors.MenuBar;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormLogin";
this.Text = "登录系统";
((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonExit;
private System.Windows.Forms.Button buttonLogin;
private System.Windows.Forms.TextBox textBoxPwd;
private System.Windows.Forms.TextBox textBoxUserName;
private System.Windows.Forms.Label labelPwd;
private System.Windows.Forms.Label labelUserName;
private System.Windows.Forms.PictureBox pictureBoxLogo;
private System.Windows.Forms.Button buttonConfig;
private System.Windows.Forms.Label labelServer;
private System.Windows.Forms.Label labelDbName;
private System.Windows.Forms.TextBox textBoxServer;
private System.Windows.Forms.TextBox textBoxDbName;
private System.Windows.Forms.Label labelDbUser;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBoxDbUser;
private System.Windows.Forms.TextBox textBoxDbPwd;
private System.Windows.Forms.Button buttonConfigOk;
private System.Windows.Forms.Button buttonConfigReset;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -