![]() |
The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
|
#include <ConfigDLLF.h>
Public Member Functions | |
| void __fastcall | btnAboutClick (TObject *Sender) |
| void __fastcall | chkVisibleClick (TObject *Sender) |
| void __fastcall | FormCreate (TObject *Sender) |
| void __fastcall | DetailsClick (TObject *Sender) |
| __fastcall | TConfigForm (TComponent *Owner) |
Public Attributes | |
| TPanel * | pnlIcon |
| TCheckBox * | chkVisible |
| TButton * | btnAbout |
| TMemo * | memInfo |
| TImage * | imgIcon |
| TButton * | Details |
Definition at line 15 of file ConfigDLLF.h.
| __fastcall TConfigForm::TConfigForm | ( | TComponent * | Owner | ) |
Definition at line 38 of file ConfigDLLF.cpp.
| void __fastcall TConfigForm::btnAboutClick | ( | TObject * | Sender | ) |
Definition at line 44 of file ConfigDLLF.cpp.
| void __fastcall TConfigForm::chkVisibleClick | ( | TObject * | Sender | ) |
Definition at line 63 of file ConfigDLLF.cpp.
| void __fastcall TConfigForm::DetailsClick | ( | TObject * | Sender | ) |
Definition at line 74 of file ConfigDLLF.cpp.
| void __fastcall TConfigForm::FormCreate | ( | TObject * | Sender | ) |
Definition at line 69 of file ConfigDLLF.cpp.
| TButton* TConfigForm::btnAbout |
Definition at line 20 of file ConfigDLLF.h.
| TCheckBox* TConfigForm::chkVisible |
Definition at line 19 of file ConfigDLLF.h.
Referenced by chkVisibleClick(), and FormCreate().
| TButton* TConfigForm::Details |
Definition at line 23 of file ConfigDLLF.h.
| TImage* TConfigForm::imgIcon |
Definition at line 22 of file ConfigDLLF.h.
| TMemo* TConfigForm::memInfo |
Definition at line 21 of file ConfigDLLF.h.
| TPanel* TConfigForm::pnlIcon |
Definition at line 18 of file ConfigDLLF.h.