home *** CD-ROM | disk | FTP | other *** search
INI File | 2007-05-10 | 2.2 KB | 38 lines |
- ; WBAT INI file (semicolon for comments)
- [general] ;1/0 for on/off
- BlinkMode=0 ;off recommended (see below)
- ELvar=1 ;SET ?=box exit code (errorlevel)
- rightESC=1 ;ESC by right mouse click outside box
- ESCinput=0 ;on ESC: 1=do not discard input
- ErrorPause=1 ;Halt on errors (errorlevel 255)
- KeybFlush=0 ;flush keyboard buffer before box display
- NoHideCursor=0 ;never hide blinking input cursor?
- DragAnim=1 ;box drag animation (1 is default)
- BoxFrame="╔═╗║ ║╚═╝" ;3*3 pattern, example: "┌─┐│ │└─┘"
- CheckSymbol="x" ;or 251 ;(checkbox) decimal code or quoted char
- RadioSymbol="*" ;or 254 ;(radio buttons) decimal or quoted char
- HiSymbol="~" ;Symbol for TextHi and BoxHi (see color)
- SourceFile=WBAT.TXT ;default source file name for layouts
- PalFile=+PAL.INI ;color palette (command: wbat pal)
- FontFile=+SANSERIF.FNT ;font file (command: wbat font)
- ;("+" means: in directory of WBAT.COM)
- [color]
- Screen= black on +green ;default for CLS and FILL
- TextHi= red on +green ;screen text hilite (~~)
- TextTitle=+white on magenta ;screen text title (#)
- Box= black on +white ;default for box/menu/list
- BoxHi= blue on +white ;box text hilite
- Divider= cyan ;dividers in box (char "─", code 196)
- Shadow= +black ;box shadow (NONE: no shadow)
- BoxTitle= yellow on +blue ;box title
- Bar= +white on +red ;active control element
- Button= black on white ;control elements
- HotKey= red ;hotkey character (background optional)
- ;NONE turns off hotkey functionality
- ;notes
- ;colors: black,red,green,blue,brown,cyan,magenta,white
- ;optional: bright/light or "+" character
- ; yellow = bright brown, grey/gray = (normal) white
- ;Blinkmode=1 shows blinking characters instead of bright background.
- ;By deault blinking is turned off. No blinking in GUI mode anyhow.
-