home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / ABOUT.HPP < prev    next >
C/C++ Source or Header  |  1997-01-16  |  2KB  |  58 lines

  1. //----------------------------------------------------------------------------
  2. // about.hpp - dcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: about.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef aboutHPP
  6. #define aboutHPP
  7. //----------------------------------------------------------------------------
  8. #include <ExtCtrls.hpp>
  9. #include <Buttons.hpp>
  10. #include <StdCtrls.hpp>
  11. #include <Controls.hpp>
  12. #include <Forms.hpp>
  13. #include <Graphics.hpp>
  14. #include <Classes.hpp>
  15. #include <SysUtils.hpp>
  16. #include <Windows.hpp>
  17. #include <System.hpp>
  18. namespace About
  19. {
  20. //-- type declarations -------------------------------------------------------
  21. class __declspec(delphiclass) TAboutBox;
  22. class __declspec(pascalimplementation) TAboutBox : public Forms::TForm
  23. {
  24.     typedef Forms::TForm inherited;
  25.     
  26. __published:
  27.     Extctrls::TPanel* Panel1;
  28.     Extctrls::TImage* ProgramIcon;
  29.     Stdctrls::TLabel* ProductName;
  30.     Stdctrls::TLabel* Version;
  31.     Stdctrls::TLabel* Copyright;
  32.     Stdctrls::TLabel* Comments;
  33.     Stdctrls::TButton* OKButton;
  34.     Stdctrls::TLabel* Label1;
  35.     void __fastcall OKButtonClick(System::TObject* Sender);
  36. public:
  37.     /* TForm.Create */ __fastcall virtual TAboutBox(Classes::TComponent* AOwner) : Forms::TForm(AOwner)
  38.          { }
  39.     /* TForm.CreateNew */ __fastcall TAboutBox(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner
  40.         , Dummy) { }
  41.     /* TForm.Destroy */ __fastcall virtual ~TAboutBox(void) { }
  42.     
  43. public:
  44.     /* TWinControl.CreateParented */ __fastcall TAboutBox(HWND ParentWindow) : Forms::TForm(ParentWindow
  45.         ) { }
  46.     
  47. };
  48.  
  49. //-- var, const, procedure ---------------------------------------------------
  50. extern TAboutBox* AboutBox;
  51.  
  52. }    /* namespace About */
  53. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  54. using namespace About;
  55. #endif
  56. //-- end unit ----------------------------------------------------------------
  57. #endif    // about
  58.