vieweroptions.inc

来自「支持版本:Delphi 5-2009, C++Builder 5-2009 A」· INC 代码 · 共 30 行

INC
30
字号
//Universal Viewer options:

//{$define PRO}   //Enable Pro version features.
                  //Must be disabled in all 3rd-party applications.

{$define CMDLINE} //Enable handling of command line parameters.
                  //It enables:
                  // 1) Command line parsing
                  // 2) WM_COPYDATA interface
                  // 3) Options "Explorer context menu item" and "Run single instance only"
                  //Should be disabled, if UV form is used as additional modaless form.

{$define MEMINI}  //Enables TMemIniFile class usage, when appropriate.
                  //Should be enabled.

{$define HELP}    //Enables CHM help usage.
                  //This links additional "HHCtrl.ocx".
                  //Should be enabled.

//{$define MENX}  //Enables translation of key names ('Ctrl+', 'Alt+' etc);
                  //requires modification of Menus.pas:
                  //   type
                  //     TMenuKeyCap = ..
                  //   var
                  //     MenuKeyCaps: array[TMenuKeyCap] of string = ...
                  //Should be moved to "interface"

//{$define EXIF}  //Enables Exif library usage (Mitec Exif Reader)
                  //and command "View -- Image -- Show EXIF".

⌨️ 快捷键说明

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