|
|
1.1 ! root 1: ! 2: //----------------------------------------------------------------------------- ! 3: // This is a part of the Microsoft Source Code Samples. ! 4: // Copyright (C) 1993 Microsoft Corporation. ! 5: // All rights reserved. ! 6: // ! 7: // This source code is only intended as a supplement to ! 8: // Microsoft Development Tools and/or WinHelp documentation. ! 9: // See these sources for detailed information regarding the ! 10: // Microsoft samples programs. ! 11: //----------------------------------------------------------------------------- ! 12: ! 13: #include <windows.h> ! 14: #include "world.h" ! 15: #include "world.dlg" ! 16: ! 17: WorldIcon ICON world.ico ! 18: ! 19: WorldMenu MENU ! 20: { ! 21: POPUP "&Metafile" ! 22: { ! 23: MENUITEM "&Open", IDM_OPEN ! 24: MENUITEM "E&xit", IDM_EXIT ! 25: } ! 26: ! 27: MENUITEM "&Scale!", IDM_SCALE ! 28: ! 29: POPUP "&Help" ! 30: { ! 31: MENUITEM "&About", IDM_ABOUT ! 32: } ! 33: } ! 34: ! 35: STRINGTABLE ! 36: { ! 37: 0, " 0.25" ! 38: 1, " 0.333333" ! 39: 2, " 0.50" ! 40: 3, " 0.666666" ! 41: 4, " 0.75" ! 42: 5, " 1.00" ! 43: 6, " 1.50" ! 44: 7, " 2.00" ! 45: 8, " 3.00" ! 46: 9, " 4.00" ! 47: 10, " 5.00" ! 48: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.