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) 'Splshdlg.pas' rev: 3.00
-
- #ifndef SplshdlgHPP
- #define SplshdlgHPP
- #include <Splash.hpp>
- #include <Forms.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <Classes.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Splshdlg
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TSplashDlg;
- class PASCALIMPLEMENTATION TSplashDlg : public Classes::TComponent
- {
- typedef Classes::TComponent inherited;
-
- private:
- System::AnsiString FCaption;
- System::AnsiString FComments;
- int FHelpContext;
- int FInterval;
- System::AnsiString FPrice;
- bool FRegistered;
- System::AnsiString FURL;
-
- public:
- __fastcall virtual TSplashDlg(Classes::TComponent* AOwner);
- virtual bool __fastcall Execute(void);
-
- __published:
- __property System::AnsiString Caption = {read=FCaption, write=FCaption};
- __property System::AnsiString Comments = {read=FComments, write=FComments};
- __property int HelpContext = {read=FHelpContext, write=FHelpContext, nodefault};
- __property int Interval = {read=FInterval, write=FInterval, nodefault};
- __property System::AnsiString Price = {read=FPrice, write=FPrice};
- __property bool Registered = {read=FRegistered, write=FRegistered, nodefault};
- __property System::AnsiString URL = {read=FURL, write=FURL};
- public:
- /* TComponent.Destroy */ __fastcall virtual ~TSplashDlg(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- #define TSPLASH_VERSION (Byte)(100)
- extern PACKAGE Splash::TSplashBox* SplashBox;
-
- } /* namespace Splshdlg */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Splshdlg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Splshdlg
-