home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
nastroje
/
d3456
/
KBMWABD.ZIP
/
kbmWABDC4.cpp
< prev
next >
Wrap
C/C++ Source or Header
|
2001-07-16
|
2KB
|
43 lines
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("kbmWABDC4.res");
USEUNIT("..\gif\GifImage\gifimage.pas");
USEPACKAGE("vcl40.bpi");
USEPACKAGE("vcljpg40.bpi");
USEPACKAGE("Vcldb40.bpi");
USEPACKAGE("bcbsmp40.bpi");
USEPACKAGE("tee40.bpi");
USEUNIT("WABD_Utils.pas");
USEUNIT("WABD_Cookies.pas");
USEUNIT("WABD_Crypt.pas");
USEUNIT("WABD_EditTable.pas");
USEFORMNS("WABD_FormEditor.pas", Wabd_formeditor, WABDFormEditor);
USEFORMNS("WABD_FormSecEditor.pas", Wabd_formseceditor, FormSectionEditor);
USEFORMNS("WABD_FramesetEditor.pas", Wabd_frameseteditor, WABDFramesetEditor);
USEFORMNS("WABD_HotSpotEditor.pas", Wabd_hotspoteditor, HSEditForm);
USEUNIT("WABD_HTMLRequest.pas");
USEUNIT("WABD_HTMLResponse.pas");
USEUNIT("WABD_ISAPI.pas");
USEUNIT("WABD_Objects.pas");
USERES("WABD_Objects.dcr");
USEUNIT("WABD_Reg.pas");
USEUNIT("WABD_Request.pas");
USEUNIT("WABD_Graphics.pas");
USEUNIT("WABD_Response.pas");
USEFORMNS("WABD_StrListEditor.pas", Wabd_strlisteditor, StringList_Editor);
USEFORMNS("WABD_TableStrEditor.pas", Wabd_tablestreditor, TableStrings_Editor);
USEFORMNS("WABD_TreeEditor.pas", Wabd_treeeditor, WABDTreeEditor);
USEFORMNS("WABD_About.pas", Wabd_about, WABDAboutForm);
USEFORMNS("WABD_Admin.pas", Wabd_admin, WABDAdmin); /* TDataModule: DesignClass */
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------