home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / string / loadstr.rc < prev    next >
Text File  |  1988-08-10  |  143b  |  9 lines

  1. #include <style.h>
  2. #include "loadstr.h"
  3.  
  4. STRINGTABLE
  5. BEGIN
  6.   STRING1, "This came from STRING1"
  7.   STRING2, "This came from STRING2"
  8. END
  9.