home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / MISC.ZIP / About.hpp < prev    next >
C/C++ Source or Header  |  2001-05-09  |  2KB  |  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) 'About.pas' rev: 3.00
  6.  
  7. #ifndef AboutHPP
  8. #define AboutHPP
  9. #include <Misc.hpp>
  10. #include <ShellAPI.hpp>
  11. #include <StdCtrls.hpp>
  12. #include <Graphics.hpp>
  13. #include <Forms.hpp>
  14. #include <ExtCtrls.hpp>
  15. #include <Controls.hpp>
  16. #include <Buttons.hpp>
  17. #include <Windows.hpp>
  18. #include <SysUtils.hpp>
  19. #include <Classes.hpp>
  20. #include <Fileinfo.hpp>
  21. #include <SysInit.hpp>
  22. #include <System.hpp>
  23.  
  24. //-- user supplied -----------------------------------------------------------
  25.  
  26. namespace About
  27. {
  28. //-- type declarations -------------------------------------------------------
  29. class DELPHICLASS TAboutBox;
  30. class PASCALIMPLEMENTATION TAboutBox : public Forms::TForm 
  31. {
  32.     typedef Forms::TForm inherited;
  33.     
  34. __published:
  35.     Extctrls::TPanel* Panel1;
  36.     Extctrls::TImage* ProgramIcon;
  37.     Stdctrls::TLabel* ProductLabel;
  38.     Stdctrls::TLabel* VersionLabel;
  39.     Stdctrls::TLabel* CopyrightLabel;
  40.     Stdctrls::TLabel* ResourcesLabel;
  41.     Stdctrls::TLabel* OSLabel;
  42.     Stdctrls::TLabel* URLLabel;
  43.     Stdctrls::TLabel* CommentsLabel;
  44.     Stdctrls::TLabel* CompanyLabel;
  45.     Stdctrls::TLabel* EmailLabel;
  46.     Extctrls::TImage* MailImage;
  47.     Stdctrls::TLabel* OSBuildLabel;
  48.     Buttons::TBitBtn* OKBitBtn;
  49.     void __fastcall FormCreate(System::TObject* Sender);
  50.     void __fastcall FormShow(System::TObject* Sender);
  51.     void __fastcall URLLabelClick(System::TObject* Sender);
  52.     void __fastcall ProgramIconClick(System::TObject* Sender);
  53.     void __fastcall EmailLabelClick(System::TObject* Sender);
  54.     
  55. public:
  56.     void __fastcall DoGeometry(void);
  57. public:
  58.     /* TCustomForm.Create */ __fastcall virtual TAboutBox(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  59.         ) { }
  60.     /* TCustomForm.CreateNew */ __fastcall TAboutBox(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  61.         AOwner, Dummy) { }
  62.     /* TCustomForm.Destroy */ __fastcall virtual ~TAboutBox(void) { }
  63.     
  64. public:
  65.     /* TWinControl.CreateParented */ __fastcall TAboutBox(HWND ParentWindow) : Forms::TForm(ParentWindow
  66.         ) { }
  67.     
  68. };
  69.  
  70. //-- var, const, procedure ---------------------------------------------------
  71. extern PACKAGE TAboutBox* AboutBox;
  72.  
  73. }    /* namespace About */
  74. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  75. using namespace About;
  76. #endif
  77. //-- end unit ----------------------------------------------------------------
  78. #endif    // About
  79.