The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ConfigDLLF.h
Go to the documentation of this file.
1 
2 #ifndef ConfigDLLFH
3 #define ConfigDLLFH
4 
5 #include <Classes.hpp>
6 #include <Controls.hpp>
7 #include <StdCtrls.hpp>
8 #include <Forms.hpp>
9 #include <ExtCtrls.hpp>
10 #include <Graphics.hpp>
11 
12 
13 
14 
15 class TConfigForm : public TForm
16 {
17 __published: // IDE-managed Components
18  TPanel *pnlIcon;
19  TCheckBox *chkVisible;
20  TButton *btnAbout;
21  TMemo *memInfo;
22  TImage *imgIcon;
23  TButton *Details;
24  void __fastcall btnAboutClick(TObject *Sender);
25  void __fastcall chkVisibleClick(TObject *Sender);
26  void __fastcall FormCreate(TObject *Sender);
27  void __fastcall DetailsClick(TObject *Sender);
28 private: // User declarations
29 public: // User declarations
30  __fastcall TConfigForm(TComponent* Owner);
31 };
32 
33 extern PACKAGE TConfigForm *ConfigForm;
34 
35 #endif