| OLD | NEW |
| 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2009 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}} | 5 //{{NO_DEPENDENCIES}} |
| 6 // Microsoft Visual C++ generated include file. | 6 // Microsoft Visual C++ generated include file. |
| 7 // Used by test_shell.rc | 7 // Used by test_shell.rc |
| 8 // | 8 // |
| 9 | 9 |
| 10 #define IDS_APP_TITLE 103 | 10 #define IDS_APP_TITLE 103 |
| 11 | 11 |
| 12 #define IDR_MAINFRAME 128 | 12 #define IDR_MAINFRAME 128 |
| 13 #define IDD_TESTSHELL_DIALOG 102 | 13 #define IDD_TESTSHELL_DIALOG 102 |
| 14 #define IDD_ABOUTBOX 103 | 14 #define IDD_ABOUTBOX 103 |
| 15 #define IDM_ABOUT 104 | 15 #define IDM_ABOUT 104 |
| 16 #define IDM_EXIT 105 | 16 #define IDM_EXIT 105 |
| 17 #define IDM_DUMP_BODY_TEXT 110 | 17 #define IDM_DUMP_BODY_TEXT 110 |
| 18 #define IDM_DUMP_RENDER_TREE 111 | 18 #define IDM_DUMP_RENDER_TREE 111 |
| 19 #define IDM_ENABLE_IMAGES 114 |
| 20 #define IDM_ENABLE_PLUGINS 115 |
| 21 #define IDM_ENABLE_SCRIPTS 116 |
| 19 #define IDM_SHOW_DEV_TOOLS 112 | 22 #define IDM_SHOW_DEV_TOOLS 112 |
| 20 #define IDI_TESTSHELL 107 | 23 #define IDI_TESTSHELL 107 |
| 21 #define IDI_SMALL 108 | 24 #define IDI_SMALL 108 |
| 22 #define IDC_TESTSHELL 109 | 25 #define IDC_TESTSHELL 109 |
| 23 #define IDR_AHEM_FONT 113 | 26 #define IDR_AHEM_FONT 113 |
| 24 #define IDC_MYICON 2 | 27 #define IDC_MYICON 2 |
| 25 #define IDC_NAV_BACK 1001 | 28 #define IDC_NAV_BACK 1001 |
| 26 #define IDC_NAV_FORWARD 1002 | 29 #define IDC_NAV_FORWARD 1002 |
| 27 #define IDC_NAV_RELOAD 1003 | 30 #define IDC_NAV_RELOAD 1003 |
| 28 #define IDC_NAV_STOP 1004 | 31 #define IDC_NAV_STOP 1004 |
| 29 #ifndef IDC_STATIC | 32 #ifndef IDC_STATIC |
| 30 #define IDC_STATIC -1 | 33 #define IDC_STATIC -1 |
| 31 #endif | 34 #endif |
| 32 // Next default values for new objects | 35 // Next default values for new objects |
| 33 // | 36 // |
| 34 #ifdef APSTUDIO_INVOKED | 37 #ifdef APSTUDIO_INVOKED |
| 35 #ifndef APSTUDIO_READONLY_SYMBOLS | 38 #ifndef APSTUDIO_READONLY_SYMBOLS |
| 36 | 39 |
| 37 #define _APS_NO_MFC 130 | 40 #define _APS_NO_MFC 130 |
| 38 #define _APS_NEXT_RESOURCE_VALUE 129 | 41 #define _APS_NEXT_RESOURCE_VALUE 129 |
| 39 #define _APS_NEXT_COMMAND_VALUE 32771 | 42 #define _APS_NEXT_COMMAND_VALUE 32771 |
| 40 #define _APS_NEXT_CONTROL_VALUE 1000 | 43 #define _APS_NEXT_CONTROL_VALUE 1000 |
| 41 #define _APS_NEXT_SYMED_VALUE 114 | 44 #define _APS_NEXT_SYMED_VALUE 117 |
| 42 #endif | 45 #endif |
| 43 #endif | 46 #endif |
| OLD | NEW |