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.

149 lines
5.5 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #include "eluidlg.rc"
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #define APSTUDIO_HIDDEN_SYMBOLS
  11. #include "windows.h"
  12. #undef APSTUDIO_HIDDEN_SYMBOLS
  13. #include "ntverp.h"
  14. /////////////////////////////////////////////////////////////////////////////
  15. #undef APSTUDIO_READONLY_SYMBOLS
  16. /////////////////////////////////////////////////////////////////////////////
  17. // English (U.S.) resources
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23. #define VER_FILETYPE VFT_DLL
  24. #define VER_FILESUBTYPE VFT2_UNKNOWN
  25. #define VER_FILEDESCRIPTION_STR "Wireless Zero Configuration Service UI"
  26. #define VER_INTERNALNAME_STR "wzcdlg.dll"
  27. #define VER_ORIGINALFILENAME_STR "wzcdlg.dll"
  28. #include "common.ver"
  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. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  41. "#include ""windows.h""\r\n"
  42. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  43. "#include ""ntverp.h""\r\n"
  44. "\0"
  45. END
  46. 3 TEXTINCLUDE DISCARDABLE
  47. BEGIN
  48. "\r\n"
  49. "\0"
  50. END
  51. #endif // APSTUDIO_INVOKED
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Dialog
  55. //
  56. IDD_WZCQCFG DIALOG DISCARDABLE 0, 0, 230, 177
  57. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  58. CAPTION "Connect to Wireless Network"
  59. FONT 8, "MS Shell Dlg"
  60. BEGIN
  61. LTEXT "The following network(s) are available. To access a network, select it from the list, and then click Connect.",
  62. IDC_WZCQCFG_LBL_INFO,8,7,214,24
  63. LTEXT "Available &networks:",IDC_WZCQCFG_LBL_NETWORKS,8,30,185,
  64. 10
  65. CONTROL "Available Networks",IDC_WZCQCFG_NETWORKS,"SysListView32",LVS_REPORT |
  66. LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER |
  67. LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,8,42,214,41
  68. LTEXT "This network requires the use of a network key (WEP). To access this network, type the key, and then click Connect.",
  69. IDC_WZCQCFG_LBL_WKINFO,8,88,214,24
  70. LTEXT "Network &key:",IDC_WZCQCFG_LBL_WEPK,8,115,49,12
  71. EDITTEXT IDC_WZCQCFG_WEPK,62,114,160,12,ES_AUTOHSCROLL
  72. LTEXT "If you are having difficulty connecting to a network, click Advanced.",
  73. IDC_WZCQCFG_LBL_NOTWORKING,8,132,214,23,NOT WS_GROUP
  74. PUSHBUTTON "&Advanced...",IDC_WZCQCFG_ADVANCED,8,156,50,14
  75. DEFPUSHBUTTON "&Connect",IDC_WZCQCFG_CONNECT,117,156,50,14
  76. PUSHBUTTON "Cancel",IDCANCEL,172,156,50,14
  77. END
  78. /////////////////////////////////////////////////////////////////////////////
  79. //
  80. // DESIGNINFO
  81. //
  82. #ifdef APSTUDIO_INVOKED
  83. GUIDELINES DESIGNINFO DISCARDABLE
  84. BEGIN
  85. IDD_WZCQCFG, DIALOG
  86. BEGIN
  87. LEFTMARGIN, 8
  88. RIGHTMARGIN, 222
  89. TOPMARGIN, 7
  90. BOTTOMMARGIN, 176
  91. END
  92. END
  93. #endif // APSTUDIO_INVOKED
  94. /////////////////////////////////////////////////////////////////////////////
  95. //
  96. // Bitmap
  97. //
  98. IDB_WZC_LISTICONS BITMAP DISCARDABLE "res\\wzcui.bmp"
  99. /////////////////////////////////////////////////////////////////////////////
  100. //
  101. // String Table
  102. //
  103. STRINGTABLE DISCARDABLE
  104. BEGIN
  105. IDS_WZCDLG_FAILED "One or more wireless networks are available.\n\nTo see a list of available networks, click here."
  106. IDS_WZCERR_INVALID_WEPK "The network password needs to be 40bits or 104bits depending on your network configuration.\nThis can be entered as 5 or 13 ascii characters or 10 or 26 hexadecimal characters."
  107. IDS_WZCERR_CAPTION "Wireless configuration"
  108. IDS_CANTACCESSNET_ADHOC "The selected network %1 is a computer-to-computer network. Your wireless connection is currently configured to not connect to computer-to-computer networks. To allow your wireless connection to connect to computer-to-computer networks, follow these steps:\n\n1. Click OK to dismiss this dialog, and then click Advanced.\n2. On the wireless connection properties that appear, click Advanced.\n3. On the Advanced option page, change which networks your wireless connection can connect to.\n4. Click OK on the Advanced dialog and OK on the wireless connection properties to apply this change."
  109. IDS_CANTACCESSNET_INFRA "The selected network %1 is an access point network. Your wireless connection is currently configured to not connect to access point networks. To allow your wireless connection to connect to access point networks, follow these steps:\n\n1. Click OK to dismiss this dialog, and then click Advanced.\n2. On the wireless connection properties that appear, click Advanced.\n3. On the Advanced option page, change which networks your wireless connection can connect to.\n4. Click OK on the Advanced dialog and OK on the wireless connection properties to apply this change."
  110. END
  111. #endif // English (U.S.) resources
  112. /////////////////////////////////////////////////////////////////////////////
  113. #ifndef APSTUDIO_INVOKED
  114. /////////////////////////////////////////////////////////////////////////////
  115. //
  116. // Generated from the TEXTINCLUDE 3 resource.
  117. //
  118. /////////////////////////////////////////////////////////////////////////////
  119. #endif // not APSTUDIO_INVOKED