home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / DRBOBC.ZIP / DRBOB < prev    next >
Text File  |  1996-02-20  |  3KB  |  77 lines

  1. Hi All,
  2.  
  3. Welcome to the collection of freeware Delphi 1.0 components, brought to you
  4. by Bob Swart (aka Dr.Bob). The components in this collection include:
  5.  
  6.  - TDrBob
  7.  - TConvert
  8.  - TDosEnvironment
  9.  - TTicTacToe
  10.  - TBUUEnCode/TBUUDeCode
  11.  
  12. Also included is a TFileName and a new TPicture/Image property editor, and a
  13. special DOS/Windows command-line utility to convert 16-bit .RES/.DCR files
  14. (that only contain bitmaps) to 32-bit .RES or .DCR files.
  15.  
  16.  > Installation
  17. Installation is simple: just copy all these files in this archive to a single
  18. directory (like C:\DELPHI\DRBOB.COM) and add the file "DRBOBREG.PAS" to the
  19. list of installed components (in the Options | Install components dialog).
  20. RESCONV.EXE can be run from the DOS command-line or from Windows directly.
  21.  
  22.  > TDrBob
  23. The 'kernel' component from this collection; all components are derived from
  24. this one.
  25.  
  26.  > TConvert
  27. Convert numerical values to hexadecimal and roman digits (and back) using an
  28. internal field an several conversion routines.
  29.  
  30.  > TDosEnvironment
  31. Return the DOS environment strings in a property of type TStringList.
  32.  
  33.  > TTicTacToe
  34. The game also known as naughts-and-crosses, based on a strategy MAGIC.DLL.
  35. Make sure MAGIC.DLL is available in your \WINDOWS\SYSTEM directory (or the
  36. directory with the final application) itself. Otherwise, the component will
  37. not work and raise an exception.
  38.  
  39.  > TUUCode
  40. The TBUuEncode and TBUuDecode components are DLL wrapper components around
  41. UUCODE.DLL, which implements the uuencode/uudecode algorithm; to encode a file
  42. which may contain any character into a file with a standard character set, so
  43. this file can be sent over diverse networks that do not support binary files
  44. (such as the internet-CompuServe link).
  45. To install the help- and keyword-file, just copy the TBUUCODE.HLP file to
  46. C:\DELPHI\BIN, and the TBUUCODE.KWF file to C:\DELPHI\HELP. Then run the
  47. HelpInst application from your Delphi group in Windows, and make sure to add
  48. the TBUUCODE.KWF file from the DELPHI\HELP directory (the DELPHI.HDX main
  49. index file is in C:\DELPHI\BIN, by the way).
  50. For more information about these components, read the helpfile TBUUCODE.HLP.
  51. Note that this component has its own property editors installed to give you
  52. as much support during design time as possible (using the Activate property
  53. it is even possible to actually uuencode/uudecode files at design time)!
  54.  
  55.  > Dr.Bob's Enhanced Picture Editor
  56. Dr. Bob's Enhanced Picture Editor is a replacement for the Picture Editor
  57. Borland provided with Delphi (one that cannot give you a preview when you
  58. load .BMP files). After installation of DRBOBREG.PAS you can find the new
  59. Picture Editor at - for example - the following places:
  60. - TImage (picture)
  61. - TBitBtn (glyph)
  62. - TSpeedButton (glyph)
  63.  
  64.  > Dr.Bob's (Bitmap) Resource 16 to 32-bit converter
  65. This program (DOS command-line - written in Turbo Pascal) will convert
  66. a 16-bit binary resource file (such as .RES or .DCR) to 32-bit, provided
  67. that the resource file only contains bitmaps.
  68. Personally, I use this to convert all my 16-bit .DCR files to 32-bit,
  69. as well as my 16-bit .RES files that contain bitmaps for my experts to
  70. 32-bit R32 files.
  71.  
  72. Groetjes,
  73.           Dr.Bob Swart (100434,2072)
  74.           P.O. Box 799
  75.           5702 NP  HELMOND
  76.           THE  NETHERLANDS
  77.