home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 48 / PCGAMER48.bin / MENU / CDGAMER.CFG next >
Text File  |  1997-02-05  |  2KB  |  100 lines

  1. wallpaper cdgamer.pcx
  2.  
  3. MenuXpos 13
  4. MenuYpos 7
  5. MenuWidth 36
  6. MenuHeight 15
  7. MenuColour Blue
  8. MenuPointerColour white
  9. MenuBorderColour white
  10.  
  11. InfoXpos 14
  12. InfoYpos 23
  13. InfoWidth 36
  14. InfoHeight 7
  15. InfoColour Blue
  16.  
  17. ButtonColour LIGHTGRAY
  18. ButtonBorderColour DARKGRAY
  19. ButtonTopHighLightColour WHITE
  20. ButtonBottomHighLightColour DARKGRAY
  21. ButtonTextColour BLACK
  22. ButtonHighLightColour RED
  23. ButtonNotAvailableColour DARKGRAY
  24.  
  25. ; Define the Home button
  26.  
  27. ButtonText @
  28. ButtonHotKey Home
  29. ButtonAction Home
  30. ButtonXpos 57
  31. ButtonYpos 22
  32. ButtonWidth 4
  33.  
  34. ; Define the End button
  35.  
  36. ButtonText @
  37. ButtonHotKey End
  38. ButtonAction End
  39. ButtonXpos 62
  40. ButtonYpos 22
  41. ButtonWidth 4
  42.  
  43. ; Define the Scroll Up button
  44.  
  45. ButtonText  @
  46. ButtonHotKey UP
  47. ButtonAction ScrollUp
  48. ButtonXpos 70
  49. ButtonYpos 22
  50. ButtonWidth 3
  51.  
  52. ; Define the Scroll Down button
  53.  
  54. ButtonText  @
  55. ButtonHotKey DOWN
  56. ButtonAction ScrollDn
  57. ButtonXpos 74
  58. ButtonYpos 22
  59. ButtonWidth 3
  60.  
  61. ; Define the Execute button
  62.  
  63. ButtonText @un/Install
  64. ButtonHotKey R
  65. ButtonAction execute
  66. ButtonXpos 57
  67. ButtonYpos 26
  68. ButtonWidth 11
  69.  
  70. ; Define the PkUnzip button
  71.  
  72. ButtonText @nzip
  73. ButtonHotKey U
  74. ButtonAction pkunzip
  75. ButtonXpos 57
  76. ButtonYpos 28
  77. ButtonWidth 11
  78.  
  79. ; Define the Drive Select button
  80.  
  81. ButtonText @isk
  82. ButtonHotKey D
  83. ButtonAction drive
  84. ButtonXpos 69
  85. ButtonYpos 26
  86. ButtonWidth 8
  87.  
  88. ; Define the Exit button
  89.  
  90. ButtonText @ Exit
  91. ButtonHotKey Esc
  92. ButtonAction Exit
  93. ButtonXpos 69
  94. ButtonYpos 28
  95. ButtonWidth 8
  96.  
  97. ;
  98. ; End of Menu Configuration File
  99. ;
  100.