home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d56 / RMCTL.ZIP / rmCmpLib_d5.dpk < prev    next >
Text File  |  2001-06-28  |  4KB  |  137 lines

  1. package rmCmpLib_d5;
  2.  
  3. {$R *.RES}
  4. {$R 'rmBtnEdit.dcr'}
  5. {$R 'rmCalendar.dcr'}
  6. {$R 'rmColorComboBox.dcr'}
  7. {$R 'rmColumns.dcr'}
  8. {$R 'rmComboBox.dcr'}
  9. {$R 'rmFileDrop.dcr'}
  10. {$R 'rmGauge.dcr'}
  11. {$R 'rmLabel.dcr'}
  12. {$R 'rmSplit.dcr'}
  13. {$R 'rmTabs3x.dcr'}
  14. {$R 'rmTaskBar.dcr'}
  15. {$R 'rmTrackBar.dcr'}
  16. {$R 'rmSpin.dcr'}
  17. {$R 'rmAppEvents.dcr'}
  18. {$R 'rmSpeedBtns.dcr'}
  19. {$R 'rmTVComboBox.dcr'}
  20. {$R 'rmPathTreeView.dcr'}
  21. {$R 'rmPanel.dcr'}
  22. {$R 'rmDataStorage.dcr'}
  23. {$R 'rmImageListGraphic.dcr'}
  24. {$R 'rmCCTabs.dcr'}
  25. {$R 'rmTrayIcon.dcr'}
  26. {$R 'rmTreeNonView.dcr'}
  27. {$R 'rmMDIBackground.dcr'}
  28. {$R 'rmSpinCombo.dcr'}
  29. {$R 'rmCaptionButtons.dcr'}
  30. {$R 'rmCollectionListbox.dcr'}
  31. {$R 'rmEditGrid.dcr'}
  32. {$R 'rmCornerGrip.dcr'}
  33. {$R 'rmKeyBindings.dcr'}
  34. {$R 'rmBrowseFor.dcr'}
  35. {$R 'rmDiff.dcr'}
  36. {$R 'rmListControl.dcr'}
  37. {$R 'rmOutlook.dcr'}
  38. {$R 'rmBtnCombo.dcr'}
  39. {$R 'rmOutlookExtras.dcr'}
  40. {$R 'rmInspector.dcr'}
  41. {$R 'rmDGT.dcr'}
  42. {$R 'rmMemoryDataSet.dcr'}
  43. {$R 'rmCheckbox.dcr'}
  44. {$R 'rmWordTree.dcr'}
  45. {$ALIGN ON}
  46. {$ASSERTIONS ON}
  47. {$BOOLEVAL OFF}
  48. {$DEBUGINFO ON}
  49. {$EXTENDEDSYNTAX ON}
  50. {$IMPORTEDDATA ON}
  51. {$IOCHECKS ON}
  52. {$LOCALSYMBOLS ON}
  53. {$LONGSTRINGS ON}
  54. {$OPENSTRINGS ON}
  55. {$OPTIMIZATION ON}
  56. {$OVERFLOWCHECKS OFF}
  57. {$RANGECHECKS ON}
  58. {$REFERENCEINFO OFF}
  59. {$SAFEDIVIDE OFF}
  60. {$STACKFRAMES OFF}
  61. {$TYPEDADDRESS OFF}
  62. {$VARSTRINGCHECKS ON}
  63. {$WRITEABLECONST ON}
  64. {$MINENUMSIZE 1}
  65. {$IMAGEBASE $400000}
  66. {$DESCRIPTION 'rmComponent Library'}
  67. {$IMPLICITBUILD ON}
  68.  
  69. requires
  70.   vcl50,
  71.   Vclx50,
  72.   Vcldb50;
  73.  
  74. contains
  75.   rmBtnEdit in 'rmBtnEdit.pas',
  76.   rmCalendar in 'rmCalendar.pas',
  77.   rmColorComboBox in 'rmColorComboBox.pas',
  78.   rmColumns in 'rmColumns.pas',
  79.   rmComboBox in 'rmComboBox.pas',
  80.   rmFileDrop in 'rmFileDrop.pas',
  81.   rmGauge in 'rmGauge.pas',
  82.   rmLabel in 'rmLabel.pas',
  83.   rmRegister in 'rmRegister.pas',
  84.   rmSplit in 'rmSplit.pas',
  85.   rmTabs3x in 'rmTabs3x.pas',
  86.   rmTaskBar in 'rmTaskBar.pas',
  87.   rmTrackBar in 'rmTrackBar.pas',
  88.   rmSpin in 'rmSpin.pas',
  89.   rmAppEvents in 'rmAppEvents.pas',
  90.   rmLibrary in 'rmLibrary.pas',
  91.   rmSpeedBtns in 'rmSpeedBtns.pas',
  92.   rmTVComboBox in 'rmTVComboBox.pas',
  93.   rmPathTreeView in 'rmPathTreeView.pas',
  94.   rmPanel in 'rmPanel.pas',
  95.   rmKeyBindingPropEdit in 'rmKeyBindingPropEdit.pas',
  96.   rmDataStorage in 'rmDataStorage.pas',
  97.   rmCCTabsReg in 'rmCCTabsReg.pas',
  98.   rmImageListGraphic in 'rmImageListGraphic.pas',
  99.   rmMDIBackground in 'rmMDIBackground.pas',
  100.   rmCCTabs in 'rmCCTabs.pas',
  101.   rmTrayIcon in 'rmTrayIcon.pas',
  102.   rmMSGList in 'rmMSGList.pas',
  103.   rmTreeNonView in 'rmTreeNonView.pas',
  104.   rmTreeNonViewEdit in 'rmTreeNonViewEdit.pas' {frmTreeNonViewEditor},
  105.   rmScrnCtrls in 'rmScrnCtrls.pas',
  106.   rmCaptionButtons in 'rmCaptionButtons.pas',
  107.   rmGlobalComponentHook in 'rmGlobalComponentHook.pas',
  108.   rmCollectionListBox in 'rmCollectionListbox.pas',
  109.   rmEditGrid in 'rmEditGrid.pas',
  110.   rmCornerGrip in 'rmCornerGrip.pas',
  111.   rmKeyBindings in 'rmKeyBindings.pas',
  112.   rmFormEditBinding in 'rmFormEditBinding.pas' {rmFrmEditBinding},
  113.   rmDataStoragePropEdit in 'rmDataStoragePropEdit.pas',
  114.   rmBrowseFor in 'rmBrowseFor.pas',
  115.   rmKeyBindingsEditForm in 'rmKeyBindingsEditForm.pas' {FrmEditKeyBindings},
  116.   rmDiff in 'rmDiff.pas',
  117.   rmListControl in 'rmListControl.pas',
  118.   rmInspector in 'rmInspector.pas',
  119.   rmInspectorItems in 'rmInspectorItems.pas',
  120.   rmHint in 'rmHint.pas',
  121.   rmSpinCombo in 'rmSpinCombo.pas',
  122.   rmBaseEdit in 'rmBaseEdit.pas',
  123.   rmInspectorEdit in 'rmInspectorEdit.pas' {frmInspectorEditor},
  124.   rmInspectorEdit2 in 'rmInspectorEdit2.pas' {frmInspectorItemTypes},
  125.   rmOutlook in 'rmOutlook.pas',
  126.   rmBtnCombo in 'rmBtnCombo.pas',
  127.   rmOutLookExtras in 'rmOutlookExtras.pas',
  128.   rmOutlookReg in 'rmOutlookReg.pas',
  129.   rmDGT in 'rmDGT.pas',
  130.   rmMemoryDataSet in 'rmMemoryDataSet.pas',
  131.   rmToolWinFormExpt in 'rmToolWinFormExpt.pas',
  132.   rmToolWin in 'rmToolWin.pas',
  133.   rmCheckbox in 'rmCheckbox.pas',
  134.   rmWordTree in 'rmWordTree.pas';
  135.  
  136. end.
  137.