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) 'AHMTApplication.pas' rev: 3.00
-
- #ifndef AHMTApplicationHPP
- #define AHMTApplicationHPP
- #include <AHMSystem.hpp>
- #include <Graphics.hpp>
- #include <Forms.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtapplication
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS EAHMDuplicateError;
- class PASCALIMPLEMENTATION EAHMDuplicateError : public Sysutils::Exception
- {
- typedef Sysutils::Exception inherited;
-
- public:
- /* Exception.Create */ __fastcall EAHMDuplicateError(const System::AnsiString Msg) : Sysutils::Exception(
- Msg) { }
- /* Exception.CreateFmt */ __fastcall EAHMDuplicateError(const System::AnsiString Msg, const System::TVarRec
- * Args, const int Args_Size) : Sysutils::Exception(Msg, Args, Args_Size) { }
- /* Exception.CreateRes */ __fastcall EAHMDuplicateError(int Ident, Extended Dummy) : Sysutils::Exception(
- Ident, Dummy) { }
- /* Exception.CreateResFmt */ __fastcall EAHMDuplicateError(int Ident, const System::TVarRec * Args,
- const int Args_Size) : Sysutils::Exception(Ident, Args, Args_Size) { }
- /* Exception.CreateHelp */ __fastcall EAHMDuplicateError(const System::AnsiString Msg, int AHelpContext
- ) : Sysutils::Exception(Msg, AHelpContext) { }
- /* Exception.CreateFmtHelp */ __fastcall EAHMDuplicateError(const System::AnsiString Msg, const System::TVarRec
- * Args, const int Args_Size, int AHelpContext) : Sysutils::Exception(Msg, Args, Args_Size, AHelpContext
- ) { }
- /* Exception.CreateResHelp */ __fastcall EAHMDuplicateError(int Ident, int AHelpContext) : Sysutils::
- Exception(Ident, AHelpContext) { }
- /* Exception.CreateResFmtHelp */ __fastcall EAHMDuplicateError(int Ident, const System::TVarRec * Args
- , const int Args_Size, int AHelpContext) : Sysutils::Exception(Ident, Args, Args_Size, AHelpContext
- ) { }
-
- public:
- /* TObject.Destroy */ __fastcall virtual ~EAHMDuplicateError(void) { }
-
- };
-
- class DELPHICLASS TAHMApplication;
- class PASCALIMPLEMENTATION TAHMApplication : public Ahmsystem::TAHMSystemsComponent
- {
- typedef Ahmsystem::TAHMSystemsComponent inherited;
-
- private:
- Graphics::TIcon* FIcon;
- Classes::TNotifyEvent FOnHint;
- Forms::TShowHintEvent FOnShowHint;
- Classes::TNotifyEvent FOnActivate;
- Classes::TNotifyEvent FOnDeactivate;
- Forms::TExceptionEvent FOnException;
- Forms::TMessageEvent FOnMessage;
- Classes::THelpEvent FOnHelp;
- Forms::TIdleEvent FOnIdle;
- Classes::TNotifyEvent FOnRestore;
- Classes::TNotifyEvent FOnMinimize;
- void __fastcall SetIcon(Graphics::TIcon* aValue);
- void __fastcall SetHintColor(const Graphics::TColor Value);
- void __fastcall SetShowHint(const bool Value);
- bool __fastcall GetShowHint(void);
- System::AnsiString __fastcall GetTitle(void);
- void __fastcall SetTitle(const System::AnsiString Value);
- Graphics::TColor __fastcall GetHintColor(void);
- int __fastcall GetHintPause(void);
- void __fastcall SetHintPause(const int Value);
-
- public:
- __fastcall virtual TAHMApplication(Classes::TComponent* AOwner);
- __fastcall virtual ~TAHMApplication(void);
- virtual void __fastcall Loaded(void);
-
- __published:
- __property Graphics::TColor HintColor = {read=GetHintColor, write=SetHintColor, default=8454143};
- __property int HintPause = {read=GetHintPause, write=SetHintPause, default=800};
- __property Graphics::TIcon* ApplicationIcon = {read=FIcon, write=SetIcon};
- __property bool ShowHint = {read=GetShowHint, write=SetShowHint, default=1};
- __property System::AnsiString ApplicationTitle = {read=GetTitle, write=SetTitle};
- __property Classes::TNotifyEvent OnActivate = {read=FOnActivate, write=FOnActivate};
- __property Classes::TNotifyEvent OnDeactivate = {read=FOnDeactivate, write=FOnDeactivate};
- __property Forms::TExceptionEvent OnException = {read=FOnException, write=FOnException};
- __property Classes::THelpEvent OnHelp = {read=FOnHelp, write=FOnHelp};
- __property Forms::TIdleEvent OnIdle = {read=FOnIdle, write=FOnIdle};
- __property Forms::TMessageEvent OnMessage = {read=FOnMessage, write=FOnMessage};
- __property Classes::TNotifyEvent OnMinimize = {read=FOnMinimize, write=FOnMinimize};
- __property Classes::TNotifyEvent OnHint = {read=FOnHint, write=FOnHint};
- __property Classes::TNotifyEvent OnRestore = {read=FOnRestore, write=FOnRestore};
- __property Forms::TShowHintEvent OnShowHint = {read=FOnShowHint, write=FOnShowHint};
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtapplication */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtapplication;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTApplication
-