OLD | NEW |
1 //{{NO_DEPENDENCIES}} | 1 //{{NO_DEPENDENCIES}} |
2 // Microsoft Visual C++ generated include file. | 2 // |
3 // Used by chrome_dll.rc | 3 // What began as a Microsoft Visual C++ generated include file is now |
| 4 // edited by hand. Do not generate!!! |
| 5 // |
| 6 // Used by chrome_dll.rc, Mac nibs, ... |
4 // | 7 // |
5 | 8 |
6 #define IDR_MAINFRAME 101 | 9 #define IDR_MAINFRAME 101 |
7 | 10 |
8 #define IDR_SAD_PLUGIN 1000 | 11 #define IDR_SAD_PLUGIN 1000 |
9 | 12 |
10 // Values around 1600 are used by installer/setup/build/ | 13 // Values around 1600 are used by installer/setup/build/ |
11 | 14 |
12 #define IDD_IPC_SETTINGS 3000 | 15 #define IDD_IPC_SETTINGS 3000 |
13 | 16 |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 // | 190 // |
188 #ifdef APSTUDIO_INVOKED | 191 #ifdef APSTUDIO_INVOKED |
189 #ifndef APSTUDIO_READONLY_SYMBOLS | 192 #ifndef APSTUDIO_READONLY_SYMBOLS |
190 #define _APS_NO_MFC 1 | 193 #define _APS_NO_MFC 1 |
191 #define _APS_NEXT_RESOURCE_VALUE 3001 | 194 #define _APS_NEXT_RESOURCE_VALUE 3001 |
192 #define _APS_NEXT_COMMAND_VALUE 42000 | 195 #define _APS_NEXT_COMMAND_VALUE 42000 |
193 #define _APS_NEXT_CONTROL_VALUE 4017 | 196 #define _APS_NEXT_CONTROL_VALUE 4017 |
194 #define _APS_NEXT_SYMED_VALUE 1001 | 197 #define _APS_NEXT_SYMED_VALUE 1001 |
195 #endif | 198 #endif |
196 #endif | 199 #endif |
| 200 |
| 201 // Identifiers for platform-specific items. |
| 202 // Placed in a common file to help insure they never collide. |
| 203 #define IDC_BOOKMARK_MENU 43000 // OSX only |
| 204 #define IDC_BOOKMARK_MENUITEM_BASE 43001 // OSX only |
| 205 // Numbers 43002-43998 reserved for menu items |
| 206 #define IDC_BOOKMARK_MENUITEM_MAX 43999 // OSX only |
OLD | NEW |