Leaked source code of windows server 2003
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.

166 lines
4.8 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "ids.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #define APSTUDIO_HIDDEN_SYMBOLS
  10. #include "winres.h"
  11. #undef APSTUDIO_HIDDEN_SYMBOLS
  12. #include "ntverp.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. DLG_APPCOMPAT DIALOGEX 20, 20, 274, 154
  27. STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER |
  28. WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  29. CAPTION "Incompatible Program"
  30. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  31. BEGIN
  32. PUSHBUTTON "&Continue",IDOK,46,133,50,14
  33. PUSHBUTTON "Cancel",IDCANCEL,112,133,50,14
  34. PUSHBUTTON "&Details",IDD_DETAILS,178,133,50,14
  35. CONTROL "Don't display this &message again",IDD_STATE,"Button",
  36. BS_AUTOCHECKBOX | WS_TABSTOP,10,116,145,10
  37. ICON IDD_ICON_TRASH,IDD_ICON,10,9,20,20
  38. LTEXT "Static\r\nStuss",IDD_APPNAME,39,9,223,16,SS_NOPREFIX
  39. LTEXT "Static",IDD_LINE_2,10,91,252,17,SS_NOPREFIX
  40. EDITTEXT IDD_APPHELP_DETAILS,39,27,223,53,ES_MULTILINE |
  41. ES_READONLY | NOT WS_BORDER | WS_VSCROLL
  42. CONTROL "",-1,"Static",SS_BLACKRECT,10,83,252,1
  43. END
  44. DLG_FEEDBACK DIALOG DISCARDABLE 0, 0, 233, 142
  45. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CENTER
  46. CAPTION "Send feedback to improve compatibility"
  47. FONT 8, "MS Shell Dlg"
  48. BEGIN
  49. DEFPUSHBUTTON "Send",IDOK,121,121,50,14
  50. PUSHBUTTON "Don't send",IDCANCEL,176,121,50,14
  51. LTEXT "Do you want to send this information to Microsoft ?",
  52. IDC_STATIC,7,106,160,8
  53. CONTROL "The application works fine with compatibility layers",
  54. IDC_WORKED,"Button",BS_AUTORADIOBUTTON,16,25,173,10
  55. CONTROL "The application still fails with compatibility layers applied",
  56. IDC_NOTWORKING,"Button",BS_AUTORADIOBUTTON,16,42,189,10
  57. LTEXT "Results:",IDC_STATIC,7,7,26,8
  58. END
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Icon
  62. //
  63. // Icon with lowest ID value placed first to ensure application icon
  64. // remains consistent on all systems.
  65. IDD_ICON_TRASH ICON DISCARDABLE "ahui.ico"
  66. #ifndef _MAC
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // Version
  70. //
  71. #define VER_FILETYPE VFT_APP
  72. #define VER_FILESUBTYPE VFT2_UNKNOWN
  73. #define VER_FILEDESCRIPTION_STR "Application Compatibility UI"
  74. #define VER_INTERNALNAME_STR "ahui.exe"
  75. #define VER_ORIGINALFILENAME_STR "ahui.exe"
  76. #include "common.ver"
  77. #endif // !_MAC
  78. #ifdef APSTUDIO_INVOKED
  79. /////////////////////////////////////////////////////////////////////////////
  80. //
  81. // TEXTINCLUDE
  82. //
  83. 1 TEXTINCLUDE DISCARDABLE
  84. BEGIN
  85. "resource.h\0"
  86. END
  87. 2 TEXTINCLUDE DISCARDABLE
  88. BEGIN
  89. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  90. "#include ""windows.h""\r\n"
  91. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  92. "#include ""ids.h""\r\n"
  93. "#include ""ntverp.h""\r\n"
  94. "\0"
  95. END
  96. 3 TEXTINCLUDE DISCARDABLE
  97. BEGIN
  98. "\r\n"
  99. "\0"
  100. END
  101. #endif // APSTUDIO_INVOKED
  102. /////////////////////////////////////////////////////////////////////////////
  103. //
  104. // DESIGNINFO
  105. //
  106. #ifdef APSTUDIO_INVOKED
  107. GUIDELINES DESIGNINFO DISCARDABLE
  108. BEGIN
  109. DLG_FEEDBACK, DIALOG
  110. BEGIN
  111. LEFTMARGIN, 7
  112. RIGHTMARGIN, 226
  113. TOPMARGIN, 7
  114. BOTTOMMARGIN, 135
  115. END
  116. END
  117. #endif // APSTUDIO_INVOKED
  118. /////////////////////////////////////////////////////////////////////////////
  119. //
  120. // String Table
  121. //
  122. STRINGTABLE DISCARDABLE
  123. BEGIN
  124. IDS_APPCOMPAT_CANCEL "To exit, click Cancel. For more information, click Details."
  125. IDS_APPCOMPAT_RUNCANCEL "To run the program, click Continue. For more information, click Details."
  126. END
  127. #endif // English (U.S.) resources
  128. /////////////////////////////////////////////////////////////////////////////
  129. #ifndef APSTUDIO_INVOKED
  130. /////////////////////////////////////////////////////////////////////////////
  131. //
  132. // Generated from the TEXTINCLUDE 3 resource.
  133. //
  134. /////////////////////////////////////////////////////////////////////////////
  135. #endif // not APSTUDIO_INVOKED