home *** CD-ROM | disk | FTP | other *** search
- ; This is the screen control file. The commands in this file will tell
- ; Labtest what and where to place remarks on the user's screen. The
- ; order of the processing cannot be changed, therefore the order of these
- ; response messages MUST NOT BE CHANGED. Each line of this file
- ; consists of five parts: Process identifier, text to display,
- ; row/column coordinates of where the text should be displayed on screen
- ; and the color code to display the text in. The text to display must
- ; be only one word.
- ;
- ; Color codes are made up of foreground and background colors. Below
- ; is a table of color codes that you can use:
- ;
- ; Color Value
- ;
- ; Black 0
- ; Blue 1
- ; Green 2
- ; Cyan 3
- ; Red 4
- ; Magenta 5
- ; Brown 6
- ; Grey 7
- ;
- ; To make a color bright, add 8 to the foreground color value
- ; To make a color blinking, add 8 to the background color value
- ;
- ; For example, to make the Working_Text color bright green on a black
- ; background with blinking on, you would use a value of 10 (Green is 2+8
- ; for bright) for the foreground, and a value of 8 (Black is 0+8 for
- ; blinking) for the background.
-
- ; The Working_Text will be displayed during the actual processing of
- ; each phase of Labtest. It will be displayed in place of the Pass or
- ; Fail text at the given coordinates for each phase. The Row and Col
- ; for Working_Text is ignored, but should be set to 1, not 0.
- ;
- ; To disable displaying of an item, set the row and col to 0.
- ;
- ; Keyword Text Row Col Foreground Background
- Working_Text Working 1 1 10 8
- File_Name_Display @ 6 19 11 0
- Archive_Date_Pass Ok 8 7 10 0
- Archive_Date_Fail Old 8 7 12 8
- Unpack_Pass Ok 9 7 10 0
- Unpack_Fail Fail 9 7 12 8
- Internal_Date_Pass Ok 10 7 10 0
- Internal_Date_Fail Old 10 7 12 8
- Remove_Unwanted_Pass Ok 11 7 10 0
- Remove_Unwanted_Fail Fail 11 7 12 8
- Add_Files_Pass Ok 12 7 10 0
- Add_Files_Fail Fail 12 7 12 8
- Virus_Scan_Pass Ok 8 43 10 0
- Virus_Scan_Fail Ouch! 8 43 12 8
- Repack_Pass Ok 9 43 10 0
- Repack_Fail Fail 9 43 12 8
- Add_Comment_Pass Ok 10 43 10 0
- Add_Comment_Fail Fail 10 43 12 8
- Remove_Work_Dir_Pass Ok 11 43 10 0
- Remove_Work_Dir_Fail Fail 11 43 12 8
- Gif_Resolution_Pass Ok 0 0 10 0
- Gif_Resolution_Fail Ugly 0 0 12 8
- Update_RA_Pass Ok 12 43 10 0
- Update_RA_Fail Fail 12 43 12 8
- ExitBefore_Pass Ok 0 0 0 0
- ExitBefore_Fail Fail 0 0 0 0
- ExitAfter_Pass Ok 0 0 0 0
- ExitAfter_Fail Fail 0 0 0 0
- ExitAfterGif_Pass Ok 0 0 0 0
- ExitAfterGif_Fail Fail 0 0 0 0
-
- ; The next four deal with the ExitBefore and ExitAfter prompts. Be sure and
- ; update the LABTEST.ANS screen if you intend on using these dos hooks.
-
-