blob: cc6bbd0429f95287e7f7e6f1cef6cfb74d00f465 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
// These values shouldn't clash with other values defined in .rc files.
// TODO(tc): Come up with a way to automate the generation of these
// IDs so they don't collide with other rc files.
#define IDR_BROKENIMAGE 2000
#define IDR_TICKMARK_DASH 2001
#define IDR_FEED_PREVIEW 2002
#define IDC_PAN_MIDDLE 2003
#define IDC_PAN_NORTH 2004
#define IDC_PAN_NORTH_EAST 2005
#define IDC_PAN_EAST 2006
#define IDC_PAN_SOUTH_EAST 2007
#define IDC_PAN_SOUTH 2008
#define IDC_PAN_SOUTH_WEST 2009
#define IDC_PAN_WEST 2010
#define IDC_PAN_NORTH_WEST 2011
#define IDC_ALIAS 2100
#define IDC_CELL 2101
#define IDC_COLRESIZE 2102
#define IDC_COPYCUR 2103
#define IDC_ROWRESIZE 2104
#define IDC_VERTICALTEXT 2105
#define IDC_ZOOMIN 2106
#define IDC_ZOOMOUT 2107
#define IDD_DEFAULT_PLUGIN_INSTALL_DIALOG 2108
#define IDI_DEFAULT_PLUGIN_ICON 2109
#define IDB_GET_THE_PLUGIN 2110
#define IDC_PLUGIN_MAIN_LABEL 2111
#define IDC_PLUGIN_INSTALL_LABEL 2112
#define IDC_PLUGIN_URL_LABEL 2113
#define IDC_PLUGIN_INSTALL_CONFIRMATION_LABEL 2114
#define IDC_PLUGIN_NAME 2115
#define IDC_PLUGIN_NAME_VALUE 2116
|