//---------------------------------------------------------------------------- #ifndef OCRH #define OCRH //---------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include //---------------------------------------------------------------------------- class TAboutDlg : public TForm { __published: TButton *OKBtn; TLabel *LVer; TImage *Image; private: public: virtual __fastcall TAboutDlg(HWND hWnd); }; //---------------------------------------------------------------------------- //extern PACKAGE TAboutDlg *AboutDlg; //---------------------------------------------------------------------------- #endif