blob: 0e86c93346ec4bd504cfadff0506b0e4196017fc (
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
35
|
// 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 IDR_PAN_SCROLL_ICON 2003
#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 IDC_PAN_MIDDLE 2108
#define IDC_PAN_NORTH 2109
#define IDC_PAN_NORTH_EAST 2110
#define IDC_PAN_EAST 2111
#define IDC_PAN_SOUTH_EAST 2112
#define IDC_PAN_SOUTH 2113
#define IDC_PAN_SOUTH_WEST 2114
#define IDC_PAN_WEST 2115
#define IDC_PAN_NORTH_WEST 2116
#define IDD_DEFAULT_PLUGIN_INSTALL_DIALOG 2208
#define IDI_DEFAULT_PLUGIN_ICON 2209
#define IDB_GET_THE_PLUGIN 2210
#define IDC_PLUGIN_MAIN_LABEL 2211
#define IDC_PLUGIN_INSTALL_LABEL 2212
#define IDC_PLUGIN_URL_LABEL 2213
#define IDC_PLUGIN_INSTALL_CONFIRMATION_LABEL 2214
#define IDC_PLUGIN_NAME 2215
#define IDC_PLUGIN_NAME_VALUE 2216
|