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 >
C/C++ Source or Header  |  1997-02-14  |  3KB  |  86 lines

  1. //----------------------------------------------------------------------------
  2. // FiltEdit.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: FiltEdit.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef FiltEditHPP
  6. #define FiltEditHPP
  7. //----------------------------------------------------------------------------
  8. #include <ExtCtrls.hpp>
  9. #include <StdCtrls.hpp>
  10. #include <Grids.hpp>
  11. #include <DsgnIntf.hpp>
  12. #include <Buttons.hpp>
  13. #include <Tabs.hpp>
  14. #include <Controls.hpp>
  15. #include <Forms.hpp>
  16. #include <Graphics.hpp>
  17. #include <Classes.hpp>
  18. #include <Messages.hpp>
  19. #include <Windows.hpp>
  20. #include <System.hpp>
  21. #pragma warn -par
  22. #pragma warn -hid 
  23. #pragma warn -inl
  24.  
  25. namespace Filtedit
  26. {
  27. //-- type declarations -------------------------------------------------------
  28. class __declspec(delphiclass) TFilterEditor;
  29. class __declspec(pascalimplementation) TFilterEditor : public Forms::TForm
  30. {
  31.     typedef Forms::TForm inherited;
  32.     
  33. __published:
  34.     Extctrls::TBevel* Bevel1;
  35.     Stdctrls::TButton* OKButton;
  36.     Stdctrls::TButton* CancelButton;
  37.     Stdctrls::TButton* HelpButton;
  38.     void __fastcall FormCreate(System::TObject* Sender);
  39.     void __fastcall HelpBtnClick(System::TObject* Sender);
  40.     
  41. private:
  42.     void __fastcall SetFilter( System::AnsiString Value);
  43.     System::AnsiString __fastcall GetFilter(void);
  44. public:
  45.     /* TForm.Create */ __fastcall virtual TFilterEditor(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  46.         ) { }
  47.     /* TForm.CreateNew */ __fastcall TFilterEditor(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  48.         AOwner, Dummy) { }
  49.     /* TForm.Destroy */ __fastcall virtual ~TFilterEditor(void) { }
  50.     
  51. public:
  52.     /* TWinControl.CreateParented */ __fastcall TFilterEditor(HWND ParentWindow) : Forms::TForm(ParentWindow
  53.         ) { }
  54.     
  55. };
  56.  
  57. class __declspec(delphiclass) TFilterProperty;
  58. class __declspec(pascalimplementation) TFilterProperty : public Dsgnintf::TStringProperty
  59. {
  60.     typedef Dsgnintf::TStringProperty inherited;
  61.     
  62. public:
  63.     virtual void __fastcall Edit(void);
  64.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  65. public:
  66.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TFilterProperty(void) { }
  67.     
  68. public:
  69.     /* TObject.Create */ __fastcall TFilterProperty(void) : Dsgnintf::TStringProperty() { }
  70.     
  71. };
  72.  
  73. //-- var, const, procedure ---------------------------------------------------
  74.  
  75. }    /* namespace Filtedit */
  76.  
  77. #pragma warn .par
  78. #pragma warn .hid 
  79. #pragma warn .inl
  80.  
  81. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  82. using namespace Filtedit;
  83. #endif
  84. //-- end unit ----------------------------------------------------------------
  85. #endif    // FiltEdit
  86.