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

Delphi控件源码

开发平台:

Delphi

  1. package BSFD6;
  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. {$DESCRIPTION 'BusinessSkinForm VCL'}
  26. {$IMPLICITBUILD OFF}
  27. requires
  28.   rtl,
  29.   designide,
  30.   vcl,
  31.   dbrtl,
  32.   vcldb;
  33. contains
  34.   BusinessSkinForm in 'BusinessSkinForm.pas',
  35.   bsDBGrids in 'bsdbgrids.pas',
  36.   bsreg in 'bsReg.pas',
  37.   bsSkinBoxCtrls in 'bsSkinBoxCtrls.pas',
  38.   bsSkinCtrls in 'bsSkinCtrls.pas',
  39.   bsSkinData in 'bsSkinData.pas',
  40.   bsSkinGrids in 'bsSkinGrids.pas',
  41.   bsSkinHint in 'bsSkinHint.pas',
  42.   bsSkinMenus in 'bsSkinMenus.pas',
  43.   bsSkinTabs in 'bsSkinTabs.pas',
  44.   bsTrayIcon in 'bsTrayIcon.pas',
  45.   bsUtils in 'bsUtils.pas',
  46.   bsdbctrls in 'bsdbctrls.pas',
  47.   bscalc in 'bscalc.pas',
  48.   bsSkinZip in 'bsSkinZip.pas',
  49.   bsSkinUnZip in 'bsSkinUnZip.pas',
  50.   bsMessages in 'bsMessages.pas',
  51.   bsSkinShellCtrls in 'bsSkinShellCtrls.pas',
  52.   bsfilectrl in 'bsfilectrl.pas',
  53.   bsEffects in 'bsEffects.pas',
  54.   NBPagesEditor in 'NBPagesEditor.pas' {NBPagesForm},
  55.   bsCalendar in 'bscalendar.pas',
  56.   bszlib in 'bszlib.pas',
  57.   bsColorCtrls in 'bsColorCtrls.pas',
  58.   bsDialogs in 'bsDialogs.pas',
  59.   bszlibcompress in 'bszlibcompress.pas',
  60.   bsconst in 'bsconst.pas',
  61.   bsRootEdit in 'bsRootEdit.pas' {bsRootPathEditDlg};
  62. end.