9 #include <StdCtrls.hpp>
10 #include <Controls.hpp>
11 #include <Classes.hpp>
13 #include <Dialogs.hpp>
14 #include <ComCtrls.hpp>
15 #include <Graphics.hpp>
16 #include <ImgList.hpp>
17 #include <ActnList.hpp>
18 #include <ExtCtrls.hpp>
145 void __fastcall
HideMain(TObject *Sender);
146 void __fastcall
FormShow(TObject *Sender);
149 void __fastcall
MainTimer(TObject *Sender);
155 TDragDockObject *Source,
int X,
int Y, TDragState State,
157 void __fastcall
StartDock(TObject *Sender,
158 TDragDockObject *&DragObject);
160 TDragDockObject *Source,
int X,
int Y);
163 TStatusPanel *Panel,
const TRect &Rect);
165 void __fastcall
FormClose(TObject *Sender, TCloseAction &Action);
171 AnsiString SongTitle;
177 void __fastcall TrayNotify(TMessage& Msg);
178 void __fastcall ToggleState(
void);
179 PSTR __fastcall TipText(
void);
180 void __fastcall DisplayHint(TObject *Sender);
181 void UpdateIcon(
void);
182 void __fastcall AppException(TObject *Sender, Exception *E);
183 void __fastcall AnimateForm(TForm * Form,
bool FormVisible);
189 virtual __fastcall
TfrmMain(TComponent* Owner);
195 END_MESSAGE_MAP(TForm)