www.pudn.com > vod2007.rar > Unit_HomeForm.h


//--------------------------------------------------------------------------- 
 
#ifndef Unit_HomeFormH 
#define Unit_HomeFormH 
//--------------------------------------------------------------------------- 
#include  
#include  
#include  
#include  
#include  
#include  
#include  
#include "unit_xbxzform.h" 
#include "unit_bflbform.h" 
#include "unit_gdxzform.h" 
#include "unit_dm.h" 
#include "unit_pyxzform.h" 
#include "Unit_GQLBForm.h" 
#include ".\\class\\TMPlayer.h" 
 
//--------------------------------------------------------------------------- 
class TfrmHome : public TForm 
{ 
__published:	// IDE-managed Components 
        TPanel *Panel1; 
        TImage *Image45; 
        TLabel *Label1; 
        TLabel *Label2; 
        TLabel *Label3; 
        TLabel *Label4; 
        TLabel *Label6; 
        TLabel *Label7; 
        TLabel *Label5; 
        TLabel *Label9; 
        TLabel *Label10; 
        TLabel *Label11; 
        TLabel *Label12; 
        void __fastcall FormCreate(TObject *Sender); 
        void __fastcall Label12Click(TObject *Sender); 
        void __fastcall Label9Click(TObject *Sender); 
        void __fastcall Label5Click(TObject *Sender); 
        void __fastcall Label10Click(TObject *Sender); 
        void __fastcall Label11Click(TObject *Sender); 
        void __fastcall FormActivate(TObject *Sender); 
private:	// User declarations 
public:		// User declarations 
       __fastcall TfrmHome(TComponent* Owner); 
       void __fastcall OnNotify(Messages::TMessage& Msg); 
       TMPlayer* mplayer; 
 
BEGIN_MESSAGE_MAP 
    MESSAGE_HANDLER(MM_MCINOTIFY, TMessage, OnNotify); 
END_MESSAGE_MAP(TForm); 
}; 
 
 
//--------------------------------------------------------------------------- 
extern PACKAGE TfrmHome *frmHome; 
//--------------------------------------------------------------------------- 
#endif