home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / leadtools / ocx32.lt / draw.rc < prev    next >
Encoding:
Text File  |  1998-06-15  |  16.7 KB  |  512 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resdraw.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.     "resdraw.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 ""afxres.rc""         // Standard components\r\n"
  54.     "#endif\0"
  55. END
  56.  
  57. #endif    // APSTUDIO_INVOKED
  58.  
  59.  
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Accelerator
  63. //
  64.  
  65. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  66. BEGIN
  67.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL, NOINVERT
  68.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL, NOINVERT
  69.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL, NOINVERT
  70.     VK_F6,          ID_NEXT_PANE,           VIRTKEY, NOINVERT
  71.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT, NOINVERT
  72.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT, NOINVERT
  73. END
  74.  
  75.  
  76. #ifndef _MAC
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // Version
  80. //
  81.  
  82. VS_VERSION_INFO VERSIONINFO
  83.  FILEVERSION 1,0,0,1
  84.  PRODUCTVERSION 1,0,0,1
  85.  FILEFLAGSMASK 0x3fL
  86. #ifdef _DEBUG
  87.  FILEFLAGS 0x1L
  88. #else
  89.  FILEFLAGS 0x0L
  90. #endif
  91.  FILEOS 0x4L
  92.  FILETYPE 0x1L
  93.  FILESUBTYPE 0x0L
  94. BEGIN
  95.     BLOCK "StringFileInfo"
  96.     BEGIN
  97.         BLOCK "040904B0"
  98.         BEGIN
  99.             VALUE "CompanyName", "\0"
  100.             VALUE "FileDescription", "DRAW MFC Application\0"
  101.             VALUE "FileVersion", "1, 0, 0, 1\0"
  102.             VALUE "InternalName", "DRAW\0"
  103.             VALUE "LegalCopyright", "Copyright ⌐ 1996\0"
  104.             VALUE "LegalTrademarks", "\0"
  105.             VALUE "OriginalFilename", "DRAW.EXE\0"
  106.             VALUE "ProductName", "DRAW Application\0"
  107.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  108.         END
  109.     END
  110.     BLOCK "VarFileInfo"
  111.     BEGIN
  112.         VALUE "Translation", 0x409, 1200
  113.     END
  114. END
  115.  
  116. #endif    // !_MAC
  117.  
  118.  
  119. /////////////////////////////////////////////////////////////////////////////
  120. //
  121. // DESIGNINFO
  122. //
  123.  
  124. #ifdef APSTUDIO_INVOKED
  125. GUIDELINES DESIGNINFO DISCARDABLE 
  126. BEGIN
  127.     IDD_ABOUTBOX, DIALOG
  128.     BEGIN
  129.         LEFTMARGIN, 7
  130.         RIGHTMARGIN, 218
  131.         TOPMARGIN, 7
  132.         BOTTOMMARGIN, 77
  133.     END
  134.  
  135.     IDD_DRAW_VIEW, DIALOG
  136.     BEGIN
  137.         LEFTMARGIN, 7
  138.         RIGHTMARGIN, 179
  139.         TOPMARGIN, 7
  140.         BOTTOMMARGIN, 90
  141.     END
  142. END
  143. #endif    // APSTUDIO_INVOKED
  144.  
  145.  
  146. /////////////////////////////////////////////////////////////////////////////
  147. //
  148. // Dialog
  149. //
  150.  
  151. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 225, 84
  152. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  153. CAPTION "About draw"
  154. FONT 8, "MS Sans Serif"
  155. BEGIN
  156.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,18,20
  157.     LTEXT           "A LEAD Technologies Demo Program",IDC_STATIC,40,10,119,
  158.                     8,SS_NOPREFIX
  159.     CTEXT           "Created with LEADTOOLS OCX in Visual C++ 4.2",
  160.                     IDC_STATIC,40,25,119,18
  161.     DEFPUSHBUTTON   "OK",IDOK,186,7,32,14,WS_GROUP
  162.     CTEXT           "Copyright ⌐ 1996 Lead Technologies",IDC_STATIC,36,49,
  163.                     126,9
  164. END
  165.  
  166. IDD_DRAW_VIEW DIALOG DISCARDABLE  0, 0, 186, 97
  167. STYLE WS_CHILD
  168. FONT 8, "MS Sans Serif"
  169. BEGIN
  170.     CONTROL         "",IDC_LEADCTRL1,
  171.                     "{00100000-B1BA-11CE-ABC6-F5B2E79D9E3F}",WS_TABSTOP,13,
  172.                     12,40,18
  173. END
  174.  
  175. IDD_THICKOPT DIALOG DISCARDABLE  0, 0, 186, 60
  176. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  177. CAPTION "Pen thickness"
  178. FONT 8, "MS Sans Serif"
  179. BEGIN
  180.     DEFPUSHBUTTON   "OK",IDOK,130,6,50,14
  181.     PUSHBUTTON      "Cancel",IDCANCEL,130,23,50,14
  182.     EDITTEXT        IDC_EDIT1,5,20,24,12,ES_AUTOHSCROLL
  183.     SCROLLBAR       IDC_SCROLLBAR3,34,20,86,11
  184.     LTEXT           "Pixels:",IDC_STATIC,7,9,27,7
  185. END
  186.  
  187.  
  188. /////////////////////////////////////////////////////////////////////////////
  189. //
  190. // Icon
  191. //
  192.  
  193. // Icon with lowest ID value placed first to ensure application icon
  194. // remains consistent on all systems.
  195. IDR_DRAWTYPE            ICON    DISCARDABLE     "../../../res/lv.ico"
  196. IDR_MAINFRAME           ICON    DISCARDABLE     "../../../res/lv.ico"
  197.  
  198. /////////////////////////////////////////////////////////////////////////////
  199. //
  200. // Menu
  201. //
  202.  
  203. IDR_DRAWTYPE MENU PRELOAD DISCARDABLE 
  204. BEGIN
  205.     POPUP "&File"
  206.     BEGIN
  207.         MENUITEM "&Open...\tCtrl+O",            ID_FILE_OPEN
  208.         MENUITEM "&Close",                      ID_FILE_CLOSE
  209.         MENUITEM "Save &As...",                 ID_FILE_SAVE_AS
  210.         MENUITEM SEPARATOR
  211.         MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
  212.         MENUITEM SEPARATOR
  213.         MENUITEM "E&xit",                       ID_APP_EXIT
  214.     END
  215.     POPUP "&Edit"
  216.     BEGIN
  217.         MENUITEM "&Undo\tCtrl+Z",               ID_EDIT_UNDO
  218.         MENUITEM SEPARATOR
  219.         MENUITEM "Cu&t\tCtrl+X",                ID_EDIT_CUT
  220.         MENUITEM "&Copy\tCtrl+C",               ID_EDIT_COPY
  221.         MENUITEM "&Paste\tCtrl+V",              ID_EDIT_PASTE
  222.     END
  223.     POPUP "&View"
  224.     BEGIN
  225.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  226.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  227.     END
  228.     POPUP "&Object"
  229.     BEGIN
  230.         MENUITEM "&Ellipse",                    ID_OBJECT_ELLIPSE
  231.         MENUITEM "&Line",                       ID_OBJECT_LINE
  232.         MENUITEM "&Rectangle",                  ID_OBJECT_RECTANGLE
  233.     END
  234.     POPUP "&Color"
  235.     BEGIN
  236.         MENUITEM "&Black",                      ID_COLOR_BLACK
  237.         MENUITEM "B&lue",                       ID_COLOR_BLUE
  238.         MENUITEM "&Green",                      ID_COLOR_GREEN
  239.         MENUITEM "&Red",                        ID_COLOR_RED
  240.         MENUITEM "&White",                      ID_COLOR_WHITE
  241.     END
  242.     MENUITEM "&Thickness...",               ID_THICKNESS
  243.     POPUP "&Action"
  244.     BEGIN
  245.         MENUITEM "&Disable Actions",            ID_DRAW_DISABLE
  246.         MENUITEM "Draw &Objects",               ID_DRAW_OBJECT
  247.         MENUITEM "&Copy Area",                  ID_DRAW_COPY
  248.         MENUITEM "&Paste",                      ID_DRAW_PASTE
  249.         MENUITEM "&Zoom In  On Selection",      ID_DRAW_ZOOMIN
  250.     END
  251.     POPUP "&Window"
  252.     BEGIN
  253.         MENUITEM "&New Window",                 ID_WINDOW_NEW
  254.         MENUITEM "&Cascade",                    ID_WINDOW_CASCADE
  255.         MENUITEM "&Tile",                       ID_WINDOW_TILE_HORZ
  256.         MENUITEM "&Arrange Icons",              ID_WINDOW_ARRANGE
  257.     END
  258.     POPUP "&Help"
  259.     BEGIN
  260.         MENUITEM "&About draw...",              ID_APP_ABOUT
  261.     END
  262. END
  263.  
  264. IDR_DRAWTYPE_CNTR_IP MENU PRELOAD DISCARDABLE 
  265. BEGIN
  266.     POPUP "&File"
  267.     BEGIN
  268.         MENUITEM "&Open...\tCtrl+O",            ID_FILE_OPEN
  269.         MENUITEM "&Close",                      ID_FILE_CLOSE
  270.         MENUITEM "&Save\tCtrl+S",               ID_FILE_SAVE
  271.         MENUITEM "Save &As...",                 ID_FILE_SAVE_AS
  272.         MENUITEM SEPARATOR
  273.         MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
  274.         MENUITEM SEPARATOR
  275.         MENUITEM "E&xit",                       ID_APP_EXIT
  276.     END
  277.     MENUITEM SEPARATOR
  278.     MENUITEM SEPARATOR
  279.     POPUP "&Window"
  280.     BEGIN
  281.         MENUITEM "&New Window",                 ID_WINDOW_NEW
  282.         MENUITEM "&Cascade",                    ID_WINDOW_CASCADE
  283.         MENUITEM "&Tile",                       ID_WINDOW_TILE_HORZ
  284.         MENUITEM "&Arrange Icons",              ID_WINDOW_ARRANGE
  285.     END
  286. END
  287.  
  288. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  289. BEGIN
  290.     POPUP "&File"
  291.     BEGIN
  292.         MENUITEM "&Open...\tCtrl+O",            ID_FILE_OPEN
  293.         MENUITEM SEPARATOR
  294.         MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
  295.         MENUITEM SEPARATOR
  296.         MENUITEM "E&xit",                       ID_APP_EXIT
  297.     END
  298.     POPUP "&View"
  299.     BEGIN
  300.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  301.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  302.     END
  303.     POPUP "&Help"
  304.     BEGIN
  305.         MENUITEM "&About draw...",              ID_APP_ABOUT
  306.     END
  307. END
  308.  
  309.  
  310. /////////////////////////////////////////////////////////////////////////////
  311. //
  312. // Toolbar
  313. //
  314.  
  315. IDR_MAINFRAME TOOLBAR DISCARDABLE  16, 15
  316. BEGIN
  317.     BUTTON      ID_FILE_OPEN
  318.     BUTTON      ID_FILE_SAVE
  319.     SEPARATOR
  320.     BUTTON      ID_EDIT_PASTE
  321. END
  322.  
  323.  
  324. /////////////////////////////////////////////////////////////////////////////
  325. //
  326. // Bitmap
  327. //
  328.  
  329. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "drawbar.bmp"
  330.  
  331. /////////////////////////////////////////////////////////////////////////////
  332. //
  333. // Dialog Info
  334. //
  335.  
  336. IDD_DRAW_VIEW DLGINIT
  337. BEGIN
  338.     IDC_LEADCTRL1, 0x376, 476, 0
  339. 0x0038, 0x0000, 0x004c, 0x0045, 0x0041, 0x0044, 0x0054, 0x004f, 0x004f, 
  340. 0x004c, 0x0053, 0x0020, 0x004f, 0x0043, 0x0058, 0x0020, 0x0043, 0x006f, 
  341. 0x0070, 0x0079, 0x0072, 0x0069, 0x0067, 0x0068, 0x0074, 0x0020, 0x0028, 
  342. 0x0063, 0x0029, 0x0020, 0x0031, 0x0039, 0x0039, 0x0038, 0x0020, 0x004c, 
  343. 0x0045, 0x0041, 0x0044, 0x0020, 0x0054, 0x0065, 0x0063, 0x0068, 0x006e, 
  344. 0x006f, 0x006c, 0x006f, 0x0067, 0x0069, 0x0065, 0x0073, 0x002c, 0x0020, 
  345. 0x0049, 0x006e, 0x0063, 0x002e, 0x0000, 0x0001, 0x0634, 0x0000, 0x02ff, 
  346. 0x0000, 0x00e5, 0x0000, 0xc0c0, 0x00c0, 0x0300, 0xe352, 0x910b, 0xce8f, 
  347. 0x9d11, 0x00e3, 0x00aa, 0xb84b, 0x0151, 0x0000, 0x9000, 0x4401, 0x0142, 
  348. 0x0d00, 0x534d, 0x5320, 0x6e61, 0x2073, 0x6553, 0x6972, 0x0066, 0x0100, 
  349. 0x0000, 0x0101, 0x0001, 0x0000, 0x0001, 0x0000, 0x00ff, 0x0000, 0xe800, 
  350. 0x0003, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0003, 0x0000, 0x0000, 
  351. 0x0000, 0x0000, 0x1800, 0x1800, 0x0500, 0xff00, 0x00ff, 0x0000, 0x0000, 
  352. 0xc800, 0x0042, 0x0000, 0x0000, 0x0000, 0x000d, 0x0000, 0x0001, 0x0001, 
  353. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 
  354. 0x0100, 0x0000, 0x03e8, 0x0000, 0x0000, 0x00ff, 0x0000, 0x0000, 0x0010, 
  355. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0001, 0x0001, 0x0005, 0x0000, 
  356. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 
  357. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xffff, 0x00ff, 
  358. 0x8080, 0x0080, 0x0000, 0x0000, 0xffff, 0x00ff, 0x8080, 0x0080, 0x0000, 
  359. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xffff, 
  360. 0x00ff, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 
  361. 0x0000, 0x0000, 0x0000, 0x0000, 0xff00, 0xffff, 0x8000, 0x8080, 0x0000, 
  362. 0x0000, 0xff00, 0xffff, 0x8000, 0x8080, 0x0000, 0x0000, 0x0001, 0x0001, 
  363. 0x0000, 0x0000, 0x0000, 0x0000, 0x1600, 0x0043, 0x1600, 0xff43, 0x0000, 
  364. 0x0900, 0x6150, 0x576e, 0x6e69, 0x6f64, 0x0177, 0x0000, 0x0000, 0x0000, 
  365. 0x00ff, 0xff00, 0x0000, 0x0000, 
  366.     0
  367. END
  368.  
  369.  
  370. /////////////////////////////////////////////////////////////////////////////
  371. //
  372. // String Table
  373. //
  374.  
  375. STRINGTABLE PRELOAD DISCARDABLE 
  376. BEGIN
  377.     IDR_MAINFRAME           "draw"
  378.     IDR_DRAWTYPE            "\nDraw\nDraw\n\n\nDraw.Document\nDraw Document"
  379. END
  380.  
  381. STRINGTABLE PRELOAD DISCARDABLE 
  382. BEGIN
  383.     AFX_IDS_APP_TITLE       "draw"
  384.     AFX_IDS_IDLEMESSAGE     "Ready"
  385. END
  386.  
  387. STRINGTABLE DISCARDABLE 
  388. BEGIN
  389.     ID_INDICATOR_EXT        "EXT"
  390.     ID_INDICATOR_CAPS       "CAP"
  391.     ID_INDICATOR_NUM        "NUM"
  392.     ID_INDICATOR_SCRL       "SCRL"
  393.     ID_INDICATOR_OVR        "OVR"
  394.     ID_INDICATOR_REC        "REC"
  395. END
  396.  
  397. STRINGTABLE DISCARDABLE 
  398. BEGIN
  399.     ID_FILE_NEW             "Create a new document\nNew"
  400.     ID_FILE_OPEN            "Open an existing document\nOpen"
  401.     ID_FILE_CLOSE           "Close the active document\nClose"
  402.     ID_FILE_SAVE            "Save the active document\nSave"
  403.     ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
  404. END
  405.  
  406. STRINGTABLE DISCARDABLE 
  407. BEGIN
  408.     ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
  409.     ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
  410. END
  411.  
  412. STRINGTABLE DISCARDABLE 
  413. BEGIN
  414.     ID_FILE_MRU_FILE1       "Open this document"
  415.     ID_FILE_MRU_FILE2       "Open this document"
  416.     ID_FILE_MRU_FILE3       "Open this document"
  417.     ID_FILE_MRU_FILE4       "Open this document"
  418.     ID_FILE_MRU_FILE5       "Open this document"
  419.     ID_FILE_MRU_FILE6       "Open this document"
  420.     ID_FILE_MRU_FILE7       "Open this document"
  421.     ID_FILE_MRU_FILE8       "Open this document"
  422.     ID_FILE_MRU_FILE9       "Open this document"
  423.     ID_FILE_MRU_FILE10      "Open this document"
  424.     ID_FILE_MRU_FILE11      "Open this document"
  425.     ID_FILE_MRU_FILE12      "Open this document"
  426.     ID_FILE_MRU_FILE13      "Open this document"
  427.     ID_FILE_MRU_FILE14      "Open this document"
  428.     ID_FILE_MRU_FILE15      "Open this document"
  429.     ID_FILE_MRU_FILE16      "Open this document"
  430. END
  431.  
  432. STRINGTABLE DISCARDABLE 
  433. BEGIN
  434.     ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
  435.     ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
  436. END
  437.  
  438. STRINGTABLE DISCARDABLE 
  439. BEGIN
  440.     ID_WINDOW_NEW           "Open another window for the active document\nNew Window"
  441.     ID_WINDOW_ARRANGE       "Arrange icons at the bottom of the window\nArrange Icons"
  442.     ID_WINDOW_CASCADE       "Arrange windows so they overlap\nCascade Windows"
  443.     ID_WINDOW_TILE_HORZ     "Arrange windows as non-overlapping tiles\nTile Windows"
  444.     ID_WINDOW_TILE_VERT     "Arrange windows as non-overlapping tiles\nTile Windows"
  445.     ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
  446. END
  447.  
  448. STRINGTABLE DISCARDABLE 
  449. BEGIN
  450.     ID_EDIT_CLEAR           "Erase the selection\nErase"
  451.     ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
  452.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
  453.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
  454.     ID_EDIT_FIND            "Find the specified text\nFind"
  455.     ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
  456.     ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
  457.     ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
  458.     ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
  459.     ID_EDIT_UNDO            "Undo the last action\nUndo"
  460.     ID_EDIT_REDO            "Redo the previously undone action\nRedo"
  461. END
  462.  
  463. STRINGTABLE DISCARDABLE 
  464. BEGIN
  465.     ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle ToolBar"
  466.     ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle StatusBar"
  467. END
  468.  
  469. STRINGTABLE DISCARDABLE 
  470. BEGIN
  471.     AFX_IDS_SCSIZE          "Change the window size"
  472.     AFX_IDS_SCMOVE          "Change the window position"
  473.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  474.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  475.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  476.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  477.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  478. END
  479.  
  480. STRINGTABLE DISCARDABLE 
  481. BEGIN
  482.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  483.     AFX_IDS_SCTASKLIST      "Activate Task List"
  484.     AFX_IDS_MDICHILD        "Activate this window"
  485. END
  486.  
  487. #endif    // English (U.S.) resources
  488. /////////////////////////////////////////////////////////////////////////////
  489.  
  490.  
  491.  
  492. #ifndef APSTUDIO_INVOKED
  493. /////////////////////////////////////////////////////////////////////////////
  494. //
  495. // Generated from the TEXTINCLUDE 3 resource.
  496. //
  497. #define _AFX_NO_SPLITTER_RESOURCES
  498. #define _AFX_NO_OLE_RESOURCES
  499. #define _AFX_NO_TRACKER_RESOURCES
  500. #define _AFX_NO_PROPERTY_RESOURCES
  501.  
  502. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  503. #ifdef _WIN32
  504. LANGUAGE 9, 1
  505. #pragma code_page(1252)
  506. #endif
  507. #include "afxres.rc"         // Standard components
  508. #endif
  509. /////////////////////////////////////////////////////////////////////////////
  510. #endif    // not APSTUDIO_INVOKED
  511.  
  512.