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

Side by Side Diff: chrome/app/chrome_dll_resource.h

Issue 147202: Added support for Text only zoom... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 5 months 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 | Annotate | Revision Log
« no previous file with comments | « chrome/app/chrome_dll.rc ('k') | chrome/browser/browser.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //{{NO_DEPENDENCIES}} 1 //{{NO_DEPENDENCIES}}
2 // 2 //
3 // What began as a Microsoft Visual C++ generated include file is now 3 // What began as a Microsoft Visual C++ generated include file is now
4 // edited by hand. Do not generate!!! 4 // edited by hand. Do not generate!!!
5 // 5 //
6 // Used by chrome_dll.rc, Mac nibs, ... 6 // Used by chrome_dll.rc, Mac nibs, ...
7 // 7 //
8 8
9 #define IDR_MAINFRAME 101 9 #define IDR_MAINFRAME 101
10 10
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 // Find-in-page 142 // Find-in-page
143 #define IDC_FIND 37000 143 #define IDC_FIND 37000
144 #define IDC_FIND_NEXT 37001 144 #define IDC_FIND_NEXT 37001
145 #define IDC_FIND_PREVIOUS 37002 145 #define IDC_FIND_PREVIOUS 37002
146 146
147 // Zoom 147 // Zoom
148 #define IDC_ZOOM_MENU 38000 148 #define IDC_ZOOM_MENU 38000
149 #define IDC_ZOOM_PLUS 38001 149 #define IDC_ZOOM_PLUS 38001
150 #define IDC_ZOOM_NORMAL 38002 150 #define IDC_ZOOM_NORMAL 38002
151 #define IDC_ZOOM_MINUS 38003 151 #define IDC_ZOOM_MINUS 38003
152 #define IDC_ZOOM_TEXT_ONLY_PLUS 38004
153 #define IDC_ZOOM_TEXT_ONLY_MINUS 38005
152 154
153 // Focus various bits of UI 155 // Focus various bits of UI
154 #define IDC_FOCUS_TOOLBAR 39000 156 #define IDC_FOCUS_TOOLBAR 39000
155 #define IDC_FOCUS_LOCATION 39001 157 #define IDC_FOCUS_LOCATION 39001
156 #define IDC_FOCUS_SEARCH 39002 158 #define IDC_FOCUS_SEARCH 39002
157 159
158 // Show various bits of UI 160 // Show various bits of UI
159 #define IDC_OPEN_FILE 40000 161 #define IDC_OPEN_FILE 40000
160 #define IDC_CREATE_SHORTCUTS 40001 162 #define IDC_CREATE_SHORTCUTS 40001
161 #define IDC_DEVELOPER_MENU 40002 163 #define IDC_DEVELOPER_MENU 40002
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 #define _APS_NEXT_CONTROL_VALUE 4017 203 #define _APS_NEXT_CONTROL_VALUE 4017
202 #define _APS_NEXT_SYMED_VALUE 1001 204 #define _APS_NEXT_SYMED_VALUE 1001
203 #endif 205 #endif
204 #endif 206 #endif
205 207
206 // Identifiers for platform-specific items. 208 // Identifiers for platform-specific items.
207 // Placed in a common file to help insure they never collide. 209 // Placed in a common file to help insure they never collide.
208 #define IDC_BOOKMARK_MENU 43000 // OSX only 210 #define IDC_BOOKMARK_MENU 43000 // OSX only
209 #define IDC_VIEW_MENU 44000 // OSX only 211 #define IDC_VIEW_MENU 44000 // OSX only
210 212
OLDNEW
« no previous file with comments | « chrome/app/chrome_dll.rc ('k') | chrome/browser/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698