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
DetailsF.h
Go to the documentation of this file.
1 
2 #ifndef DetailsFH
3 #define DetailsFH
4 
5 #include <Classes.hpp>
6 #include <Controls.hpp>
7 #include <StdCtrls.hpp>
8 #include <Forms.hpp>
9 #include <ComCtrls.hpp>
10 #include <ExtCtrls.hpp>
11 
12 
13 class TfrmDetails : public TForm
14 {
15 __published: // IDE-managed Components
16  TListView *lvDetails;
17  TPanel *pnlCaption;
18  void __fastcall FormCreate(TObject *Sender);
19 private: // User declarations
20 public: // User declarations
21  __fastcall TfrmDetails(TComponent* Owner);
22 };
23 
24 extern PACKAGE TfrmDetails *frmDetails;
25 
26 #endif