home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / kolekce / d56 / DM2KVCL.ZIP / README.TXT < prev    next >
Text File  |  2001-09-24  |  3KB  |  73 lines

  1.     DM2000 VCL component library.
  2.  
  3. **** GENERAL INFORMATION ****
  4.  
  5. Currently DM2000 VCL component library includes a 
  6. set of following components: 
  7.  
  8. TContainer - this component stores data in memory and 
  9. provides I/O access functionality.
  10.  
  11. TPlot - implements 2D graphic engine. TPlot has original 
  12. architecture: unlike the most of similar components it 
  13. stores data separately in TContainer components, allows 
  14. arbitrary curve transformations and visual editing.
  15.  
  16. TWorksheet - simple worksheet. Can display and edit 
  17. contents of TContainer component.
  18.  
  19. TFloatEdit - TSpinEdit descendant working with floating 
  20. point numbers.
  21.  
  22. In addition, DM2000 VCL component library includes a 
  23. number of utility procedures and objects. It was developed 
  24. and tested with Delphi5 and 6, but I hope that you can compile it 
  25. with earlier versions of Delphi. These components were specially 
  26. created for DM2000 application but they can be widely used 
  27. in other projects oriented in technical and scientific 
  28. graphics and data processing. Two sample Delphi 
  29. demonstrations, plotdemo.dpr and wksdemo.dpr, available for 
  30. download, can help you in using these components. See also 
  31. DM2000 source code for more information.
  32.  
  33. **** INSTALLATION ****
  34.  
  35. If you wish to install all components needed for DM2000 application,
  36. you should just install dm2000.dpk as usually. This package includes
  37. additional freeware components (found in [../freeware] folder) and has 
  38. D6 format. Packages dm2000_6.dpk and dm2000_5.dpk contain components 
  39. only from DM2000 VCL library. Note that some modifications were 
  40. introduced in D6 concerning designer extensions. Also you may recreate 
  41. dm2000.dpk manually or add separate units to other existing package.
  42.  
  43. **** FILE LIST **** 
  44.  
  45. dir /oe /tw
  46. 05.03.2001  23:07                  502 SerieDlg.bmp
  47. 05.03.2001  23:29                  502 AxisDlg.bmp
  48. 22.04.2001  23:19                  334 TextDlg.bmp
  49. 23.09.2001  20:20                  461 DM2000.cfg
  50. 13.09.2000  18:25                1á796 DM2000.dcr
  51. 19.09.2001  19:44               29á557 SerieDlg.dfm
  52. 19.09.2001  19:44               19á945 AxisDlg.dfm
  53. 21.09.2001  22:30                3á137 PageDlg.dfm
  54. 05.09.2001  00:56                3á277 TextDlg.dfm
  55. 23.09.2001  20:21                3á478 DM2000.dof
  56. 18.09.2001  22:52                1á153 DM2000_5.dpk
  57. 20.09.2001  23:47                1á423 DM2000.dpk
  58. 18.09.2001  22:51                1á162 DM2000_6.dpk
  59. 31.12.2000  01:16               21á457 Data.pas
  60. 05.11.2000  22:17               11á494 Common.pas
  61. 25.09.2000  19:19                6á144 PageDlg.pas
  62. 05.03.2001  01:26               71á703 Plot.pas
  63. 19.08.2001  23:50                2á258 PlotEdit.pas
  64. 12.09.2000  14:44                3á989 FloatEd.pas
  65. 04.09.2001  22:07                1á534 TextDlg.pas
  66. 09.09.2001  15:59               15á299 SerieDlg.pas
  67. 20.08.2001  02:09                6á263 AxisDlg.pas
  68. 27.09.2000  19:08                5á503 About.pas
  69. 31.12.2000  23:30               22á765 WorkGrid.pas
  70. 26.08.2001  00:26                1á732 DM2000.res
  71.  
  72.  
  73.