home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'About.pas' rev: 3.00
-
- #ifndef AboutHPP
- #define AboutHPP
- #include <Misc.hpp>
- #include <ShellAPI.hpp>
- #include <StdCtrls.hpp>
- #include <Graphics.hpp>
- #include <Forms.hpp>
- #include <ExtCtrls.hpp>
- #include <Controls.hpp>
- #include <Buttons.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <Classes.hpp>
- #include <Fileinfo.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace About
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAboutBox;
- class PASCALIMPLEMENTATION TAboutBox : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TPanel* Panel1;
- Extctrls::TImage* ProgramIcon;
- Stdctrls::TLabel* ProductLabel;
- Stdctrls::TLabel* VersionLabel;
- Stdctrls::TLabel* CopyrightLabel;
- Stdctrls::TLabel* ResourcesLabel;
- Stdctrls::TLabel* OSLabel;
- Stdctrls::TLabel* URLLabel;
- Stdctrls::TLabel* CommentsLabel;
- Stdctrls::TLabel* CompanyLabel;
- Stdctrls::TLabel* EmailLabel;
- Extctrls::TImage* MailImage;
- Stdctrls::TLabel* OSBuildLabel;
- Buttons::TBitBtn* OKBitBtn;
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall FormShow(System::TObject* Sender);
- void __fastcall URLLabelClick(System::TObject* Sender);
- void __fastcall ProgramIconClick(System::TObject* Sender);
- void __fastcall EmailLabelClick(System::TObject* Sender);
-
- public:
- void __fastcall DoGeometry(void);
- public:
- /* TCustomForm.Create */ __fastcall virtual TAboutBox(Classes::TComponent* AOwner) : Forms::TForm(AOwner
- ) { }
- /* TCustomForm.CreateNew */ __fastcall TAboutBox(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
- AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TAboutBox(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TAboutBox(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE TAboutBox* AboutBox;
-
- } /* namespace About */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace About;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // About
-