home *** CD-ROM | disk | FTP | other *** search
- wallpaper pcf.pcx
-
- MenuXpos 13
- MenuYpos 7
- MenuWidth 36
- MenuHeight 15
- MenuColour Blue
- MenuPointerColour red
- MenuBorderColour white
-
- InfoXpos 14
- InfoYpos 23
- InfoWidth 36
- InfoHeight 7
- InfoColour Blue
-
- ButtonColour LIGHTGRAY
- ButtonBorderColour DARKGRAY
- ButtonTopHighLightColour WHITE
- ButtonBottomHighLightColour DARKGRAY
- ButtonTextColour BLACK
- ButtonHighLightColour RED
- ButtonNotAvailableColour DARKGRAY
-
- ; Define the Home button
-
- ButtonText @
- ButtonHotKey Home
- ButtonAction Home
- ButtonXpos 57
- ButtonYpos 22
- ButtonWidth 4
-
- ; Define the End button
-
- ButtonText @
- ButtonHotKey End
- ButtonAction End
- ButtonXpos 62
- ButtonYpos 22
- ButtonWidth 4
-
- ; Define the Scroll Up button
-
- ButtonText @
- ButtonHotKey UP
- ButtonAction ScrollUp
- ButtonXpos 70
- ButtonYpos 22
- ButtonWidth 3
-
- ; Define the Scroll Down button
-
- ButtonText @
- ButtonHotKey DOWN
- ButtonAction ScrollDn
- ButtonXpos 74
- ButtonYpos 22
- ButtonWidth 3
-
- ; Define the Execute button
-
- ButtonText @un/Install
- ButtonHotKey R
- ButtonAction execute
- ButtonXpos 57
- ButtonYpos 26
- ButtonWidth 11
-
- ; Define the PkUnzip button
-
- ButtonText @nzip
- ButtonHotKey U
- ButtonAction pkunzip
- ButtonXpos 57
- ButtonYpos 28
- ButtonWidth 11
-
- ; Define the Drive Select button
-
- ButtonText @isk
- ButtonHotKey D
- ButtonAction drive
- ButtonXpos 69
- ButtonYpos 26
- ButtonWidth 8
-
- ; Define the Exit button
-
- ButtonText @ Exit
- ButtonHotKey Esc
- ButtonAction Exit
- ButtonXpos 69
- ButtonYpos 28
- ButtonWidth 8
-
- ;
- ; End of Menu Configuration File
- ;
-