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