123456789101112131415161718192021 |
- //---------------------------------------------------------------------------
- #ifndef imposterH
- #define imposterH
- //---------------------------------------------------------------------------
- #include <System.Classes.hpp>
- #include <Vcl.Controls.hpp>
- #include <Vcl.StdCtrls.hpp>
- #include <Vcl.Forms.hpp>
- //---------------------------------------------------------------------------
- class TForm7 : public TForm
- {
- __published: // IDE-managed Components
- private: // User declarations
- public: // User declarations
- __fastcall TForm7(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm7 *Form7;
- //---------------------------------------------------------------------------
- #endif
|