RESOURCE.H
/* 
 *  RESOURCE.H 
 *   
 *  Resource file constants 
 * 
 *  Copyright (c) 1986-1996, Microsoft Corporation. 
 *  All rights reserved. 
 */ 
 
#define IDR_SEND_FORM                           2 
#define IDR_READ_FORM                           3 
 
#define IDS_COMPONENT                           500 
 
#define IDS_E_OUTOFMEMORY                       100 
#define IDS_INVALID_ARGUMENT                    101 
#define IDS_INVALID_OBJECT                      102 
#define IDS_INTERFACE_NOT_SUPPORTED             103 
#define IDS_ACCESS_DENIED                       104 
#define IDS_NOT_SUPPORTED                       105 
#define IDS_INVALID_CHARWIDTH                   106 
#define IDS_NOT_FOUND                           107 
#define IDS_CALL_FAILED                         108 
#define IDS_USER_CANCEL                         109 
#define IDS_ERRORS_RETURNED                     110 
#define IDS_UNKNOWN_FLAGS                       111 
#define IDS_UNEXPECTED                          112 
#define IDS_CANTNOW                             113 
 
#define IDC_MESSAGE_SAVE                        1000 
#define IDC_MESSAGE_SAVE_AS                     1001 
#define IDC_MESSAGE_MOVE                        1002 
#define IDC_MESSAGE_COPY                        1003 
#define IDC_MESSAGE_PRINT                       1004 
#define IDC_MESSAGE_DELETE                      1005 
#define IDC_MESSAGE_CLOSE                       1006 
#define IDC_MESSAGE_SUBMIT                      1007 
#define IDC_MESSAGE_REPLY                       1008 
#define IDC_MESSAGE_REPLY_ALL                   1009 
#define IDC_MESSAGE_FORWARD                     1010 
 
#define IDC_EDIT_UNDO                           1100 
#define IDC_EDIT_CUT                            1101 
#define IDC_EDIT_COPY                           1102 
#define IDC_EDIT_PASTE                          1103 
 
#define IDC_VIEW_ITEMABOVE                      1200 
#define IDC_VIEW_ITEMBELOW                      1201 
 
#define IDC_HELP_ABOUT                          1300 
 
#define IDC_VERSION                             1301 
 
#define ID_TO_BUTTON                            2000 
#define ID_CC_BUTTON                            2002 
#define ID_CC                                   2003 
#define ID_SUBJECT_LABEL                        2004 
#define ID_FROM_LABEL                           2006 
#define ID_FROM                                 2007 
#define ID_SENT_LABEL                           2008 
#define ID_SENT                                 2009 
#define ID_TO_LABEL                             2010 
#define ID_TO                                   2011 
#define ID_BODY                                 2012 
#define ID_SUBJECT                              2013 
 
#define ICON_L                                  2100