home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / OWLINC.PAK / PICKLIST.RH < prev    next >
Encoding:
Text File  |  1997-05-06  |  519 b   |  16 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.4  $
  6. //
  7. // Resource and command IDs to use with TPickListDialog
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_PICKLIST_RH)
  10. #define OWL_PICKLIST_RH
  11.  
  12. #define IDD_PICKLISTDIALOG            32513
  13. #define IDC_LIST                      101
  14.  
  15. #endif  //  OWL_PICKLIST_RH
  16.