www.pudn.com > 2.rar > Flash.cpp, change:2007-12-31,size:534b


//--------------------------------------------------------------------------- 
 
#include <vcl.h> 
#pragma hdrstop 
 
#include "Flash.h" 
//--------------------------------------------------------------------------- 
#pragma package(smart_init) 
#pragma resource "*.dfm" 
TFmFlash *FmFlash; 
//--------------------------------------------------------------------------- 
__fastcall TFmFlash::TFmFlash(TComponent* Owner) 
        : TForm(Owner) 
{ 
} 
//---------------------------------------------------------------------------