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 / chap05 / cocosmo / cocosmo.res / cocosmo.rc < prev    next >
Text (UTF-16)  |  1998-03-30  |  11KB  |  180 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 "&Import...",  106
  21.     MENUITEM SEPARATOR
  22.     MENUITEM "E&xit",  105
  23.   }
  24.   POPUP "&Edit"
  25.   {
  26.     MENUITEM "&Undo\tCtrl+Z",  200
  27.     MENUITEM SEPARATOR
  28.     MENUITEM "&Cut\tCtrl+X",  201
  29.     MENUITEM "C&opy\tCtrl+C",  202
  30.     MENUITEM "&Paste\tCtrl+V",  203
  31.   }
  32.   POPUP "&Color"
  33.   {
  34.     MENUITEM "&Background...",  500
  35.     MENUITEM "&Line...",  501
  36.   }
  37.   POPUP "&Line"
  38.   {
  39.     MENUITEM "Solid",  600,  CHECKED
  40.     MENUITEM "Dash",  601
  41.     MENUITEM "Dot",  602
  42.     MENUITEM "DashDot",  603
  43.     MENUITEM "DashDotDot",  604
  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 Cosmo...",  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 "Component Cosmo", 94, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 38, 4, 100, 9 
  66.    CONTROL "Inside OLE, Chapter 5", 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. STRINGTABLE
  75. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  76. {
  77.   0,     "Component Cosmo Chapter 5"
  78.   1,     "(Untitled)"
  79.   2,     "%s has been modified.\nDo you wish to save it?"
  80.   3,     "COS"
  81.   4,     ".COS"
  82.   5,     "Cosmo Polyline (*.cos)|*.cos|"
  83.   6,     "Cosmo (*.cos)|*.cos|"
  84.   7,     "File Open"
  85.   8,     "File Save As"
  86.   9,     "File Import"
  87. }
  88.  
  89. STRINGTABLE
  90. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  91. {
  92.   128,     "Polyline Figure"
  93.   129,     "Cosmo Figure"
  94.   130,     "The data in the file is not valid."
  95.   131,     "Could not read the requested file."
  96.   132,     "Could not write to the specified file."
  97.   133,     "File does not exist on the file system."
  98.   134,     "Could not open the requested file."
  99.   135,     "Action failed due to an unknown error."
  100.   136,     "Could not find Polyline DLL (POLY05.DLL)."
  101. }
  102.  
  103. STRINGTABLE
  104. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  105. {
  106.   1025,     "Ready"
  107.   1026,     "Commands for working with this window"
  108.   1027,     "Change the size of this window"
  109.   1028,     "Move this window to another position"
  110.   1029,     "Reduce this window to an icon"
  111.   1030,     "Enlarge this window to its maximum size"
  112.   1031,     "Switch to the next window"
  113.   1032,     "Switch to the previous window"
  114.   1033,     "Close this window"
  115.   1034,     "Restore this window to its previous size"
  116.   1035,     "Open the Task List"
  117.   1036,     "Commands for working with files"
  118.   1037,     "Create a new, blank figure"
  119.   1038,     "Open an existing figure"
  120.   1039,     "Close the currently active figure"
  121. }
  122.  
  123. STRINGTABLE
  124. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  125. {
  126.   1040,     "Save the currently active figure"
  127.   1041,     "Save the currently active figure under a new name"
  128.   1042,     "Close the application"
  129.   1043,     "Commands for manipulating data"
  130.   1044,     "Reverse previous actions"
  131.   1045,     "Move data to the clipboard"
  132.   1046,     "Copy data to the clipboard"
  133.   1047,     "Paste data from the clipboard into the active figure"
  134.   1048,     "Commands for working with figure windows"
  135.   1049,     "Arrange figure windows in cascading style"
  136.   1050,     "Tile figure windows favoring width"
  137.   1051,     "Tile figure windows favoring height"
  138.   1052,     "Arrange figure icons"
  139.   1053,     "Commands for accessing Help"
  140.   1054,     "View author information"
  141.   1055,     "Load data from a file into the currently active figure"
  142. }
  143.  
  144. STRINGTABLE
  145. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  146. {
  147.   1056,     "Commands for affecting figure colors"
  148.   1057,     "Change the figure's background color"
  149.   1058,     "Change the figure's line color"
  150.   1059,     "Commands for changing line styles"
  151.   1060,     "Redraw the figure with solid lines"
  152.   1061,     "Redraw the figure with dashed lines"
  153.   1062,     "Redraw the figure with dotted lines"
  154.   1063,     "Redraw the figure with dashed-dotted lines"
  155.   1064,     "Redraw the figure with dash-dot-dotted lines"
  156. }
  157.  
  158.  
  159. 1 ACCELERATORS
  160. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  161. {
  162.     VK_BACK, 200, ALT, VIRTKEY
  163.     VK_DELETE, 201, SHIFT, VIRTKEY
  164.     VK_INSERT, 202, CONTROL, VIRTKEY
  165.     VK_INSERT, 203, SHIFT, VIRTKEY
  166.     "^Z", 200
  167.     "^X", 201
  168.     "^C", 202
  169.     "^V", 203
  170. }
  171.  
  172. DLGINCLUDE RCDATA "DLGINCLUDE.bin"
  173.  
  174. 1 RCDATA "RCDATA1_1.bin"
  175.  
  176. ICON ICON "ICON.ico"
  177.  
  178. 1 ICON "ICON1_1.ico"
  179.  
  180.