source: trunk/Utilities/LogProcessExceptions/LogProcessExceptions.rc @ 937

Last change on this file since 937 was 130, checked in by roman, 11 years ago

Added property pages for filters and email notification

File size: 18.5 KB
RevLine 
[61]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#include "winres.h"
11#include "atlres.h"
[64]12#include "rores.rc"
[61]13
14/////////////////////////////////////////////////////////////////////////////
15#undef APSTUDIO_READONLY_SYMBOLS
16
17/////////////////////////////////////////////////////////////////////////////
18// English (United States) resources
19
20#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
21LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
22#pragma code_page(1252)
23
24#ifdef APSTUDIO_INVOKED
25/////////////////////////////////////////////////////////////////////////////
26//
27// TEXTINCLUDE
28//
29
301 TEXTINCLUDE
31BEGIN
32    "resource.h\0"
33END
34
352 TEXTINCLUDE
36BEGIN
37    "#include ""winres.h""\r\n"
38    "#include ""atlres.h""\r\n"
39    "#include ""rores.rc""\r\0"
40END
41
423 TEXTINCLUDE
43BEGIN
44    "//1 TYPELIB ""LogProcessExceptions.tlb\0"
45END
46
47#endif    // APSTUDIO_INVOKED
48
49
50/////////////////////////////////////////////////////////////////////////////
51//
[130]52// TYPELIB
53//
54
55IDR_EMAILTOOLS          TYPELIB                 "..\\..\\..\\Repository-Private\\Utilities\\EmailTools\\_Bin\\Win32\\Release\\EmailTools\\EmailTools.tlb"
56
57/////////////////////////////////////////////////////////////////////////////
58//
[61]59// Icon
60//
61
62// Icon with lowest ID value placed first to ensure application icon
63// remains consistent on all systems.
64IDI_MODULE              ICON                    "Module.ico"
65
66/////////////////////////////////////////////////////////////////////////////
67//
68// Bitmap
69//
70
71IDB_WIZARDHEADER        BITMAP                  "WizardHeader.bmp"
72IDB_WIZARDWATERMARK     BITMAP                  "WizardWatermark.bmp"
73
74/////////////////////////////////////////////////////////////////////////////
75//
76// Dialog
77//
78
79IDD_ABOUT DIALOGEX 0, 0, 280, 153
80STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
81CAPTION "About"
82FONT 8, "MS Shell Dlg", 400, 0, 0x1
83BEGIN
84    ICON            IDI_MODULE,IDC_ABOUT_ICON,10,10,20,20,SS_REALSIZEIMAGE
85    LTEXT           "Log Process Exceptions",IDC_ABOUT_TITLE,60,6,210,24
86    LTEXT           "Product Version %d.%d.%d.%d",IDC_ABOUT_PRODUCTVERSION,60,30,210,8
87    LTEXT           "Module Version %d.%d.%d.%d",IDC_ABOUT_FILEVERSION,60,42,210,8
88    LTEXT           "Web:",IDC_ABOUT_WEBSITETITLE,60,60,18,8
89    LTEXT           "<A HREF=""http://alax.info/"">http://alax.info/</A>",IDC_ABOUT_WEBSITE,108,60,162,8,NOT WS_GROUP | WS_TABSTOP
90    LTEXT           "Email:",IDC_ABOUT_EMAILTITLE,60,72,20,8
91    LTEXT           "<A HREF=""mailto:support@alax.info"">support@alax.info</A>",IDC_ABOUT_EMAIL,108,72,162,8,NOT WS_GROUP | WS_TABSTOP
[64]92    LTEXT           "Copyright © Alax.Info, Roman Ryltsov, 2008-2012",IDC_ABOUT_COPYRIGHT,60,84,210,8,SS_NOPREFIX
[61]93    DEFPUSHBUTTON   "OK",1,220,102,50,14
94    CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,6,122,267,1
95    LTEXT           "Warning: ...",IDC_ABOUT_COPYRIGHTWARNING,6,130,268,18
96END
97
98IDD_MAIN_INTRODUCTION DIALOGEX 0, 0, 317, 192
99STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU
100FONT 8, "MS Shell Dlg", 400, 0, 0x1
101BEGIN
102    LTEXT           "Alax.Info Log Process Exceptions",IDC_WIZARDINTRODUCTION_TITLE,115,6,196,24
103    LTEXT           "This wizard will guide you through the steps required to attach to a running process and log runtime exceptions into minidump files.",IDC_WIZARDINTRODUCTION_DESCRIPTION,115,36,196,60
104    CONTROL         "&Skip introduction page next time",IDC_WIZARDINTRODUCTION_SKIP,
105                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,115,156,196,10
106    LTEXT           "To continue, press Next.",-1,115,178,196,8
107END
108
109IDD_MAIN_COMPLETION DIALOGEX 0, 0, 317, 192
110STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU
111FONT 8, "MS Shell Dlg", 400, 0, 0x1
112BEGIN
113    LTEXT           "Wizard Completed",IDC_WIZARDCOMPLETION_TITLE,115,6,196,24
114    ICON            "",IDC_WIZARDCOMPLETION_ICON,120,36,20,20,SS_REALSIZEIMAGE
115    LTEXT           "The wizard has completed its task.",IDC_WIZARDCOMPLETION_RESULT,150,36,161,90
116    LTEXT           "<A>Open Minidump File Directory</A>",IDC_MAIN_OPERATION_OPENMINIDUMPFILEDIRECTORY,114,162,127,8,WS_TABSTOP
117    LTEXT           "To close wizard, press Finish.",IDC_WIZARDCOMPLETION_FINISHLABEL,115,178,197,8
118END
119
120IDD_MAIN_PROCESS DIALOGEX 0, 0, 317, 144
121STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU
122FONT 8, "MS Shell Dlg", 400, 0, 0x1
123BEGIN
124    LTEXT           "Choose a running process in the list below to attach debugger to. Press Next to proceed with setting debugging options.",IDC_STATIC,6,0,306,18
125    CONTROL         "",IDC_MAIN_PROCESSES,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,6,24,306,96
126    PUSHBUTTON      "&Refresh",IDC_MAIN_REFRESHPROCESSES,6,126,50,14
127    LTEXT           "<A HREF=""http://www.microsoft.com/whdc/devtools/debugging/default.mspx"">DbgHelp API: %s</A>\nMissing",IDC_MAIN_DBGHELPVERSION,192,132,120,8
128END
129
130IDD_MAIN_MINIDUMPTYPE DIALOGEX 0, 0, 317, 144
131STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU
132FONT 8, "MS Shell Dlg", 400, 0, 0x1
133BEGIN
[130]134    LTEXT           "Please choose minidump type using controls below. To proceed to exception filter rules, click Next.",IDC_STATIC,6,6,306,18
[61]135    CONTROL         "Data Segments ",IDC_MAIN_MINIDUMPTYPE_DATASEGMENTS,
136                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,30,67,10
137    CONTROL         "Full Memory ",IDC_MAIN_MINIDUMPTYPE_FULLMEMORY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,42,56,10
138    CONTROL         "Handle Data ",IDC_MAIN_MINIDUMPTYPE_HANDLEDATA,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,54,57,10
139    CONTROL         "Filter Memory ",IDC_MAIN_MINIDUMPTYPE_FILTERMEMORY,
140                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,66,61,10
141    CONTROL         "Scan Memory ",IDC_MAIN_MINIDUMPTYPE_SCANMEMORY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,78,61,10
142    CONTROL         "Unloaded Modules ",IDC_MAIN_MINIDUMPTYPE_UNLOADEDMODULES,
143                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,90,30,76,10
144    CONTROL         "Indirectly Referenced Memory ",IDC_MAIN_MINIDUMPTYPE_INDIRECTLYREFERENCEDMEMORY,
145                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,90,42,115,10
146    CONTROL         "Filter Module Paths ",IDC_MAIN_MINIDUMPTYPE_FILTERMODULEPATHS,
147                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,90,54,79,10
148    CONTROL         "Process Thread Data ",IDC_MAIN_MINIDUMPTYPE_PROCESSTHREADDATA,
149                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,90,66,85,10
150    CONTROL         "Private Read/Write Memory ",IDC_MAIN_MINIDUMPTYPE_PRIVATEREADWRITEMEMORY,
151                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,90,78,107,10
152    CONTROL         "Without Optional Data ",IDC_MAIN_MINIDUMPTYPE_WITHOUTOPTIONALDATA,
153                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,96,89,10
154    CONTROL         "Full Memory Information ",IDC_MAIN_MINIDUMPTYPE_FULLMEMORYINFO,
155                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,108,95,10
156    CONTROL         "Thread Information ",IDC_MAIN_MINIDUMPTYPE_THREADINFO,
157                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,108,96,80,10
158    CONTROL         "Code Segments ",IDC_MAIN_MINIDUMPTYPE_CODESEGS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,108,108,68,10
159    CONTROL         "Without Auxiliary State ",IDC_MAIN_MINIDUMPTYPE_WITHOUTAUXILIARYSTATE,
160                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,216,30,92,10
161    CONTROL         "Full Auxiliary State ",IDC_MAIN_MINIDUMPTYPE_FULLAUXILIARYSTATE,
162                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,216,42,77,10
163    CONTROL         "Private Write-Copy Memory ",IDC_MAIN_MINIDUMPTYPE_PRIVATEWRITECOPYMEMORY,
164                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,204,96,107,10
165    CONTROL         "Ignore Inaccessible Memory ",IDC_MAIN_MINIDUMPTYPE_IGNOREINACCESSIBLEMEMORY,
166                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,204,108,107,10
167    CONTROL         "Token Information ",IDC_MAIN_MINIDUMPTYPE_TOKENINFORMATION,
168                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,204,120,77,10
169    LTEXT           "See also: <A HREF=""http://msdn.microsoft.com/en-us/library/ms680519%28VS.85%29.aspx"">MINIDUMP_TYPE Enumeration</A> on MSDN",IDC_MAIN_MINIDUMPTYPE,6,132,306,8
170END
171
172IDD_MAIN_OPERATION DIALOGEX 0, 0, 317, 144
173STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU
174FONT 8, "MS Shell Dlg", 400, 0, 0x1
175BEGIN
[130]176    LTEXT           "Debug session is in progress. To stop debugging, click Next. To review options without stopping debugging, click Back.",IDC_STATIC,6,0,306,18
177    EDITTEXT        IDC_MAIN_OPERATION_LOG,6,24,306,102,ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL | WS_HSCROLL
[61]178    LTEXT           "<A>Write Minidump File Now</A>",IDC_MAIN_OPERATION_WRITEMINIDUMPNOW,6,132,112,8
179    LTEXT           "<A>Open Minidump File Directory</A>",IDC_MAIN_OPERATION_OPENMINIDUMPFILEDIRECTORY,108,132,127,8,WS_TABSTOP
180END
181
[130]182IDD_MAIN_FILTER DIALOGEX 0, 0, 317, 144
183STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU
184FONT 8, "MS Shell Dlg", 400, 0, 0x1
185BEGIN
186    LTEXT           "Use controls below to provide rules that define whether an exception to occur should be skipped, or a minidump file needs to be created. To proceed to configuring email notifications, click Next.",IDC_STATIC,6,0,306,24
187    EDITTEXT        IDC_MAIN_FILTER_TEXT,6,30,306,96,ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_WANTRETURN | WS_VSCROLL | WS_HSCROLL
188    LTEXT           "<A>Reset to Default</A>",IDC_MAIN_FILTER_RESET,6,132,90,8
189    LTEXT           "<A HREF=""http://alax.info/blog/1409"">Help on Filters</A>",IDC_MAIN_FILTER_HELP,114,132,186,8
190END
[61]191
[130]192IDD_MAIN_EMAIL DIALOGEX 0, 0, 317, 144
193STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU
194FONT 8, "MS Shell Dlg", 400, 0, 0x1
195BEGIN
196    LTEXT           "Use controls below to enable email notification on exception occurred. To proceed and start/continue debug session, click Next.",IDC_STATIC,6,0,306,18
197    CONTROL         "&Send an email on occurred and logged exception",IDC_MAIN_EMAIL_ENABLED,
198                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,24,300,10
199    LTEXT           "&From: ",IDC_STATIC,12,44,22,8
200    EDITTEXT        IDC_MAIN_EMAIL_FROM,36,42,90,14,ES_AUTOHSCROLL
201    LTEXT           "&To: ",IDC_STATIC,138,44,14,8
202    EDITTEXT        IDC_MAIN_EMAIL_TO,156,42,150,14,ES_AUTOHSCROLL
203    LTEXT           "&Method: ",IDC_STATIC,12,62,30,8
204    COMBOBOX        IDC_MAIN_EMAIL_METHOD,48,60,258,90,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
205    LTEXT           "SMTP S&erver Host and Port: ",IDC_STATIC,24,80,92,8
206    EDITTEXT        IDC_MAIN_EMAIL_HOST,126,78,120,14,ES_AUTOHSCROLL
207    LTEXT           "&Username: ",IDC_STATIC,24,98,38,8
208    EDITTEXT        IDC_MAIN_EMAIL_USERNAME,66,96,90,14,ES_AUTOHSCROLL
209    LTEXT           "P&assword: ",IDC_STATIC,168,98,36,8
210    EDITTEXT        IDC_MAIN_EMAIL_PASSWORD,204,96,90,14,ES_PASSWORD | ES_AUTOHSCROLL
211    CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,12,114,300,20
212    LTEXT           "Ma&ximal Dump File Size to Attach, MB: ",IDC_STATIC,12,122,124,8
213    EDITTEXT        IDC_MAIN_EMAIL_MAXIMALATTACHMENTSIZE,144,120,60,14,ES_AUTOHSCROLL
214END
215
216
[61]217/////////////////////////////////////////////////////////////////////////////
218//
219// DESIGNINFO
220//
221
222#ifdef APSTUDIO_INVOKED
223GUIDELINES DESIGNINFO
224BEGIN
225    IDD_ABOUT, DIALOG
226    BEGIN
227    END
228
229    IDD_MAIN_INTRODUCTION, DIALOG
230    BEGIN
231    END
232
233    IDD_MAIN_COMPLETION, DIALOG
234    BEGIN
235    END
236
237    IDD_MAIN_PROCESS, DIALOG
238    BEGIN
239    END
240
241    IDD_MAIN_MINIDUMPTYPE, DIALOG
242    BEGIN
243    END
244
245    IDD_MAIN_OPERATION, DIALOG
246    BEGIN
247    END
[130]248
249    IDD_MAIN_FILTER, DIALOG
250    BEGIN
251    END
252
253    IDD_MAIN_EMAIL, DIALOG
254    BEGIN
255    END
[61]256END
257#endif    // APSTUDIO_INVOKED
258
259
260/////////////////////////////////////////////////////////////////////////////
261//
262// Version
263//
264
265VS_VERSION_INFO VERSIONINFO
[130]266 FILEVERSION  1, 0, 0, 269
[61]267 PRODUCTVERSION 1,0,0,1
268 FILEFLAGSMASK 0x3fL
269#ifdef _DEBUG
270 FILEFLAGS 0x1L
271#else
272 FILEFLAGS 0x0L
273#endif
274 FILEOS 0x4L
275 FILETYPE 0x2L
276 FILESUBTYPE 0x0L
277BEGIN
278    BLOCK "StringFileInfo"
279    BEGIN
280        BLOCK "040904e4"
281        BEGIN
282            VALUE "CompanyName", "Alax.Info"
283            VALUE "Created By", "Roman Ryltsov <roman@alax.info>"
284            VALUE "FileDescription", "Log Process Exceptions Utility"
[130]285            VALUE "FileVersion",  "1, 0, 0, 269\0"
[61]286            VALUE "InternalName", "LogProcessExceptions"
[64]287            VALUE "LegalCopyright", "Copyright © Alax.Info, Roman Ryltsov, 2008-2012"
[61]288            VALUE "OriginalFilename", "LogProcessExceptions.exe"
289            VALUE "ProductName", "Log Process Exceptions Utility"
290            VALUE "ProductVersion", "1.0.0.1"
291        END
292    END
293    BLOCK "VarFileInfo"
294    BEGIN
295        VALUE "Translation", 0x409, 1252
296    END
297END
298
299
300/////////////////////////////////////////////////////////////////////////////
301//
302// String Table
303//
304
305STRINGTABLE
306BEGIN
307    IDC_ABOUT_COPYRIGHTWARNING
308                            "Warning: This computer program is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under the law."
309END
310
311STRINGTABLE
312BEGIN
313    ID_FILE_NEW             "Create a new document\nNew"
314    ID_FILE_OPEN            "Open an existing document\nOpen"
315    ID_FILE_CLOSE           "Close the active document\nClose"
316    ID_FILE_SAVE            "Save the active document\nSave"
317    ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
318    ID_FILE_PAGE_SETUP      "Change the printing options\nPage Setup"
319    ID_FILE_PRINT_SETUP     "Change the printer and printing options\nPrint Setup"
320    ID_FILE_PRINT           "Print the active document\nPrint"
321    ID_FILE_PRINT_PREVIEW   "Display full pages\nPrint Preview"
322END
323
324STRINGTABLE
325BEGIN
326    ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
327    ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
328END
329
330STRINGTABLE
331BEGIN
332    ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
333    ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
334END
335
336STRINGTABLE
337BEGIN
338    ID_WINDOW_NEW           "Open another window for the active document\nNew Window"
339    ID_WINDOW_ARRANGE       "Arrange icons at the bottom of the window\nArrange Icons"
340    ID_WINDOW_CASCADE       "Arrange windows so they overlap\nCascade Windows"
341    ID_WINDOW_TILE_HORZ     "Arrange windows as non-overlapping tiles\nTile Windows"
342    ID_WINDOW_TILE_VERT     "Arrange windows as non-overlapping tiles\nTile Windows"
343    ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
344END
345
346STRINGTABLE
347BEGIN
348    ID_EDIT_CLEAR           "Erase the selection\nErase"
349    ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
350    ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
351    ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
352    ID_EDIT_FIND            "Find the specified text\nFind"
353    ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
354    ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
355    ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
356    ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
357    ID_EDIT_UNDO            "Undo the last action\nUndo"
358    ID_EDIT_REDO            "Redo the previously undone action\nRedo"
359END
360
361STRINGTABLE
362BEGIN
363    ATL_IDS_SCSIZE          "Change the window size"
364    ATL_IDS_SCMOVE          "Change the window position"
365    ATL_IDS_SCMINIMIZE      "Reduce the window to an icon"
366    ATL_IDS_SCMAXIMIZE      "Enlarge the window to full size"
367    ATL_IDS_SCNEXTWINDOW    "Switch to the next document window"
368    ATL_IDS_SCPREVWINDOW    "Switch to the previous document window"
369    ATL_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
370END
371
372STRINGTABLE
373BEGIN
374    ATL_IDS_SCRESTORE       "Restore the window to normal size"
375    ATL_IDS_SCTASKLIST      "Activate Task List"
376    ATL_IDS_MDICHILD        "Activate this window"
377END
378
379STRINGTABLE
380BEGIN
381    ATL_IDS_IDLEMESSAGE     "Ready"
382END
383
384STRINGTABLE
385BEGIN
386    ATL_IDS_MRU_FILE        "Open this document"
387END
388
389STRINGTABLE
390BEGIN
391    IDS_PROJNAME            "Log Process Exceptions Utility"
392END
393
394STRINGTABLE
395BEGIN
396    IDS_MAINWIZARD_CAPTION  "Log Process Exceptions"
397END
398
399STRINGTABLE
400BEGIN
401    IDD_MAIN_PROCESS        "Debuggee Process\nChoose process to attach as debugger to, and monitor process runtime exceptions"
402    IDC_MAIN_PROCESSES      "v, 1\nx, 0x00000420, 0x00000420\nc, Process, 150, -1, ""f, 1""\nc, Identifier, 90, 1, ""f, 1""\nc, Type, 60, 2, ""f,1""\nc, Window Caption, 240, 3, ""f,0""\nc, Account, 210, 4, ""f,0""\n"
403END
404
405STRINGTABLE
406BEGIN
407    IDD_MAIN_MINIDUMPTYPE   "Minidump Type\nChoose type of the minidump to be created on process exception"
408END
409
410STRINGTABLE
411BEGIN
[130]412    IDD_MAIN_FILTER         "Exception Filter\nDefine rules to filter out exceptions of interest"
413END
414
415STRINGTABLE
416BEGIN
417    IDD_MAIN_EMAIL          "Email Notification\nConfigure email notifications for detected exceptions"
418END
419
420STRINGTABLE
421BEGIN
422    IDC_MAIN_EMAIL_METHOD   "Google Mail (SMTP, TLS Connection)\nSMTP, TLS Connection, Plain Text Authentication (TLS, PLAIN)\nSMTP, SSL Connection, Plain Text Authentication (SSL, PLAIN)\nSMTP, Digest Authentication (CRAM-MD5)\nSMTP, Plain Text Authentication (PLAIN)\nSMTP, No Authentication\n"
423END
424
425STRINGTABLE
426BEGIN
[61]427    IDD_MAIN_OPERATION      "Debug Operation\nReview debug session status and notifications"
[130]428        IDC_MAIN_EMAIL_MAXIMALATTACHMENTSIZE "1, 0xB, , 2, Maximal Attachment Size, ""Maximal minidump file attachment size is a size threshold in megabytes, under which the file is to be attached to the email, and should be a non-negative integer value""\n"
[61]429END
430
431#endif    // English (United States) resources
432/////////////////////////////////////////////////////////////////////////////
433
434
435
436#ifndef APSTUDIO_INVOKED
437/////////////////////////////////////////////////////////////////////////////
438//
439// Generated from the TEXTINCLUDE 3 resource.
440//
441//1 TYPELIB "LogProcessExceptions.tlb
442/////////////////////////////////////////////////////////////////////////////
443#endif    // not APSTUDIO_INVOKED
444
Note: See TracBrowser for help on using the repository browser.