www.pudn.com > HDTV_play_flash.rar > Unit22.h


//--------------------------------------------------------------------------- 
 
 
#ifndef Unit22H 
#define Unit22H 
//--------------------------------------------------------------------------- 
#include  
#include  
#include  
#include  
#include  
//--------------------------------------------------------------------------- 
class TFrame2 : public TFrame 
{ 
__published:	// IDE-managed Components 
        TShape *Shape1; 
        TLabel *Label1; 
private:	// User declarations 
public:		// User declarations 
        __fastcall TFrame2(TComponent* Owner); 
}; 
//--------------------------------------------------------------------------- 
extern PACKAGE TFrame2 *Frame2; 
//--------------------------------------------------------------------------- 
#endif