home *** CD-ROM | disk | FTP | other *** search
/ Mastering Microsoft Visual C++ 4 (2nd Edition) / VisualC4.ISO / echo / echo.rc < prev    next >
Encoding:
Text File  |  1995-09-14  |  9.5 KB  |  323 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""res\\Echo.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\0"
  56. END
  57.  
  58. #endif    // APSTUDIO_INVOKED
  59.  
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Icon
  64. //
  65.  
  66. // Icon with lowest ID value placed first to ensure application icon
  67. // remains consistent on all systems.
  68. IDR_ECHOTYPE            ICON    DISCARDABLE     "res\\EchoDoc.ico"
  69. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\Echo.ico"
  70.  
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // Menu
  74. //
  75.  
  76. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  77. BEGIN
  78.     POPUP "&Edit"
  79.     BEGIN
  80.         MENUITEM "&Clear",                      ID_EDIT_CLEAR
  81.         MENUITEM SEPARATOR
  82.         MENUITEM "E&xit",                       ID_APP_EXIT
  83.     END
  84.     POPUP "&Help"
  85.     BEGIN
  86.         MENUITEM "&About Echo...",              ID_APP_ABOUT
  87.     END
  88. END
  89.  
  90.  
  91. /////////////////////////////////////////////////////////////////////////////
  92. //
  93. // Accelerator
  94. //
  95.  
  96. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  97. BEGIN
  98.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  99.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  100.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  101.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  102.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  103.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  104.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  105.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  106.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  107.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  108.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  109.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  110.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  111. END
  112.  
  113.  
  114. /////////////////////////////////////////////////////////////////////////////
  115. //
  116. // Dialog
  117. //
  118.  
  119. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  120. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  121. CAPTION "About Echo"
  122. FONT 8, "MS Sans Serif"
  123. BEGIN
  124.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  125.     LTEXT           "Echo Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
  126.     LTEXT           "Copyright ⌐ 1995",IDC_STATIC,40,25,119,8
  127.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  128. END
  129.  
  130.  
  131. #ifndef _MAC
  132. /////////////////////////////////////////////////////////////////////////////
  133. //
  134. // Version
  135. //
  136.  
  137. VS_VERSION_INFO VERSIONINFO
  138.  FILEVERSION 1,0,0,1
  139.  PRODUCTVERSION 1,0,0,1
  140.  FILEFLAGSMASK 0x3fL
  141. #ifdef _DEBUG
  142.  FILEFLAGS 0x1L
  143. #else
  144.  FILEFLAGS 0x0L
  145. #endif
  146.  FILEOS 0x4L
  147.  FILETYPE 0x1L
  148.  FILESUBTYPE 0x0L
  149. BEGIN
  150.     BLOCK "StringFileInfo"
  151.     BEGIN
  152.         BLOCK "040904B0"
  153.         BEGIN
  154.             VALUE "CompanyName", "\0"
  155.             VALUE "FileDescription", "ECHO MFC Application\0"
  156.             VALUE "FileVersion", "1, 0, 0, 1\0"
  157.             VALUE "InternalName", "ECHO\0"
  158.             VALUE "LegalCopyright", "Copyright ⌐ 1995\0"
  159.             VALUE "LegalTrademarks", "\0"
  160.             VALUE "OriginalFilename", "ECHO.EXE\0"
  161.             VALUE "ProductName", "ECHO Application\0"
  162.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  163.         END
  164.     END
  165.     BLOCK "VarFileInfo"
  166.     BEGIN
  167.         VALUE "Translation", 0x409, 1200
  168.     END
  169. END
  170.  
  171. #endif    // !_MAC
  172.  
  173.  
  174. /////////////////////////////////////////////////////////////////////////////
  175. //
  176. // DESIGNINFO
  177. //
  178.  
  179. #ifdef APSTUDIO_INVOKED
  180. GUIDELINES DESIGNINFO DISCARDABLE 
  181. BEGIN
  182.     IDD_ABOUTBOX, DIALOG
  183.     BEGIN
  184.         LEFTMARGIN, 7
  185.         RIGHTMARGIN, 210
  186.         TOPMARGIN, 7
  187.         BOTTOMMARGIN, 48
  188.     END
  189. END
  190. #endif    // APSTUDIO_INVOKED
  191.  
  192.  
  193. /////////////////////////////////////////////////////////////////////////////
  194. //
  195. // String Table
  196. //
  197.  
  198. STRINGTABLE PRELOAD DISCARDABLE 
  199. BEGIN
  200.     IDR_MAINFRAME           "Echo\n\nEcho\n\n\nEcho.Document\nEcho Document"
  201. END
  202.  
  203. STRINGTABLE PRELOAD DISCARDABLE 
  204. BEGIN
  205.     AFX_IDS_APP_TITLE       "Echo"
  206.     AFX_IDS_IDLEMESSAGE     "Ready"
  207. END
  208.  
  209. STRINGTABLE DISCARDABLE 
  210. BEGIN
  211.     ID_INDICATOR_EXT        "EXT"
  212.     ID_INDICATOR_CAPS       "CAP"
  213.     ID_INDICATOR_NUM        "NUM"
  214.     ID_INDICATOR_SCRL       "SCRL"
  215.     ID_INDICATOR_OVR        "OVR"
  216.     ID_INDICATOR_REC        "REC"
  217. END
  218.  
  219. STRINGTABLE DISCARDABLE 
  220. BEGIN
  221.     ID_FILE_NEW             "Create a new document\nNew"
  222.     ID_FILE_OPEN            "Open an existing document\nOpen"
  223.     ID_FILE_CLOSE           "Close the active document\nClose"
  224.     ID_FILE_SAVE            "Save the active document\nSave"
  225.     ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
  226. END
  227.  
  228. STRINGTABLE DISCARDABLE 
  229. BEGIN
  230.     ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
  231.     ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
  232. END
  233.  
  234. STRINGTABLE DISCARDABLE 
  235. BEGIN
  236.     ID_FILE_MRU_FILE1       "Open this document"
  237.     ID_FILE_MRU_FILE2       "Open this document"
  238.     ID_FILE_MRU_FILE3       "Open this document"
  239.     ID_FILE_MRU_FILE4       "Open this document"
  240.     ID_FILE_MRU_FILE5       "Open this document"
  241.     ID_FILE_MRU_FILE6       "Open this document"
  242.     ID_FILE_MRU_FILE7       "Open this document"
  243.     ID_FILE_MRU_FILE8       "Open this document"
  244.     ID_FILE_MRU_FILE9       "Open this document"
  245.     ID_FILE_MRU_FILE10      "Open this document"
  246.     ID_FILE_MRU_FILE11      "Open this document"
  247.     ID_FILE_MRU_FILE12      "Open this document"
  248.     ID_FILE_MRU_FILE13      "Open this document"
  249.     ID_FILE_MRU_FILE14      "Open this document"
  250.     ID_FILE_MRU_FILE15      "Open this document"
  251.     ID_FILE_MRU_FILE16      "Open this document"
  252. END
  253.  
  254. STRINGTABLE DISCARDABLE 
  255. BEGIN
  256.     ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
  257.     ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
  258. END
  259.  
  260. STRINGTABLE DISCARDABLE 
  261. BEGIN
  262.     ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
  263. END
  264.  
  265. STRINGTABLE DISCARDABLE 
  266. BEGIN
  267.     ID_EDIT_CLEAR           "Erase the selection\nErase"
  268.     ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
  269.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
  270.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
  271.     ID_EDIT_FIND            "Find the specified text\nFind"
  272.     ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
  273.     ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
  274.     ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
  275.     ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
  276.     ID_EDIT_UNDO            "Undo the last action\nUndo"
  277.     ID_EDIT_REDO            "Redo the previously undone action\nRedo"
  278. END
  279.  
  280. STRINGTABLE DISCARDABLE 
  281. BEGIN
  282.     AFX_IDS_SCSIZE          "Change the window size"
  283.     AFX_IDS_SCMOVE          "Change the window position"
  284.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  285.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  286.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  287.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  288.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  289. END
  290.  
  291. STRINGTABLE DISCARDABLE 
  292. BEGIN
  293.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  294.     AFX_IDS_SCTASKLIST      "Activate Task List"
  295. END
  296.  
  297. #endif    // English (U.S.) resources
  298. /////////////////////////////////////////////////////////////////////////////
  299.  
  300.  
  301.  
  302. #ifndef APSTUDIO_INVOKED
  303. /////////////////////////////////////////////////////////////////////////////
  304. //
  305. // Generated from the TEXTINCLUDE 3 resource.
  306. //
  307. #define _AFX_NO_SPLITTER_RESOURCES
  308. #define _AFX_NO_OLE_RESOURCES
  309. #define _AFX_NO_TRACKER_RESOURCES
  310. #define _AFX_NO_PROPERTY_RESOURCES
  311.  
  312. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  313. #ifdef _WIN32
  314. LANGUAGE 9, 1
  315. #pragma code_page(1252)
  316. #endif
  317. #include "res\Echo.rc2"  // non-Microsoft Visual C++ edited resources
  318. #include "afxres.rc"         // Standard components
  319. #endif
  320. /////////////////////////////////////////////////////////////////////////////
  321. #endif    // not APSTUDIO_INVOKED
  322.  
  323.