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.

245 lines
9.3 KiB

  1. /*+-------------------------------------------------------------------------+
  2. | Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved. |
  3. +-------------------------------------------------------------------------+*/
  4. #ifndef _HRESOURCE_
  5. #define _HRESOURCE_
  6. #ifdef __cplusplus
  7. extern "C"{
  8. #endif
  9. #include "helpid.h"
  10. // +------------------------------------------------------------------------+
  11. // | Main MoveIt Dialog
  12. // +------------------------------------------------------------------------+
  13. #define IDR_MAINFRAME 1
  14. #define IDD_ABOUTBOX 999
  15. #define ID_FILE_OPEN 1000
  16. #define ID_HELP_CONT 1001
  17. #define ID_HELP_INDEX 1002
  18. #define ID_HELP_USING 1003
  19. #define ID_APP_ABOUT 1004
  20. #define ID_FILE_SAVE 1005
  21. #define ID_LOGGING 1006
  22. #define ID_FILE_DEFAULT 1007
  23. #define IDC_EXIT 1008
  24. #define IDC_EDIT1 1010
  25. #define IDC_LIST1 1011
  26. #define IDC_TRIAL 1012
  27. #define IDC_USERINF 1013
  28. #define IDC_ADD 1014
  29. #define IDC_DELETE 1015
  30. #define IDC_FILEINF 1016
  31. #ifndef IDHELP
  32. #define IDHELP 1017
  33. #endif // IDHELP
  34. // Common Advanced>> button
  35. #define IDC_ADVANCED 1018
  36. #define ID_INIT 1019
  37. // +------------------------------------------------------------------------+
  38. // | Get Servers Dialog
  39. // +------------------------------------------------------------------------+
  40. #define IDC_EDITNWSERV 1020
  41. #define IDC_EDITNTSERV 1021
  42. #define IDC_NWBROWSE 1022
  43. #define IDC_NTBROWSE 1023
  44. #define ID_SETSEL 1024
  45. // +------------------------------------------------------------------------+
  46. // | User Dialog
  47. // +------------------------------------------------------------------------+
  48. #define IDC_CHKUSERS 1030
  49. #define IDC_TABUSERS 1031
  50. #define IDC_PWCONST 1032
  51. #define IDC_CHKPWFORCE 1033
  52. #define IDC_USERCONST 1034
  53. #define IDC_GROUPCONST 1035
  54. #define IDC_CHKSUPER 1036
  55. #define IDC_CHKADMIN 1037
  56. #define IDC_CHKNETWARE 1038
  57. #define IDC_CHKMAPPING 1039
  58. #define IDC_MAPPINGFILE 1040
  59. #define IDC_BTNMAPPINGFILE 1041
  60. #define IDC_BTNMAPPINGEDIT 1042
  61. #define IDC_CHKFPNW 1043
  62. // These must be contiguous...
  63. #define IDC_RADIO1 1045
  64. #define IDC_RADIO2 1046
  65. #define IDC_RADIO3 1047
  66. #define IDC_RADIO4 1048
  67. #define IDC_RADIO5 1049
  68. #define IDC_RADIO6 1050
  69. #define IDC_RADIO7 1051
  70. #define IDC_RADIO8 1052
  71. #define IDC_RADIO9 1053
  72. #define IDC_RADIO10 1054
  73. #define IDC_TRUSTED 1055
  74. #define IDC_CHKTRUSTED 1056
  75. #define IDC_BTNTRUSTED 1057
  76. #define IDC_STATDUP 1058
  77. #define IDC_DEFAULTBOX 1059
  78. // +------------------------------------------------------------------------+
  79. // +------------------------------------------------------------------------+
  80. #define IDC_DOMAIN 1060
  81. #define IDC_LOADNWSERV 1061
  82. #define IDC_LOADNTSERV 1062
  83. #define IDC_LOADDOMAIN 1063
  84. #define IDC_ALTOK 1064
  85. // +------------------------------------------------------------------------+
  86. // +------------------------------------------------------------------------+
  87. #define IDC_CHKUVERBOSE 1070
  88. #define IDC_CHKFVERBOSE 1071
  89. #define IDC_CHKERROR 1072
  90. #define IDC_VIEWLOG 1073
  91. // +------------------------------------------------------------------------+
  92. // +------------------------------------------------------------------------+
  93. #define IDC_S_CUR_CONV 1100
  94. #define IDC_S_TOT_CONV 1101
  95. #define IDC_S_SRCSERV 1102
  96. #define IDC_S_DESTSERV 1103
  97. #define IDC_S_CONVTXT 1104
  98. #define IDC_S_CUR_NUM 1105
  99. #define IDC_S_CUR_TOT 1106
  100. #define IDC_S_ITEMLABEL 1107
  101. #define IDC_S_STATUSITEM 1108
  102. #define IDC_S_TOT_COMP 1109
  103. #define IDC_S_TOT_GROUPS 1110
  104. #define IDC_S_TOT_USERS 1111
  105. #define IDC_S_TOT_FILES 1112
  106. #define IDC_S_TOT_ERRORS 1113
  107. // +------------------------------------------------------------------------+
  108. // +------------------------------------------------------------------------+
  109. #define IDC_PANEL1 1130
  110. #define IDC_PANEL2 1131
  111. #define IDC_PANEL3 1132
  112. #define IDC_PANEL4 1133
  113. #define IDC_PANEL5 1134
  114. #define IDC_PANEL6 1135
  115. #define IDC_PANEL7 1136
  116. #define IDC_PANEL8 1137
  117. #define IDC_PANEL9 1138
  118. #define IDC_PANEL10 1139
  119. #define IDR_LISTICONS 1200
  120. // +------------------------------------------------------------------------+
  121. // +------------------------------------------------------------------------+
  122. #define IDC_CHKFILES 1301
  123. #define IDC_MODIFY 1302
  124. #define IDC_FILES 1303
  125. #define IDC_FOPTIONS 1304
  126. #define IDC_TABFILES 1305
  127. #define IDC_LIST2 1306
  128. #define IDC_COMBO1 1307
  129. #define IDC_COMBO2 1308
  130. #define IDC_NEWSHARE 1309
  131. #define IDC_PROPERTIES 1310
  132. #define ID_UPDATELIST 1311
  133. #define IDC_VOLUME 1312
  134. #define IDC_FSERVER 1313
  135. #define IDC_TSERVER 1314
  136. #define IDR_FILEICONS 1320
  137. #define IDR_CHECKICONS 1321
  138. #define ID_CHECKCHECK 1322
  139. // Menus for the dialog
  140. #define IDM_EXP_ONE 1330
  141. #define IDM_EXP_BRANCH 1331
  142. #define IDM_EXP_ALL 1332
  143. #define IDM_COLLAPSE 1333
  144. #define IDM_VIEW_BOTH 1334
  145. #define IDM_VIEW_TREE 1335
  146. #define IDM_VIEW_DIR 1336
  147. #define IDM_HIDDEN 1337
  148. #define IDM_SYSTEM 1338
  149. // +------------------------------------------------------------------------+
  150. // +------------------------------------------------------------------------+
  151. #define IDC_PASSWORD 1340
  152. #define IDC_SERVNAME 1341
  153. #define IDC_USERNAME 1342
  154. // +------------------------------------------------------------------------+
  155. // +------------------------------------------------------------------------+
  156. #define IDC_SHARENAME 1350
  157. #define IDC_EDIT2 1352
  158. #define IDC_EDIT3 1353
  159. #define ID_UPDATECOMBO 1354
  160. // +------------------------------------------------------------------------+
  161. // +------------------------------------------------------------------------+
  162. #define IDC_OLDNAME 1360
  163. #define IDC_NEWNAME 1361
  164. // +------------------------------------------------------------------------+
  165. // +------------------------------------------------------------------------+
  166. #define IDC_LIST3 1370
  167. #define IDC_T_DRIVES 1371
  168. #define IDC_T_SHARES 1372
  169. #define IDC_T_VOLUMES 1373
  170. #define IDC_VERSION 1374
  171. #define IDC_TYPE 1375
  172. #define ID_REDRAWLIST 1380
  173. // +------------------------------------------------------------------------+
  174. // +------------------------------------------------------------------------+
  175. #define IDC_USERS 1390
  176. #define IDC_GROUPS 1391
  177. // +------------------------------------------------------------------------+
  178. // +------------------------------------------------------------------------+
  179. #define IDC_DLGMAIN 1999
  180. #define IDC_STATIC -1
  181. #define IDH_H 3000
  182. // +------------------------------------------------------------------------+
  183. // | About Box
  184. // +------------------------------------------------------------------------+
  185. #define IDC_AVAIL_MEM 101
  186. #define IDC_PHYSICAL_MEM 101
  187. #define IDC_LICENSEE_COMPANY 104
  188. #define IDC_LICENSEE_NAME 105
  189. #define IDD_SPLASH 105
  190. #define IDC_MATH_COPR 106
  191. #define IDC_DISK_SPACE 107
  192. #define IDC_BIGICON 1001
  193. #define IDM_ADDSEL 2000
  194. #define IDC_SIZEHORZ 500
  195. #ifdef __cplusplus
  196. }
  197. #endif
  198. #endif