www.pudn.com > HDTV_play_flash.rar > Unit44.h
//--------------------------------------------------------------------------- #ifndef Unit44H #define Unit44H //--------------------------------------------------------------------------- #include#include #include #include #include "ShockwaveFlashObjects_OCX.h" #include #include //--------------------------------------------------------------------------- class TFrame4 : public TFrame { __published: // IDE-managed Components TShockwaveFlash *ShockwaveFlash1; TLabel *Label1; TProgressBar *ProgressBar1; TLabel *Label2; private: // User declarations public: // User declarations __fastcall TFrame4(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TFrame4 *Frame4; //--------------------------------------------------------------------------- #endif