home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- #ifndef AboutH
- #define AboutH
- //----------------------------------------------------------------------------
- #include <vcl\System.hpp>
- #include <vcl\Windows.hpp>
- #include <vcl\SysUtils.hpp>
- #include <vcl\Classes.hpp>
- #include <vcl\Graphics.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Buttons.hpp>
- #include <vcl\ExtCtrls.hpp>
- #include <vcl\OleCtrls.hpp>
- #include "LTOCX10N.hpp"
- //----------------------------------------------------------------------------
- class TAboutBox : public TForm
- {
- __published:
- TGroupBox *GroupBox1;
- TLabel *Product;
- TLabel *Level;
- TLabel *Version;
- TLabel *BDate;
- TLabel *BTime;
- TButton *Button1;
- TLabel *Label3;
- TImage *ProgramIcon;
- TLabel *Label1;
- TLabel *Label2;
- TLEAD *Lead1;
- void __fastcall FormCreate(TObject *Sender);
-
- private:
- public:
- virtual __fastcall TAboutBox(TComponent* AOwner);
- };
- //----------------------------------------------------------------------------
- extern TAboutBox *AboutBox;
- //----------------------------------------------------------------------------
- #endif
-