商品销售管理系统的设计与实现
32
this
.groupBox1.Name =
"groupBox1"
;
this
.groupBox1.Size =
new
System.Drawing.
Size
(449, 148);
this
.groupBox1.TabIndex = 0;
this
.groupBox1.TabStop =
false
;
this
.groupBox1.Text =
"
修改用户密码
"
;
this
.groupBox2.Controls.Add(
this
.button_exit);
this
.groupBox2.Controls.Add(
this
.button_save);
this
.groupBox2.Location =
new
System.Drawing.
Point
(12, 156);
this
.groupBox2.Name =
"groupBox2"
;
this
.groupBox2.Size =
new
System.Drawing.
Size
(449, 83);
this
.groupBox2.TabIndex = 1;
this
.groupBox2.TabStop =
false
;
this
.label1.AutoSize =
true
;
this
.label1.Location =
new
System.Drawing.
Point
(17, 31);
this
.label1.Name =
"label1"
;
this
.label1.Size =
new
System.Drawing.
Size
(53, 12);
this
.label1.TabIndex = 0;
this
.label1.Text =
"
用户名:
"
;
this
.label2.AutoSize =
true
;
this
.label2.Location =
new
System.Drawing.
Point
(220, 31);
this
.label2.Name =
"label2"
;
this
.label2.Size =
new
System.Drawing.
Size
(53, 12);
this
.label2.TabIndex = 1;
this
.label2.Text =
"
旧密码:
"
;
this
.label3.AutoSize =
true
;
this
.label3.Location =
new
System.Drawing.
Point
(17, 100);
this
.label3.Name =
"label3"
;
this
.label3.Size =
new
System.Drawing.
Size
(53, 12);
this
.label3.TabIndex = 2;
this
.label3.Text =
"
新密码:
"
;
this
.label4.AutoSize =
true
;
this
.label4.Location =
new
System.Drawing.
Point
(220, 100);
this
.label4.Name =
"label4"
;
this
.label4.Size =
new
System.Drawing.
Size
(65, 12);
this
.label4.TabIndex = 3;
this
.label4.Text =
"
确认密码:
"
;
this
.textBox_user.Location =
new
System.Drawing.
Point
(76,
28);
Xx
工学院学期论文设计说明书
33
this
.textBox_user.Name =
"textBox_user"
;
this
.textBox_user.Size =
new
System.Drawing.
Size
(136, 21);
this
.textBox_user.TabIndex = 4;
this
.textBox_old.Location =
new
System.Drawing.
Point
(291,
28);
this
.textBox_old.Name =
"textBox_old"
;
this
.textBox_old.PasswordChar =
'*'
;
this
.textBox_old.Size =
new
System.Drawing.
Size
(135, 21);
this
.textBox_old.TabIndex = 5;
this
.textBox_new.Location
=
new
System.Drawing.
Point
(76,
97);
this
.textBox_new.Name =
"textBox_new"
;
this
.textBox_new.PasswordChar =
'*'
;
this
.textBox_new.Size =
new
System.Drawing.
Size
(136, 21);
this
.textBox_new.TabIndex = 6;
this
.textBox_ok.Location
=
new
System.Drawing.
Point
(291,
97);
this
.textBox_ok.Name =
"textBox_ok"
;
this
.textBox_ok.PasswordChar =
'*'
;
this
.textBox_ok.Size =
new
System.Drawing.
Size
(135, 21);
this
.textBox_ok.TabIndex = 7;
this
.button_save.Location
=
new
System.Drawing.
Point
(70,
35);
this
.button_save.Name =
"button_save"
;
this
.button_save.Size =
new
System.Drawing.
Size
(75, 23);
this
.button_save.TabIndex = 0;
this
.button_save.Text =
"
保存
"
;
this
.button_save.UseVisualStyleBackColor =
true
;
this
.button_save.Click +=
new
System.
EventHandler
(
this
.button_save_Click);
this
.button_exit.Location =
new
System.Drawing.
Point
(291,
34);
this
.button_exit.Name =
"button_exit"
;
this
.button_exit.Size =
new
System.Drawing.
Size
(75, 23);
this
.button_exit.TabIndex = 1;
this
.button_exit.Text =
"
退出
"
;
this
.button_exit.UseVisualStyleBackColor =
true
;
this
.button_exit.Click +=
new
System.
EventHandler
(
this
.button_exit_Click);
this
.AcceptButton =
this
.button_save;
this
.AutoScaleDimensions
=
new
System.Drawing.
SizeF
(6F,
12F);
商品销售管理系统的设计与实现
34
this
.AutoScaleMode =
System.Windows.Forms.
AutoScaleMode
.Font;
this
.ClientSize =
new
System.Drawing.
Size
(473, 245);
this
.Controls.Add(
this
.groupBox2);
this
.Controls.Add(
this
.groupBox1);
this
.MaximizeBox =
false
;
this
.MaximumSize =
new
System.Drawing.
Size
(481, 279);
this
.Name =
"password"
;
this
.Text =
"
更改密码
"
;
this
.groupBox1.ResumeLayout(
false
);
this
.groupBox1.PerformLayout();
this
.groupBox2.ResumeLayout(
false
);
this
.ResumeLayout(
false
);
}
#endregion
private
System.Windows.Forms.
GroupBox
groupBox1;
private
System.Windows.Forms.
Label
label4;
private
System.Windows.Forms.
Label
label3;
private
System.Windows.Forms.
Label
label2;
private
System.Windows.Forms.
Label
label1;
private
System.Windows.Forms.
GroupBox
groupBox2;
private
System.Windows.Forms.
TextBox
textBox_ok;
private
System.Windows.Forms.
TextBox
textBox_new;
private
System.Windows.Forms.
TextBox
textBox_old;
private
System.Windows.Forms.
TextBox
textBox_user;
private
System.Windows.Forms.
Button
button_exit;
private
System.Windows.Forms.
Button
button_save;
}
alvarocfc
- 粉丝: 34
- 资源: 1万+