home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
netds
/
rpc
/
whello
/
whello.res
/
Menus
/
Genericmenu.rc
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-03-30
|
351 b
|
18 lines
GENERICMENU MENU
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
POPUP "&Remote Call"
{
MENUITEM "&Protocol sequence name", 200
MENUITEM "&Server name", 300
MENUITEM "&Endpoint name", 500
MENUITEM "Make the &call", 600
MENUITEM SEPARATOR
MENUITEM "E&xit", 400
}
POPUP "&Help"
{
MENUITEM "&About RPC Hello...", 100
}
}