home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
-
- #ifndef UnitGammaH
- #define UnitGammaH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <Buttons.hpp>
- #include <ComCtrls.hpp>
- #include <ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TFormGamma : public TForm
- {
- __published: // IDE-managed Components
- TImage *rys1;
- TLabel *Label1;
- TTrackBar *tbGamma;
- TImage *rys2;
- TLabel *Label2;
- TLabel *Label3;
- TBitBtn *BitBtn1;
- TBitBtn *BitBtn2;
- TEdit *edGamma;
- void __fastcall tbGammaChange(TObject *Sender);
- void __fastcall edGammaChange(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TFormGamma(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TFormGamma *FormGamma;
- //---------------------------------------------------------------------------
- #endif
-