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

  1. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  2.  
  3. 400 BITMAP "BITMAP400_1.bmp"
  4.  
  5. 401 BITMAP "BITMAP401_1.bmp"
  6.  
  7. 402 BITMAP "BITMAP402_1.bmp"
  8.  
  9. 1 MENU
  10. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  11. {
  12.   POPUP "&File"
  13.   {
  14.     MENUITEM "&New",  100
  15.     MENUITEM "&Open...",  101
  16.     MENUITEM "&Close",  102
  17.     MENUITEM "&Save",  103
  18.     MENUITEM "Save &As...",  104
  19.     MENUITEM SEPARATOR
  20.     MENUITEM "&Print...",  106
  21.     MENUITEM "P&rinter Setup...",  107
  22.     MENUITEM SEPARATOR
  23.     MENUITEM "E&xit",  105
  24.   }
  25.   POPUP "&Edit"
  26.   {
  27.     MENUITEM "&Cut\tCtrl+X",  201
  28.     MENUITEM "C&opy\tCtrl+C",  202
  29.     MENUITEM "&Paste\tCtrl+V",  203
  30.     MENUITEM "Paste &Special...",  204
  31.     MENUITEM SEPARATOR
  32.     MENUITEM "&Delete Object\tDel",  205
  33.   }
  34.   POPUP "&Page"
  35.   {
  36.     MENUITEM "&New Page\tCtrl+N",  500
  37.     MENUITEM "&Delete Page\tCtrl+D",  501
  38.     MENUITEM SEPARATOR
  39.     MENUITEM "Nex&t Page\tPage Down",  502
  40.     MENUITEM "&Previous Page\tPage Up",  503
  41.     MENUITEM SEPARATOR
  42.     MENUITEM "&First Page\tCtrl+Home",  504
  43.     MENUITEM "&Last Page\tCtrl+End",  505
  44.   }
  45.   POPUP "&Window"
  46.   {
  47.     MENUITEM "&Cascade",  300
  48.     MENUITEM "Tile &Horizontally",  301
  49.     MENUITEM "&Tile Vertically",  302
  50.     MENUITEM "Arrange &Icons",  303
  51.   }
  52.   POPUP "&Help"
  53.   {
  54.     MENUITEM "&About Patron...",  400
  55.   }
  56. }
  57.  
  58. 1 DIALOG 11, 22, 177, 96
  59. STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  60. CAPTION "About..."
  61. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  62. FONT 8, "Helv"
  63. {
  64.    CONTROL "Icon", 93, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 9, 6, 18, 20 
  65.    CONTROL "Patron", 94, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 38, 4, 100, 9 
  66.    CONTROL "Inside OLE, Chapter 13", 95, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 38, 14, 100, 9 
  67.    CONTROL "Copyright \xA91994-1995 Microsoft Corp.", 96, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 38, 24, 125, 9 
  68.    CONTROL "Kraig Brockschmidt, Microsoft", 97, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 39, 38, 128, 9 
  69.    CONTROL "Internet:  kraigb@microsoft.com", 98, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 39, 49, 133, 10 
  70.    CONTROL "CIS:  INTERNET>kraigb@microsoft.com", 99, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 39, 60, 137, 10 
  71.    CONTROL "OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 69, 75, 42, 15 
  72. }
  73.  
  74. 2 DIALOG 10, 20, 128, 60
  75. STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  76. CAPTION "Patron"
  77. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  78. FONT 8, "MS Sans Serif"
  79. {
  80.    CONTROL "Cancel", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 44, 42, 40, 14 
  81.    CONTROL "Currently printing", 99, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 6, 2, 116, 10 
  82.    CONTROL "Page 1 of 1", 101, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 6, 14, 116, 10 
  83.    CONTROL "Copy 1 of 1", 102, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 6, 26, 116, 10 
  84.    CONTROL "Page %d of %d", 104, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 6, 65516, 116, 10 
  85.    CONTROL "Copy %d of %d", 103, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 6, 65516, 116, 10 
  86. }
  87.  
  88. STRINGTABLE
  89. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  90. {
  91.   0,     "Patron Chapter 13"
  92.   1,     "(Untitled)"
  93.   2,     "%s has been modified.\nDo you wish to save it?"
  94.   3,     "PTN"
  95.   4,     ".PTN"
  96.   5,     "Patron Pages (*.ptn)|*.ptn|"
  97.   6,     "Patron (*.ptn)|*.ptn|"
  98.   7,     "File Open"
  99.   8,     "File Save As"
  100. }
  101.  
  102. STRINGTABLE
  103. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  104. {
  105.   128,     "Patron Objects"
  106.   129,     "Document Error"
  107.   130,     "File data is not valid."
  108.   131,     "Could not read the requested document."
  109.   132,     "Could not write to the specified document."
  110.   133,     "Document does not exist on the file system."
  111.   134,     "Could not open the requested document."
  112.   135,     "Action failed due to an unknown error."
  113.   136,     "Printing was aborted due to user action or error."
  114.   137,     "Patron Objects"
  115.   138,     "Patron Objects"
  116.   139,     "Metafile"
  117.   140,     "a Metafile"
  118.   141,     "Device-Independent Bitmap"
  119.   142,     "a Device-Independent Bitmap"
  120.   143,     "Bitmap"
  121. }
  122.  
  123. STRINGTABLE
  124. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  125. {
  126.   144,     "a Bitmap"
  127. }
  128.  
  129. STRINGTABLE
  130. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  131. {
  132.   1025,     "Ready"
  133.   1026,     "Commands for working with this window"
  134.   1027,     "Change the size of this window"
  135.   1028,     "Move the window to another position"
  136.   1029,     "Reduce this window to an icon"
  137.   1030,     "Enlarge this window to its maximum size"
  138.   1031,     "Switch to the next window"
  139.   1032,     "Switch to the previous window"
  140.   1033,     "Close this window"
  141.   1034,     "Restore this window to its previous size"
  142.   1035,     "Open the Task List"
  143.   1036,     "Commands for working with files"
  144.   1037,     "Create a new, blank document"
  145.   1038,     "Open an existing document"
  146.   1039,     "Close the currently active document"
  147. }
  148.  
  149. STRINGTABLE
  150. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  151. {
  152.   1040,     "Save the currently active document"
  153.   1041,     "Save the currently active document under a new name"
  154.   1042,     "Close the application"
  155.   1043,     "Commands for manipulating data"
  156.   1044,     "."
  157.   1045,     "Move data to the clipboard"
  158.   1046,     "Copy data to the clipboard"
  159.   1047,     "Paste data from the clipboard into the active document"
  160.   1048,     "Commands for working with document windows"
  161.   1049,     "Arrange documents in cascading style"
  162.   1050,     "Tile documents favoring width"
  163.   1051,     "Tile documents favoring height"
  164.   1052,     "Arrange document icons"
  165.   1053,     "Commands for accessing Help"
  166.   1054,     "View author information"
  167.   1055,     "Print the currently active document"
  168. }
  169.  
  170. STRINGTABLE
  171. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  172. {
  173.   1056,     "Select the printer for the currently active document"
  174.   1057,     "Commands for working with document pages"
  175.   1058,     "Insert a new page after the current page"
  176.   1059,     "Delete the current page"
  177.   1060,     "Show the page after the current page"
  178.   1061,     "Show the page before the current page"
  179.   1062,     "Show the first page"
  180.   1063,     "Show the last page"
  181.   1064,     "Paste a selected data format from the clipboard into the active document"
  182.   1065,     "Remove the currently selected object from the page"
  183. }
  184.  
  185.  
  186. 1 ACCELERATORS
  187. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  188. {
  189.     VK_DELETE, 201, SHIFT, VIRTKEY
  190.     VK_INSERT, 202, CONTROL, VIRTKEY
  191.     VK_INSERT, 203, SHIFT, VIRTKEY
  192.     "^X", 201
  193.     "^C", 202
  194.     "^V", 203
  195.     "^N", 500
  196.     "^N", 500
  197.     "^D", 501
  198.     "^D", 501
  199.     VK_NEXT, 502, VIRTKEY
  200.     VK_PRIOR, 503, VIRTKEY
  201.     VK_HOME, 504, CONTROL, VIRTKEY
  202.     VK_END, 505, CONTROL, VIRTKEY
  203.     VK_DELETE, 205, VIRTKEY
  204. }
  205.  
  206. DLGINCLUDE RCDATA "DLGINCLUDE.bin"
  207.  
  208. 1 RCDATA "RCDATA1_1.bin"
  209.  
  210. ICON ICON "ICON.ico"
  211.  
  212. 1 ICON "ICON1_1.ico"
  213.  
  214.