home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UPCHECK / LABTST27.ZIP / GIF2JPG.CTL < prev    next >
Text File  |  1993-11-26  |  5KB  |  84 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.
  3. ;
  4. ; NOTE CHANGES FROM PREVIOUS VERSIONS!  The order of the keywords are no
  5. ; longer relevant.  Each line of this file consists of nine parts:
  6. ; Process identifier, text to display, ANSI row/column coordinates of where
  7. ; the text should be displayed on screen, the color code (for ANSI) to display
  8. ; the text in, the RIP row, column and color codes.
  9. ; The text to display must be only one word.
  10. ;
  11. ; ANSI Color codes are made up of foreground and background colors.
  12. ; RIP color codes consist of only a foreground color.  Below
  13. ; is a table of color codes that you can use:
  14. ;
  15. ;            ANSI                                   RIP
  16. ;
  17. ;    Color     Value                Color     Value   Color           Value
  18. ;                                   Black      00
  19. ;    Black       0                  Blue       01     L. Blue          09
  20. ;    Blue        1                  Green      02     L. Green         0A
  21. ;    Green       2                  Cyan       03     L. Cyan          0B
  22. ;    Cyan        3                  Red        04     L. Red           0C
  23. ;    Red         4                  Magenta    05     L. Magenta       0D
  24. ;    Magenta     5                  Brown      06     Yellow           0E
  25. ;    Brown       6                  L. Grey    07     White            0F
  26. ;    Grey        7                  D. Grey    08
  27. ;
  28. ; For ANSI:
  29. ; To make a color bright, add 8 to the foreground color value
  30. ; To make a color blinking, add 8 to the background color value
  31. ; For example, to make the Working_Text color bright green on a black
  32. ; background with blinking on, you would use a value of 10 (Green is 2+8
  33. ; for bright) for the foreground, and a value of 8 (Black is 0+8 for
  34. ; blinking) for the background.
  35. ;
  36. ; For Rip:
  37. ; For simplicity sake, Labtest will display the text in the Default
  38. ; (8x8) font, using a magnification factor of 1.  Refere to your
  39. ; RIPSCRIP document for information on Rip colors and numbering system.
  40. ;
  41. ; The Working_Text will be displayed during the actual processing of
  42. ; each phase of Labtest.  It will be displayed in place of the Pass or
  43. ; Fail text at the given coordinates for each phase.  The Row and Col
  44. ; for Working_Text is ignored, but should be set to 1, not 0.
  45. ;
  46. ;
  47. ; To disable displaying of an item, set the row and col to 0.
  48. ;
  49. ;                                                           Rip   Rip  Rip
  50. ; Keyword                 Text      Row   Col   Fore  Back  Row   Col  Color
  51. Working_Text              Working   1      1     10     8   1     1    0E
  52. File_Name_Display         @         6      19    11     0   0     0    00
  53. File_Date_Pass            Ok        8      7     10     0   3B    1L   0A
  54. File_Date_Fail            Old       8      7     12     8   3B    1L   0C
  55. Unpack_Pass               Ok        11     7     10     0   58    1L   0A
  56. Unpack_Fail               Fail      11     7     12     8   58    1L   0C
  57. Imbedded_Files_Pass       Ok        12     7     10     0   5V    1L   0A
  58. Imbedded_Files_Fail       Fail      12     7     10     0   5V    1L   0A
  59. Remove_Unwanted_Pass      Ok        13     7     10     0   6I    1L   0A
  60. Remove_Unwanted_Fail      Fail      13     7     12     8   6I    1L   0C
  61. Add_Files_Pass            Ok        8      45    10     0   3B    9H   0A
  62. Add_Files_Fail            Fail      8      45    12     8   3B    9H   0C
  63. Virus_Scan_Pass           Ok        9      45    10     0   3Y    9H   0A
  64. Virus_Scan_Fail           Ouch!     9      45    12     8   3Y    9H   0C
  65. Repack_Pass               Ok        10     45    10     0   4L    9H   0A
  66. Repack_Fail               Fail      10     45    12     8   4L    9H   0C
  67. Add_Comment_Pass          Ok        11     45    10     0   58    9H   0A
  68. Add_Comment_Fail          Fail      11     45    12     8   58    9H   0C
  69. Remove_Work_Dir_Pass      Ok        12     45    10     0   5V    9H   0A
  70. Remove_Work_Dir_Fail      Fail      12     45    12     8   5V    9H   0C
  71. Gif_Resolution_Pass       Ok        9      7     10     0   3Y    1L   0A
  72. Gif_Resolution_Fail       Ugly      9      7     12     8   3Y    1L   0C
  73. Update_RA_Pass            Ok        13     45    10     0   6I    9H   0A
  74. Update_RA_Fail            Fail      13     45    12     8   6I    9H   0C
  75. ExitBefore_Pass           Ok        0      0     0      0   0     0    0
  76. ExitBefore_Fail           Fail      0      0     0      0   0     0    0
  77. ExitAfter_Pass            Ok        0      0     0      0   0     0    0
  78. ExitAfter_Fail            Fail      0      0     0      0   0     0    0
  79. Compress_Gif_Pass         Ok        10     7     10     0   4L    1L   0A
  80. Compress_Gif_Fail         Fail      10     7     12     8   4L    1L   0C
  81. Uncompress_JPG_Pass       Ok        0      0     10     0   0     0    0A
  82. Uncompress_JPG_Fail       Ok        0      0     12     0   0     0    0C
  83.  
  84.