home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
OCR.CPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-28
|
482b
|
15 lines
//---------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "OCR.h"
//---------------------------------------------------------------------
#pragma resource "*.dfm"
TOKRightDlg *OKRightDlg;
//---------------------------------------------------------------------
__fastcall TOKRightDlg::TOKRightDlg(TComponent* AOwner)
: TForm(AOwner)
{
}
//---------------------------------------------------------------------