home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
nastroje
/
d3456
/
KBMWABD.ZIP
/
kbmWABDD6Des.dpk
< prev
next >
Wrap
Text File
|
2001-07-15
|
1KB
|
59 lines
package kbmWABDD6Des;
{$R *.res}
{$R 'WABD_Objects.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS ON}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
dclstd,
designide,
vcljpg,
dbrtl,
tee;
contains
WABD_FormEditor in 'WABD_FormEditor.pas',
WABD_HotSpotEditor in 'WABD_HotSpotEditor.pas',
WABD_FormSecEditor in 'WABD_FormSecEditor.pas',
WABD_TreeEditor in 'WABD_TreeEditor.pas',
WABD_StrListEditor in 'WABD_StrListEditor.pas',
WABD_About in 'WABD_About.pas',
WABD_FramesetEditor in 'WABD_FramesetEditor.pas',
WABD_TableStrEditor in 'WABD_TableStrEditor.pas' {TableStrings_Editor},
WABD_Reg in 'WABD_Reg.pas',
WABD_HTMLRequest in 'WABD_HTMLRequest.pas',
WABD_Crypt in 'WABD_Crypt.pas',
WABD_EditTable in 'WABD_EditTable.pas',
WABD_Graphics in 'WABD_Graphics.pas',
WABD_Cookies in 'WABD_Cookies.pas',
WABD_HTMLResponse in 'WABD_HTMLResponse.pas',
WABD_ISAPI in 'WABD_ISAPI.pas',
WABD_Objects in 'WABD_Objects.pas',
WABD_Request in 'WABD_Request.pas',
WABD_Response in 'WABD_Response.pas',
WABD_Utils in 'WABD_Utils.pas';
end.