//--------------------------------------------------------------------------- #ifndef MainUnitH #define MainUnitH //--------------------------------------------------------------------------- #include #include #include #include #include #include //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE-managed Components TLabel *Label3; TLabel *Label2; TImage *InImage0; TImage *InImage1; TImage *InImage2; TImage *InImage3; TImage *OutImage0; TImage *OutImage1; TImage *OutImage2; TImage *OutImage3; TLabel *OutLabel3; TLabel *OutLabel2; TLabel *OutLabel1; TLabel *OutLabel0; TLabel *InLabel3; TLabel *InLabel2; TLabel *InLabel1; TLabel *InLabel0; TImageList *LevelImages; TTimer *ReadTime; void __fastcall FormCreate(TObject *Sender); void __fastcall ReadTimeTimer(TObject *Sender); void __fastcall FormDestroy(TObject *Sender); void __fastcall LevelImageMouseDown(TObject *Sender, TMouseButton Button, TShiftState Shift, int X, int Y); private: // User declarations public: // User declarations __fastcall TForm1(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //--------------------------------------------------------------------------- #endif