BSFD7.dpk
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. package BSFD7;
  2. {$R *.res}
  3. {$R 'bsReg.dcr'}
  4. {$ALIGN 8}
  5. {$ASSERTIONS ON}
  6. {$BOOLEVAL OFF}
  7. {$DEBUGINFO ON}
  8. {$EXTENDEDSYNTAX ON}
  9. {$IMPORTEDDATA ON}
  10. {$IOCHECKS ON}
  11. {$LOCALSYMBOLS ON}
  12. {$LONGSTRINGS ON}
  13. {$OPENSTRINGS ON}
  14. {$OPTIMIZATION ON}
  15. {$OVERFLOWCHECKS OFF}
  16. {$RANGECHECKS OFF}
  17. {$REFERENCEINFO ON}
  18. {$SAFEDIVIDE OFF}
  19. {$STACKFRAMES OFF}
  20. {$TYPEDADDRESS OFF}
  21. {$VARSTRINGCHECKS ON}
  22. {$WRITEABLECONST OFF}
  23. {$MINENUMSIZE 1}
  24. {$IMAGEBASE $400000}
  25. {$IMPLICITBUILD OFF}
  26. requires
  27.   rtl,
  28.   vcl,
  29.   dbrtl,
  30.   designide,
  31.   vclx,
  32.   vcldb,
  33.   vclactnband;
  34. contains
  35.   BusinessSkinForm in 'BusinessSkinForm.pas',
  36.   bsdbctrls in 'bsdbctrls.pas',
  37.   bsDBGrids in 'bsdbgrids.pas',
  38.   bsreg in 'bsReg.pas',
  39.   bsSkinBoxCtrls in 'bsSkinBoxCtrls.pas',
  40.   bsSkinCtrls in 'bsSkinCtrls.pas',
  41.   bsSkinData in 'bsSkinData.pas',
  42.   bsSkinGrids in 'bsSkinGrids.pas',
  43.   bsSkinHint in 'bsSkinHint.pas',
  44.   bsSkinMenus in 'bsSkinMenus.pas',
  45.   bsSkinTabs in 'bsSkinTabs.pas',
  46.   bsTrayIcon in 'bsTrayIcon.pas',
  47.   bsUtils in 'bsUtils.pas',
  48.   bscalc in 'bscalc.pas',
  49.   bsSkinZip in 'bsSkinZip.pas',
  50.   bsSkinUnZip in 'bsSkinUnZip.pas',
  51.   bsMessages in 'bsMessages.pas',
  52.   bsfilectrl in 'bsfilectrl.pas',
  53.   bsSkinShellCtrls in 'bsSkinShellCtrls.pas',
  54.   bsEffects in 'bsEffects.pas',
  55.   bszlib in 'bszlib.pas',
  56.   NBPagesEditor in 'NBPagesEditor.pas' {NBPagesForm},
  57.   bsCalendar in 'bscalendar.pas',
  58.   bsColorCtrls in 'bsColorCtrls.pas',
  59.   bsDialogs in 'bsDialogs.pas',
  60.   bszlibcompress in 'bszlibcompress.pas',
  61.   bsconst in 'bsconst.pas',
  62.   bsRootEdit in 'bsRootEdit.pas' {bsRootPathEditDlg};
  63. end.