home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
-
- #ifndef UnitEdytorFiltrowH
- #define UnitEdytorFiltrowH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <Buttons.hpp>
- #include <ExtCtrls.hpp>
- #include <Grids.hpp>
- //---------------------------------------------------------------------------
- class TFormEdytor : public TForm
- {
- __published: // IDE-managed Components
- TImage *rys1;
- TImage *rys2;
- TLabel *Label2;
- TLabel *Label3;
- TBitBtn *BitBtn1;
- TBitBtn *BitBtn2;
- TStringGrid *sgFiltr;
- TBitBtn *BitBtn3;
- void __fastcall FormShow(TObject *Sender);
- void __fastcall BitBtn3Click(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TFormEdytor(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TFormEdytor *FormEdytor;
- //---------------------------------------------------------------------------
- #endif
-