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

Delphi控件源码

开发平台:

Delphi

  1. package bs;
  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.   designide,
  29.   vcl,
  30.   dbrtl,
  31.   vcldb;
  32. contains
  33.   bsDBGrids in 'bsdbgrids.pas',
  34.   bsCalendar in 'bscalendar.pas',
  35.   bsdbctrls in 'bsdbctrls.pas',
  36.   bscalc in 'bscalc.pas',
  37.   bsEffects in 'bsEffects.pas',
  38.   bsfilectrl in 'bsfilectrl.pas',
  39.   bsMessages in 'bsMessages.pas',
  40.   bsreg in 'bsReg.pas',
  41.   bsSkinBoxCtrls in 'bsSkinBoxCtrls.pas',
  42.   bsSkinCtrls in 'bsSkinCtrls.pas',
  43.   bsSkinData in 'bsSkinData.pas',
  44.   bsSkinGrids in 'bsSkinGrids.pas',
  45.   bsSkinHint in 'bsSkinHint.pas',
  46.   bsSkinMenus in 'bsSkinMenus.pas',
  47.   bsSkinShellCtrls in 'bsSkinShellCtrls.pas',
  48.   bsSkinTabs in 'bsSkinTabs.pas',
  49.   bsSkinUnZip in 'bsSkinUnZip.pas',
  50.   bsSkinZip in 'bsSkinZip.pas',
  51.   bsTrayIcon in 'bsTrayIcon.pas',
  52.   bsUtils in 'bsUtils.pas',
  53.   bszlib in 'bszlib.pas',
  54.   BusinessSkinForm in 'BusinessSkinForm.pas',
  55.   NBPagesEditor in 'NBPagesEditor.pas' {NBPagesForm};
  56. end.