Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / msw / wince / resources.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/msw/wince/resources.h
3 // Purpose: identifiers shared between resource compiler and eVC
4 // Author: Wlodzimierz ABX Skiba
5 // Modified by:
6 // Created: 01.05.2004
7 // Copyright: (c) Wlodzimierz Skiba
8 // Licence: wxWindows licence
9 ///////////////////////////////////////////////////////////////////////////////
10
11 // Windows CE dummy menu for SHCreateMenuBar()
12 #define wxIDM_SHMENU 40000
13
14 #define IDM_LEFT 40001
15 #define IDM_RIGHT 40002
16 #define IDM_ITEM 40003
17
18 #define IDS_EMPTY 40010
19
20 #define IDR_POPUP_1 40020
21 #define IDR_POPUP_2 40021
22
23 #define IDR_MENUBAR_ONE_BUTTON 40030
24 #define IDR_MENUBAR_LEFT_MENU 40031
25 #define IDR_MENUBAR_RIGHT_MENU 40032
26 #define IDR_MENUBAR_BOTH_MENUS 40033