common.pas.svn-base

来自「TFormDesigner allows you move and resize」· SVN-BASE 代码 · 共 21 行

SVN-BASE
21
字号
(*  GREATIS FORM EXTRACTOR for           *)
(*  GREATIS FORM DESIGNER PRO            *)
(*  Copyright (C) 2002 Greatis Software  *)
(*  http://www.greatis.com/formdes.htm   *)
(*  b-team@greatis.com                   *)

unit Common;

interface

const
  RegSection = 'Software\Greatis';
  AppSection = 'Form Extractor';
  OptSection = 'Form Extractor\Options';
  FrmSection = 'Form Extractor\Window';
  ReopenSection = 'Form Extractor\Reopen';

implementation

end.

⌨️ 快捷键说明

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