home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / SECOND.H < prev    next >
C/C++ Source or Header  |  1997-02-14  |  1KB  |  31 lines

  1. //----------------------------------------------------------------------------
  2. //Borland C++Builder
  3. //Copyright (c) 1987,1997 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. #include <vcl\StdCtrls.hpp>
  19. //----------------------------------------------------------------------------
  20. class TForm2 : public TForm
  21. {
  22. __published:
  23.     TButton *Button1;
  24. public:
  25.     virtual __fastcall TForm2(TComponent *Owner);
  26. };
  27. //----------------------------------------------------------------------------
  28. extern TForm2 *Form2;
  29. //----------------------------------------------------------------------------
  30. #endif    
  31.