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

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

Issue 4710001: Split out command IDs from chrome_dll_resource.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 //{{NO_DEPENDENCIES}}
6 //
7 // What began as a Microsoft Visual C++ generated include file is now
8 // edited by hand. Do not generate!!!
9 //
10 // Used by chrome_dll.rc, Mac nibs, ...
11 //
12
13 #define IDR_MAINFRAME 101 5 #define IDR_MAINFRAME 101
14 #define IDR_CHROMEFRAME 200 6 #define IDR_CHROMEFRAME 200
15 7
16 #define IDI_THROBBER_01 102 8 #define IDI_THROBBER_01 102
17 #define IDI_THROBBER_02 103 9 #define IDI_THROBBER_02 103
18 #define IDI_THROBBER_03 104 10 #define IDI_THROBBER_03 104
19 #define IDI_THROBBER_04 105 11 #define IDI_THROBBER_04 105
20 #define IDI_THROBBER_05 106 12 #define IDI_THROBBER_05 106
21 #define IDI_THROBBER_06 107 13 #define IDI_THROBBER_06 107
22 #define IDI_THROBBER_07 108 14 #define IDI_THROBBER_07 108
(...skipping 13 matching lines...) Expand all
36 #define IDI_THROBBER_21 122 28 #define IDI_THROBBER_21 122
37 #define IDI_THROBBER_22 123 29 #define IDI_THROBBER_22 123
38 #define IDI_THROBBER_23 124 30 #define IDI_THROBBER_23 124
39 #define IDI_THROBBER_24 125 31 #define IDI_THROBBER_24 125
40 #define IDR_SXS 126 32 #define IDR_SXS 126
41 33
42 // Values around 1600 are used by installer/setup/build/ 34 // Values around 1600 are used by installer/setup/build/
43 35
44 #define IDD_IPC_SETTINGS 3000 36 #define IDD_IPC_SETTINGS 3000
45 37
46 #define IDC_View 4000
47 #define IDC_ViewHost 4001
48 #define IDC_Plugin 4002
49 #define IDC_PluginHost 4003
50 #define IDC_NPObject 4004
51 #define IDC_PluginProcess 4005
52 #define IDC_PluginProcessHost 4006
53 #define IDC_ViewAll 4007
54 #define IDC_ViewNone 4008
55 #define IDC_ViewHostAll 4009
56 #define IDC_ViewHostNone 4010
57 #define IDC_PluginAll 4011
58 #define IDC_PluginNone 4012
59 #define IDC_NPObjectAll 4013
60 #define IDC_NPObjectNone 4014
61 #define IDC_PluginHostAll 4015
62 #define IDC_PluginHostNone 4016
63 #define IDC_DevToolsAgent 4017
64 #define IDC_DevToolsClient 4018
65
66 // NOTE: Within each of the following sections, the IDs are ordered roughly by
67 // how they appear in the GUI/menus (left to right, top to bottom, etc.).
68
69 // Navigation commands
70 // TODO: Reorder to be in visible order; collapse holes
71 #define IDC_BACK 33000
72 #define IDC_FORWARD 33001
73 #define IDC_RELOAD 33002
74 #define IDC_HOME 33003
75 #define IDC_OPEN_CURRENT_URL 33004
76 #define IDC_STOP 33006
77 #define IDC_RELOAD_IGNORING_CACHE 33007
78
79 // Window management commands
80 #define IDC_NEW_WINDOW 34000
81 #define IDC_NEW_INCOGNITO_WINDOW 34001
82 #define IDC_CLOSE_WINDOW 34012
83 #define IDC_ALWAYS_ON_TOP 34013
84 #define IDC_NEW_TAB 34014
85 #define IDC_CLOSE_TAB 34015
86 #define IDC_SELECT_NEXT_TAB 34016
87 #define IDC_SELECT_PREVIOUS_TAB 34017
88 #define IDC_SELECT_TAB_0 34018
89 #define IDC_SELECT_TAB_1 34019
90 #define IDC_SELECT_TAB_2 34020
91 #define IDC_SELECT_TAB_3 34021
92 #define IDC_SELECT_TAB_4 34022
93 #define IDC_SELECT_TAB_5 34023
94 #define IDC_SELECT_TAB_6 34024
95 #define IDC_SELECT_TAB_7 34025
96 #define IDC_SELECT_LAST_TAB 34026
97 #define IDC_DUPLICATE_TAB 34027
98 #define IDC_RESTORE_TAB 34028
99 #define IDC_SHOW_AS_TAB 34029
100 #define IDC_FULLSCREEN 34030
101 #define IDC_EXIT 34031
102 #define IDC_MOVE_TAB_NEXT 34032
103 #define IDC_MOVE_TAB_PREVIOUS 34033
104 #define IDC_TOGGLE_VERTICAL_TABS 34034
105 #define IDC_SEARCH 34035
106 #define IDC_TABPOSE 34036
107
108 // Page-related commands
109 #define IDC_BOOKMARK_PAGE 35000
110 #define IDC_BOOKMARK_ALL_TABS 35001
111 #define IDC_VIEW_SOURCE 35002
112 #define IDC_PRINT 35003
113 #define IDC_SAVE_PAGE 35004
114 #define IDC_ENCODING_MENU 35005
115 #define IDC_EMAIL_PAGE_LOCATION 35006
116
117 // When adding a new encoding to this list, be sure to append it to the
118 // EncodingMenuController::kValidEncodingIds array in
119 // encoding_menu_controller.cc.
120 #define IDC_ENCODING_AUTO_DETECT 35500
121 #define IDC_ENCODING_UTF8 35501
122 #define IDC_ENCODING_UTF16LE 35502
123 #define IDC_ENCODING_ISO88591 35503
124 #define IDC_ENCODING_WINDOWS1252 35504
125 #define IDC_ENCODING_GBK 35505
126 #define IDC_ENCODING_GB18030 35506
127 #define IDC_ENCODING_BIG5 35507
128 #define IDC_ENCODING_BIG5HKSCS 35508
129 #define IDC_ENCODING_KOREAN 35509
130 #define IDC_ENCODING_SHIFTJIS 35510
131 #define IDC_ENCODING_ISO2022JP 35511
132 #define IDC_ENCODING_EUCJP 35512
133 #define IDC_ENCODING_THAI 35513
134 #define IDC_ENCODING_ISO885915 35514
135 #define IDC_ENCODING_MACINTOSH 35515
136 #define IDC_ENCODING_ISO88592 35516
137 #define IDC_ENCODING_WINDOWS1250 35517
138 #define IDC_ENCODING_ISO88595 35518
139 #define IDC_ENCODING_WINDOWS1251 35519
140 #define IDC_ENCODING_KOI8R 35520
141 #define IDC_ENCODING_KOI8U 35521
142 #define IDC_ENCODING_ISO88597 35522
143 #define IDC_ENCODING_WINDOWS1253 35523
144 #define IDC_ENCODING_ISO88594 35524
145 #define IDC_ENCODING_ISO885913 35525
146 #define IDC_ENCODING_WINDOWS1257 35526
147 #define IDC_ENCODING_ISO88593 35527
148 #define IDC_ENCODING_ISO885910 35528
149 #define IDC_ENCODING_ISO885914 35529
150 #define IDC_ENCODING_ISO885916 35530
151 #define IDC_ENCODING_WINDOWS1254 35531
152 #define IDC_ENCODING_ISO88596 35532
153 #define IDC_ENCODING_WINDOWS1256 35533
154 #define IDC_ENCODING_ISO88598 35534
155 #define IDC_ENCODING_WINDOWS1255 35535
156 #define IDC_ENCODING_WINDOWS1258 35536
157 #define IDC_ENCODING_ISO88598I 35537
158
159 // Clipboard commands
160 #define IDC_CUT 36000
161 #define IDC_COPY 36001
162 #define IDC_COPY_URL 36002
163 #define IDC_PASTE 36003
164 #define IDC_EDIT_MENU 36004
165
166 // Find-in-page
167 #define IDC_FIND 37000
168 #define IDC_FIND_NEXT 37001
169 #define IDC_FIND_PREVIOUS 37002
170
171 // Zoom
172 #define IDC_ZOOM_MENU 38000
173 #define IDC_ZOOM_PLUS 38001
174 #define IDC_ZOOM_NORMAL 38002
175 #define IDC_ZOOM_MINUS 38003
176 #define IDC_ZOOM_PERCENT_DISPLAY 38004
177
178 // Focus various bits of UI
179 #define IDC_FOCUS_TOOLBAR 39000
180 #define IDC_FOCUS_LOCATION 39001
181 #define IDC_FOCUS_SEARCH 39002
182 #define IDC_FOCUS_MENU_BAR 39003
183 #define IDC_FOCUS_NEXT_PANE 39004
184 #define IDC_FOCUS_PREVIOUS_PANE 39005
185 #define IDC_FOCUS_BOOKMARKS 39006
186 #define IDC_FOCUS_CHROMEOS_STATUS 39007
187
188 // Show various bits of UI
189 #define IDC_OPEN_FILE 40000
190 #define IDC_CREATE_SHORTCUTS 40001
191 #define IDC_DEVELOPER_MENU 40002
192 #define IDC_DEV_TOOLS 40003
193 #define IDC_DEV_TOOLS_CONSOLE 40004
194 #define IDC_TASK_MANAGER 40005
195 #define IDC_REPORT_BUG 40008
196 #define IDC_SHOW_BOOKMARK_BAR 40009
197 #define IDC_SHOW_HISTORY 40010
198 #define IDC_SHOW_BOOKMARK_MANAGER 40011
199 #define IDC_SHOW_DOWNLOADS 40012
200 #define IDC_CLEAR_BROWSING_DATA 40013
201 #define IDC_IMPORT_SETTINGS 40014
202 #define IDC_OPTIONS 40015
203 #define IDC_EDIT_SEARCH_ENGINES 40016
204 #define IDC_VIEW_PASSWORDS 40017
205 #define IDC_ABOUT 40018
206 #define IDC_HELP_PAGE 40019
207 #define IDC_SHOW_APP_MENU 40020
208 #define IDC_MANAGE_EXTENSIONS 40022
209 #define IDC_AUTOFILL_DEFAULT 40023
210 #define IDC_DEV_TOOLS_INSPECT 40025
211 #define IDC_UPGRADE_DIALOG 40026
212 #define IDC_VIEW_INCOMPATIBILITIES 40027
213
214 // Spell-check
215 // Insert any additional suggestions before _LAST; these have to be consecutive.
216 #define IDC_SPELLCHECK_SUGGESTION_0 41000
217 #define IDC_SPELLCHECK_SUGGESTION_1 41001
218 #define IDC_SPELLCHECK_SUGGESTION_2 41002
219 #define IDC_SPELLCHECK_SUGGESTION_3 41003
220 #define IDC_SPELLCHECK_SUGGESTION_4 41004
221 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4
222 #define IDC_SPELLCHECK_MENU 41005
223 // Language entries are inserted using autogenerated values between
224 // [_FIRST, _LAST).
225 #define IDC_SPELLCHECK_LANGUAGES_FIRST 41006
226 #define IDC_SPELLCHECK_LANGUAGES_LAST 41106
227 #define IDC_CHECK_SPELLING_OF_THIS_FIELD 41107
228 #define IDC_SYNC_BOOKMARKS 41108
229 #define IDC_SPELLPANEL_TOGGLE 41109
230 #define IDC_SPELLCHECK_ADD_TO_DICTIONARY 41110
231
232 // Writing direction
233 #define IDC_WRITING_DIRECTION_MENU 41120 // OSX only
234 #define IDC_WRITING_DIRECTION_DEFAULT 41121 // OSX only
235 #define IDC_WRITING_DIRECTION_LTR 41122 // OSX only
236 #define IDC_WRITING_DIRECTION_RTL 41123 // OSX only
237
238 // Remoting
239 #define IDC_REMOTING_SETUP 41140
240
241 // Translate
242 #define IDC_TRANSLATE_OPTIONS_ALWAYS 42000
243 #define IDC_TRANSLATE_OPTIONS_NEVER_TRANSLATE_LANG 42001
244 #define IDC_TRANSLATE_OPTIONS_NEVER_TRANSLATE_SITE 42002
245 #define IDC_TRANSLATE_REPORT_BAD_LANGUAGE_DETECTION 42003
246 #define IDC_TRANSLATE_OPTIONS_ABOUT 42004
247 #define IDC_TRANSLATE_ORIGINAL_LANGUAGE_BASE 42100
248 #define IDC_TRANSLATE_TARGET_LANGUAGE_BASE 42400
249
250 // Next default values for new objects
251 //
252 #ifdef APSTUDIO_INVOKED
253 #ifndef APSTUDIO_READONLY_SYMBOLS
254 #define _APS_NO_MFC 1
255 #pragma once
256 #define _APS_NEXT_RESOURCE_VALUE 3001
257 #define _APS_NEXT_COMMAND_VALUE 43000
258 #define _APS_NEXT_CONTROL_VALUE 4017
259 #define _APS_NEXT_SYMED_VALUE 1001
260 #endif
Evan Martin 2010/11/08 22:50:54 I deleted this block as well
261 #endif
262
263 // Identifiers for platform-specific items.
264 // Placed in a common file to help insure they never collide.
265 #define IDC_BOOKMARK_MENU 43000 // OSX only
266 #define IDC_VIEW_MENU 44000 // OSX only
267 #define IDC_SYSTEM_OPTIONS 45000 // ChromeOS only
268 #define IDC_INTERNET_OPTIONS 45100 // ChromeOS only
269 #define IDC_LANGUAGE_OPTIONS 45200 // ChromeOS only
270 #define IDC_HISTORY_MENU 46000 // OSX only
271 #define IDC_INPUT_METHODS_MENU 46300 // Linux only
272
273 // Custom context menu entries
274 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000
275 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000
276
277 // Context menu items added by extensions.
278 #define IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST 49000
279 #define IDC_EXTENSIONS_CONTEXT_CUSTOM_LAST 50000
280
281 // Context menu items in the render view.
282 // Link items.
283 #define IDC_CONTENT_CONTEXT_OPENLINKNEWTAB 50100
284 #define IDC_CONTENT_CONTEXT_OPENLINKNEWWINDOW 50101
285 #define IDC_CONTENT_CONTEXT_OPENLINKOFFTHERECORD 50102
286 #define IDC_CONTENT_CONTEXT_SAVELINKAS 50103
287 #define IDC_CONTENT_CONTEXT_COPYLINKLOCATION 50104
288 #define IDC_CONTENT_CONTEXT_COPYEMAILADDRESS 50105
289 // Image items.
290 #define IDC_CONTENT_CONTEXT_SAVEIMAGEAS 50110
291 #define IDC_CONTENT_CONTEXT_COPYIMAGELOCATION 50111
292 #define IDC_CONTENT_CONTEXT_COPYIMAGE 50112
293 #define IDC_CONTENT_CONTEXT_OPENIMAGENEWTAB 50113
294 // Audio/video items.
295 #define IDC_CONTENT_CONTEXT_SAVEAVAS 50120
296 #define IDC_CONTENT_CONTEXT_COPYAVLOCATION 50121
297 #define IDC_CONTENT_CONTEXT_OPENAVNEWTAB 50122
298 // Media items.
299 #define IDC_CONTENT_CONTEXT_PLAYPAUSE 50130
300 #define IDC_CONTENT_CONTEXT_MUTE 50131
301 #define IDC_CONTENT_CONTEXT_LOOP 50132
302 #define IDC_CONTENT_CONTEXT_CONTROLS 50133
303 // Edit items.
304 #define IDC_CONTENT_CONTEXT_COPY 50140
305 #define IDC_CONTENT_CONTEXT_CUT 50141
306 #define IDC_CONTENT_CONTEXT_PASTE 50142
307 #define IDC_CONTENT_CONTEXT_DELETE 50143
308 #define IDC_CONTENT_CONTEXT_UNDO 50144
309 #define IDC_CONTENT_CONTEXT_REDO 50145
310 #define IDC_CONTENT_CONTEXT_SELECTALL 50146
311 // Other items.
312 #define IDC_CONTENT_CONTEXT_TRANSLATE 50150
313 #define IDC_CONTENT_CONTEXT_INSPECTELEMENT 50151
314 #define IDC_CONTENT_CONTEXT_VIEWPAGEINFO 50152
315 #define IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS 50153
316 #define IDC_CONTENT_CONTEXT_LOOK_UP_IN_DICTIONARY 50154
317 // Frame items.
318 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50160
319 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWTAB 50161
320 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWWINDOW 50162
321 #define IDC_CONTENT_CONTEXT_OPENFRAMEOFFTHERECORD 50163
322 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50164
323 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50165
324 // Search items.
325 #define IDC_CONTENT_CONTEXT_GOTOURL 50170
326 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50171
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698