//---------------------------------------------------------------------------- #ifndef OCRH #define OCRH //---------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include "ComLib.h" //---------------------------------------------------------------------------- class TAboutDlg : public TForm { __published: TButton *OKBtn; TLabel *LVer; TImage *Image; private: public: #if UseHWND virtual __fastcall TAboutDlg(HWND hWnd); #else virtual __fastcall TAboutDlg(TComponent* AOwner); #endif }; //---------------------------------------------------------------------------- //extern PACKAGE TAboutDlg *AboutDlg; //---------------------------------------------------------------------------- #endif