www.pudn.com > Tracert.rar > about.h
//---------------------------------------------------------------------------- #ifndef AboutH #define AboutH //---------------------------------------------------------------------------- #include#include #include #include #include #include #include #include #include //---------------------------------------------------------------------------- class TAboutBox : public TForm { __published: TPanel *Panel1; TButton *OKButton; TImage *ProgramIcon; TLabel *ProductName; TLabel *Version; TLabel *Copyright; TLabel *Comments; private: public: virtual __fastcall TAboutBox(TComponent *Owner); }; //---------------------------------------------------------------------------- extern TAboutBox *AboutBox; //---------------------------------------------------------------------------- #endif