home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / oleaut / tibrowse / resource.h < prev    next >
C/C++ Source or Header  |  1997-10-05  |  2KB  |  61 lines

  1. /*** 
  2. *resource.h
  3. *
  4. *  This is a part of the Microsoft Source Code Samples.
  5. *
  6. *  Copyright (C) 1992-1997 Microsoft Corporation. All rights reserved.
  7. *
  8. *  This source code is only intended as a supplement to Microsoft Development
  9. *  Tools and/or WinHelp documentation.  See these sources for detailed
  10. *  information regarding the Microsoft samples programs.
  11. *
  12. *Purpose:
  13. *
  14. *Implementation Notes:
  15. *
  16. *****************************************************************************/
  17.  
  18. #ifdef _MAC
  19. # define IDC_BASE 0
  20.  
  21. # define kMinSize    1000    /* minimum size (in K) */
  22. # define kPrefSize    1000    /* preferred size (in K) */
  23. # define kMinHeap    21 * 1024
  24. # define kMinSpace    8 * 1024
  25.  
  26. # define rMenuBar    128    /* menu bar */
  27. # define rAboutAlert    128    /* about alert */
  28. # define rUserAlert    129    /* error alert */
  29. # define rDlg        130
  30.  
  31. # define mApple        128    /* Apple menu */
  32. # define iAbout        1
  33.  
  34. # define mFile        129    /* File menu */
  35. # define iOpen        2
  36. # define iClose        4
  37. # define iQuit        12
  38.  
  39. # define mEdit        130    /* Edit menu */
  40. # define iUndo        1
  41. # define iCut        3
  42. # define iCopy        4
  43. # define iPaste        5
  44. # define iClear        6
  45.  
  46. #else
  47. # define IDC_BASE 1000
  48. #endif
  49.  
  50.  
  51. #define IDC_TYPELIST    (IDC_BASE+1)
  52. #define IDC_MEMBERLIST  (IDC_BASE+2)
  53. #define IDC_PARAMLIST   (IDC_BASE+3)
  54. #define IDC_TYPEKIND    (IDC_BASE+5)
  55. #define IDC_VERSION     (IDC_BASE+7)
  56. #define IDC_GUID        (IDC_BASE+9)
  57. #define IDC_HELPSTRING  (IDC_BASE+11)
  58. #define IDC_HELPCONTEXT (IDC_BASE+13)
  59.  
  60. #define IDC_STATIC      -1
  61.