git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
| /////////////////////////////////////////////////////////////////////////////
 | |
| // Name:        wxOs2.h
 | |
| // Purpose:     OS/2 resource defines
 | |
| // Author:      David Webster
 | |
| // Modified by:
 | |
| // Created:     02/26/00
 | |
| // RCS-ID:      $Id$
 | |
| // Copyright:   (c) David Webster
 | |
| // Licence:     wxWindows licence
 | |
| /////////////////////////////////////////////////////////////////////////////
 | |
| 
 | |
| #ifndef _WX_OS2_H_
 | |
| #define _WX_OS2_H_
 | |
| 
 | |
| //
 | |
| // These are defines of wxOS2's standard frame resources
 | |
| //
 | |
| 
 | |
| #define IDR_MAIN                    1
 | |
| 
 | |
| #define IDM_FILENEW              2000
 | |
| #define IDM_FILEOPEN             2001
 | |
| #define IDM_FILESAVE             2002
 | |
| #define IDM_FILESAVEAS           2003
 | |
| 
 | |
| #define IDM_EDIT                 3000
 | |
| #define IDM_EDITUNDO             3001
 | |
| #define IDM_EDITCUT              3002
 | |
| #define IDM_EDITCOPY             3003
 | |
| #define IDM_EDITPASTE            3004
 | |
| #define IDM_EDITCLEAR            3005
 | |
| 
 | |
| #define IDM_HELP                 8000
 | |
| #define IDM_HELPINDEX            8001
 | |
| #define IDM_HELPGENERAL          8002
 | |
| #define IDM_HELPUSINGHELP        8003
 | |
| #define IDM_HELPABOUT            8004
 | |
| 
 | |
| #define IDS_OPEN                20000
 | |
| #define IDS_SAVE                20001
 | |
| 
 | |
| #endif // _WX_OS2_H_
 | |
| 
 |