📄 login.designer.cs
字号:
namespace 学籍管理系统
{
partial class login
{
/// <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(login));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.tableLayoutPanel1.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.ForeColor = System.Drawing.Color.Yellow;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 27.39726F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 72.60274F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(324, 228);
this.tableLayoutPanel1.TabIndex = 0;
//
// panel1
//
this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
this.panel1.Controls.Add(this.label2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(318, 56);
this.panel1.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(23, 19);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(273, 37);
this.label2.TabIndex = 1;
this.label2.Text = "学生学籍管理系统";
//
// panel2
//
this.panel2.Controls.Add(this.comboBox1);
this.panel2.Controls.Add(this.textBoxX3);
this.panel2.Controls.Add(this.textBoxX2);
this.panel2.Controls.Add(this.labelX3);
this.panel2.Controls.Add(this.labelX2);
this.panel2.Controls.Add(this.labelX1);
this.panel2.Controls.Add(this.buttonX2);
this.panel2.Controls.Add(this.buttonX1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(3, 65);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(318, 160);
this.panel2.TabIndex = 3;
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"教务主任",
"教师"});
this.comboBox1.Location = new System.Drawing.Point(150, 70);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(93, 20);
this.comboBox1.TabIndex = 8;
//
// textBoxX3
//
//
//
//
this.textBoxX3.Border.Class = "TextBoxBorder";
this.textBoxX3.Location = new System.Drawing.Point(150, 43);
this.textBoxX3.Name = "textBoxX3";
this.textBoxX3.PasswordChar = '*';
this.textBoxX3.Size = new System.Drawing.Size(93, 21);
this.textBoxX3.TabIndex = 7;
//
// textBoxX2
//
//
//
//
this.textBoxX2.Border.Class = "TextBoxBorder";
this.textBoxX2.Location = new System.Drawing.Point(150, 16);
this.textBoxX2.Name = "textBoxX2";
this.textBoxX2.Size = new System.Drawing.Size(93, 21);
this.textBoxX2.TabIndex = 6;
//
// labelX3
//
this.labelX3.ForeColor = System.Drawing.Color.Black;
this.labelX3.Location = new System.Drawing.Point(75, 16);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(68, 21);
this.labelX3.TabIndex = 4;
this.labelX3.Text = "用户ID :";
//
// labelX2
//
this.labelX2.ForeColor = System.Drawing.Color.Black;
this.labelX2.Location = new System.Drawing.Point(84, 70);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(54, 20);
this.labelX2.TabIndex = 3;
this.labelX2.Text = "身份 :";
this.labelX2.Click += new System.EventHandler(this.labelX2_Click);
//
// labelX1
//
this.labelX1.ForeColor = System.Drawing.Color.Black;
this.labelX1.Location = new System.Drawing.Point(84, 43);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(57, 21);
this.labelX1.TabIndex = 2;
this.labelX1.Text = "密码 :";
//
// buttonX2
//
this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX2.ForeColor = System.Drawing.Color.Black;
this.buttonX2.Location = new System.Drawing.Point(67, 107);
this.buttonX2.Name = "buttonX2";
this.buttonX2.Size = new System.Drawing.Size(82, 31);
this.buttonX2.TabIndex = 1;
this.buttonX2.Text = "登录";
this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click);
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.ForeColor = System.Drawing.Color.Black;
this.buttonX1.Location = new System.Drawing.Point(173, 107);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(82, 31);
this.buttonX1.TabIndex = 0;
this.buttonX1.Text = "取消";
this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
//
// login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(324, 228);
this.ControlBox = false;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "login";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "用户登录";
this.Load += new System.EventHandler(this.login_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel2;
private DevComponents.DotNetBar.Controls.TextBoxX textBoxX3;
private DevComponents.DotNetBar.Controls.TextBoxX textBoxX2;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.ButtonX buttonX2;
private DevComponents.DotNetBar.ButtonX buttonX1;
private System.Windows.Forms.ComboBox comboBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -