home *** CD-ROM | disk | FTP | other *** search
/ Computer & Games 12 / SISAL12.iso / LUCAS / RESOURCE / SAMPLER.TRS < prev    next >
Encoding:
Text File  |  1995-07-25  |  4.9 KB  |  175 lines

  1. #define TRS_MAIN_VERSION    1
  2. //Super Sampler Launch Utility, Version 1.0
  3. #define TRS_BTN_YES         10
  4. //Yes (enter)
  5. #define TRS_BTN_NO          20
  6. //No (esc)
  7. #define TRS_BTN_CANCEL      30
  8. //Cancel (esc)
  9. #define TRS_BTN_OK          40
  10. //OK (enter)
  11. #define TRS_BTN_CONT        45
  12. //Continue (enter)
  13. #define TRS_BTN_PREV        50
  14. //&Prev Page
  15. #define TRS_BTN_CLOSE       60
  16. //&Close
  17. #define TRS_BTN_NEXT        70
  18. //&Next Page
  19. #define TRS_BTN_EXIT_README 80
  20. //E&xit to Instructions Menu
  21.  
  22. #define TRS_MSG_WAIT            100
  23. //^f01One Moment Please...
  24. #define TRS_MSG_SOUNDSETUP      105
  25. //Sound Card Setup
  26. #define TRS_MSG_SOUNDCFG            110
  27. //Before the demo can be run, your sound card 
  28. //must be configured.
  29. //
  30. //The configuration information will be saved in %s.
  31. #define TRS_MSG_IMUSECFG            115
  32. //The sound card configuration utility will set up your sound
  33. //card for all the demos except Dark Forces which installs and
  34. //runs its own utilities.
  35. //
  36. //The configuration information will be saved in %s.
  37. #define TRS_MSG_HELPFULHINT         120
  38. //Helpful Hint
  39. #define TRS_MSG_CAUTION             125
  40. //Caution
  41. #define TRS_MSG_ERRNOCD             140
  42. //Please Insert the Super Sampler CD
  43. #define TRS_MSG_ERRNOCANDO          160
  44. //Unable to complete request
  45. #define TRS_MSG_YOUREINWINDOWS        250
  46. //You are running in a Windows DOS box.
  47. //
  48. //Some demos may experience problems when
  49. //run from a DOS box.
  50. #define TRS_MSG_READYTOGO           260
  51. //Now you're ready to go!
  52.  
  53. #define TRS_MENU_MAIN_SETPOS    300
  54. //161 170 317 255
  55. #define TRS_MENU_MAIN_TITLE     310
  56. //^f01Main Menu
  57. #define TRS_MENU_MAIN_CFGSND    320
  58. //&Configure Sound Card
  59. #define TRS_MENU_MAIN_README    330
  60. //&View Demo Instructions
  61. #define TRS_MENU_MAIN_RUNDEMO   340
  62. //&Demos Menu
  63. #define TRS_MENU_MAIN_GUIDE     350
  64. //&Troubleshooting Guide
  65. #define TRS_MENU_MAIN_BOOTDK    360
  66. //&Make Boot Disk
  67. #define TRS_MENU_MAIN_EXIT      365
  68. //E&xit to DOS
  69. #define TRS_MENU_DEMO_TITLE      370
  70. //^f01LucasArts Demos
  71. #define TRS_MENU_DEMO_REBEL2           380
  72. //Run &Rebel Assault II Trailer
  73. #define TRS_MENU_DEMO_THROTL           400
  74. //Run &Full Throttle Demo
  75. #define TRS_MENU_DEMO_DRKFRC           410
  76. //Install D&ark Forces Demo
  77. #define TRS_MENU_DEMO_THEDIG           415
  78. //Run The &Dig Demo
  79. #define TRS_MENU_DEMO_TIEFGT           420
  80. //Run &Tie Fighter CD Demo
  81. #define TRS_MENU_EXIT              425
  82. //E&xit to Main Menu
  83. #define TRS_MENU_README_TITLE      430
  84. //^f01Demo Instructions
  85. #define TRS_MENU_README1           440
  86. //&Rebel Assault II Instructions
  87. #define TRS_MENU_README2           450
  88. //The &Dig Instructions
  89. #define TRS_MENU_README3           460
  90. //&Full Throttle Instructions
  91. #define TRS_MENU_README4           470
  92. //&Tie Fighter CD Instructions
  93. #define TRS_MENU_README5           480
  94. //D&ark Forces Instructions
  95.  
  96. #define TRS_DIR_DEMO        500
  97. //LECDEMOS\
  98. #define TRS_FILE_BRUSH      510
  99. //brush.nut
  100. #define TRS_FILE_BACKDROP   520
  101. //sampler.nut
  102. #define TRS_FILE_FONT1         530
  103. //sysfnt1.nut
  104. #define TRS_FILE_FONT2         540
  105. //sysfnt2.nut
  106. #define TRS_FILE_INSTALL_NUM      550
  107. //1
  108. #define TRS_FILE_INSTALL_LIST       560
  109. //dos4gw.exe
  110. #define TRS_FILE_README_NUM       570
  111. //5
  112. #define TRS_FILE_README_LIST        580
  113. //lecdemos\rebel2\readme.txt
  114. //lecdemos\digdemo\readme.txt
  115. //lecdemos\ftdemo\ftreadme.txt
  116. //lecdemos\tiecd\readme.txt
  117. //lecdemos\dfdemo\readme.txt
  118. #define TRS_FILE_DEMOEXE_NUM           590
  119. //5
  120. #define TRS_FILE_DEMOEXE_LIST        600
  121. //lecdemos\rebel2\rbl2demo.exe
  122. //lecdemos\digdemo\dig.exe
  123. //lecdemos\ftdemo\ft.exe
  124. //lecdemos\tiecd\tie.exe
  125. //lecdemos\dfdemo\install.exe
  126.  
  127. #define TRS_INFO_BEVEL_THICKNESS 700
  128. //4
  129.  
  130. #define TRS_README_TITLE        800
  131. //Demo Instructions
  132. #define TRS_README_EXIT_DATA    810
  133. //8   3   220 24          ;X rel to dlg edge, Y rel to text bottom, w, h
  134. #define TRS_README_PREV_DATA    820
  135. //235 3   100 24          ;X rel to EXIT, Y rel to text bottom,w,h
  136. #define TRS_README_NEXT_DATA    830
  137. //5   3   100 24          ;X rel to PREV, Y rel to text bottom,w,h
  138.  
  139. #define TRS_DEMO_DLG_LINE1   900
  140. //183  287 274  3
  141. #define TRS_DEMO_DLG_LINE2   907
  142. //183  322 274  3
  143. #define TRS_DEMO_REBEL2_DATA 910
  144. //185 155 270 22
  145. #define TRS_DEMO_THEDIG_DATA 920
  146. //185 180 270 22
  147. #define TRS_DEMO_THROTL_DATA 930
  148. //185 205 270 22
  149. #define TRS_DEMO_TIEFGT_DATA 940
  150. //185 230 270 22
  151. #define TRS_DEMO_CFGSND_DATA 950
  152. //185 260 270 22
  153. #define TRS_DEMO_DRKFRC_DATA 960
  154. //185 295 270 22
  155. #define TRS_DEMO_EXIT_DATA   970
  156. //185 331 270 22
  157.  
  158. #define TRS_MENU_TITLE_DATA     1000
  159. //205 135 270
  160. #define TRS_MENU_BTN1_DATA      1010
  161. //255 165 270 22
  162. #define TRS_MENU_BTN2_DATA      1020
  163. //265 190 270 22
  164. #define TRS_MENU_BTN3_DATA      1030
  165. //275 215 270 22
  166. #define TRS_MENU_BTN4_DATA      1040
  167. //280 240 270 22
  168. #define TRS_MENU_BTN5_DATA      1050
  169. //285 265 270 22
  170. #define TRS_MENU_BTN6_DATA      1060
  171. //290 290 270 22
  172. #define TRS_MENU_BTN7_DATA      1070
  173. //295 315 270 22
  174.  
  175.