home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / utils / scrnsave / hopalong / source / hopalong.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-21  |  387 b   |  21 lines

  1. /*
  2.     polylines.h
  3.     Polylines saver module dialog/control ids include file
  4.     (C) 1993 Toniolo Emanuele
  5. */
  6.  
  7. // ===== resource ids, string ids
  8. #define IDR_ICON              10001
  9. #define IDS_MODULENAME        1
  10.  
  11. // ===== dialog ids
  12. #define IDD_CONFIGURE        3000
  13.  
  14. // ===== dialog control ids
  15. #define IDC_OK               1
  16. #define IDC_CANCEL        2
  17. #define IDC_ENABLED        3001
  18.  
  19. #define IDC_COUNT        3002
  20.  
  21.