1 { KOL MCK } // Do not remove this line!
8 uses Windows
, Messages
, ShellAPI
, KOL
, FormSave
{$IFNDEF KOL_MCK}, mirror
, Classes
,
12 Windows
, Messages
, SysUtils
, Classes
, Graphics
, Controls
, Forms
, Dialogs
;
17 {$I MCKfakeClasses.inc}
24 KOLProject
: TKOLProject
;
28 { Private declarations }
30 { Public declarations }
33 Form1
{$IFDEF KOL_MCK} : PForm1
{$ELSE} : TForm1
{$ENDIF} ;
36 procedure NewForm1( var Result
: PForm1
; AParent
: PControl
);
41 {$IFNDEF KOL_MCK} {$R *.DFM} {$ENDIF}