home *** CD-ROM | disk | FTP | other *** search
Delphi Package | 2004-01-02 | 810 b | 42 lines |
- package DStyleD6;
- {$R *.res}
- {$R 'sStyle.dcr'}
- {$ALIGN 8}
- {$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
- designide,
- RStyleD6,
- dclstd;
-
- contains
- sRegisterIt in 'sRegisterIt.pas',
- sGradEditor in 'sGradEditor.pas',
- sGradBuilder in 'sGradBuilder.pas' {GradBuilder},
- sPropEditors in 'sPropEditors.pas',
- sInternalSkins in 'sInternalSkins.pas';
-
- end.
-