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.

389 lines
17 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996-1999
  5. //
  6. // File: ccfapi32.rc
  7. //
  8. // Contents:
  9. //
  10. // History:
  11. //
  12. //
  13. //---------------------------------------------------------------------------
  14. //Microsoft Developer Studio generated resource script.
  15. //
  16. #include "resource.h"
  17. #define APSTUDIO_READONLY_SYMBOLS
  18. /////////////////////////////////////////////////////////////////////////////
  19. //
  20. // Generated from the TEXTINCLUDE 2 resource.
  21. //
  22. #include "afxres.h"
  23. /////////////////////////////////////////////////////////////////////////////
  24. #undef APSTUDIO_READONLY_SYMBOLS
  25. /////////////////////////////////////////////////////////////////////////////
  26. // English (U.S.) resources
  27. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  28. #ifdef _WIN32
  29. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  30. #pragma code_page(1252)
  31. #endif //_WIN32
  32. #ifdef APSTUDIO_INVOKED
  33. /////////////////////////////////////////////////////////////////////////////
  34. //
  35. // TEXTINCLUDE
  36. //
  37. 1 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39. "resource.h\0"
  40. END
  41. 2 TEXTINCLUDE DISCARDABLE
  42. BEGIN
  43. "#include ""afxres.h""\r\n"
  44. "\0"
  45. END
  46. 3 TEXTINCLUDE DISCARDABLE
  47. BEGIN
  48. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  49. "#define _AFX_NO_OLE_RESOURCES\r\n"
  50. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  51. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  52. "\r\n"
  53. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  54. "#ifdef _WIN32\r\n"
  55. "LANGUAGE 9, 1\r\n"
  56. "#pragma code_page(1252)\r\n"
  57. "#endif\r\n"
  58. "#include ""res\\ccfapi32.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  59. "#include ""afxres.rc"" // Standard components\r\n"
  60. "#endif\0"
  61. END
  62. #endif // APSTUDIO_INVOKED
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // Dialog
  66. //
  67. #ifdef OBSOLETE
  68. IDD_CERT_SOURCE_PAPER DIALOG DISCARDABLE 0, 0, 275, 289
  69. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  70. CAPTION "License Certificate Entry"
  71. FONT 8, "MS Shell Dlg"
  72. BEGIN
  73. COMBOBOX IDC_PRODUCT_NAME,90,40,113,65,CBS_DROPDOWN | CBS_SORT |
  74. WS_VSCROLL | WS_TABSTOP
  75. EDITTEXT IDC_VENDOR,90,59,113,12,ES_AUTOHSCROLL
  76. EDITTEXT IDC_SERIAL_NUMBER,90,76,113,12,ES_AUTOHSCROLL
  77. EDITTEXT IDC_KEY_CODE,90,93,113,12,ES_AUTOHSCROLL
  78. EDITTEXT IDC_ACTIVATION_CODE,90,111,113,12,ES_AUTOHSCROLL
  79. EDITTEXT IDC_COMMENT,90,128,113,12,ES_AUTOHSCROLL
  80. CONTROL "All licenses",IDC_ALL_LICENSES,"Button",
  81. BS_AUTORADIOBUTTON | WS_GROUP,47,186,51,10
  82. CONTROL "Only",IDC_SOME_LICENSES,"Button",BS_AUTORADIOBUTTON,47,
  83. 199,30,10
  84. EDITTEXT IDC_NUM_LICENSES,78,197,40,14,ES_AUTOHSCROLL | WS_GROUP
  85. CONTROL "Spin1",IDC_SPIN_LICENSES,"msctls_updown32",
  86. UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS |
  87. UDS_NOTHOUSANDS,118,197,10,14
  88. CONTROL "Per Seat",IDC_PER_SEAT,"Button",BS_AUTORADIOBUTTON |
  89. WS_GROUP,47,252,43,10
  90. CONTROL "Per Server",IDC_PER_SERVER,"Button",BS_AUTORADIOBUTTON,
  91. 47,264,49,10
  92. DEFPUSHBUTTON "OK",IDOK,217,10,50,14,WS_GROUP
  93. PUSHBUTTON "Cancel",IDCANCEL,217,28,50,14
  94. PUSHBUTTON "Help",IDC_MY_HELP,217,46,50,14
  95. GROUPBOX "Enter the following information",IDC_STATIC,8,5,201,144
  96. LTEXT "Product Name:",IDC_STATIC,16,44,52,8
  97. LTEXT "Vendor:",IDC_STATIC,16,61,52,8
  98. LTEXT "Serial #:",IDC_STATIC,16,78,52,8
  99. LTEXT "Key Code:",IDC_STATIC,16,95,52,8
  100. ICON IDI_LICENSE,IDC_STATIC,16,19,21,20
  101. LTEXT "Please enter the following information exactly as it appears on your certificate:",
  102. IDC_STATIC,42,17,160,18
  103. LTEXT "Activation Code:",IDC_STATIC,15,113,58,8
  104. LTEXT "Comment:",IDC_STATIC,15,130,58,8
  105. GROUPBOX "License quantity",IDC_STATIC,8,152,201,66
  106. LTEXT "license(s)",IDC_STATIC,133,200,30,8
  107. ICON IDI_LICENSE,IDC_STATIC,16,167,21,20
  108. LTEXT "How many licenses from this certificate would you like to install on this machine?",
  109. IDC_STATIC,42,165,160,18
  110. GROUPBOX "License mode",IDC_STATIC,8,221,201,60
  111. ICON IDI_LICENSE,IDC_STATIC,15,234,21,20
  112. LTEXT "For which license mode would you like to install these licenses?",
  113. IDC_STATIC,41,232,160,18
  114. END
  115. #endif // OBSOLETE
  116. IDD_CERT_SOURCE_SELECT DIALOG DISCARDABLE 0, 0, 242, 79
  117. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  118. CAPTION "Select Certificate Source"
  119. FONT 8, "MS Shell Dlg"
  120. BEGIN
  121. DEFPUSHBUTTON "OK",IDOK,188,10,50,14
  122. PUSHBUTTON "Cancel",IDCANCEL,188,28,50,14
  123. GROUPBOX "Enter the following information",IDC_STATIC,6,6,176,60
  124. ICON IDI_LICENSE,IDC_STATIC,14,20,18,20
  125. LTEXT "Please select a method for entering your License Certificate.",
  126. IDC_STATIC,41,19,137,19
  127. COMBOBOX IDC_CERT_SOURCE,41,43,109,32,CBS_DROPDOWNLIST | CBS_SORT |
  128. WS_VSCROLL | WS_TABSTOP
  129. PUSHBUTTON "Help",IDC_MY_HELP,188,46,50,14
  130. END
  131. IDD_NEW_LICENSE DIALOG DISCARDABLE 0, 0, 259, 111
  132. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  133. WS_SYSMENU
  134. CAPTION "New Client Access License"
  135. FONT 8, "MS Shell Dlg"
  136. BEGIN
  137. LTEXT "Choose the server product, quantity, and license mode for this license.",
  138. IDC_STATIC,10,10,155,20
  139. LTEXT "&Product:",IDC_STATIC,10,35,30,10
  140. COMBOBOX IDC_NEW_LICENSE_PRODUCT,69,33,115,60,CBS_DROPDOWNLIST |
  141. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  142. LTEXT "&Quantity:",IDC_STATIC,10,56,30,10
  143. EDITTEXT IDC_NEW_LICENSE_QUANTITY,69,54,40,12,ES_AUTOHSCROLL
  144. CONTROL "Generic1",IDC_NEW_LICENSE_SPIN,"msctls_updown32",
  145. UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,109,55,7,
  146. 11
  147. LTEXT "For License &Mode:",IDC_STATIC,10,70,50,16
  148. CONTROL "Per Seat",IDC_PER_SEAT,"Button",BS_AUTORADIOBUTTON |
  149. WS_GROUP,69,73,43,10
  150. CONTROL "Per Server",IDC_PER_SERVER,"Button",BS_AUTORADIOBUTTON,
  151. 121,73,49,10
  152. LTEXT "&Comment:",IDC_STATIC,10,92,35,10
  153. EDITTEXT IDC_NEW_LICENSE_COMMENT,69,90,115,12,ES_AUTOHSCROLL |
  154. WS_GROUP
  155. DEFPUSHBUTTON "OK",IDOK,201,10,50,14
  156. PUSHBUTTON "Cancel",IDCANCEL,201,30,50,14
  157. PUSHBUTTON "&Help",IDC_MY_HELP,201,50,50,14
  158. END
  159. IDD_PER_SEAT_LICENSING DIALOG DISCARDABLE 0, 0, 261, 153
  160. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  161. WS_SYSMENU
  162. CAPTION "Per Seat Licensing"
  163. FONT 8, "MS Shell Dlg"
  164. BEGIN
  165. CONTROL "&I agree that:",IDC_PER_SEAT_AGREE,"Button",
  166. BS_AUTOCHECKBOX | WS_TABSTOP,45,100,140,10
  167. ICON IDI_MY_WARNING,IDC_STATIC,10,10,18,20
  168. GROUPBOX "Licensing",IDC_STATIC,35,10,165,130
  169. LTEXT "If you have not purchased a Client Access License for every computer that will access %1, you must purchase them prior to using %1.",
  170. IDC_PER_SEAT_STATIC_CLIENTS,45,25,145,40
  171. LTEXT "For complete terms and conditions governing the use of this product, see the license agreements, which can be found under Help.",
  172. IDC_STATIC,45,70,145,25
  173. LTEXT "I have read and agree to be bound by the license agreements for this product.",
  174. IDC_STATIC,45,115,145,20
  175. DEFPUSHBUTTON "OK",IDOK,205,15,50,14
  176. PUSHBUTTON "Cancel",IDCANCEL,205,35,50,14
  177. PUSHBUTTON "&Help",ID_HELP,205,55,50,14
  178. END
  179. IDD_PER_SERVER_LICENSING DIALOG DISCARDABLE 0, 0, 266, 153
  180. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  181. WS_SYSMENU
  182. CAPTION "Per Server Licensing"
  183. FONT 8, "MS Shell Dlg"
  184. BEGIN
  185. CONTROL "&I agree that:",IDC_PER_SERVER_AGREE,"Button",
  186. BS_AUTOCHECKBOX | WS_TABSTOP,45,105,55,10
  187. LTEXT "I have read and agree to be bound by the license agreements for this product.",
  188. IDC_STATIC,45,120,145,20
  189. ICON IDI_MY_WARNING,IDC_STATIC,10,10,18,20
  190. GROUPBOX "Licensing",IDC_STATIC,35,10,165,135
  191. LTEXT "If you have not purchased %1 Client Access Licenses, you must purchase the required licenses prior to using %2 on this computer.",
  192. IDC_PER_SERVER_STATIC_CLIENTS,45,25,145,35
  193. LTEXT "For complete terms and conditions governing the use of this product, see the license agreements, which can be found under Help.",
  194. IDC_STATIC,45,65,145,35
  195. DEFPUSHBUTTON "OK",IDOK,205,15,50,14
  196. PUSHBUTTON "Cancel",IDCANCEL,205,35,50,14
  197. PUSHBUTTON "&Help",ID_HELP,205,55,50,14
  198. END
  199. IDD_CERT_REMOVE_SELECT DIALOG DISCARDABLE 0, 0, 376, 215
  200. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  201. CAPTION "Select Certificate to Remove Licenses"
  202. FONT 8, "MS Shell Dlg"
  203. BEGIN
  204. CONTROL "List1",IDC_CERTIFICATE_LIST,"SysListView32",LVS_REPORT |
  205. LVS_SINGLESEL | LVS_SHAREIMAGELISTS | WS_BORDER |
  206. WS_TABSTOP,7,16,362,100
  207. EDITTEXT IDC_NUM_LICENSES,110,124,40,14,ES_AUTOHSCROLL
  208. CONTROL "Spin1",IDC_SPIN_LICENSES,"msctls_updown32",
  209. UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,150,124,
  210. 10,14
  211. DEFPUSHBUTTON "&Remove",IDOK,145,194,50,14
  212. PUSHBUTTON "Cancel",IDCANCEL,203,194,50,14
  213. PUSHBUTTON "Refresh &List",IDC_REFRESH,261,194,50,14
  214. PUSHBUTTON "&Help",IDC_MY_HELP,319,194,50,14
  215. LTEXT "Installed Certificates:",IDC_STATIC,7,7,66,8
  216. LTEXT "&Number of Licenses to remove:",IDC_STATIC,7,126,98,8
  217. LTEXT "Removing licenses allows them to be legally reinstalled on another machine.",
  218. IDC_STATIC,7,148,362,19
  219. END
  220. /////////////////////////////////////////////////////////////////////////////
  221. //
  222. // Icon
  223. //
  224. // Icon with lowest ID value placed first to ensure application icon
  225. // remains consistent on all systems.
  226. IDI_LICENSE ICON PRELOAD DISCARDABLE "res\\license.ico"
  227. /////////////////////////////////////////////////////////////////////////////
  228. //
  229. // Bitmap
  230. //
  231. IDB_SMALL_ICONS BITMAP DISCARDABLE "res\\smicons.bmp"
  232. /////////////////////////////////////////////////////////////////////////////
  233. //
  234. // String Table
  235. //
  236. STRINGTABLE DISCARDABLE
  237. BEGIN
  238. IDS_ERROR_DROPPED_LINK "Communication with the license server has been interrupted. License certificate entry cannot be performed at this time."
  239. IDS_ERROR_NO_RPC_SERVER "The License Logging Service is not running on the target machine, or the target machine is not accessible."
  240. IDS_ERROR_UNSUCCESSFUL "The operation failed to complete successfully. "
  241. IDS_ERROR_DOWNLEVEL_SERVER
  242. "The License Logging Server on the target machine does not support license certificates. You must use the Windows NT 3.51-compatible license source to enter licenses for this server."
  243. #ifdef OBSOLETE
  244. IDS_BAD_ACTIVATION_CODE "The certificate data or activation code is incorrect. Please ensure that the certificate data entered is identical to that on your certificate."
  245. #endif // OBSOLETE
  246. IDS_NO_PRODUCT_SEND_TO_ENTERPRISE
  247. "This product is not currently registered on the target server. Please install the product before entering this license certificate."
  248. IDS_PER_SEAT_SEND_TO_ENTERPRISE
  249. "This certificate will be used in the Per Seat licensing mode. Therefore, it will instead be installed on the enterprise server.\n\nIf you wish to abort installation of this certificate, click Cancel."
  250. IDS_PER_SEAT_LICENSING_1
  251. "If you have not purchased a Client Access License for every computer that will access %1, you must purchase them prior to using %1."
  252. IDS_NO_CERTIFICATE_SOURCE_NAME "No Certificate"
  253. IDS_ERROR_ACCESS_DENIED "You do not have the appropriate access privileges to complete this operation."
  254. IDS_PER_SERVER_LICENSING_1
  255. "If you have not purchased %1 Client Access Licenses, you must purchase the required licenses prior to using %2 on this computer."
  256. IDS_PER_SERVER_APP_NOT_INSTALLED
  257. "The application is not installed on the target machine.\n\nPer server licenses may be installed only on machines on which the application which uses those licenses has already been installed."
  258. END
  259. STRINGTABLE DISCARDABLE
  260. BEGIN
  261. IDS_PER_SEAT_CHOSEN_SEND_TO_ENTERPRISE
  262. "You have chosen to install licenses in the Per Seat licensing mode. Therefore, they will instead be installed on the enterprise server.\n\nIf you wish to abort installation of these licenses, click Cancel."
  263. #ifdef OBSOLETE
  264. IDS_NOT_ENOUGH_LICENSES_ON_CERTIFICATE
  265. "There are not enough licenses on this certificate to install the number you requested."
  266. IDS_INVALID_NUM_LICENSES
  267. "The number of licenses you have selected to install from this certificate is invalid. Please enter a number between 1 and 4095."
  268. #endif // OBSOLETE
  269. IDS_ERROR_CERTIFICATE_EXPIRED
  270. "This certificate has expired. The licenses it contains are no longer valid."
  271. IDS_SERIAL_NUMBER "Serial Number"
  272. IDS_PRODUCT_NAME "Product"
  273. IDS_QUANTITY "Quantity"
  274. IDS_SOURCE "Source"
  275. IDS_SOURCE_NONE "None"
  276. IDS_REMOVE_CERTIFICATE_CONFIRM
  277. "Are you sure you wish to remove %1 licenses from %2?"
  278. IDS_CERT_SOURCE_NOT_AVAILABLE
  279. "The source with which this certificate was installed is not available on the local machine.\n\nUse License Manager on the target server to remove this certificate."
  280. IDS_PAPER_REMOVE_COMMENT "Licenses removed by administrator."
  281. #ifdef OBSOLETE
  282. IDS_NO_REMOVE_COMMENT "Licenses removed by administrator."
  283. #endif // OBSOLETE
  284. IDS_LICENSE_MODE "License Mode"
  285. END
  286. STRINGTABLE DISCARDABLE
  287. BEGIN
  288. IDS_LICENSE_MODE_EITHER "Either"
  289. IDS_LICENSE_MODE_PER_SEAT "Per Seat"
  290. IDS_LICENSE_MODE_PER_SERVER "Per Server"
  291. IDS_LICENSE_MODE_UNKNOWN "Unknown"
  292. IDS_LOCAL_LICENSES_ALREADY_INSTALLED
  293. "Licenses from this certificate have already been added to the target machine. Adding the requested number of licenses would exceed the installable license capacity of the certificate."
  294. #ifdef OBSOLETE
  295. IDS_NET_CERTIFICATE_TARGET_ENTRY "%1\t(%2 licenses)"
  296. IDS_NET_LICENSES_ALREADY_INSTALLED_ON
  297. "Licenses from this certificate have already been installed on the following machines:\n\n%1\n\nAdding the requested number of licenses would exceed the installable license capacity of the certificate."
  298. IDS_NET_LICENSES_ALREADY_INSTALLED
  299. "Licenses from this certificate have already been installed on your network. Adding the requested number of licenses would exceed the installable license capacity of the certificate."
  300. IDS_ENTERPRISE_SERVER_BACKLEVEL_CANT_ADD_CERT
  301. "The enterprise server does not support this license certificate format.\nYou must upgrade the Windows NT installation on the enterprise server or use this product in the Per Server licensing mode."
  302. #endif // OBSOLETE
  303. IDS_REMOVE_INVALID_NUM_LICENSES
  304. "The number of licenses to remove must be between 1 and the number of licenses currently installed."
  305. #ifdef OBSOLETE
  306. IDS_LICENSE_MODE_NOT_ALLOWED
  307. "This certificate does not support the selected license mode."
  308. #endif // OBSOLETE
  309. IDS_NO_PRODUCT_CERTIFICATE_SOURCES
  310. "No certificate source is installed with which licenses for this product could be added."
  311. END
  312. STRINGTABLE DISCARDABLE
  313. BEGIN
  314. AFX_IDS_APP_TITLE "License System"
  315. IDS_CLOSETEXT "Close"
  316. END
  317. #endif // English (U.S.) resources
  318. /////////////////////////////////////////////////////////////////////////////
  319. #ifndef APSTUDIO_INVOKED
  320. /////////////////////////////////////////////////////////////////////////////
  321. //
  322. // Generated from the TEXTINCLUDE 3 resource.
  323. //
  324. #define _AFX_NO_SPLITTER_RESOURCES
  325. #define _AFX_NO_OLE_RESOURCES
  326. #define _AFX_NO_TRACKER_RESOURCES
  327. #define _AFX_NO_PROPERTY_RESOURCES
  328. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  329. #ifdef _WIN32
  330. LANGUAGE 9, 1
  331. #pragma code_page(1252)
  332. #endif
  333. #include "res\ccfapi32.rc2" // non-Microsoft Visual C++ edited resources
  334. #include "afxres.rc" // Standard components
  335. #endif
  336. /////////////////////////////////////////////////////////////////////////////
  337. #endif // not APSTUDIO_INVOKED