home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Essentials / SETUP.EXE / %MAINDIR% / EsAbout0.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-28  |  2.3 KB  |  79 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) 'EsAbout0.pas' rev: 3.00
  6.  
  7. #ifndef EsAbout0HPP
  8. #define EsAbout0HPP
  9. #include <EsData.hpp>
  10. #include <ExtCtrls.hpp>
  11. #include <DsgnIntf.hpp>
  12. #include <StdCtrls.hpp>
  13. #include <Dialogs.hpp>
  14. #include <Forms.hpp>
  15. #include <Controls.hpp>
  16. #include <Graphics.hpp>
  17. #include <Classes.hpp>
  18. #include <SysUtils.hpp>
  19. #include <Messages.hpp>
  20. #include <Windows.hpp>
  21. #include <SysInit.hpp>
  22. #include <System.hpp>
  23.  
  24. //-- user supplied -----------------------------------------------------------
  25.  
  26. namespace Esabout0
  27. {
  28. //-- type declarations -------------------------------------------------------
  29. class DELPHICLASS TEsAboutForm;
  30. class PASCALIMPLEMENTATION TEsAboutForm : public Forms::TForm 
  31. {
  32.     typedef Forms::TForm inherited;
  33.     
  34. __published:
  35.     Extctrls::TPanel* Panel1;
  36.     Extctrls::TImage* Image1;
  37.     Stdctrls::TLabel* lblVersion;
  38.     Stdctrls::TButton* btnOK;
  39.     Extctrls::TBevel* Bevel1;
  40.     void __fastcall btnOKClick(System::TObject* Sender);
  41.     void __fastcall FormCreate(System::TObject* Sender);
  42. public:
  43.     /* TCustomForm.Create */ __fastcall virtual TEsAboutForm(Classes::TComponent* AOwner) : Forms::TForm(
  44.         AOwner) { }
  45.     /* TCustomForm.CreateNew */ __fastcall TEsAboutForm(Classes::TComponent* AOwner, int Dummy) : Forms::
  46.         TForm(AOwner, Dummy) { }
  47.     /* TCustomForm.Destroy */ __fastcall virtual ~TEsAboutForm(void) { }
  48.     
  49. public:
  50.     /* TWinControl.CreateParented */ __fastcall TEsAboutForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  51.         ) { }
  52.     
  53. };
  54.  
  55. class DELPHICLASS TEsVersionProperty;
  56. class PASCALIMPLEMENTATION TEsVersionProperty : public Dsgnintf::TStringProperty 
  57. {
  58.     typedef Dsgnintf::TStringProperty inherited;
  59.     
  60. public:
  61.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  62.     virtual void __fastcall Edit(void);
  63. public:
  64.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TEsVersionProperty(void) { }
  65.     
  66. public:
  67.     /* TObject.Create */ __fastcall TEsVersionProperty(void) : Dsgnintf::TStringProperty() { }
  68.     
  69. };
  70.  
  71. //-- var, const, procedure ---------------------------------------------------
  72.  
  73. }    /* namespace Esabout0 */
  74. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  75. using namespace Esabout0;
  76. #endif
  77. //-- end unit ----------------------------------------------------------------
  78. #endif    // EsAbout0
  79.