6 #include <Controls.hpp>
7 #include <StdCtrls.hpp>
9 #include <ComCtrls.hpp>
11 #include <checklst.hpp>
12 #include <ExtCtrls.hpp>
13 #include <CheckLst.hpp>
14 #include <ImgList.hpp>
15 #include <ToolWin.hpp>
19 using namespace WinampRemote::Server;
48 void __fastcall FormCreate(TObject *Sender);
50 void __fastcall FormKeyDown(TObject *Sender, WORD &Key,
53 void __fastcall FormShow(TObject *Sender);
54 void __fastcall timerMainTimer(TObject *Sender);
55 void __fastcall FormCloseQuery(TObject *Sender,
bool &CanClose);
56 void __fastcall btnConfigClick(TObject *Sender);
57 void __fastcall btnAboutClick(TObject *Sender);
60 void __fastcall AppException(TObject *Sender, Exception *E);
67 void __fastcall CreateThread();
68 void __fastcall StopThread(TObject *Sender);