home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / diskutil / rwp100b.zoo / rwp-wind.inc < prev    next >
Encoding:
Text File  |  1990-02-23  |  2.6 KB  |  44 lines

  1. ;This include file is the screen definition for the pop up window.  Text and
  2. ;attributes have been seperated to simplify looking at this block of data.
  3.  
  4. UA      equ     24      ; Up arrow ASCII character
  5. DA      equ     25      ; Down arrow ASCII character
  6. LA      equ     27      ; Left arrow ASCII character
  7. RA      equ     26      ; Right arrow ASCII character
  8.  
  9. vid_buffer_text \
  10.         db '▐▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▌'
  11.         db '▐ -=«< Resident Write Protector (C)1990 by Randy Hall >»=- ▌'
  12.         db '▐▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▌'
  13.         db '▐    PROTECTION SELECTIONS    ║    Protection Levels:      ▌'
  14.         db '▐─────────────────────────────╫────────────────────────────▌'
  15.         db '▐ Floppy: Drive A: (00h)   0  ║ 0: None (normal operation) ▌'
  16.         db '▐         Drive B: (01h)   0  ║ 1: Format protected        ▌'
  17.         db '▐   Hard: Drive C: (80h)   1  ║ 2: Write protected &       ▌'
  18.         db '▐         Drive D: (81h)   1  ║    Format protected        ▌'
  19.         db '▐═════════════════════════════╩════════════════════════════▌'
  20.         db '▐          Use ',UA,' and ',DA,\
  21.                                  ' to select between drives            ▌'
  22.         db '▐         Use ',LA,' and ',RA,\
  23.                                 ' to select protection level           ▌'
  24.         db '▐▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▌'
  25.         db '▐      PRESS ESC TO RESUME PROGRAM ALREADY IN PROGRESS     ▌'
  26.         db '▐▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▌'
  27.  
  28. vid_buffer_attr \
  29.         db    0Fh,58 dup (3Fh),0Fh                              ;---
  30.         db    0Fh,58 dup (30h),0Fh                              ;Resident
  31.         db    0Fh,58 dup (3Fh),0Fh                              ;---
  32.         db    0Fh,29 dup (17h),1Bh,28 dup (17h),0Fh             ;PROTECTION
  33.         db    0Fh,58 dup (1Bh),0Fh                              ;---
  34.         db    0Fh,26 dup (1Eh),4Fh,1Eh,1Eh,1Bh,28 dup (1Eh),0Fh ;Fl: A
  35.         db    0Fh,26 dup (1Eh),4Fh,1Eh,1Eh,1Bh,28 dup (1Eh),0Fh ;    B
  36.         db    0Fh,26 dup (1Eh),4Fh,1Eh,1Eh,1Bh,28 dup (1Eh),0Fh ;HD: C
  37.         db    0Fh,26 dup (1Eh),4Fh,1Eh,1Eh,1Bh,28 dup (1Eh),0Fh ;    D
  38.         db    0Fh,58 dup (1Bh),0Fh                              ;---
  39.         db    0Fh,58 dup (17h),0Fh                              ;up down
  40.         db    0Fh,58 dup (17h),0Fh                              ;left right
  41.         db    0Fh,58 dup (4Fh),0Fh                              ;---
  42.         db    0Fh,58 dup (47h),0Fh                              ;PRESS
  43.         db    0Fh,58 dup (4Fh),0Fh                              ;---
  44.