home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 7.ddi / MWHC.007 / 97 < prev    next >
Encoding:
Text File  |  1991-09-11  |  376 b   |  17 lines

  1. #include "windows.h"
  2. #include "clock.h"
  3.  
  4. rcinclude clock.dlg
  5.  
  6. clock   ICON        clock.ico
  7. clock   DATA IMPURE clockdat.bin    /* Make this non-discardable */
  8.  
  9. STRINGTABLE
  10. BEGIN
  11.     IDS_APPNAME,    "32 Bit Clock"
  12.     IDS_APPCLASS,   "Clock"
  13.     IDS_ABOUTMENU,  "&About Clock..."
  14.     IDS_DATA        "data"
  15.     IDS_TOOMANY     "Too many clocks or timers."
  16. END
  17.