home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / repease / rvb_def.h < prev    next >
Text File  |  1994-09-20  |  677b  |  21 lines

  1. /******************************************************************************
  2.                 Constant Definitions
  3. *******************************************************************************/
  4. #define IPROP_CTLNAME        0
  5. #define IPROP_LEFT           1
  6. #define IPROP_TOP            2
  7. #define IPROP_WIDTH          3
  8. #define IPROP_HEIGHT         4
  9. #define IPROP_VISIBLE        5
  10. #define IPROP_HWND           6
  11.  
  12. #define IEVENT_SELECT_FIELD  0
  13. #define IEVENT_VERIFY_FIELD  1
  14. #define IEVENT_UNLOAD        2
  15. #define IEVENT_DRAW_PICTURE  3
  16.  
  17. #define IDR_TOOLBAR_UP   100
  18. #define IDR_TOOLBAR_DWN  101
  19. #define IDR_TOOLBAR_MONO 103
  20. #define IDR_TOOLBAR_EGA  106
  21.