home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November
/
PCWK1103B.iso
/
PCWK-txt
/
Warsztat_Cpp_Builder
/
UnitEdytorFiltrow.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-09-22
|
1KB
|
35 lines
//---------------------------------------------------------------------------
#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