home *** CD-ROM | disk | FTP | other *** search
/ Sweet Melodies 2 / WGSE_2.iso / mzktime.30 / roadie.rc < prev    next >
Encoding:
Text File  |  1995-12-05  |  7.2 KB  |  164 lines

  1. //Microsoft App Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15.  
  16. //////////////////////////////////////////////////////////////////////////////
  17. //
  18. // Dialog
  19. //
  20.  
  21. IDD_STEP1 DIALOG DISCARDABLE  0, 0, 174, 64
  22. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  23. CAPTION "Passport MIDI Setup"
  24. FONT 10, "MS Sans Serif"
  25. BEGIN
  26.     DEFPUSHBUTTON   "&Next >>",IDOK,137,44,32,14
  27.     PUSHBUTTON      "&Skip MIDI Setup",IDCANCEL,82,44,54,14
  28.     CTEXT           "Please Press ""Next"" to Setup Sound/MIDI Devices or Press ""Skip MIDI Setup"" to Continue Installation and Setup Sound/MIDI Devices Manually in the Program.",
  29.                     IDC_STATIC,3,10,168,30
  30. END
  31.  
  32. IDD_CHOOSEPORT DIALOG DISCARDABLE  0, 0, 162, 130
  33. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  34. CAPTION "Choose A Device"
  35. FONT 10, "MS Sans Serif"
  36. BEGIN
  37.     PUSHBUTTON      "<< &Back",IDCANCEL,91,109,32,14
  38.     DEFPUSHBUTTON   "&Next >>",IDOK,124,109,32,14
  39.     LISTBOX         IDC_LIST1,4,41,152,65,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | 
  40.                     WS_TABSTOP
  41.     LTEXT           "Please Choose A Sound Card or MIDI Device:",
  42.                     IDC_CHOOSETEXT,4,3,155,35
  43.     LTEXT           "Press Next to Continue     Press Back to Go Back",
  44.                     IDC_STATIC,4,109,84,17
  45. END
  46.  
  47. IDD_CONFIRMPORT DIALOG DISCARDABLE  0, 0, 162, 130
  48. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  49. CAPTION "Confirm Selection"
  50. FONT 10, "MS Sans Serif"
  51. BEGIN
  52.     PUSHBUTTON      "<< &Back",IDCANCEL,93,110,32,14
  53.     DEFPUSHBUTTON   "&Next >>",IDOK,127,110,32,14
  54.     CTEXT           "The Following Device:",IDC_STATIC,0,7,160,14
  55.     CTEXT           "a port",IDC_PORTNAME,0,23,161,21
  56.     CTEXT           "Has Been Selected For Playback",IDC_PORTTEXT,2,46,158,
  57.                     57
  58.     LTEXT           "Press Next to Accept     Press Back to Restart",
  59.                     IDC_STATIC,4,109,80,16
  60. END
  61.  
  62. IDD_NOOUTPUT DIALOG DISCARDABLE  0, 0, 172, 70
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  64. CAPTION "WARNING"
  65. FONT 10, "MS Sans Serif"
  66. BEGIN
  67.     PUSHBUTTON      "<< &Select Again",IDCANCEL,82,50,52,14
  68.     DEFPUSHBUTTON   "&Next >>",IDOK,135,50,32,14
  69.     CTEXT           "You have not selected an output device. MusicTime will not playback music through the sound card or MIDI until a device is selected.",
  70.                     IDC_WARNTEXT,5,10,161,35
  71.     LTEXT           "Press Next to Continue,    Select Again to Go Back",
  72.                     IDC_STATIC,1,48,79,18
  73. END
  74.  
  75. IDD_FINISHED DIALOG DISCARDABLE  0, 0, 180, 180
  76. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  77. CAPTION "MIDI Setup Complete"
  78. FONT 10, "MS Sans Serif"
  79. BEGIN
  80.     PUSHBUTTON      "<< Start Over",IDCANCEL,96,160,45,14
  81.     DEFPUSHBUTTON   "&Done",IDOK,142,160,34,14
  82.     CTEXT           "Static",IDC_DONETEXT,5,11,170,139
  83.     LTEXT           "Press Done to Accept     Press Start Over to Restart",
  84.                     IDC_STATIC,2,159,86,18
  85. END
  86.  
  87. #ifdef APSTUDIO_INVOKED
  88. //////////////////////////////////////////////////////////////////////////////
  89. //
  90. // TEXTINCLUDE
  91. //
  92.  
  93. 1 TEXTINCLUDE DISCARDABLE 
  94. BEGIN
  95.     "resource.h\0"
  96. END
  97.  
  98. 2 TEXTINCLUDE DISCARDABLE 
  99. BEGIN
  100.     "#include ""afxres.h""\r\n"
  101.     "\0"
  102. END
  103.  
  104. 3 TEXTINCLUDE DISCARDABLE 
  105. BEGIN
  106.     "\r\n"
  107.     "\0"
  108. END
  109.  
  110. /////////////////////////////////////////////////////////////////////////////////////
  111. #endif    // APSTUDIO_INVOKED
  112.  
  113.  
  114. //////////////////////////////////////////////////////////////////////////////
  115. //
  116. // String Table
  117. //
  118.  
  119. STRINGTABLE DISCARDABLE 
  120. BEGIN
  121.     IDS_CHOOSEPRIMARY       "First you must choose your primary sound card or MIDI device for output.  This will be the device that you usually use to play back music."
  122.     IDS_CHOOSESECONDARY     "You may also choose a secondary MIDI output port, which will be available by selecting 'Port B' in the Staff Window of your application.  You are not required ot have a secondary port"
  123.     IDS_CHOOSEINPUT         "The Input Device will be used to enter your music into the computer from the MIDI keyboard or controller. You are not required to select a device for input."
  124.     IDS_PRIMARYSELECTED     "has been selected as your primary output device."
  125.     IDS_SECONDARYSELECTED   "has been selected as your secondary MIDI out port"
  126.     IDS_ONLYONEIN           "is the only available device for MIDI input."
  127.     IDS_CHOOSESYNC          "This last port, the Sync port,  is for advanced users only and not required to run %S.  Press ""Cancel"" if you do not wish to setup a Sync Port.."
  128.     IDS_SYNCSELECTED        "has been selected as your sync port"
  129.     IDS_NOSELECTION         "You have not selected a device. Do you wish to cancel?"
  130.     IDS_MBCAPTION           "MIDI Setup"
  131.     IDS_ONLYONEOUT          "is the only available sound card or MIDI output device."
  132.     IDS_NOOUTPORT           "Your system has no sound card or MIDI output devices setup; you will not be able to play music in %S until a device is selected in either the installer or %S MIDI Setup."
  133.     IDS_NOINPORT            "Your system has no MIDI input devices; you will not be able to record from your MIDI keyboard, but you can still input notes maunally. See the %S  manual for details."
  134.     IDS_NONEATALL           "No sound devices have been assigned.  If you choose ""Done"", you may still set them in your application."
  135.     IDS_LASTWORD            "Input, Output and Sync devices can be set and changed in %S by selecting MIDI Setup from the Setup menu."
  136. END
  137.  
  138. STRINGTABLE DISCARDABLE 
  139. BEGIN
  140.     IDS_NOOUTPUT            "You have not selected an output device. %S will not playback music through the sound card or MIDI until a device is selected."
  141.     IDS_SUCCESS             "The test is successful.  Press ""Next"" to accept this as your playback device."
  142.     IDS_RECOMMEND           "Music is now being played through this output device. If your Sound Card or MIDI device is connected to active speakers and you still do not hear music, try choosing a different device."
  143.     IDS_FAILURE             "is not working properly.  We recommend you check your MIDI setup or select a different device."
  144.     IDS_NOINPUT             "You have not selected an input device. %S will not record music through MIDI until an input device is selected."
  145.     IDS_THESEPORTSSET       "The Following Sound/MIDI Devices Are Set:"
  146.     IDS_THESEPORTSNOTSET    "The Following Sound/MIDI Devices Are Not Set:"
  147.     IDS_PORTA               "Output Device (Port A)"
  148.     IDS_PORTB               "Output Device (Port B)"
  149.     IDS_RECPORT             "Input Device (Record Port)"
  150.     IDS_SYNCPORT            "Sync Port"
  151. END
  152.  
  153.  
  154. #ifndef APSTUDIO_INVOKED
  155. ////////////////////////////////////////////////////////////////////////////////
  156. //
  157. // Generated from the TEXTINCLUDE 3 resource.
  158. //
  159.  
  160.  
  161. /////////////////////////////////////////////////////////////////////////////////////
  162. #endif    // not APSTUDIO_INVOKED
  163.  
  164.