home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / LABTST25.ZIP / SCREEN.CTL < prev    next >
Text File  |  1993-09-17  |  4KB  |  74 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.  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 1, not 0.
  36. ;
  37. ; To disable displaying of an item, set the row and col to 0.
  38. ;
  39. ; Keyword                 Text      Row   Col   Foreground  Background
  40. Working_Text              Working   1      1      10             8
  41. File_Name_Display         @         6      19     11             0
  42. Archive_Date_Pass         Ok        8      7      10             0
  43. Archive_Date_Fail         Old       8      7      12             8
  44. Unpack_Pass               Ok        9      7      10             0
  45. Unpack_Fail               Fail      9      7      12             8
  46. Internal_Date_Pass        Ok        10     7      10             0
  47. Internal_Date_Fail        Old       10     7      12             8
  48. Remove_Unwanted_Pass      Ok        11     7      10             0
  49. Remove_Unwanted_Fail      Fail      11     7      12             8
  50. Add_Files_Pass            Ok        12     7      10             0
  51. Add_Files_Fail            Fail      12     7      12             8
  52. Virus_Scan_Pass           Ok        8      43     10             0
  53. Virus_Scan_Fail           Ouch!     8      43     12             8
  54. Repack_Pass               Ok        9      43     10             0
  55. Repack_Fail               Fail      9      43     12             8
  56. Add_Comment_Pass          Ok        10     43     10             0
  57. Add_Comment_Fail          Fail      10     43     12             8
  58. Remove_Work_Dir_Pass      Ok        11     43     10             0
  59. Remove_Work_Dir_Fail      Fail      11     43     12             8
  60. Gif_Resolution_Pass       Ok        0      0      10             0
  61. Gif_Resolution_Fail       Ugly      0      0      12             8
  62. Update_RA_Pass            Ok        12     43     10             0
  63. Update_RA_Fail            Fail      12     43     12             8
  64. ExitBefore_Pass           Ok        0      0      0              0
  65. ExitBefore_Fail           Fail      0      0      0              0
  66. ExitAfter_Pass            Ok        0      0      0              0
  67. ExitAfter_Fail            Fail      0      0      0              0
  68. ExitAfterGif_Pass         Ok        0      0      0              0
  69. ExitAfterGif_Fail         Fail      0      0      0              0
  70.  
  71. ; The next four deal with the ExitBefore and ExitAfter prompts.  Be sure and
  72. ; update the LABTEST.ANS screen if you intend on using these dos hooks.
  73.  
  74.