📄 users.designer.cs
字号:
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(38, 329);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 1;
this.label8.Text = "E-mail";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(36, 105);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 0;
this.label3.Text = "重复密码";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(36, 296);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 0;
this.label7.Text = "电话";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(36, 138);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 0;
this.label4.Text = "头像";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(36, 263);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 0;
this.label6.Text = "所属部门";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(36, 230);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 0;
this.label5.Text = "年龄";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btn_addGroup);
this.groupBox1.Controls.Add(this.tbx_group);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Location = new System.Drawing.Point(45, 21);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(328, 100);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "添加分组";
//
// btn_addGroup
//
this.btn_addGroup.Location = new System.Drawing.Point(177, 65);
this.btn_addGroup.Name = "btn_addGroup";
this.btn_addGroup.Size = new System.Drawing.Size(75, 23);
this.btn_addGroup.TabIndex = 2;
this.btn_addGroup.Text = "提交";
this.btn_addGroup.UseVisualStyleBackColor = true;
this.btn_addGroup.Click += new System.EventHandler(this.btn_addGroup_Click);
//
// tbx_group
//
this.tbx_group.Location = new System.Drawing.Point(152, 27);
this.tbx_group.Name = "tbx_group";
this.tbx_group.Size = new System.Drawing.Size(100, 21);
this.tbx_group.TabIndex = 1;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(38, 31);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 0;
this.label9.Text = "部门名称";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox4);
this.tabPage2.Controls.Add(this.groupBox3);
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(410, 562);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "编辑";
this.tabPage2.UseVisualStyleBackColor = true;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.comboBox3);
this.groupBox4.Controls.Add(this.label13);
this.groupBox4.Controls.Add(this.button2);
this.groupBox4.Controls.Add(this.btn_userEdit);
this.groupBox4.Controls.Add(this.tbx_email_edit);
this.groupBox4.Controls.Add(this.tbx_tel_edit);
this.groupBox4.Controls.Add(this.comboBox4);
this.groupBox4.Controls.Add(this.tbx_age_edit);
this.groupBox4.Controls.Add(this.pictureBox2);
this.groupBox4.Controls.Add(this.tbx_repwd_edit);
this.groupBox4.Controls.Add(this.tbx_pwd_edit);
this.groupBox4.Controls.Add(this.tbx_name_edit);
this.groupBox4.Controls.Add(this.label14);
this.groupBox4.Controls.Add(this.label15);
this.groupBox4.Controls.Add(this.label16);
this.groupBox4.Controls.Add(this.label17);
this.groupBox4.Controls.Add(this.label18);
this.groupBox4.Controls.Add(this.label19);
this.groupBox4.Controls.Add(this.label20);
this.groupBox4.Controls.Add(this.label21);
this.groupBox4.Location = new System.Drawing.Point(45, 145);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(328, 401);
this.groupBox4.TabIndex = 4;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "注册用户";
//
// comboBox3
//
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"男",
"女"});
this.comboBox3.Location = new System.Drawing.Point(152, 192);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(121, 20);
this.comboBox3.TabIndex = 7;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(38, 196);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(29, 12);
this.label13.TabIndex = 12;
this.label13.Text = "性别";
//
// button2
//
this.button2.Location = new System.Drawing.Point(208, 158);
this.button2.Name = "button2";
this.button2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.button2.Size = new System.Drawing.Size(53, 23);
this.button2.TabIndex = 6;
this.button2.Text = "更改↓";
this.button2.UseVisualStyleBackColor = true;
//
// btn_userEdit
//
this.btn_userEdit.Location = new System.Drawing.Point(177, 364);
this.btn_userEdit.Name = "btn_userEdit";
this.btn_userEdit.Size = new System.Drawing.Size(75, 23);
this.btn_userEdit.TabIndex = 12;
this.btn_userEdit.Text = "提交";
this.btn_userEdit.UseVisualStyleBackColor = true;
this.btn_userEdit.Click += new System.EventHandler(this.btn_userEdit_Click);
//
// tbx_email_edit
//
this.tbx_email_edit.Location = new System.Drawing.Point(152, 325);
this.tbx_email_edit.Name = "tbx_email_edit";
this.tbx_email_edit.Size = new System.Drawing.Size(100, 21);
this.tbx_email_edit.TabIndex = 11;
//
// tbx_tel_edit
//
this.tbx_tel_edit.Location = new System.Drawing.Point(152, 292);
this.tbx_tel_edit.Name = "tbx_tel_edit";
this.tbx_tel_edit.Size = new System.Drawing.Size(100, 21);
this.tbx_tel_edit.TabIndex = 10;
//
// comboBox4
//
this.comboBox4.DataSource = this.groupBindingSource;
this.comboBox4.DisplayMember = "group";
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Location = new System.Drawing.Point(152, 259);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(121, 20);
this.comboBox4.TabIndex = 9;
this.comboBox4.ValueMember = "ID";
//
// tbx_age_edit
//
this.tbx_age_edit.Location = new System.Drawing.Point(152, 226);
this.tbx_age_edit.Name = "tbx_age_edit";
this.tbx_age_edit.Size = new System.Drawing.Size(100, 21);
this.tbx_age_edit.TabIndex = 8;
//
// pictureBox2
//
this.pictureBox2.BackColor = System.Drawing.Color.White;
this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(152, 131);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(50, 50);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox2.TabIndex = 5;
this.pictureBox2.TabStop = false;
//
// tbx_repwd_edit
//
this.tbx_repwd_edit.Location = new System.Drawing.Point(152, 101);
this.tbx_repwd_edit.Name = "tbx_repwd_edit";
this.tbx_repwd_edit.PasswordChar = '*';
this.tbx_repwd_edit.Size = new System.Drawing.Size(100, 21);
this.tbx_repwd_edit.TabIndex = 5;
//
// tbx_pwd_edit
//
this.tbx_pwd_edit.Location = new System.Drawing.Point(152, 68);
this.tbx_pwd_edit.Name = "tbx_pwd_edit";
this.tbx_pwd_edit.PasswordChar = '*';
this.tbx_pwd_edit.Size = new System.Drawing.Size(100, 21);
this.tbx_pwd_edit.TabIndex = 4;
//
// tbx_name_edit
//
this.tbx_name_edit.Location = new System.Drawing.Point(152, 35);
this.tbx_name_edit.Name = "tbx_name_edit";
this.tbx_name_edit.ReadOnly = true;
this.tbx_name_edit.Size = new System.Drawing.Size(100, 21);
this.tbx_name_edit.TabIndex = 3;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(36, 39);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(41, 12);
this.label14.TabIndex = 0;
this.label14.Text = "用户名";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(36, 72);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(29, 12);
this.label15.TabIndex = 0;
this.label15.Text = "密码";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(38, 329);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(41, 12);
this.label16.TabIndex = 1;
this.label16.Text = "E-mail";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(36, 105);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(53, 12);
this.label17.TabIndex = 0;
this.label17.Text = "重复密码";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(36, 296);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(29, 12);
this.label18.TabIndex = 0;
this.label18.Text = "电话";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(36, 138);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(29, 12);
this.label19.TabIndex = 0;
this.label19.Text = "头像";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(36, 263);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(53, 12);
this.label20.TabIndex = 0;
this.label20.Text = "所属部门";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(36, 230);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -