www.pudn.com > vod2007.rar > Unit_XBForm.cpp


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