home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / DTEXTINI.PAK / DYNATEXT.INI
INI File  |  1995-08-29  |  3KB  |  92 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=;c:\dynatext\dtext23\usrbooks=Test Collection;
  10. DATA_DIR=c:\dynatext\DTEXT23\DATA
  11.  
  12. DTEXT_AUTH=@C:\dynatext\DTEXT23\DATA\SECURITY\DTEXT
  13. INSTED_AUTH=
  14.  
  15. ; Note: The public & private dirs should NOT be set to the same location.
  16. PUBLIC_DIR=c:\dynatext\DTEXT23\TMP\PUBLIC
  17. PRIVATE_DIR=c:\dynatext\DTEXT23\TMP\PRIVATE
  18.  
  19. ; Uncomment the next line to activate the DDE Plugin
  20. ;DTEXT_PLUGINS=ddexec.dll
  21. PLUGIN_DIRS=c:\dynatext\DTEXT23\DATA\PLUGINS
  22.  
  23. ; ********************************************************************
  24. ; *  MKBOOK NOTE: mkbook.exe is now a DOS command-line program.      *
  25. ; *  Mkbook uses the MKBOOK.INI file in the BIN directory.         *
  26. ; *  The file contains settings for all of the DOS Publishing Tools. *
  27. ; ********************************************************************
  28.  
  29. ; *-- Setting Window Positions --------------------------------------*
  30. ; For each type of window, specify xleft, ytop, width, height.
  31. ; To use the Windows default value for any part of the specification, 
  32. ;   specify -1.
  33. ;
  34. ; NOTE: The x and y coordinates are ignored, EXCEPT when setting the
  35. ;   position of the main DynaText desktop window.
  36. ;
  37. ; Window names to use for setting initial sizes:
  38. ;  o dynatext=the main DynaText desktop window. This window's x & y,
  39. ;      AND width/height can be set.  This is true for this window only!
  40. ;  o fulltext_h=the Book window with the fulltext Main view and the TOC
  41. ;        in the top or bottom position (i.e. horizontal splitbar).
  42. ;  o fulltext_v=the Book window with the fulltext Main view, and the TOC
  43. ;        in the left or right position (i.e. vertical splitbar).
  44. ;  o collectionWin=Collection window(s)
  45. ;  o note=Note window(s)
  46. ;  o raster=Raster window(s)
  47. ;  o vector=Vector (CGM) window(s)
  48. ;
  49. ; *------------------------------------------------------------------*
  50. note=-1 -1 250 250
  51.  
  52.  
  53. [colors]
  54. red=255 0 0
  55. green=0 255 0
  56. blue=0 0 255
  57. yellow=255 255 0
  58. magenta=255 0 255
  59. cyan=0 255 255
  60. dark red=128 0 0
  61. dark green=0 128 0
  62. dark blue=0 0 128
  63. light brown=128 128 0
  64. purple=128 0 128
  65. dark cyan=0 128 128
  66. light gray=192 192 192
  67. gray=128 128 128
  68. light yellow=255 255 128
  69. light green=0 255 128
  70. light blue=128 255 255
  71. pink=255 0 128
  72. orange=255 128 64
  73.  
  74. ; NOTE: Below, several of the DynaText 1.5 colors are defined. 
  75. ; To access them, remove the semi-colon at the front of each line. 
  76. ; However, we recommend that use the standard 16 Windows color names
  77. ; used above.
  78. ;
  79. ; lightblue=0 0 248
  80. ; bluegreen=0 175 153
  81. ; lightgreen=0 255 0
  82. ; darkgreen=31 143 48
  83. ; forestgreen=31 143 48
  84. ; violet=152 44 114
  85. ; brown=165  42  42  
  86. ; firebrick=178  34  34
  87. ; olive=146 108 10
  88. ; lightgray=157 173 82
  89. ; darkgray=147 154 101
  90.  
  91.  
  92.