home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk11 / tk4 / opendlg / opendlg.rc < prev    next >
Encoding:
Text File  |  1989-02-20  |  551 b   |  21 lines

  1. /*
  2.     File Dialog Library Resource File
  3.     Created by Microsoft Corporation, 1989
  4. */
  5.  
  6. #include    "tool.h"
  7.  
  8. /* Stringtable for library strings */
  9. STRINGTABLE
  10. BEGIN
  11.     IDS_MERGE1,     "%%"
  12.     IDS_IFN,        "%% is not a valid filename."
  13.     IDS_FNF,        "%% not found - Create new file?"
  14.     IDS_REF,        "Replace existing %%?"
  15.     IDS_SCC,        "%% has changed.  Save current changes?"
  16.     IDS_EOF,        "Error opening %%."
  17.     IDS_ECF,        "Error creating %%."
  18. END
  19.  
  20. rcinclude opendlg.dlg    /* Open... and Save As... dialog boxes */
  21.