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.

231 lines
12 KiB

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