www.pudn.com > HDTV_play_flash.rar > Unit5.cpp
//--------------------------------------------------------------------------- #include#pragma hdrstop #include "Unit5.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TForm5 *Form5; //--------------------------------------------------------------------------- __fastcall TForm5::TForm5(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------