home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / OS2 / SSAV11M.ZIP / Swarm_10 / source / swarm.h < prev    next >
Text File  |  1994-02-25  |  528b  |  27 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. #define IDC_DEFAULT        3010
  19.  
  20. #define IDC_COUNT        3100
  21. #define IDC_BEE_ACCEL        3110
  22. #define IDC_BEE_MAX_VEL        3120
  23. #define IDC_WASP_ACCEL        3130
  24. #define IDC_WASP_MAX_VEL    3140
  25.  
  26.  
  27.