📄 user.designer.cs
字号:
namespace WindowsApplication1
{
partial class user
{
/// <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.groupBox9 = new System.Windows.Forms.GroupBox();
this.button15 = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button();
this.dataGridView6 = new System.Windows.Forms.DataGridView();
this.textBox17 = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.button13 = new System.Windows.Forms.Button();
this.button14 = new System.Windows.Forms.Button();
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.label15 = new System.Windows.Forms.Label();
this.textBox14 = new System.Windows.Forms.TextBox();
this.button11 = new System.Windows.Forms.Button();
this.textBox15 = new System.Windows.Forms.TextBox();
this.button10 = new System.Windows.Forms.Button();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.groupBox9.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView6)).BeginInit();
this.groupBox8.SuspendLayout();
this.SuspendLayout();
//
// groupBox9
//
this.groupBox9.Controls.Add(this.button15);
this.groupBox9.Controls.Add(this.button12);
this.groupBox9.Controls.Add(this.dataGridView6);
this.groupBox9.Controls.Add(this.textBox17);
this.groupBox9.Controls.Add(this.label16);
this.groupBox9.Controls.Add(this.button13);
this.groupBox9.Controls.Add(this.button14);
this.groupBox9.Location = new System.Drawing.Point(17, 134);
this.groupBox9.Name = "groupBox9";
this.groupBox9.Size = new System.Drawing.Size(611, 249);
this.groupBox9.TabIndex = 26;
this.groupBox9.TabStop = false;
this.groupBox9.Text = "帐户管理";
//
// button15
//
this.button15.Location = new System.Drawing.Point(324, 208);
this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(75, 23);
this.button15.TabIndex = 33;
this.button15.Text = "删除";
this.button15.UseVisualStyleBackColor = true;
this.button15.Click += new System.EventHandler(this.button15_Click);
//
// button12
//
this.button12.Location = new System.Drawing.Point(198, 208);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(75, 23);
this.button12.TabIndex = 32;
this.button12.Text = "更新";
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.button12_Click);
//
// dataGridView6
//
this.dataGridView6.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView6.Location = new System.Drawing.Point(14, 20);
this.dataGridView6.Name = "dataGridView6";
this.dataGridView6.RowTemplate.Height = 23;
this.dataGridView6.Size = new System.Drawing.Size(576, 132);
this.dataGridView6.TabIndex = 31;
//
// textBox17
//
this.textBox17.Location = new System.Drawing.Point(212, 169);
this.textBox17.Name = "textBox17";
this.textBox17.Size = new System.Drawing.Size(100, 21);
this.textBox17.TabIndex = 30;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(136, 172);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(47, 12);
this.label16.TabIndex = 29;
this.label16.Text = "用户名:";
//
// button13
//
this.button13.Location = new System.Drawing.Point(449, 208);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(75, 23);
this.button13.TabIndex = 28;
this.button13.Text = "重置";
this.button13.UseVisualStyleBackColor = true;
//
// button14
//
this.button14.Location = new System.Drawing.Point(66, 208);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(75, 23);
this.button14.TabIndex = 27;
this.button14.Text = "修改";
this.button14.UseVisualStyleBackColor = true;
this.button14.Click += new System.EventHandler(this.button14_Click);
//
// groupBox8
//
this.groupBox8.Controls.Add(this.comboBox1);
this.groupBox8.Controls.Add(this.label15);
this.groupBox8.Controls.Add(this.textBox14);
this.groupBox8.Controls.Add(this.button11);
this.groupBox8.Controls.Add(this.textBox15);
this.groupBox8.Controls.Add(this.button10);
this.groupBox8.Controls.Add(this.label14);
this.groupBox8.Controls.Add(this.label13);
this.groupBox8.Location = new System.Drawing.Point(17, 12);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(611, 105);
this.groupBox8.TabIndex = 27;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "增加帐户";
this.groupBox8.Enter += new System.EventHandler(this.groupBox8_Enter);
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(31, 23);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(47, 12);
this.label15.TabIndex = 18;
this.label15.Text = "用户名:";
//
// textBox14
//
this.textBox14.Location = new System.Drawing.Point(96, 17);
this.textBox14.Name = "textBox14";
this.textBox14.Size = new System.Drawing.Size(100, 21);
this.textBox14.TabIndex = 23;
//
// button11
//
this.button11.Location = new System.Drawing.Point(252, 76);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(75, 23);
this.button11.TabIndex = 16;
this.button11.Text = "确定";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// textBox15
//
this.textBox15.Location = new System.Drawing.Point(289, 17);
this.textBox15.Name = "textBox15";
this.textBox15.Size = new System.Drawing.Size(100, 21);
this.textBox15.TabIndex = 22;
//
// button10
//
this.button10.Location = new System.Drawing.Point(343, 76);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(75, 23);
this.button10.TabIndex = 17;
this.button10.Text = "重置";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(226, 23);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(35, 12);
this.label14.TabIndex = 19;
this.label14.Text = "密码:";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(429, 23);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(29, 12);
this.label13.TabIndex = 20;
this.label13.Text = "ID:";
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"超级用户",
"普通用户",
"来宾用户"});
this.comboBox1.Location = new System.Drawing.Point(464, 17);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 20);
this.comboBox1.TabIndex = 24;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// user
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(645, 398);
this.Controls.Add(this.groupBox8);
this.Controls.Add(this.groupBox9);
this.MaximumSize = new System.Drawing.Size(653, 432);
this.Name = "user";
this.Text = "帐户管理";
this.Load += new System.EventHandler(this.user_Load);
this.groupBox9.ResumeLayout(false);
this.groupBox9.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView6)).EndInit();
this.groupBox8.ResumeLayout(false);
this.groupBox8.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox9;
public System.Windows.Forms.Button button15;
public System.Windows.Forms.Button button12;
private System.Windows.Forms.DataGridView dataGridView6;
private System.Windows.Forms.TextBox textBox17;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Button button13;
public System.Windows.Forms.Button button14;
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox textBox14;
public System.Windows.Forms.Button button11;
private System.Windows.Forms.TextBox textBox15;
private System.Windows.Forms.Button button10;
public System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.ComboBox comboBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -