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

Delphi控件源码

开发平台:

Delphi

  1. {*******************************************************}
  2. {                                                       }
  3. {         Delphi VCL Extensions (RX)                    }
  4. {                                                       }
  5. {         Copyright (c) 1998 Master-Bank                }
  6. {                                                       }
  7. {*******************************************************}
  8. package RxCtl7;
  9. {$R *.res}
  10. {$ALIGN 8}
  11. {$ASSERTIONS OFF}
  12. {$BOOLEVAL OFF}
  13. {$DEBUGINFO OFF}
  14. {$EXTENDEDSYNTAX ON}
  15. {$IMPORTEDDATA ON}
  16. {$IOCHECKS ON}
  17. {$LOCALSYMBOLS OFF}
  18. {$LONGSTRINGS ON}
  19. {$OPENSTRINGS ON}
  20. {$OPTIMIZATION ON}
  21. {$OVERFLOWCHECKS OFF}
  22. {$RANGECHECKS OFF}
  23. {$REFERENCEINFO OFF}
  24. {$SAFEDIVIDE ON}
  25. {$STACKFRAMES OFF}
  26. {$TYPEDADDRESS OFF}
  27. {$VARSTRINGCHECKS ON}
  28. {$WRITEABLECONST ON}
  29. {$MINENUMSIZE 1}
  30. {$IMAGEBASE $400000}
  31. {$DESCRIPTION 'RX Library Component and Tools Package'}
  32. {$RUNONLY}
  33. {$IMPLICITBUILD ON}
  34. requires
  35.   vcl,
  36.   vclsmp,
  37.   vclx;
  38. contains
  39.   RxCtrls in 'RxCtrls.pas',
  40.   RxGrids in 'RxGrids.pas',
  41.   CurrEdit in 'CurrEdit.pas',
  42.   ToolEdit in 'ToolEdit.pas',
  43.   DateUtil in 'DateUtil.pas',
  44.   RXSplit in 'RXSplit.pas',
  45.   RxSlider in 'RxSlider.pas',
  46.   RxClock in 'RxClock.pas',
  47.   Animate in 'Animate.pas',
  48.   RxSpin in 'RxSpin.pas',
  49.   RxRichEd in 'RxRichEd.pas',
  50.   RxSwitch in 'RxSwitch.pas',
  51.   RxDice in 'RxDice.pas',
  52.   VCLUtils in 'VCLUtils.pas',
  53.   AniFile in 'AniFile.pas',
  54.   IcoList in 'IcoList.pas',
  55.   ObjStr in 'ObjStr.pas',
  56.   RxCombos in 'RxCombos.pas',
  57.   PickDate in 'PickDate.pas',
  58.   MaxMin in 'MaxMin.pas',
  59.   RxConst in 'RxConst.pas',
  60.   RxCConst in 'RxCConst.pas',
  61.   AppUtils in 'AppUtils.pas',
  62.   rxStrUtils in 'rxStrUtils.pas',
  63.   FileUtil in 'FileUtil.pas',
  64.   RxTimer in 'RxTimer.pas',
  65.   RxHook in 'RxHook.pas',
  66.   Placemnt in 'Placemnt.pas',
  67.   RxProps in 'RxProps.pas',
  68.   RxPrgrss in 'RxPrgrss.pas',
  69.   RxHints in 'RxHints.pas',
  70.   RxCalc in 'RxCalc.pas',
  71.   ExcptDlg in 'ExcptDlg.pas',
  72.   BoxProcs in 'BoxProcs.pas',
  73.   ClipIcon in 'ClipIcon.pas',
  74.   ClipMon in 'ClipMon.pas',
  75.   Parsing in 'Parsing.pas',
  76.   RxGraph in 'RxGraph.pas',
  77.   RxGConst in 'RxGConst.pas',
  78.   RxGIF in 'RxGIF.pas',
  79.   GIFCtrl in 'GIFCtrl.pas',
  80.   PicClip in 'PicClip.pas',
  81.   DualList in 'DualList.pas',
  82.   FDualLst in 'FDualLst.pas',
  83.   ClipView in 'ClipView.pas',
  84.   Speedbar in 'Speedbar.pas',
  85.   SbSetup in 'SbSetup.pas',
  86.   PageMngr in 'PageMngr.pas',
  87.   MrgMngr in 'MrgMngr.pas',
  88.   StrHlder in 'StrHlder.pas',
  89.   AppEvent in 'AppEvent.pas',
  90.   TimerLst in 'TimerLst.pas',
  91.   MRUList in 'MRUList.pas',
  92.   RxIni in 'RxIni.pas',
  93.   RxShell in 'RxShell.pas',
  94.   RxMenus in 'RxMenus.pas',
  95.   RxNotify in 'RxNotify.pas',
  96.   RxGrdCpt in 'RxGrdCpt.pas',
  97.   SplshWnd in 'SplshWnd.pas',
  98.   DataConv in 'DataConv.pas',
  99.   RxTConst in 'RxTConst.pas',
  100.   Ole2Auto in 'Ole2Auto.pas',
  101.   RxVerInf in 'RxVerInf.pas';
  102. end.