📄 userm.designer.cs
字号:
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(103, 21);
this.textBox1.TabIndex = 1;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(32, 132);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 0;
this.label4.Text = "用户全名:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(32, 97);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 0;
this.label3.Text = "用户身份:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(32, 57);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 0;
this.label2.Text = "用户密码:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(44, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "用户名:";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.button8);
this.tabPage2.Controls.Add(this.button3);
this.tabPage2.Controls.Add(this.button4);
this.tabPage2.Controls.Add(this.groupBox2);
this.tabPage2.Controls.Add(this.domainUpDown2);
this.tabPage2.Controls.Add(this.textBox4);
this.tabPage2.Controls.Add(this.textBox5);
this.tabPage2.Controls.Add(this.textBox6);
this.tabPage2.Controls.Add(this.label5);
this.tabPage2.Controls.Add(this.label6);
this.tabPage2.Controls.Add(this.label7);
this.tabPage2.Controls.Add(this.label8);
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(357, 413);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "修改用户信息";
this.tabPage2.UseVisualStyleBackColor = true;
//
// button8
//
this.button8.Location = new System.Drawing.Point(228, 21);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(45, 20);
this.button8.TabIndex = 16;
this.button8.Text = "搜索";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(190, 379);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 28);
this.button3.TabIndex = 14;
this.button3.Text = "关闭";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(72, 379);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 28);
this.button4.TabIndex = 15;
this.button4.Text = "确定";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.checkBox7);
this.groupBox2.Controls.Add(this.checkBox8);
this.groupBox2.Controls.Add(this.checkBox9);
this.groupBox2.Controls.Add(this.checkBox10);
this.groupBox2.Controls.Add(this.checkBox11);
this.groupBox2.Controls.Add(this.checkBox12);
this.groupBox2.Location = new System.Drawing.Point(32, 174);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(299, 177);
this.groupBox2.TabIndex = 13;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "用户权限";
//
// checkBox7
//
this.checkBox7.AutoSize = true;
this.checkBox7.Location = new System.Drawing.Point(161, 135);
this.checkBox7.Name = "checkBox7";
this.checkBox7.Size = new System.Drawing.Size(96, 16);
this.checkBox7.TabIndex = 0;
this.checkBox7.Text = "信息查询权限";
this.checkBox7.UseVisualStyleBackColor = true;
//
// checkBox8
//
this.checkBox8.AutoSize = true;
this.checkBox8.Location = new System.Drawing.Point(19, 135);
this.checkBox8.Name = "checkBox8";
this.checkBox8.Size = new System.Drawing.Size(120, 16);
this.checkBox8.TabIndex = 0;
this.checkBox8.Text = "图书归还处理权限";
this.checkBox8.UseVisualStyleBackColor = true;
//
// checkBox9
//
this.checkBox9.AutoSize = true;
this.checkBox9.Location = new System.Drawing.Point(161, 81);
this.checkBox9.Name = "checkBox9";
this.checkBox9.Size = new System.Drawing.Size(120, 16);
this.checkBox9.TabIndex = 0;
this.checkBox9.Text = "图书借出处理权限";
this.checkBox9.UseVisualStyleBackColor = true;
//
// checkBox10
//
this.checkBox10.AutoSize = true;
this.checkBox10.Location = new System.Drawing.Point(19, 81);
this.checkBox10.Name = "checkBox10";
this.checkBox10.Size = new System.Drawing.Size(120, 16);
this.checkBox10.TabIndex = 0;
this.checkBox10.Text = "读者信息管理权限";
this.checkBox10.UseVisualStyleBackColor = true;
//
// checkBox11
//
this.checkBox11.AutoSize = true;
this.checkBox11.Location = new System.Drawing.Point(161, 35);
this.checkBox11.Name = "checkBox11";
this.checkBox11.Size = new System.Drawing.Size(120, 16);
this.checkBox11.TabIndex = 0;
this.checkBox11.Text = "图书卡片管理权限";
this.checkBox11.UseVisualStyleBackColor = true;
//
// checkBox12
//
this.checkBox12.AutoSize = true;
this.checkBox12.Location = new System.Drawing.Point(19, 35);
this.checkBox12.Name = "checkBox12";
this.checkBox12.Size = new System.Drawing.Size(96, 16);
this.checkBox12.TabIndex = 0;
this.checkBox12.Text = "用户管理权限";
this.checkBox12.UseVisualStyleBackColor = true;
//
// domainUpDown2
//
this.domainUpDown2.Items.Add("管理员");
this.domainUpDown2.Items.Add("普通用户");
this.domainUpDown2.Location = new System.Drawing.Point(104, 97);
this.domainUpDown2.Name = "domainUpDown2";
this.domainUpDown2.Size = new System.Drawing.Size(103, 21);
this.domainUpDown2.TabIndex = 12;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(104, 134);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(161, 21);
this.textBox4.TabIndex = 11;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(104, 59);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(103, 21);
this.textBox5.TabIndex = 10;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(104, 21);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(103, 21);
this.textBox6.TabIndex = 9;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(33, 134);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 6;
this.label5.Text = "用户全名:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(33, 99);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 5;
this.label6.Text = "用户身份:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(33, 59);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 8;
this.label7.Text = "用户密码:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(45, 21);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 7;
this.label8.Text = "用户名:";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.button7);
this.tabPage3.Controls.Add(this.button5);
this.tabPage3.Controls.Add(this.button6);
this.tabPage3.Controls.Add(this.groupBox3);
this.tabPage3.Controls.Add(this.domainUpDown3);
this.tabPage3.Controls.Add(this.textBox7);
this.tabPage3.Controls.Add(this.textBox8);
this.tabPage3.Controls.Add(this.textBox9);
this.tabPage3.Controls.Add(this.label9);
this.tabPage3.Controls.Add(this.label10);
this.tabPage3.Controls.Add(this.label11);
this.tabPage3.Controls.Add(this.label12);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(357, 413);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "删除用户信息";
this.tabPage3.UseVisualStyleBackColor = true;
//
// button7
//
this.button7.Location = new System.Drawing.Point(232, 15);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(49, 26);
this.button7.TabIndex = 27;
this.button7.Text = "搜索";
this.button7.UseVisualStyleBackColor = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -