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.

230 lines
12 KiB

  1. #include "commctrl.h"
  2. 1 DLGINCLUDE "Dialogs.H"
  3. IDD_SETUPDLG DIALOG 40, 26, 219, 249
  4. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  5. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  6. CAPTION "Choose Licensing Mode"
  7. FONT 8, "MS Shell Dlg"
  8. BEGIN
  9. GROUPBOX "Licensing Mode",101,7,110,205,114
  10. DEFPUSHBUTTON "Continue",IDOK,27,230,46,14
  11. PUSHBUTTON "E&xit Setup",IDCANCEL,84,230,46,14
  12. PUSHBUTTON "&Help",IDC_BUTTONHELP,141,230,46,14
  13. CONTROL "Per &Seat",IDC_PERSEAT,"Button",BS_AUTORADIOBUTTON |
  14. WS_TABSTOP,16,171,43,10
  15. CONTROL "Per Ser&ver for:",IDC_PERSERVER,"Button",
  16. BS_AUTORADIOBUTTON | WS_TABSTOP,16,125,61,10
  17. EDITTEXT IDC_USERCOUNT,80,124,31,12,WS_DISABLED
  18. LTEXT "concurrent connections",111,122,126,82,8
  19. PUSHBUTTON "&Add Licenses",IDC_ADD_LICENSES,35,145,66,14
  20. PUSHBUTTON "Re&move Licenses",IDC_REMOVE_LICENSES,117,145,66,14
  21. LTEXT "%s supports two client licensing modes:",
  22. IDC_STATICTITLE,9,10,202,19
  23. LTEXT "Per Seat - Each computer that accesses %s requires a separate CLIENT ACCESS LICENSE.",
  24. IDC_STATICPERSEAT,49,59,162,26
  25. LTEXT "Per Server - Each concurrent connection to this server requires a separate CLIENT ACCESS LICENSE.",
  26. 203,49,28,162,24
  27. ICON IDI_LICCPA,201,22,28,18,20
  28. ICON IDI_LICCPA,204,22,59,18,20
  29. LTEXT "Please click Help to fully understand the implications of the licensing mode you choose.",
  30. 205,9,90,202,18
  31. LTEXT "Use Licensing (located in the Administrative Tools program group) to record the number of CLIENT ACCESS LICENSES purchased and avoid violation of the license agreement.",
  32. 207,26,185,183,33
  33. END
  34. IDD_SETUP2DLG DIALOG 21, 24, 261, 162
  35. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  36. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  37. CAPTION "Licensing"
  38. FONT 8, "MS Shell Dlg"
  39. BEGIN
  40. GROUPBOX "Licensing", 101, 30, 70, 171, 85
  41. CHECKBOX "&I agree that:", IDC_AGREE, 38, 116, 52, 13, WS_GROUP
  42. DEFPUSHBUTTON "OK", IDOK, 212, 10, 40, 14, WS_GROUP
  43. PUSHBUTTON "&Help", IDC_BUTTONHELP, 212, 31, 40, 14
  44. LTEXT "%s supports Per Seat licensing only:", IDC_STATICTITLE,
  45. 30, 6, 169, 19
  46. LTEXT "If you have not purchased a Client Access license for every computer that will access %s, you must purchase the required licenses prior to using %s.",
  47. IDC_STATICINFO, 30, 28, 156, 42
  48. LTEXT "For complete terms and conditions governing the use of this product, see the license agreements, which can be found under Help.",
  49. 302, 38, 86, 156, 25
  50. LTEXT "I have read and agree to be bound by the license agreements for this product.",
  51. IDC_STATICAGREE, 49, 132, 145, 21
  52. ICON 32515, 301, 7, 7, 18, 20
  53. END
  54. IDD_LICVIOLATIONDLG DIALOG 45, 86, 251, 77
  55. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  56. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  57. CAPTION "License Violation"
  58. FONT 8, "MS Shell Dlg"
  59. BEGIN
  60. LTEXT "You have requested a change that violates the license agreement. The license for this product only allows for a one-time change from a Per Server to a Per Seat configuration.",
  61. 401, 30, 6, 207, 29
  62. LTEXT "Do you want to cancel this request?", 402, 30, 41, 207,
  63. 8
  64. DEFPUSHBUTTON "&Yes", IDCANCEL, 45, 57, 40, 14
  65. PUSHBUTTON "&No", IDOK, 101, 57, 40, 14
  66. PUSHBUTTON "&Help", IDC_BUTTONHELP, 157, 57, 40, 14
  67. ICON 32515, 403, 7, 7, 18, 20
  68. END
  69. IDD_PERSEATDLG DIALOG 18, 25, 259, 140
  70. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  71. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  72. CAPTION "Per Seat Licensing"
  73. FONT 8, "MS Shell Dlg"
  74. BEGIN
  75. GROUPBOX "Client Licensing", 501, 30, 6, 171, 127
  76. LTEXT "If you have not purchased a Client Access License for every computer that will access %s, you must purchase them prior to using %s.",
  77. IDC_STATICINFO, 37, 20, 156, 44
  78. LTEXT "For complete terms and conditions governing the use of this product, see the license agreements, which can be found under Help.",
  79. 302, 37, 64, 156, 25
  80. LTEXT "I have read and agree to be bound by the license agreements for this product.",
  81. IDC_STATICAGREE, 48, 107, 145, 21
  82. CHECKBOX "&I agree that:", IDC_AGREE, 37, 91, 53, 13, WS_GROUP
  83. PUSHBUTTON "OK", IDOK, 210, 11, 40, 14, WS_GROUP
  84. PUSHBUTTON "Cancel", IDCANCEL, 210, 30, 40, 14
  85. PUSHBUTTON "&Help", IDC_BUTTONHELP, 210, 50, 40, 14
  86. ICON 32515, 502, 7, 7, 18, 20
  87. END
  88. IDD_PERSERVERDLG DIALOG 80, 106, 259, 138
  89. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  90. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  91. CAPTION "Per Server Licensing"
  92. FONT 8, "MS Shell Dlg"
  93. BEGIN
  94. GROUPBOX "Client Licensing", 501, 30, 6, 171, 125
  95. LTEXT "If you have not purchased %lu Client Access Licenses, you must purchase the required licenses prior to using %s on this computer.",
  96. IDC_STATICINFO, 37, 20, 156, 40
  97. LTEXT "For complete terms and conditions governing the use of this product, see the license agreements, which can be found under Help.",
  98. 302, 37, 63, 156, 25
  99. LTEXT "I have read and agree to be bound by the license agreements for this product.",
  100. IDC_STATICAGREE, 48, 107, 145, 21
  101. CHECKBOX "&I agree that:", IDC_AGREE, 37, 92, 55, 13, WS_GROUP
  102. PUSHBUTTON "OK", IDOK, 209, 11, 40, 14, WS_GROUP
  103. PUSHBUTTON "Cancel", IDCANCEL, 209, 30, 40, 14
  104. PUSHBUTTON "&Help", IDC_BUTTONHELP, 209, 50, 40, 14
  105. ICON 32515, 601, 7, 7, 18, 20
  106. END
  107. IDD_SERVERAPPDLG DIALOG 81, 106, 258, 144
  108. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  109. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  110. CAPTION "Server Licensing"
  111. FONT 8, "MS Shell Dlg"
  112. BEGIN
  113. GROUPBOX "Server Licensing", 501, 30, 53, 171, 85
  114. LTEXT "For complete terms and conditions governing the use of this product, see the license agreements, which can be found under Help.",
  115. 302, 37, 69, 156, 25
  116. LTEXT "I have read and agree to be bound by the license agreements for this product.",
  117. IDC_STATICAGREE, 48, 115, 145, 21
  118. CHECKBOX "&I agree that:", IDC_AGREE, 37, 99, 54, 13, WS_GROUP
  119. PUSHBUTTON "OK", IDOK, 208, 11, 40, 14, WS_GROUP
  120. PUSHBUTTON "Cancel", IDCANCEL, 208, 30, 40, 14
  121. PUSHBUTTON "&Help", IDC_BUTTONHELP, 208, 50, 40, 14
  122. LTEXT "You have set the number of concurrent connections to zero. Therefore, Windows Server basic network services will be disabled. Basic network services include file, print, and remote access services.",
  123. 701, 30, 6, 167, 43
  124. ICON 32515, 702, 7, 7, 18, 20
  125. END
  126. IDD_CPADLG_CONFIGURE DIALOG DISCARDABLE 10, 20, 315, 103
  127. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  128. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  129. CAPTION "Choose Licensing Mode"
  130. FONT 8, "MS Shell Dlg"
  131. BEGIN
  132. GROUPBOX "Client Licensing Mode",101,5,4,240,95
  133. LTEXT "&Product:",105,14,26,35,8
  134. COMBOBOX IDC_SERVICES,50,25,166,75,CBS_DROPDOWNLIST | CBS_SORT |
  135. WS_VSCROLL | WS_TABSTOP
  136. CONTROL "Per ser&ver. Number of concurrent connections:",IDC_PERSERVER,"Button",
  137. BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP,14,44,169,10
  138. CONTROL "Per &seat.",IDC_PERSEAT,"Button",BS_AUTORADIOBUTTON |
  139. WS_TABSTOP,14,84,49,10
  140. EDITTEXT IDC_USERCOUNT,185,43,31,12,WS_DISABLED
  141. PUSHBUTTON "&Add Licenses",IDC_ADD_LICENSES,31,62,66,14
  142. PUSHBUTTON "Re&move Licenses",IDC_REMOVE_LICENSES,113,62,66,14
  143. DEFPUSHBUTTON "OK",IDOK,259,8,50,14
  144. PUSHBUTTON "Cancel",IDCANCEL,259,27,50,14
  145. PUSHBUTTON "&Help",IDC_BUTTONHELP,259,46,50,14
  146. PUSHBUTTON "&Replication...",IDC_CONFIGURE,259,65,50,14
  147. END
  148. IDD_CPADLG_LCACONF DIALOG 10, 20, 231, 78
  149. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  150. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  151. CAPTION "Replication Configuration"
  152. FONT 8, "MS Shell Dlg"
  153. BEGIN
  154. PUSHBUTTON "OK", IDOK, 183, 10, 40, 14
  155. PUSHBUTTON "Cancel", IDCANCEL, 183, 28, 40, 14
  156. PUSHBUTTON "&Help", IDC_BUTTONHELP, 183, 47, 40, 14
  157. AUTORADIOBUTTON "&Start At", IDC_REPL_TIME, 16, 25, 39, 10, WS_TABSTOP
  158. AUTORADIOBUTTON "S&tart Every", IDC_REPL_INT, 16, 43, 50, 10,
  159. WS_TABSTOP
  160. EDITTEXT IDC_HOURS, 75, 41, 41, 15
  161. CONTROL "", IDC_HOURARROW, "msctls_updown32",
  162. UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS |
  163. UDS_NOTHOUSANDS | UDS_SETBUDDYINT, 107, 41, 8, 12
  164. LTEXT "Hours.", 909, 119, 43, 20, 8, NOT WS_GROUP
  165. EDITTEXT IDC_TIMEEDIT_BORDER, 66, 20, 78, 15,
  166. NOT WS_GROUP | WS_DISABLED
  167. EDITTEXT IDC_HOUR, 71, 23, 8, 9, ES_MULTILINE | NOT WS_BORDER |
  168. WS_GROUP | WS_TABSTOP | ES_RIGHT
  169. LTEXT "/", IDC_TIMESEP1, 79, 23, 8, 9, SS_NOPREFIX
  170. EDITTEXT IDC_MINUTE, 87, 23, 8, 9, ES_MULTILINE | NOT WS_BORDER |
  171. WS_GROUP | WS_TABSTOP
  172. LTEXT "/", IDC_TIMESEP2, 95, 23, 8, 9, SS_NOPREFIX
  173. EDITTEXT IDC_SECOND, 103, 23, 8, 9, ES_MULTILINE | NOT WS_BORDER |
  174. WS_GROUP | WS_TABSTOP
  175. GROUPBOX "Replication Frequency", 916, 6, 7, 170, 55, WS_GROUP
  176. EDITTEXT IDC_AMPM, 115, 23, 16, 9, ES_MULTILINE | NOT WS_BORDER
  177. CONTROL "", IDC_TIMEARROW, "msctls_updown32", UDS_ARROWKEYS |
  178. UDS_NOTHOUSANDS , 145, 21, 8, 13
  179. END
  180. IDD_SPECIALSETUP DIALOG 25, 30, 208, 217
  181. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  182. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  183. CAPTION "Licensing"
  184. FONT 8, "MS Shell Dlg"
  185. BEGIN
  186. GROUPBOX "Licensing", 101, 30, 95, 171, 85
  187. CHECKBOX "&I agree that:", IDC_AGREE, 38, 141, 52, 13, WS_GROUP
  188. DEFPUSHBUTTON "Continue", IDOK, 17, 197, 47, 14, WS_GROUP
  189. PUSHBUTTON "E&xit Setup", IDCANCEL, 80, 197, 47, 14
  190. PUSHBUTTON "&Help", IDC_BUTTONHELP, 143, 197, 47, 14
  191. LTEXT "This is a special version of %s for the %s. This version supports up to 5 concurrent users for testing and development purposes.",
  192. IDC_STATICTITLE, 30, 6, 169, 40
  193. LTEXT "For complete terms and conditions governing the use of this product, see the license agreements, which can be found under Help.",
  194. 302, 38, 111, 156, 25
  195. LTEXT "I have read and agree to be bound by the license agreements for this product.",
  196. IDC_STATICAGREE, 49, 157, 145, 21
  197. ICON 32515, 301, 7, 7, 18, 20
  198. LTEXT "The connection limit cannot be changed; if this limit does not meet your needs, you should consider purchasing the retail verion of %s with the appropriate number of client licenses.",
  199. IDC_STATICINFO, 30, 50, 169, 43
  200. END
  201. IDD_SETUP_LICENSE_MODE_PAGE DIALOG 6, 17, 317, 143
  202. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  203. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  204. FONT 8, "MS Shell Dlg"
  205. BEGIN
  206. ICON IDI_LICSETUPICON,-1,21,7,21,20
  207. LTEXT "Select the licensing mode you want to use." -1,55,7,242,12
  208. AUTORADIOBUTTON "Per ser&ver. Number of concurrent connections:", IDC_PERSERVER, 55, 34, 168, 10
  209. AUTORADIOBUTTON "Per &seat.", IDC_PERSEAT, 55, 67, 42, 12
  210. EDITTEXT IDC_USERCOUNT,226,33,33,12
  211. CONTROL "Spin1", IDC_USERCOUNTARROW, "msctls_updown32",
  212. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
  213. UDS_ARROWKEYS | UDS_NOTHOUSANDS, 147, 33, 10, 12
  214. LTEXT "Each connection must have its own Client Access License.", -1, 68, 48, 229, 13
  215. LTEXT "Each computer must have its own Client Access License.", -1, 68, 79, 242, 11
  216. LTEXT "To avoid violation of the License Agreement, use Licensing (which is located in Administrative Tools) to record the number of Client Access Licenses purchased.",
  217. -1,55,106,244,27
  218. END