|
|
1.1 root 1:
2: #include <windows.h>
3: #include "cdtest.h"
4: #include "dlgs.h"
5: #include "open.h"
6: #include "find.h"
7: #include "font.h"
8: #include "colors.h"
9: #include "print.h"
10: #include "dlgs.h"
11: #include "devnames.h"
12: #include "devmode.h"
13: #include "logfont.h"
14: #include "title.h"
15:
16: theicon ICON cdtest.ico
17:
18: themenu MENU
19: BEGIN
20: POPUP "&Dialogs"
21: BEGIN
22: MENUITEM "Choose&Color", IDM_COLOR
23: MENUITEM "Choose&Font", IDM_FONT
24: MENUITEM "Find&Text", IDM_FIND
25: MENUITEM "GetFileTit&le", IDM_TITLE
26: MENUITEM "Get&OpenFileName", IDM_OPEN
27: MENUITEM "Get&SaveFileName", IDM_SAVE
28: MENUITEM "&PrintDlg", IDM_PRINT
29: MENUITEM "&ReplaceText", IDM_REPLACE
30: MENUITEM SEPARATOR
31: MENUITEM "&About This Program", IDM_ABOUT
32: MENUITEM SEPARATOR
33: MENUITEM "E&xit", IDM_EXIT
34: END
35:
36: POPUP "&Options"
37: BEGIN
38: MENUITEM "&Hex Mode", IDM_HEXMODE
39: MENUITEM "&Decimal Mode", IDM_DECIMALMODE
40: END
41: END
42:
43: #include "colors.dlg"
44: #include "open.dlg"
45: #include "font.dlg"
46: #include "find.dlg"
47: #include "title.dlg"
48: #include "print.dlg"
49: #include "devnames.dlg"
50: #include "devmode.dlg"
51: #include "logfont.dlg"
52:
53: #include "opentemp.dlg" //Open/Save custom template
54: #include "fttemp.dlg"
55: #include "prtemp.dlg"
56: #include "fonttemp.dlg"
57: #include "clrtemp.dlg"
58:
59: #include "about.dlg"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.