strres.pas
来自「优秀的本地存储数据库」· PAS 代码 · 共 20 行
PAS
20 行
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 + =
减小字号Ctrl + -
显示快捷键?