| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- package MMToolsDsgn_d7;
- {$R *.res}
- {$ALIGN 8}
- {$ASSERTIONS OFF}
- {$BOOLEVAL OFF}
- {$DEBUGINFO OFF}
- {$EXTENDEDSYNTAX ON}
- {$IMPORTEDDATA ON}
- {$IOCHECKS OFF}
- {$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 'SwiftSoft Multimedia Tools Design Package 2.0'}
- {$DESIGNONLY}
- {$IMPLICITBUILD ON}
- requires
- Designide,
- MMTools_d7;
- contains
- MMBmpDlg in '..\Source\MMBmpDlg.pas',
- MMBPMPrp in '..\Source\MMBPMPrp.pas',
- MMDesReg in '..\Source\MMDesReg.pas',
- MMDSPProps in '..\Source\MMDSPProps.pas',
- MMDSProps in '..\Source\MMDSProps.pas',
- MMDSReg in '..\Source\MMDSReg.pas',
- MMEnvDlg in '..\Source\MMEnvDlg.pas',
- MMEnvPrp in '..\Source\MMEnvPrp.pas',
- MMEQDlg in '..\Source\MMEQDlg.pas',
- MMFFEdit in '..\Source\MMFFEdit.pas',
- MMFFPrp in '..\Source\MMFFPrp.pas',
- MMFirDlg in '..\Source\MMFirDlg.pas',
- MMFltPrp in '..\Source\MMFltPrp.pas',
- MMFltReg in '..\Source\MMFltReg.pas',
- MMFxProp in '..\Source\MMFxProp.pas',
- MMFXReg in '..\Source\MMFXReg.pas',
- MMIDE in '..\Source\MMIDE.pas',
- MMIdxPrp in '..\Source\MMIdxPrp.pas',
- MMMixReg in '..\Source\MMMixReg.pas',
- MMProgr in '..\Source\MMProgr.pas',
- MMPropEd in '..\Source\MMPropEd.pas',
- MMRvbDlg in '..\Source\MMRvbDlg.pas',
- MMRvbPrp in '..\Source\MMRvbPrp.pas',
- MMTools in '..\Source\MMTools.pas',
- MMTrnPrp in '..\Source\MMTrnPrp.pas',
- MMVisReg in '..\Source\MMVisReg.pas',
- MMWavPrp in '..\Source\MMWavPrp.pas',
- MMWavReg in '..\Source\MMWavReg.pas';
- end.
|