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
Wrap
Text (UTF-16)
|
1998-03-30
|
4KB
|
92 lines
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
200 BITMAP "BITMAP200_1.bmp"
51 MENU
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
POPUP "&File"
{
MENUITEM "&Open", 102
MENUITEM "E&xit", 100
}
POPUP "&Actions"
{
MENUITEM "&Play", 103
MENUITEM "P&ause", 104
MENUITEM "&Stop", 105
}
POPUP "&Options"
{
MENUITEM "&Toolbar", 106
MENUITEM "&Status bar", 107
MENUITEM SEPARATOR
MENUITEM "&Autoplay dropped files", 108
}
POPUP "&Play Thru"
{
MENUITEM "&Midi Mapper", 129
}
}
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
1000, "MIDI Player - [%s]"
1001, "MIDI Player"
1002, "Untitled"
}
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
1010, "HH:MM:SS"
1011, "Ticks"
1021, "Stopped"
1022, "Seeking"
1023, "Prerolled"
}
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
1024, "Playing"
1025, "Paused"
1026, "Stopping"
}
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
1050, "Open of MIDI file failed"
1051, "Preroll of MIDI file failed"
1052, "Something stupid happened"
1053, "Attempt to stop playback failed"
}
50 ICON "ICON50_1.ico"
1 VERSIONINFO
FILEVERSION 4,0,0,0
PRODUCTVERSION 4,0,0,0
FILEOS 0x10004
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "CompanyName", "Microsoft Corporation"
VALUE "FileDescription", "PolyMessage MIDI Player Sample Application"
VALUE "FileVersion", "4.00"
VALUE "InternalName", "MIDIPlyr.exe"
VALUE "LegalCopyright", "Copyright 1991 - 1998 Microsoft Corporation."
VALUE "OriginalFilename", "MIDIPlyr.exe"
VALUE "ProductName", "Microsoft Windows"
VALUE "ProductVersion", "4.00"
VALUE "041104E4", "L\x16\x01CompanyName"
}
}