home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / BCDW / hiren.ima / drivers.cab / wbat.ini < prev   
Encoding:
INI File  |  2007-05-10  |  2.2 KB  |  38 lines

  1. ;               WBAT INI file   (semicolon for comments)
  2. [general]                       ;1/0 for on/off
  3. BlinkMode=0                     ;off recommended (see below)
  4. ELvar=1                         ;SET ?=box exit code (errorlevel)
  5. rightESC=1                      ;ESC by right mouse click outside box
  6. ESCinput=0                      ;on ESC: 1=do not discard input
  7. ErrorPause=1                    ;Halt on errors (errorlevel 255)
  8. KeybFlush=0                     ;flush keyboard buffer before box display
  9. NoHideCursor=0                  ;never hide blinking input cursor?
  10. DragAnim=1                      ;box drag animation (1 is default)
  11. BoxFrame="╔═╗║ ║╚═╝" ;3*3 pattern, example: "┌─┐│ │└─┘" 
  12. CheckSymbol="x"         ;or 251 ;(checkbox) decimal code or quoted char
  13. RadioSymbol="*"         ;or 254 ;(radio buttons) decimal or quoted char
  14. HiSymbol="~"                    ;Symbol for TextHi and BoxHi (see color)
  15. SourceFile=WBAT.TXT             ;default source file name for layouts
  16. PalFile=+PAL.INI                ;color palette (command: wbat pal)
  17. FontFile=+SANSERIF.FNT          ;font file (command: wbat font)
  18.                                 ;("+" means: in directory of WBAT.COM)
  19. [color]
  20. Screen=   black on +green       ;default for CLS and FILL
  21. TextHi=   red on +green         ;screen text hilite (~~)
  22. TextTitle=+white on magenta     ;screen text title (#)
  23. Box=      black on +white       ;default for box/menu/list
  24. BoxHi=    blue on +white         ;box text hilite
  25. Divider=  cyan                  ;dividers in box (char "─", code 196)
  26. Shadow=   +black                ;box shadow (NONE: no shadow)
  27. BoxTitle= yellow on +blue        ;box title
  28. Bar=      +white on +red        ;active control element
  29. Button=   black on white        ;control elements
  30. HotKey=   red                   ;hotkey character (background optional)
  31.                                 ;NONE turns off hotkey functionality
  32. ;notes
  33. ;colors:      black,red,green,blue,brown,cyan,magenta,white
  34. ;optional:    bright/light or "+" character
  35. ;             yellow = bright brown, grey/gray = (normal) white
  36. ;Blinkmode=1 shows blinking characters instead of bright background.
  37. ;By deault blinking is turned off. No blinking in GUI mode anyhow.
  38.