|
|
1.1 ! root 1: /* ! 2: Resource file for SNAP application ! 3: Created by Microsoft, IBM Corporation 1990 ! 4: */ ! 5: #define INCL_WIN ! 6: #include "snap.h" ! 7: #include <os2.h> ! 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 ! 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 ! 28: MENUITEM "", 99, MIS_SEPARATOR ! 29: MENUITEM "E~xit", SC_CLOSE, MIS_SYSCOMMAND ! 30: MENUITEM "A~bout Snap...", IDM_ABOUT ! 31: END ! 32: MENUITEM "S~nap!", IDM_SNAP ! 33: END ! 34: ! 35: ! 36: DLGTEMPLATE IDD_INFO ! 37: BEGIN ! 38: DIALOG "", 1, 10, 12, 230, 123, FS_DLGBORDER ! 39: BEGIN ! 40: CTEXT "OS/2 Presentation Magager", 0, 46, 108, 150, 8 ! 41: CTEXT "Created by Microsoft, IBM Corp., 1989", 0, 35, 99, 168, 8 ! 42: CTEXT "Window Snapshot application", 0, 46, 84, 150, 8 ! 43: DEFPUSHBUTTON "OK", DID_OK, 5, 81, 36, 14 ! 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 ! 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 ! 58: CTEXT "or leave empty to cancel.", 0, 4, 20, 124, 8 ! 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.