home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Game Programming for Dummies (2nd Edition)
/
WinGamProgFD.iso
/
pc
/
Source
/
GPCHAP06
/
MYMENU.APS
/
Menus
/
Mymenu.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
|
2002-04-25
|
210 b
|
15 lines
MYMENU MENU
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
POPUP "File"
{
MENUITEM "Open", 1000
MENUITEM "Close", 1001
MENUITEM "Exit", 1002
}
POPUP "Help"
{
MENUITEM "About", 2000
}
}