home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / MISC.ZIP / Aboutdlg.hpp < prev    next >
C/C++ Source or Header  |  2001-05-09  |  2KB  |  56 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) 'Aboutdlg.pas' rev: 3.00
  6.  
  7. #ifndef AboutdlgHPP
  8. #define AboutdlgHPP
  9. #include <About.hpp>
  10. #include <Forms.hpp>
  11. #include <Controls.hpp>
  12. #include <Windows.hpp>
  13. #include <SysUtils.hpp>
  14. #include <Classes.hpp>
  15. #include <SysInit.hpp>
  16. #include <System.hpp>
  17.  
  18. //-- user supplied -----------------------------------------------------------
  19.  
  20. namespace Aboutdlg
  21. {
  22. //-- type declarations -------------------------------------------------------
  23. class DELPHICLASS TAboutDlg;
  24. class PASCALIMPLEMENTATION TAboutDlg : public Classes::TComponent 
  25. {
  26.     typedef Classes::TComponent inherited;
  27.     
  28. private:
  29.     System::AnsiString FComments;
  30.     System::AnsiString FURL;
  31.     System::AnsiString FEmail;
  32.     
  33. public:
  34.     __fastcall virtual TAboutDlg(Classes::TComponent* AOwner);
  35.     virtual bool __fastcall Execute(void);
  36.     
  37. __published:
  38.     __property System::AnsiString Comments = {read=FComments, write=FComments};
  39.     __property System::AnsiString Email = {read=FEmail, write=FEmail};
  40.     __property System::AnsiString URL = {read=FURL, write=FURL};
  41. public:
  42.     /* TComponent.Destroy */ __fastcall virtual ~TAboutDlg(void) { }
  43.     
  44. };
  45.  
  46. //-- var, const, procedure ---------------------------------------------------
  47. #define TABOUTDLG_VERSION (Byte)(200)
  48. extern PACKAGE About::TAboutBox* AboutBox;
  49.  
  50. }    /* namespace Aboutdlg */
  51. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  52. using namespace Aboutdlg;
  53. #endif
  54. //-- end unit ----------------------------------------------------------------
  55. #endif    // Aboutdlg
  56.