|
|
1.1 root 1: /****************************************************************************
2: * *
3: * FILE : OwnCombo.rc *
4: * *
5: * DESCRIPTION : Resource script file for OwnCombo example. *
6: * *
7: ****************************************************************************/
8: #include "windows.h"
9: #include "owncombo.h"
10: #include "owncombo.dlg"
11:
12: owncombo ICON owncombo.ico
13:
14: OwnComboMenu MENU
15: BEGIN
16: POPUP "&File"
17: BEGIN
18: MENUITEM "&Exit", IDM_EXIT
19: MENUITEM SEPARATOR
20: MENUITEM "&About OwnCombo...", IDM_ABOUT
21: END
22:
23: POPUP "E&xamples"
24: BEGIN
25: MENUITEM "Owner Draw &List Box", IDM_LISTBOX
26: MENUITEM "Owner Draw &Multiple Selection List Box", IDM_MULTILISTBOX
27: MENUITEM SEPARATOR
28: MENUITEM "Drop Down &Combo Box", IDM_COMBOBOX
29: MENUITEM "Owner Draw Combo &Box", IDM_OWNERCOMBOBOX
30: END
31: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.