home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // about.hpp - dcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: about.pas
- //----------------------------------------------------------------------------
- #ifndef aboutHPP
- #define aboutHPP
- //----------------------------------------------------------------------------
- #include <ExtCtrls.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Windows.hpp>
- #include <System.hpp>
- namespace About
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TAboutBox;
- class __declspec(pascalimplementation) TAboutBox : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TPanel* Panel1;
- Extctrls::TImage* ProgramIcon;
- Stdctrls::TLabel* ProductName;
- Stdctrls::TLabel* Version;
- Stdctrls::TLabel* Copyright;
- Stdctrls::TLabel* Comments;
- Stdctrls::TButton* OKButton;
- Stdctrls::TLabel* Label1;
- void __fastcall OKButtonClick(System::TObject* Sender);
- public:
- /* TForm.Create */ __fastcall virtual TAboutBox(Classes::TComponent* AOwner) : Forms::TForm(AOwner)
- { }
- /* TForm.CreateNew */ __fastcall TAboutBox(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner
- , Dummy) { }
- /* TForm.Destroy */ __fastcall virtual ~TAboutBox(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TAboutBox(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern TAboutBox* AboutBox;
-
- } /* namespace About */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace About;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // about
-