home *** CD-ROM | disk | FTP | other *** search
Delphi Package | 2003-12-31 | 819 b | 41 lines |
- package DStyleD5;
- {$R *.RES}
- {$R 'sStyle.dcr'}
- {$ALIGN ON}
- {$ASSERTIONS OFF}
- {$BOOLEVAL OFF}
- {$DEBUGINFO OFF}
- {$EXTENDEDSYNTAX ON}
- {$IMPORTEDDATA ON}
- {$IOCHECKS ON}
- {$LOCALSYMBOLS OFF}
- {$LONGSTRINGS ON}
- {$OPENSTRINGS ON}
- {$OPTIMIZATION ON}
- {$OVERFLOWCHECKS OFF}
- {$RANGECHECKS OFF}
- {$REFERENCEINFO OFF}
- {$SAFEDIVIDE OFF}
- {$STACKFRAMES OFF}
- {$TYPEDADDRESS OFF}
- {$VARSTRINGCHECKS ON}
- {$WRITEABLECONST ON}
- {$MINENUMSIZE 1}
- {$IMAGEBASE $400000}
- {$DESCRIPTION 'AlphaControls'}
- {$DESIGNONLY}
- {$IMPLICITBUILD ON}
-
- requires
- RStyleD5,
- dclstd50;
-
- contains
- sRegisterIt in 'sRegisterIt.pas',
- sGradEditor in 'sGradEditor.pas',
- sGradBuilder in 'sGradBuilder.pas' {GradBuilder},
- sPropEditors in 'sPropEditors.pas',
- sInternalSkins in 'sInternalSkins.pas' {FormInternalSkins};
-
- end.
-