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.

349 lines
13 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. resource.h
  5. Abstract:
  6. Declaration of resource ID constants
  7. Environment:
  8. Windows NT fax configuration applet
  9. Revision History:
  10. 02/22/96 -davidx-
  11. Created it.
  12. dd-mm-yy -author-
  13. description
  14. --*/
  15. #ifndef _RESOURCE_H_
  16. #define _RESOURCE_H_
  17. //
  18. // String resource IDs
  19. //
  20. #define IDS_QUALITY_NORMAL 262
  21. #define IDS_QUALITY_DRAFT 263
  22. #define IDS_ERROR_DLGTITLE 264
  23. #define IDS_RESOLVE_LINK_FAILED 265
  24. #define IDS_CANNOT_FIND_CPEDITOR 266
  25. #define IDS_CANNOT_OPEN_CPEDITOR 267
  26. #define IDS_CP_FILETYPE 268
  27. #define IDS_BROWSE_COVERPAGE 269
  28. #define IDS_BAD_CP_EXTENSION 270
  29. #define IDS_CP_DUPLICATE 271
  30. #define IDS_NO_COVERPG_DIR 272
  31. #define IDS_FILENAME_TOOLONG 273
  32. #define IDS_COPY_FILE_FAILED 274
  33. #define IDS_CREATE_LINK_FAILED 275
  34. #define IDS_CONFIRM_DELETE 276
  35. #define IDS_DELETE_PROMPT 277
  36. #define IDS_DELETE_FAILED 278
  37. #define IDS_NO_COUNTRY 279
  38. #define IDS_PRINTER_CHANGE_TITLE 280
  39. #define IDS_PRINTER_CHANGE_PROMPT 281
  40. #define IDS_NO_SEND_DEVICE 282
  41. #define IDS_DEVICE_NAME_COLUMN 283
  42. #define IDS_STATUS_COLUMN 284
  43. #define IDS_NO_FAX_PRINTER 285
  44. #define IDS_INBOUND_DIR 286
  45. #define IDS_DEFAULT_PRINTER 287
  46. #define IDS_CATEGORY 288
  47. #define IDS_LOGGING_LEVEL 289
  48. #define IDS_DIALING 290
  49. #define IDS_CSID_COLUMN 291
  50. #define IDS_TSID_COLUMN 292
  51. #define IDS_STATUS_AVAILABLE 293
  52. #define IDS_STATUS_UNAVAILABLE 294
  53. #define IDS_STATUS_SENDING 295
  54. #define IDS_STATUS_RECEIVING 296
  55. #define IDS_STATUS_ABORTING 297
  56. #define IDS_STATUS_ROUTING 298
  57. #define IDS_STATUS_DIALING 299
  58. #define IDS_STATUS_COMPLETED 300
  59. #define IDS_STATUS_HANDLED 301
  60. #define IDS_STATUS_BUSY 302
  61. #define IDS_STATUS_NO_ANSWER 303
  62. #define IDS_STATUS_BAD_ADDRESS 304
  63. #define IDS_STATUS_NO_DIAL_TONE 305
  64. #define IDS_STATUS_DISCONNECTED 306
  65. #define IDS_STATUS_FATAL_ERROR 307
  66. #define IDS_STATUS_NOT_FAX_CALL 308
  67. #define IDS_STATUS_CALL_DELAYED 309
  68. #define IDS_STATUS_CALL_BLACKLISTED 310
  69. #define IDS_STATUS_SEPARATOR 311
  70. #define IDS_LOGGING_NONE 312
  71. #define IDS_LOGGING_MIN 313
  72. #define IDS_LOGGING_MED 314
  73. #define IDS_LOGGING_MAX 315
  74. #define IDS_DELETE_PRINTER_PROMPT 316
  75. #define IDS_DELETE_PRINTER_MESSAGE 317
  76. #define IDS_DELETE_NO_PERMISSION 318
  77. #define IDS_DELETE_PRINTER_FAILED 319
  78. #define IDS_ADD_PRINTER_FAILED 320
  79. #define IDS_NO_FAX_SERVICE 321
  80. #define IDS_INVALID_PRINTER_NAME_TITLE 322
  81. #define IDS_INVALID_LOCAL_PRINTER_NAME 323
  82. #define IDS_INVALID_REMOTE_PRINTER_NAME 324
  83. #define IDS_ARCHIVE_DIR 325
  84. #define IDS_DIR_TOO_LONG 326
  85. #define IDS_INVALID_INBOUND_OPTIONS 327
  86. #define IDS_NO_INBOUND_ROUTING 328
  87. #define IDS_MISSING_INBOUND_DIR 329
  88. #define IDS_MISSING_PROFILE_NAME 330
  89. #define IDS_SETPRINTERDATA_FAILED 331
  90. #define IDS_OPENPRINTER_FAILED 332
  91. #define IDS_SETPRINTERPORTS_FAILED 333
  92. #define IDS_MISSING_ARCHIVEDIR 334
  93. #define IDS_NULL_SERVICE_HANDLE 335
  94. #define IDS_FAXSETCONFIG_FAILED 336
  95. #define IDS_FAXSETPORT_FAILED 337
  96. #define IDS_FAXSETLOCINFO_FAILED 338
  97. #define IDS_DEFAULT_SHARE 339
  98. #define IDS_DEVICE_STATUS 340
  99. #define IDS_DEVICE_STATUS_IDLE 341
  100. #define IDS_DEVICE_STATUS_ERROR 342
  101. #define IDS_DEFAULT_PROFILE 343
  102. #define IDS_PRIORITY_CHANGE_TITLE 344
  103. #define IDS_PRIORITY_CHANGE_MESSAGE 345
  104. #define IDS_STATUS_INITIALIZING 346
  105. #define IDS_STATUS_OFFLINE 347
  106. #define IDS_NO_FAXSERVER 348
  107. #define IDS_SERVER_NOTALIVE 349
  108. #define IDS_INVALID_SHARENAME 350
  109. #define IDS_DEVICE_BUSY 351
  110. #define IDS_WARNING_DLGTITLE 352
  111. #define IDS_NONEXISTENT_PRINTER 353
  112. #define IDS_STATUS_ANSWERED 354
  113. #define IDS_NO_AUTHORITY 355
  114. //
  115. // Dialog resource IDs
  116. //
  117. #define IDD_CLIENT_OPTIONS 100
  118. #define IDD_USER_INFO 101
  119. #define IDD_CLIENT_COVERPG 102
  120. #define IDD_SERVER_OPTIONS 103
  121. #define IDD_SERVER_COVERPG 104
  122. #define IDD_SEND_OPTIONS 105
  123. #define IDD_RECEIVE_OPTIONS 106
  124. #define IDD_DEVICE_STATUS 107
  125. #define IDD_LOGGING 108
  126. #define IDD_DEVICE_PRIORITY 109
  127. #define IDD_LOCAL_PRINTER 110
  128. #define IDD_PRINTER_CONNECTION 111
  129. #define IDD_RECEIVE_STATUS 112
  130. #define IDD_SEND_STATUS 113
  131. #define IDD_SERVER_GENERAL 114
  132. #define IDD_STATUS_OPTIONS 115
  133. #define IDC_STATIC -1
  134. #define IDC_PRINTER_LIST 300
  135. #define IDC_NEW_PRINTER 301
  136. #define IDC_DELETE_PRINTER 302
  137. #define IDC_SEND_ASAP 303
  138. #define IDC_SEND_AT_CHEAP 304
  139. #define IDC_SEND_AT_TIME 305
  140. #define IDC_PAPER_SIZE 306
  141. #define IDC_IMAGE_QUALITY 307
  142. #define IDC_PORTRAIT 308
  143. #define IDC_LANDSCAPE 309
  144. #define IDC_BILLING_CODE 310
  145. #define IDC_PRINTER_NAME 311
  146. #define IDC_EMAIL 312
  147. #define IDC_TC_AT_TIME 320
  148. #define IDC_SEND_WHEN_HOUR 321
  149. #define IDC_TIME_SEP 322
  150. #define IDC_SEND_WHEN_MINUTE 323
  151. #define IDC_SEND_WHEN_AMPM 324
  152. #define IDC_TIME_ARROW 325
  153. #define IDC_TC_CHEAP_BEGIN 330
  154. #define IDC_CHEAP_BEGIN_HOUR 331
  155. #define IDC_TIME_SEP1 332
  156. #define IDC_CHEAP_BEGIN_MINUTE 333
  157. #define IDC_CHEAP_BEGIN_AMPM 334
  158. #define IDC_CHEAP_BEGIN_TARROW 335
  159. #define IDC_TC_CHEAP_END 340
  160. #define IDC_CHEAP_END_HOUR 341
  161. #define IDC_TIME_SEP2 342
  162. #define IDC_CHEAP_END_MINUTE 343
  163. #define IDC_CHEAP_END_AMPM 344
  164. #define IDC_CHEAP_END_TARROW 345
  165. #define IDC_SENDER_NAME 350
  166. #define IDC_SENDER_FAX_NUMBER 351
  167. #define IDC_SENDER_MAILBOX 352
  168. #define IDC_SENDER_COMPANY 353
  169. #define IDC_SENDER_ADDRESS 354
  170. #define IDC_SENDER_TITLE 355
  171. #define IDC_SENDER_DEPT 356
  172. #define IDC_SENDER_OFFICE_LOC 357
  173. #define IDC_SENDER_OFFICE_TL 358
  174. #define IDC_SENDER_HOME_TL 359
  175. #define IDC_SENDER_BILLING_CODE 360
  176. #define IDC_COVERPG_LIST 400
  177. #define IDC_COVERPG_ADD 401
  178. #define IDC_COVERPG_NEW 402
  179. #define IDC_COVERPG_OPEN 403
  180. #define IDC_COVERPG_REMOVE 404
  181. #define IDC_TSID 450
  182. #define IDC_USE_SERVERCP 451
  183. #define IDC_ARCHIVE_CHECKBOX 452
  184. #define IDC_ARCHIVE_DIRECTORY 453
  185. #define IDC_FAX_DEVICE_LIST 500
  186. #define IDC_MOVEUP 501
  187. #define IDC_MOVEDOWN 502
  188. #define IDC_DEST_PRINTER 550
  189. #define IDC_DEST_PRINTERLIST 551
  190. #define IDC_DEST_DIR 552
  191. #define IDC_DEST_DIRPATH 553
  192. #define IDC_BROWSE_DIR 554
  193. #define IDC_DEST_EMAIL 555
  194. #define IDC_DEST_MAILBOX 556
  195. #define IDC_DEST_PROFILENAME 557
  196. #define IDC_CSID 558
  197. #define IDC_ALLOW_EMAIL 559
  198. #define IDC_DEST_RINGS 560
  199. #define IDC_DEST_PROFILENAME_STATIC 561
  200. #define IDC_NUMRETRIES 600
  201. #define IDC_RETRY_INTERVAL 601
  202. #define IDC_MAXJOBLIFE 602
  203. #define IDC_USE_DEVICE_TSID 603
  204. #define IDC_PRINT_BANNER 604
  205. #define IDC_DETAILS 650
  206. #define IDC_REFRESH 651
  207. #define IDC_LOGGING_LIST 700
  208. #define IDC_LOG_NONE 701
  209. #define IDC_LOG_MIN 702
  210. #define IDC_LOG_MED 703
  211. #define IDC_LOG_MAX 704
  212. #define IDC_DEVSTAT_DEVICE 800
  213. #define IDC_DEVSTAT_SENDER 801
  214. #define IDC_DEVSTAT_TO 802
  215. #define IDC_DEVSTAT_STARTEDAT 803
  216. #define IDC_DEVSTAT_DOCUMENT 804
  217. #define IDC_DEVSTAT_STATUS 805
  218. #define IDC_DEVSTAT_FAXNUMBER 806
  219. #define IDC_DEVSTAT_SUBMITTEDAT 807
  220. #define IDC_DEVSTAT_PRINTEDON 808
  221. #define IDC_DEVSTAT_TOTAL_BYTES 809
  222. #define IDC_DEVSTAT_CURRENT_PAGE 810
  223. #define IDC_DEVSTAT_TOTAL_PAGES 811
  224. #define IDC_STATUS_TASKBAR 900
  225. #define IDC_STATUS_ONTOP 901
  226. #define IDC_STATUS_VISUAL 902
  227. #define IDC_STATUS_SOUND 903
  228. #define IDC_STATUS_ANSWER 904
  229. #define IDC_STATUS_MANUAL 905
  230. //
  231. // Control IDs for static text and group box
  232. //
  233. #define IDCSTATIC_CLIENT_OPTIONS 1001
  234. #define IDCSTATIC_FAX_PRINTERS 1002
  235. #define IDCSTATIC_TIME_TO_SEND 1003
  236. #define IDCSTATIC_PRINT_SETUP 1004
  237. #define IDCSTATIC_PAPER_SIZE 1005
  238. #define IDCSTATIC_IMAGE_QUALITY 1006
  239. #define IDCSTATIC_ORIENTATION 1007
  240. #define IDCSTATIC_BILLING_CODE 1008
  241. #define IDCSTATIC_COVER_PAGE 1009
  242. #define IDCSTATIC_PERSONALCP 1010
  243. #define IDCSTATIC_USERINFO 1011
  244. #define IDCSTATIC_FULLNAME 1012
  245. #define IDCSTATIC_FAX_NUMBER_GROUP 1013
  246. #define IDCSTATIC_COUNTRY 1014
  247. #define IDCSTATIC_FAX_NUMBER 1015
  248. #define IDCSTATIC_OPEN_PAREN 1016
  249. #define IDCSTATIC_CLOSE_PAREN 1017
  250. #define IDCSTATIC_MAILBOX 1018
  251. #define IDCSTATIC_TITLE 1019
  252. #define IDCSTATIC_COMPANY 1020
  253. #define IDCSTATIC_OFFICE 1021
  254. #define IDCSTATIC_DEPT 1022
  255. #define IDCSTATIC_HOME_PHONE 1023
  256. #define IDCSTATIC_WORK_PHONE 1024
  257. #define IDCSTATIC_ADDRESS 1025
  258. #define IDCSTATIC_SERVER_OPTIONS 1026
  259. #define IDCSTATIC_RETRY_GROUP 1027
  260. #define IDCSTATIC_NUMRETRIES 1028
  261. #define IDCSTATIC_RETRY_INTERVAL 1029
  262. #define IDCSTATIC_MAXJOBLIFE 1030
  263. #define IDCSTATIC_SERVERCP 1033
  264. #define IDCSTATIC_SEND_OPTIONS 1034
  265. #define IDCSTATIC_FAX_DEVICES 1035
  266. #define IDCSTATIC_TSID 1036
  267. #define IDCSTATIC_CHEAP_BEGIN 1037
  268. #define IDCSTATIC_CHEAP_END 1038
  269. #define IDCSTATIC_RECEIVE_OPTIONS 1039
  270. #define IDCSTATIC_DEVICE_OPTIONS 1040
  271. #define IDCSTATIC_CSID 1041
  272. #define IDCSTATIC_PROFILE_NAME 1042
  273. #define IDCSTATIC_PRIORITY 1043
  274. #define IDCSTATIC_DEVICE_STATUS 1044
  275. #define IDCSTATIC_LOGGING 1045
  276. #define IDCSTATIC_LOGGING_CATEGORIES 1046
  277. #define IDCSTATIC_LOGGING_LEVEL 1047
  278. #define IDCSTATIC_ADD_LOCAL_PRINTER 1048
  279. #define IDCSTATIC_ADD_REMOTE_PRINTER 1049
  280. #define IDCSTATIC_LOCATION_LIST 1050
  281. #define IDCSTATIC_DIALING_ICON 1051
  282. #define IDCSTATIC_USERINFO_ICON 1052
  283. #define IDCSTATIC_SEND_ICON 1053
  284. #define IDCSTATIC_RECEIVE_ICON 1054
  285. #define IDCSTATIC_STATUS_ICON 1055
  286. #define IDCSTATIC_LOGGING_ICON 1056
  287. #define IDCSTATIC_FAXOPTS_ICON 1057
  288. #define IDCSTATIC_COVERPAGE_ICON 1058
  289. #define IDCSTATIC_EMAIL 1059
  290. #define IDCSTATIC_STATUS_OPTIONS 1060
  291. //
  292. // Icon resource IDs
  293. //
  294. #define IDI_USERINFO 259
  295. #define IDI_FAXOPTS 260
  296. #define IDI_COVERPG 261
  297. #define IDI_DIALING 262
  298. #define IDI_SEND 263
  299. #define IDI_RECEIVE 264
  300. #define IDI_PRIORITY 265
  301. #define IDI_STATUS 266
  302. #define IDI_LOGGING 267
  303. #define IDI_ARROWUP 268
  304. #define IDI_ARROWDOWN 269
  305. #define IDI_ARROWLEFT 270
  306. #define IDI_ARROWRIGHT 271
  307. //
  308. // Bitmap resource IDs
  309. //
  310. #define IDB_CHECKSTATES 256
  311. #endif // !_RESOURCE_H_