mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
665 B
39 lines
665 B
#ifndef _WANGIOCX_
|
|
#define _WANGIOCX_
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// WANGIOCX.H - Global include for Wang Image OCXs
|
|
//
|
|
// This file includes the public include files for ALL of the
|
|
// Wang Image OCX controls.
|
|
//
|
|
////////////////////////////////////////////////////////////////////////////
|
|
#include "ADMIN.H" // Admin OLE Control
|
|
#include "ANBUT.H" // Annotation Button OLE Control
|
|
#include "IMAGE.H" // Image Edit OLE Control
|
|
#include "OCXSCAN.H" // Scan OLE Control
|
|
#include "THUMB.H" // Thumbnail display OLE Control
|
|
|
|
#endif // end of ifndef
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|