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


//--------------------------------------------------------------------------- 
 
#include  
#pragma hdrstop 
 
#include "aboutform.h" 
//--------------------------------------------------------------------------- 
#pragma package(smart_init) 
#pragma resource "*.dfm" 
TAbout *About; 
//--------------------------------------------------------------------------- 
__fastcall TAbout::TAbout(TComponent* Owner) 
        : TForm(Owner) 
{ 
} 
//---------------------------------------------------------------------------