strres.pas

来自「优秀的本地存储数据库」· PAS 代码 · 共 24 行

PAS
24
字号
unit StrRes;

interface

resourcestring

  SPasswordWrong = 'Password is incorrect, you cannot open the address book.';
  SFailToCreateDb = 'Fail to create database.';
  SQueryDeleteCard = 'Are you sure to delete the card?';
  SChgPwdSucc = 'Change password successfully.';
  SChgPwdFail = 'Fail to change password.';
  SQueryDeleteFolder = 'Are you sure to delete the folder?';
  SNameIsEmpty = 'The name is empty.';
  SPwdDifferent = 'The two password should be same.';
  SInputPassword = 'Input Password:';
  SNewFolder = 'New Folder';
  SFolderName = 'Folder Name:';
  SDefaultStr = 'Default';
  SAddressBook = 'Address Book';

implementation

end.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?