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.

134 lines
4.3 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "..\..\inc\ntres.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "windows.h"
  10. #include "commctrl.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. // English (U.S.) resources
  15. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  16. #ifdef _WIN32
  17. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  18. #pragma code_page(1252)
  19. #endif //_WIN32
  20. #ifdef APSTUDIO_INVOKED
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // TEXTINCLUDE
  24. //
  25. 1 TEXTINCLUDE DISCARDABLE
  26. BEGIN
  27. "..\\..\\inc\\ntres.h\0"
  28. END
  29. 2 TEXTINCLUDE DISCARDABLE
  30. BEGIN
  31. "#include ""windows.h""\r\n"
  32. "#include ""commctrl.h""\0"
  33. "#include ""richedit.h""\0"
  34. END
  35. 3 TEXTINCLUDE DISCARDABLE
  36. BEGIN
  37. "\r\n"
  38. "\0"
  39. END
  40. #endif // APSTUDIO_INVOKED
  41. /////////////////////////////////////////////////////////////////////////////
  42. //
  43. // Dialog
  44. //
  45. IDD_NETWORK_DOWN DIALOG DISCARDABLE 0, 0, 242, 132
  46. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  47. CAPTION "Network May Be Down"
  48. FONT 8, "MS Shell Dlg"
  49. BEGIN
  50. LTEXT "The network is not responding. Please choose an action:",
  51. IDC_INSTRUCTIONS,11,7,220,11
  52. CONTROL "Continue searching the network, providing &alerts for all failures",
  53. IDC_RETRY,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  54. BS_MULTILINE | WS_GROUP | WS_TABSTOP,28,23,203,17
  55. CONTROL "C&ontinue searching the network, skipping domains that are not responding",
  56. IDC_NO_RETRY,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  57. BS_MULTILINE,28,43,203,17
  58. CONTROL "&Stop searching",IDC_STOP,"Button",BS_AUTORADIOBUTTON,
  59. 28,63,203,10
  60. LTEXT "After completing the network search, Setup will show you the results for each user and allow you to restart the search regardless of your selection above.",
  61. IDC_INSTRUCTIONS2,11,78,220,28
  62. PUSHBUTTON "&Continue",IDOK,181,108,50,14
  63. END
  64. IDD_CHOOSE_DOMAIN DIALOG DISCARDABLE 0, 0, 232, 208
  65. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  66. CAPTION "Domain Resolution"
  67. FONT 8, "MS Shell Dlg"
  68. BEGIN
  69. LTEXT "Setup did not find a user domain for the users listed below.",
  70. IDC_INSTRUCTIONS,7,6,217,17
  71. LTEXT "User name",IDC_USER_TITLE,7,88,65,8,SS_CENTERIMAGE
  72. LTEXT "User domain",IDC_DOMAIN_TITLE,84,88,103,8,
  73. SS_CENTERIMAGE
  74. LISTBOX IDC_USER_LIST,7,98,217,58,LBS_SORT | LBS_USETABSTOPS |
  75. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  76. LTEXT "Domains: (for <user name>)",IDC_DOMAIN_LIST_TITLE,7,161,
  77. 217,8
  78. COMBOBOX IDC_DOMAIN_LIST,7,170,217,88,CBS_DROPDOWNLIST | CBS_SORT |
  79. WS_VSCROLL | WS_TABSTOP
  80. PUSHBUTTON "&Done",IDOK,174,188,50,14
  81. LTEXT "To assign a domain, select a user name, and then in the Domains list, select the user domain. Or, to have Setup retry the search, select a user name, and then in the Domains list, select Search again.",
  82. IDC_INSTRUCTIONS2,7,26,217,33
  83. LTEXT "If the correct domain is not listed, network problems may be preventing access to the domain.",
  84. IDC_INSTRUCTIONS3,7,62,217,25
  85. END
  86. /////////////////////////////////////////////////////////////////////////////
  87. //
  88. // DESIGNINFO
  89. //
  90. #ifdef APSTUDIO_INVOKED
  91. GUIDELINES DESIGNINFO DISCARDABLE
  92. BEGIN
  93. IDD_CHOOSE_DOMAIN, DIALOG
  94. BEGIN
  95. LEFTMARGIN, 7
  96. RIGHTMARGIN, 224
  97. VERTGUIDE, 79
  98. VERTGUIDE, 84
  99. TOPMARGIN, 6
  100. BOTTOMMARGIN, 202
  101. END
  102. END
  103. #endif // APSTUDIO_INVOKED
  104. #endif // English (U.S.) resources
  105. /////////////////////////////////////////////////////////////////////////////
  106. #ifndef APSTUDIO_INVOKED
  107. /////////////////////////////////////////////////////////////////////////////
  108. //
  109. // Generated from the TEXTINCLUDE 3 resource.
  110. //
  111. /////////////////////////////////////////////////////////////////////////////
  112. #endif // not APSTUDIO_INVOKED