home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / audio / midiplyr / midiplyr.res / midiplyr.rc < prev   
Text (UTF-16)  |  1998-03-30  |  4KB  |  92 lines

  1. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  2.  
  3. 200 BITMAP "BITMAP200_1.bmp"
  4.  
  5. 51 MENU
  6. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  7. {
  8.   POPUP "&File"
  9.   {
  10.     MENUITEM "&Open",  102
  11.     MENUITEM "E&xit",  100
  12.   }
  13.   POPUP "&Actions"
  14.   {
  15.     MENUITEM "&Play",  103
  16.     MENUITEM "P&ause",  104
  17.     MENUITEM "&Stop",  105
  18.   }
  19.   POPUP "&Options"
  20.   {
  21.     MENUITEM "&Toolbar",  106
  22.     MENUITEM "&Status bar",  107
  23.     MENUITEM SEPARATOR
  24.     MENUITEM "&Autoplay dropped files",  108
  25.   }
  26.   POPUP "&Play Thru"
  27.   {
  28.     MENUITEM "&Midi Mapper",  129
  29.   }
  30. }
  31.  
  32. STRINGTABLE
  33. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  34. {
  35.   1000,     "MIDI Player - [%s]"
  36.   1001,     "MIDI Player"
  37.   1002,     "Untitled"
  38. }
  39.  
  40. STRINGTABLE
  41. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  42. {
  43.   1010,     "HH:MM:SS"
  44.   1011,     "Ticks"
  45.   1021,     "Stopped"
  46.   1022,     "Seeking"
  47.   1023,     "Prerolled"
  48. }
  49.  
  50. STRINGTABLE
  51. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  52. {
  53.   1024,     "Playing"
  54.   1025,     "Paused"
  55.   1026,     "Stopping"
  56. }
  57.  
  58. STRINGTABLE
  59. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  60. {
  61.   1050,     "Open of MIDI file failed"
  62.   1051,     "Preroll of MIDI file failed"
  63.   1052,     "Something stupid happened"
  64.   1053,     "Attempt to stop playback failed"
  65. }
  66.  
  67. 50 ICON "ICON50_1.ico"
  68.  
  69.  
  70. 1 VERSIONINFO
  71. FILEVERSION 4,0,0,0
  72. PRODUCTVERSION 4,0,0,0
  73. FILEOS 0x10004
  74. FILETYPE 0x1
  75. {
  76. BLOCK "StringFileInfo"
  77. {
  78.     BLOCK "040904E4"
  79.     {
  80.         VALUE "CompanyName", "Microsoft Corporation"
  81.         VALUE "FileDescription", "PolyMessage MIDI Player Sample Application"
  82.         VALUE "FileVersion", "4.00"
  83.         VALUE "InternalName", "MIDIPlyr.exe"
  84.         VALUE "LegalCopyright", "Copyright 1991 - 1998 Microsoft Corporation."
  85.         VALUE "OriginalFilename", "MIDIPlyr.exe"
  86.         VALUE "ProductName", "Microsoft Windows"
  87.         VALUE "ProductVersion", "4.00"
  88.         VALUE "041104E4", "L\x16\x01CompanyName"
  89.     }
  90. }
  91.  
  92.