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) 'AHMSysReg.pas' rev: 3.00
-
- #ifndef AHMSysRegHPP
- #define AHMSysRegHPP
- #include <AHMTResourceInfo.hpp>
- #include <AHMTFormExplode.hpp>
- #include <AHMTHolders.hpp>
- #include <AHMTFileCollector.hpp>
- #include <AHMTSystemDetails.hpp>
- #include <AHMTDroppedFiles.hpp>
- #include <AHMTFileOperator.hpp>
- #include <AHMTFileProperties.hpp>
- #include <AHMTSystemTray.hpp>
- #include <AHMTTextReplace.hpp>
- #include <AHMTLogFile.hpp>
- #include <AHMTFormSaver.hpp>
- #include <AHMTIllegalAbort.hpp>
- #include <AHMTStoreData.hpp>
- #include <AHMTApplication.hpp>
- #include <AHMTDriveVolume.hpp>
- #include <AHMTFormAspect.hpp>
- #include <AHMTFormSizes.hpp>
- #include <AHMTSystemKeys.hpp>
- #include <AHMTMultiLists.hpp>
- #include <AHMTVersionDetails.hpp>
- #include <AHMTCDTriggers.hpp>
- #include <AHMTWavePlayer.hpp>
- #include <AHMTFormHook.hpp>
- #include <AHMTTrialRun.hpp>
- #include <AHMTWallPaper.hpp>
- #include <AHMTTimeTrigger.hpp>
- #include <AHMTScreenSaver.hpp>
- #include <AHMTStartup.hpp>
- #include <AHMTMessages.hpp>
- #include <AHMTOnlyOne.hpp>
- #include <AHMTFormTopMost.hpp>
- #include <AHMTFileExecute.hpp>
- #include <AHMTExitWindows.hpp>
- #include <AHMTMouseController.hpp>
- #include <AHMSystem.hpp>
- #include <DsgnIntf.hpp>
- #include <Classes.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmsysreg
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMAboutSystemComponent;
- class PASCALIMPLEMENTATION TAHMAboutSystemComponent : public Dsgnintf::TPropertyEditor
- {
- typedef Dsgnintf::TPropertyEditor inherited;
-
- public:
- virtual void __fastcall Edit(void);
- virtual System::AnsiString __fastcall GetValue(void);
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TAHMAboutSystemComponent(void) { }
-
- public:
- /* TObject.Create */ __fastcall TAHMAboutSystemComponent(void) : Dsgnintf::TPropertyEditor() { }
-
- };
-
- class DELPHICLASS TAHMROStringProperty;
- class PASCALIMPLEMENTATION TAHMROStringProperty : public Dsgnintf::TStringProperty
- {
- typedef Dsgnintf::TStringProperty inherited;
-
- public:
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TAHMROStringProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TAHMROStringProperty(void) : Dsgnintf::TStringProperty() { }
-
- };
-
- class DELPHICLASS TAHMROIntegerProperty;
- class PASCALIMPLEMENTATION TAHMROIntegerProperty : public Dsgnintf::TIntegerProperty
- {
- typedef Dsgnintf::TIntegerProperty inherited;
-
- public:
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TAHMROIntegerProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TAHMROIntegerProperty(void) : Dsgnintf::TIntegerProperty() { }
-
- };
-
- class DELPHICLASS TAHMROBooleanproperty;
- class PASCALIMPLEMENTATION TAHMROBooleanproperty : public Dsgnintf::TOrdinalProperty
- {
- typedef Dsgnintf::TOrdinalProperty inherited;
-
- public:
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TAHMROBooleanproperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TAHMROBooleanproperty(void) : Dsgnintf::TOrdinalProperty() { }
-
- };
-
- class DELPHICLASS TAHMExecSystemProperty;
- class PASCALIMPLEMENTATION TAHMExecSystemProperty : public Dsgnintf::TStringProperty
- {
- typedef Dsgnintf::TStringProperty inherited;
-
- public:
- virtual void __fastcall Edit(void);
- virtual System::AnsiString __fastcall GetValue(void);
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TAHMExecSystemProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TAHMExecSystemProperty(void) : Dsgnintf::TStringProperty() { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE void __fastcall Register(void);
-
- } /* namespace Ahmsysreg */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmsysreg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMSysReg
-