home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmsyscm / _setup.1 / AHMTVersionDetails.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-12  |  2.5 KB  |  67 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMTVersionDetails.pas' rev: 3.00
  6.  
  7. #ifndef AHMTVersionDetailsHPP
  8. #define AHMTVersionDetailsHPP
  9. #include <AHMSystem.hpp>
  10. #include <Classes.hpp>
  11. #include <Messages.hpp>
  12. #include <Windows.hpp>
  13. #include <SysUtils.hpp>
  14. #include <SysInit.hpp>
  15. #include <System.hpp>
  16.  
  17. //-- user supplied -----------------------------------------------------------
  18.  
  19. namespace Ahmtversiondetails
  20. {
  21. //-- type declarations -------------------------------------------------------
  22. class DELPHICLASS TAHMVersionDetails;
  23. class PASCALIMPLEMENTATION TAHMVersionDetails : public Ahmsystem::TAHMSystemsComponent 
  24. {
  25.     typedef Ahmsystem::TAHMSystemsComponent inherited;
  26.     
  27. private:
  28.     System::AnsiString FCompanyName;
  29.     System::AnsiString FFileDescription;
  30.     System::AnsiString FFileVersion;
  31.     System::AnsiString FInternalName;
  32.     System::AnsiString FLegalCopyright;
  33.     System::AnsiString FOriginalFilename;
  34.     System::AnsiString FProductName;
  35.     System::AnsiString FProductVersion;
  36.     void __fastcall SetDesign(const System::AnsiString DesignString);
  37.     
  38. public:
  39.     __fastcall virtual TAHMVersionDetails(Classes::TComponent* AOwner);
  40.     __fastcall virtual ~TAHMVersionDetails(void);
  41.     bool __fastcall ReInitialize(void);
  42.     
  43. __published:
  44.     __property About ;
  45.     __property System::AnsiString CompanyName = {read=FCompanyName, write=SetDesign, stored=false};
  46.     __property System::AnsiString FileDescription = {read=FFileDescription, write=SetDesign, stored=false
  47.         };
  48.     __property System::AnsiString FileVersion = {read=FFileVersion, write=SetDesign, stored=false};
  49.     __property System::AnsiString InternalName = {read=FInternalName, write=SetDesign, stored=false};
  50.     __property System::AnsiString LegalCopyright = {read=FLegalCopyright, write=SetDesign, stored=false
  51.         };
  52.     __property System::AnsiString OriginalFilename = {read=FOriginalFilename, write=SetDesign, stored=false
  53.         };
  54.     __property System::AnsiString ProductName = {read=FProductName, write=SetDesign, stored=false};
  55.     __property System::AnsiString ProductVersion = {read=FProductVersion, write=SetDesign, stored=false
  56.         };
  57. };
  58.  
  59. //-- var, const, procedure ---------------------------------------------------
  60.  
  61. }    /* namespace Ahmtversiondetails */
  62. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  63. using namespace Ahmtversiondetails;
  64. #endif
  65. //-- end unit ----------------------------------------------------------------
  66. #endif    // AHMTVersionDetails
  67.