📄 edituserinfo.designer.cs
字号:
namespace client
{
partial class editUserInfo
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(editUserInfo));
this.btn_ok = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.lb_email = new System.Windows.Forms.TextBox();
this.lb_tel = new System.Windows.Forms.TextBox();
this.lb_group = new System.Windows.Forms.TextBox();
this.lb_age = new System.Windows.Forms.TextBox();
this.lb_name = new System.Windows.Forms.TextBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.comboBox_sex = new System.Windows.Forms.ComboBox();
this.button1 = new System.Windows.Forms.Button();
this.btn_cancel = new System.Windows.Forms.Button();
this.il_face = new System.Windows.Forms.ImageList(this.components);
this.btn_pwd = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// btn_ok
//
this.btn_ok.Location = new System.Drawing.Point(259, 183);
this.btn_ok.Name = "btn_ok";
this.btn_ok.Size = new System.Drawing.Size(75, 23);
this.btn_ok.TabIndex = 26;
this.btn_ok.Text = "确定";
this.btn_ok.UseVisualStyleBackColor = true;
this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(259, 29);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 25;
this.label7.Text = "头像";
//
// lb_email
//
this.lb_email.Location = new System.Drawing.Point(95, 223);
this.lb_email.Name = "lb_email";
this.lb_email.Size = new System.Drawing.Size(100, 21);
this.lb_email.TabIndex = 21;
//
// lb_tel
//
this.lb_tel.Location = new System.Drawing.Point(95, 183);
this.lb_tel.Name = "lb_tel";
this.lb_tel.Size = new System.Drawing.Size(100, 21);
this.lb_tel.TabIndex = 20;
//
// lb_group
//
this.lb_group.Location = new System.Drawing.Point(95, 143);
this.lb_group.Name = "lb_group";
this.lb_group.ReadOnly = true;
this.lb_group.Size = new System.Drawing.Size(100, 21);
this.lb_group.TabIndex = 22;
//
// lb_age
//
this.lb_age.Location = new System.Drawing.Point(95, 103);
this.lb_age.Name = "lb_age";
this.lb_age.Size = new System.Drawing.Size(100, 21);
this.lb_age.TabIndex = 24;
//
// lb_name
//
this.lb_name.Location = new System.Drawing.Point(95, 23);
this.lb_name.Name = "lb_name";
this.lb_name.ReadOnly = true;
this.lb_name.Size = new System.Drawing.Size(100, 21);
this.lb_name.TabIndex = 19;
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.White;
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox1.Location = new System.Drawing.Point(259, 47);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(50, 50);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox1.TabIndex = 18;
this.pictureBox1.TabStop = false;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(36, 227);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 17;
this.label6.Text = "E-mail";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(36, 187);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 16;
this.label5.Text = "电 话";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(36, 147);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 15;
this.label4.Text = "所属部门";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(36, 107);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 14;
this.label3.Text = "年 龄";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(36, 67);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 13;
this.label2.Text = "性 别";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(36, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 12;
this.label1.Text = "姓 名";
//
// comboBox_sex
//
this.comboBox_sex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_sex.FormattingEnabled = true;
this.comboBox_sex.Items.AddRange(new object[] {
"男",
"女"});
this.comboBox_sex.Location = new System.Drawing.Point(95, 64);
this.comboBox_sex.Name = "comboBox_sex";
this.comboBox_sex.Size = new System.Drawing.Size(100, 20);
this.comboBox_sex.TabIndex = 27;
//
// button1
//
this.button1.Location = new System.Drawing.Point(261, 107);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -