home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / DRMISC.PAK / DYNATEXT.BAK < prev    next >
Text File  |  1995-08-29  |  3KB  |  88 lines

  1. ; *****************************************************************
  2. ; *          DynaText 2.3 for Windows Initialization File      *
  3. ; *****************************************************************
  4.  
  5. [dtext]
  6. ;The Browser path specifications:
  7. ; Note: When specifying multiple collections, separate them by ';'s, 
  8. ;       with no spaces.
  9. COLLECTION=
  10. DATA_DIR=
  11.  
  12. DTEXT_AUTH=
  13. INSTED_AUTH=
  14.  
  15. ; Note: The public & private dirs should NOT be set to the same location.
  16. PUBLIC_DIR=
  17. PRIVATE_DIR=
  18.  
  19. ; ********************************************************************
  20. ; *  MKBOOK NOTE: mkbook.exe is now a DOS command-line program.      *
  21. ; *  Mkbook uses the MKBOOK.INI file in the BIN directory.         *
  22. ; *  The file contains settings for all of the DOS Publishing Tools. *
  23. ; ********************************************************************
  24.  
  25. ; *-- Setting Window Positions --------------------------------------*
  26. ; For each type of window, specify xleft, ytop, width, height.
  27. ; To use the Windows default value for any part of the specification, 
  28. ;   specify -1.
  29. ;
  30. ; NOTE: The x and y coordinates are ignored, EXCEPT when setting the
  31. ;   position of the main DynaText desktop window.
  32. ;
  33. ; Window names to use for setting initial sizes:
  34. ;  o dynatext= the main DynaText desktop window. This window's x & y,
  35. ;      AND width/height can be set.  This is true for this window only!
  36. ;  o fulltext_h= the Book window with the fulltext Main view and the TOC
  37. ;        in the top or bottom position (i.e. horizontal splitbar).
  38. ;  o fulltext_v= the Book window with the fulltext Main view, and the TOC
  39. ;        in the left or right position (i.e. vertical splitbar).
  40. ;  o collectionWin= Collection window(s)
  41. ;  o note= Note window(s)
  42. ;  o raster= Raster window(s)
  43. ;  o vector= Vector (CGM) window(s)
  44. ;
  45. ; *------------------------------------------------------------------*
  46. note=-1 -1 250 250
  47.  
  48.  
  49. [colors]
  50. red=255 0 0
  51. green=0 255 0
  52. blue=0 0 255
  53. yellow=255 255 0
  54. magenta=255 0 255
  55. cyan=0 255 255
  56. dark red=128 0 0
  57. dark green=0 128 0
  58. dark blue=0 0 128
  59. light brown=128 128 0
  60. purple=128 0 128
  61. dark cyan=0 128 128
  62. light gray=192 192 192
  63. gray=128 128 128
  64. light yellow=255 255 128
  65. light green=0 255 128
  66. light blue=128 255 255
  67. pink=255 0 128
  68. orange=255 128 64
  69.  
  70. ; NOTE: Below, several of the DynaText 1.5 colors are defined. 
  71. ; To access them, remove the semi-colon at the front of each line. 
  72. ; However, we recommend that use the standard 16 Windows color names
  73. ; used above.
  74. ;
  75. ; lightblue=0 0 248
  76. ; bluegreen=0 175 153
  77. ; lightgreen=0 255 0
  78. ; darkgreen=31 143 48
  79. ; forestgreen=31 143 48
  80. ; violet=152 44 114
  81. ; brown=165  42  42  
  82. ; firebrick=178  34  34
  83. ; olive=146 108 10
  84. ; lightgray=157 173 82
  85. ; darkgray=147 154 101
  86.  
  87.  
  88.