|
|
1.1 ! root 1: #include "windows.h" ! 2: #include "guigrep.h" ! 3: ! 4: ! 5: GrepIcon ICON guigrep.ico ! 6: IDM_STARTGREP BITMAP grepbmp.bmp ! 7: ! 8: FileManMenu MENU ! 9: BEGIN ! 10: MENUITEM "&String", IDM_DEFGREP-100 ! 11: MENUITEM "&Grep!", IDM_STARTGREP-100 ! 12: END ! 13: ! 14: AboutBox DIALOG 22, 17, 144, 75 ! 15: STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU ! 16: CAPTION "About NtGrep" ! 17: BEGIN ! 18: CTEXT "Microsoft Windows" -1, 0, 5, 144, 8 ! 19: CTEXT "Source file browser" -1, 0, 14, 144, 8 ! 20: CTEXT "1992/93 Microsoft Corp." -1, 0, 34, 144, 8 ! 21: DEFPUSHBUTTON "OK" IDOK, 53, 59, 32, 14, WS_GROUP ! 22: END ! 23: ! 24: ! 25: ! 26: rcinclude guigrep.dlg ! 27:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.