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

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1992, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Resource IDs for inputdia.rc and inputdia.h
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_INPUTDIA_RH)
  10. #define OWL_INPUTDIA_RH
  11.  
  12. #define IDD_INPUTDIALOG     32514
  13.  
  14. #define ID_PROMPT           4091
  15. #define ID_INPUT            4090
  16.  
  17. #endif  //  OWL_INPUTDIA_RH
  18.