]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/os2/wxos2.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: OS/2 resource defines
4 // Author: David Webster
8 // Copyright: (c) David Webster
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
16 // These are defines of wxOS2's standard frame resources
21 #define IDM_FILENEW 2000
22 #define IDM_FILEOPEN 2001
23 #define IDM_FILESAVE 2002
24 #define IDM_FILESAVEAS 2003
27 #define IDM_EDITUNDO 3001
28 #define IDM_EDITCUT 3002
29 #define IDM_EDITCOPY 3003
30 #define IDM_EDITPASTE 3004
31 #define IDM_EDITCLEAR 3005
34 #define IDM_HELPINDEX 8001
35 #define IDM_HELPGENERAL 8002
36 #define IDM_HELPUSINGHELP 8003
37 #define IDM_HELPABOUT 8004
39 #define IDS_OPEN 20000
40 #define IDS_SAVE 20001