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.

172 lines
4.7 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. #include "winres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Dialog
  22. //
  23. IDD_MAIN DIALOG DISCARDABLE 0, 0, 232, 97
  24. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  25. CAPTION "Application Verifier Installer"
  26. FONT 8, "MS Shell Dlg"
  27. BEGIN
  28. PUSHBUTTON "&OK",IDOK,91,76,50,14,WS_DISABLED
  29. GROUPBOX "Installer Status",IDC_STATIC,7,7,218,63
  30. CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
  31. 13,49,206,14
  32. CTEXT "Please wait while the Application Verifier is installed...",
  33. IDC_STATUS,14,22,205,8
  34. CTEXT "Click OK to launch the Application Verifier",IDC_LAUNCH,
  35. 13,33,205,8,NOT WS_VISIBLE
  36. END
  37. /////////////////////////////////////////////////////////////////////////////
  38. //
  39. // DESIGNINFO
  40. //
  41. #ifdef APSTUDIO_INVOKED
  42. GUIDELINES DESIGNINFO DISCARDABLE
  43. BEGIN
  44. IDD_MAIN, DIALOG
  45. BEGIN
  46. LEFTMARGIN, 7
  47. RIGHTMARGIN, 225
  48. TOPMARGIN, 7
  49. BOTTOMMARGIN, 90
  50. END
  51. END
  52. #endif // APSTUDIO_INVOKED
  53. #ifndef _MAC
  54. /////////////////////////////////////////////////////////////////////////////
  55. //
  56. // Version
  57. //
  58. VS_VERSION_INFO VERSIONINFO
  59. FILEVERSION 1,0,0,2
  60. PRODUCTVERSION 1,0,0,2
  61. FILEFLAGSMASK 0x3fL
  62. #ifdef _DEBUG
  63. FILEFLAGS 0x1L
  64. #else
  65. FILEFLAGS 0x0L
  66. #endif
  67. FILEOS 0x40004L
  68. FILETYPE 0x1L
  69. FILESUBTYPE 0x0L
  70. BEGIN
  71. BLOCK "StringFileInfo"
  72. BEGIN
  73. BLOCK "040904b0"
  74. BEGIN
  75. VALUE "CompanyName", "Microsoft Corporation\0"
  76. VALUE "FileDescription", "Application Verifier Installer\0"
  77. VALUE "FileVersion", "1.0.0.2\0"
  78. VALUE "InternalName", "avrfinst.exe\0"
  79. VALUE "LegalCopyright", "� Microsoft Corporation. All rights reserved.\0"
  80. VALUE "OriginalFilename", "avrfinst.exe\0"
  81. VALUE "ProductName", "Microsoft� Windows� Operating System\0"
  82. VALUE "ProductVersion", "1.0.0.2\0"
  83. END
  84. END
  85. BLOCK "VarFileInfo"
  86. BEGIN
  87. VALUE "Translation", 0x409, 1200
  88. END
  89. END
  90. #endif // !_MAC
  91. #ifdef APSTUDIO_INVOKED
  92. /////////////////////////////////////////////////////////////////////////////
  93. //
  94. // TEXTINCLUDE
  95. //
  96. 1 TEXTINCLUDE DISCARDABLE
  97. BEGIN
  98. "resource.h\0"
  99. END
  100. 2 TEXTINCLUDE DISCARDABLE
  101. BEGIN
  102. "#include ""afxres.h""\r\n"
  103. "\0"
  104. END
  105. 3 TEXTINCLUDE DISCARDABLE
  106. BEGIN
  107. "\r\n"
  108. "\0"
  109. END
  110. #endif // APSTUDIO_INVOKED
  111. /////////////////////////////////////////////////////////////////////////////
  112. //
  113. // Icon
  114. //
  115. // Icon with lowest ID value placed first to ensure application icon
  116. // remains consistent on all systems.
  117. IDI_ICON ICON DISCARDABLE "res\\main.ico"
  118. /////////////////////////////////////////////////////////////////////////////
  119. //
  120. // String Table
  121. //
  122. STRINGTABLE DISCARDABLE
  123. BEGIN
  124. IDS_NO_CLASS "Failed to register the application's window class."
  125. IDS_NO_MAIN_DLG "Failed to create the application's main dialog."
  126. IDS_OS_NOT_SUPPORTED "This application can only be used on Windows 2000 or Windows XP.\n\nWindows 95, 98, ME, and Windows NT 4.0 are not supported."
  127. IDS_INIT_FAILED "The application failed to initialize properly."
  128. IDS_INSTALL_FAILED "Failed to install the Application Verifier files."
  129. IDS_INSTALL_COMPLETE "The installation of the Application Verifier completed successfully."
  130. IDS_UNINSTALL_FAILED "Failed to remove the Application Verifier files."
  131. IDS_UNINSTALL_COMPLETE "The uninstall of the Application Verifier completed successfully."
  132. END
  133. #endif // English (U.S.) resources
  134. /////////////////////////////////////////////////////////////////////////////
  135. #ifndef APSTUDIO_INVOKED
  136. /////////////////////////////////////////////////////////////////////////////
  137. //
  138. // Generated from the TEXTINCLUDE 3 resource.
  139. //
  140. /////////////////////////////////////////////////////////////////////////////
  141. #endif // not APSTUDIO_INVOKED