RVPkgCB4.cpp
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:2k
源码类别:

RichEdit

开发平台:

Delphi

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("RVPkgCB4.res");
  5. USEUNIT("RVStyle.pas");
  6. USEUNIT("DLines.pas");
  7. USEUNIT("PtblRV.pas");
  8. USEUNIT("RVScroll.pas");
  9. USEUNIT("RichView.pas");
  10. USEUNIT("RVEdit.pas");
  11. USEUNIT("CRVPP.pas");
  12. USEUNIT("RVPP.pas");
  13. USEPACKAGE("vcl40.bpi");
  14. USEPACKAGE("vcljpg40.bpi");
  15. USEUNIT("RVSEdit.pas");
  16. USEUNIT("CRVData.pas");
  17. USEUNIT("CRVFData.pas");
  18. USEUNIT("PtRVData.pas");
  19. USEUNIT("RVBack.pas");
  20. USEUNIT("RVERVData.pas");
  21. USEUNIT("RVFMisc.pas");
  22. USEUNIT("RVFuncs.pas");
  23. USEUNIT("RVItem.pas");
  24. USEUNIT("RVReg.pas");
  25. USERES("RVReg.dcr");
  26. USEUNIT("RVRVData.pas");
  27. USEUNIT("RVUndo.pas");
  28. USEUNIT("RVUni.pas");
  29. USEUNIT("RVTable.pas");
  30. USEUNIT("RVCodePages.pas");
  31. USEUNIT("RVDataList.pas");
  32. USEUNIT("RVClasses.pas");
  33. USEUNIT("RVTInplace.pas");
  34. USEUNIT("RVCtrlData.pas");
  35. USEUNIT("RVStr.pas");
  36. USEUNIT("RVRTFErr.pas");
  37. USEUNIT("RVRTFProps.pas");
  38. USEUNIT("RVRTF.pas");
  39. USEUNIT("RVMapWht.pas");
  40. USEUNIT("RVMisc.pas");
  41. USEUNIT("CtrlImg.pas");
  42. USEUNIT("RVReport.pas");
  43. USEUNIT("RVSer.pas");
  44. USEFORMNS("RVDsgn.pas", Rvdsgn, frmRVDesign);
  45. USEUNIT("RVOfficeCnv.pas");
  46. USEUNIT("RVMarker.pas");
  47. USEUNIT("RVXPTheme.pas");
  48. USEUNIT("RVResize.pas");
  49. USEUNIT("RVDragDrop.pas");
  50. USEUNIT("RVLinear.pas");
  51. USEUNIT("RVGetText.pas");
  52. USEUNIT("RVThread.pas");
  53. USEUNIT("RVWordPaint.pas");
  54. USEUNIT("RVAnimate.pas");
  55. USEUNIT("RVGetTextW.pas");
  56. //---------------------------------------------------------------------------
  57. #pragma package(smart_init)
  58. //---------------------------------------------------------------------------
  59. //   Package source.
  60. //---------------------------------------------------------------------------
  61. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  62. {
  63.     return 1;
  64. }
  65. //---------------------------------------------------------------------------