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.

531 lines
22 KiB

  1. /****************************************************************************/
  2. // wuiids.h
  3. //
  4. // UI identifiers
  5. //
  6. // Copyright(C) Microsoft Corporation 1997-1998
  7. /****************************************************************************/
  8. /****************************************************************************/
  9. /* Menu Ids */
  10. /****************************************************************************/
  11. #define UI_IDM_UIMENU 100
  12. #define UI_IDM_CONNECT 101
  13. #define UI_IDM_DISCONNECT 102
  14. #define UI_IDM_EXIT 103
  15. #define UI_IDM_ACCELERATOR_PASSTHROUGH 104
  16. #define UI_IDM_HELP_CONTENTS 106
  17. #define UI_IDM_HELP_SEARCH 107
  18. #define UI_IDM_HELP_ON_HELP 108
  19. #define UI_IDM_ABOUT 109
  20. #define UI_IDM_SMOOTHSCROLLING 110
  21. #define UI_IDM_SHADOWBITMAPENABLED 111
  22. #define UI_IDM_HELP_ON_CLIENT 112
  23. /****************************************************************************/
  24. /* Debug menu items. (e.g. random malloc failure and network throughput */
  25. /* menu items.) */
  26. /****************************************************************************/
  27. #define UI_IDM_HATCHBITMAPPDUDATA 130
  28. #define UI_IDM_HATCHSSBORDERDATA 131
  29. #define UI_IDM_HATCHMEMBLTORDERDATA 132
  30. #define UI_IDM_HATCHINDEXPDUDATA 133
  31. #ifdef DC_DEBUG
  32. #define UI_IDM_LABELMEMBLTORDERS 134
  33. #define UI_IDM_BITMAPCACHEMONITOR 135
  34. #define UI_IDM_MALLOCFAILURE 136
  35. #define UI_IDM_MALLOCHUGEFAILURE 137
  36. #define UI_IDM_NETWORKTHROUGHPUT 138
  37. #define UI_IDM_DUCATI_WSB 139
  38. #define UI_IDM_WSB 140
  39. #define UI_IDM_SVENSKA 141
  40. #define UI_IDM_NOISEFUND 142
  41. #define UI_IDM_SOUNDS 143
  42. #define UI_IDM_ITALIAN 144
  43. #endif /* DC_DEBUG */
  44. #ifdef SMART_SIZING
  45. #define UI_IDM_SMARTSIZING 145
  46. #endif // SMART_SIZING
  47. /****************************************************************************/
  48. /* Dialog boxes */
  49. /****************************************************************************/
  50. #define UI_IDD_CONNECT 400
  51. #define UI_IDD_ABOUT 401
  52. #define UI_IDD_DISCONNECTING 402
  53. #define UI_IDD_DISCONNECTED 403
  54. #define UI_IDD_SHUTTING_DOWN 404
  55. #define UI_IDD_RDC_SECURITY_WARN 405
  56. #ifdef DC_DEBUG
  57. #define UI_IDD_MALLOCFAILURE 406
  58. #define UI_IDD_MALLOCHUGEFAILURE 407
  59. #define UI_IDD_NETWORKTHROUGHPUT 408
  60. #endif /* DC_DEBUG */
  61. #define UI_IDD_CONNECTING 410
  62. #define UI_IDD_CONNECTION 411
  63. //Settings Dialog
  64. #define UI_IDD_SETTINGS 412
  65. #define UI_IDD_HELP 413
  66. #define UI_IDD_BITMAPCACHEERROR 414
  67. // Wince Dialog Box (non-WBT)
  68. #define UI_IDD_CONNECTION_WINCE2 415
  69. //
  70. // Initial logon dialog
  71. //
  72. #define UI_IDD_TS_LOGON 416
  73. //
  74. // More version
  75. //
  76. #define UI_IDD_PROPPAGE_GENERAL 417
  77. #define UI_IDD_PROPPAGE_DISPLAY 418
  78. #define UI_IDD_PROPPAGE_LOCALRESOURCES 419
  79. #define UI_IDD_PROPPAGE_RUN 420
  80. #define UI_IDD_PROPPAGE_PERF 421
  81. #define IDD_DIALOG_BROWSESERVERS 422
  82. #ifdef OS_WINCE
  83. #define UI_IDD_TS_LOGON_VGA 425
  84. #define UI_IDD_PROPPAGE_GENERAL_VGA 426
  85. #define UI_IDD_PROPPAGE_DISPLAY_VGA 427
  86. #define UI_IDD_PROPPAGE_LOCALRESOURCES_VGA 428
  87. #define UI_IDD_PROPPAGE_RUN_VGA 429
  88. #define UI_IDD_PROPPAGE_PERF_VGA 430
  89. #define IDD_DIALOG_BROWSESERVERS_VGA 431
  90. #endif
  91. /****************************************************************************/
  92. /* Dialog info */
  93. /****************************************************************************/
  94. #define UI_ID_NEWSESSION_CANCEL 601
  95. #define UI_ID_NEWSESSION_OK 602
  96. #define UI_ID_DISCONNECT_NO 603
  97. #define UI_ID_DISCONNECT_YES 604
  98. #define UI_ID_SHUTDOWN_YES 605
  99. #define UI_ID_ABOUT_OK 606
  100. #define UI_ID_HELP 607
  101. #define UI_ID_ABOUT 608
  102. #define UI_ID_HELP_CONNECT 609
  103. #define UI_ID_HELP_DISCONNECTED 610
  104. #define UI_ID_HELP_DISCONNECTING 611
  105. #define UI_ID_DISCONNECTED_OK 612
  106. #define UI_ID_DISCONNECTED_STRING 613
  107. #define UI_ID_DISCONNECTED_ERROR_STRING 614
  108. #ifdef DC_DEBUG
  109. #define UI_IDB_MALLOCFAILURE_OK 615
  110. #define UI_IDB_MALLOCHUGEFAILURE_OK 616
  111. #define UI_IDB_NETWORKTHROUGHPUT_OK 617
  112. #endif /* DC_DEBUG */
  113. #define UI_ID_CANCELCONNECT 618
  114. #define UI_IDB_BRANDIMAGE 619
  115. #define UI_IDB_COLOR24 620
  116. #define UI_IDB_COLOR16 621
  117. #define UI_IDB_COLOR8 622
  118. #define UI_IDB_COLOR8_DITHER 623
  119. #define UI_IDB_BRANDIMAGE_16 624
  120. #define UI_IDB_PROGRESS_BAND8 625
  121. #define UI_IDB_PROGRESS_BAND4 626
  122. #define UI_ID_BUILDNUMBER_STRING 630
  123. #define UI_ID_VERSIONBUILD_STRING 631
  124. #define UI_IDC_ADDRESS 650
  125. #define UI_IDC_SHADOW_BITMAP 651
  126. #ifdef DC_DEBUG
  127. #define UI_IDC_RANDOMFAILURE_EDIT 652
  128. #define UI_IDC_NETWORKTHROUGHPUT_EDIT 653
  129. #endif /* DC_DEBUG */
  130. #define UI_IDC_SERVER 654
  131. #define UI_IDC_RESOLUTION 655
  132. #define UI_IDC_CONNECT 656
  133. #define UI_IDC_SETTINGS 659
  134. #define UI_IDC_SERVERS_LIST 660
  135. #define UI_IDD_VALIDATE 661
  136. #define UI_IDC_CONN_STATIC 662
  137. #define UI_IDC_SERVERS_TREE 663
  138. #define UI_IDC_COMPUTER_NAME_STATIC 670
  139. #define UI_IDC_MAIN_OPTIMIZE_STATIC 672
  140. #ifdef OS_WIN32
  141. #define UI_LB_POPULATE_START WM_APP+0x100 //message used only by the browse for srv tree
  142. #define UI_LB_POPULATE_END WM_APP+0x101 //message used only by the browse for srv tree
  143. #endif //OS_WIN32
  144. #define UI_SHOW_DISC_ERR_DLG WM_APP+0x102
  145. //Settings Dialog Box
  146. #define UI_ID_SETTINGS_OK 680
  147. #define UI_ID_SETTINGS_CANCEL 681
  148. #define UI_IDC_SETTINGS_DESKTOPSIZE 682
  149. #define UI_IDC_SETTINGS_600x480 683
  150. #define UI_IDC_SETTINGS_800x600 684
  151. #define UI_IDC_SETTINGS_STATIC_ENCRYPTION 685
  152. #define UI_IDC_SETTINGS_ENABLE 686
  153. #define UI_IDC_SETTINGS_DISABLE 687
  154. #define UI_IDC_SETTINGS_1024x768 688
  155. #define UI_IDC_SETTINGS_1280x1024 689
  156. #define UI_IDC_SETTINGS_ADVANCED 690
  157. #define UI_IDC_SETTINGS_SCROLLING 691
  158. #define UI_IDC_SETTINGS_KEYPASSTHROUGH 692
  159. #define UI_IDC_SETTINGS_SHADOW 693
  160. #define UI_IDC_SETTINGS_HOTKEY 694
  161. #define UI_IDC_STATIC_SETTINGS_HOTKEY 695
  162. #define UI_ID_CIPHER_STRENGTH 696
  163. #define UI_ID_CONTROL_VERSION 697
  164. /****************************************************************************/
  165. /* Screen Size info. These must be in order, and contiguous. */
  166. /* 700-710 reserved for this purpose. */
  167. /****************************************************************************/
  168. #define UI_IDC_SMALLEST_DESKTOP_SIZE 700
  169. #define UI_SIZE_ID_FROM_INDEX(x) (UI_IDC_SMALLEST_DESKTOP_SIZE + (x))
  170. #define UI_INDEX_FROM_SIZE_ID(x) ((x) - UI_IDC_SMALLEST_DESKTOP_SIZE)
  171. #define UI_IDC_640x480 UI_SIZE_ID_FROM_INDEX(0)
  172. #define UI_IDC_800x600 UI_SIZE_ID_FROM_INDEX(1)
  173. #define UI_IDC_1024x768 UI_SIZE_ID_FROM_INDEX(2)
  174. #define UI_IDC_1280x1024 UI_SIZE_ID_FROM_INDEX(3)
  175. #define UI_IDC_1600x1200 UI_SIZE_ID_FROM_INDEX(4)
  176. #define UI_NUMBER_DESKTOP_SIZE_IDS 5
  177. #define UI_DESKTOP_ID_ILLEGAL -1
  178. #define UI_IDC_STATIC -1
  179. #define UI_IDC_HELPTEXT 730
  180. //
  181. // Minimal Connect dialog box
  182. //
  183. #define IDC_COMBO_SERVERS 901
  184. #define ID_BUTTON_LOGON_HELP 902
  185. #define ID_BUTTON_OPTIONS 903
  186. #define IDC_COMBO_MAIN_OPTIMIZE 904
  187. //
  188. // Advanced connection options
  189. //
  190. #define IDC_TABS 1005
  191. #define ID_BUTTON_LOGON_OPTIONS_HELP 1006
  192. //
  193. // General prop page
  194. //
  195. #define IDC_GENERAL_COMBO_SERVERS 1007
  196. #define IDC_GENERAL_EDIT_USERNAME 1009
  197. #define IDC_GENERAL_EDIT_PASSWORD 1010
  198. #define IDC_GENERAL_EDIT_DOMAIN 1011
  199. #define IDC_GENERAL_CHECK_SAVE_PASSWORD 1012
  200. #define IDC_BUTTON_OPEN 1013
  201. #define IDC_BUTTON_SAVE 1014
  202. #define IDC_STATIC_PASSWORD 1015
  203. //
  204. // Local resources prop page
  205. //
  206. #define IDC_RES_SLIDER 1113
  207. #define IDC_COMBO_COLOR_DEPTH 1114
  208. #define IDC_CHECK_LOCAL_DRIVES 1115
  209. #define IDC_LABEL_SCREENRES 1116
  210. #define IDC_COLORPREVIEW 1117
  211. #define IDC_COMBO_SEND_KEYS 1118
  212. #define IDC_COMBO_SOUND_OPTIONS 1119
  213. #define IDC_CHECK_REDIRECT_DRIVES 1120
  214. #define IDC_CHECK_REDIRECT_PRINTERS 1121
  215. #define IDC_CHECK_REDIRECT_COM 1122
  216. #define IDC_CHECK_REDIRECT_SMARTCARD 1123
  217. #define IDC_CHECK_DISPLAY_BBAR 1124
  218. #define IDC_STATIC_LOGO_BMP 1125
  219. #define IDC_SETUP_PRINTER 1126
  220. //
  221. // Run prop page
  222. //
  223. #define IDC_CHECK_START_PROGRAM 1130
  224. #define IDC_EDIT_STARTPROGRAM 1131
  225. #define IDC_EDIT_WORKDIR 1132
  226. #define IDC_STATIC_STARTPROGRAM 1133
  227. #define IDC_STATIC_WORKDIR 1134
  228. //
  229. // Advanced prop page
  230. //
  231. #define UI_IDC_STATIC_CHOOSE_SPEED 1140
  232. #define IDC_COMBO_PERF_OPTIMIZE 1141
  233. #define UI_IDC_STATIC_OPTIMIZE_PERF 1142
  234. #define IDC_CHECK_DESKTOP_BKND 1143
  235. #define IDC_CHECK_SHOW_FWD 1144
  236. #define IDC_CHECK_MENU_ANIMATIONS 1145
  237. #define IDC_CHECK_THEMES 1146
  238. #define IDC_CHECK_BITMAP_CACHING 1147
  239. #define IDC_CHECK_ENABLE_ARC 1148
  240. #ifdef PROXY_SERVER
  241. #define IDC_GENERAL_EDIT_PROXYSERVER 1150
  242. #endif //PROXY_SERVER
  243. //
  244. // Security redirection warning dialog
  245. //
  246. #define UI_IDC_STATIC_DEVICES 1200
  247. #define UI_IDC_CHECK_NOPROMPT 1201
  248. /****************************************************************************/
  249. /* Icon */
  250. /****************************************************************************/
  251. #define UI_IDI_MSTSC_ICON 100
  252. #define UI_IDI_ICON 101
  253. #define UI_IDI_PORT_ICON 403
  254. #define UI_IDI_COMPUTER 402
  255. #define UI_IDI_INFO_ICON 401
  256. #define UI_IDI_ERROR_ICON 400
  257. #define UI_IDI_WARN_ICON 399
  258. #define UI_IDB_BIKE1 398
  259. #define UI_IDB_BIKE2 397
  260. #define UI_IDB_FOGGY 396
  261. #define UI_IDB_SERVER 393
  262. #define UI_IDC_WARNING_ICON_HOLDER 392
  263. #define UI_IDI_COOLPC_ICON 391
  264. #define UI_IDI_FOLDER_ICON 390
  265. #define UI_IDI_SOUND_ICON 389
  266. #define UI_IDI_KEYBOARD_ICON 388
  267. #define UI_IDI_DRIVE_ICON 387
  268. #define UI_IDI_MONITOR_ICON 386
  269. #define UI_CONNECT_ANIM 385
  270. //
  271. // Icons for browse for servers UI
  272. //
  273. #define UI_IDI_DOMAIN 380
  274. #define UI_IDI_SERVER 381
  275. /****************************************************************************/
  276. /* UI String IDs */
  277. /****************************************************************************/
  278. #define UI_IDS_INITIALIZING 1000
  279. #define UI_IDS_PRESS_ENTER 1001
  280. #define UI_IDS_CONNECTING 1002
  281. #define UI_IDS_FRAME_TITLE_DISCONNECTED 1003
  282. #define UI_IDS_APP_NAME 1004
  283. #define UI_IDS_FRAME_TITLE_CONNECTED 1005
  284. #define UI_IDS_FRAME_TITLE_CONNECTED_DEFAULT 1006
  285. #define UI_IDS_BUILDNUMBER 1007
  286. #define UI_IDS_SHELL_VERSION 1008
  287. #define UI_IDS_CONTROL_VERSION 1009
  288. #define UI_IDS_DISCONNECT_REMOTE_BY_SERVER 1010
  289. #define UI_IDS_LOW_MEMORY 1011
  290. #define UI_IDS_SECURITY_ERROR 1012
  291. #define UI_IDS_BAD_SERVER_NAME 1013
  292. #define UI_IDS_CONNECT_FAILED_PROTOCOL 1014
  293. #define UI_IDS_NETWORK_ERROR 1015
  294. #define UI_IDS_INTERNAL_ERROR 1016
  295. #define UI_IDS_NOT_RESPONDING 1017
  296. #define UI_IDS_VERSION_MISMATCH 1018
  297. #define UI_IDS_ENCRYPTION_ERROR 1019
  298. #define UI_IDS_PROTOCOL_ERROR 1020
  299. #define UI_IDS_ILLEGAL_SERVER_NAME 1021
  300. #define UI_IDS_HELP_TEXT 1022
  301. #define UI_IDS_CIPHER_STRENGTH 1023
  302. #define UI_IDS_ERR_LOADINGCONTROL 1024
  303. #define UI_IDS_ERR_DLLNOTFOUND 1025
  304. #define UI_IDS_ERR_DLLBADVERSION 1026
  305. #define UI_IDS_CMD_LINE_USAGE 1027
  306. #define UI_IDS_ERR_FILEDOESNOTEXIST 1028
  307. #define UI_IDS_ERR_CREATE_REMDESKS_FOLDER 1029
  308. #define UI_IDS_ERR_OPEN_FILE 1030
  309. #define UI_IDS_ERR_SAVE 1031
  310. #define UI_IDS_ERR_LOAD 1032
  311. #define UI_IDS_ERR_CONNECTCALLFAILED 1033
  312. #define UI_IDS_ERR_GETPATH_TO_DEFAULT_FILE 1034
  313. #define UI_IDS_ERR_INITDEFAULT 1035
  314. #define UI_IDS_MYDOCUMENTS 1036
  315. #define UI_IDS_USAGE_TITLE 1037
  316. #define UI_IDS_CANNOT_LOOPBACK_CONNECT 1038
  317. #define UI_IDS_PATHTOLONG 1039
  318. #define UI_IDS_LOCALPRINTDOCNAME 1040
  319. #define UI_IDS_NOHTMLHELP 1041
  320. #define UI_IDS_MSG_PASSNOTSAVED 1042
  321. #define UI_IDS_ERR_INVALID_CONNECTION_FILE 1043
  322. #define UI_IDS_FIPS_ERROR 1044
  323. #define UI_IDS_CONNECTION_TIMEOUT 1051
  324. #define UI_IDC_CHECKBOX 1052
  325. #define UI_IDC_CONNECTION 1053
  326. #define UI_IDS_CONNECTING_TO_SERVER 1054
  327. #define UI_IDS_NO_TERMINAL_SERVER 1055
  328. #define UI_IDC_BITMAP_PERSISTENCE 1056
  329. #define UI_IDS_CONNECTION_BROKEN 1057
  330. #define UI_IDS_DISCONNECT_REMOTE_BY_SERVER_TOOL 1058
  331. #define UI_IDS_DISCONNECT_BYOTHERCONNECTION 1059
  332. #define UI_IDS_LOGOFF_REMOTE_BY_SERVER 1060
  333. #define UI_IDS_IME_NAME_JPN 1065
  334. #define UI_IDS_IME_NAME_KOR 1066
  335. #define UI_IDS_IME_NAME_CHT 1067
  336. #define UI_IDS_IME_NAME_CHS 1068
  337. #define UI_IDS_OPTIONS_MORE 1070
  338. #define UI_IDS_OPTIONS_LESS 1071
  339. #define UI_IDS_COLOR_4bpp 1073
  340. #define UI_IDS_COLOR_256 1074
  341. #define UI_IDS_COLOR_15bpp 1075
  342. #define UI_IDS_COLOR_16bpp 1076
  343. #define UI_IDS_COLOR_24bpp 1077
  344. #define UI_IDS_SUPPORTED_RES 1078
  345. #define UI_IDS_FULLSCREEN 1079
  346. #define UI_IDS_SENDKEYS_FSCREEN 1080
  347. #define UI_IDS_SENDKEYS_ALWAYS 1081
  348. #define UI_IDS_SENDKEYS_NEVER 1082
  349. #define UI_IDS_PLAYSOUND_LOCAL 1083
  350. #define UI_IDS_PLAYSOUND_REMOTE 1084
  351. #define UI_IDS_PLAYSOUND_NOSOUND 1085
  352. #define UI_IDS_BROWSE_FOR_COMPUTERS 1086
  353. #define UI_IDS_GENERAL_TAB_NAME 1087
  354. #define UI_IDS_DISPLAY_TAB_NAME 1088
  355. #define UI_IDS_LOCAL_RESOURCES_TAB_NAME 1089
  356. #define UI_IDS_RUN_TAB_NAME 1090
  357. #define UI_IDS_PERF_TAB_NAME 1091
  358. #define UI_IDS_REMOTE_DESKTOP_FILES 1092
  359. #define UI_IDS_CLOSE_TEXT 1094
  360. #define UI_IDS_DISCONNECT_IDLE_TIMEOUT 1095
  361. #define UI_IDS_DISCONNECT_LOGON_TIMEOUT 1096
  362. #define UI_IDS_DISCONNECTED_CAPTION 1097
  363. //Informative protcol error with additional status
  364. #define UI_IDS_PROTOCOL_ERROR_WITH_CODE 1098
  365. #define UI_IDS_LICENSING_TIMEDOUT 1099
  366. #define UI_IDS_LICENSING_NEGOT_FAILED 1100
  367. #define UI_IDS_SERVER_OUT_OF_MEMORY 1101
  368. // Server licensing errors
  369. #define UI_IDS_LICENSE_INTERNAL 1102
  370. #define UI_IDS_LICENSE_NO_LICENSE_SERVER 1103
  371. #define UI_IDS_LICENSE_NO_LICENSE 1104
  372. #define UI_IDS_LICENSE_BAD_CLIENT_MSG 1105
  373. #define UI_IDS_LICENSE_HWID_DOESNT_MATCH_LICENSE 1106
  374. #define UI_IDS_LICENSE_BAD_CLIENT_LICENSE 1107
  375. #define UI_IDS_LICENSE_CANT_FINISH_PROTOCOL 1108
  376. #define UI_IDS_LICENSE_CLIENT_ENDED_PROTOCOL 1109
  377. #define UI_IDS_LICENSE_BAD_CLIENT_ENCRYPTION 1110
  378. #define UI_IDS_LICENSE_CANT_UPGRADE_LICENSE 1111
  379. #define UI_IDS_LICENSE_NO_REMOTE_CONNECTIONS 1112
  380. // More disconnection messages
  381. #define UI_IDS_SERVER_DENIED_CONNECTION 1113
  382. #define UI_IDS_CLIENTSIDE_PROTOCOL_ERROR 1114
  383. #define UI_IDS_CLIENT_DECOMPRESSION_FAILED 1115
  384. #define UI_IDS_SERVER_DECRYPTION_ERROR 1116
  385. #define UI_IDS_SERVER_DENIED_CONNECTION_FIPS 1117
  386. #define UI_IDS_CANCEL_TEXT 1200
  387. #define UI_IDS_BRANDING_LINE1 1201
  388. #define UI_IDS_BRANDING_LINE2 1202
  389. #define UI_IDS_BRANDING_LN1FONT 1203
  390. #define UI_IDS_BRANDING_LN1SIZE 1204
  391. #define UI_IDS_BRANDING_LN2FONT 1205
  392. #define UI_IDS_BRANDING_LN2SIZE 1206
  393. #define UI_IDS_LINESPACING_DELTA 1207
  394. #define UI_IDS_OPTIMIZE_28K 1220
  395. #define UI_IDS_OPTIMIZE_56K 1221
  396. #define UI_IDS_OPTIMIZE_BROADBAND 1222
  397. #define UI_IDS_OPTIMIZE_LAN 1223
  398. #define UI_IDS_OPTIMIZE_MAIN_CUSTOM 1224
  399. #define UI_IDS_OPTIMIZE_CUSTOM 1225
  400. #define UI_IDS_CLIPCLEANTEMPDIR_STRING 1300
  401. #define UI_IDS_CLIPPASTEINFO_STRING 1301
  402. #define UI_IDS_REDIRPROMPT_DRIVES 1302
  403. #define UI_IDS_REDIRPROMPT_PORTS 1303
  404. #define UI_IDS_CONNECTIONATTEMPT_STRING 1304
  405. //
  406. // 2000-2999 range is reserved for fatal error strings
  407. //
  408. //
  409. #define UI_FATAL_ERROR_MESSAGE 2998
  410. #define UI_FATAL_ERR_TITLE_ID 2999
  411. /****************************************************************************/
  412. /* Mstsc menu id's */
  413. /****************************************************************************/
  414. #define UI_MENU_MAINHELP 3000
  415. #define UI_MENU_CLIENTHELP 3001
  416. #define UI_MENU_ABOUT 3002
  417. #define UI_MENU_DEBUG 3003
  418. #define UI_MENU_BITMAPPDU 3004
  419. #define UI_MENU_SSBORDER 3005
  420. #define UI_MENU_HATCHMEMBIT 3006
  421. #define UI_MENU_INDEXPDU 3007
  422. #define UI_MENU_LABELMEMBIT 3008
  423. #define UI_MENU_CACHE 3009
  424. #define UI_MENU_MALLOC 3010
  425. #define UI_MENU_MALLOCHUGE 3011
  426. #define UI_MENU_NETWORK 3012
  427. #define UI_MENU_APPCLOSE 3013
  428. #ifdef SMART_SIZING
  429. #define UI_MENU_SMARTSIZING 3017
  430. #endif // SMART_SIZING
  431. //Acceleratrors
  432. #define IDR_ACCELERATORS 3014
  433. #define IDC_NEXTTAB 3015
  434. #define IDC_PREVTAB 3016
  435. //
  436. // MUI localized strings for
  437. // start menu, etc. DO NOT CHANGE THESE VALUES
  438. // without updating tsoc.inx
  439. //
  440. #define UI_IDS_RDC_STARTMENU_NAME 4000
  441. #define UI_IDS_RDC_STARTMENU_TIP 4001
  442. #define UI_IDS_RDC_VERB_CONNECT 4002
  443. #define UI_IDS_RDC_VERB_EDIT 4003
  444. #define UI_IDS_RDC_FILETYPE 4004