📄 password.dfm
字号:
object frm_PassWord: Tfrm_PassWord
Left = 433
Top = 314
BorderStyle = bsDialog
Caption = '改变密码'
ClientHeight = 140
ClientWidth = 278
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 12
object Edit1: TEdit
Left = 96
Top = 8
Width = 161
Height = 20
MaxLength = 18
PasswordChar = '#'
TabOrder = 0
end
object Edit2: TEdit
Left = 96
Top = 40
Width = 161
Height = 20
MaxLength = 18
PasswordChar = '#'
TabOrder = 1
end
object Edit3: TEdit
Left = 96
Top = 72
Width = 161
Height = 20
MaxLength = 18
PasswordChar = '#'
TabOrder = 2
end
object Button1: TButton
Left = 184
Top = 104
Width = 75
Height = 25
Caption = '取消[&C]'
ModalResult = 2
TabOrder = 3
end
object Button2: TButton
Left = 96
Top = 104
Width = 75
Height = 25
Caption = '确定[&O]'
TabOrder = 4
OnClick = Button2Click
end
object StaticText1: TStaticText
Left = 16
Top = 16
Width = 76
Height = 16
Caption = '输入原密码:'
TabOrder = 5
end
object StaticText2: TStaticText
Left = 16
Top = 48
Width = 76
Height = 16
Caption = '输入新密码:'
TabOrder = 6
end
object StaticText3: TStaticText
Left = 16
Top = 80
Width = 76
Height = 16
Caption = '重复新密码:'
TabOrder = 7
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -