home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 10 / PCGAMER10.bin / menu / doom.cfg < prev    next >
Text File  |  1995-05-31  |  2KB  |  109 lines

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