home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
VCLMIN.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-28
|
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