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.

1335 lines
57 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #ifdef __NTBUILD
  4. #include <windows.h>
  5. #include <ntverp.h>
  6. #endif
  7. #include "resource.h"
  8. #define APSTUDIO_READONLY_SYMBOLS
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // Generated from the TEXTINCLUDE 2 resource.
  12. //
  13. #include "afxres.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. #ifdef APSTUDIO_INVOKED
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // TEXTINCLUDE
  27. //
  28. 1 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "resource.h\0"
  31. END
  32. 2 TEXTINCLUDE DISCARDABLE
  33. BEGIN
  34. "#include ""afxres.h""\r\n"
  35. "\0"
  36. END
  37. 3 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  40. "#define _AFX_NO_OLE_RESOURCES\r\n"
  41. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  42. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  43. "\r\n"
  44. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  45. "#ifdef _WIN32\r\n"
  46. "LANGUAGE 9, 1\r\n"
  47. "#pragma code_page(1252)\r\n"
  48. "#endif\r\n"
  49. "#include ""res\\LrWizDLL.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  50. "#include ""afxres.rc"" // Standard components\r\n"
  51. "#endif\0"
  52. END
  53. #endif // APSTUDIO_INVOKED
  54. #ifndef _MAC
  55. /////////////////////////////////////////////////////////////////////////////
  56. //
  57. // Version
  58. //
  59. #ifndef __NTBUILD
  60. VS_VERSION_INFO VERSIONINFO
  61. FILEVERSION 1,0,0,0
  62. PRODUCTVERSION 1,0,0,0
  63. FILEFLAGSMASK 0x3fL
  64. #ifdef _DEBUG
  65. FILEFLAGS 0x9L
  66. #else
  67. FILEFLAGS 0x8L
  68. #endif
  69. FILEOS 0x4L
  70. FILETYPE 0x2L
  71. FILESUBTYPE 0x0L
  72. BEGIN
  73. BLOCK "StringFileInfo"
  74. BEGIN
  75. BLOCK "040904b0"
  76. BEGIN
  77. VALUE "Comments", "Licensing Wizard\0"
  78. VALUE "CompanyName", "Microsoft Corporation.\0"
  79. VALUE "FileDescription", "Licensing Wizard\0"
  80. VALUE "FileVersion", "1, 0, 0, 0\0"
  81. VALUE "InternalName", "LrWizDLL\0"
  82. VALUE "LegalCopyright", "Copyright (C) 1998\0"
  83. VALUE "LegalTrademarks", "\0"
  84. VALUE "OriginalFilename", "LrWizDLL.DLL\0"
  85. VALUE "PrivateBuild", "7.0\0"
  86. VALUE "ProductName", "Licensing Wizard\0"
  87. VALUE "ProductVersion", "1, 0, 0, 0\0"
  88. VALUE "SpecialBuild", "\0"
  89. END
  90. END
  91. BLOCK "VarFileInfo"
  92. BEGIN
  93. VALUE "Translation", 0x409, 1200
  94. END
  95. END
  96. #else
  97. #define VER_FILETYPE VFT_APP
  98. #define VER_FILESUBTYPE VFT2_UNKNOWN
  99. #define VER_FILEDESCRIPTION_STR "Microsoft\256 Terminal Server Licensing Wizard"
  100. #define VER_INTERNALNAME_STR "lrwizdll.dll"
  101. #define VER_ORIGINALFILENAME_STR "lrwizdll.dll"
  102. #include <common.ver>
  103. #endif
  104. #endif // !_MAC
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // Bitmap
  108. //
  109. IDB_CLIENT_CONN_HDR BITMAP DISCARDABLE "reghd.BMP"
  110. IDB_CLIENT_CONN BITMAP DISCARDABLE "reg.BMP"
  111. /////////////////////////////////////////////////////////////////////////////
  112. //
  113. // Dialog
  114. //
  115. IDD_LICENSETYPE DIALOG DISCARDABLE 0, 0, 317, 143
  116. STYLE WS_CHILD
  117. FONT 8, "MS Shell Dlg"
  118. BEGIN
  119. LTEXT "Each Terminal Server client must be licensed with a valid Terminal Server license that is equivalent in version to the server being accessed.",
  120. IDC_STATIC,21,1,275,17
  121. LTEXT "If you purchased your Terminal Server licenses under multiple programs, activate each group separately.",
  122. IDC_STATIC,21,24,275,17
  123. CONTROL "Microsoft &Select or Microsoft Enterprise Agreement",
  124. IDC_RD_REG_SELECT,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  125. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,48,275,10
  126. CONTROL "Microsoft Op&en License Program",IDC_RD_REG_MOLP,"Button",
  127. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
  128. 21,63,275,10
  129. CONTROL "&Other",IDC_RD_REG_OTHER,"Button",BS_AUTORADIOBUTTON |
  130. BS_TOP | BS_MULTILINE | WS_TABSTOP,21,78,275,10
  131. LTEXT "",IDC_DESCRIPTION,21,93,275,38
  132. END
  133. IDD_CH_REGISTER_SELECT DIALOG DISCARDABLE 0, 0, 317, 143
  134. STYLE WS_CHILD
  135. FONT 8, "MS Shell Dlg"
  136. BEGIN
  137. LTEXT "Complete the following program and client license information. ",
  138. IDC_STATIC,21,1,274,8
  139. LTEXT "&Enrollment number:",IDC_STATIC,21,19,74,8
  140. EDITTEXT IDC_TXT_ENROLLMENT_NUMBER,106,16,190,14,ES_UPPERCASE |
  141. ES_AUTOHSCROLL | WS_GROUP
  142. LTEXT "&Product type:",IDC_STATIC,21,36,74,8
  143. COMBOBOX IDC_CMD_PRODUCT_TYPE,106,34,190,47,CBS_DROPDOWNLIST |
  144. CBS_SORT | WS_VSCROLL | WS_GROUP | WS_TABSTOP
  145. LTEXT "&Quantity:",IDC_STATIC,22,53,84,8
  146. EDITTEXT IDC_TXT_QUANTITY,106,51,44,14,ES_AUTOHSCROLL | ES_NUMBER |
  147. WS_GROUP
  148. CONTROL "Spin1",IDC_SPIN1,"msctls_updown32",UDS_WRAP |
  149. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
  150. UDS_ARROWKEYS | UDS_NOTHOUSANDS,148,53,11,14
  151. END
  152. IDD_CH_REGISTER_MOLP DIALOG DISCARDABLE 0, 0, 317, 143
  153. STYLE WS_CHILD
  154. FONT 8, "MS Shell Dlg"
  155. BEGIN
  156. LTEXT "Supply the following program and client license information.",
  157. IDC_STATIC,21,1,275,8
  158. LTEXT "&Authorization number:",IDC_STATIC,21,19,79,8
  159. EDITTEXT IDC_TXT_AUTH_NUMBER,110,16,185,14,ES_UPPERCASE |
  160. ES_AUTOHSCROLL
  161. LTEXT "&License number:",IDC_STATIC,21,37,79,8
  162. EDITTEXT IDC_TXT_AGREEMENT_NUMBER,110,34,185,14,ES_UPPERCASE |
  163. ES_AUTOHSCROLL
  164. LTEXT "&Product type:",IDC_STATIC,21,54,79,8
  165. COMBOBOX IDC_CMD_PRODUCT_TYPE,110,52,185,53,CBS_DROPDOWNLIST |
  166. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  167. LTEXT "&Quantity:",IDC_STATIC,21,71,79,8
  168. EDITTEXT IDC_TXT_QUANTITY,110,68,44,14,ES_AUTOHSCROLL | ES_NUMBER
  169. CONTROL "Spin1",IDC_SPIN1,"msctls_updown32",UDS_WRAP |
  170. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
  171. UDS_ARROWKEYS | UDS_NOTHOUSANDS,147,69,11,14
  172. END
  173. IDD_DLG_WWWLKP DIALOG DISCARDABLE 0, 0, 317, 143
  174. STYLE WS_CHILD
  175. FONT 8, "MS Shell Dlg"
  176. BEGIN
  177. LTEXT "To install Terminal Server licenses, you must obtain a client license key pack ID from the Terminal Server Licensing Web site listed below:",
  178. IDC_TXT_WWWINFO,21,1,269,17
  179. CTEXT "",IDC_WWWINFO,21,22,275,16,SS_CENTERIMAGE | SS_SUNKEN
  180. LTEXT "To obtain this ID, you will need your license server ID and either a license code from retail product packaging or Select, Enterprise Agreement or Open license contract information. Your license server ID is:",
  181. IDC_STATIC,21,46,275,25
  182. CTEXT "",IDC_MSID,21,75,275,15,SS_CENTERIMAGE | SS_SUNKEN
  183. LTEXT "Enter the license key pack ID in the boxes below. This ID is obtained from the Terminal Server Licensing Web site.",
  184. IDC_STATIC,21,97,275,20
  185. EDITTEXT IDC_TXT_TELEINFO1,19,120,39,14,ES_UPPERCASE |
  186. ES_AUTOHSCROLL | WS_GROUP
  187. EDITTEXT IDC_TXT_TELEINFO2,59,120,39,14,ES_UPPERCASE |
  188. ES_AUTOHSCROLL | WS_GROUP
  189. EDITTEXT IDC_TXT_TELEINFO3,99,120,39,14,ES_UPPERCASE |
  190. ES_AUTOHSCROLL | WS_GROUP
  191. EDITTEXT IDC_TXT_TELEINFO4,139,120,39,14,ES_UPPERCASE |
  192. ES_AUTOHSCROLL | WS_GROUP
  193. EDITTEXT IDC_TXT_TELEINFO5,179,120,39,14,ES_UPPERCASE |
  194. ES_AUTOHSCROLL | WS_GROUP
  195. EDITTEXT IDC_TXT_TELEINFO6,219,120,39,14,ES_UPPERCASE |
  196. ES_AUTOHSCROLL | WS_GROUP
  197. EDITTEXT IDC_TXT_TELEINFO7,259,120,39,14,ES_UPPERCASE |
  198. ES_AUTOHSCROLL | WS_GROUP
  199. END
  200. IDD_PROGRESS DIALOG DISCARDABLE 0, 0, 317, 190
  201. STYLE WS_CHILD
  202. FONT 8, "MS Shell Dlg"
  203. BEGIN
  204. LTEXT "Completing the Licensing Wizard",IDC_BIGBOLDTITLE,115,8,
  205. 190,24
  206. LTEXT "",IDC_MESSAGE,115,40,190,15
  207. LTEXT "Status:",IDC_STATIC,115,59,190,8
  208. EDITTEXT IDC_EDIT1,115,69,190,96,ES_MULTILINE | ES_READONLY |
  209. ES_WANTRETURN | WS_GROUP | NOT WS_TABSTOP
  210. CONTROL "In&stall licenses now",IDC_NEXTACTION,"Button",
  211. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | NOT WS_VISIBLE |
  212. WS_GROUP | WS_TABSTOP,115,172,74,11
  213. PUSHBUTTON "&Print",IDC_BTN_PRINT,255,169,50,14,NOT WS_VISIBLE
  214. END
  215. IDD_CONTACTINFO1 DIALOG DISCARDABLE 0, 0, 317, 148
  216. STYLE WS_CHILD
  217. FONT 8, "MS Shell Dlg"
  218. BEGIN
  219. LTEXT "Type your company information below.",IDC_STATIC,21,1,
  220. 275,8
  221. LTEXT "&Company:",IDC_STATIC,21,19,75,8
  222. EDITTEXT IDC_TXT_COMPANYNAME,102,16,194,14,ES_AUTOHSCROLL
  223. LTEXT "&Organizational unit:\n(optional)",IDC_STATIC,21,37,75,
  224. 17
  225. EDITTEXT IDC_TXT_ORGUNIT,102,34,194,14,ES_AUTOHSCROLL
  226. LTEXT "&Last name:",IDC_STATIC,21,55,71,8
  227. EDITTEXT IDC_TXT_LNAME,102,52,194,14,ES_AUTOHSCROLL
  228. LTEXT "Fir&st name:",IDC_STATIC,21,73,71,8
  229. EDITTEXT IDC_TXT_FNAME,102,70,194,14,ES_AUTOHSCROLL
  230. LTEXT "&Phone (optional):",IDC_STATIC,21,91,71,8
  231. EDITTEXT IDC_TXT_PHONE,102,88,194,14,ES_AUTOHSCROLL
  232. LTEXT "&Fax (optional):",IDC_LBL_FAX,21,109,71,8
  233. EDITTEXT IDC_TXT_FAX,102,106,194,14,ES_AUTOHSCROLL
  234. LTEXT "&E-mail:",IDC_LBL_EMAIL,21,127,71,8
  235. EDITTEXT IDC_TXT_EMAIL,102,124,194,14,ES_AUTOHSCROLL
  236. END
  237. IDD_CONTACTINFO2 DIALOG DISCARDABLE 0, 0, 318, 144
  238. STYLE WS_CHILD
  239. FONT 8, "MS Shell Dlg"
  240. BEGIN
  241. LTEXT "Type your company information below. You must select a Country/Region.",
  242. -1,21,1,276,8
  243. LTEXT "Company &address:",-1,21,16,75,8
  244. EDITTEXT IDC_TXT_ADDRESS1,102,16,195,38,ES_MULTILINE |
  245. ES_AUTOHSCROLL | ES_WANTRETURN
  246. LTEXT "&City:",-1,21,61,75,8
  247. EDITTEXT IDC_TXT_CITY,102,58,195,14,ES_AUTOHSCROLL
  248. LTEXT "&State/province:",-1,21,79,75,8
  249. EDITTEXT IDC_TXT_STATE,102,76,195,14,ES_AUTOHSCROLL
  250. LTEXT "Co&untry/Region:",-1,21,97,75,8
  251. COMBOBOX IDC_COMBO1,102,94,195,48,CBS_DROPDOWNLIST | CBS_SORT |
  252. WS_VSCROLL | WS_TABSTOP
  253. LTEXT "&Postal code:",-1,21,113,57,8
  254. EDITTEXT IDC_TXT_ZIP,102,110,94,14,ES_AUTOHSCROLL
  255. END
  256. IDD_AUTHENTICATE DIALOG DISCARDABLE 0, 0, 295, 71
  257. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE |
  258. WS_CAPTION
  259. CAPTION "Licensing Wizard"
  260. FONT 8, "MS Shell Dlg"
  261. BEGIN
  262. LTEXT "Please wait while the wizard locates the Microsoft activation server.",
  263. IDC_MESSAGE,21,1,253,10,NOT WS_GROUP
  264. CONTROL "Progress1",IDC_PROGRESSBAR,"msctls_progress32",0x0,21,
  265. 20,253,14
  266. END
  267. IDD_CONFIRM_EMAIL DIALOG DISCARDABLE 0, 0, 252, 90
  268. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  269. CAPTION "Licensing Wizard"
  270. FONT 8, "MS Shell Dlg"
  271. BEGIN
  272. LTEXT "The e-mail address is used to return the activation information to the contact person. To confirm the e-mail address, please retype it.",
  273. IDC_STATIC,7,7,238,21
  274. EDITTEXT IDC_TXT_CONF_EMAIL,7,40,238,14,ES_AUTOHSCROLL
  275. DEFPUSHBUTTON "OK",IDOK,101,69,50,14
  276. LTEXT "&E-mail address:",IDC_STATIC,7,30,48,8
  277. END
  278. IDD_DLG_PIN DIALOG DISCARDABLE 0, 0, 317, 143
  279. STYLE WS_CHILD
  280. FONT 8, "MS Shell Dlg"
  281. BEGIN
  282. LTEXT "Copy the PIN you received in e-mail, and then paste it into the following space.",
  283. IDC_STATIC,21,1,275,8
  284. LTEXT "&PIN:",IDC_STATIC,21,16,240,8
  285. EDITTEXT IDC_TXT_PIN,21,26,244,14,ES_UPPERCASE | ES_AUTOHSCROLL
  286. LTEXT "Your license server Product ID is:",IDC_STATIC,21,45,
  287. 150,8
  288. CTEXT "",IDC_MSID,21,55,151,15,SS_CENTERIMAGE | SS_SUNKEN
  289. END
  290. IDD_DLG_GETREGMODE DIALOG DISCARDABLE 0, 0, 317, 143
  291. STYLE WS_CHILD
  292. FONT 8, "MS Shell Dlg"
  293. BEGIN
  294. LTEXT "If your computer has an Internet connection, select Internet. Otherwise, select one of the other methods.",
  295. IDC_BOLDTITLE,21,1,275,19
  296. LTEXT "&Connection method:",IDC_STATIC,21,24,275,10
  297. COMBOBOX IDC_MODEOFREG,21,34,275,81,CBS_DROPDOWNLIST | WS_VSCROLL |
  298. WS_TABSTOP
  299. LTEXT "",IDC_TXT_DESC,21,56,275,66
  300. END
  301. IDD_DLG_TELREG DIALOG DISCARDABLE 0, 0, 317, 143
  302. STYLE WS_CHILD
  303. FONT 8, "MS Shell Dlg"
  304. BEGIN
  305. LTEXT "To activate your license server, please call Microsoft at the number listed below:",
  306. IDC_STATIC,21,1,275,10
  307. CTEXT "",IDC_CSRINFO,21,11,275,22,SS_CENTERIMAGE | SS_SUNKEN
  308. LTEXT "You need the Product ID to complete this operation. Your Product ID is:",
  309. IDC_STATIC,21,43,275,8
  310. CTEXT "",IDC_LICENSESERVERID,21,53,275,14,SS_CENTERIMAGE |
  311. SS_SUNKEN
  312. LTEXT "Type the license server ID in the following boxes. The Microsoft Customer Support Representative will provide this ID.",
  313. IDC_STATIC,21,77,275,17
  314. EDITTEXT IDC_TXT_TELEINFO1,21,103,40,14,ES_UPPERCASE |
  315. ES_AUTOHSCROLL | WS_GROUP
  316. EDITTEXT IDC_TXT_TELEINFO2,61,103,40,14,ES_UPPERCASE |
  317. ES_AUTOHSCROLL | WS_GROUP
  318. EDITTEXT IDC_TXT_TELEINFO3,101,103,40,14,ES_UPPERCASE |
  319. ES_AUTOHSCROLL | WS_GROUP
  320. EDITTEXT IDC_TXT_TELEINFO4,141,103,40,14,ES_UPPERCASE |
  321. ES_AUTOHSCROLL | WS_GROUP
  322. EDITTEXT IDC_TXT_TELEINFO5,181,103,40,14,ES_UPPERCASE |
  323. ES_AUTOHSCROLL | WS_GROUP
  324. EDITTEXT IDC_TXT_TELEINFO6,221,103,40,14,ES_UPPERCASE |
  325. ES_AUTOHSCROLL | WS_GROUP
  326. EDITTEXT IDC_TXT_TELEINFO7,261,103,40,14,ES_UPPERCASE |
  327. ES_AUTOHSCROLL | WS_GROUP
  328. END
  329. IDD_DLG_RETAILSPK DIALOG DISCARDABLE 0, 0, 317, 143
  330. STYLE WS_CHILD
  331. FONT 8, "MS Shell Dlg"
  332. BEGIN
  333. LTEXT "Type the license code below. The license code is located in your product packaging.",
  334. IDC_STATIC,21,1,275,17
  335. LTEXT "&License code:",IDC_STATIC,21,27,70,8
  336. EDITTEXT IDC_RETAILSPK1,98,24,40,14,ES_UPPERCASE | ES_AUTOHSCROLL |
  337. WS_GROUP
  338. EDITTEXT IDC_RETAILSPK2,138,24,40,14,ES_UPPERCASE |
  339. ES_AUTOHSCROLL | WS_GROUP
  340. EDITTEXT IDC_RETAILSPK3,178,24,40,14,ES_UPPERCASE |
  341. ES_AUTOHSCROLL | WS_GROUP
  342. EDITTEXT IDC_RETAILSPK4,218,24,40,14,ES_UPPERCASE |
  343. ES_AUTOHSCROLL | WS_GROUP
  344. EDITTEXT IDC_RETAILSPK5,258,24,40,14,ES_UPPERCASE |
  345. ES_AUTOHSCROLL | WS_GROUP
  346. PUSHBUTTON "&Add",IDC_ADDBUTTON,245,58,50,14,BS_CENTER | BS_VCENTER |
  347. BS_NOTIFY | WS_GROUP
  348. PUSHBUTTON "&Delete",IDC_DELETEBUTTON,246,76,50,14,BS_CENTER |
  349. BS_VCENTER | BS_NOTIFY | WS_GROUP
  350. PUSHBUTTON "&Edit",IDC_EDITBUTTON,246,94,50,14,WS_GROUP
  351. LTEXT "Li&cense codes entered:",IDC_STATIC,21,48,218,8
  352. CONTROL "List1",IDC_RETAILSPKLIST,"SysListView32",LVS_REPORT |
  353. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER |
  354. WS_BORDER | WS_GROUP | WS_TABSTOP,21,58,218,78
  355. END
  356. IDD_DLG_CERTLOG_INFO DIALOG DISCARDABLE 0, 0, 317, 127
  357. STYLE WS_CHILD
  358. FONT 8, "MS Shell Dlg"
  359. BEGIN
  360. LTEXT "Type the information below.",IDC_LBL_CAPTION,21,1,275,8
  361. LTEXT "&Last name:",-1,21,19,76,8
  362. EDITTEXT IDC_TXT_LNAME,102,16,194,14,ES_AUTOHSCROLL
  363. LTEXT "&First name:",-1,21,37,76,8
  364. LTEXT "&Phone (optional):",-1,21,55,76,8
  365. EDITTEXT IDC_TXT_FNAME,102,34,194,14,ES_AUTOHSCROLL
  366. EDITTEXT IDC_TXT_PHONE,102,52,194,14,ES_AUTOHSCROLL
  367. LTEXT "&E-mail (optional):",IDC_LBL_EMAIL,21,73,76,8
  368. EDITTEXT IDC_TXT_EMAIL,102,70,194,14,ES_AUTOHSCROLL
  369. LTEXT "&Reason:",IDC_LBL_REASON,21,91,76,8,NOT WS_VISIBLE
  370. COMBOBOX IDC_COMBO_REASONS,102,88,194,45,CBS_DROPDOWNLIST |
  371. CBS_SORT | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
  372. END
  373. IDD_DLG_CONFREVOKE DIALOG DISCARDABLE 0, 0, 317, 143
  374. STYLE WS_CHILD
  375. FONT 8, "MS Shell Dlg"
  376. BEGIN
  377. LTEXT "To deactivate your license server, please call Microsoft at the number below:",
  378. IDC_STATIC,21,1,281,8
  379. CTEXT "",IDC_CSRINFO,21,11,281,22,SS_CENTERIMAGE | SS_SUNKEN
  380. LTEXT "You need your existing license server ID to complete this operation. Your license server ID is:",
  381. IDC_STATIC,21,43,281,16
  382. CTEXT "",IDC_MSID2,21,61,281,14,SS_CENTERIMAGE | SS_SUNKEN
  383. LTEXT "Type the confirmation code in the box below. The Microsoft Customer Support Representative will provide this code.",
  384. IDC_STATIC,21,85,281,17
  385. LTEXT "&Confirmation code:",IDC_STATIC,21,111,73,8
  386. EDITTEXT IDC_REVOKE_CONFIRMATION_NUMBER,101,108,60,14,
  387. ES_UPPERCASE | ES_AUTOHSCROLL
  388. END
  389. IDD_DLG_TELREG_REISSUE DIALOG DISCARDABLE 0, 0, 317, 143
  390. STYLE WS_CHILD
  391. FONT 8, "MS Shell Dlg"
  392. BEGIN
  393. LTEXT "To reactivate your license server, please call Microsoft at the number listed below:",
  394. IDC_STATIC,21,1,275,8
  395. CTEXT "",IDC_CSRINFO,21,11,275,22,SS_CENTERIMAGE | SS_SUNKEN
  396. LTEXT "You need your existing license server ID to complete this operation. Your existing license server ID is:",
  397. IDC_STATIC,21,43,275,17
  398. CTEXT "",IDC_MSID,21,61,275,14,SS_CENTERIMAGE | SS_SUNKEN
  399. LTEXT "Type your new license server ID in the boxes below.",
  400. IDC_STATIC,21,85,275,8
  401. EDITTEXT IDC_TXT_TELEINFO1,21,103,39,14,ES_UPPERCASE |
  402. ES_AUTOHSCROLL | WS_GROUP
  403. EDITTEXT IDC_TXT_TELEINFO2,61,103,39,14,ES_UPPERCASE |
  404. ES_AUTOHSCROLL | WS_GROUP
  405. EDITTEXT IDC_TXT_TELEINFO3,101,103,39,14,ES_UPPERCASE |
  406. ES_AUTOHSCROLL | WS_GROUP
  407. EDITTEXT IDC_TXT_TELEINFO4,141,103,39,14,ES_UPPERCASE |
  408. ES_AUTOHSCROLL | WS_GROUP
  409. EDITTEXT IDC_TXT_TELEINFO5,181,103,39,14,ES_UPPERCASE |
  410. ES_AUTOHSCROLL | WS_GROUP
  411. EDITTEXT IDC_TXT_TELEINFO6,221,103,39,14,ES_UPPERCASE |
  412. ES_AUTOHSCROLL | WS_GROUP
  413. EDITTEXT IDC_TXT_TELEINFO7,261,103,39,14,ES_UPPERCASE |
  414. ES_AUTOHSCROLL | WS_GROUP
  415. END
  416. IDD_DLG_COUNTRYREGION DIALOG DISCARDABLE 0, 0, 317, 143
  417. STYLE WS_CHILD
  418. FONT 8, "MS Shell Dlg"
  419. BEGIN
  420. LTEXT "Country/&Region:",IDC_STATIC,51,1,216,8
  421. CONTROL "List1",IDC_COUNTRYREGION,"SysListView32",LVS_LIST |
  422. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  423. LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER |
  424. WS_TABSTOP,51,11,215,120
  425. END
  426. IDD_EDIT_RETAILSPK DIALOG DISCARDABLE 0, 0, 252, 90
  427. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  428. CAPTION "Licensing Wizard"
  429. FONT 8, "MS Shell Dlg"
  430. BEGIN
  431. LTEXT "Edit the license code below. The license code is located in your product packaging.",
  432. -1,7,7,238,17
  433. EDITTEXT IDC_RETAILSPK1,7,34,40,14,ES_UPPERCASE | ES_AUTOHSCROLL |
  434. WS_GROUP
  435. EDITTEXT IDC_RETAILSPK2,47,34,40,14,ES_UPPERCASE | ES_AUTOHSCROLL |
  436. WS_GROUP
  437. EDITTEXT IDC_RETAILSPK3,87,34,40,14,ES_UPPERCASE | ES_AUTOHSCROLL |
  438. WS_GROUP
  439. EDITTEXT IDC_RETAILSPK4,127,34,40,14,ES_UPPERCASE |
  440. ES_AUTOHSCROLL | WS_GROUP
  441. EDITTEXT IDC_RETAILSPK5,167,34,40,14,ES_UPPERCASE |
  442. ES_AUTOHSCROLL | WS_GROUP
  443. DEFPUSHBUTTON "OK",IDOK,141,69,50,14
  444. PUSHBUTTON "Cancel",IDCANCEL,195,69,50,14
  445. END
  446. IDD_DLG_WWWREG DIALOG DISCARDABLE 0, 0, 317, 143
  447. STYLE WS_CHILD
  448. FONT 8, "MS Shell Dlg"
  449. BEGIN
  450. LTEXT "To activate your license server, go to the Terminal Server Licensing Web site listed below.",
  451. IDC_STATIC,21,1,275,16
  452. CTEXT "",IDC_WWWINFO,21,19,275,22,SS_CENTERIMAGE | SS_SUNKEN
  453. LTEXT "You need your Product ID to complete this operation. Your Product ID is:",
  454. IDC_STATIC,21,49,275,8
  455. CTEXT "",IDC_LICENSESERVERID,21,59,275,14,SS_CENTERIMAGE |
  456. SS_SUNKEN
  457. LTEXT "After you complete the transaction on the Terminal Server Licensing Web site, type the license server ID in the following boxes.",
  458. IDC_STATIC,21,84,275,18
  459. EDITTEXT IDC_TXT_TELEINFO1,21,111,40,14,ES_UPPERCASE |
  460. ES_AUTOHSCROLL | WS_GROUP
  461. EDITTEXT IDC_TXT_TELEINFO2,61,111,40,14,ES_UPPERCASE |
  462. ES_AUTOHSCROLL | WS_GROUP
  463. EDITTEXT IDC_TXT_TELEINFO3,101,111,40,14,ES_UPPERCASE |
  464. ES_AUTOHSCROLL | WS_GROUP
  465. EDITTEXT IDC_TXT_TELEINFO4,141,111,40,14,ES_UPPERCASE |
  466. ES_AUTOHSCROLL | WS_GROUP
  467. EDITTEXT IDC_TXT_TELEINFO5,181,111,40,14,ES_UPPERCASE |
  468. ES_AUTOHSCROLL | WS_GROUP
  469. EDITTEXT IDC_TXT_TELEINFO6,221,111,40,14,ES_UPPERCASE |
  470. ES_AUTOHSCROLL | WS_GROUP
  471. EDITTEXT IDC_TXT_TELEINFO7,261,111,40,14,ES_UPPERCASE |
  472. ES_AUTOHSCROLL | WS_GROUP
  473. END
  474. IDD_DLG_TELLKP DIALOG DISCARDABLE 0, 0, 317, 143
  475. STYLE WS_CHILD
  476. FONT 8, "MS Shell Dlg"
  477. BEGIN
  478. LTEXT "To obtain additional Terminal Server licenses, contact Microsoft at the following number:",
  479. IDC_STATIC,21,1,275,16
  480. CTEXT "",IDC_CSRINFO,21,20,275,22,SS_CENTERIMAGE | SS_SUNKEN
  481. LTEXT "To obtain client license key packs, you need your existing license server ID. Your license server ID is:",
  482. IDC_STATIC,21,52,275,18
  483. CTEXT "",IDC_MSID,21,72,275,14,SS_CENTERIMAGE | SS_SUNKEN
  484. LTEXT "Type the client license key pack ID in the boxes below.",
  485. IDC_STATIC,21,96,277,9
  486. EDITTEXT IDC_TXT_TELEINFO1,21,109,39,14,ES_UPPERCASE |
  487. ES_AUTOHSCROLL | WS_GROUP
  488. EDITTEXT IDC_TXT_TELEINFO2,61,109,39,14,ES_UPPERCASE |
  489. ES_AUTOHSCROLL | WS_GROUP
  490. EDITTEXT IDC_TXT_TELEINFO3,101,109,39,14,ES_UPPERCASE |
  491. ES_AUTOHSCROLL | WS_GROUP
  492. EDITTEXT IDC_TXT_TELEINFO4,141,109,39,14,ES_UPPERCASE |
  493. ES_AUTOHSCROLL | WS_GROUP
  494. EDITTEXT IDC_TXT_TELEINFO5,181,109,39,14,ES_UPPERCASE |
  495. ES_AUTOHSCROLL | WS_GROUP
  496. EDITTEXT IDC_TXT_TELEINFO6,221,109,39,14,ES_UPPERCASE |
  497. ES_AUTOHSCROLL | WS_GROUP
  498. EDITTEXT IDC_TXT_TELEINFO7,261,109,39,14,ES_UPPERCASE |
  499. ES_AUTOHSCROLL | WS_GROUP
  500. END
  501. IDD_WELCOME DIALOG DISCARDABLE 0, 0, 317, 180
  502. STYLE WS_CHILD | WS_CAPTION
  503. CAPTION "Licensing Wizard"
  504. FONT 8, "MS Shell Dlg"
  505. BEGIN
  506. LTEXT "Welcome to the Licensing Wizard",IDC_BIGBOLDTITLE,115,8,
  507. 189,24
  508. LTEXT "This wizard helps you activate your license server.",
  509. IDC_BOLDTITLE,115,33,189,20
  510. LTEXT "To change settings, select the license server, click View, and then click Properties. To continue, click Next.",
  511. IDC_STATIC,115,156,195,17
  512. LTEXT "For information about the use of data you provide during activation, see Microsoft's privacy policy statement in Terminal Server Help.",
  513. IDC_STATIC,115,55,190,26
  514. LTEXT "Activated for:",IDC_STATIC,125,96,69,9,SS_CENTERIMAGE
  515. LTEXT "Connection method:",IDC_STATIC,125,109,69,9,
  516. SS_CENTERIMAGE
  517. LTEXT "Licensing Program:",IDC_STATIC,125,122,69,9,
  518. SS_CENTERIMAGE
  519. LTEXT "Product ID:",IDC_STATIC,125,135,69,9
  520. GROUPBOX "License server settings",IDC_STATIC,115,84,195,67
  521. LTEXT "",IDC_COMPANYNAME,194,96,103,9
  522. LTEXT "",IDC_ACTIVATIONMETHOD,194,109,103,9
  523. LTEXT "",IDC_LICENSETYPE,194,122,103,9
  524. LTEXT "",IDC_PRODUCTID,194,135,103,9
  525. END
  526. IDD_CONTINUEREG DIALOG DISCARDABLE 0, 0, 317, 114
  527. STYLE WS_CHILD
  528. FONT 8, "MS Shell Dlg"
  529. BEGIN
  530. LTEXT "You then receive an e-mail that contains your server activation PIN. You can complete the server activation process as soon as you have the PIN.",
  531. IDC_STATIC,21,1,275,19
  532. CONTROL "&Complete the server activation process now (I already have my PIN)",
  533. IDC_REG_COMPLETE,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  534. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,24,275,10
  535. CONTROL "&Postpone completion of the process until the PIN arrives",
  536. IDC_REG_POSTPONE,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  537. BS_MULTILINE,21,39,275,10
  538. CONTROL "&Restart the licensing process",IDC_REG_RESTART,"Button",
  539. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,54,275,10
  540. LTEXT "If you select this option, all data you have already entered is discarded. Use this option if you typed an incorrect e-mail address.",
  541. IDC_STATIC,33,64,263,19
  542. END
  543. IDD_DLG_PROP_CUSTINFO_a DIALOG DISCARDABLE 0, 0, 317, 148
  544. STYLE WS_CHILD
  545. FONT 8, "MS Shell Dlg"
  546. BEGIN
  547. LTEXT "Type your company information below.",IDC_LBL_CAPTION,
  548. 21,1,275,8
  549. LTEXT "&Company:",IDC_STATIC,21,19,75,8
  550. EDITTEXT IDC_TXT_COMPANYNAME,102,16,194,14,ES_AUTOHSCROLL
  551. LTEXT "&Organizational unit:\n(optional)",IDC_STATIC,21,37,75,
  552. 17
  553. EDITTEXT IDC_TXT_ORGUNIT,102,34,194,14,ES_AUTOHSCROLL
  554. LTEXT "&Last name:",IDC_STATIC,21,55,76,8
  555. EDITTEXT IDC_TXT_LNAME,102,52,194,14,ES_AUTOHSCROLL
  556. LTEXT "Fir&st name:",IDC_STATIC,21,73,76,8
  557. EDITTEXT IDC_TXT_FNAME,102,70,194,14,ES_AUTOHSCROLL
  558. LTEXT "&Phone (optional):",IDC_STATIC,21,91,76,8
  559. EDITTEXT IDC_TXT_PHONE,102,88,194,14,ES_AUTOHSCROLL
  560. LTEXT "F&ax(optional):",IDC_LBL_FAX,21,109,76,8
  561. EDITTEXT IDC_TXT_FAX,102,106,194,14,ES_AUTOHSCROLL
  562. LTEXT "&E-mail:",IDC_LBL_EMAIL,21,127,76,8
  563. EDITTEXT IDC_TXT_EMAIL,102,124,194,14,ES_AUTOHSCROLL
  564. END
  565. IDD_DLG_PROP_CUSTINFO_b DIALOG DISCARDABLE 0, 0, 317, 143
  566. STYLE WS_CHILD
  567. FONT 8, "MS Shell Dlg"
  568. BEGIN
  569. LTEXT "Type your company information below. You must select a Country/Region.",
  570. -1,21,1,275,8
  571. LTEXT "Company &address:",-1,21,16,75,8
  572. EDITTEXT IDC_TXT_ADDRESS1,103,16,193,38,ES_MULTILINE |
  573. ES_AUTOHSCROLL | ES_WANTRETURN
  574. LTEXT "&City:",-1,21,61,75,8
  575. EDITTEXT IDC_TXT_CITY,103,58,193,14,ES_AUTOHSCROLL
  576. LTEXT "&State/province:",-1,21,79,75,8
  577. EDITTEXT IDC_TXT_STATE,103,76,193,14,ES_AUTOHSCROLL
  578. LTEXT "Co&untry/Region:",-1,21,97,75,8
  579. COMBOBOX IDC_COMBO1,103,94,193,48,CBS_DROPDOWNLIST | CBS_SORT |
  580. WS_VSCROLL | WS_TABSTOP
  581. LTEXT "&Postal code:",-1,21,113,72,8
  582. EDITTEXT IDC_TXT_ZIP,103,110,94,14,ES_AUTOHSCROLL
  583. END
  584. IDD_DLG_PROP_MODE DIALOG DISCARDABLE 0, 0, 317, 143
  585. STYLE WS_CHILD
  586. FONT 8, "MS Shell Dlg"
  587. BEGIN
  588. LTEXT "&Connection method:",IDC_STATIC,21,1,161,8
  589. COMBOBOX IDC_COMBO_MODE,21,11,161,56,CBS_DROPDOWNLIST |
  590. WS_VSCROLL | WS_TABSTOP
  591. LTEXT "&Select Country/Region:",IDC_LBL_COUNTRYREGION,21,30,
  592. 213,9,WS_DISABLED
  593. CONTROL "List1",IDC_COUNTRYREGION,"SysListView32",LVS_LIST |
  594. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  595. LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER |
  596. WS_TABSTOP,21,40,275,82
  597. END
  598. IDD_DLG_PROP_PROGRAM DIALOG DISCARDABLE 0, 0, 317, 143
  599. STYLE WS_CHILD
  600. FONT 8, "MS Shell Dlg"
  601. BEGIN
  602. LTEXT "Each Terminal Server client must be licensed with a valid Terminal Server license that is equivalent in version to the server being accessed.",
  603. IDC_STATIC,21,1,275,17,NOT WS_GROUP
  604. LTEXT "If you purchased your Terminal Server licenses under multiple programs, activate each group separately.",
  605. IDC_STATIC,21,24,275,17,NOT WS_GROUP
  606. CONTROL "Microsoft &Select or Microsoft Enterprise Agreement",
  607. IDC_RD_REG_SELECT,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  608. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,47,275,10
  609. CONTROL "Microsoft Op&en License Program",IDC_RD_REG_MOLP,"Button",
  610. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
  611. 21,62,275,10
  612. CONTROL "&Other",IDC_RD_REG_OTHER,"Button",BS_AUTORADIOBUTTON |
  613. BS_TOP | BS_MULTILINE | WS_TABSTOP,21,77,275,10
  614. LTEXT "",IDC_DESCRIPTION,21,93,275,38
  615. END
  616. /////////////////////////////////////////////////////////////////////////////
  617. //
  618. // DESIGNINFO
  619. //
  620. #ifdef APSTUDIO_INVOKED
  621. GUIDELINES DESIGNINFO DISCARDABLE
  622. BEGIN
  623. IDD_LICENSETYPE, DIALOG
  624. BEGIN
  625. LEFTMARGIN, 21
  626. RIGHTMARGIN, 296
  627. TOPMARGIN, 1
  628. END
  629. IDD_CH_REGISTER_SELECT, DIALOG
  630. BEGIN
  631. LEFTMARGIN, 21
  632. RIGHTMARGIN, 296
  633. VERTGUIDE, 106
  634. TOPMARGIN, 1
  635. HORZGUIDE, 30
  636. HORZGUIDE, 47
  637. END
  638. IDD_CH_REGISTER_MOLP, DIALOG
  639. BEGIN
  640. LEFTMARGIN, 21
  641. RIGHTMARGIN, 296
  642. VERTGUIDE, 110
  643. TOPMARGIN, 1
  644. HORZGUIDE, 31
  645. HORZGUIDE, 49
  646. HORZGUIDE, 65
  647. END
  648. IDD_DLG_WWWLKP, DIALOG
  649. BEGIN
  650. LEFTMARGIN, 21
  651. RIGHTMARGIN, 296
  652. TOPMARGIN, 1
  653. BOTTOMMARGIN, 142
  654. HORZGUIDE, 18
  655. HORZGUIDE, 38
  656. END
  657. IDD_PROGRESS, DIALOG
  658. BEGIN
  659. LEFTMARGIN, 115
  660. VERTGUIDE, 305
  661. TOPMARGIN, 8
  662. BOTTOMMARGIN, 183
  663. HORZGUIDE, 35
  664. HORZGUIDE, 162
  665. END
  666. IDD_CONTACTINFO1, DIALOG
  667. BEGIN
  668. LEFTMARGIN, 21
  669. RIGHTMARGIN, 296
  670. VERTGUIDE, 102
  671. TOPMARGIN, 1
  672. BOTTOMMARGIN, 143
  673. HORZGUIDE, 16
  674. HORZGUIDE, 30
  675. HORZGUIDE, 48
  676. HORZGUIDE, 66
  677. HORZGUIDE, 84
  678. HORZGUIDE, 102
  679. HORZGUIDE, 120
  680. END
  681. IDD_CONTACTINFO2, DIALOG
  682. BEGIN
  683. LEFTMARGIN, 21
  684. RIGHTMARGIN, 297
  685. VERTGUIDE, 96
  686. VERTGUIDE, 102
  687. TOPMARGIN, 1
  688. HORZGUIDE, 54
  689. HORZGUIDE, 72
  690. HORZGUIDE, 90
  691. HORZGUIDE, 106
  692. HORZGUIDE, 137
  693. END
  694. IDD_AUTHENTICATE, DIALOG
  695. BEGIN
  696. LEFTMARGIN, 21
  697. RIGHTMARGIN, 274
  698. TOPMARGIN, 1
  699. BOTTOMMARGIN, 70
  700. END
  701. IDD_CONFIRM_EMAIL, DIALOG
  702. BEGIN
  703. LEFTMARGIN, 7
  704. RIGHTMARGIN, 245
  705. TOPMARGIN, 7
  706. BOTTOMMARGIN, 83
  707. END
  708. IDD_DLG_PIN, DIALOG
  709. BEGIN
  710. LEFTMARGIN, 21
  711. RIGHTMARGIN, 296
  712. TOPMARGIN, 1
  713. END
  714. IDD_DLG_GETREGMODE, DIALOG
  715. BEGIN
  716. LEFTMARGIN, 21
  717. RIGHTMARGIN, 296
  718. TOPMARGIN, 1
  719. HORZGUIDE, 46
  720. HORZGUIDE, 56
  721. END
  722. IDD_DLG_TELREG, DIALOG
  723. BEGIN
  724. VERTGUIDE, 21
  725. VERTGUIDE, 296
  726. TOPMARGIN, 1
  727. BOTTOMMARGIN, 136
  728. HORZGUIDE, 33
  729. HORZGUIDE, 67
  730. HORZGUIDE, 77
  731. HORZGUIDE, 94
  732. END
  733. IDD_DLG_RETAILSPK, DIALOG
  734. BEGIN
  735. LEFTMARGIN, 21
  736. RIGHTMARGIN, 296
  737. VERTGUIDE, 239
  738. VERTGUIDE, 246
  739. TOPMARGIN, 1
  740. BOTTOMMARGIN, 136
  741. HORZGUIDE, 38
  742. HORZGUIDE, 48
  743. HORZGUIDE, 72
  744. HORZGUIDE, 90
  745. END
  746. IDD_DLG_CERTLOG_INFO, DIALOG
  747. BEGIN
  748. LEFTMARGIN, 21
  749. RIGHTMARGIN, 296
  750. VERTGUIDE, 97
  751. VERTGUIDE, 102
  752. TOPMARGIN, 1
  753. BOTTOMMARGIN, 126
  754. HORZGUIDE, 30
  755. HORZGUIDE, 48
  756. HORZGUIDE, 66
  757. HORZGUIDE, 84
  758. END
  759. IDD_DLG_CONFREVOKE, DIALOG
  760. BEGIN
  761. LEFTMARGIN, 21
  762. VERTGUIDE, 302
  763. TOPMARGIN, 1
  764. BOTTOMMARGIN, 136
  765. HORZGUIDE, 9
  766. HORZGUIDE, 33
  767. HORZGUIDE, 43
  768. HORZGUIDE, 59
  769. HORZGUIDE, 77
  770. HORZGUIDE, 87
  771. END
  772. IDD_DLG_TELREG_REISSUE, DIALOG
  773. BEGIN
  774. LEFTMARGIN, 21
  775. RIGHTMARGIN, 296
  776. TOPMARGIN, 1
  777. BOTTOMMARGIN, 136
  778. HORZGUIDE, 33
  779. HORZGUIDE, 75
  780. HORZGUIDE, 93
  781. END
  782. IDD_DLG_COUNTRYREGION, DIALOG
  783. BEGIN
  784. VERTGUIDE, 267
  785. TOPMARGIN, 1
  786. BOTTOMMARGIN, 129
  787. END
  788. IDD_EDIT_RETAILSPK, DIALOG
  789. BEGIN
  790. LEFTMARGIN, 7
  791. RIGHTMARGIN, 245
  792. VERTGUIDE, 195
  793. TOPMARGIN, 7
  794. BOTTOMMARGIN, 83
  795. HORZGUIDE, 24
  796. HORZGUIDE, 34
  797. END
  798. IDD_DLG_WWWREG, DIALOG
  799. BEGIN
  800. VERTGUIDE, 21
  801. VERTGUIDE, 296
  802. TOPMARGIN, 1
  803. BOTTOMMARGIN, 136
  804. HORZGUIDE, 17
  805. HORZGUIDE, 57
  806. HORZGUIDE, 101
  807. END
  808. IDD_DLG_TELLKP, DIALOG
  809. BEGIN
  810. LEFTMARGIN, 21
  811. RIGHTMARGIN, 296
  812. TOPMARGIN, 1
  813. BOTTOMMARGIN, 142
  814. HORZGUIDE, 42
  815. HORZGUIDE, 86
  816. HORZGUIDE, 96
  817. HORZGUIDE, 105
  818. END
  819. IDD_FAX_REG, DIALOG
  820. BEGIN
  821. LEFTMARGIN, 21
  822. RIGHTMARGIN, 296
  823. TOPMARGIN, 1
  824. BOTTOMMARGIN, 142
  825. END
  826. IDD_FAX_LKP, DIALOG
  827. BEGIN
  828. LEFTMARGIN, 21
  829. RIGHTMARGIN, 296
  830. TOPMARGIN, 1
  831. BOTTOMMARGIN, 142
  832. END
  833. IDD_WELCOME, DIALOG
  834. BEGIN
  835. LEFTMARGIN, 115
  836. RIGHTMARGIN, 310
  837. VERTGUIDE, 115
  838. VERTGUIDE, 125
  839. VERTGUIDE, 194
  840. VERTGUIDE, 304
  841. TOPMARGIN, 8
  842. BOTTOMMARGIN, 173
  843. END
  844. IDD_CONTINUEREG, DIALOG
  845. BEGIN
  846. LEFTMARGIN, 21
  847. RIGHTMARGIN, 296
  848. VERTGUIDE, 33
  849. TOPMARGIN, 1
  850. END
  851. IDD_CONTINUEREGFAX, DIALOG
  852. BEGIN
  853. LEFTMARGIN, 21
  854. RIGHTMARGIN, 296
  855. VERTGUIDE, 34
  856. TOPMARGIN, 1
  857. END
  858. IDD_DLG_PROP_CUSTINFO_a, DIALOG
  859. BEGIN
  860. LEFTMARGIN, 21
  861. RIGHTMARGIN, 296
  862. VERTGUIDE, 97
  863. VERTGUIDE, 102
  864. TOPMARGIN, 1
  865. BOTTOMMARGIN, 147
  866. HORZGUIDE, 30
  867. HORZGUIDE, 48
  868. HORZGUIDE, 66
  869. HORZGUIDE, 84
  870. HORZGUIDE, 102
  871. HORZGUIDE, 120
  872. END
  873. IDD_DLG_PROP_CUSTINFO_b, DIALOG
  874. BEGIN
  875. LEFTMARGIN, 21
  876. RIGHTMARGIN, 296
  877. VERTGUIDE, 96
  878. VERTGUIDE, 102
  879. TOPMARGIN, 1
  880. BOTTOMMARGIN, 142
  881. HORZGUIDE, 54
  882. HORZGUIDE, 72
  883. HORZGUIDE, 90
  884. HORZGUIDE, 106
  885. END
  886. IDD_DLG_PROP_MODE, DIALOG
  887. BEGIN
  888. LEFTMARGIN, 21
  889. RIGHTMARGIN, 296
  890. BOTTOMMARGIN, 141
  891. HORZGUIDE, 23
  892. END
  893. IDD_DLG_PROP_PROGRAM, DIALOG
  894. BEGIN
  895. LEFTMARGIN, 21
  896. RIGHTMARGIN, 296
  897. TOPMARGIN, 1
  898. END
  899. END
  900. #endif // APSTUDIO_INVOKED
  901. /////////////////////////////////////////////////////////////////////////////
  902. //
  903. // Dialog Info
  904. //
  905. IDD_CH_REGISTER_SELECT DLGINIT
  906. BEGIN
  907. IDC_CMD_PRODUCT_TYPE, 0x403, 27, 0
  908. 0x6957, 0x646e, 0x776f, 0x2073, 0x544e, 0x3420, 0x302e, 0x5720, 0x726f,
  909. 0x736b, 0x6174, 0x6974, 0x6e6f, "\000"
  910. IDC_CMD_PRODUCT_TYPE, 0x403, 35, 0
  911. 0x6957, 0x646e, 0x776f, 0x2073, 0x544e, 0x3420, 0x302e, 0x5720, 0x726f,
  912. 0x736b, 0x6174, 0x6974, 0x6e6f, 0x5520, 0x6770, 0x6172, 0x6564, "\000"
  913. 0
  914. END
  915. IDD_CH_REGISTER_MOLP DLGINIT
  916. BEGIN
  917. IDC_CMD_PRODUCT_TYPE, 0x403, 27, 0
  918. 0x6957, 0x646e, 0x776f, 0x2073, 0x544e, 0x3420, 0x302e, 0x5720, 0x726f,
  919. 0x736b, 0x6174, 0x6974, 0x6e6f, "\000"
  920. IDC_CMD_PRODUCT_TYPE, 0x403, 35, 0
  921. 0x6957, 0x646e, 0x776f, 0x2073, 0x544e, 0x3420, 0x302e, 0x5720, 0x726f,
  922. 0x736b, 0x6174, 0x6974, 0x6e6f, 0x5520, 0x6770, 0x6172, 0x6564, "\000"
  923. 0
  924. END
  925. /////////////////////////////////////////////////////////////////////////////
  926. //
  927. // String Table
  928. //
  929. STRINGTABLE DISCARDABLE
  930. BEGIN
  931. IDS_REG_ERR_RG00041 "The Licensing wizard cannot connect to the selected license server. Make sure the license server is installed and running."
  932. END
  933. STRINGTABLE DISCARDABLE
  934. BEGIN
  935. IDS_TITLE1 "Type of Agreement"
  936. IDS_TITLE2 "Contact Information"
  937. IDS_TITLE3 "Company Information"
  938. IDS_LARGEFONTNAME "Verdana Bold"
  939. IDS_LARGEFONTSIZE "12"
  940. IDS_TITLE4 "Company Information"
  941. IDS_TITLE5 "Processing the Request"
  942. IDS_TITLE6 "Licensing Activation Completed"
  943. IDS_LBL_EMAIL_ONLINE "&E-mail:"
  944. IDS_TITLE7 "Shipping Address"
  945. END
  946. STRINGTABLE DISCARDABLE
  947. BEGIN
  948. IDS_PHONE "Phone: "
  949. IDS_EMAIL "E-mail: "
  950. END
  951. STRINGTABLE DISCARDABLE
  952. BEGIN
  953. IDS_TITLE "Licensing Wizard"
  954. END
  955. STRINGTABLE DISCARDABLE
  956. BEGIN
  957. IDS_TITLE8 "Shipping Address"
  958. IDS_TITLE9 "Activation PIN"
  959. IDS_TITLE10 "Licensing Program"
  960. IDS_TITLE11 "Program and Client License Information"
  961. IDS_TITLE12 "Program and Client License Information"
  962. IDS_TITLE14 "Contact Information"
  963. IDS_TITLE15 "Contact Information"
  964. IDS_TITLE16 "Select a Drive"
  965. IDS_ERR_CREATE_FAILED "The Licensing wizard cannot start. Close one or more programs, and then retry the operation."
  966. IDS_ERR_LSCONNECT_FAILED
  967. "The Licensing wizard cannot connect to the selected license server. Make sure the licensing service is installed and running."
  968. IDS_ERR_RPC_FAILED "The Licensing wizard cannot obtain the activation information from the license server. Check connections, and then retry the operation.\r\n\r\nMessage Number:0x%x"
  969. IDS_ERR_NO_CERT "Your license server has not been activated. The Licensing wizard will now guide you through the activation process."
  970. IDS_ERR_LS_ERROR "The Licensing wizard encountered an internal error from the license server.\r\n\r\nMessage Number: 0x%x"
  971. IDS_ERR_CRYPT_ERROR "The Licensing wizard encountered a cryptography error.\r\n\r\nMessage Number:0x%x."
  972. IDS_ERR_OUTOFMEM "Your system is running low on memory. Close some programs, and then retry the operation."
  973. END
  974. STRINGTABLE DISCARDABLE
  975. BEGIN
  976. IDS_ERR_REGCONNECT_FAILD
  977. "The Licensing wizard cannot connect to the license server registry. Check your network connections, and then retry the operation.\r\n\r\nMessage Number:0x%x."
  978. IDS_ERR_REGCREATE_FAILED
  979. "The Licensing wizard cannot access the system registry. Make sure you have administrator privileges on the system, and then retry the operation. If the problem persists, make sure the licensing service is installed and running.\r\n\r\nMessage Number: 0x%x"
  980. IDS_ERR_CHCERTKEY_EMPTY "A required registry key is empty."
  981. IDS_ERR_CHURLKEY_EMPTY "The Licensing wizard cannot read the registry entries needed to connect to Microsoft. Reinstall the Licensing Services software."
  982. IDS_ERR_CERT_DEPOSIT_LSERROR
  983. "The Licensing wizard cannot complete the license server activation process. The PIN is not valid for this License Server. Click Back, and then compare the Product ID with the Product ID in your e-mail. If the problem persists, try using a different connection method."
  984. IDS_ERR_CERT_DEPOSIT_RPCERROR
  985. "An error occurred during installation of the certificates.\r\n\r\nMessage Number: 0x%x"
  986. IDS_ERR_RPC_ERROR "The Licensing wizard encountered an RPC error. Check your network connections, and then retry the operation.\r\n\r\nMessage Number: 0x%x."
  987. IDS_ERR_LSKEY_IMPORT_FAILED
  988. "The Licensing wizard cannot retrieve cryptography keys from the license server. Check your network connections, and then retry the operation.\r\n\r\nMessage Number: 0x%x"
  989. IDS_ERR_FIELD_EMPTY "Please complete all required fields."
  990. IDS_ERR_INVALID_CHAR "One of the fields contains an invalid character. The following characters are not allowed: "",~, or |."
  991. IDS_ERR_INVALID_EMAIL "Type a valid e-mail address. The format should be [email protected] (example: [email protected])."
  992. IDS_PRODUCT_TYPE1 "Windows 2000 Professional Upgrade"
  993. END
  994. STRINGTABLE DISCARDABLE
  995. BEGIN
  996. IDS_PRODUCT_TYPE2 "Windows 2000 Professional"
  997. IDS_ERR_EXCEPTION "An internal program exception error occurred. Retry the operation."
  998. IDS_ERR_INVALID_PIN "The Licensing wizard cannot complete the activation process. Make sure that the PIN you entered is valid, and then retry the operation. If the problem persists, try using a different connection method."
  999. IDS_ERR_DEPOSIT_LKP_FAILED
  1000. "The Licensing wizard encountered an error while installing the client license key pack. Check your network connections, and then retry the operation. If the problem persists, try using a different connection method.\r\n\r\nMessage Number: 0x%x."
  1001. END
  1002. STRINGTABLE DISCARDABLE
  1003. BEGIN
  1004. IDS_MSG_PROCESSING "Your request is being processed."
  1005. IDS_MSG_LKP_PROCESSED "The new client license key pack has been successfully installed."
  1006. IDS_MSG_CERT_INSTALLED "Your license server is successfully activated. To install license key packs now, click Next. To postpone license installation, clear the following check box, and then click Finish."
  1007. IDS_SUBTITLE1 "Specify the type of agreement purchased."
  1008. IDS_SUBTITLE2 "Provide the name of a contact person for your licenses."
  1009. IDS_SUBTITLE3 "Provide the requested company information."
  1010. IDS_SUBTITLE4 "Provide the requested company information."
  1011. IDS_SUBTITLE5 "The wizard is ready to process your request."
  1012. IDS_SUBTITLE6 "Not used"
  1013. END
  1014. STRINGTABLE DISCARDABLE
  1015. BEGIN
  1016. IDS_SUBTITLE9 "Specify your PIN."
  1017. IDS_SUBTITLE10 "Specify the program under which you purchased licenses."
  1018. IDS_SUBTITLE11 "Provide the requested licensing information."
  1019. IDS_SUBTITLE12 "Provide the requested Open License information."
  1020. IDS_SUBTITLE14 "Provide the name of a contact person for your license."
  1021. IDS_SUBTITLE15 "Provide the requested contact information."
  1022. IDS_TITLE18 "Completing the Process"
  1023. IDS_SUBTITLE18 "The wizard sends your license server information to Microsoft."
  1024. IDS_MSG_PROCESS "The Licensing wizard now has the information needed to process your request. \n\nTo begin processing, click Next."
  1025. IDS_ERR_AUTH_FAILED "The license server authentication was unsuccessful. Make sure the license server has been properly activated. If the problem persists, try using a different connection method."
  1026. END
  1027. STRINGTABLE DISCARDABLE
  1028. BEGIN
  1029. IDS_LBL_CONTACT_ONLINE "Type your contact information below."
  1030. IDS_ERR_CERT_NOT_ENOUGH "Because this license server is activated with a basic certificate, you cannot use the Select option. To proceed with activation, select one of the other options. "
  1031. IDS_LSNAME "LS Name: "
  1032. IDS_ERR_INVALID_QTY "You must provide a quantity greater than zero."
  1033. IDS_ERR_DUPLICATE_LKP "This client license key pack has already been installed on this license server."
  1034. IDS_EMAIL_MISMATCH "The e-mail addresses you typed do not match. Please retype the e-mail addresses."
  1035. IDS_ERR_INVALID_CERT_CHAIN
  1036. "Invalid information has been received from the server."
  1037. IDS_TITLE19 "License Server Activation"
  1038. IDS_SUBTITLE19 "Enter the license server ID."
  1039. END
  1040. STRINGTABLE DISCARDABLE
  1041. BEGIN
  1042. IDS_INTERNETMODE "Internet"
  1043. IDS_TELEPHONEMODE "Telephone"
  1044. END
  1045. STRINGTABLE DISCARDABLE
  1046. BEGIN
  1047. IDS_ERR_LCONNECTTRUST_FAILED
  1048. "The Licensing wizard cannot establish a secure connection with the license server."
  1049. IDS_ERR_INVALIDLENGTH "The license server ID has become corrupted."
  1050. IDS_TITLE20 "Connection method"
  1051. IDS_SUBTITLE20 "Specify the connection method you want to use."
  1052. IDS_ERR_NOLSID "A Product ID was not generated during installation. Reinstall the license server software."
  1053. IDS_ERR_DEPOSITSPK "The Licensing wizard is unable to verify the license server ID. Check that you have entered the correct ID for this server and retry this operation.\r\n\r\nMessage Number: 0x%x."
  1054. IDS_TITLE21 "Obtain client license key pack"
  1055. IDS_SUBTITLE21 "Provide the client license key pack ID."
  1056. IDS_ERR_DEPOSITLKP "The Licensing Wizard was unable to install the client license key pack. Please verify your entry and try this operation again.\r\n\r\nMessage Number: 0x%x. "
  1057. IDS_TITLE22 "License Code"
  1058. IDS_SUBTITLE22 "Enter the license code found in your product packaging."
  1059. IDS_RETAIL_HEADERSPK "License code"
  1060. END
  1061. STRINGTABLE DISCARDABLE
  1062. BEGIN
  1063. IDS_RETAIL_HEADERSTATUS "Status"
  1064. IDS_RETAILSPKSTATUS_PENDING "Pending"
  1065. IDS_RETAILSPKSTATUS_UNKNOWN "Unknown"
  1066. IDS_ERR_INVALIDSPK "The license code contains invalid characters or is too short."
  1067. IDS_ERR_DUPLICATESPK "The license code has already been entered."
  1068. IDS_TITLE23 "Activation Options"
  1069. IDS_SUBTITLE23 "Select the task you want to perform."
  1070. IDS_ERR_SEND_FAILED "The Licensing wizard cannot connect to Microsoft. The site may be down, or you may not have Internet access from this computer. Check your Internet connection, and then try again. If the problem persists, try using a different connection method."
  1071. IDS_ERR_CHFETCHRESPONSE "The Licensing wizard cannot read the response from Microsoft. The site may have gone down, or your Internet access may have been lost. Check your network connection, and then retry this operation. If the problem persists, try using a different connection method."
  1072. IDS_ERR_CHBAD_DATA "The Licensing wizard received an unrecognized response from Microsoft. The site may be experiencing problems, or your Internet connection may not be functioning properly. Check your network connections, and then retry the operation. If the problem persists, try using a different connection method."
  1073. IDS_ERR_SPKERRORS "One or more license codes were not validated. To view the status of your license codes, click Back. Correct or remove any invalid license codes, then resubmit your request. If the problem persists, try using a different connection method."
  1074. IDS_RETAILSPKSTATUS_OK "OK"
  1075. IDS_RETAILSPKSTATUS_INVALID_SIGNATURE
  1076. "Invalid license code. Check for entry errors."
  1077. IDS_RETAILSPKSTATUS_INVALID_PRODUCT_TYPE "Invalid Product"
  1078. IDS_RETAILSPKSTATUS_INVALID_SERIAL_NUMBER "Invalid Serial#"
  1079. IDS_RETAILSPKSTATUS_ALREADY_REGISTERED "Already Activated"
  1080. END
  1081. STRINGTABLE DISCARDABLE
  1082. BEGIN
  1083. IDS_ERR_CHSERVER_PROBLEM
  1084. "The Microsoft server is experiencing problems. Please try this transaction later. If the problem persists, try using a different connection method."
  1085. IDS_ERR_CHINVALID_DATA "The data provided is not valid. Check all the information you provided, make any necessary corrections, and then resubmit your request. If the problem persists, try using a different connection method."
  1086. IDS_ERR_CHFAILURE "Your request cannot be processed. Make sure you have provided all the required information accurately, and then resubmit your request. If the problem persists, try using a different connection method."
  1087. IDS_ERR_CHNOT_IMPLEMENTED "This feature has not yet been implemented."
  1088. IDS_MSG_CERT_REVOKED "Your license server has been successfully deactivated."
  1089. IDS_MSG_REVOKECERT "Are you sure you want to deactivate your license server? You will be unable to license additional clients from this server unless you reactivate."
  1090. IDS_MSG_CERT_REISSUED "Your license server has been successfully reactivated."
  1091. IDS_TITLE24 "Information Needed"
  1092. IDS_SUBTITLE24 "Provide the requested company information."
  1093. IDS_TITLE25 "License Server Deactivation"
  1094. IDS_SUBTITLE25 "Enter the confirmation code."
  1095. IDS_TITLE26 "License Server Reactivation"
  1096. IDS_SUBTITLE26 "Enter the new license server ID."
  1097. IDS_ERR_INVALID_CONFIRMATION_NUMBER "The confirmation code is not valid."
  1098. IDS_TITLE27 "Country/Region Selection"
  1099. END
  1100. STRINGTABLE DISCARDABLE
  1101. BEGIN
  1102. IDS_SUBTITLE27 "Select your Country/Region."
  1103. IDS_COUNTRYREGION_HEADER "Country/Region"
  1104. IDS_DUPLICATESPK "The new license server ID is the same as the old one. No change is required. Verify the license server ID, and then re-try the operation."
  1105. IDS_NOSPKSTOPROCESS "No license codes have been provided for processing. Provide at least one license code, and then click Next."
  1106. IDS_ERR_INVALIDID "The license key pack ID is not valid, or was not entered."
  1107. IDS_ERR_TOOMANYSPK "You are exceeding the maximum number of license codes which can be accepted in a batch. Please process the values that you have already entered, and then enter the rest of the license codes in the next batch for processing."
  1108. IDS_ERR_NOCOUNTRYSELECTED "You must select a Country/Region."
  1109. IDS_MSG_LSIDACCEPTED "Your license server has been successfully activated."
  1110. IDS_ERR_CERTBAD "License server information is invalid. This may be because of an invalid or unsupported activation or disk corruption. You will need to reactivate your license server. Do you want to reactivate now?"
  1111. IDS_ERR_CERTREVOKED "The license server's activation has been deactivated. If you choose to continue, deactivated information will be cleaned from your license server. This will allow you to reactivate the license server. Do you want to continue?"
  1112. IDS_ERR_CERTEXPIRED "The license server's activation has expired. To use this license server, you must reactivate it. Do you want to reactivate the server now?"
  1113. IDS_ERR_SPKBAD "The license server information is not valid, possibly because of an invalid/unsupported activation or disk corruption. If you choose to continue, invalid information will be removed from your license server, allowing reactivation of the license server. Do you want to continue?"
  1114. IDS_ERR_REGERROR "The Licensing wizard cannot read the registry entries needed to complete the operation. Reinstall the Licensing Services software."
  1115. IDS_MSG_REQUEST_LKP_NOW "You have successfully activated the license server. Do you want to request client license key packs now?"
  1116. IDS_WWWMODE "World Wide Web"
  1117. IDS_INTERNET_DESC "Use the fast and easy Internet method to activate a license server or install licenses by connecting directly to Microsoft. To use this method, you need an Internet connection on the server running Terminal Server Licensing. Any information you transmit over the Internet is encrypted for your security."
  1118. END
  1119. STRINGTABLE DISCARDABLE
  1120. BEGIN
  1121. IDS_TELEPHONE_DESC "Use the Telephone method to activate a license server or install licenses by speaking to a Customer Service Representative. During the phone call, you receive the information you need. Use this method if you cannot use any other method."
  1122. IDS_WWW_DESC "Use the World Wide Web method to activate a license server or install licenses by connecting to the Microsoft Terminal Server Web site. After you enter the data, you receive the information you need. You can use this method on any computer with an Internet connection. Any information you transmit over the Internet is encrypted for your security."
  1123. IDS_TITLE28 "License Server Activation"
  1124. IDS_SUBTITLE28 "Enter the license server ID."
  1125. IDS_TITLE29 "Obtain Client License Key Pack"
  1126. IDS_SUBTITLE29 "Provide the client license key pack ID."
  1127. IDS_MSG_WWWREG_SUCCESS "Your license server has been successfully activated. Did you also obtain a client license key pack from the Terminal Server Licensing Web site?"
  1128. IDS_AGREEMENT_SELECT "Select/EA"
  1129. IDS_AGREEMENT_MOLP "Open"
  1130. IDS_AGREEMENT_OTHER "Other"
  1131. END
  1132. STRINGTABLE DISCARDABLE
  1133. BEGIN
  1134. IDS_TO "To:"
  1135. IDS_FAX "Microsoft fax number:"
  1136. IDS_DATE "Date:"
  1137. IDS_PAGES "Number of pages:"
  1138. IDS_RETURN_FAX "Return fax number:"
  1139. IDS_COMMENT1 " "
  1140. IDS_REQUEST "Request:"
  1141. IDS_AGREEMENT "Licensing Program:"
  1142. IDS_PRODUCT_ID "Product ID:"
  1143. IDS_LSID "License Server ID:"
  1144. IDS_FIRST_NAME "First name:"
  1145. IDS_LAST_NAME "Last name:"
  1146. IDS_COMPANY "Company:"
  1147. IDS_ORGUNIT "Organizational unit:"
  1148. END
  1149. STRINGTABLE DISCARDABLE
  1150. BEGIN
  1151. IDS_ADDRESS "Address:"
  1152. IDS_CITY "City:"
  1153. IDS_STATE "State/province:"
  1154. IDS_ZIP "Postal code:"
  1155. IDS_COUNTRY "Country/Region:"
  1156. IDS_PHONE_NUMBER "Phone number:"
  1157. IDS_EMAIL_ADDRESS "E-mail:"
  1158. IDS_LIC_TYPE "Product Type:"
  1159. IDS_QUANTITY "Quantity:"
  1160. IDS_ENROLL "Enrollment number:"
  1161. IDS_AUTH "Authorization number:"
  1162. IDS_LIC "License number:"
  1163. IDS_LIC_CODES "License codes:"
  1164. IDS_FAX_TO "Microsoft Terminal Server Licensing Activation"
  1165. IDS_TITLE30 "Complete Fax Activation"
  1166. IDS_SUBTITLE30 "Enter the activation information below."
  1167. END
  1168. STRINGTABLE DISCARDABLE
  1169. BEGIN
  1170. IDS_TITLE31 "Obtain Client License Key Pack"
  1171. IDS_SUBTITLE31 "Provide the client license key pack ID."
  1172. IDS_MSG_CONTINUEREGISTRATION
  1173. "Your request has been submitted for activation. The wizard will help you in completing this process."
  1174. IDS_MSG_UNREGISTERED "This wizard helps you activate your license server."
  1175. IDS_MSG_DOWNLOADLKP "Your license server has been activated. The wizard can now help you install license key packs."
  1176. IDS_COUNTRYREGION_HEADER2 "Country/Region"
  1177. IDS_TITLE36 "Connection Method"
  1178. IDS_MSG_REREGISTRATION "This wizard helps you reactivate your license server"
  1179. IDS_MSG_UNREGISTRATION "Your license server will be deactivated."
  1180. IDS_FINALFAILMESSAGE "The wizard did not complete successfully."
  1181. IDS_ALTFINISHTEXT "&Exit"
  1182. IDS_TITLE37 "Licensing Program"
  1183. IDS_TITLE38 "Company Information"
  1184. IDS_TITLE39 "Company Address"
  1185. IDS_MSG_DOWNLOADLASTLKP "This wizard helps you retrieve information from your last licensing transaction and apply it to your license server."
  1186. IDS_FINALSUCCESSMESSAGE "You have successfully completed the Licensing wizard."
  1187. END
  1188. STRINGTABLE DISCARDABLE
  1189. BEGIN
  1190. IDS_FAX_LABEL "&Fax:"
  1191. IDS_FAXOPTION_LABEL "&Fax (optional):"
  1192. IDS_EMAIL_LABEL "&E-mail:"
  1193. IDS_EMAILOPTION_LABEL "&E-mail (optional):"
  1194. IDS_ERR_INVALIDLSID "The license server ID is not valid, or was not entered."
  1195. IDS_ERR_INVALID_PROGINFO
  1196. "The licensing agreement data provided to Microsoft is not valid. Check all the information you provided, make any necessary corrections, and then resubmit your request. If the problem persists, try using a different connection method."
  1197. IDS_SELECT_DESCRIPTION "Choose ""Microsoft Select or Microsoft Enterprise Agreement"" if your company purchases Microsoft products through either the Select program or the Enterprise Agreement program. You must have your Enrollment Agreement number to obtain Terminal Server client licenses."
  1198. IDS_OPEN_DESCRIPTION "Choose ""Microsoft Open License Program"" if your company purchases Microsoft products through the Open License program. You must have your Authorization Number and License Number to obtain Terminal Server client licenses."
  1199. IDS_OTHER_DESCRIPTION "Choose ""Other"" if you purchased or received packaged Terminal Server client licenses. Packaged product contains a License Code for use in the Licensing Wizard."
  1200. IDS_ERR_REQ_FIELD_EMPTY "Customer information is missing or corrupt. Please enter all required information using the Properties dialog."
  1201. END
  1202. #endif // English (U.S.) resources
  1203. /////////////////////////////////////////////////////////////////////////////
  1204. #ifndef APSTUDIO_INVOKED
  1205. /////////////////////////////////////////////////////////////////////////////
  1206. //
  1207. // Generated from the TEXTINCLUDE 3 resource.
  1208. //
  1209. #define _AFX_NO_SPLITTER_RESOURCES
  1210. #define _AFX_NO_OLE_RESOURCES
  1211. #define _AFX_NO_TRACKER_RESOURCES
  1212. #define _AFX_NO_PROPERTY_RESOURCES
  1213. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  1214. #ifdef _WIN32
  1215. LANGUAGE 9, 1
  1216. #pragma code_page(1252)
  1217. #endif
  1218. #include "res\LrWizDLL.rc2" // non-Microsoft Visual C++ edited resources
  1219. #include "afxres.rc" // Standard components
  1220. #endif
  1221. /////////////////////////////////////////////////////////////////////////////
  1222. #endif // not APSTUDIO_INVOKED