home *** CD-ROM | disk | FTP | other *** search
/ Wallace & Gromit - Print-o-Matic / BBC WG.ISO / compress / system.z / CONFIG.D < prev    next >
Encoding:
Text File  |  1998-03-31  |  754 b   |  47 lines

  1. {
  2.     IniFile "bbcwg3"
  3.     SaveDir "user"
  4.  
  5.     LoadModeThumbDir "load\thf"
  6.         
  7.     PreloadSounds
  8.     {         
  9.         PushButton "0"
  10.         RadioButton "1"
  11.         Tab "0"        
  12.         Clear "common\button\gbu_push"
  13.         Delete "common\button\gbu_push"
  14.         Erase "common\button\gbu_rad"
  15.         Exit "common\button\gbu_push"
  16.         Help "common\button\gbu_push"
  17.         Load "common\button\gbu_push"
  18.         Max "common\button\gbu_push"
  19.         Min "common\button\gbu_push"
  20.         OK "common\button\gbu_push"
  21.         Save "common\button\gbu_push"
  22.         Undo "common\button\gbu_push"
  23.     }            
  24.             
  25.     Directories
  26.     {
  27.         Dat
  28.         {               
  29.             "dat"
  30.         }
  31.         Sound
  32.         {        
  33.             "res\wav"
  34.             "cdres\wav"
  35.         }
  36.         Bitmap
  37.         {
  38.             "res"
  39.             "cdres"
  40.         }
  41.         Scripts
  42.         {  
  43.             "dat"
  44.         }
  45.     }
  46. }
  47.