www.pudn.com > HDTV_play_flash.rar > about.h
//--------------------------------------------------------------------------- #ifndef aboutH #define aboutH //--------------------------------------------------------------------------- #include#include #include #include #include #include #include //--------------------------------------------------------------------------- class TForm3 : public TForm { __published: // IDE-managed Components TLabel *Label1; TLabel *Label2; TBitBtn *BitBtn1; TImage *Image1; TBevel *Bevel1; TLabel *Label3; TLabel *Label4; TLabel *Label5; private: // User declarations public: // User declarations __fastcall TForm3(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm3 *Form3; //--------------------------------------------------------------------------- #endif