www.pudn.com > HDTV_play_flash.rar > Unit5.h
//--------------------------------------------------------------------------- #ifndef Unit5H #define Unit5H //--------------------------------------------------------------------------- #include#include #include #include #include //--------------------------------------------------------------------------- class TForm5 : public TForm { __published: // IDE-managed Components TPanel *Panel1; TMemo *Memo1; private: // User declarations public: // User declarations __fastcall TForm5(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm5 *Form5; //--------------------------------------------------------------------------- #endif