OLD | NEW |
1 //{{NO_DEPENDENCIES}} | 1 //{{NO_DEPENDENCIES}} |
2 // Microsoft Visual C++ generated include file. | 2 // Microsoft Visual C++ generated include file. |
3 // Used by chrome_dll.rc | 3 // Used by chrome_dll.rc |
4 // | 4 // |
5 #define IDR_MAINFRAME 101 | 5 #define IDR_MAINFRAME 101 |
6 // Values around 200 are used by browser/browser_resources.h | 6 // Values around 200 are used by browser/browser_resources.h |
7 // Values around 300 are used by common/common_resources.h | 7 // Values around 300 are used by common/common_resources.h |
8 // Values around 400 are used by common/net/net_resources.h | 8 // Values around 400 are used by common/net/net_resources.h |
9 // Values around 500 are used by renderer/renderer_resources.h | 9 // Values around 500 are used by renderer/renderer_resources.h |
10 #define IDB_SADTABBROWSER 1000 | 10 #define IDB_SADTABBROWSER 1000 |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 #define IDC_DEVELOPER 32944 | 147 #define IDC_DEVELOPER 32944 |
148 #define IDC_HELPMENU 32945 | 148 #define IDC_HELPMENU 32945 |
149 #define IDC_SHOW_BOOKMARKS_BAR 32946 | 149 #define IDC_SHOW_BOOKMARKS_BAR 32946 |
150 // Free space 32947 - 32950 | 150 // Free space 32947 - 32950 |
151 #define IDR_CRASHED_PLUGIN 32951 | 151 #define IDR_CRASHED_PLUGIN 32951 |
152 #define IDC_SHOW_BOOKMARK_MANAGER 32952 | 152 #define IDC_SHOW_BOOKMARK_MANAGER 32952 |
153 #define IDC_SHOW_SPELLCHECKER_SUBMENU 32953 | 153 #define IDC_SHOW_SPELLCHECKER_SUBMENU 32953 |
154 // Reserve space for 100 Spell Check languages - currently we have 30. | 154 // Reserve space for 100 Spell Check languages - currently we have 30. |
155 #define IDC_SPELLCHECKER_LANGUAGE_FIRST 32954 | 155 #define IDC_SPELLCHECKER_LANGUAGE_FIRST 32954 |
156 #define IDC_SPELLCHECKER_LANGUAGE_LAST 33054 | 156 #define IDC_SPELLCHECKER_LANGUAGE_LAST 33054 |
| 157 // We have a menu item for opening a new window in a specific profile, and it |
| 158 // has dynamic number of sub menu items. The number of sub menu items depends on |
| 159 // the number of existing profiles. But we only show menu items for nine |
| 160 // different profiles, plus a menu item for other than the nine profiles (if |
| 161 // there are more than nine profiles), plus a menu item for new profile. |
| 162 #define IDC_NEWPROFILEWINDOW 33055 |
| 163 #define IDC_SELECT_PROFILE 33056 |
| 164 #define IDC_NEW_PROFILE 33057 |
| 165 // Define menu IDs for nine profiles to provide accelarators like CTRL + |
| 166 // SHIFT + 1, CTRL + SHIFT + 2, etc. for them. |
| 167 #define IDC_NEWPROFILEWINDOW_PROFILE1 33058 |
| 168 #define IDC_NEWPROFILEWINDOW_PROFILE2 33059 |
| 169 #define IDC_NEWPROFILEWINDOW_PROFILE3 33060 |
| 170 #define IDC_NEWPROFILEWINDOW_PROFILE4 33061 |
| 171 #define IDC_NEWPROFILEWINDOW_PROFILE5 33062 |
| 172 #define IDC_NEWPROFILEWINDOW_PROFILE6 33063 |
| 173 #define IDC_NEWPROFILEWINDOW_PROFILE7 33064 |
| 174 #define IDC_NEWPROFILEWINDOW_PROFILE8 33065 |
| 175 #define IDC_NEWPROFILEWINDOW_PROFILE9 33066 |
| 176 #define IDC_NEWPROFILEWINDOW_MIN_ID IDC_NEWPROFILEWINDOW_PROFILE1 |
| 177 #define IDC_NEWPROFILEWINDOW_MAX_ID IDC_NEWPROFILEWINDOW_PROFILE9 |
157 | 178 |
158 // Next default values for new objects | 179 // Next default values for new objects |
159 // | 180 // |
160 #ifdef APSTUDIO_INVOKED | 181 #ifdef APSTUDIO_INVOKED |
161 #ifndef APSTUDIO_READONLY_SYMBOLS | 182 #ifndef APSTUDIO_READONLY_SYMBOLS |
162 #define _APS_NO_MFC 1 | 183 #define _APS_NO_MFC 1 |
163 #define _APS_NEXT_RESOURCE_VALUE 3001 | 184 #define _APS_NEXT_RESOURCE_VALUE 3001 |
164 #define _APS_NEXT_COMMAND_VALUE 32947 | 185 #define _APS_NEXT_COMMAND_VALUE 33067 |
165 #define _APS_NEXT_CONTROL_VALUE 4017 | 186 #define _APS_NEXT_CONTROL_VALUE 4017 |
166 #define _APS_NEXT_SYMED_VALUE 1001 | 187 #define _APS_NEXT_SYMED_VALUE 1001 |
167 #endif | 188 #endif |
168 #endif | 189 #endif |
OLD | NEW |