home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / HOTKEY.PAK / HOTKEY.H next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  459 b   |  15 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #if !defined(HOTKEYX_H)
  6.  
  7. #define IDD_HOTKEYDLG         0x0500
  8. #define IDC_HOTKEY            0x0100
  9.  
  10. #define ID_APPMENU            0x1000
  11. #define IDM_HOTKEY            0x1001
  12.  
  13. #endif // HOTKEYX_H
  14.  
  15.