📄 strres.pas
字号:
unit StrRes;
interface
resourcestring
SFailToCreateDb = 'Fail to create database.';
SPasswordWrong = 'Password is incorrect, you cannot open the cipher box.';
SInputPassword = 'Input Password';
SQueryDeletePassword = 'Are you sure to delete the password?';
SChgPwdSucc = 'Change password successfully.';
SChangePassord = 'Change Password';
SChangePwdTip = 'Please input your new password.';
SStartupTip = 'Cipher database will be created. please input password for the database.';
SPwdDifferent = 'The two passwords should be same.';
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -