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) 'AHMTWallPaper.pas' rev: 3.00
-
- #ifndef AHMTWallPaperHPP
- #define AHMTWallPaperHPP
- #include <AHMSystem.hpp>
- #include <Registry.hpp>
- #include <SysUtils.hpp>
- #include <Classes.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtwallpaper
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMWallPaper;
- class PASCALIMPLEMENTATION TAHMWallPaper : public Ahmsystem::TAHMExecuteComponent
- {
- typedef Ahmsystem::TAHMExecuteComponent inherited;
-
- private:
- bool FTiled;
- System::AnsiString FFilename;
- Classes::TNotifyEvent FOnChange;
- void __fastcall SetFilename(const System::AnsiString FName);
- void __fastcall SetTiled(bool Value);
-
- public:
- __fastcall virtual TAHMWallPaper(Classes::TComponent* AOwner);
- void __fastcall SetWallPaper(System::AnsiString BmpName, bool IsTiled);
- virtual bool __fastcall Execute(void);
-
- __published:
- __property About ;
- __property bool Tiled = {read=FTiled, write=SetTiled, default=1};
- __property System::AnsiString Filename = {read=FFilename, write=SetFilename};
- __property Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};
- public:
- /* TComponent.Destroy */ __fastcall virtual ~TAHMWallPaper(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtwallpaper */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtwallpaper;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTWallPaper
-