home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
IBEVNTS.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-16
|
2KB
|
53 lines
//---------------------------------------------------------------------------
// Borland C++Builder
// Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
//---------------------------------------------------------------------------
#ifndef IbevntsH
#define IbevntsH
//---------------------------------------------------------------------------
#include <Grids.hpp>
#include <StdCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Dialogs.hpp>
#include <Forms.hpp>
#include <Controls.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <Messages.hpp>
#include <Windows.hpp>
#include <SysUtils.hpp>
#include <System.hpp>
namespace Ibevnts
{
//-- type declarations -------------------------------------------------------
class TIBEAEventsEditor : public Forms::TForm
{
__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:
__fastcall virtual TIBEAEventsEditor(Classes::TComponent *AOwner) : Forms::TForm(
AOwner) { }
__fastcall TIBEAEventsEditor(Classes::TComponent *AOwner, int
Dummy) : Forms::TForm(AOwner, Dummy) { }
__fastcall virtual ~TIBEAEventsEditor(void) { }
};
//-- var, const, procedure ---------------------------------------------------
extern TIBEAEventsEditor *IBEAEventsEditor;
extern bool __fastcall EditAlerterEvents(Classes::TStrings *Events);
} /* namespace Ibevnts */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Ibevnts;
#endif
//-- end unit ----------------------------------------------------------------
#endif // Ibevnts