![]() |
The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
|
#include <CommandF.h>
Public Member Functions | |
void __fastcall | FormShow (TObject *Sender) |
void __fastcall | FormCreate (TObject *Sender) |
void __fastcall | FormDestroy (TObject *Sender) |
__fastcall | TfrmCommands (TComponent *Owner) |
Public Attributes | |
TToolBar * | tbCommands |
TToolButton * | tbtnPrevious |
TToolButton * | tbtnPlay |
TToolButton * | tbtnPause |
TToolButton * | tbtnStop |
TToolButton * | tbtnNext |
Definition at line 12 of file CommandF.h.
__fastcall TfrmCommands::TfrmCommands | ( | TComponent * | Owner | ) |
Definition at line 38 of file CommandF.cpp.
void __fastcall TfrmCommands::FormCreate | ( | TObject * | Sender | ) |
Definition at line 56 of file CommandF.cpp.
void __fastcall TfrmCommands::FormDestroy | ( | TObject * | Sender | ) |
Definition at line 62 of file CommandF.cpp.
void __fastcall TfrmCommands::FormShow | ( | TObject * | Sender | ) |
Definition at line 43 of file CommandF.cpp.
TToolBar* TfrmCommands::tbCommands |
Definition at line 15 of file CommandF.h.
Referenced by FormShow().
TToolButton* TfrmCommands::tbtnNext |
Definition at line 20 of file CommandF.h.
TToolButton* TfrmCommands::tbtnPause |
Definition at line 18 of file CommandF.h.
TToolButton* TfrmCommands::tbtnPlay |
Definition at line 17 of file CommandF.h.
TToolButton* TfrmCommands::tbtnPrevious |
Definition at line 16 of file CommandF.h.
TToolButton* TfrmCommands::tbtnStop |
Definition at line 19 of file CommandF.h.