home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 July / IMM0795.ISO / share / os2 / ssaver14 / sample.lzh / sample.h < prev    next >
Text File  |  1994-07-17  |  572b  |  29 lines

  1. /*
  2.     sample.h
  3.     sample saver module dialog/control ids include file
  4.     (C) 1993-94 Siegfried Hanisch
  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_SPEED        4001
  19. #define IDC_SPEEDTEXT        4002
  20. /*
  21.     $$$$$ insert code here $$$$$
  22.     If you add new controls to the dialog, insert the control ID
  23.     values here
  24.  
  25.     $$$$$ for example $$$$$
  26. */
  27. #define IDC_COUNT        3002
  28.  
  29.