home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November
/
PCWK1103B.iso
/
PCWK-txt
/
Warsztat_Cpp_Builder
/
UnitKontrast.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-09-21
|
1KB
|
37 lines
//---------------------------------------------------------------------------
#ifndef UnitKontrastH
#define UnitKontrastH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TFormKontrast : public TForm
{
__published: // IDE-managed Components
TImage *rys1;
TLabel *Label1;
TTrackBar *tbKontrast;
TImage *rys2;
TLabel *Label2;
TLabel *Label3;
TBitBtn *BitBtn1;
TBitBtn *BitBtn2;
TEdit *edKontrast;
void __fastcall tbKontrastChange(TObject *Sender);
void __fastcall edKontrastChange(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TFormKontrast(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormKontrast *FormKontrast;
//---------------------------------------------------------------------------
#endif