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.

256 lines
9.7 KiB

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // resource.h
  8. //
  9. // SYNOPSIS
  10. //
  11. // Resource IDs for the proxy extension snap-in.
  12. //
  13. // MODIFICATION HISTORY
  14. //
  15. // 02/01/2000 Original version.
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////
  18. #ifndef PROXYRES_H
  19. #define PROXYRES_H
  20. #if _MSC_VER >= 1000
  21. #pragma once
  22. #endif
  23. #include "resource.h"
  24. // Registry file for the proxy extension.
  25. #define IDR_PROXY_REGISTRY 0x400
  26. // Bitmaps used for the image strips.
  27. #define IDB_PROXY_SMALL_ICONS 0x401
  28. #define IDB_PROXY_LARGE_ICONS 0x402
  29. #define IDB_PROXY_SORT 0x403
  30. // Watermarks
  31. #define IDB_PROXY_POLICY_WATERMARK 0x404
  32. #define IDB_PROXY_POLICY_HEADER 0x405
  33. #define IDB_PROXY_SERVER_WATERMARK 0x406
  34. #define IDB_PROXY_SERVER_HEADER 0x407
  35. // Offsets of icons within the image strip.
  36. #define IMAGE_OPEN_PROXY_NODE 0x000
  37. #define IMAGE_CLOSED_PROXY_NODE 0x001
  38. #define IMAGE_OPEN_BAD_PROXY_NODE 0x002
  39. #define IMAGE_CLOSED_BAD_PROXY_NODE 0x003
  40. #define IMAGE_OPEN_PROXY_POLICY_NODE 0x004
  41. #define IMAGE_CLOSED_PROXY_POLICY_NODE 0x005
  42. #define IMAGE_PROXY_POLICY 0x006
  43. #define IMAGE_OPEN_SERVER_GROUPS_NODE 0x007
  44. #define IMAGE_CLOSED_SERVER_GROUP_NODE 0x008
  45. #define IMAGE_RADIUS_SERVER_GROUP 0x009
  46. #define IMAGE_RADIUS_SERVER 0x00A
  47. // Bitmaps used for the toolbars.
  48. #define IDB_PROXY_TOOLBAR IDR_POLICY_TOOLBAR
  49. // Toolbar indices
  50. #define TOOLBAR_POLICY 0x000
  51. #define IDS_PROXY_EXTENSION 0x410
  52. #define IDS_LARGE_FONT_NAME 0x411
  53. #define IDS_LARGE_FONT_SIZE 0x412
  54. #define IDS_PROXY_NODE 0x413
  55. #define IDS_PROXY_VIEW_TITLE 0x414
  56. #define IDS_PROXY_VIEW_BODY 0x415
  57. #define IDS_PROXY_E_CLOSE_SHEET 0x416
  58. #define IDS_PROXY_E_CLOSE_ALL_SHEETS 0x417
  59. #define IDS_PROXY_E_SDO_CONNECT 0x418
  60. #define IDS_PROXY_E_SDO_READ 0x419
  61. #define IDS_PROXY_E_SDO_WRITE 0x41A
  62. #define IDS_GROUP_NODE 0x420
  63. #define IDS_GROUP_COLUMN_NAME 0x421
  64. #define IDS_GROUP_MENU_TOP 0x422
  65. #define IDS_GROUP_MENU_NEW 0x423
  66. #define IDS_GROUP_DELETE_CAPTION 0x424
  67. #define IDS_GROUP_DELETE_LOCAL 0x425
  68. #define IDS_GROUP_DELETE_REMOTE 0x426
  69. #define IDS_GROUP_E_CAPTION 0x427
  70. #define IDS_GROUP_E_NOT_UNIQUE 0x428
  71. #define IDS_GROUP_E_RENAME 0x429
  72. #define IDS_GROUP_E_NAME_EMPTY 0x42A
  73. #define IDS_GROUP_E_NO_SERVERS 0x42B
  74. #define IDS_POLICY_NODE 0x430
  75. #define IDS_POLICY_COLUMN_NAME 0x431
  76. #define IDS_POLICY_COLUMN_ORDER 0x432
  77. #define IDS_POLICY_MOVE_UP 0x433
  78. #define IDS_POLICY_MOVE_DOWN 0x434
  79. #define IDS_POLICY_MENU_TOP 0x435
  80. #define IDS_POLICY_MENU_NEW 0x436
  81. #define IDS_POLICY_DELETE_CAPTION 0x437
  82. #define IDS_POLICY_DELETE_LOCAL 0x438
  83. #define IDS_POLICY_DELETE_REMOTE 0x439
  84. #define IDS_POLICY_NO_GROUPS 0x43A
  85. #define IDS_POLICY_E_CAPTION 0x43B
  86. #define IDS_POLICY_E_NOT_UNIQUE 0x43C
  87. #define IDS_POLICY_E_RENAME 0x43D
  88. #define IDS_POLICY_E_NAME_EMPTY 0x43E
  89. #define IDS_POLICY_E_NO_CONDITIONS 0x43F
  90. #define IDS_POLICY_E_GROUP_INVALID 0x440
  91. #define IDS_POLICY_E_FIND_EMPTY 0x441
  92. #define IDS_POLICY_DELETE_LAST_LOCAL 0x442
  93. #define IDS_POLICY_DELETE_LAST_REMOTE 0x443
  94. #define IDS_PROFILE_CAPTION 0x448
  95. #define IDS_RULE_COLUMN_FIND 0x450
  96. #define IDS_RULE_COLUMN_REPLACE 0x451
  97. #define IDS_SERVER_COLUMN_NAME 0x460
  98. #define IDS_SERVER_COLUMN_PRIORITY 0x461
  99. #define IDS_SERVER_COLUMN_WEIGHT 0x462
  100. #define IDS_SERVER_CAPTION 0x463
  101. #define IDS_SERVER_CAPTION_ADD 0x464
  102. #define IDS_SERVER_E_CAPTION 0x465
  103. #define IDS_SERVER_E_NAME_EMPTY 0x466
  104. #define IDS_SERVER_E_AUTH_PORT_EMPTY 0x467
  105. #define IDS_SERVER_E_PORT_RANGE 0x468
  106. #define IDS_SERVER_E_SECRET_MATCH 0x469
  107. #define IDS_SERVER_E_ACCT_PORT_EMPTY 0x46A
  108. #define IDS_SERVER_E_PRIORITY_EMPTY 0x46B
  109. #define IDS_SERVER_E_PRIORITY_RANGE 0x46C
  110. #define IDS_SERVER_E_WEIGHT_EMPTY 0x46D
  111. #define IDS_SERVER_E_WEIGHT_RANGE 0x46E
  112. #define IDS_SERVER_E_TIMEOUT_EMPTY 0x46F
  113. #define IDS_SERVER_E_TIMEOUT_RANGE 0x470
  114. #define IDS_SERVER_E_MAXLOST_EMPTY 0x471
  115. #define IDS_SERVER_E_MAXLOST_RANGE 0x472
  116. #define IDS_SERVER_E_BLACKOUT_EMPTY 0x473
  117. #define IDS_SERVER_E_BLACKOUT_RANGE 0x474
  118. #define IDS_SERVER_E_NO_RESOLVE 0x475
  119. #define IDS_NEWGROUP_NAME_TITLE 0x480
  120. #define IDS_NEWGROUP_NAME_SUBTITLE 0x481
  121. #define IDS_NEWGROUP_NOVICE_TITLE 0x482
  122. #define IDS_NEWGROUP_NOVICE_SUBTITLE 0x483
  123. #define IDS_NEWGROUP_SERVERS_TITLE 0x484
  124. #define IDS_NEWGROUP_SERVERS_SUBTITLE 0x485
  125. #define IDS_NEWGROUP_FINISH_TYPICAL 0x486
  126. #define IDS_NEWGROUP_FINISH_CUSTOM 0x487
  127. #define IDS_NEWGROUP_NO_BACKUP 0x488
  128. #define IDS_NEWPOLICY_TYPE_TITLE 0x490
  129. #define IDS_NEWPOLICY_TYPE_SUBTITLE 0x491
  130. #define IDS_NEWPOLICY_NAME_TITLE 0x492
  131. #define IDS_NEWPOLICY_NAME_SUBTITLE 0x493
  132. #define IDS_NEWPOLICY_OUTSRC_TITLE 0x494
  133. #define IDS_NEWPOLICY_OUTSRC_SUBTITLE 0x495
  134. #define IDS_NEWPOLICY_NONE_TITLE 0x496
  135. #define IDS_NEWPOLICY_NONE_SUBTITLE 0x497
  136. #define IDS_NEWPOLICY_FWD_TITLE 0x498
  137. #define IDS_NEWPOLICY_FWD_SUBTITLE 0x499
  138. #define IDS_NEWPOLICY_COND_TITLE 0x49A
  139. #define IDS_NEWPOLICY_COND_SUBTITLE 0x49B
  140. #define IDS_NEWPOLICY_PROF_TITLE 0x49C
  141. #define IDS_NEWPOLICY_PROF_SUBTITLE 0x49D
  142. #define IDS_NEWPOLICY_FINISH_TEXT 0x49E
  143. #define IDS_NEWPOLICY_PROVIDER_NONE 0x49F
  144. #define IDS_NEWPOLICY_PROVIDER_WINDOWS 0x4A0
  145. #define IDS_RESOLVER_COLUMN_ADDRS 0x4B0
  146. // Generic control IDs
  147. #define IDC_EDIT_NAME 0x800
  148. #define IDC_BUTTON_ADD 0x801
  149. #define IDC_BUTTON_REMOVE 0x802
  150. #define IDC_BUTTON_EDIT 0x803
  151. #define IDC_STATIC_LARGE 0x804
  152. // RADIUS Server Group properties
  153. #define IDD_SERVER_GROUP 0x810
  154. #define IDC_LIST_SERVERS 0x815
  155. // Remote RADIUS server properties
  156. #define IDD_SERVER_NAME 0x820
  157. #define IDD_SERVER_AUTH 0x821
  158. #define IDD_SERVER_FTLB 0x822
  159. #define IDC_BUTTON_VERIFY 0x823
  160. #define IDC_EDIT_AUTH_PORT 0x824
  161. #define IDC_EDIT_AUTH_SECRET1 0x825
  162. #define IDC_EDIT_AUTH_SECRET2 0x826
  163. #define IDC_EDIT_ACCT_PORT 0x827
  164. #define IDC_CHECK_SAME_SECRET 0x828
  165. #define IDC_EDIT_ACCT_SECRET1 0x829
  166. #define IDC_EDIT_ACCT_SECRET2 0x82A
  167. #define IDC_CHECK_ACCT_ONOFF 0x82B
  168. #define IDC_EDIT_PRIORITY 0x82C
  169. #define IDC_EDIT_WEIGHT 0x82D
  170. #define IDC_EDIT_TIMEOUT 0x82E
  171. #define IDC_EDIT_MAX_LOST 0x82F
  172. #define IDC_EDIT_BLACKOUT 0x830
  173. // Verify address dialog.
  174. #define IDD_RESOLVE_ADDRESS 0x838
  175. #define IDC_BUTTON_RESOLVE 0x839
  176. #define IDC_LIST_IPADDRS 0x83A
  177. // Proxy Policy Properties
  178. #define IDD_PROXY_POLICY 0x840
  179. #define IDD_PROXY_PROFILE_AUTH 0x841
  180. #define IDD_PROXY_PROFILE_ACCT 0x842
  181. #define IDD_PROXY_PROFILE_ATTR 0x843
  182. #define IDC_RADIO_NONE 0x844
  183. #define IDC_RADIO_WINDOWS 0x845
  184. #define IDC_RADIO_RADIUS 0x846
  185. #define IDC_COMBO_GROUP 0x847
  186. #define IDC_CHECK_RECORD_ACCT 0x846 // Same as IDC_RADIO_RADIUS
  187. #define IDC_COMBO_TARGET 0x849
  188. #define IDC_LIST_RULES 0x84A
  189. #define IDC_BUTTON_MOVE_UP 0x84B
  190. #define IDC_BUTTON_MOVE_DOWN 0x84C
  191. // Attribute manipulation rule
  192. #define IDD_EDIT_RULE 0x850
  193. #define IDC_EDIT_RULE_FIND 0x851
  194. #define IDC_EDIT_RULE_REPLACE 0x852
  195. // New RADIUS Server Group Wizard
  196. #define IDD_NEWGROUP_WELCOME 0x860
  197. #define IDD_NEWGROUP_NAME 0x861
  198. #define IDD_NEWGROUP_NOVICE 0x862
  199. #define IDD_NEWGROUP_SERVERS 0x863
  200. #define IDD_NEWGROUP_COMPLETION 0x864
  201. #define IDC_RADIO_TYPICAL 0x865
  202. #define IDC_RADIO_CUSTOM 0x866
  203. #define IDC_EDIT_PRIMARY 0x867
  204. #define IDC_BUTTON_VERIFY_PRIMARY 0x868
  205. #define IDC_CHECK_BACKUP 0x869
  206. #define IDC_EDIT_BACKUP 0x86A
  207. #define IDC_BUTTON_VERIFY_BACKUP 0x86B
  208. #define IDC_STATIC_FINISH 0x86C
  209. #define IDC_STATIC_CREATE_POLICY 0x86D
  210. #define IDC_CHECK_CREATE_POLICY 0x86E
  211. // New Proxy Policy Wizard
  212. #define IDD_NEWPOLICY_WELCOME 0x880
  213. #define IDD_NEWPOLICY_NAME 0x881
  214. #define IDD_NEWPOLICY_TYPE 0x882
  215. #define IDD_NEWPOLICY_OUTSOURCE 0x883
  216. #define IDD_NEWPOLICY_NOTNEEDED 0x884
  217. #define IDD_NEWPOLICY_FORWARD 0x885
  218. #define IDD_NEWPOLICY_CONDITIONS 0x886
  219. #define IDD_NEWPOLICY_PROFILE 0x887
  220. #define IDD_NEWPOLICY_COMPLETION 0x888
  221. #define IDC_RADIO_LOCAL 0x889
  222. #define IDC_RADIO_FORWARD 0x88A
  223. #define IDC_RADIO_OUTSOURCE 0x88C
  224. #define IDC_RADIO_DIRECT 0x88D
  225. #define IDC_EDIT_REALM 0x88E
  226. #define IDC_CHECK_STRIP 0x88F
  227. #define IDC_BUTTON_NEWGROUP 0x890
  228. #define IDC_RICHEDIT_TASKS 0x891
  229. #endif // PROXYRES_H