📄 registration.designer.cs
字号:
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(76, 14);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(105, 21);
this.textBox2.TabIndex = 22;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 17);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 21;
this.label2.Text = "用户帐号:";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(76, 38);
this.textBox1.MaxLength = 6;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(105, 21);
this.textBox1.TabIndex = 19;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 41);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 18;
this.label1.Text = "用户昵称:";
//
// panel2
//
this.panel2.Controls.Add(this.button5);
this.panel2.Controls.Add(this.button4);
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(106, 334);
this.panel2.TabIndex = 19;
//
// button4
//
this.button4.Location = new System.Drawing.Point(12, 30);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 0;
this.button4.Text = "个人信息";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(12, 76);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 1;
this.button5.Text = "修改密码";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// pictureBox1
//
this.pictureBox1.Image = global::SQ.Properties.Resources.sq1;
this.pictureBox1.Location = new System.Drawing.Point(204, 14);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(41, 41);
this.pictureBox1.TabIndex = 20;
this.pictureBox1.TabStop = false;
//
// panel3
//
this.panel3.Controls.Add(this.textBox8);
this.panel3.Controls.Add(this.textBox7);
this.panel3.Controls.Add(this.textBox6);
this.panel3.Controls.Add(this.button6);
this.panel3.Controls.Add(this.label10);
this.panel3.Controls.Add(this.label9);
this.panel3.Controls.Add(this.label8);
this.panel3.Location = new System.Drawing.Point(110, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(324, 332);
this.panel3.TabIndex = 20;
this.panel3.Visible = false;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(45, 47);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 0;
this.label8.Text = "原密码:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(45, 81);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 1;
this.label9.Text = "新密码:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(45, 121);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 2;
this.label10.Text = "确认密码:";
//
// button6
//
this.button6.Location = new System.Drawing.Point(114, 181);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 23);
this.button6.TabIndex = 3;
this.button6.Text = "确定";
this.button6.UseVisualStyleBackColor = true;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(114, 44);
this.textBox6.MaxLength = 16;
this.textBox6.Name = "textBox6";
this.textBox6.PasswordChar = '*';
this.textBox6.Size = new System.Drawing.Size(100, 21);
this.textBox6.TabIndex = 4;
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(114, 78);
this.textBox7.MaxLength = 16;
this.textBox7.Name = "textBox7";
this.textBox7.PasswordChar = '*';
this.textBox7.Size = new System.Drawing.Size(100, 21);
this.textBox7.TabIndex = 5;
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(114, 118);
this.textBox8.MaxLength = 16;
this.textBox8.Name = "textBox8";
this.textBox8.PasswordChar = '*';
this.textBox8.Size = new System.Drawing.Size(100, 21);
this.textBox8.TabIndex = 6;
//
// Registration
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(439, 334);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "Registration";
this.Text = "个人设置";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -