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


//--------------------------------------------------------------------------- 
 
#ifndef Unit_XBXZFormH 
#define Unit_XBXZFormH 
//--------------------------------------------------------------------------- 
#include  
#include  
#include  
#include  
#include  
#include  
#include "unit_homeform.h" 
#include "unit_bflbform.h" 
#include "unit_dgform.h" 
//--------------------------------------------------------------------------- 
class TfrmXBXZ : public TForm 
{ 
__published:	// IDE-managed Components 
        TPanel *Panel1; 
        TImage *Image1; 
        TLabel *Label4; 
        TLabel *lblSelectedMan; 
        TLabel *Label1; 
        TLabel *Label2; 
        TLabel *Label3; 
        TLabel *lblSelectWoman; 
        TLabel *Label7; 
        TLabel *Label8; 
        TLabel *Label9; 
        TLabel *lblSelectOther; 
        TLabel *Label11; 
        TLabel *lblHome; 
        TLabel *lblSelected; 
        void __fastcall FormCreate(TObject *Sender); 
        void __fastcall lblHomeClick(TObject *Sender); 
        void __fastcall lblSelectedManClick(TObject *Sender); 
        void __fastcall lblSelectedClick(TObject *Sender); 
        void __fastcall lblSelectWomanClick(TObject *Sender); 
        void __fastcall lblSelectOtherClick(TObject *Sender); 
private:	// User declarations 
public:		// User declarations 
        __fastcall TfrmXBXZ(TComponent* Owner); 
}; 
//--------------------------------------------------------------------------- 
extern PACKAGE TfrmXBXZ *frmXBXZ; 
//--------------------------------------------------------------------------- 
#endif