home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // FiltEdit.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: FiltEdit.pas
- //----------------------------------------------------------------------------
- #ifndef FiltEditHPP
- #define FiltEditHPP
- //----------------------------------------------------------------------------
- #ifndef ExtCtrlsHPP
- #include <ExtCtrls.hpp>
- #endif
-
- #ifndef StdCtrlsHPP
- #include <StdCtrls.hpp>
- #endif
-
- #ifndef GridsHPP
- #include <Grids.hpp>
- #endif
-
- #ifndef DsgnIntfHPP
- #include <DsgnIntf.hpp>
- #endif
-
- #ifndef ButtonsHPP
- #include <Buttons.hpp>
- #endif
-
- #ifndef TabsHPP
- #include <Tabs.hpp>
- #endif
-
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef FormsHPP
- #include <Forms.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 SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Filtedit
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TFilterEditor;
- class __declspec(pascalimplementation) TFilterEditor : public Forms::TForm
- {
- typedef TFilterEditor ThisClass;
- 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, System::Integer Dummy
- ) : Forms::TForm(AOwner, Dummy) { }
- /* !! TForm.Destroy */ __fastcall virtual ~TFilterEditor(void) { }
-
- };
-
- class __declspec(delphiclass) TFilterProperty;
- class __declspec(pascalimplementation) TFilterProperty : public Dsgnintf::TStringProperty
- {
- typedef TFilterProperty ThisClass;
- 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 */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Filtedit;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // FiltEdit
-