home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d5
/
sStyleFree.exe
/
sStyle.dpk
< prev
next >
Wrap
Text File
|
2001-12-24
|
1KB
|
64 lines
package sStyle;
{$R *.RES}
{$R 'sStyle.dcr'}
{$ALIGN ON}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'A SERGE STYLE COMPONENTS'}
{$IMPLICITBUILD OFF}
requires
vcl50,
VCLDB50,
VCLSMP50,
VCLADO50,
VCLBDE50,
VCLIB50,
VCLJPG50,
D5XLRpt,
EHLIB,
RXDB5;
contains
sBDEComps in 'sBDEComps.pas',
sIBFilter in 'sIBFilter.pas',
Shared in 'Shared.pas' {SharedForm},
sStyleUtil in 'sStyleUtil.pas',
sControls in 'sControls.pas',
sIBFilterForm in 'sIBFilterForm.pas' {sDBFilterForm},
sBDEControls in 'sBDEControls.pas',
sADOControls in 'sADOControls.pas',
sRegisterIt in 'sRegisterIt.pas',
sEdit in 'sEdit.pas',
sMemo in 'sMemo.pas',
sCurrencyEdit in 'sCurrencyEdit.pas',
sCustomComboBox in 'sCustomComboBox.pas',
sCheckbox in 'sCheckbox.pas',
sDateEdit in 'sDateEdit.pas',
sComboEdit in 'sComboEdit.pas',
sPanel in 'sPanel.pas',
sTranspControl in 'sTranspControl.pas',
sConst in 'sConst.pas';
end.