|
|
1.1 root 1: /* 1.1.1.2 ! root 2: Resource file for SNAP application ! 3: Created by Microsoft Corporation, 1989 1.1 root 4: */ 1.1.1.2 ! root 5: #define INCL_WIN 1.1 root 6: #include "snap.h" 1.1.1.2 ! root 7: #include <os2.h> 1.1 root 8: 9: POINTER IDR_ICON_SNAP snap.ico 10: POINTER IDR_PTR_SNAP snap.ptr 11: POINTER IDR_PTR_HAND hand.ptr 12: POINTER IDR_PTR_SELECT select.ptr 13: 14: STRINGTABLE 15: BEGIN 16: IDS_SNAP, "Snap" 17: END 18: 19: MENU 1 20: BEGIN 21: SUBMENU "~Options", 99 22: BEGIN 1.1.1.2 ! root 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 "~Save window contents...", IDM_SAVE 1.1 root 28: MENUITEM "", 99, MIS_SEPARATOR 1.1.1.2 ! root 29: MENUITEM "E~xit", SC_CLOSE, MIS_SYSCOMMAND ! 30: MENUITEM "A~bout Snap...", IDM_ABOUT 1.1 root 31: END 1.1.1.2 ! root 32: MENUITEM "S~nap!", IDM_SNAP 1.1 root 33: END 34: 35: 36: DLGTEMPLATE IDD_INFO 37: BEGIN 1.1.1.2 ! root 38: DIALOG "", 1, 10, 12, 230, 123, FS_DLGBORDER 1.1 root 39: BEGIN 1.1.1.2 ! root 40: CTEXT "OS/2 Presentation Magager", 0, 46, 108, 150, 8 ! 41: CTEXT "Created by Microsoft Corp., 1989", 0, 46, 98, 150, 8 1.1 root 42: CTEXT "Window Snapshot application", 0, 46, 84, 150, 8 43: DEFPUSHBUTTON "OK", DID_OK, 4, 90, 36, 14 1.1.1.2 ! root 44: LTEXT " SNAP copies bitmaps of windows to the clipboard.", 0, 4, 66, 220, 10 ! 45: LTEXT " There are 2 selection modes: Window and Region.", 0, 4, 56, 220, 10 ! 46: LTEXT " Window - click on the window you want copied.", 0, 4, 41, 220, 10 ! 47: LTEXT " Region - click & drag the mouse to select the", 0, 4, 31, 220, 10 ! 48: LTEXT " region you want copied.", 0, 4, 21, 220, 10 1.1 root 49: END 50: END 51: 52: DLGTEMPLATE IDD_SAVEFILE 53: BEGIN 54: DIALOG "", 2, 0, 0, 132, 60, FS_DLGBORDER | FS_MOUSEALIGN 55: BEGIN 56: CTEXT "Save File", 0, 4, 45, 124, 8 57: CTEXT "Enter the file name to save", 0, 4, 30, 124, 8 1.1.1.2 ! root 58: CTEXT "or leave empty to cancel.", 0, 4, 20, 124, 8 1.1 root 59: ENTRYFIELD "", ID_FILEENTRY, 4, 5, 124, 8, ES_AUTOSCROLL | ES_LEFT | ES_MARGIN 60: END 61: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.