|
|
1.1 root 1: #include "windows.h"
2: #include "ntgrep.h"
3:
4: GrepMenu MENU
5: BEGIN
6: POPUP "&Help"
7: BEGIN
8: MENUITEM "&About NtGrep", IDM_ABOUT
9: END
10: MENUITEM "&Install", IDM_INSTALL
11: MENUITEM "&Uninstall", IDM_UNINSTALL
12: END
13:
14:
15: ExplainBox DIALOG 6, 18, 160, 129
16: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
17: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
18: CAPTION "Grep setup"
19: FONT 8, "MS Sans Serif"
20: BEGIN
21: PUSHBUTTON "ok", IDOK, 58, 97, 40, 14
22: LTEXT "To use NT grep, run the file manager.", 102, 11, 11,
23: 145, 13
24: LTEXT "It should now have a new menu item", 103, 12, 23, 139,
25: 17
26: LTEXT "labelled ""Search.""", 104, 12, 34, 123, 19
27: END
28:
29:
30:
31: AboutBox DIALOG 22, 17, 144, 75
32: STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
33: CAPTION "About NtGrep"
34: BEGIN
35: CTEXT "Microsoft Windows" -1, 0, 5, 144, 8
36: CTEXT "File Grepper" -1, 0, 14, 144, 8
37: CTEXT "By Rudiger Asche" -1, 0, 34, 144, 8
38: DEFPUSHBUTTON "OK" IDOK, 53, 59, 32, 14, WS_GROUP
39: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.