home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 May
/
VPR9705A.ISO
/
VPR_DATA
/
PROGRAM
/
CBTRIAL
/
SETUP
/
DATA.Z
/
VCLMIN.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-14
|
664b
|
19 lines
//-------------------------------------------------------------------------
// vclmin.h - includes min hdr files needed for a blank form and a button
//-------------------------------------------------------------------------
#ifndef VCLMIN_H
#define VCLMIN_H
//---------------------------------------------------------------------
#include <system.hpp>
#include <windows.hpp>
#include <messages.hpp>
#include <sysutils.hpp>
#include <classes.hpp>
#include <graphics.hpp>
#include <controls.hpp>
#include <forms.hpp>
#include <dialogs.hpp>
#include <stdctrls.hpp>
//---------------------------------------------------------------------
#endif