XPRESRC.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:4k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /*
  2.  -  R E S O U R C E . H
  3.  -
  4.  *  Resource definitions for the Sample Transport Provider.
  5.  *
  6.  *  Copyright 1992-1995 Microsoft Corporation.  All Rights Reserved.
  7.  */
  8. /*   DialogBox IDs  */
  9. #define GeneralPage                     100
  10. #define PeerPage                        200
  11. #define LoggingPage                     300
  12. #define PerMsgOpt                       400
  13. #define PerRecipOpt                     500
  14. /*   EditText IDs   */
  15. #define IDE_DISPLAY                     106
  16. #define IDE_EMAIL_TYPE                  107
  17. #define IDE_EMAIL_ADDR                  108
  18. #define IDE_IN_DIR                      109
  19. #define IDE_OUT_DIR                     110
  20. #define IDE_WGAP_FNAME                  112
  21. #define IDE_WGAP_DIR                    114
  22. #define IDE_LOG_NAME                    118
  23. #define IDE_LOG_HIGH                    119
  24. #define IDE_LOG_LOW                     120
  25. /*  CheckBox IDs    */
  26. #define IDC_PEER                        121
  27. #define IDC_LOGON_UI                    122
  28. #define IDC_LOG_EVENTS                  123
  29. #define IDC_SAVE_DIALOG                 124
  30. #define IDC_PER_MSG_DEFER               125
  31. #define IDC_PER_RECIP_DEFER             126
  32. /* Static Label IDs */
  33. #define IDT_WGAP_FNAME                  127
  34. #define IDT_WGAP_DIR                    128
  35. #define IDT_DISPLAY                     129
  36. #define IDT_EMAIL_TYPE                  130
  37. #define IDT_EMAIL_ADDR                  131
  38. #define IDT_IN_DIR                      132
  39. #define IDT_OUT_DIR                     133
  40. #define IDT_LOG_NAME                    134
  41. #define IDT_LOG_HIGH                    135
  42. #define IDT_LOG_LOW                     136
  43. /* String Table IDs */
  44. /* Error messages offset and strings */
  45. #define LIB_ERRORS                      1000
  46. #define IDS_SUCCESS                     1000
  47. #define IDS_E_BUSY                      1001
  48. #define IDS_E_CALL_FAILED               1002
  49. #define IDS_E_INVALID_PARAMETER         1003
  50. #define IDS_E_NO_ACCESS                 1004
  51. #define IDS_E_NO_SUPPORT                1005
  52. #define IDS_E_NOT_FOUND                 1006
  53. #define IDS_E_UNKNOWN_FLAGS             1007
  54. #define IDS_E_VERSION                   1008
  55. #define IDS_E_NOT_ENOUGH_MEMORY         1009
  56. #define IDS_W_ERRORS_RETURNED           1010
  57. #define IDS_NO_DISPLAY_NAME             1011
  58. #define IDS_NO_ADDR_TYPE                1012
  59. #define IDS_NO_EMAIL_ADDRESS            1013
  60. #define IDS_NO_INBOUND_DIR              1014
  61. #define IDS_NO_OUTBOUND_DIR             1015
  62. #define IDS_BAD_EMAIL_ADDRESS           1016
  63. #define IDS_BAD_INBOUND_DIR             1017
  64. #define IDS_UNC_DIR_MISMATCH            1018
  65. #define IDS_UNKNOWN_ERROR               1999
  66. /* Report Text */
  67. #define IDS_REPORT_TEXT_MSG             2001
  68. /* Status Table Strings */
  69. #define LIB_STATUS                      3000
  70. #define IDS_STATUS_OFFLINE              3000
  71. #define IDS_STATUS_AVAILABLE            3001
  72. #define IDS_STATUS_ONLINE               3002
  73. #define IDS_STATUS_UPLOADING            3003
  74. #define IDS_STATUS_DOWNLOADING          3004
  75. #define IDS_STATUS_INFLUSHING           3005
  76. #define IDS_STATUS_OUTFLUSHING          3006
  77. /* Configuration dialog title */
  78. #define IDS_CONFIG_TITLE                4001
  79. #define IDS_BAD_LOGON_PROPS_TITLE       4002
  80. #define IDS_BAD_LOGON_PROPS_FORMAT      4003
  81. /* Wizard IDs */
  82. enum {ipgName, ipgType, ipgInbox, ipgPath, cpageMax };
  83. #define WIZ_BASE                        5000
  84. #define IDC_NameText                    5010
  85. #define IDC_NameLbl                     5011
  86. #define IDC_NameEdit                    5012
  87. #define IDC_TypeText                    5020
  88. #define IDC_TypeLbl                     5021
  89. #define IDC_TypeEdit                    5022
  90. #define IDC_UNCText                     5030
  91. #define IDC_UNCLbl                      5031
  92. #define IDC_UNCEdit                     5032
  93. #define IDC_PathText                    5040
  94. #define IDC_PathLbl                     5041
  95. #define IDC_PathEdit                    5042