Leaked source code of windows server 2003
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.

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