home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / OS2 / SSAVER2X.ZIP / SAMPLE.H < prev    next >
Text File  |  1993-12-11  |  513b  |  26 lines

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