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

  1. //----------------------------------------------------------------------------
  2. //Borland C++ Builder
  3. //Copyright (c) 1987 Borland International Inc. All Rights Reserved.
  4. //----------------------------------------------------------------------------
  5. //----------------------------------------------------------------------------
  6. #ifndef SecondH
  7. #define SecondH
  8. //----------------------------------------------------------------------------
  9. #include <Dialogs.hpp>
  10. #include <Forms.hpp>
  11. #include <Controls.hpp>
  12. #include <Graphics.hpp>
  13. #include <Classes.hpp>
  14. #include <SysUtils.hpp>
  15. #include <Messages.hpp>
  16. #include <Windows.hpp>
  17. #include <System.hpp>
  18. //----------------------------------------------------------------------------
  19. class TForm2 : public TForm
  20. {
  21. __published:
  22. public:
  23.     virtual __fastcall TForm2(TComponent *Owner);
  24. };
  25. //----------------------------------------------------------------------------
  26. extern TForm2 *Form2;
  27. //----------------------------------------------------------------------------
  28. #endif    
  29.