blob: 8662778e109a793692ed6cdaaa2daddcf14417d1 (
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
|
// 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 IDR_TEXTAREA_RESIZER 2004
// The editor delete button is only used in layout tests so the actual
// resource isn't in webkit_resources.rc. This resource should not be
// used outside of layout tests.
#define IDR_EDITOR_DELETE_BUTTON 2005
#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
|