home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / combobox.pak / COMBOBXX.RH < prev    next >
Text File  |  1997-07-23  |  675b  |  20 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4.  
  5. // Menu item ids.
  6.  
  7. #define CM_SIMPLE             101
  8. #define CM_DROPDOWN           102
  9. #define CM_DROPDOWN_LIST      103
  10. #define CM_ADD_STRING         104
  11. #define CM_ADD_STRING_AT      105
  12. #define CM_FIND_STRING        107
  13. #define CM_FIND_STRING_AT     108
  14. #define CM_DELETE_STRING      109
  15. #define CM_DELETE_STRING_AT   110
  16. #define CM_CLEAR              111
  17. #define CM_SHOW_LIST          112
  18. #define CM_HIDE_LIST          113
  19.  
  20.