home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef instrH
- #define instrH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TAbout : public TForm
- {
- __published: // IDE-managed Components
- TMemo *Memo1;
- TLabel *Label1;
- TMemo *Memo2;
- TImage *Image1;
- TLabel *Label2;
- TButton *Button1;
- private: // User declarations
- public: // User declarations
- virtual __fastcall TAbout(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TAbout *About;
- //---------------------------------------------------------------------------
- #endif
-