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.

180 lines
5.8 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. #define APSTUDIO_HIDDEN_SYMBOLS
  10. #include "windows.h"
  11. #undef APSTUDIO_HIDDEN_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  17. #ifdef _WIN32
  18. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  19. #pragma code_page(1252)
  20. #endif //_WIN32
  21. #include <windows.h>
  22. #include <ntverp.h>
  23. #define VER_FILETYPE VFT_DLL
  24. #define VER_FILESUBTYPE VFT2_UNKNOWN
  25. #define VER_FILEDESCRIPTION_STR "Internet Print Client DLL"
  26. #define VER_INTERNALNAME_STR "inetppui.dll"
  27. #include <common.ver>
  28. /////////////////////////////////////////////////////////////////////////////
  29. //
  30. // Dialog
  31. //
  32. IDD_CONFIGURE_DLG DIALOG DISCARDABLE 0, 0, 252, 218
  33. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  34. CAPTION "Configure Internet Port"
  35. FONT 8, "MS Shell Dlg"
  36. BEGIN
  37. DEFPUSHBUTTON "OK",IDOK,133,194,50,14
  38. PUSHBUTTON "Cancel",IDCANCEL,195,194,50,14
  39. GROUPBOX "Security options",IDC_STATIC,7,49,238,116
  40. CONTROL "Use &anonymous account",IDC_ANONYMOUS,"Button",
  41. BS_AUTORADIOBUTTON,24,63,95,10
  42. CONTROL "Automatically use the &Windows logon name and password (and domain if any)",
  43. IDC_IMPERSONATION,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  44. BS_MULTILINE,24,76,215,19
  45. CONTROL "Use the &specified user account",IDC_SPECFIEDUSER,
  46. "Button",BS_AUTORADIOBUTTON,24,100,114,10
  47. LTEXT "&User Name",IDC_STATIC,46,118,36,8
  48. EDITTEXT IDC_USER_NAME,94,118,145,14,ES_AUTOHSCROLL
  49. LTEXT "&Password",IDC_STATIC,46,138,32,8
  50. EDITTEXT IDC_PASSWORD,94,138,145,14,ES_PASSWORD | ES_AUTOHSCROLL
  51. CONTROL "Use the same security setting for a&ll users",
  52. IDC_CHECK_ALL_USER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  53. 7,172,145,10
  54. EDITTEXT IDC_PORT_NAME,43,11,189,12,ES_MULTILINE | ES_READONLY |
  55. NOT WS_BORDER | NOT WS_TABSTOP
  56. ICON IDI_PRINTER,IDC_STATIC,7,9,21,20
  57. CONTROL "",IDC_DIVIDER5,"Static",SS_ETCHEDHORZ,7,38,236,1
  58. END
  59. AUTHDLG DIALOG DISCARDABLE 0, 0, 227, 123
  60. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  61. WS_SYSMENU
  62. CAPTION "Enter Network Password"
  63. FONT 8, "MS Shell Dlg"
  64. BEGIN
  65. ICON IDI_SECURITY,IDC_STATIC,7,7,20,20
  66. LTEXT "To access this printer, you must enter a user name and password",
  67. IDC_STATIC,35,7,185,21
  68. LTEXT "Printer Name",IDC_STATIC,35,35,53,8
  69. LTEXT "&User Name",IDC_STATIC,35,60,49,8
  70. EDITTEXT IDC_USER_NAME,94,60,126,13,ES_AUTOHSCROLL
  71. LTEXT "&Password",IDC_STATIC,35,77,42,8
  72. EDITTEXT IDC_PASSWORD,94,77,126,13,ES_PASSWORD | ES_AUTOHSCROLL
  73. DEFPUSHBUTTON "OK",IDOK,113,102,50,14
  74. PUSHBUTTON "Cancel",IDCANCEL,170,102,50,14
  75. EDITTEXT IDC_PORT_NAME,94,35,126,18,ES_MULTILINE | ES_READONLY |
  76. NOT WS_BORDER | NOT WS_TABSTOP
  77. END
  78. /////////////////////////////////////////////////////////////////////////////
  79. //
  80. // Icon
  81. //
  82. // Icon with lowest ID value placed first to ensure application icon
  83. // remains consistent on all systems.
  84. IDI_SECURITY ICON DISCARDABLE "secure_q.ico"
  85. IDI_PRINTER ICON DISCARDABLE "ntprn.ico"
  86. #ifdef APSTUDIO_INVOKED
  87. /////////////////////////////////////////////////////////////////////////////
  88. //
  89. // TEXTINCLUDE
  90. //
  91. 1 TEXTINCLUDE DISCARDABLE
  92. BEGIN
  93. "resrc1.h\0"
  94. END
  95. 2 TEXTINCLUDE DISCARDABLE
  96. BEGIN
  97. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  98. "#include ""windows.h""\r\n"
  99. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  100. "#include ""resource.h""\r\n"
  101. "\0"
  102. END
  103. 3 TEXTINCLUDE DISCARDABLE
  104. BEGIN
  105. "\r\n"
  106. "\0"
  107. END
  108. #endif // APSTUDIO_INVOKED
  109. /////////////////////////////////////////////////////////////////////////////
  110. //
  111. // DESIGNINFO
  112. //
  113. #ifdef APSTUDIO_INVOKED
  114. GUIDELINES DESIGNINFO DISCARDABLE
  115. BEGIN
  116. "IDD_CONFIGURE_DLG", DIALOG
  117. BEGIN
  118. LEFTMARGIN, 7
  119. RIGHTMARGIN, 245
  120. BOTTOMMARGIN, 208
  121. END
  122. END
  123. #endif // APSTUDIO_INVOKED
  124. /////////////////////////////////////////////////////////////////////////////
  125. //
  126. // String Table
  127. //
  128. STRINGTABLE DISCARDABLE
  129. BEGIN
  130. IDS_DELETE_PORT "Delete Internet Port"
  131. IDS_CONFIG_ERR "Configuration Error"
  132. IDS_ACCESS_DENIED "You do not have access to the printer, please try a different username or password."
  133. IDS_AUTH_ERROR "Network Authentication Error"
  134. IDS_INVALID_PRINTER_NAME "Printer not found on server, unable to connect."
  135. IDS_INVALID_SETTING "The current setting is not accepted by the server, please try a different one."
  136. IDS_NETWORK_TIMEOUT "The internet printer fails to respond in a timely manner, please verify the network connection to your printer is up and running."
  137. IDS_INITIALIZATION_ERROR "The remote printer service is either restarted or not accessible at this moment, please try again later."
  138. IDS_PORT_DELETED "This port does not exist or has been deleted."
  139. END
  140. #endif // English (U.S.) resources
  141. /////////////////////////////////////////////////////////////////////////////
  142. #ifndef APSTUDIO_INVOKED
  143. /////////////////////////////////////////////////////////////////////////////
  144. //
  145. // Generated from the TEXTINCLUDE 3 resource.
  146. //
  147. /////////////////////////////////////////////////////////////////////////////
  148. #endif // not APSTUDIO_INVOKED