1 // Copyright (c) 2008, Google Inc. 2 // All rights reserved. 3 // 4 // Redistribution and use in source and binary forms, with or without 5 // modification, are permitted provided that the following conditions are 6 // met: 7 // 8 // * Redistributions of source code must retain the above copyright 9 // notice, this list of conditions and the following disclaimer. 10 // * Redistributions in binary form must reproduce the above 11 // copyright notice, this list of conditions and the following disclaimer 12 // in the documentation and/or other materials provided with the 13 // distribution. 14 // * Neither the name of Google Inc. nor the names of its 15 // contributors may be used to endorse or promote products derived from 16 // this software without specific prior written permission. 17 // 18 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 22 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 23 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 25 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 26 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 28 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29 30 // PreCompile.h : include file for standard system include files, 31 // or project specific include files that are used frequently, but 32 // are changed infrequently 33 // 34 35 #ifndef CLIENT_WINDOWS_TESTS_CRASH_GENERATION_APP_RESOURCE_H__ 36 #define CLIENT_WINDOWS_TESTS_CRASH_GENERATION_APP_RESOURCE_H__ 37 38 //{{NO_DEPENDENCIES}} 39 // Microsoft Visual C++ generated include file. 40 // Used by crash_generation_app.rc 41 // 42 #define IDC_MYICON 2 43 #define IDD_CRASHGENERATIONAPP_DIALOG 102 44 #define IDS_APP_TITLE 103 45 #define IDD_ABOUTBOX 103 46 #define IDM_ABOUT 104 47 #define IDM_EXIT 105 48 #define IDI_CRASHGENERATIONAPP 107 49 #define IDI_SMALL 108 50 #define IDC_CRASHGENERATIONAPP 109 51 #define IDR_MAINFRAME 128 52 #define ID_SERVER_START 32771 53 #define ID_SERVER_STOP 32772 54 #define ID_CLIENT_INVALIDPARAM 32773 55 #define ID_CLIENT_ASSERTFAILURE 32774 56 #define ID_CLIENT_DEREFZERO 32775 57 #define ID_CLIENT_PURECALL 32777 58 #define ID_CLIENT_REQUESTEXPLICITDUMP 32778 59 #define IDC_STATIC -1 60 61 // Next default values for new objects 62 // 63 #ifdef APSTUDIO_INVOKED 64 #ifndef APSTUDIO_READONLY_SYMBOLS 65 #define _APS_NO_MFC 1 66 #define _APS_NEXT_RESOURCE_VALUE 129 67 #define _APS_NEXT_COMMAND_VALUE 32780 68 #define _APS_NEXT_CONTROL_VALUE 1000 69 #define _APS_NEXT_SYMED_VALUE 110 70 #endif 71 #endif 72 73 #endif // CLIENT_WINDOWS_TESTS_CRASH_GENERATION_APP_RESOURCE_H__ 74