]> git.saurik.com Git - wxWidgets.git/blame - include/wx/msw/wince/resources.h
Application of the most recent wxWebView patch, the only changes were so tab to space...
[wxWidgets.git] / include / wx / msw / wince / resources.h
CommitLineData
e0b97560
WS
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// RCS-ID: $Id$
8// Copyright: (c) Wlodzimierz Skiba
526954c5 9// Licence: wxWindows licence
e0b97560
WS
10///////////////////////////////////////////////////////////////////////////////
11
77c1fa98
VZ
12// Windows CE dummy menu for SHCreateMenuBar()
13#define wxIDM_SHMENU 40000
14
e0b97560
WS
15#define IDM_LEFT 40001
16#define IDM_RIGHT 40002
17#define IDM_ITEM 40003
18
19#define IDS_EMPTY 40010
20
21#define IDR_POPUP_1 40020
22#define IDR_POPUP_2 40021
23
24#define IDR_MENUBAR_ONE_BUTTON 40030
25#define IDR_MENUBAR_LEFT_MENU 40031
26#define IDR_MENUBAR_RIGHT_MENU 40032
27#define IDR_MENUBAR_BOTH_MENUS 40033