home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / mapi / peer.xp / xpresrc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-11  |  3.9 KB  |  116 lines

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