home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / EXPERTS.H < prev    next >
C/C++ Source or Header  |  1997-01-16  |  744b  |  21 lines

  1. //---------------------------------------------------------------------------
  2. #ifndef expertsH
  3. #define expertsH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. //---------------------------------------------------------------------------
  10. class TForm1 : public TForm
  11. {
  12. __published:    // IDE-managed Components
  13. private:    // User declarations
  14. public:        // User declarations
  15.     virtual __fastcall TForm1(TComponent* Owner);
  16. };
  17. //---------------------------------------------------------------------------
  18. extern TForm1 *Form1;
  19. //---------------------------------------------------------------------------
  20. #endif
  21.