modifypasswordf.dfm
来自「极具实用价值的文件管理系统」· DFM 代码 · 共 78 行
DFM
78 行
inherited fmModifyPassword: TfmModifyPassword
Left = 323
Top = 230
Caption = 'Modify Password'
ClientHeight = 197
ClientWidth = 347
PixelsPerInch = 96
TextHeight = 13
inherited pnlTitle: TCycPanel
Width = 347
end
inherited lblTitle: TCycLabel
Width = 127
Caption = 'Modify user login password'
end
object Label13: TCycLabel [3]
Left = 24
Top = 56
Width = 65
Height = 13
Caption = 'Old Password'
Transparent = False
end
object Label14: TCycLabel [4]
Left = 24
Top = 88
Width = 71
Height = 13
Caption = 'New Password'
Transparent = False
end
object Label15: TCycLabel [5]
Left = 24
Top = 120
Width = 109
Height = 13
Caption = 'Confirm New Password'
Transparent = False
end
inherited pnlFooter: TPanel
Top = 150
Width = 347
inherited pnlFooterLine: TCycPanel
Width = 347
end
inherited btnOK: TCycSpeedButton
Left = 143
end
inherited btnCancel: TCycSpeedButton
Left = 247
end
end
object edtOldPassword: TCycEdit
Left = 144
Top = 52
Width = 123
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object edtNewPassword1: TCycEdit
Left = 144
Top = 84
Width = 123
Height = 21
PasswordChar = '*'
TabOrder = 2
end
object edtNewPassword2: TCycEdit
Left = 144
Top = 116
Width = 123
Height = 21
PasswordChar = '*'
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?