home *** CD-ROM | disk | FTP | other *** search
- version 9
- windowsize 3.2 10.4
-
-
- close off
- title "Selector Prefs V1.3"
-
-
- [sj]
-
- setpen 0.04 0.2
- startbox
- text "Colors & patterns"
- button Background exec 'execute /pref/background' loadupdate
- button "Text Color" exec 'execute /pref/textforeground' loadupdate
- button "Text Background" exec 'execute /pref/textback2' loadupdate
- button "Button Text Color" exec 'execute /pref/foreground' loadupdate
- button "Button Background" exec 'execute /pref/back2' loadupdate
- button "Draw Color" exec 'execute /pref/drawcol' loadupdate
- button "Set Patterns" load /pref/patterns.sel
- button "Unload Patterns" load /pref/unload.sel
- button "ShowPatterns" exec 'selector /pref/show.sel' load "[this]"
- endbox
-
- ;changesize 14
-
- setpen 1.10303 6.5
- startbox
- text External
- button "Text Editor" exec 'execute /pref/chooseEditor'
- button "Guide Reader" exec 'execute /pref/chooseGuide'
- endbox
-
- setpen 2.172185 .1176471
- startbox
- text misc
- button Font exec 'execute /pref/font' loadupdate
- button Gap exec 'execute /pref/gap' loadupdate
- button "Mark Button" exec 'execute /pref/mark' loadupdate
- endbox
-
-
- setpen 2.169697 5.2
- startbox
- text "Selector Prefs"
- button "Jump: [js]" exec "execute /pref/jump" load "[this]"
- button Help load /pref/help.sel
- button Save exec "execute /pref/saveprefs" exit
- button Cancel exec "execute /pref/cancelprefs" exit
- endbox
-
- drawcol 3
- draw filledBox 1.104575 1.833333 2.091503 5.611111
- drawcol black
- draw Figure 1.104575 1.833333 2.091503 5.611111
- draw Box 1.104575 1.833333 2.091503 5.611111
-
- setpen 1.10303 .2083333
- textcol white
- text
- text
- text "Selector [ver]"
- text "By Anders Persson"
- text "Copyright ©1998"
- text
-
-
-
-