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.

181 lines
6.1 KiB

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. resource.h
  5. Abstract:
  6. Definition of resource ID constants
  7. Environment:
  8. Fax driver user interface
  9. Revision History:
  10. 02/15/01 -ivg-
  11. Created it.
  12. dd-mm-yy -author-
  13. description
  14. --*/
  15. #ifndef _RESOURCE_H_
  16. #define _RESOURCE_H_
  17. //////////////////////////////////////////////////////
  18. // //
  19. // THIS RESOURCE ID FILE IS PART OF FXSRES.DLL //
  20. // //
  21. // ALL THE IDs SHOULD BE IN RANGE //
  22. // //
  23. // [100 - 1999] //
  24. // //
  25. //////////////////////////////////////////////////////
  26. #define IDS_ERR_CONNECTION_FAILED 100
  27. #define IDS_ERR_ACCESS_DENIED 101
  28. #define IDS_ERR_NO_MEMORY 102
  29. #define IDS_ERR_OPERATION_FAILED 103
  30. #define IDS_ERR_FOLDER_NOT_FOUND 104
  31. #define IDS_ERR_DEVICE_LIMIT 105
  32. #define IDS_ERR_INVALID_RING_COUNT 106
  33. #define IDS_ERR_SELECT_PRINTER 107
  34. #define IDS_ERR_NAME_IS_TOO_LONG 108
  35. #define IDS_ERR_DIRECTORY_IN_USE 109
  36. //
  37. // The resource identifiers below are referred by value by FXSOCM.INF
  38. // DO NOT CHANGE them without updating the references in FXSOCM.INF !
  39. //
  40. #define IDS_SEND_WIZARD_SHORTCUT 110
  41. #define IDS_SEND_WIZARD_TOOLTIP 111
  42. #define IDS_COVER_PAGE_EDITOR_SHORTCUT 112
  43. #define IDS_COVER_PAGE_EDITOR_TOOLTIP 113
  44. #define IDS_CLIENT_CONSOLE_SHORTCUT 114
  45. #define IDS_CLIENT_CONSOLE_TOOLTIP 115
  46. #define IDS_SERVICE_MANAGER_SHORTCUT 116
  47. #define IDS_SERVICE_MANAGER_TOOLTIP 117
  48. #define IDS_FAX_PROGRAM_GROUP 118
  49. #define IDS_AWD_CONVERTOR_FRIENDLY_TYPE 119
  50. //
  51. // End of resource ids refered by FXSOCM.INF
  52. //
  53. #define IDS_ERR_INVALID_RETRIES 1000
  54. #define IDS_ERR_INVALID_RETRY_DELAY 1001
  55. #define IDS_ERR_INVALID_DIRTY_DAYS 1002
  56. #define IDS_ERR_INVALID_CSID 1003
  57. #define IDS_ERR_INVALID_TSID 1004
  58. //
  59. // Dialog controls
  60. //
  61. #define IDC_STATIC 1010
  62. //
  63. // Send configuration page controls
  64. //
  65. #define IDC_BRANDING_CHECK 1011
  66. #define IDC_RETRIES_STATIC 1012
  67. #define IDC_RETRIES_EDIT 1013
  68. #define IDC_RETRIES_SPIN 1014
  69. #define IDC_OUTB_RETRYDELAY_STATIC 1015
  70. #define IDC_RETRYDELAY_EDIT 1016
  71. #define IDC_RETRYDELAY_SPIN 1017
  72. #define IDC_OUTB_MINUTES_STATIC 1018
  73. #define IDC_OUTB_DIS_START_STATIC 1019
  74. #define IDC_DISCOUNT_START_TIME 1020
  75. #define IDC_OUTB_DIS_STOP_STATIC 1021
  76. #define IDC_DISCOUNT_STOP_TIME 1022
  77. #define IDC_DELETE_CHECK 1023
  78. #define IDC_DAYS_EDIT 1024
  79. #define IDC_DAYS_SPIN 1025
  80. #define IDC_DAYS_STATIC 1026
  81. //
  82. // Security strings
  83. //
  84. #define IDS_FAXSEC_SUB_LOW 1030
  85. #define IDS_FAXSEC_SUB_NORMAL 1031
  86. #define IDS_FAXSEC_SUB_HIGH 1032
  87. #define IDS_FAXSEC_JOB_QRY 1033
  88. #define IDS_FAXSEC_JOB_MNG 1034
  89. #define IDS_FAXSEC_CONFIG_QRY 1035
  90. #define IDS_FAXSEC_CONFIG_SET 1036
  91. #define IDS_FAXSEC_QRY_IN_ARCH 1037
  92. #define IDS_FAXSEC_MNG_IN_ARCH 1038
  93. #define IDS_FAXSEC_QRY_OUT_ARCH 1039
  94. #define IDS_FAXSEC_MNG_OUT_ARCH 1040
  95. #define IDS_FAXSEC_READ_PERM 1041
  96. #define IDS_FAXSEC_CHNG_PERM 1042
  97. #define IDS_FAXSEC_CHNG_OWNER 1043
  98. #define IDS_RIGHT_FAX 1044
  99. #define IDS_RIGHT_MNG_DOC 1045
  100. #define IDS_RIGHT_MNG_CFG 1046
  101. #define IDS_FAXSEC_JOB_SUB 1047
  102. #define IDS_ADMIN_CONSOLE_TITLE 1048
  103. //
  104. // Device config page common controls
  105. //
  106. #define IDCSTATIC_AUTO_ANSWER 1050
  107. #define IDC_STATIC_STORE_IN_FOLDER 1051
  108. #define IDC_ICON_STORE_IN_FOLDER 1052
  109. #define IDC_CSID 1053
  110. #define IDC_TSID 1054
  111. #define IDC_DEVICE_PROP_SEND 1055
  112. #define IDC_DEVICE_LIST 1056
  113. #define IDC_DEVICE_PROP_RECEIVE 1057
  114. #define IDC_STATIC_SELECT_MODEM 1058
  115. #define IDC_COMBO_MODEM 1059
  116. //
  117. // MAPI properties dialog common controls
  118. //
  119. #define IDC_PRINTER_LIST 1060
  120. #define IDC_USE_COVERPAGE 1061
  121. #define IDC_COVERPAGE_LIST 1062
  122. #define IDC_SEND_SINGLE_RECEIPT 1063
  123. #define IDC_ATTACH_FAX 1064
  124. //
  125. // MAPI extension common strings
  126. //
  127. #define IDS_PERSONAL 1070
  128. #define IDS_NO_FAX_PRINTER 1071
  129. #define IDS_CANT_ACCESS_SERVER 1072
  130. #define IDS_SERVICE_NAME 1100
  131. #define IDS_DEVICE 1101
  132. #define IDS_ERR_DIR_TOO_LONG 1102
  133. #define IDS_PATH_NOT_FOUND_ASK_CREATE 1103
  134. #define IDS_PATH_NOT_FOUND_REMOTE_FAX 1104
  135. #define IDS_PATH_NOT_FOUND_REMOTE_PATH 1105
  136. #define IDS_PATH_NOT_FOUND_ENV_VAR 1106
  137. #define IDS_FILE_ACCESS_DENIED_ASK_FIX 1107
  138. #define IDS_FILE_ACCESS_DENIED_REMOTE_FAX 1108
  139. #define IDS_FILE_ACCESS_DENIED_REMOTE_PATH 1109
  140. #define IDS_FILE_ACCESS_DENIED_ENV_VAR 1110
  141. #define IDS_FAX_MESSAGE_BOX_TITLE 1111
  142. #define IDS_PATH_NOT_VALID 1112
  143. #define IDS_FAX_ERR_DIRECTORY_IN_USE 1113
  144. #define IDS_FOLDER_ACCESS_DENIED 1114
  145. //////////////////////////////////////////////////////
  146. // //
  147. // THIS RESOURCE ID FILE IS PART OF FXSRES.DLL //
  148. // //
  149. // ALL THE IDs SHOULD BE IN RANGE //
  150. // //
  151. // [100 - 1999] //
  152. // //
  153. //////////////////////////////////////////////////////
  154. #endif // !_RESOURCE_H_