home *** CD-ROM | disk | FTP | other *** search
- : REM Screen definition with default label
- : REM Windows are drawn in the order defined. Pause, Query and User Input will
- : REM occur as they are encountered. SW will return only the last Query result.
-
- :Display
- _window /kcya┼ /r2 /s /bred /w /0 /z
- SCREEN WIZARD - Expanded Text Handling!
- /tWHI+ Multiple Windows!
- /m v 4.6
- _window /r10 /s /bwhi /gblu /l1 /fred /0
- /tBLU Optional Command Line Syntax:
- SW @filename [label]
- _window /r16 /s /bwhi /gblu /l1 /fred /0
- /tBLU SW 4.x ADDITIONAL FEATURES
- /tred /─
- /jl "- Define the entire screen with multiple windows "
- using external text files.
- _window /r25 /l0 /0 /p100- /d
- " - Press any key for more - "
- _window /r19 /bwhi /gblu /l0 /jl /0 /p100-
- "- Using labels, more than one definition can be "
- included in the same file.
- _window /r19 /bwhi /gblu /l0 /jl /0 /p100-
- "- The screen definition can be included inside the "
- calling batch file!
- _window /r19 /bwhi /gblu /l0 /jl /0 /p100-
- "- SW can evaluate Environment Variables included "
- inside screen definitions.
- _window /r19 /bwhi /gblu /l0 /jl /0 /p100-
- "- Screen definitions can include a special Help "
- section that can be called up with the F1 key.
- _window /r19 /bwhi /gblu /l0 /jl /0 /eblu+ /a5 /p100-
- "- {NEW!} Highlighting can be a different color on "
- /ered each line. Highlight blocks with{ {{braces}}}.
- _window /r19 /bwhi /gblu /l0 /jl /0 /eblu+ /a1000 /p100-
- "- {NEW!} Screen Saver for Query and User Input. Delay"
- from 1 to 30 minutes or disable with /D#.
- _window /r19 /bwhi /gblu /l0 /jl /0 /eblu+ /a220-1760 /p5- /d
- "- {NEW!} Alert tones can be swept up or down in "
- programmable steps.
- _window /a1760-220,20 /p100-
- _window /r16 /bwhi /gblu /fred /0 /3d /a4 /p100-
- /jc /tBLU SW 4.x ADDITIONAL FEATURES
- /tred /─/
- /jl "- {NEW!} Window frame can have a 3-D affect. It can "
- be set or it can follow the /S switch.
- _window /l1 /r16 /bwhi /gblu /fwhi,red /0 /a880 /p100-
- /jc /tBLU SW 4.x ADDITIONAL FEATURES
- /tred /─
- /jl "- {NEW!} Window Frame can have a different background"
- color from window window background.
- _window /r19 /bwhi /gblu /l0 /jl /0 /eblu+ /a1 /p100-
- "- {BONUS!} SWV.EXE Text File Viewer available when "
- registering SW / DI.
- _window /r19 /bwhi /gblu /l0 /jl /0 /eblu+ /a2 /p100-
- "- {BONUS!} SW-DOS.EXE DOS Window Shell available when"
- registering SW / DI.
- _window /r19 /bwhi /gblu /l0 /jl /0 /eblu+ /a3
- "- {BONUS!} SW-DIR.EXE File Picker available when "
- registering SW / DI.
- _window /r25 /l0 /0 /p200- /d
- " - Press any key to continue - "
- :end_display
-
- : REM screen definition showing a menu with user defined label
-
- :Snd_menu
- _window /kcya▐▄▀▄▀▄▀▌ /kCYA /r3 /s /bred /w /0 /z
- SCREEN WIZARD - Sounds!
- /m " v 4.6 "
- _window /r11 /s /l1 /w
- /eYEL /mc ~┤ Play a Sound ~├
- /eRED "~Low Tone ~Mid Tone ~High Tone"
- "Bweep ~1 Bweep ~2 ~Bomb "
- "~Siren ~Phasor ~Tweeter "
- "Sweep ~Up Sweep ~Down "
- /─/
- Close ~Encounters ~Charge
- Beethoven's ~5th ~WZLX
- /m [ {ESC} Exit {F1} Help ]
- :end_Snd_Menu
-
- : REM Screen def to handle Sound Menu query and demo help screen feature
-
- :Snd_Query
- _window /q~lmh12bsptce5wud
- _window_help /s /bwhi /fred /gblu
- This menu enables you to try all of the preprogrammed
- sounds in SW as well as a couple of Sweep examples and
- some quick tunes. Press the highlighted key to select.
- /tgre /m [ ESC ]
- :end_Snd_Query
-
- : REM screen definition showing a menu with another user defined label
-
- :4.6
- _window /r125 /c180 /z /bwhi /l0 /o
-
- _window /kwhi┴───┬── /r4 /bred /l5 /0 /z /kblu /@-
- SCREEN WIZARD - Bye, Bye ECHO!
- /m v 4.6
- _window /tRED /r11 /fWHI
- They can also be placed anywhere on the screen they'll fit!
- _window /c1 /r1 /tCYA /fBLU /bcya /l1 /0 /s1
- Upper Left
- _window /c71 /r1 /tMAG /fGRE /bmag /l1 /0 /s2
- Upper Right
- _window /c71 /r23 /tblu /fBLA /bgre /l1 /0 /s4
- Lower Right
- _window /c1 /r23 /tcya /fMAG /byel /l1 /0 /s3
- Lower Left
- _window /r18 /fWHI /tYEL+ /b4 /l5
- (c) 1993 Warren Small
- :end_4.6
-
- :Charge
- _window /aC4,2
- _window /aF4,2
- _window /aA4,2
- _window /aC5,4
- _window /aA4,2
- _window /aC5,5
- :End_Charge
-
- :Close
- _window /aA4,3
- _window /aB4,3
- _window /aG4,3
- _window /aG3,3
- _window /aD4,10
- :End_Close
-
- :WZLX
- _window /aE5
- _window /aG5
- _window /aB5
- _window /aE6
- _window /aB5
- _window /aG5
- _window /aE5
- :End_WZLX
-
- :Fifth
- _window /aG4,2
- _window /aG4,2
- _window /aG4,2
- _window /aE4b,8
- _window /p4
- _window /aF4,2
- _window /aF4,2
- _window /aF4,2
- _window /aD4,8
- :End_Fifth
-