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 / chsfld.cli / resource.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-11  |  695 b   |  25 lines

  1. ////////////////////////////////////////////////////////////////////////////
  2. //
  3. //      RESOURCE.H
  4. //
  5. //  Copyright 1986-1996 Microsoft Corporation. All Rights Reserved.
  6. ////////////////////////////////////////////////////////////////////////////
  7.  
  8. //tree view dialog
  9. #define IDD_CFDIALOG            3101
  10. #define IDC_TREEVIEW            3102
  11. #define IDC_NEWFLD              3103
  12.  
  13.  
  14. //icons
  15. #define IDI_ALLSTORES           31001
  16. #define IDI_ROOTFLD             31002
  17. #define IDI_OPENFLD             31003
  18. #define IDI_CLSDFLD             31004
  19.  
  20. //New name dialog
  21. #define IDD_NEWNAME             3201
  22. #define IDC_NAME                3202
  23. #define IDC_NAMELABEL           3203
  24.  
  25.