Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Side by Side Diff: webkit/glue/webkit_resources.h

Issue 11302: fix pan scrolling (Closed)
Patch Set: add file Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webkit/glue/resources/pan_icon.png ('k') | webkit/glue/webkit_resources.rc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // These values shouldn't clash with other values defined in .rc files. 1 // These values shouldn't clash with other values defined in .rc files.
2 // TODO(tc): Come up with a way to automate the generation of these 2 // TODO(tc): Come up with a way to automate the generation of these
3 // IDs so they don't collide with other rc files. 3 // IDs so they don't collide with other rc files.
4 #define IDR_BROKENIMAGE 2000 4 #define IDR_BROKENIMAGE 2000
5 #define IDR_TICKMARK_DASH 2001 5 #define IDR_TICKMARK_DASH 2001
6 #define IDR_FEED_PREVIEW 2002 6 #define IDR_FEED_PREVIEW 2002
7 #define IDR_PAN_SCROLL_ICON 2003
7 8
8 #define IDC_ALIAS 2100 9 #define IDC_ALIAS 2100
9 #define IDC_CELL 2101 10 #define IDC_CELL 2101
10 #define IDC_COLRESIZE 2102 11 #define IDC_COLRESIZE 2102
11 #define IDC_COPYCUR 2103 12 #define IDC_COPYCUR 2103
12 #define IDC_ROWRESIZE 2104 13 #define IDC_ROWRESIZE 2104
13 #define IDC_VERTICALTEXT 2105 14 #define IDC_VERTICALTEXT 2105
14 #define IDC_ZOOMIN 2106 15 #define IDC_ZOOMIN 2106
15 #define IDC_ZOOMOUT 2107 16 #define IDC_ZOOMOUT 2107
16 #define IDC_PAN_MIDDLE 2108 17 #define IDC_PAN_MIDDLE 2108
17 #define IDC_PAN_NORTH 2109 18 #define IDC_PAN_NORTH 2109
18 #define IDC_PAN_NORTH_EAST 2110 19 #define IDC_PAN_NORTH_EAST 2110
19 #define IDC_PAN_EAST 2111 20 #define IDC_PAN_EAST 2111
20 #define IDC_PAN_SOUTH_EAST 2112 21 #define IDC_PAN_SOUTH_EAST 2112
21 #define IDC_PAN_SOUTH 2113 22 #define IDC_PAN_SOUTH 2113
22 #define IDC_PAN_SOUTH_WEST 2114 23 #define IDC_PAN_SOUTH_WEST 2114
23 #define IDC_PAN_WEST 2115 24 #define IDC_PAN_WEST 2115
24 #define IDC_PAN_NORTH_WEST 2116 25 #define IDC_PAN_NORTH_WEST 2116
25 26
26 #define IDD_DEFAULT_PLUGIN_INSTALL_DIALOG 2208 27 #define IDD_DEFAULT_PLUGIN_INSTALL_DIALOG 2208
27 #define IDI_DEFAULT_PLUGIN_ICON 2209 28 #define IDI_DEFAULT_PLUGIN_ICON 2209
28 #define IDB_GET_THE_PLUGIN 2210 29 #define IDB_GET_THE_PLUGIN 2210
29 #define IDC_PLUGIN_MAIN_LABEL 2211 30 #define IDC_PLUGIN_MAIN_LABEL 2211
30 #define IDC_PLUGIN_INSTALL_LABEL 2212 31 #define IDC_PLUGIN_INSTALL_LABEL 2212
31 #define IDC_PLUGIN_URL_LABEL 2213 32 #define IDC_PLUGIN_URL_LABEL 2213
32 #define IDC_PLUGIN_INSTALL_CONFIRMATION_LABEL 2214 33 #define IDC_PLUGIN_INSTALL_CONFIRMATION_LABEL 2214
33 #define IDC_PLUGIN_NAME 2215 34 #define IDC_PLUGIN_NAME 2215
34 #define IDC_PLUGIN_NAME_VALUE 2216 35 #define IDC_PLUGIN_NAME_VALUE 2216
OLDNEW
« no previous file with comments | « webkit/glue/resources/pan_icon.png ('k') | webkit/glue/webkit_resources.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698