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) 'Splash.pas' rev: 3.00
-
- #ifndef SplashHPP
- #define SplashHPP
- #include <StdCtrls.hpp>
- #include <Graphics.hpp>
- #include <Forms.hpp>
- #include <ExtCtrls.hpp>
- #include <Controls.hpp>
- #include <Buttons.hpp>
- #include <ShellAPI.hpp>
- #include <Windows.hpp>
- #include <IniFiles.hpp>
- #include <SysUtils.hpp>
- #include <Classes.hpp>
- #include <Fileinfo.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Splash
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TSplashBox;
- class PASCALIMPLEMENTATION TSplashBox : 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* URLLabel;
- Stdctrls::TLabel* CommentsLabel;
- Extctrls::TImage* LeftImage;
- Extctrls::TImage* RightImage;
- Stdctrls::TLabel* PriceLabel;
- Buttons::TBitBtn* AgreeBitBtn;
- Buttons::TBitBtn* DisagreeBitBtn;
- Buttons::TBitBtn* ViewLicenseBitBtn;
- Stdctrls::TLabel* CompanyLabel;
- Extctrls::TTimer* Timer1;
- void __fastcall FormShow(System::TObject* Sender);
- void __fastcall URLLabelClick(System::TObject* Sender);
- void __fastcall OpenObject(char * sObjectPath);
- void __fastcall ProgramIconClick(System::TObject* Sender);
- void __fastcall ViewLicenseBitBtnClick(System::TObject* Sender);
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall Timer1Timer(System::TObject* Sender);
-
- private:
- bool Registered;
- System::AnsiString CompanyName;
- void __fastcall GetRegistration(void);
- public:
- /* TCustomForm.Create */ __fastcall virtual TSplashBox(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TSplashBox(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TSplashBox(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TSplashBox(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE TSplashBox* SplashBox;
-
- } /* namespace Splash */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Splash;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Splash
-