home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / chplus / cpp / 3 / RichEdit.exe / richabt.h < prev    next >
C/C++ Source or Header  |  1998-02-09  |  1KB  |  44 lines

  1. //----------------------------------------------------------------------------
  2. //Borland C++Builder
  3. //Copyright (c) 1987, 1998 Borland International Inc. All Rights Reserved.
  4. //----------------------------------------------------------------------------
  5. //----------------------------------------------------------------------------
  6. // _RichAbt.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -10
  7. // From: _RichAbt.pas
  8. //----------------------------------------------------------------------------
  9. #ifndef RichAbtH
  10. #define RichAbtH
  11. //----------------------------------------------------------------------------
  12. #include <ExtCtrls.hpp>
  13. #include <StdCtrls.hpp>
  14. #include <Dialogs.hpp>
  15. #include <Forms.hpp>
  16. #include <Controls.hpp>
  17. #include <Graphics.hpp>
  18. #include <Classes.hpp>
  19. #include <SysUtils.hpp>
  20. #include <Messages.hpp>
  21. #include <Windows.hpp>
  22. #include <System.hpp>
  23. //----------------------------------------------------------------------------
  24. class TForm2 : public TForm
  25. {
  26. __published:
  27.     TImage *ProgramIcon;
  28.     TLabel *Label1;
  29.     TBevel *Bevel1;
  30.     TLabel *Label2;
  31.     TLabel *Label3;
  32.     TLabel *PhysMem;
  33.     TLabel *Label4;
  34.     TLabel *FreeRes;
  35.     TButton *OKButton;
  36.     void __fastcall FormShow(TObject *Sender);
  37. public:
  38.     virtual __fastcall TForm2(TComponent *Owner);
  39. };
  40. //----------------------------------------------------------------------------
  41. extern TForm2 *Form2;
  42. //----------------------------------------------------------------------------
  43. #endif    
  44.