|
|
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: * This source code is only intended as a supplement to
7: * Microsoft Development Tools and/or WinHelp documentation.
8: * See these sources for detailed information regarding the
9: * Microsoft samples programs.
10: \******************************************************************************/
11:
12:
13: #include "windows.h"
14:
15: #define IDM_ABOUT 100
16:
17: /* file menu items */
18:
19: #define IDM_NEW 101
20: #define IDM_OPEN 102
21: #define IDM_SAVE 103
22: #define IDM_SAVEAS 104
23: #define IDM_PRINT 105
24: #define IDM_EXIT 106
25:
26: /* edit menu items */
27:
28: #define IDM_UNDO 200
29: #define IDM_CUT 201
30: #define IDM_COPY 202
31: #define IDM_PASTE 203
32: #define IDM_CLEAR 204
33:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.