aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/win_crash_logger/win_crash_logger.rc
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:46 -0500
committerJacek Antonelli2008-08-15 23:44:46 -0500
commit38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch)
treeadca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/win_crash_logger/win_crash_logger.rc
parentREADME.txt (diff)
downloadmeta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/win_crash_logger/win_crash_logger.rc')
-rw-r--r--linden/indra/win_crash_logger/win_crash_logger.rc207
1 files changed, 207 insertions, 0 deletions
diff --git a/linden/indra/win_crash_logger/win_crash_logger.rc b/linden/indra/win_crash_logger/win_crash_logger.rc
new file mode 100644
index 0000000..f4c7eaa
--- /dev/null
+++ b/linden/indra/win_crash_logger/win_crash_logger.rc
@@ -0,0 +1,207 @@
1// Microsoft Visual C++ generated resource script.
2//
3#include "resource.h"
4
5#define APSTUDIO_READONLY_SYMBOLS
6/////////////////////////////////////////////////////////////////////////////
7//
8// Generated from the TEXTINCLUDE 2 resource.
9//
10#define APSTUDIO_HIDDEN_SYMBOLS
11#include "windows.h"
12#undef APSTUDIO_HIDDEN_SYMBOLS
13#include "resource.h"
14
15/////////////////////////////////////////////////////////////////////////////
16#undef APSTUDIO_READONLY_SYMBOLS
17
18/////////////////////////////////////////////////////////////////////////////
19// English (U.S.) resources
20
21#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
22#ifdef _WIN32
23LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
24#pragma code_page(1252)
25#endif //_WIN32
26
27/////////////////////////////////////////////////////////////////////////////
28//
29// Icon
30//
31
32// Icon with lowest ID value placed first to ensure application icon
33// remains consistent on all systems.
34IDI_WIN_CRASH_LOGGER ICON "ll_icon.ico"
35
36/////////////////////////////////////////////////////////////////////////////
37//
38// Menu
39//
40
41IDC_WIN_CRASH_LOGGER MENU
42BEGIN
43 POPUP "&File"
44 BEGIN
45 MENUITEM "E&xit", IDM_EXIT
46 END
47 POPUP "&Help"
48 BEGIN
49 MENUITEM "&About ...", IDM_ABOUT
50 END
51END
52
53
54/////////////////////////////////////////////////////////////////////////////
55//
56// Dialog
57//
58
59IDD_PROGRESS DIALOG 100, 100, 186, 33
60STYLE DS_SETFONT | DS_SETFOREGROUND | WS_CAPTION | WS_SYSMENU
61CAPTION "%s Crash Logger"
62CLASS "WIN_CRASH_LOGGER"
63FONT 8, "MS Sans Serif"
64BEGIN
65 LTEXT "Static",IDC_LOG,7,7,172,8
66END
67
68IDD_REPORT DIALOGEX 100, 100, 297, 125
69STYLE DS_SETFONT | DS_SETFOREGROUND | WS_CAPTION | WS_SYSMENU
70CAPTION "%s Crash Logger"
71CLASS "WIN_CRASH_LOGGER"
72FONT 8, "MS Sans Serif", 0, 0, 0x0
73BEGIN
74 DEFPUSHBUTTON "Send",IDOK,198,104,45,15,WS_GROUP
75 PUSHBUTTON "Don't Send",IDCANCEL,247,104,45,15,WS_GROUP
76 LTEXT "%s appears to have crashed.",IDC_STATIC_HEADER,4,4,288,
77 14
78 LTEXT "This crash reporter collects information about your computer's hardware, operating system, and some %s logs, which are used for debugging purposes only.",
79 IDC_STATIC_WHATINFO,4,23,288,19,NOT WS_GROUP
80 CONTROL "Remember this choice",IDC_CHECK_AUTO,"Button",
81 BS_AUTOCHECKBOX | WS_TABSTOP,4,106,89,13
82 LTEXT "Sending crash reports is the best way to help us improve the quality of %s.",
83 IDC_STATIC_MOTIVATION,4,38,288,8
84 LTEXT "If you continue to experience this problem, please try one of the following:",
85 IDC_STATIC,4,57,251,8
86 LTEXT "- Contact support by email at support@lindenlab.com",
87 IDC_STATIC,4,67,179,8
88 LTEXT "- If you can log-in, please contact Live Help by using menu Help > Live Help.",
89 IDC_STATIC,4,87,249,8
90 LTEXT "- Search the Second Life Knowledge Base at http://secondlife.com/knowledgebase/",
91 IDC_STATIC,4,77,281,8,SS_NOTIFY
92END
93
94IDD_PREVREPORTBOX DIALOG 100, 100, 232, 213
95STYLE DS_SETFONT | DS_SETFOREGROUND | WS_CAPTION | WS_SYSMENU
96CAPTION "%s Crash Logger"
97CLASS "WIN_CRASH_LOGGER"
98FONT 8, "MS Sans Serif"
99BEGIN
100 DEFPUSHBUTTON "OK",IDOK,131,193,45,15,WS_GROUP
101 EDITTEXT IDC_EDIT1,4,102,223,89,ES_MULTILINE | ES_WANTRETURN |
102 WS_VSCROLL
103 PUSHBUTTON "Cancel",IDCANCEL,181,193,45,15,WS_GROUP
104 LTEXT "%s appears to have crashed or frozen the last time it ran.",
105 IDC_STATIC,4,4,214,8
106 LTEXT "This crash reporter collects information about your computer's",
107 IDC_STATIC,4,17,201,8
108 LTEXT "hardware configuration, operating system, and some %s",
109 IDC_STATIC,4,25,212,8
110 LTEXT "logs, all of which are used for debugging purposes only.",
111 IDC_STATIC,4,33,210,8
112 LTEXT "In the space below, please briefly describe what you were doing",
113 IDC_STATIC,3,48,208,8
114 LTEXT "or trying to do just prior to the crash.",IDC_STATIC,3,
115 56,204,8
116 LTEXT "If you don't wish to send Linden Lab a crash report, press Cancel.",
117 IDC_STATIC,3,90,214,8
118 LTEXT "This report is NOT read by customer support. If you have billing or",
119 IDC_STATIC,3,68,208,8
120 LTEXT "other questions, please go to: www.secondlife.com/support",
121 IDC_STATIC,3,76,206,8
122END
123
124
125#ifdef APSTUDIO_INVOKED
126/////////////////////////////////////////////////////////////////////////////
127//
128// TEXTINCLUDE
129//
130
1312 TEXTINCLUDE
132BEGIN
133 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
134 "#include ""windows.h""\r\n"
135 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
136 "#include ""resource.h""\r\n"
137 "\0"
138END
139
1403 TEXTINCLUDE
141BEGIN
142 "\r\n"
143 "\0"
144END
145
1461 TEXTINCLUDE
147BEGIN
148 "resource.h\0"
149END
150
151#endif // APSTUDIO_INVOKED
152
153
154/////////////////////////////////////////////////////////////////////////////
155//
156// DESIGNINFO
157//
158
159#ifdef APSTUDIO_INVOKED
160GUIDELINES DESIGNINFO
161BEGIN
162 IDD_PROGRESS, DIALOG
163 BEGIN
164 LEFTMARGIN, 7
165 RIGHTMARGIN, 179
166 TOPMARGIN, 7
167 BOTTOMMARGIN, 26
168 END
169
170 IDD_REPORT, DIALOG
171 BEGIN
172 RIGHTMARGIN, 292
173 VERTGUIDE, 4
174 BOTTOMMARGIN, 119
175 HORZGUIDE, 4
176 END
177END
178#endif // APSTUDIO_INVOKED
179
180
181/////////////////////////////////////////////////////////////////////////////
182//
183// String Table
184//
185
186STRINGTABLE
187BEGIN
188 IDS_APP_TITLE "win_crash_logger"
189 IDS_HELLO "Hello World!"
190 IDC_WIN_CRASH_LOGGER "WIN_CRASH_LOGGER"
191END
192
193#endif // English (U.S.) resources
194/////////////////////////////////////////////////////////////////////////////
195
196
197
198#ifndef APSTUDIO_INVOKED
199/////////////////////////////////////////////////////////////////////////////
200//
201// Generated from the TEXTINCLUDE 3 resource.
202//
203
204
205/////////////////////////////////////////////////////////////////////////////
206#endif // not APSTUDIO_INVOKED
207