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.

202 lines
7.6 KiB

  1. /*++
  2. Copyright (c) 1993 Microsoft Corporation
  3. Module Name:
  4. resource.h
  5. Abstract:
  6. This file contains all manafest contants for FAXSETUP's resources.
  7. Author:
  8. Wesley Witt (wesw) 27-June-1995
  9. Environment:
  10. User Mode
  11. --*/
  12. #define WIZARD_WIDTH 276
  13. #define WIZARD_HEIGTH 140
  14. #define IDC_STATIC -1
  15. //
  16. // icons
  17. //
  18. #define IDI_ACMEICON 501
  19. //
  20. // bitmaps
  21. //
  22. #define IDB_FAXWIZ_BITMAP 502
  23. #define IDB_CHECKSTATES 503
  24. #define IDB_WATERMARK16 504
  25. #define IDB_WATERMARK256 505
  26. //
  27. // dialogs
  28. //
  29. #define IDD_WELCOME 701
  30. #define IDD_SERVER_NAME_PAGE 702
  31. #define IDD_FILE_COPY_PAGE 703
  32. #define IDD_STATIONID_PAGE 704
  33. #define IDD_ROUTING_PAGE 705
  34. #define IDD_ROUTE_PRINT_PAGE 706
  35. #define IDD_ROUTE_STOREDIR_PAGE 707
  36. #define IDD_ROUTE_INBOX_PAGE 708
  37. #define IDD_ROUTE_USERPASS_PAGE 709
  38. #define IDD_CLIENT_SERVER_NAME_PAGE 710
  39. #define IDD_CLIENT_USER_INFO_PAGE 711
  40. #define IDD_CLIENT_LAST_PAGE 712
  41. #define IDD_DEVICE_INIT_PAGE 713
  42. #define IDD_SERVER_PLATFORMS_PAGE 714
  43. #define IDD_LAST_WIZARD_PAGE 799
  44. #define IDD_SECURITY_ERROR 801
  45. #define IDD_PRINTER_NAME 802
  46. #define IDD_LAST_UNINSTALL_PAGE 804
  47. #define IDD_WORKSTATION_DEVICE_SELECT 805
  48. #define IDD_EXCHANGE_PAGE 806
  49. #define IDD_FAX_MODEM_INSTALL 807
  50. //
  51. // controls
  52. //
  53. #define IDC_CONTINUE 101
  54. #define IDC_EXIT 102
  55. #define IDC_COPY_PROGRESS 103
  56. #define IDC_FAX_PHONE 104
  57. #define IDC_BITMAP_STATIC 106
  58. #define IDC_ANS_YES 107
  59. #define IDC_ANS_NO 108
  60. #define IDC_DEST_PRINTERLIST 110
  61. #define IDC_DEST_DIRPATH 111
  62. #define IDC_BROWSE_DIR 112
  63. #define IDC_DEST_PROFILENAME 113
  64. #define IDC_ACCOUNT_NAME 114
  65. #define IDC_PASSWORD 115
  66. #define IDT_STATIC 116
  67. #define IDC_WIZBMP 117
  68. #define IDC_PRINTER_NAME 118
  69. #define IDC_SERVER_NAME 119
  70. #define IDC_SENDER_NAME 120
  71. #define IDC_SENDER_FAX_AREA_CODE 121
  72. #define IDC_SENDER_FAX_NUMBER 122
  73. #define IDC_PROGRESS_TEXT 123
  74. #define IDC_PASSWORD2 124
  75. #define IDC_DEVICE_PROGRESS 125
  76. #define IDC_DEVICE_PROGRESS_TEXT 126
  77. #define IDC_PLATFORM_LIST 127
  78. #define IDC_DEVICE_LIST 131
  79. #define IDC_LAST_LABEL01 132
  80. #define IDC_LAST_LABEL02 133
  81. #define IDC_FC_WAITMSG 134
  82. #define IDC_LABEL_PRINTERNAME 136
  83. #define IDC_WELCOME_LABEL01 137
  84. #define IDC_WELCOME_LABEL02 138
  85. #define IDC_DEVICEINIT_LABEL01 139
  86. #define IDC_LASTUNINSTALL_LABEL01 140
  87. #define IDC_HEADER_BOTTOM 142
  88. //
  89. // strings
  90. //
  91. #define IDS_TITLE_WKS 201
  92. #define IDS_TITLE_SRV 202
  93. #define IDS_COPYING 203
  94. #define IDS_COPY_WAITMSG 204
  95. #define IDS_COULD_NOT_DELETE_FAX_PRINTER 205
  96. #define IDS_COULD_NOT_DELETE_FILES 206
  97. #define IDS_CREATING_FAXPRT 207
  98. #define IDS_CREATING_GROUPS 208
  99. #define IDS_DEFAULT_PRINTER 209
  100. #define IDS_DEFAULT_SHARE 210
  101. #define IDS_DELETE_WAITMSG 211
  102. #define IDS_DELETING 212
  103. #define IDS_DELETING_FAX_PRINTERS 213
  104. #define IDS_DELETING_FAX_SERVICE 214
  105. #define IDS_DELETING_GROUPS 215
  106. #define IDS_DELETING_REGISTRY 216
  107. #define IDS_DEVICEINIT_LABEL01 217
  108. #define IDS_ERR_TITLE 218
  109. #define IDS_FAXCLIENT_SETUP 219
  110. #define IDS_FAX_PRINTER_PENDING_DELETION 220
  111. #define IDS_FAX_SHARE_COMMENT 221
  112. #define IDS_INBOUND_DIR 222
  113. #define IDS_INIT_TAPI 223
  114. #define IDS_INSTALLING_FAXSVC 224
  115. #define IDS_INVALID_DIRECTORY 226
  116. #define IDS_INVALID_LOCAL_PRINTER_NAME 227
  117. #define IDS_LABEL01_LAST 228
  118. #define IDS_LABEL_PRINTERNAME 229
  119. #define IDS_LASTUNINSTALL_LABEL01 230
  120. #define IDS_NO_MODEM 231
  121. #define IDS_QUERY_CANCEL 235
  122. #define IDS_QUERY_UNINSTALL 236
  123. #define IDS_SETTING_REGISTRY 237
  124. #define IDS_SHARE_FAX_PRINTER 238
  125. #define IDS_STARTING_FAXSVC 239
  126. #define IDS_TITLE 240
  127. #define IDS_WELCOME_LABEL01 241
  128. #define IDS_WELCOME_LABEL02 242
  129. #define IDS_WRN_SPOOLER 243
  130. #define IDS_WRN_TITLE 244
  131. #define IDS_PRINTER_NAME 245
  132. #define IDS_CSID 246
  133. #define IDS_TSID 247
  134. #define IDS_DEST_DIR 248
  135. #define IDS_PROFILE 249
  136. #define IDS_ACCOUNTNAME 250
  137. #define IDS_PASSWORD 251
  138. #define IDS_NO_TAPI_DEVICES 252
  139. #define IDS_USER_MUST_BE_ADMIN 253
  140. #define IDS_COULD_NOT_INSTALL_FAX_SERVICE 254
  141. #define IDS_COULD_NOT_START_FAX_SERVICE 255
  142. #define IDS_COULD_NOT_CREATE_PRINTER 256
  143. #define IDS_COULD_SET_REG_DATA 257
  144. #define IDS_INVALID_USER 258
  145. #define IDS_INVALID_USER_NAME 259
  146. #define IDS_INVALID_AREA_CODE 260
  147. #define IDS_INVALID_PHONE_NUMBER 261
  148. #define IDS_ROUTING_REQUIRED 262
  149. #define IDS_COULD_NOT_COPY_FILES 263
  150. #define IDS_CANT_USE_FAX_PRINTER 264
  151. #define IDS_CANT_SET_SERVICE_ACCOUNT 265
  152. #define IDS_EXCHANGE_IS_RUNNING 266
  153. #define IDS_DEFAULT_PRINTER_NAME 267
  154. #define IDS_INSTALLING_EXCHANGE 268
  155. #define IDS_NO_CLASS1 269
  156. #define IDS_351_MODEM 270
  157. #define IDS_LARGEFONTNAME 271
  158. #define IDS_LARGEFONTSIZE 272
  159. #define IDS_UAA_MODE 273
  160. #define IDS_UAA_PRINTER_NAME 274
  161. #define IDS_UAA_FAX_PHONE 275
  162. #define IDS_UAA_DEST_PROFILENAME 276
  163. #define IDS_UAA_ROUTE_PROFILENAME 277
  164. #define IDS_UAA_PLATFORM_LIST 278
  165. #define IDS_UAA_DEST_PRINTERLIST 279
  166. #define IDS_UAA_ACCOUNT_NAME 280
  167. #define IDS_UAA_PASSWORD 281
  168. #define IDS_UAA_DEST_DIRPATH 283
  169. #define IDS_UAA_SERVER_NAME 284
  170. #define IDS_UAA_SENDER_NAME 285
  171. #define IDS_UAA_SENDER_FAX_AREA_CODE 286
  172. #define IDS_UAA_SENDER_FAX_NUMBER 287
  173. #define IDS_PERMISSION_CREATE_PRINTER 288
  174. #define IDS_TITLE_PP 289
  175. #define IDS_LABEL02_LAST 290
  176. #define IDS_TITLE_RA 291
  177. #define IDS_W95_INF_NAME 292