home *** CD-ROM | disk | FTP | other *** search
- package TDSoft;
-
- {$R *.RES}
- {$R 'TDSuperComboBox.dcr'}
- {$R 'TDSuperEdit.dcr'}
- {$R 'TDEnvironmentStrings.dcr'}
- {$R 'TDSuperListBox.dcr'}
- {$R 'TDGradientPanel.dcr'}
- {$R 'TDTrayIcon.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}
- {$IMPLICITBUILD OFF}
-
- requires
- vcl50;
-
- contains
- TDScreenStamp in 'TDScreenStamp.pas',
- TDSuperComboBox in 'TDSuperComboBox.pas',
- TDSuperEdit in 'TDSuperEdit.pas',
- TDSuperLabel in 'TDSuperLabel.pas',
- TDTrasparentWindow in 'TDTrasparentWindow.pas',
- EvaluationClass in 'EvaluationClass.pas',
- TDEnvironmentStrings in 'TDEnvironmentStrings.pas',
- TDSuperListBox in 'TDSuperListBox.pas',
- TDGradientPanel in 'TDGradientPanel.pas',
- TDTrayIcon in 'TDTrayIcon.pas';
-
- end.
-