📄 admin.designer.cs
字号:
namespace login
{
partial class Admin
{
/// <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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.add = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.cbxID = new System.Windows.Forms.ComboBox();
this.AdminName = new System.Windows.Forms.Label();
this.update = new System.Windows.Forms.Button();
this.delete = new System.Windows.Forms.Button();
this.select = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(18, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "用户名";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(18, 71);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 1;
this.label2.Text = "密码";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 117);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 2;
this.label3.Text = "重复密码";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(74, 25);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(137, 21);
this.textBox1.TabIndex = 3;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(74, 68);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(137, 21);
this.textBox2.TabIndex = 4;
this.textBox2.UseSystemPasswordChar = true;
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(74, 117);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(137, 21);
this.textBox3.TabIndex = 5;
this.textBox3.UseSystemPasswordChar = true;
//
// add
//
this.add.Location = new System.Drawing.Point(8, 173);
this.add.Name = "add";
this.add.Size = new System.Drawing.Size(87, 21);
this.add.TabIndex = 6;
this.add.Text = "添加";
this.add.UseVisualStyleBackColor = true;
this.add.Click += new System.EventHandler(this.add_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(115, 173);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(96, 21);
this.button2.TabIndex = 7;
this.button2.Text = "退出";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(424, 236);
this.tabControl1.TabIndex = 8;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.add);
this.tabPage1.Controls.Add(this.textBox3);
this.tabPage1.Controls.Add(this.button2);
this.tabPage1.Controls.Add(this.textBox2);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.textBox1);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(416, 211);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "添加";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.cbxID);
this.tabPage2.Controls.Add(this.AdminName);
this.tabPage2.Controls.Add(this.update);
this.tabPage2.Controls.Add(this.delete);
this.tabPage2.Controls.Add(this.select);
this.tabPage2.Controls.Add(this.dataGridView1);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(416, 211);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "查删改";
this.tabPage2.UseVisualStyleBackColor = true;
//
// cbxID
//
this.cbxID.FormattingEnabled = true;
this.cbxID.Location = new System.Drawing.Point(190, 9);
this.cbxID.Name = "cbxID";
this.cbxID.Size = new System.Drawing.Size(87, 20);
this.cbxID.TabIndex = 5;
this.cbxID.SelectedIndexChanged += new System.EventHandler(this.cxID_SelectedIndexChanged);
//
// AdminName
//
this.AdminName.AutoSize = true;
this.AdminName.Location = new System.Drawing.Point(102, 13);
this.AdminName.Name = "AdminName";
this.AdminName.Size = new System.Drawing.Size(59, 12);
this.AdminName.TabIndex = 4;
this.AdminName.Text = "AdminName";
//
// update
//
this.update.Location = new System.Drawing.Point(292, 166);
this.update.Name = "update";
this.update.Size = new System.Drawing.Size(91, 27);
this.update.TabIndex = 3;
this.update.Text = "更新";
this.update.UseVisualStyleBackColor = true;
this.update.Click += new System.EventHandler(this.update_Click);
//
// delete
//
this.delete.Location = new System.Drawing.Point(138, 166);
this.delete.Name = "delete";
this.delete.Size = new System.Drawing.Size(99, 28);
this.delete.TabIndex = 2;
this.delete.Text = "删除";
this.delete.UseVisualStyleBackColor = true;
this.delete.Click += new System.EventHandler(this.delete_Click);
//
// select
//
this.select.Location = new System.Drawing.Point(13, 167);
this.select.Name = "select";
this.select.Size = new System.Drawing.Size(84, 27);
this.select.TabIndex = 1;
this.select.Text = "查询";
this.select.UseVisualStyleBackColor = true;
this.select.Click += new System.EventHandler(this.button3_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(13, 36);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(370, 124);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// Admin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(463, 270);
this.Controls.Add(this.tabControl1);
this.Name = "Admin";
this.Text = "Admin";
this.Load += new System.EventHandler(this.Admin_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Button add;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button update;
private System.Windows.Forms.Button delete;
private System.Windows.Forms.Button select;
private System.Windows.Forms.ComboBox cbxID;
private System.Windows.Forms.Label AdminName;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -