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