home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / LABTST24.ZIP / SCREEN.CTL < prev    next >
Encoding:
Text File  |  1993-09-13  |  3.6 KB  |  70 lines

  1. ; This is the screen control file.  The commands in this file will tell
  2. ; Labtest what and where to place remarks on the user's screen.  The
  3. ; order of the processing cannot be changed, therefore the order of these
  4. ; response messages must not be changed either.  Each line of this file
  5. ; consists of five parts:  Process identifier, text to display,
  6. ; row/column coordinates of where the text should be displayed on screen
  7. ; and the color code to display the text in.  The text to display must
  8. ; be only one word.
  9. ;
  10. ; Color codes are made up of foreground and background colors.  Below
  11. ; is a table of color codes that you can use:
  12. ;
  13. ;    Color             Value
  14. ;
  15. ;    Black              0
  16. ;    Blue               1
  17. ;    Green              2
  18. ;    Cyan               3
  19. ;    Red                4
  20. ;    Magenta            5
  21. ;    Brown              6
  22. ;    Grey               7
  23. ;
  24. ; To make a color bright, add 8 to the foreground color value
  25. ; To make a color blinking, add 8 to the background color value
  26. ;
  27. ; For example, to make the Working_Text color bright green on a black
  28. ; background with blinking on, you would use a value of 10 (Green is 2+8
  29. ; for bright) for the foreground, and a value of 8 (Black is 0+8 for
  30. ; blinking) for the background.
  31.  
  32. ; The Working_Text will be displayed during the actual processing of
  33. ; each phase of Labtest.  It will be displayed in place of the Pass or
  34. ; Fail text at the given coordinates for each phase.  The Row and Col
  35. ; for Working_Text is ignored, but should be set to 0.
  36.  
  37. ; Keyword                 Text      Row   Col   Foreground  Background
  38. Working_Text              Working   0      0      10             8
  39. Filename_Display          @         6      19     10             0
  40. Archive_Date_Pass         Ok        8      7      10             0
  41. Archive_Date_Fail         Old       8      7      12             8
  42. Unpack_Pass               Ok        9      7      10             0
  43. Unpack_Fail               Fail      9      7      12             8
  44. Internal_Date_Pass        Ok        10     7      10             0
  45. Internal_Date_Fail        Old       10     7      12             8
  46. Remove_Unwanted_Pass      Ok        11     7      10             0
  47. Remove_Unwanted_Fail      Fail      11     7      12             8
  48. Add_Files_Pass            Ok        12     7      10             0
  49. Add_Files_Fail            Fail      12     7      12             8
  50. Virus_Scan_Pass           Ok        8      43     10             0
  51. Virus_Scan_Fail           Ouch!     8      43     12             8
  52. Repack_Pass               Ok        9      43     10             0
  53. Repack_Fail               Fail      9      43     12             8
  54. Add_Comment_Pass          Ok        10     43     10             0
  55. Add_Comment_Fail          Fail      10     43     12             8
  56. Remove_Work_Dir_Pass      Ok        11     43     10             0
  57. Remove_Work_Dir_Fail      Fail      11     43     12             8
  58. Gif_Resolution_Pass       Ok        12     43     10             0
  59. Gif_Resolution_Fail       Ugly      12     43     12             8
  60. Update_RA_Pass            Ok        12     43     10             0
  61. Update_RA_Fail            Fail      12     43     12             8
  62. ExitBefore_Pass           Ok        0      0      10             0
  63. ExitBefore_Fail           Fail      0      0      12             8
  64. ExitAfter_Pass            Ok        14     43     10             0
  65. ExitAfter_Fail            Fail      14     43     12             8
  66.  
  67. ; The next four deal with the ExitBefore and ExitAfter prompts.  Be sure and
  68. ; update the LABTEST.ANS screen if you intend on using these dos hooks.
  69.  
  70.