Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

198 lines
6.9 KiB

  1. //Microsoft Developer Studio 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. // Dialog
  25. //
  26. IDD_SURVEYDLG DIALOG DISCARDABLE 0, 0, 330, 232
  27. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  28. CAPTION "Submit a comment"
  29. FONT 8, "Tahoma"
  30. BEGIN
  31. LTEXT "Email address: (Example: [email protected])",
  32. IDC_STATIC_EMAIL_ADDRESS,10,55,175,10
  33. EDITTEXT IDC_EDIT_EMAIL_ADDRESS,10,65,170,12,ES_AUTOHSCROLL |
  34. WS_TABSTOP
  35. LTEXT "Beta ID:",IDC_STATIC_BETA_ID,200,55,120,10
  36. EDITTEXT IDC_EDIT_BETA_ID,200,65,120,12,ES_AUTOHSCROLL | ES_NUMBER |
  37. WS_TABSTOP
  38. LTEXT "This comment is about:",IDC_STATIC_EVENT_CATEGORY,10,85,
  39. 170,10
  40. COMBOBOX IDC_COMBO_EVENT_CATEGORY,10,95,170,100,CBS_DROPDOWNLIST |
  41. WS_VSCROLL | WS_TABSTOP
  42. LTEXT "How bad is this problem?",IDC_STATIC_SEVERITY,200,85,
  43. 120,10
  44. COMBOBOX IDC_COMBO_SEVERITY,200,95,120,100,CBS_DROPDOWNLIST |
  45. WS_VSCROLL | WS_TABSTOP
  46. LTEXT "Comment:",IDC_STATIC_COMMENT,10,115,310,10
  47. EDITTEXT IDC_EDIT_COMMENT,10,125,310,75,ES_MULTILINE |
  48. ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL | WS_TABSTOP
  49. CONTROL "Help and Support",IDC_BUTTON_HYPERLINK,"Button",
  50. BS_OWNERDRAW | BS_NOTIFY | BS_FLAT | WS_TABSTOP,121,218,
  51. 60,8
  52. DEFPUSHBUTTON "&Submit",IDOK,210,210,50,15
  53. PUSHBUTTON "Cancel",IDCANCEL,270,210,50,15
  54. LTEXT "<placeholder>",IDC_STATIC_INTRO,10,10,310,40,NOT
  55. WS_GROUP
  56. LTEXT "If you would like to submit a bug report with more",
  57. IDC_STATIC_HELP_AND_SUPPORT_1,10,210,165,8
  58. LTEXT "detailed information, please go to",
  59. IDC_STATIC_HELP_AND_SUPPORT_2,10,218,111,8
  60. LTEXT ".",IDC_STATIC_HELP_AND_SUPPORT_3,181,218,6,8
  61. END
  62. #ifdef APSTUDIO_INVOKED
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // TEXTINCLUDE
  66. //
  67. 1 TEXTINCLUDE DISCARDABLE
  68. BEGIN
  69. END
  70. 2 TEXTINCLUDE DISCARDABLE
  71. BEGIN
  72. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  73. "#include ""windows.h""\r\n"
  74. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  75. "#include ""resource.h""\r\n"
  76. "\0"
  77. END
  78. 3 TEXTINCLUDE DISCARDABLE
  79. BEGIN
  80. "\r\n"
  81. "\0"
  82. END
  83. 4 TEXTINCLUDE DISCARDABLE
  84. BEGIN
  85. "1 TYPELIB ""UploadManager.tlb""\r\n"
  86. "\0"
  87. END
  88. #endif // APSTUDIO_INVOKED
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // DESIGNINFO
  92. //
  93. #ifdef APSTUDIO_INVOKED
  94. GUIDELINES DESIGNINFO DISCARDABLE
  95. BEGIN
  96. IDD_SURVEYDLG, DIALOG
  97. BEGIN
  98. RIGHTMARGIN, 329
  99. BOTTOMMARGIN, 231
  100. HORZGUIDE, 206
  101. END
  102. END
  103. #endif // APSTUDIO_INVOKED
  104. /////////////////////////////////////////////////////////////////////////////
  105. //
  106. // String Table
  107. //
  108. STRINGTABLE DISCARDABLE
  109. BEGIN
  110. IDS_INTRO "You are submitting a comment regarding the appearance or functionality of the window you clicked. Thank you for your feedback! We have captured an image of the window, so you don't need to describe the contents. If your comment is about functionality or usefulness, please also describe what you were doing or trying to do."
  111. IDS_INTRO_WITH_TITLE "You are submitting a comment regarding the appearance or functionality of the ""%1"" window. Thank you for your feedback! We have captured an image of the window, so you don't need to describe the contents. If your comment is about functionality or usefulness, please also describe what you were doing or trying to do."
  112. IDS_THANK_YOU "Thank you for your comment. If you are currently connected to the Internet, your comment has been submitted; if you are not, your comment will be submitted the next time you connect to the Internet."
  113. IDS_THANK_YOU_TITLE "Thank you"
  114. IDS_EVENT_CATEGORY_0 "(Select one)"
  115. IDS_EVENT_CATEGORY_1 "The program in general"
  116. IDS_EVENT_CATEGORY_2 "The design of the window"
  117. IDS_EVENT_CATEGORY_3 "A text error in the window"
  118. IDS_EVENT_CATEGORY_4 "The helpfulness or relevance of the window"
  119. IDS_EVENT_CATEGORY_5 "The accessibility of the window"
  120. IDS_EVENT_CATEGORY_6 "Something else"
  121. IDS_SEVERITY_0 "(Select one)"
  122. IDS_SEVERITY_1 "Intolerable"
  123. IDS_SEVERITY_2 "Annoying"
  124. IDS_SEVERITY_3 "Easily noticeable"
  125. END
  126. STRINGTABLE DISCARDABLE
  127. BEGIN
  128. IDS_SEVERITY_4 "Barely noticeable"
  129. IDS_NEED_EVENT_CATEGORY "Please tell us what your comment is about by selecting a choice from the list."
  130. IDS_NEED_EVENT_CATEGORY_TITLE "What is your comment about?"
  131. IDS_NEED_SEVERITY "Please tell us how bad this problem is by selecting a choice from the list."
  132. IDS_NEED_SEVERITY_TITLE "How bad is this problem?"
  133. IDS_NEED_COMMENT "Please enter a comment describing this problem."
  134. IDS_NEED_COMMENT_TITLE "What is your comment?"
  135. IDS_HYPERLINK_TEXT "Help and Support"
  136. IDS_HYPERLINK_PROGRAM_FAILED
  137. "Windows could not start the bug reporting program. Please submit a comment instead."
  138. IDS_HYPERLINK_PROGRAM_FAILED_TITLE "Please submit a comment"
  139. END
  140. #endif // English (U.S.) resources
  141. /////////////////////////////////////////////////////////////////////////////
  142. #ifndef APSTUDIO_INVOKED
  143. /////////////////////////////////////////////////////////////////////////////
  144. //
  145. // Generated from the TEXTINCLUDE 3 resource.
  146. //
  147. /////////////////////////////////////////////////////////////////////////////
  148. #endif // not APSTUDIO_INVOKED
  149. #ifndef APSTUDIO_INVOKED
  150. /////////////////////////////////////////////////////////////////////////////
  151. //
  152. // Generated from the TEXTINCLUDE 4 resource.
  153. //
  154. 1 TYPELIB "UploadManager.tlb"
  155. /////////////////////////////////////////////////////////////////////////////
  156. #endif // not APSTUDIO_INVOKED
  157. #include <windows.h>
  158. #include <bldver.h>
  159. #define VER_FILETYPE VFT_DLL
  160. #define VER_FILESUBTYPE VFT2_UNKNOWN
  161. #define VER_FILEDESCRIPTION_STR "PCHealth Whistler Comments data collector\0"
  162. #define VER_INTERNALNAME_STR "LAMEBTN.dll\0"
  163. #define VER_ORIGINALFILENAME_STR "LAMEBTN.dll\0"
  164. #include <common.ver>