📄 passwordunit.dfm
字号:
object fmPassword: TfmPassword
Left = 216
Top = 108
BorderStyle = bsDialog
Caption = '修改密码'
ClientHeight = 231
ClientWidth = 342
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '新宋体'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object GroupBox1: TGroupBox
Left = 32
Top = 16
Width = 265
Height = 145
Caption = '输入您原来的密码和新密码'
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 26
Width = 54
Height = 12
Caption = '用户名: '
end
object Label2: TLabel
Left = 23
Top = 52
Width = 48
Height = 12
Caption = '旧密码:'
end
object Label3: TLabel
Left = 23
Top = 81
Width = 54
Height = 12
Caption = '新密码: '
end
object Label4: TLabel
Left = 22
Top = 106
Width = 72
Height = 12
Caption = '确认新密码:'
end
object EdtUseName: TEdit
Left = 101
Top = 22
Width = 121
Height = 20
Color = clWhite
Enabled = False
TabOrder = 0
end
object EdtOldPass: TEdit
Left = 101
Top = 48
Width = 121
Height = 20
AutoSize = False
PasswordChar = '*'
TabOrder = 1
end
object EdtNewPass: TEdit
Left = 101
Top = 75
Width = 121
Height = 20
PasswordChar = '*'
TabOrder = 2
end
object EdtAnother: TEdit
Left = 101
Top = 102
Width = 121
Height = 20
PasswordChar = '*'
TabOrder = 3
end
end
object Button1: TButton
Left = 112
Top = 176
Width = 75
Height = 28
Caption = '确定'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 200
Top = 176
Width = 75
Height = 28
Caption = '取消'
TabOrder = 2
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -