home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1995 September (Special Edition) / Joystick-HS07-CD3.iso / resource / archive.trs < prev    next >
Text File  |  1995-05-16  |  5KB  |  173 lines

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