home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / ABOUT.HPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  2KB  |  65 lines

  1. //----------------------------------------------------------------------------
  2. // about.hpp - bcbdcc32 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.     Stdctrls::TLabel* Label2;
  36.     void __fastcall OKButtonClick(System::TObject* Sender);
  37.     void __fastcall FormDblClick(System::TObject* Sender);
  38.     void __fastcall FormCreate(System::TObject* Sender);
  39.     void __fastcall ProgramIconDblClick(System::TObject* Sender);
  40.     
  41. private:
  42.     bool Footnote;
  43. public:
  44.     /* TForm.Create */ __fastcall virtual TAboutBox(Classes::TComponent* AOwner) : Forms::TForm(AOwner)
  45.          { }
  46.     /* TForm.CreateNew */ __fastcall TAboutBox(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner
  47.         , Dummy) { }
  48.     /* TForm.Destroy */ __fastcall virtual ~TAboutBox(void) { }
  49.     
  50. public:
  51.     /* TWinControl.CreateParented */ __fastcall TAboutBox(HWND ParentWindow) : Forms::TForm(ParentWindow
  52.         ) { }
  53.     
  54. };
  55.  
  56. //-- var, const, procedure ---------------------------------------------------
  57. extern TAboutBox* AboutBox;
  58.  
  59. }    /* namespace About */
  60. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  61. using namespace About;
  62. #endif
  63. //-- end unit ----------------------------------------------------------------
  64. #endif    // about
  65.