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