📄 modipass.dfm
字号:
object PassModifyDialog: TPassModifyDialog
Left = 203
Top = 210
BorderStyle = bsDialog
Caption = 'Modify password'
ClientHeight = 122
ClientWidth = 395
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 52
Width = 84
Height = 14
Caption = 'New Password'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 24
Top = 84
Width = 84
Height = 14
Caption = 'New on again'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 24
Top = 20
Width = 84
Height = 14
Caption = 'Old Password'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object btnOk: TButton
Left = 288
Top = 16
Width = 89
Height = 25
Caption = 'Modify(&M)'
Default = True
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 288
Top = 48
Width = 89
Height = 25
Caption = 'Cancel(&C)'
ModalResult = 2
TabOrder = 1
end
object EditOldPS: TEdit
Left = 120
Top = 16
Width = 145
Height = 21
ImeName = '中文 (简体) - 智能 ABC'
PasswordChar = '*'
TabOrder = 2
Text = 'EditOldPS'
end
object EditNewPS: TEdit
Left = 120
Top = 48
Width = 145
Height = 21
ImeName = '中文 (简体) - 智能 ABC'
PasswordChar = '*'
TabOrder = 3
Text = 'EditNewPS'
end
object EditRetryNewPS: TEdit
Left = 120
Top = 80
Width = 145
Height = 21
ImeName = '中文 (简体) - 智能 ABC'
PasswordChar = '*'
TabOrder = 4
Text = 'EditRetryNewPS'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -