home *** CD-ROM | disk | FTP | other *** search
- ; Many entries in this configuration file are commented out" by a leading
- ; semicolom. They can easily be enabled by deleting the semicolon.
-
- [FILES]
- inPath=.
- outPath=.
-
- [OPTIONS]
- compression=medium
- indexHeaders=1
- singlesInMain=0
- indexColumns=1
- filterFile=test-flt.flt
- errorLog=1
-
- [CONFIG]
- background=(255,255,255)
- header background=(255,255,192)
- ;pos and size=(0,0,980,1023)
- ;text font=modern Courier
- ;header font=swiss Arial
- ; instead of Courier New and Times New Roman
- ;deciPoints=100
- ; 100 and 120 are legal for Courier
- ;header deciPoints=180
- ; a rather large font
- ;header 2nd deciPoints=140
-
- [WINDOWS]
- number=4
-
- [WINDOW 1]
- title=ProcessFile() Test
- id=idFile1
- file 1=TEST-FIL.LST
-
- [WINDOW 2]
- title=ProcessPort() Test
- id=idPort
- type=2
- file 1=TEST-POR.LST
- ; default file 1 type is the WINDOW type (2)
-
- [WINDOW 3]
- title=The ProcessPort() Test File's Contents
- id=idPort_text
- file 1=TEST-POR.LST
- ; this time, include the same file as a type 1 file
-
- [WINDOW 4]
- title=Test Window
- id=idTest
- type=3
- files=5
-
- file 1=test-1.rtf
- ; No type specified for file 1, the WINDOW type is the default.
- ; File type 3 is an RTF file.
- ; The index is in this file. The index can be in any of the RTF files
- ; in a multi file window.
-
- file 2=test-2.txt
- file 2 type=4
- ; File type 4 is an ascii file with its own header.
- ; No title, id, or chain defined, defaults are "Test Window - 2",
- ; "idTest_2", and "idTest:5". The index in a file of type 3 should
- ; reference the identifier "idTest_2".
-
- file 3=test-3.txt
- file 3 type=4
- file 3 title=Test Window File 3
- ; The title "Test Window File 3" overrides the default "Test Window - 3"
-
- file 4=test-4.txt
- file 4 type=4
- file 4 id=idTestFile4
- ; The index file should reference
- file 4 chain=f:0
- ; "f:0" is the ProcessFile() procedure chain.
- ; No title is defined, the default "Test Window - 4" is used.
-
- file 5=test-5.rtf
-