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.

203 lines
9.1 KiB

  1. /*++
  2. Copyright(c) 1998,99 Microsoft Corporation
  3. Module Name:
  4. resource.h
  5. Abstract:
  6. Windows Load Balancing Service (WLBS)
  7. Notifier object UI - resource IDs
  8. Author:
  9. kyrilf
  10. --*/
  11. //#include <ncres.h>
  12. #pragma once
  13. #define IDR_REG_WLBS 40001
  14. #define ID_CONTEXT_HELP 8
  15. #define ID_HELP 9
  16. /* String table entries for configuration error messages or warnings. */
  17. #define IDS_LIC_PRODUCT 111
  18. #define IDS_PARM_RULES 201
  19. #define IDS_PARM_RANGE 202
  20. #define IDS_PARM_OVERLAP 203
  21. #define IDS_PARM_PASSWORD 204
  22. #define IDS_PARM_IGMP_MCAST 205
  23. #define IDS_PARM_RCT_WARN 206
  24. #define IDS_PARM_IGMP_WARN 207
  25. #define IDS_PARM_WARN 208
  26. #define IDS_PARM_ERROR 209
  27. #define IDS_PARM_INFORMATION 210
  28. #define IDS_PARM_PORT_BLANK 211
  29. #define IDS_PARM_LOAD_BLANK 212
  30. #define IDS_PARM_HPRI_BLANK 213
  31. #define IDS_PARM_PRI_BLANK 214
  32. #define IDS_PARM_CL_IP_BLANK 215
  33. #define IDS_PARM_DED_IP_BLANK 216
  34. #define IDS_PARM_CL_NM_BLANK 217
  35. #define IDS_PARM_DED_NM_BLANK 218
  36. #define IDS_PARM_INVAL_CL_IP 219
  37. #define IDS_PARM_INVAL_DED_IP 220
  38. #define IDS_PARM_INVAL_CL_MASK 221
  39. #define IDS_PARM_INVAL_DED_MASK 222
  40. #define IDS_PARM_CL_IP_FIELD 223
  41. #define IDS_PARM_CL_NM_FIELD 224
  42. #define IDS_PARM_DED_IP_FIELD 225
  43. #define IDS_PARM_DED_NM_FIELD 226
  44. #define IDS_PARM_PRI 227
  45. #define IDS_PARM_PORT_VAL 228
  46. #define IDS_PARM_LOAD 229
  47. #define IDS_PARM_SINGLE 230
  48. #define IDS_PARM_IP_CONFLICT 231
  49. #define IDS_PARM_MULTINIC_IP_CONFLICT 232
  50. #define IDS_PARM_INVAL_MAC 233
  51. #define IDS_PARM_TCPIP 234
  52. #define IDS_PARM_VIP_BLANK 235
  53. #define IDS_PARM_VIP_CONFLICT_DIP 236
  54. #define IDS_PARM_DIP_CONFLICT_VIP 237
  55. #define IDS_PARM_MSCS_INSTALLED 238
  56. /* String table entries for the port rule listbox. */
  57. #define IDS_LIST_BOTH 260
  58. #define IDS_LIST_TCP 261
  59. #define IDS_LIST_UDP 262
  60. #define IDS_LIST_MULTIPLE 263
  61. #define IDS_LIST_SINGLE 264
  62. #define IDS_LIST_DISABLED 265
  63. #define IDS_LIST_EQUAL 266
  64. #define IDS_LIST_ANONE 267
  65. #define IDS_LIST_ASINGLE 268
  66. #define IDS_LIST_ACLASSC 269
  67. #define IDS_LIST_START 270
  68. #define IDS_LIST_END 271
  69. #define IDS_LIST_PROT 272
  70. #define IDS_LIST_MODE 273
  71. #define IDS_LIST_PRI 274
  72. #define IDS_LIST_LOAD 275
  73. #define IDS_LIST_AFF 276
  74. #define IDS_LIST_VIP 277
  75. #define IDS_LIST_ALL_VIP 278
  76. /* String table entries for the port rule descriptions. */
  77. #define IDS_PORT_RULE_DEFAULT 300
  78. #define IDS_PORT_RULE_TCP_PORT_DISABLED 301
  79. #define IDS_PORT_RULE_TCP_PORT_SINGLE 302
  80. #define IDS_PORT_RULE_TCP_PORT_MULTIPLE_EQUAL 303
  81. #define IDS_PORT_RULE_TCP_PORT_MULTIPLE_UNEQUAL 304
  82. #define IDS_PORT_RULE_TCP_PORTS_DISABLED 305
  83. #define IDS_PORT_RULE_TCP_PORTS_SINGLE 306
  84. #define IDS_PORT_RULE_TCP_PORTS_MULTIPLE_EQUAL 307
  85. #define IDS_PORT_RULE_TCP_PORTS_MULTIPLE_UNEQUAL 308
  86. #define IDS_PORT_RULE_UDP_PORT_DISABLED 309
  87. #define IDS_PORT_RULE_UDP_PORT_SINGLE 310
  88. #define IDS_PORT_RULE_UDP_PORT_MULTIPLE_EQUAL 311
  89. #define IDS_PORT_RULE_UDP_PORT_MULTIPLE_UNEQUAL 312
  90. #define IDS_PORT_RULE_UDP_PORTS_DISABLED 313
  91. #define IDS_PORT_RULE_UDP_PORTS_SINGLE 314
  92. #define IDS_PORT_RULE_UDP_PORTS_MULTIPLE_EQUAL 315
  93. #define IDS_PORT_RULE_UDP_PORTS_MULTIPLE_UNEQUAL 316
  94. #define IDS_PORT_RULE_BOTH_PORT_DISABLED 317
  95. #define IDS_PORT_RULE_BOTH_PORT_SINGLE 318
  96. #define IDS_PORT_RULE_BOTH_PORT_MULTIPLE_EQUAL 319
  97. #define IDS_PORT_RULE_BOTH_PORT_MULTIPLE_UNEQUAL 320
  98. #define IDS_PORT_RULE_BOTH_PORTS_DISABLED 321
  99. #define IDS_PORT_RULE_BOTH_PORTS_SINGLE 322
  100. #define IDS_PORT_RULE_BOTH_PORTS_MULTIPLE_EQUAL 323
  101. #define IDS_PORT_RULE_BOTH_PORTS_MULTIPLE_UNEQUAL 324
  102. #define IDS_PORT_RULE_AFFINITY_NONE 325
  103. #define IDS_PORT_RULE_AFFINITY_SINGLE 326
  104. #define IDS_PORT_RULE_AFFINITY_CLASSC 327
  105. /* The dialogs. */
  106. #define IDD_DIALOG_CLUSTER 533
  107. #define IDD_DIALOG_HOST 534
  108. #define IDD_DIALOG_PORTS 535
  109. #define IDD_DIALOG_PORT_RULE_PROP 536
  110. /* Accelerators. */
  111. #define IDR_ACCELERATOR 700
  112. /* The controls for the cluster properties page. */
  113. #define IDC_GROUP_CL_IP 1000
  114. #define IDC_TEXT_CL_IP 1001
  115. #define IDC_EDIT_CL_IP 1002
  116. #define IDC_TEXT_CL_MASK 1003
  117. #define IDC_EDIT_CL_MASK 1004
  118. #define IDC_TEXT_DOMAIN 1005
  119. #define IDC_EDIT_DOMAIN 1006
  120. #define IDC_TEXT_ETH 1007
  121. #define IDC_EDIT_ETH 1008
  122. #define IDC_GROUP_CL_MODE 1009
  123. #define IDC_RADIO_UNICAST 1010
  124. #define IDC_RADIO_MULTICAST 1011
  125. #define IDC_CHECK_IGMP 1012
  126. #define IDC_GROUP_RCT 1013
  127. #define IDC_CHECK_RCT 1014
  128. #define IDC_TEXT_PASSW 1015
  129. #define IDC_EDIT_PASSW 1016
  130. #define IDC_TEXT_PASSW2 1017
  131. #define IDC_EDIT_PASSW2 1018
  132. #define IDC_BUTTON_HELP 1019
  133. /* The controls for the host properties page. */
  134. #define IDC_TEXT_PRI 2000
  135. #define IDC_EDIT_PRI 2001
  136. #define IDC_SPIN_PRI 2002
  137. #define IDC_GROUP_DED_IP 2003
  138. #define IDC_TEXT_DED_IP 2004
  139. #define IDC_EDIT_DED_IP 2005
  140. #define IDC_TEXT_DED_MASK 2006
  141. #define IDC_EDIT_DED_MASK 2007
  142. #define IDC_CHECK_ACTIVE 2008
  143. /* The controls for the port rules page. */
  144. #define IDC_TEXT_PORT_RULE 3000
  145. #define IDC_LIST_PORT_RULE 3001
  146. #define IDC_BUTTON_ADD 3002
  147. #define IDC_BUTTON_MODIFY 3003
  148. #define IDC_BUTTON_DEL 3004
  149. #define IDC_GROUP_PORT_RULE_DESCR 3005
  150. #define IDC_TEXT_PORT_RULE_DESCR 3006
  151. /* The controls for the port rule properties page. */
  152. #define IDC_GROUP_RANGE 4000
  153. #define IDC_EDIT_START 4001
  154. #define IDC_SPIN_START 4002
  155. #define IDC_EDIT_END 4003
  156. #define IDC_SPIN_END 4004
  157. #define IDC_GROUP_PROTOCOLS 4005
  158. #define IDC_RADIO_TCP 4006
  159. #define IDC_RADIO_UDP 4007
  160. #define IDC_RADIO_BOTH 4008
  161. #define IDC_GROUP_SINGLE 4009
  162. #define IDC_GROUP_MULTIPLE 4010
  163. #define IDC_GROUP_DISABLED 4011
  164. #define IDC_RADIO_SINGLE 4012
  165. #define IDC_RADIO_MULTIPLE 4013
  166. #define IDC_RADIO_DISABLED 4014
  167. #define IDC_TEXT_AFF 4015
  168. #define IDC_RADIO_AFF_NONE 4016
  169. #define IDC_RADIO_AFF_SINGLE 4017
  170. #define IDC_RADIO_AFF_CLASSC 4018
  171. #define IDC_TEXT_MULTI 4019
  172. #define IDC_EDIT_MULTI 4020
  173. #define IDC_SPIN_MULTI 4021
  174. #define IDC_CHECK_EQUAL 4022
  175. #define IDC_TEXT_SINGLE 4023
  176. #define IDC_EDIT_SINGLE 4024
  177. #define IDC_SPIN_SINGLE 4025
  178. #define IDC_TEXT_START 4026
  179. #define IDC_TEXT_END 4027
  180. #define IDC_PORT_RULE_VIP 4028
  181. #define IDC_EDIT_PORT_RULE_VIP 4029
  182. #define IDC_CHECK_PORT_RULE_ALL_VIP 4030