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

Delphi控件源码

开发平台:

Delphi

  1. package fc4000v7;
  2. {$R *.res}
  3. {$ALIGN 8}
  4. {$ASSERTIONS OFF}
  5. {$BOOLEVAL OFF}
  6. {$DEBUGINFO OFF}
  7. {$EXTENDEDSYNTAX ON}
  8. {$IMPORTEDDATA ON}
  9. {$IOCHECKS ON}
  10. {$LOCALSYMBOLS OFF}
  11. {$LONGSTRINGS ON}
  12. {$OPENSTRINGS ON}
  13. {$OPTIMIZATION ON}
  14. {$OVERFLOWCHECKS OFF}
  15. {$RANGECHECKS OFF}
  16. {$REFERENCEINFO OFF}
  17. {$SAFEDIVIDE OFF}
  18. {$STACKFRAMES OFF}
  19. {$TYPEDADDRESS OFF}
  20. {$VARSTRINGCHECKS ON}
  21. {$WRITEABLECONST ON}
  22. {$MINENUMSIZE 1}
  23. {$IMAGEBASE $400000}
  24. {$DESCRIPTION 'Woll2Woll 1stClass 4000'}
  25. {$RUNONLY}
  26. {$IMPLICITBUILD OFF}
  27. requires
  28.   VCL,
  29.   VCLDB,
  30.   VCLX,
  31.   rtl;
  32. contains
  33.   fcClearPanel,
  34.   fcCollection,
  35.   fcColorCombo,
  36.   fcCombo,
  37.   fcCommon,
  38.   fcOutlookBar,
  39.   fcButtonGroup,
  40.   fcimageform,
  41.   fcGraphics,
  42.   fcChangeLink,
  43.   fcLabel,
  44.   fcStatusBar,
  45.   fcImager,
  46.   fcButton,
  47.   fcText,
  48.   fcDBTreeView,
  49.   fcCanvas,
  50.   fcDBCommon,
  51.   fcScrollBar,
  52.   fcImage,
  53.   fcShapeBtn,
  54.   fcEvaluator,
  55.   fcOutlookList,
  56.   fcCustomDraw,
  57.   fcImgBtn,
  58.   fcBitmap,
  59.   fcFontCombo,
  60.   fcToolTip,
  61.   fcTreeCombo,
  62.   fcTreeView,
  63.   fcframe,
  64.   fcDemoRichEdit,
  65.   fcimagepanel,
  66.   fcpanel,
  67.   fctreeheader,
  68.   fccalcedit,
  69.   fccalculator,
  70.   fccombobutton,
  71.   fctrackbar,
  72.   fcprogressbar;
  73. end.