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.

165 lines
5.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. //
  12. // Version
  13. //
  14. #include "version.rc"
  15. ////////////////////////////////////////////////////////////////////////////
  16. //
  17. // Message File
  18. //
  19. #include "AUEventMsgs.rc"
  20. /////////////////////////////////////////////////////////////////////////////
  21. #undef APSTUDIO_READONLY_SYMBOLS
  22. /////////////////////////////////////////////////////////////////////////////
  23. // English (U.S.) resources
  24. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  25. #ifdef _WIN32
  26. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  27. #pragma code_page(1252)
  28. #endif //_WIN32
  29. #ifdef APSTUDIO_INVOKED
  30. /////////////////////////////////////////////////////////////////////////////
  31. //
  32. // TEXTINCLUDE
  33. //
  34. 1 TEXTINCLUDE DISCARDABLE
  35. BEGIN
  36. "resource.h\0"
  37. END
  38. 2 TEXTINCLUDE DISCARDABLE
  39. BEGIN
  40. "#include ""winres.h""\r\n"
  41. "\0"
  42. END
  43. 3 TEXTINCLUDE DISCARDABLE
  44. BEGIN
  45. "1 TYPELIB ""wuauengi.tlb""\r\n"
  46. "\0"
  47. END
  48. #endif // APSTUDIO_INVOKED
  49. /////////////////////////////////////////////////////////////////////////////
  50. //
  51. // Dialog
  52. //
  53. IDD_AUTOUPDATE DIALOG DISCARDABLE 0, 0, 262, 223
  54. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  55. CAPTION "Automatic Updates"
  56. FONT 8, "MS Shell Dlg"
  57. BEGIN
  58. ICON IDI_AUTOUPDATE,IDI_AUTOUPDATE,7,4,20,20
  59. LTEXT "",IDC_TXT_HEADER,40,6,200,19
  60. CONTROL "&Keep my computer up to date. With this setting enabled, Windows Update software may be automatically updated prior to applying any other updates.",
  61. IDC_CHK_KEEPUPTODATE,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | BS_TOP | WS_TABSTOP,9,30,221,25
  62. CONTROL "Learn more about <A>automatic updating</A>",
  63. IDC_AUTOUPDATELINK,"SysLink", WS_TABSTOP, 9,64,186,8,WS_EX_TRANSPARENT
  64. GROUPBOX "Settings",IDC_GRP_OPTIONS,9,76,242,124
  65. CONTROL "N&otify me before downloading any updates and notify me again before installing them on my computer",
  66. IDC_OPTION1,"Button",BS_AUTORADIOBUTTON |
  67. BS_VCENTER | BS_MULTILINE,17,86,224,22
  68. CONTROL "&Download the updates automatically and notify me when they are ready to be installed",
  69. IDC_OPTION2,"Button",BS_AUTORADIOBUTTON |
  70. BS_VCENTER | BS_MULTILINE,17,115,224,20
  71. CONTROL "A&utomatically download the updates, and install them on the schedule that I specify",
  72. IDC_OPTION3,"Button",BS_AUTORADIOBUTTON |
  73. BS_VCENTER | BS_MULTILINE,17,142,224,18
  74. COMBOBOX IDC_CMB_DAYS,17,163,93,30,CBS_DROPDOWNLIST | WS_VSCROLL |
  75. WS_TABSTOP
  76. LTEXT "at",IDC_STATICAT,115,165,8,8
  77. COMBOBOX IDC_CMB_HOURS,130,163,61,30,CBS_DROPDOWNLIST |
  78. WS_VSCROLL | WS_TABSTOP
  79. CONTROL "Learn more about <A>scheduled installing</A>",
  80. IDC_SCHINSTALLINK,"SysLink", WS_TABSTOP, 17,184,149,8,WS_EX_TRANSPARENT
  81. PUSHBUTTON "D&eclined Updates",IDC_RESTOREHIDDEN,175,204,76,15
  82. END
  83. IDD_RESTOREUPDATE DIALOG DISCARDABLE 0, 0, 227, 66
  84. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  85. CAPTION "Declined Updates"
  86. FONT 8, "MS Shell Dlg"
  87. BEGIN
  88. DEFPUSHBUTTON "Yes",IDOK,111,45,50,14
  89. PUSHBUTTON "No",IDCANCEL,170,45,50,14
  90. ICON IDI_AUTOUPDATE,IDC_STATIC,7,13,20,20
  91. LTEXT "You can choose to have Windows notify you again about updates you previously declined.",
  92. IDC_STATIC,38,7,182,18
  93. LTEXT "Do you want to restore declined updates?",IDC_STATIC,38,
  94. 27,182,9
  95. END
  96. /////////////////////////////////////////////////////////////////////////////
  97. //
  98. // Icon
  99. //
  100. // Icon with lowest ID value placed first to ensure application icon
  101. // remains consistent on all systems.
  102. IDI_AUTOUPDATE ICON DISCARDABLE "wu.ico"
  103. /////////////////////////////////////////////////////////////////////////////
  104. //
  105. // REGISTRY
  106. //
  107. REGINST REGINST DISCARDABLE "selfreg.inf"
  108. /////////////////////////////////////////////////////////////////////////////
  109. //
  110. // String Table
  111. //
  112. STRINGTABLE DISCARDABLE
  113. BEGIN
  114. IDS_SERVICENAME "Automatic Updates"
  115. IDS_HEADER_CONNECTING "Connecting to the Windows Update Service. Please wait."
  116. IDS_HEADER_UNAVAILABLE "The Windows Update Service is unavailable."
  117. IDS_HEADER_CONNECTED "Windows can find the updates you need and deliver them directly to your computer."
  118. IDS_SERVICE_DESC "Enables the download and installation of critical Windows updates. If the service is disabled, the operating system can be manually updated at the Windows Update Web site."
  119. IDS_EVT_LISTITEMFORMAT "- %lS"
  120. // IDS_PROPPAGE_NAME "Automatic Updates"
  121. IDS_STR_EVERYDAY "Every day"
  122. IDS_STR_SUNDAY "Every Sunday"
  123. IDS_STR_MONDAY "Every Monday"
  124. IDS_STR_TUESDAY "Every Tuesday"
  125. IDS_STR_WEDNESDAY "Every Wednesday"
  126. IDS_STR_THURSDAY "Every Thursday"
  127. IDS_STR_FRIDAY "Every Friday"
  128. IDS_STR_SATURDAY "Every Saturday"
  129. END
  130. #endif // English (U.S.) resources
  131. /////////////////////////////////////////////////////////////////////////////
  132. #ifndef APSTUDIO_INVOKED
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // Generated from the TEXTINCLUDE 3 resource.
  136. //
  137. 1 TYPELIB "wuauengi.tlb"
  138. /////////////////////////////////////////////////////////////////////////////
  139. #endif // not APSTUDIO_INVOKED