//--------------------------------------------------------------------------- #ifndef AboutH #define AboutH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include //--------------------------------------------------------------------------- class TAboutFrm : public TForm { __published: // IDE-managed Components TButton *OKBtn; TBevel *Bevel1; TLabel *Label1; TLabel *Label2; TImage *Image1; TLabel *Label3; TLabel *Label4; TLabel *Label5; TLabel *Label6; TLabel *Label7; TLabel *Label8; TLabel *Label9; TLabel *Label10; void __fastcall FormCreate(TObject *Sender); private: // User declarations public: // User declarations __fastcall TAboutFrm(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TAboutFrm *AboutFrm; //--------------------------------------------------------------------------- #endif