PageRenderTime 166ms CodeModel.GetById 1ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/win_crash_logger/win_crash_logger.rc

https://bitbucket.org/lindenlab/viewer-beta/
Unknown | 188 lines | 155 code | 33 blank | 0 comment | 0 complexity | d10656033e25006dd087599d561cf2f7 MD5 | raw file
Possible License(s): LGPL-2.1
  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #define APSTUDIO_HIDDEN_SYMBOLS
  10. #include "windows.h"
  11. #undef APSTUDIO_HIDDEN_SYMBOLS
  12. #include "resource.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // Icon
  25. //
  26. // Icon with lowest ID value placed first to ensure application icon
  27. // remains consistent on all systems.
  28. IDI_WIN_CRASH_LOGGER ICON "ll_icon.ico"
  29. /////////////////////////////////////////////////////////////////////////////
  30. //
  31. // Menu
  32. //
  33. IDC_WIN_CRASH_LOGGER MENU
  34. BEGIN
  35. POPUP "&File"
  36. BEGIN
  37. MENUITEM "E&xit", IDM_EXIT
  38. END
  39. POPUP "&Help"
  40. BEGIN
  41. MENUITEM "&About ...", IDM_ABOUT
  42. END
  43. END
  44. /////////////////////////////////////////////////////////////////////////////
  45. //
  46. // Dialog
  47. //
  48. IDD_PROGRESS DIALOGEX 100, 100, 234, 33
  49. STYLE DS_SETFONT | DS_SETFOREGROUND | WS_CAPTION | WS_SYSMENU
  50. CAPTION "%s Crash Logger"
  51. CLASS "WIN_CRASH_LOGGER"
  52. FONT 8, "MS Sans Serif", 0, 0, 0x0
  53. BEGIN
  54. LTEXT "Static",IDC_LOG,7,7,220,8
  55. END
  56. IDD_REPORT DIALOGEX 100, 100, 297, 125
  57. STYLE DS_SETFONT | DS_SETFOREGROUND | WS_CAPTION | WS_SYSMENU
  58. CAPTION "%s Crash Logger"
  59. CLASS "WIN_CRASH_LOGGER"
  60. FONT 8, "MS Sans Serif", 0, 0, 0x0
  61. BEGIN
  62. DEFPUSHBUTTON "Send",IDOK,198,104,45,15,WS_GROUP
  63. PUSHBUTTON "Don't Send",IDCANCEL,247,104,45,15,WS_GROUP
  64. LTEXT "%s appears to have crashed.",IDC_STATIC_HEADER,4,4,288,14
  65. LTEXT "This crash reporter collects information about your computer's hardware, operating system, and some %s logs, which are used for debugging purposes only.",IDC_STATIC_WHATINFO,4,23,288,19,NOT WS_GROUP
  66. CONTROL "Remember this choice",IDC_CHECK_AUTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,106,89,13
  67. LTEXT "Sending crash reports is the best way to help us improve the quality of %s.",IDC_STATIC_MOTIVATION,4,43,288,8
  68. LTEXT "If you continue to experience this problem, please try:",IDC_STATIC,4,57,251,8
  69. LTEXT "- Contacting support by visiting http://www.secondlife.com/support",IDC_STATIC,4,67,231,8
  70. END
  71. IDD_PREVREPORTBOX DIALOGEX 100, 100, 232, 213
  72. STYLE DS_SETFONT | DS_SETFOREGROUND | WS_CAPTION | WS_SYSMENU
  73. CAPTION "%s Crash Logger"
  74. CLASS "WIN_CRASH_LOGGER"
  75. FONT 8, "MS Sans Serif", 0, 0, 0x0
  76. BEGIN
  77. DEFPUSHBUTTON "Send Report",IDOK,131,193,45,15,WS_GROUP
  78. EDITTEXT IDC_EDIT1,3,100,223,89,ES_MULTILINE | ES_WANTRETURN | WS_VSCROLL
  79. PUSHBUTTON "Don't Send",IDCANCEL,181,193,45,15,WS_GROUP
  80. LTEXT "%s appears to have crashed or frozen the last time it ran.",IDC_STATIC_HEADER,4,4,214,8
  81. LTEXT "This crash reporter collects information about your computer's",IDC_STATIC,4,17,201,8
  82. LTEXT "hardware configuration, operating system, and some %s",IDC_STATIC_MSG,4,25,212,8
  83. LTEXT "logs, all of which are used for debugging purposes only.",IDC_STATIC,4,33,210,8
  84. LTEXT "In the space below, please briefly describe what you were doing",IDC_STATIC,3,48,208,8
  85. LTEXT "or trying to do just prior to the crash.",IDC_STATIC,3,56,204,8
  86. LTEXT "If you don't wish to send Linden Lab a crash report, press Don't Send.",IDC_STATIC,3,90,223,8
  87. LTEXT "This report is NOT read by customer support. If you have billing or",IDC_STATIC,3,68,208,8
  88. LTEXT "other questions, please go to: www.secondlife.com/support",IDC_STATIC,3,76,206,8
  89. CONTROL "Remember this choice",IDC_CHECK_AUTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,3,193,89,13
  90. END
  91. #ifdef APSTUDIO_INVOKED
  92. /////////////////////////////////////////////////////////////////////////////
  93. //
  94. // TEXTINCLUDE
  95. //
  96. 2 TEXTINCLUDE
  97. BEGIN
  98. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  99. "#include ""windows.h""\r\n"
  100. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  101. "#include ""resource.h""\r\n"
  102. "\0"
  103. END
  104. 3 TEXTINCLUDE
  105. BEGIN
  106. "\r\n"
  107. "\0"
  108. END
  109. 1 TEXTINCLUDE
  110. BEGIN
  111. "resource.h\0"
  112. END
  113. #endif // APSTUDIO_INVOKED
  114. /////////////////////////////////////////////////////////////////////////////
  115. //
  116. // DESIGNINFO
  117. //
  118. #ifdef APSTUDIO_INVOKED
  119. GUIDELINES DESIGNINFO
  120. BEGIN
  121. IDD_PROGRESS, DIALOG
  122. BEGIN
  123. LEFTMARGIN, 7
  124. RIGHTMARGIN, 227
  125. TOPMARGIN, 7
  126. BOTTOMMARGIN, 26
  127. END
  128. IDD_REPORT, DIALOG
  129. BEGIN
  130. RIGHTMARGIN, 292
  131. VERTGUIDE, 4
  132. BOTTOMMARGIN, 119
  133. HORZGUIDE, 4
  134. END
  135. END
  136. #endif // APSTUDIO_INVOKED
  137. /////////////////////////////////////////////////////////////////////////////
  138. //
  139. // String Table
  140. //
  141. STRINGTABLE
  142. BEGIN
  143. IDS_APP_TITLE "win_crash_logger"
  144. IDS_HELLO "Hello World!"
  145. IDC_WIN_CRASH_LOGGER "WIN_CRASH_LOGGER"
  146. END
  147. #endif // English (U.S.) resources
  148. /////////////////////////////////////////////////////////////////////////////
  149. #ifndef APSTUDIO_INVOKED
  150. /////////////////////////////////////////////////////////////////////////////
  151. //
  152. // Generated from the TEXTINCLUDE 3 resource.
  153. //
  154. /////////////////////////////////////////////////////////////////////////////
  155. #endif // not APSTUDIO_INVOKED