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.

268 lines
10 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_GROUP_MENU_STATUS_BAR 0x42C
  75. #define IDS_GROUP_E_LICENSE 0x42D
  76. #define IDS_POLICY_NODE 0x430
  77. #define IDS_POLICY_COLUMN_NAME 0x431
  78. #define IDS_POLICY_COLUMN_ORDER 0x432
  79. #define IDS_POLICY_MOVE_UP 0x433
  80. #define IDS_POLICY_MOVE_DOWN 0x434
  81. #define IDS_POLICY_MENU_TOP 0x435
  82. #define IDS_POLICY_MENU_NEW 0x436
  83. #define IDS_POLICY_DELETE_CAPTION 0x437
  84. #define IDS_POLICY_DELETE_LOCAL 0x438
  85. #define IDS_POLICY_DELETE_REMOTE 0x439
  86. #define IDS_POLICY_NO_GROUPS 0x43A
  87. #define IDS_POLICY_E_CAPTION 0x43B
  88. #define IDS_POLICY_E_NOT_UNIQUE 0x43C
  89. #define IDS_POLICY_E_RENAME 0x43D
  90. #define IDS_POLICY_E_NAME_EMPTY 0x43E
  91. #define IDS_POLICY_E_NO_CONDITIONS 0x43F
  92. #define IDS_POLICY_E_GROUP_INVALID 0x440
  93. #define IDS_POLICY_E_FIND_EMPTY 0x441
  94. #define IDS_POLICY_DELETE_LAST_LOCAL 0x442
  95. #define IDS_POLICY_DELETE_LAST_REMOTE 0x443
  96. #define IDS_POLICY_MOVE_UP_STATUS_BAR 0x444
  97. #define IDS_POLICY_MOVE_DOWN_STATUS_BAR 0x445
  98. #define IDS_POLICY_MENU_STATUS_BAR 0x446
  99. #define IDS_PROFILE_CAPTION 0x448
  100. #define IDS_RULE_COLUMN_FIND 0x450
  101. #define IDS_RULE_COLUMN_REPLACE 0x451
  102. #define IDS_SERVER_COLUMN_NAME 0x460
  103. #define IDS_SERVER_COLUMN_PRIORITY 0x461
  104. #define IDS_SERVER_COLUMN_WEIGHT 0x462
  105. #define IDS_SERVER_CAPTION 0x463
  106. #define IDS_SERVER_CAPTION_ADD 0x464
  107. #define IDS_SERVER_E_CAPTION 0x465
  108. #define IDS_SERVER_E_NAME_EMPTY 0x466
  109. #define IDS_SERVER_E_AUTH_PORT_EMPTY 0x467
  110. #define IDS_SERVER_E_PORT_RANGE 0x468
  111. #define IDS_SERVER_E_SECRET_MATCH 0x469
  112. #define IDS_SERVER_E_ACCT_PORT_EMPTY 0x46A
  113. #define IDS_SERVER_E_PRIORITY_EMPTY 0x46B
  114. #define IDS_SERVER_E_PRIORITY_RANGE 0x46C
  115. #define IDS_SERVER_E_WEIGHT_EMPTY 0x46D
  116. #define IDS_SERVER_E_WEIGHT_RANGE 0x46E
  117. #define IDS_SERVER_E_TIMEOUT_EMPTY 0x46F
  118. #define IDS_SERVER_E_TIMEOUT_RANGE 0x470
  119. #define IDS_SERVER_E_MAXLOST_EMPTY 0x471
  120. #define IDS_SERVER_E_MAXLOST_RANGE 0x472
  121. #define IDS_SERVER_E_BLACKOUT_EMPTY 0x473
  122. #define IDS_SERVER_E_BLACKOUT_RANGE 0x474
  123. #define IDS_SERVER_E_NO_RESOLVE 0x475
  124. #define IDS_NEWGROUP_NAME_TITLE 0x480
  125. #define IDS_NEWGROUP_NAME_SUBTITLE 0x481
  126. #define IDS_NEWGROUP_NOVICE_TITLE 0x482
  127. #define IDS_NEWGROUP_NOVICE_SUBTITLE 0x483
  128. #define IDS_NEWGROUP_SERVERS_TITLE 0x484
  129. #define IDS_NEWGROUP_SERVERS_SUBTITLE 0x485
  130. #define IDS_NEWGROUP_FINISH_TYPICAL 0x486
  131. #define IDS_NEWGROUP_FINISH_CUSTOM 0x487
  132. #define IDS_NEWGROUP_NO_BACKUP 0x488
  133. #define IDS_NEWPOLICY_TYPE_TITLE 0x490
  134. #define IDS_NEWPOLICY_TYPE_SUBTITLE 0x491
  135. #define IDS_NEWPOLICY_NAME_TITLE 0x492
  136. #define IDS_NEWPOLICY_NAME_SUBTITLE 0x493
  137. #define IDS_NEWPOLICY_OUTSRC_TITLE 0x494
  138. #define IDS_NEWPOLICY_OUTSRC_SUBTITLE 0x495
  139. #define IDS_NEWPOLICY_NONE_TITLE 0x496
  140. #define IDS_NEWPOLICY_NONE_SUBTITLE 0x497
  141. #define IDS_NEWPOLICY_FWD_TITLE 0x498
  142. #define IDS_NEWPOLICY_FWD_SUBTITLE 0x499
  143. #define IDS_NEWPOLICY_COND_TITLE 0x49A
  144. #define IDS_NEWPOLICY_COND_SUBTITLE 0x49B
  145. #define IDS_NEWPOLICY_PROF_TITLE 0x49C
  146. #define IDS_NEWPOLICY_PROF_SUBTITLE 0x49D
  147. #define IDS_NEWPOLICY_FINISH_TEXT 0x49E
  148. #define IDS_NEWPOLICY_PROVIDER_NONE 0x49F
  149. #define IDS_NEWPOLICY_PROVIDER_WINDOWS 0x4A0
  150. #define IDS_RESOLVER_COLUMN_ADDRS 0x4B0
  151. #define IDS_CLIENT_E_CAPTION 0x4C0
  152. #define IDS_CLIENT_E_NO_RESOLVE 0x4C1
  153. // Generic control IDs
  154. #define IDC_EDIT_NAME 0x800
  155. #define IDC_BUTTON_ADD 0x801
  156. #define IDC_BUTTON_REMOVE 0x802
  157. #define IDC_BUTTON_EDIT 0x803
  158. #define IDC_STATIC_LARGE 0x804
  159. // RADIUS Server Group properties
  160. #define IDD_SERVER_GROUP 0x810
  161. #define IDC_LIST_SERVERS 0x815
  162. // Remote RADIUS server properties
  163. #define IDD_SERVER_NAME 0x820
  164. #define IDD_SERVER_AUTH 0x821
  165. #define IDD_SERVER_FTLB 0x822
  166. #define IDC_BUTTON_VERIFY 0x823
  167. #define IDC_EDIT_AUTH_PORT 0x824
  168. #define IDC_EDIT_AUTH_SECRET1 0x825
  169. #define IDC_EDIT_AUTH_SECRET2 0x826
  170. #define IDC_EDIT_ACCT_PORT 0x827
  171. #define IDC_CHECK_SAME_SECRET 0x828
  172. #define IDC_EDIT_ACCT_SECRET1 0x829
  173. #define IDC_EDIT_ACCT_SECRET2 0x82A
  174. #define IDC_CHECK_ACCT_ONOFF 0x82B
  175. #define IDC_EDIT_PRIORITY 0x82C
  176. #define IDC_EDIT_WEIGHT 0x82D
  177. #define IDC_EDIT_TIMEOUT 0x82E
  178. #define IDC_EDIT_MAX_LOST 0x82F
  179. #define IDC_EDIT_BLACKOUT 0x830
  180. // Verify address dialog.
  181. #define IDD_RESOLVE_SERVER_ADDRESS 0x838
  182. #define IDD_RESOLVE_CLIENT_ADDRESS 0x839
  183. #define IDC_BUTTON_RESOLVE 0x83A
  184. #define IDC_LIST_IPADDRS 0x83B
  185. // Proxy Policy Properties
  186. #define IDD_PROXY_POLICY 0x840
  187. #define IDD_PROXY_PROFILE_AUTH 0x841
  188. #define IDD_PROXY_PROFILE_ACCT 0x842
  189. #define IDD_PROXY_PROFILE_ATTR 0x843
  190. #define IDC_RADIO_NONE 0x844
  191. #define IDC_RADIO_WINDOWS 0x845
  192. #define IDC_RADIO_RADIUS 0x846
  193. #define IDC_COMBO_GROUP 0x847
  194. #define IDC_CHECK_RECORD_ACCT 0x846 // Same as IDC_RADIO_RADIUS
  195. #define IDC_COMBO_TARGET 0x849
  196. #define IDC_LIST_RULES 0x84A
  197. #define IDC_BUTTON_MOVE_UP 0x84B
  198. #define IDC_BUTTON_MOVE_DOWN 0x84C
  199. // Attribute manipulation rule
  200. #define IDD_EDIT_RULE 0x850
  201. #define IDC_EDIT_RULE_FIND 0x851
  202. #define IDC_EDIT_RULE_REPLACE 0x852
  203. // New RADIUS Server Group Wizard
  204. #define IDD_NEWGROUP_WELCOME 0x860
  205. #define IDD_NEWGROUP_NAME 0x861
  206. #define IDD_NEWGROUP_NOVICE 0x862
  207. #define IDD_NEWGROUP_SERVERS 0x863
  208. #define IDD_NEWGROUP_COMPLETION 0x864
  209. #define IDC_RADIO_TYPICAL 0x865
  210. #define IDC_RADIO_CUSTOM 0x866
  211. #define IDC_EDIT_PRIMARY 0x867
  212. #define IDC_BUTTON_VERIFY_PRIMARY 0x868
  213. #define IDC_CHECK_BACKUP 0x869
  214. #define IDC_EDIT_BACKUP 0x86A
  215. #define IDC_BUTTON_VERIFY_BACKUP 0x86B
  216. #define IDC_STATIC_FINISH 0x86C
  217. #define IDC_STATIC_CREATE_POLICY 0x86D
  218. #define IDC_CHECK_CREATE_POLICY 0x86E
  219. // New Proxy Policy Wizard
  220. #define IDD_NEWPOLICY_WELCOME 0x880
  221. #define IDD_NEWPOLICY_NAME 0x881
  222. #define IDD_NEWPOLICY_TYPE 0x882
  223. #define IDD_NEWPOLICY_OUTSOURCE 0x883
  224. #define IDD_NEWPOLICY_NOTNEEDED 0x884
  225. #define IDD_NEWPOLICY_FORWARD 0x885
  226. #define IDD_NEWPOLICY_CONDITIONS 0x886
  227. #define IDD_NEWPOLICY_PROFILE 0x887
  228. #define IDD_NEWPOLICY_COMPLETION 0x888
  229. #define IDC_RADIO_LOCAL 0x889
  230. #define IDC_RADIO_FORWARD 0x88A
  231. #define IDC_RADIO_OUTSOURCE 0x88C
  232. #define IDC_RADIO_DIRECT 0x88D
  233. #define IDC_EDIT_REALM 0x88E
  234. #define IDC_CHECK_STRIP 0x88F
  235. #define IDC_BUTTON_NEWGROUP 0x890
  236. #define IDC_RICHEDIT_TASKS 0x891
  237. // Hidden dialog used for worker threads.
  238. #define IDD_HIDDEN_WORKER 0x0CF
  239. #endif // PROXYRES_H