home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / SECOND.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-05  |  793 b   |  25 lines

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