www.pudn.com > HDTV_play_flash.rar > Unit33.h
//--------------------------------------------------------------------------- #ifndef Unit33H #define Unit33H //--------------------------------------------------------------------------- #include#include #include #include #include //--------------------------------------------------------------------------- class TFrame3 : public TFrame { __published: // IDE-managed Components TPanel *Panel1; TMemo *Memo2; TPanel *Panel2; TLabel *Label1; TMemo *Memo1; private: // User declarations public: // User declarations __fastcall TFrame3(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TFrame3 *Frame3; //--------------------------------------------------------------------------- #endif