About.h
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef AboutH
- #define AboutH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TAboutBox : public TForm
- {
- __published: // IDE-managed Components
- TPanel *Panel1;
- TImage *ProgramIcon;
- TLabel *ProductName;
- TLabel *Version;
- TLabel *Copyright;
- TLabel *Comments;
- TButton *OKButton;
- private: // User declarations
- public: // User declarations
- __fastcall TAboutBox(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TAboutBox *AboutBox;
- //---------------------------------------------------------------------------
- #endif