home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DTEXT.Z / DynaText.INI < prev    next >
INI File  |  1997-11-06  |  4KB  |  118 lines

  1. ; *****************************************************************
  2. ; *               DynaText 3.1 Initialization File                *
  3. ; *****************************************************************
  4.  
  5. [dtext]
  6. ; NOTE: You can have multiple COLLECTION lines. For example:
  7. ;
  8. ;  COLLECTION=C:\dtext31\EBTDOCS\SAMPDOC=Sample Books
  9. ;  COLLECTION=D:\mycoll=A Few of My Favorite Things
  10. ;  COLLECTION=E:\EBOOKS\REFMANS=System Reference Manuals
  11. ;
  12. ; You can also have multiple SYSCONFIG lines.
  13. ;
  14.  
  15. SYSCONFIG=
  16.  
  17. DATA_DIR= C:\Dtextrt311\DATA
  18. LIBRARY_PATH=C:\Dtextrt311\LIB
  19.  
  20. PUBLIC_DIR=C:\Dtextrt311\ANNOTS\PUBLIC
  21. PRIVATE_DIR=C:\Dtextrt311\ANNOTS\PRIVATE
  22.  
  23. ; Comment out the DTEXT_PLUGINS line to stop the loading of plugins
  24. PLUGIN_DIRS=C:\Dtextrt311\LIB\PLUGINS
  25. DTEXT_PLUGINS=OLEPLUG.DLL;DDEXEC.DLL
  26.  
  27. ; For supplying SGML-Open catalogs which may override internally-used
  28. ; catalogs
  29. USER_CATALOGS=
  30.  
  31. ; TEX_DIR is used for building equations in MKBOOK 
  32. TEX_DIR=
  33.  
  34. ; NEW! set SORT_COLLS=0 to NOT sort the list of collections; 
  35. ;      set SORT_COLLS=1 to sort the list (= default if not set)
  36.  
  37.  
  38. ; set BACKGROUND_ANNOTS=1 to load a book's annotations in the background
  39. ; set BACKGROUND_ANNOTS=0 to load annotations immediately upon opening a book
  40. BACKGROUND_ANNOTS=0
  41.  
  42.  
  43. ; *-- Setting Window Positions --------------------------------------*
  44. ;
  45. ; To customize the initial size and position of DynaText windows,
  46. ; you can specify the initial geometry on a window-type basis. 
  47. ; For each type of window, specify xleft, ytop, width, height, and
  48. ; optional "special" flag
  49. ;
  50. ;  Syntax:   window_name=x y w h [s]
  51. ;
  52. ;  window_name = For Book windows, it's the stylesheet name without
  53. ;      file extension, but with horizontal or vertical selector (if
  54. ;      there's a TOC):
  55. ;    fulltext_v = for fulltext window with vertical splitbar
  56. ;        (TOC on left or right)
  57. ;    fulltext_h = for fulltext window with horizontal splitbar
  58. ;        (TOC on top or bottom)
  59. ;    fulltext= for a fulltext window without a TOC (ie, no splitbar)
  60. ;    popup= for a popup revelatory without a TOC, etc.
  61. ;
  62. ;  Other window names:
  63. ;    collectionWin = the collection window
  64. ;    graphic = graphic windows (rasters and vectors)
  65. ;    note = the Annotation Note window
  66. ;    log = the Message Log window
  67. ;  x = left edge of window in MDI desktop
  68. ;      -1 = default
  69. ;  y = top edge position of window in MDI desktop
  70. ;      -1 = default
  71. ;  w = width of window in MDI desktop
  72. ;      -1 = default width
  73. ;      -2 = fill window to right edge of MDI desktop 
  74. ;  h = height of window in MDI desktop
  75. ;      -1 = default width
  76. ;      -2 = fill window to bottom edge of MDI desktop
  77. ;  s = special characteristic; This item (the 5th integer) is optional!
  78. ;      0 = default (show normal)
  79. ;      1 = maximize window in MDI desktop
  80. ;      2 = minimize (iconify) window in MDI desktop
  81. ;
  82. ;   NOTES: If s = 1 or 2, the window will first be sized according to
  83. ;       the "x y w h" integers specifed _and then_ the window is
  84. ;       maximized or iconfied, so when the user restores the window, it will
  85. ;       appear in the specified geometry and placement.
  86. ;
  87. ; *------------------------------------------------------------------*
  88. note=-1 -1 250 200
  89.  
  90.  
  91. [colors]
  92. ; These colors correspond to foreground colors specified in a book's
  93. ; stylesheets.
  94. red=255 0 0
  95. green=0 255 0
  96. blue=0 0 255
  97. yellow=255 255 0
  98. magenta=255 0 255
  99. cyan=0 255 255
  100. dark red=128 0 0
  101. dark green=0 128 0
  102. dark blue=0 0 128
  103. light brown=128 128 0
  104. purple=128 0 128
  105. dark cyan=0 128 128
  106. light gray=192 192 192
  107. gray=128 128 128
  108. light yellow=255 255 128
  109. light green=0 255 128
  110. light blue=128 255 255
  111. pink=255 0 128
  112. orange=255 128 64
  113.  
  114. [Desktop]
  115. maximized=0
  116. main=5 5 911 681
  117.