home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / activedocument / dfv / dfv.res / dfv.rc < prev    next >
Text (UTF-16)  |  1998-03-30  |  7KB  |  110 lines

  1. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  2.  
  3. 3000 BITMAP "BITMAP3000_1.bmp"
  4.  
  5. 3001 BITMAP "BITMAP3001_1.bmp"
  6.  
  7. MAINDFVMENU MENU
  8. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  9. {
  10.   POPUP "&File"
  11.   {
  12.     MENUITEM "&Open DocFile...",  1001
  13.     MENUITEM "&Close",  1002
  14.     MENUITEM SEPARATOR
  15.     MENUITEM "E&xit",  1000
  16.   }
  17.   POPUP "&Tree"
  18.   {
  19.     MENUITEM "E&xpand  \x08+",  1100
  20.     MENUITEM "Expand &Branch  \x08*",  1101
  21.     MENUITEM "Expand &All  \x08Ctrl+*",  1102
  22.     MENUITEM "&Collapse Branch  \x08-",  1103
  23.     MENUITEM "C&ollapse All \x08Ctrl+-",  1104
  24.   }
  25.   POPUP "&Help"
  26.   {
  27.     MENUITEM "&Index...  \x08F1",  1200
  28.     MENUITEM SEPARATOR
  29.     MENUITEM "&About DocFile Viewer...",  1201
  30.   }
  31. }
  32.  
  33. 1201 DIALOG 67, 46, 173, 53
  34. STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  35. CAPTION "About DocFile Viewer"
  36. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  37. FONT 8, "MS Shell Dlg"
  38. {
  39.    CONTROL "AppIcon", -1, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 8, 6, 18, 20 
  40.    CONTROL "Windows NT DocFile Viewer - Version 2.0", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 32, 7, 139, 8 
  41.    CONTROL "Copyright 1994-1995 Microsoft Corporation", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 32, 18, 139, 8 
  42.    CONTROL "OK", 1, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 66, 33, 40, 14 
  43. }
  44.  
  45. STRINGTABLE
  46. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  47. {
  48.   2000,     "Error"
  49.   2001,     "Can't find help file."
  50.   2002,     "This program is incompatible with the version of OLE installed on this system.  This program requires at least OLE2 version %i - %i"
  51.   2003,     "OLE initizlization failed."
  52.   2004,     "IStorage::EnumSTATSTG failed with HRESULT: 0x%08X"
  53.   2005,     "IStorage::OpenStorage failed with HRESULT: 0x%08X"
  54.   2006,     "IStorage::OpenStream failed with HRESULT: 0x%08X"
  55.   2007,     "IStorage::EnumElements failed with HRESULT: 0x%08X"
  56.   2008,     "Tree is too large.  Collapse some branches."
  57.   2009,     "Couldn't load folder and document bitmaps."
  58.   2010,     "Unable to open %ws as a DocFile."
  59.   2011,     "IStream::Stat failed with HRESULT: 0x%08X"
  60.   2012,     "IStream::Seek failed with HRESULT: 0x%08X"
  61.   2013,     "IStream::Read failed with HRESULT: 0x%08X"
  62.   2014,     "Stream:"
  63.   2015,     "DFView ran out of memory.  Free up more resources."
  64. }
  65.  
  66.  
  67. APPACCEL ACCELERATORS
  68. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  69. {
  70.     VK_F1, 1200, VIRTKEY
  71.     VK_ADD, 1100, VIRTKEY
  72.     VK_SUBTRACT, 1103, VIRTKEY
  73.     VK_SUBTRACT, 1104, CONTROL, VIRTKEY
  74.     VK_MULTIPLY, 1102, CONTROL, VIRTKEY
  75.     VK_MULTIPLY, 1101, VIRTKEY
  76.     "+", 1100
  77.     "-", 1103
  78.     "*", 1101
  79. }
  80.  
  81. APPICON ICON "APPICON.ico"
  82.  
  83. STREAMICON ICON "STREAMICON.ico"
  84.  
  85.  
  86. 1 VERSIONINFO
  87. FILEVERSION 3,50,1,1
  88. PRODUCTVERSION 3,50,1,1
  89. FILEOS 0x40004
  90. FILETYPE 0x1
  91. {
  92. BLOCK "StringFileInfo"
  93. {
  94.     BLOCK "040904B0"
  95.     {
  96.         VALUE "CompanyName", "Microsoft Corporation"
  97.         VALUE "FileDescription", "Windows NT Docfile Viewer"
  98.         VALUE "FileVersion", "\x032\x01\x01>\x0F\x01InternalName"
  99.         VALUE "InternalName", "DocFile Viewer"
  100.         VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1981-1995"
  101.         VALUE "OriginalFilename", "DFVIEW.exe"
  102.         VALUE "ProductName", "Microsoft(R) Windows NT(TM) Operating System"
  103.         VALUE "ProductVersion", "3.50"
  104.         VALUE "041104B0", "L\x16\x01CompanyName"
  105.     }
  106. }
  107.  
  108. 1 17 "171_1.txt"
  109.  
  110.