|
|
1.1 ! root 1: /* ! 2: Resource file for SNAPshot utility ! 3: Created by Microsoft Corp., 1988 ! 4: */ ! 5: #include "snap.h" ! 6: #include "pmwin.h" ! 7: ! 8: POINTER IDR_ICON_SNAP snap.ico ! 9: POINTER IDR_PTR_SNAP snap.ptr ! 10: POINTER IDR_PTR_HAND hand.ptr ! 11: POINTER IDR_PTR_SELECT select.ptr ! 12: ! 13: STRINGTABLE ! 14: BEGIN ! 15: IDS_SNAP, "Snap" ! 16: END ! 17: ! 18: MENU 1 ! 19: BEGIN ! 20: MENUITEM "~Save", IDM_SAVE ! 21: SUBMENU "~Options", 99 ! 22: BEGIN ! 23: MENUITEM "~Hide snap when snapping", IDM_HIDE ! 24: MENUITEM "Select ~region when snapping", IDM_REGION ! 25: MENUITEM "Select ~window when snapping", IDM_WINDOW ! 26: MENUITEM " ~Exclude frame", IDM_NCAREA ! 27: MENUITEM "", 99, MIS_SEPARATOR ! 28: MENUITEM "E~xit", IDM_EXIT ! 29: MENUITEM "A~bout Snap...", IDM_ABOUT ! 30: END ! 31: MENUITEM "S~nap!", IDM_SNAP ! 32: END ! 33: ! 34: ! 35: DLGTEMPLATE IDD_INFO ! 36: BEGIN ! 37: DIALOG "", 1, 10, 12, 210, 123, FS_DLGBORDER ! 38: BEGIN ! 39: CTEXT "Microsoft Presentation Magager", 0, 46, 108, 150, 8 ! 40: CTEXT "Created by Microsoft Corp., 1988", 0, 46, 98, 150, 8 ! 41: CTEXT "Window Snapshot application", 0, 46, 84, 150, 8 ! 42: DEFPUSHBUTTON "OK", DID_OK, 4, 90, 36, 14 ! 43: LTEXT " SNAP copies bitmaps of windows to the clipboard.", 0, 4, 66, 200, 10 ! 44: LTEXT " There are 2 modes: SelectWindow and SelectRegion.", 0, 4, 56, 200, 10 ! 45: LTEXT " Window - click on the window you want copied.", 0, 4, 41, 200, 10 ! 46: LTEXT " Region - click & drag the mouse to select the", 0, 4, 31, 200, 10 ! 47: LTEXT " region you want copied.", 0, 4, 21, 200, 10 ! 48: END ! 49: END ! 50: ! 51: DLGTEMPLATE IDD_SAVEFILE ! 52: BEGIN ! 53: DIALOG "", 2, 0, 0, 132, 60, FS_DLGBORDER | FS_MOUSEALIGN ! 54: BEGIN ! 55: CTEXT "Save File", 0, 4, 45, 124, 8 ! 56: CTEXT "Enter the file name to save", 0, 4, 30, 124, 8 ! 57: CTEXT "or nothing to cancel.", 0, 4, 20, 124, 8 ! 58: ENTRYFIELD "", ID_FILEENTRY, 4, 5, 124, 8, ES_AUTOSCROLL | ES_LEFT | ES_MARGIN ! 59: END ! 60: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.