reactos/dll/win32/shdocvw/resource.h
Katayama Hirofumi MZ 960a305e5c
[BROWSEUI][SHDOCVW] Move CExplorerBand to shdocvw (#7163)
CExplorerBand should be
implemented in shdocvw.dll.
894ad4f17d/modules/rostests/apitests/com/shdocvw.c (L37)
JIRA issue: CORE-19698
- Move CExplorerBand code
  from browseui to shdocvw.
- Delete IDS_FOLDERSLABEL
  resource string from browseui.
- Add IDS_FOLDERSLABEL
  resource string to shdocvw.
- Adapt code to these changes.
- Add sdk/include/reactos/
 shdocvw_undoc.h.
- Implement IEILIsEqual function.
2024-08-02 04:12:02 +09:00

14 lines
299 B
C

#define IDR_SHDOCVW 1
#define IDR_FAVBAND 2
#define IDR_EXPLORERBAND 3
#define IDR_TYPELIB 1
#define IDW_TOOLBAR 2
#define IDW_TREEVIEW 100
#define ID_ADD 100
#define ID_ORGANIZE 101
#define IDS_ADD 1000
#define IDS_ORGANIZE 1001
#define IDS_FOLDERSLABEL 1002