|
|
1.1 root 1:
2: //-----------------------------------------------------------------------------
3: // This is a part of the Microsoft Source Code Samples.
4: // Copyright (C) 1993 Microsoft Corporation.
5: // All rights reserved.
6: //
7: // This source code is only intended as a supplement to
8: // Microsoft Development Tools and/or WinHelp documentation.
9: // See these sources for detailed information regarding the
10: // Microsoft samples programs.
11: //-----------------------------------------------------------------------------
12:
13: #include <windows.h>
14: #include "wdiffrc.h"
15:
16: WinDiff ICON windiff.ico
17:
18: WinDiffMenu MENU BEGIN
19: POPUP "&File" BEGIN
20: MENUITEM "Compare &Files...", IDM_FILE
21: MENUITEM "Compare &Directories...", IDM_DIR
22: MENUITEM "&Close", IDM_CLOSE
23: MENUITEM SEPARATOR
24: MENUITEM "&Abort", IDM_ABORT
25: MENUITEM SEPARATOR
26: MENUITEM "&Save File List...", IDM_SAVELIST
27: MENUITEM "C&opy Files...", IDM_COPYFILES
28: MENUITEM "&Print", IDM_PRINT
29: MENUITEM "E&xit", IDM_EXIT
30: END
31: POPUP "&Edit" BEGIN
32: MENUITEM "Edit &Left File", IDM_EDITLEFT
33: MENUITEM "Edit &Right File", IDM_EDITRIGHT
34: MENUITEM "Edit &Composite File", IDM_EDITCOMP
35: MENUITEM SEPARATOR
36: MENUITEM "&Set Editor...", IDM_SETEDIT
37: END
38: POPUP "&View" BEGIN
39: MENUITEM "&Outline", IDM_OUTLINE,
40: MENUITEM "&Expand", IDM_EXPAND
41: MENUITEM SEPARATOR
42: MENUITEM "&Picture\tAlt+P", IDM_PICTURE
43: MENUITEM SEPARATOR
44: MENUITEM "&Previous Change\tF7", IDM_FPCHANGE
45: MENUITEM "&Next Change\tF8", IDM_FCHANGE
46: END
47: POPUP "E&xpand" BEGIN
48: MENUITEM "Le&ft File Only\tAlt+L", IDM_LONLY
49: MENUITEM "Rig&ht File Only\tAlt+R", IDM_RONLY
50: MENUITEM "B&oth Files\tAlt+B", IDM_BOTHFILES
51: MENUITEM SEPARATOR
52: MENUITEM "&Left Line Numbers", IDM_LNRS
53: MENUITEM "&Right Line Numbers", IDM_RNRS
54: MENUITEM "&No Line Numbers", IDM_NONRS
55: END
56: POPUP "&Options" BEGIN
57: MENUITEM "Ignore &Blanks", IDM_IGNBLANKS
58: MENUITEM SEPARATOR
59: MENUITEM "Show &Identical Files", IDM_INCSAME
60: MENUITEM "Show &Left-Only Files", IDM_INCLEFT
61: MENUITEM "Show &Right-Only Files", IDM_INCRIGHT
62: MENUITEM "Show &Different Files", IDM_INCDIFFER
63: END
64: POPUP "&Help" BEGIN
65: MENUITEM "&About...", IDM_ABOUT
66: END
67: END
68:
69: WinDiffAccel ACCELERATORS
70: BEGIN
71: VK_F8, IDM_FCHANGE, VIRTKEY
72: VK_F7, IDM_FPCHANGE, VIRTKEY
73: "l", IDM_LONLY, ALT
74: "r", IDM_RONLY, ALT
75: "b", IDM_BOTHFILES, ALT
76: "p", IDM_PICTURE, ALT
77: VK_F12, IDM_TIME, VIRTKEY, CONTROL
78: END
79: #include "windiff.dlg"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.