home *** CD-ROM | disk | FTP | other *** search
/ POINT Software Programming / PPROG1.ISO / misc / inter41 / int2whlp / i2w-test / int2whlp.cfg < prev    next >
Encoding:
Text File  |  1994-05-31  |  1.9 KB  |  83 lines

  1. ; Many entries in this configuration file are commented out" by a leading
  2. ; semicolom. They can easily be enabled by deleting the semicolon.
  3.  
  4. [FILES]
  5. inPath=.
  6. outPath=.
  7.  
  8. [OPTIONS]
  9. compression=medium
  10. indexHeaders=1
  11. singlesInMain=0
  12. indexColumns=1
  13. filterFile=test-flt.flt
  14. errorLog=1
  15.  
  16. [CONFIG]
  17. background=(255,255,255)
  18. header background=(255,255,192)
  19. ;pos and size=(0,0,980,1023)
  20. ;text font=modern Courier
  21. ;header font=swiss Arial
  22. ; instead of Courier New and Times New Roman
  23. ;deciPoints=100
  24. ; 100 and 120 are legal for Courier
  25. ;header deciPoints=180
  26. ; a rather large font
  27. ;header 2nd deciPoints=140
  28.  
  29. [WINDOWS]
  30. number=4
  31.  
  32. [WINDOW 1]
  33. title=ProcessFile() Test
  34. id=idFile1
  35. file 1=TEST-FIL.LST
  36.  
  37. [WINDOW 2]
  38. title=ProcessPort() Test
  39. id=idPort
  40. type=2
  41. file 1=TEST-POR.LST
  42. ; default file 1 type is the WINDOW type (2)
  43.  
  44. [WINDOW 3]
  45. title=The ProcessPort() Test File's Contents
  46. id=idPort_text
  47. file 1=TEST-POR.LST
  48. ; this time, include the same file as a type 1 file
  49.  
  50. [WINDOW 4]
  51. title=Test Window
  52. id=idTest
  53. type=3
  54. files=5
  55.  
  56. file 1=test-1.rtf
  57. ; No type specified for file 1, the WINDOW type is the default.
  58. ; File type 3 is an RTF file.
  59. ; The index is in this file. The index can be in any of the RTF files
  60. ; in a multi file window.
  61.  
  62. file 2=test-2.txt
  63. file 2 type=4
  64. ; File type 4 is an ascii file with its own header.
  65. ; No title, id, or chain defined, defaults are "Test Window - 2",
  66. ; "idTest_2", and "idTest:5". The index in a file of type 3 should
  67. ; reference the identifier "idTest_2".
  68.  
  69. file 3=test-3.txt
  70. file 3 type=4
  71. file 3 title=Test Window File 3
  72. ; The title "Test Window File 3" overrides the default "Test Window - 3"
  73.  
  74. file 4=test-4.txt
  75. file 4 type=4
  76. file 4 id=idTestFile4
  77. ; The index file should reference 
  78. file 4 chain=f:0
  79. ; "f:0" is the ProcessFile() procedure chain.
  80. ; No title is defined, the default "Test Window - 4" is used.
  81.  
  82. file 5=test-5.rtf
  83.