home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "OCR.h"
- //---------------------------------------------------------------------
- #pragma resource "*.dfm"
- TOKRightDlg *OKRightDlg;
- //---------------------------------------------------------------------
- __fastcall TOKRightDlg::TOKRightDlg(TComponent* AOwner)
- : TForm(AOwner)
- {
- }
- //---------------------------------------------------------------------
-