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 / simple.frm / resource.h < prev    next >
C/C++ Source or Header  |  1996-04-11  |  3KB  |  68 lines

  1. /*
  2.  *  RESOURCE.H
  3.  *  
  4.  *  Resource file constants
  5.  *
  6.  *  Copyright (c) 1986-1996, Microsoft Corporation.
  7.  *  All rights reserved.
  8.  */
  9.  
  10. #define IDR_SEND_FORM                           2
  11. #define IDR_READ_FORM                           3
  12.  
  13. #define IDS_COMPONENT                           500
  14.  
  15. #define IDS_E_OUTOFMEMORY                       100
  16. #define IDS_INVALID_ARGUMENT                    101
  17. #define IDS_INVALID_OBJECT                      102
  18. #define IDS_INTERFACE_NOT_SUPPORTED             103
  19. #define IDS_ACCESS_DENIED                       104
  20. #define IDS_NOT_SUPPORTED                       105
  21. #define IDS_INVALID_CHARWIDTH                   106
  22. #define IDS_NOT_FOUND                           107
  23. #define IDS_CALL_FAILED                         108
  24. #define IDS_USER_CANCEL                         109
  25. #define IDS_ERRORS_RETURNED                     110
  26. #define IDS_UNKNOWN_FLAGS                       111
  27. #define IDS_UNEXPECTED                          112
  28. #define IDS_CANTNOW                             113
  29.  
  30. #define IDC_MESSAGE_SAVE                        1000
  31. #define IDC_MESSAGE_SAVE_AS                     1001
  32. #define IDC_MESSAGE_MOVE                        1002
  33. #define IDC_MESSAGE_COPY                        1003
  34. #define IDC_MESSAGE_PRINT                       1004
  35. #define IDC_MESSAGE_DELETE                      1005
  36. #define IDC_MESSAGE_CLOSE                       1006
  37. #define IDC_MESSAGE_SUBMIT                      1007
  38. #define IDC_MESSAGE_REPLY                       1008
  39. #define IDC_MESSAGE_REPLY_ALL                   1009
  40. #define IDC_MESSAGE_FORWARD                     1010
  41.  
  42. #define IDC_EDIT_UNDO                           1100
  43. #define IDC_EDIT_CUT                            1101
  44. #define IDC_EDIT_COPY                           1102
  45. #define IDC_EDIT_PASTE                          1103
  46.  
  47. #define IDC_VIEW_ITEMABOVE                      1200
  48. #define IDC_VIEW_ITEMBELOW                      1201
  49.  
  50. #define IDC_HELP_ABOUT                          1300
  51.  
  52. #define IDC_VERSION                             1301
  53.  
  54. #define ID_TO_BUTTON                            2000
  55. #define ID_CC_BUTTON                            2002
  56. #define ID_CC                                   2003
  57. #define ID_SUBJECT_LABEL                        2004
  58. #define ID_FROM_LABEL                           2006
  59. #define ID_FROM                                 2007
  60. #define ID_SENT_LABEL                           2008
  61. #define ID_SENT                                 2009
  62. #define ID_TO_LABEL                             2010
  63. #define ID_TO                                   2011
  64. #define ID_BODY                                 2012
  65. #define ID_SUBJECT                              2013
  66.  
  67. #define ICON_L                                  2100
  68.