home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Ibevnts.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: Ibevnts.pas
- //----------------------------------------------------------------------------
- #ifndef IbevntsHPP
- #define IbevntsHPP
- //----------------------------------------------------------------------------
- #ifndef IBCtrlsHPP
- #include <IBCtrls.hpp>
- #endif
-
- #ifndef GridsHPP
- #include <Grids.hpp>
- #endif
-
- #ifndef StdCtrlsHPP
- #include <StdCtrls.hpp>
- #endif
-
- #ifndef ExtCtrlsHPP
- #include <ExtCtrls.hpp>
- #endif
-
- #ifndef DialogsHPP
- #include <Dialogs.hpp>
- #endif
-
- #ifndef FormsHPP
- #include <Forms.hpp>
- #endif
-
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef GraphicsHPP
- #include <Graphics.hpp>
- #endif
-
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef MessagesHPP
- #include <Messages.hpp>
- #endif
-
- #ifndef WindowsHPP
- #include <Windows.hpp>
- #endif
-
- #ifndef SysUtilsHPP
- #include <SysUtils.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Ibevnts
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TIBEAEventsEditor;
- class __declspec(pascalimplementation) TIBEAEventsEditor : public Forms::TForm
- {
- typedef TIBEAEventsEditor ThisClass;
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TPanel *Panel1;
- Extctrls::TPanel *Panel2;
- Grids::TStringGrid *cEvents;
- Stdctrls::TLabel *RequestedEvents;
- Stdctrls::TButton *bOK;
- Stdctrls::TButton *bCancel;
- void __fastcall FormCreate(System::TObject *Sender);
- public:
- /* !! TForm.Create */ __fastcall virtual TIBEAEventsEditor(Classes::TComponent *AOwner) : Forms::TForm(
- AOwner) { }
- /* !! TForm.CreateNew */ __fastcall TIBEAEventsEditor(Classes::TComponent *AOwner, System::Integer
- Dummy) : Forms::TForm(AOwner, Dummy) { }
- /* !! TForm.Destroy */ __fastcall virtual ~TIBEAEventsEditor(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern TIBEAEventsEditor *IBEAEventsEditor;
- extern System::Boolean __fastcall EditAlerterEvents(Classes::TStrings *Events);
-
- } /* namespace Ibevnts */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ibevnts;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Ibevnts
-