home *** CD-ROM | disk | FTP | other *** search
/ Master Visual C++ 1.5 / MASTERVC15.ISO / vcprog / original / ch26 / mytimer / mytimer.rc < prev    next >
Encoding:
Text File  |  1994-02-03  |  5.3 KB  |  186 lines

  1. //Microsoft App 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. #ifdef APSTUDIO_INVOKED
  16. //////////////////////////////////////////////////////////////////////////////
  17. //
  18. // TEXTINCLUDE
  19. //
  20.  
  21. 1 TEXTINCLUDE DISCARDABLE 
  22. BEGIN
  23.     "resource.h\0"
  24. END
  25.  
  26. 2 TEXTINCLUDE DISCARDABLE 
  27. BEGIN
  28.     "#include ""afxres.h""\r\n"
  29.     "\0"
  30. END
  31.  
  32. 3 TEXTINCLUDE DISCARDABLE 
  33. BEGIN
  34.     "#include ""res\\mytimer.rc2""  // non-App Studio edited resources\r\n"
  35.     "\r\n"
  36.     "#include ""afxres.rc""  \011// Standard components\r\n"
  37.     "\0"
  38. END
  39.  
  40. /////////////////////////////////////////////////////////////////////////////////////
  41. #endif    // APSTUDIO_INVOKED
  42.  
  43.  
  44. //////////////////////////////////////////////////////////////////////////////
  45. //
  46. // Icon
  47. //
  48.  
  49. IDR_MAINFRAME           ICON    DISCARDABLE     "RES\\MYTIMER.ICO"
  50.  
  51. //////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Menu
  54. //
  55.  
  56. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  57. BEGIN
  58.     POPUP "&File"
  59.     BEGIN
  60.         MENUITEM "E&xit",                       ID_APP_EXIT
  61.     END
  62.     POPUP "&Help"
  63.     BEGIN
  64.         MENUITEM "&About Mytimer...",           ID_APP_ABOUT
  65.     END
  66. END
  67.  
  68.  
  69. //////////////////////////////////////////////////////////////////////////////
  70. //
  71. // Dialog
  72. //
  73.  
  74. IDD_ABOUTBOX DIALOG DISCARDABLE  34, 22, 217, 55
  75. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  76. CAPTION "About Mytimer"
  77. FONT 8, "MS Sans Serif"
  78. BEGIN
  79.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  80.     LTEXT           "Mytimer Application Version 1.0",IDC_STATIC,40,10,119,8
  81.     LTEXT           "Copyright \251 1994",IDC_STATIC,40,25,119,8
  82.     DEFPUSHBUTTON   "OK",IDOK,176,6,32,14,WS_GROUP
  83. END
  84.  
  85.  
  86. //////////////////////////////////////////////////////////////////////////////
  87. //
  88. // String Table
  89. //
  90.  
  91. STRINGTABLE PRELOAD DISCARDABLE 
  92. BEGIN
  93.     IDR_MAINFRAME           "Mytimer Windows Application\nMytime\nMytime Document\n\n\nMytime.Document\nMytime Document"
  94. END
  95.  
  96. STRINGTABLE PRELOAD DISCARDABLE 
  97. BEGIN
  98.     AFX_IDS_APP_TITLE       "Mytimer Windows Application"
  99.     AFX_IDS_IDLEMESSAGE     "Ready"
  100. END
  101.  
  102. STRINGTABLE DISCARDABLE 
  103. BEGIN
  104.     ID_INDICATOR_EXT        "EXT"
  105.     ID_INDICATOR_CAPS       "CAP"
  106.     ID_INDICATOR_NUM        "NUM"
  107.     ID_INDICATOR_SCRL       "SCRL"
  108.     ID_INDICATOR_OVR        "OVR"
  109.     ID_INDICATOR_REC        "REC"
  110. END
  111.  
  112. STRINGTABLE DISCARDABLE 
  113. BEGIN
  114.     ID_FILE_NEW             "Create a new document"
  115.     ID_FILE_OPEN            "Open an existing document"
  116.     ID_FILE_CLOSE           "Close the active document"
  117.     ID_FILE_SAVE            "Save the active document"
  118.     ID_FILE_SAVE_AS         "Save the active document with a new name"
  119. END
  120.  
  121. STRINGTABLE DISCARDABLE 
  122. BEGIN
  123.     ID_APP_ABOUT            "Display program information, version number and copyright"
  124.     ID_APP_EXIT             "Quit the application; prompts to save documents"
  125. END
  126.  
  127. STRINGTABLE DISCARDABLE 
  128. BEGIN
  129.     ID_FILE_MRU_FILE1       "Open this document"
  130.     ID_FILE_MRU_FILE2       "Open this document"
  131.     ID_FILE_MRU_FILE3       "Open this document"
  132.     ID_FILE_MRU_FILE4       "Open this document"
  133. END
  134.  
  135. STRINGTABLE DISCARDABLE 
  136. BEGIN
  137.     ID_NEXT_PANE            "Switch to the next window pane"
  138.     ID_PREV_PANE            "Switch back to the previous window pane"
  139. END
  140.  
  141. STRINGTABLE DISCARDABLE 
  142. BEGIN
  143.     ID_EDIT_CLEAR           "Erase the selection"
  144.     ID_EDIT_CLEAR_ALL       "Erase everything"
  145.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard"
  146.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard"
  147.     ID_EDIT_FIND            "Find the specified text"
  148.     ID_EDIT_PASTE           "Insert Clipboard contents"
  149.     ID_EDIT_REPEAT          "Repeat the last action"
  150.     ID_EDIT_REPLACE         "Replace specific text with different text"
  151.     ID_EDIT_SELECT_ALL      "Select the entire document"
  152.     ID_EDIT_UNDO            "Undo the last action"
  153.     ID_EDIT_REDO            "Redo the previously undone action"
  154. END
  155.  
  156. STRINGTABLE DISCARDABLE 
  157. BEGIN
  158.     AFX_IDS_SCSIZE          "Change the window size"
  159.     AFX_IDS_SCMOVE          "Change the window position"
  160.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  161.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  162.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  163.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  164.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  165. END
  166.  
  167. STRINGTABLE DISCARDABLE 
  168. BEGIN
  169.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  170.     AFX_IDS_SCTASKLIST      "Activate Task List"
  171. END
  172.  
  173.  
  174. #ifndef APSTUDIO_INVOKED
  175. ////////////////////////////////////////////////////////////////////////////////
  176. //
  177. // Generated from the TEXTINCLUDE 3 resource.
  178. //
  179. #include "res\mytimer.rc2"  // non-App Studio edited resources
  180.  
  181. #include "afxres.rc"      // Standard components
  182.  
  183. /////////////////////////////////////////////////////////////////////////////////////
  184. #endif    // not APSTUDIO_INVOKED
  185.  
  186.