home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C Programming Starter Kit 2.0
/
SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso
/
tybc4
/
commdlg1.rc
< prev
next >
Wrap
Text File
|
1993-07-09
|
213b
|
10 lines
#include <windows.h>
#include <owl\window.rh>
#include "commdlg1.h"
IDM_MAINMENU MENU LOADONCALL MOVEABLE PURE DISCARDABLE
BEGIN
MENUITEM "E&xit", CM_EXIT
MENUITEM "&File Stats", CM_FILESTAT
END