home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
smart21b.zip
/
SAMPLES
/
WIN31OS2
/
SAMPLE.RC
< prev
next >
Wrap
Text File
|
1994-04-20
|
706b
|
34 lines
#include "windows.h"
#include "sample.h"
SAMPLECURSOR CURSOR sample.cur
SAMPLEICON ICON sample.ico
STRINGTABLE
BEGIN
IDS_TITLE, "Sample Title string"
IDS_MNEMONIC, "This string has a &mnemonic"
IDS_CHAR, "This string has special chars\n\r"
END
IDACCEL ACCELERATORS
BEGIN
VK_DELETE, IDM_DELETE, VIRTKEY
"r", IDM_REMOVE
VK_TAB, 200, ALT, SHIFT, VIRTKEY
0x42, 201, ASCII
END
IDMENU MENU
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&Open...", IDM_OPEN
MENUITEM "&Save As...", IDM_SAVE
MENUITEM SEPARATOR
MENUITEM "E&xit", IDM_EXIT
END
END
rcinclude "sample.dlg"