?? adduser.designer.cs
字號:
?namespace _7計應的班級管理系統
{
partial class adduser
{
/// <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()
{
this.buttonexit = new System.Windows.Forms.Button();
this.buttonok = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.textBoxpwd2 = new System.Windows.Forms.TextBox();
this.textBoxpwd1 = new System.Windows.Forms.TextBox();
this.textBoxuid = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// buttonexit
//
this.buttonexit.Location = new System.Drawing.Point(146, 185);
this.buttonexit.Name = "buttonexit";
this.buttonexit.Size = new System.Drawing.Size(75, 23);
this.buttonexit.TabIndex = 29;
this.buttonexit.Text = "退出";
//
// buttonok
//
this.buttonok.Location = new System.Drawing.Point(49, 185);
this.buttonok.Name = "buttonok";
this.buttonok.Size = new System.Drawing.Size(75, 23);
this.buttonok.TabIndex = 28;
this.buttonok.Text = "確定";
this.buttonok.Click += new System.EventHandler(this.buttonok_Click);
//
// comboBox1
//
this.comboBox1.Items.AddRange(new object[] {
"學生",
"系統管理員"});
this.comboBox1.Location = new System.Drawing.Point(146, 121);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(104, 20);
this.comboBox1.TabIndex = 27;
this.comboBox1.Text = "學生";
//
// label4
//
this.label4.Location = new System.Drawing.Point(34, 121);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(100, 23);
this.label4.TabIndex = 26;
this.label4.Text = "用戶權限";
//
// textBoxpwd2
//
this.textBoxpwd2.Location = new System.Drawing.Point(146, 89);
this.textBoxpwd2.Name = "textBoxpwd2";
this.textBoxpwd2.Size = new System.Drawing.Size(100, 21);
this.textBoxpwd2.TabIndex = 25;
//
// textBoxpwd1
//
this.textBoxpwd1.Location = new System.Drawing.Point(146, 57);
this.textBoxpwd1.Name = "textBoxpwd1";
this.textBoxpwd1.Size = new System.Drawing.Size(100, 21);
this.textBoxpwd1.TabIndex = 24;
//
// textBoxuid
//
this.textBoxuid.Location = new System.Drawing.Point(146, 25);
this.textBoxuid.Name = "textBoxuid";
this.textBoxuid.Size = new System.Drawing.Size(100, 21);
this.textBoxuid.TabIndex = 23;
//
// label3
//
this.label3.Location = new System.Drawing.Point(34, 89);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(100, 23);
this.label3.TabIndex = 22;
this.label3.Text = "確認密碼";
//
// label2
//
this.label2.Location = new System.Drawing.Point(34, 57);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(100, 23);
this.label2.TabIndex = 21;
this.label2.Text = "密碼";
//
// label1
//
this.label1.Location = new System.Drawing.Point(34, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 23);
this.label1.TabIndex = 20;
this.label1.Text = "用戶名";
//
// adduser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(285, 263);
this.Controls.Add(this.buttonexit);
this.Controls.Add(this.buttonok);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.label4);
this.Controls.Add(this.textBoxpwd2);
this.Controls.Add(this.textBoxpwd1);
this.Controls.Add(this.textBoxuid);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "adduser";
this.Text = "添加用戶";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonexit;
private System.Windows.Forms.Button buttonok;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBoxpwd2;
private System.Windows.Forms.TextBox textBoxpwd1;
private System.Windows.Forms.TextBox textBoxuid;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -