www.pudn.com > polygon_decompose_lx.rar > aboutform.h


//--------------------------------------------------------------------------- 
 
#ifndef aboutformH 
#define aboutformH 
//--------------------------------------------------------------------------- 
#include  
#include  
#include  
#include  
#include  
#include  
//--------------------------------------------------------------------------- 
class TAbout : public TForm 
{ 
__published:	// IDE-managed Components 
        TStaticText *StaticText1; 
        TLabel *Label1; 
        TLabel *Label2; 
        TLabel *Label3; 
        TImage *Image1; 
private:	// User declarations 
public:		// User declarations 
        __fastcall TAbout(TComponent* Owner); 
}; 
//--------------------------------------------------------------------------- 
extern PACKAGE TAbout *About; 
//--------------------------------------------------------------------------- 
#endif