dsnlgmes.pas

来自「包含控件及安装说明、含数据库」· PAS 代码 · 共 25 行

PAS
25
字号
unit DsnLgMes;

interface

const
  AGT_ECREAT = 'Subclassing is failure.';
  DSNMES_START = 'Now, Starting Design';
  PROP_VALUEERROR = ' is illegal (';
  STG_ERRORREAD = 'Do not load at designing';
  STG_ERRORREADFILE = ' can not be read';
  STG_ERRORWRITE = 'Do not save at designing';


  INS_PROPCP = 'Properties';
  INS_VALUECP = 'Values';
  INS_CAPTION = 'Object Inspector';
  INS_HELPBUTTON = 'Help(&H)';

  CBD_PRPDLG_NOSEL = 'TToolButton is not Sellected!';
  CBD_MANIT_NOMENU = 'No Menu or No Setting CoolBar!';

implementation

end.

⌨️ 快捷键说明

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