1 { KOL MCK } // Do not remove this line!
8 uses Windows
, Messages
, ShellAPI
, KOL
{$IFNDEF KOL_MCK}, mirror
, Classes
,
9 Controls
, mckCtrls
{$ENDIF};
12 Windows
, Messages
, SysUtils
, Classes
, Graphics
, Controls
, Forms
, Dialogs
,
18 {$I MCKfakeClasses.inc}
19 {$IFDEF KOLCLASSES} TForm1
= class; PForm1
= TForm1
; {$ELSE OBJECTS} PForm1
= ^TForm1
; {$ENDIF CLASSES/OBJECTS}
20 {$IFDEF KOLCLASSES}{$I TForm1.inc}{$ELSE} TForm1
= object(TObj
) {$ENDIF}
28 procedure KOLFormFormCreate(Sender
: PObj
);
30 { Private declarations }
32 { Public declarations }
36 Form1
{$IFDEF KOL_MCK} : PForm1
{$ELSE} : TForm1
{$ENDIF} ;
39 procedure NewForm1( var Result
: PForm1
; AParent
: PControl
);
44 {$IFNDEF KOL_MCK} {$R *.DFM} {$ENDIF}
50 procedure TForm1
.KOLFormFormCreate(Sender
: PObj
);
52 Form
.SimpleStatusText
:= 'Running';