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

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