6 #include <StdCtrls.hpp>
7 #include <Controls.hpp>
9 #include <ExtCtrls.hpp>
11 #include <ComCtrls.hpp>
22 void __fastcall
FormMouseDown(TObject *Sender, TMouseButton Button,
23 TShiftState Shift,
int X,
int Y);
24 void __fastcall
FormMouseMove(TObject *Sender, TShiftState Shift,
26 void __fastcall
FormMouseUp(TObject *Sender, TMouseButton Button,
27 TShiftState Shift,
int X,
int Y);
28 void __fastcall
FormPaint(TObject *Sender);
30 void __fastcall
FormKeyPress(TObject *Sender,
char &Key);
31 void __fastcall
FormKeyDown(TObject *Sender, WORD &Key,
35 void __fastcall
FormShow(TObject *Sender);
56 END_MESSAGE_MAP(TForm)