diff options
Diffstat (limited to 'linden/indra/win_crash_logger/resource.h')
-rw-r--r-- | linden/indra/win_crash_logger/resource.h | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/linden/indra/win_crash_logger/resource.h b/linden/indra/win_crash_logger/resource.h new file mode 100644 index 0000000..9c8570d --- /dev/null +++ b/linden/indra/win_crash_logger/resource.h | |||
@@ -0,0 +1,63 @@ | |||
1 | /** | ||
2 | * @file resource.h | ||
3 | * @brief Resources for windows crash logger | ||
4 | * | ||
5 | * Copyright (c) 2003-2007, Linden Research, Inc. | ||
6 | * | ||
7 | * The source code in this file ("Source Code") is provided by Linden Lab | ||
8 | * to you under the terms of the GNU General Public License, version 2.0 | ||
9 | * ("GPL"), unless you have obtained a separate licensing agreement | ||
10 | * ("Other License"), formally executed by you and Linden Lab. Terms of | ||
11 | * the GPL can be found in doc/GPL-license.txt in this distribution, or | ||
12 | * online at http://secondlife.com/developers/opensource/gplv2 | ||
13 | * | ||
14 | * There are special exceptions to the terms and conditions of the GPL as | ||
15 | * it is applied to this Source Code. View the full text of the exception | ||
16 | * in the file doc/FLOSS-exception.txt in this software distribution, or | ||
17 | * online at http://secondlife.com/developers/opensource/flossexception | ||
18 | * | ||
19 | * By copying, modifying or distributing this software, you acknowledge | ||
20 | * that you have read and understood your obligations described above, | ||
21 | * and agree to abide by those obligations. | ||
22 | * | ||
23 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | ||
24 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | ||
25 | * COMPLETENESS OR PERFORMANCE. | ||
26 | */ | ||
27 | |||
28 | //{{NO_DEPENDENCIES}} | ||
29 | // Microsoft Visual C++ generated include file. | ||
30 | // Used by win_crash_logger.rc | ||
31 | // | ||
32 | #define IDC_MYICON 2 | ||
33 | #define IDD_REPORT 9 | ||
34 | #define IDD_WIN_CRASH_LOGGER_DIALOG 102 | ||
35 | #define IDD_ABOUTBOX 103 | ||
36 | #define IDS_APP_TITLE 103 | ||
37 | #define IDM_ABOUT 104 | ||
38 | #define IDM_EXIT 105 | ||
39 | #define IDS_HELLO 106 | ||
40 | #define IDI_WIN_CRASH_LOGGER 107 | ||
41 | #define IDI_SMALL 108 | ||
42 | #define IDC_WIN_CRASH_LOGGER 109 | ||
43 | #define IDR_MAINFRAME 128 | ||
44 | #define IDD_PROGRESS 129 | ||
45 | #define IDD_PREVREPORTBOX 130 | ||
46 | #define IDC_EDIT1 1000 | ||
47 | #define IDC_LOG 1004 | ||
48 | #define IDC_CHECK_AUTO 1006 | ||
49 | #define IDC_STATIC_HEADER 1007 | ||
50 | #define IDC_STATIC_WHATINFO 1008 | ||
51 | #define IDC_STATIC_MOTIVATION 1009 | ||
52 | #define IDC_STATIC -1 | ||
53 | |||
54 | // Next default values for new objects | ||
55 | // | ||
56 | #ifdef APSTUDIO_INVOKED | ||
57 | #ifndef APSTUDIO_READONLY_SYMBOLS | ||
58 | #define _APS_NEXT_RESOURCE_VALUE 131 | ||
59 | #define _APS_NEXT_COMMAND_VALUE 32771 | ||
60 | #define _APS_NEXT_CONTROL_VALUE 1010 | ||
61 | #define _APS_NEXT_SYMED_VALUE 110 | ||
62 | #endif | ||
63 | #endif | ||