diff options
author | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
commit | 38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch) | |
tree | adca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/win_crash_logger/win_crash_logger.rc | |
parent | README.txt (diff) | |
download | meta-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.rc | 207 |
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 | ||
23 | LANGUAGE 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. | ||
34 | IDI_WIN_CRASH_LOGGER ICON "ll_icon.ico" | ||
35 | |||
36 | ///////////////////////////////////////////////////////////////////////////// | ||
37 | // | ||
38 | // Menu | ||
39 | // | ||
40 | |||
41 | IDC_WIN_CRASH_LOGGER MENU | ||
42 | BEGIN | ||
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 | ||
51 | END | ||
52 | |||
53 | |||
54 | ///////////////////////////////////////////////////////////////////////////// | ||
55 | // | ||
56 | // Dialog | ||
57 | // | ||
58 | |||
59 | IDD_PROGRESS DIALOG 100, 100, 186, 33 | ||
60 | STYLE DS_SETFONT | DS_SETFOREGROUND | WS_CAPTION | WS_SYSMENU | ||
61 | CAPTION "%s Crash Logger" | ||
62 | CLASS "WIN_CRASH_LOGGER" | ||
63 | FONT 8, "MS Sans Serif" | ||
64 | BEGIN | ||
65 | LTEXT "Static",IDC_LOG,7,7,172,8 | ||
66 | END | ||
67 | |||
68 | IDD_REPORT DIALOGEX 100, 100, 297, 125 | ||
69 | STYLE DS_SETFONT | DS_SETFOREGROUND | WS_CAPTION | WS_SYSMENU | ||
70 | CAPTION "%s Crash Logger" | ||
71 | CLASS "WIN_CRASH_LOGGER" | ||
72 | FONT 8, "MS Sans Serif", 0, 0, 0x0 | ||
73 | BEGIN | ||
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 | ||
92 | END | ||
93 | |||
94 | IDD_PREVREPORTBOX DIALOG 100, 100, 232, 213 | ||
95 | STYLE DS_SETFONT | DS_SETFOREGROUND | WS_CAPTION | WS_SYSMENU | ||
96 | CAPTION "%s Crash Logger" | ||
97 | CLASS "WIN_CRASH_LOGGER" | ||
98 | FONT 8, "MS Sans Serif" | ||
99 | BEGIN | ||
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 | ||
122 | END | ||
123 | |||
124 | |||
125 | #ifdef APSTUDIO_INVOKED | ||
126 | ///////////////////////////////////////////////////////////////////////////// | ||
127 | // | ||
128 | // TEXTINCLUDE | ||
129 | // | ||
130 | |||
131 | 2 TEXTINCLUDE | ||
132 | BEGIN | ||
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" | ||
138 | END | ||
139 | |||
140 | 3 TEXTINCLUDE | ||
141 | BEGIN | ||
142 | "\r\n" | ||
143 | "\0" | ||
144 | END | ||
145 | |||
146 | 1 TEXTINCLUDE | ||
147 | BEGIN | ||
148 | "resource.h\0" | ||
149 | END | ||
150 | |||
151 | #endif // APSTUDIO_INVOKED | ||
152 | |||
153 | |||
154 | ///////////////////////////////////////////////////////////////////////////// | ||
155 | // | ||
156 | // DESIGNINFO | ||
157 | // | ||
158 | |||
159 | #ifdef APSTUDIO_INVOKED | ||
160 | GUIDELINES DESIGNINFO | ||
161 | BEGIN | ||
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 | ||
177 | END | ||
178 | #endif // APSTUDIO_INVOKED | ||
179 | |||
180 | |||
181 | ///////////////////////////////////////////////////////////////////////////// | ||
182 | // | ||
183 | // String Table | ||
184 | // | ||
185 | |||
186 | STRINGTABLE | ||
187 | BEGIN | ||
188 | IDS_APP_TITLE "win_crash_logger" | ||
189 | IDS_HELLO "Hello World!" | ||
190 | IDC_WIN_CRASH_LOGGER "WIN_CRASH_LOGGER" | ||
191 | END | ||
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 | |||