home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 May
/
VPR9705A.ISO
/
VPR_DATA
/
PROGRAM
/
CBTRIAL
/
SETUP
/
DATA.Z
/
FILTEDIT.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-14
|
3KB
|
86 lines
//----------------------------------------------------------------------------
// FiltEdit.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
// From: FiltEdit.pas
//----------------------------------------------------------------------------
#ifndef FiltEditHPP
#define FiltEditHPP
//----------------------------------------------------------------------------
#include <ExtCtrls.hpp>
#include <StdCtrls.hpp>
#include <Grids.hpp>
#include <DsgnIntf.hpp>
#include <Buttons.hpp>
#include <Tabs.hpp>
#include <Controls.hpp>
#include <Forms.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <Messages.hpp>
#include <Windows.hpp>
#include <System.hpp>
#pragma warn -par
#pragma warn -hid
#pragma warn -inl
namespace Filtedit
{
//-- type declarations -------------------------------------------------------
class __declspec(delphiclass) TFilterEditor;
class __declspec(pascalimplementation) TFilterEditor : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Extctrls::TBevel* Bevel1;
Stdctrls::TButton* OKButton;
Stdctrls::TButton* CancelButton;
Stdctrls::TButton* HelpButton;
void __fastcall FormCreate(System::TObject* Sender);
void __fastcall HelpBtnClick(System::TObject* Sender);
private:
void __fastcall SetFilter( System::AnsiString Value);
System::AnsiString __fastcall GetFilter(void);
public:
/* TForm.Create */ __fastcall virtual TFilterEditor(Classes::TComponent* AOwner) : Forms::TForm(AOwner
) { }
/* TForm.CreateNew */ __fastcall TFilterEditor(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
AOwner, Dummy) { }
/* TForm.Destroy */ __fastcall virtual ~TFilterEditor(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TFilterEditor(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
class __declspec(delphiclass) TFilterProperty;
class __declspec(pascalimplementation) TFilterProperty : public Dsgnintf::TStringProperty
{
typedef Dsgnintf::TStringProperty inherited;
public:
virtual void __fastcall Edit(void);
virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
public:
/* TPropertyEditor.Destroy */ __fastcall virtual ~TFilterProperty(void) { }
public:
/* TObject.Create */ __fastcall TFilterProperty(void) : Dsgnintf::TStringProperty() { }
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Filtedit */
#pragma warn .par
#pragma warn .hid
#pragma warn .inl
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Filtedit;
#endif
//-- end unit ----------------------------------------------------------------
#endif // FiltEdit