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

  1. //----------------------------------------------------------------------------
  2. //Borland C++Builder
  3. //Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
  4. //----------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #ifndef GdsstdH
  7. #define GdsstdH
  8. //---------------------------------------------------------------------------
  9. #include <Forms.hpp>
  10. #include <ExtCtrls.hpp>
  11. #include <Controls.hpp>
  12. #include <Classes.hpp>
  13. #include <StdCtrls.hpp>
  14. //---------------------------------------------------------------------------
  15. class TGDSStdForm : public TForm
  16. {
  17. __published:
  18.     TPanel *GDSStdPanel;
  19.     TBevel *ImageBevel;
  20.     TLabel *GDSSloganLabel2;
  21.     TLabel *GDSLabel2;
  22.     TImage *GDSStdImage;
  23.     TLabel *GDSLabel;
  24.     TLabel *GDSSloganLabel;
  25. private:        // private user declarations
  26. public:         // public user declarations
  27.     virtual __fastcall TGDSStdForm(TComponent* Owner);
  28. };
  29. //---------------------------------------------------------------------------
  30. extern TGDSStdForm *GDSStdForm;
  31. //---------------------------------------------------------------------------
  32. #endif
  33.