home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / IBEVNTS.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-06  |  2.3 KB  |  96 lines

  1. //----------------------------------------------------------------------------
  2. // Ibevnts.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: Ibevnts.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef IbevntsHPP
  6. #define IbevntsHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef IBCtrlsHPP
  9. #include <IBCtrls.hpp>
  10. #endif
  11.  
  12. #ifndef GridsHPP
  13. #include <Grids.hpp>
  14. #endif
  15.  
  16. #ifndef StdCtrlsHPP
  17. #include <StdCtrls.hpp>
  18. #endif
  19.  
  20. #ifndef ExtCtrlsHPP
  21. #include <ExtCtrls.hpp>
  22. #endif
  23.  
  24. #ifndef DialogsHPP
  25. #include <Dialogs.hpp>
  26. #endif
  27.  
  28. #ifndef FormsHPP
  29. #include <Forms.hpp>
  30. #endif
  31.  
  32. #ifndef ControlsHPP
  33. #include <Controls.hpp>
  34. #endif
  35.  
  36. #ifndef GraphicsHPP
  37. #include <Graphics.hpp>
  38. #endif
  39.  
  40. #ifndef ClassesHPP
  41. #include <Classes.hpp>
  42. #endif
  43.  
  44. #ifndef MessagesHPP
  45. #include <Messages.hpp>
  46. #endif
  47.  
  48. #ifndef WindowsHPP
  49. #include <Windows.hpp>
  50. #endif
  51.  
  52. #ifndef SysUtilsHPP
  53. #include <SysUtils.hpp>
  54. #endif
  55.  
  56. #ifndef SystemHPP
  57. #include <System.hpp>
  58. #endif
  59.  
  60. namespace Ibevnts
  61. {
  62. //-- type declarations -------------------------------------------------------
  63. class __declspec(delphiclass) TIBEAEventsEditor;
  64. class __declspec(pascalimplementation) TIBEAEventsEditor : public Forms::TForm
  65. {
  66.     typedef TIBEAEventsEditor ThisClass;
  67.     typedef Forms::TForm inherited;
  68.     
  69. __published:
  70.     Extctrls::TPanel *Panel1;
  71.     Extctrls::TPanel *Panel2;
  72.     Grids::TStringGrid *cEvents;
  73.     Stdctrls::TLabel *RequestedEvents;
  74.     Stdctrls::TButton *bOK;
  75.     Stdctrls::TButton *bCancel;
  76.     void __fastcall FormCreate(System::TObject *Sender);
  77. public:
  78.     /* !! TForm.Create */ __fastcall virtual TIBEAEventsEditor(Classes::TComponent *AOwner) : Forms::TForm(
  79.         AOwner) { }
  80.     /* !! TForm.CreateNew */ __fastcall TIBEAEventsEditor(Classes::TComponent *AOwner, System::Integer 
  81.         Dummy) : Forms::TForm(AOwner, Dummy) { }
  82.     /* !! TForm.Destroy */ __fastcall virtual ~TIBEAEventsEditor(void) { }
  83.     
  84. };
  85.  
  86. //-- var, const, procedure ---------------------------------------------------
  87. extern TIBEAEventsEditor *IBEAEventsEditor;
  88. extern System::Boolean __fastcall EditAlerterEvents(Classes::TStrings *Events);
  89.  
  90. }    /* namespace Ibevnts */
  91. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  92. using namespace Ibevnts;
  93. #endif
  94. //-- end unit ----------------------------------------------------------------
  95. #endif    // Ibevnts
  96.