xptheme.pas

来自「源代码」· PAS 代码 · 共 27 行

PAS
27
字号
unit XPTheme;

{
  Inno Setup
  Copyright (C) 1997-2004 Jordan Russell
  Portions by Martijn Laan
  For conditions of distribution and use, see LICENSE.TXT.

  Enables themes in Windows XP

  $jrsoftware: issrc/Projects/XPTheme.pas,v 1.3 2004/06/26 04:36:08 jr Exp $
}

interface

implementation

{$R XPTheme.res}

uses
  CommCtrl;

initialization
  { Note: This call is required! SetupLdr won't start without it. }
  InitCommonControls;
end.

⌨️ 快捷键说明

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