crash text cleanup

This commit is contained in:
Chris Danford
2006-03-13 09:14:07 +00:00
parent 207973f3da
commit 3213b52a68
@@ -89,25 +89,23 @@ BEGIN
WS_VSCROLL
END
IDD_REPORT_CRASH DIALOGEX 0, 0, 287, 117
IDD_REPORT_CRASH DIALOGEX 0, 0, 287, 98
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | DS_CENTERMOUSE | WS_POPUP |
WS_CAPTION
CAPTION "Program Crash"
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
PUSHBUTTON "&Send Error Report",IDC_BUTTON_AUTO_REPORT,132,98,89,15
PUSHBUTTON "&View Error Report",IDC_CRASH_SAVE,6,98,86,15
PUSHBUTTON "&Send Error Report",IDC_BUTTON_AUTO_REPORT,132,79,89,15
PUSHBUTTON "&View Error Report",IDC_CRASH_SAVE,6,79,86,15
CONTROL "",IDC_PROGRESS,"msctls_progress32",NOT WS_VISIBLE |
WS_BORDER,132,98,89,15
PUSHBUTTON "&Don't Send",IDC_BUTTON_CLOSE,224,98,59,15
LTEXT "Please choose Send Error Report to check for program updates.",
IDC_MAIN_TEXT,13,67,263,18
WS_BORDER,132,79,89,15
PUSHBUTTON "&Don't Send",IDC_BUTTON_CLOSE,224,79,59,15
LTEXT "The program has encountered an error. Click Send Error Report to automatically report the problem and check for updates.",
IDC_MAIN_TEXT,13,48,263,18
CONTROL "",IDC_STATIC,"Static",SS_WHITERECT,0,0,287,35
LTEXT "Program Crash",IDC_STATIC_HEADER_TEXT,5,5,249,23
ICON IDI_ICON,IDC_STATIC_ICON,259,6,20,20
ICON IDI_ICON,IDC_STATIC_ICON,259,6,21,20
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,0,34,287,1
LTEXT "The program has encountered an error and has been closed. We have created an anonymous error report.",
IDC_STATIC,13,42,263,24
END
@@ -147,7 +145,7 @@ BEGIN
BEGIN
RIGHTMARGIN, 283
VERTGUIDE, 6
BOTTOMMARGIN, 113
BOTTOMMARGIN, 94
END
END
#endif // APSTUDIO_INVOKED