Windows2000/private/shell/win16/comdlg/cdids.h
2020-09-30 17:12:32 +02:00

54 lines
1.0 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
Copyright (c) 1990-1995, Microsoft Corporation All rights reserved.
Module Name:
cdids.h
Abstract:
This module contains the resource ID definitions for the Win32
common dialogs.
Revision History:
*/
// Include Files.
#include <shlobjp.h>
// Constant Declarations.
#define IDA_OPENFILE 100
#define IDA_OPENFILEVIEW 101
#define IDC_PARENT (FCIDM_BROWSERFIRST + 1)
#define IDC_NEWFOLDER (FCIDM_BROWSERFIRST + 2)
#define IDC_VIEWLIST (FCIDM_BROWSERFIRST + 3)
#define IDC_VIEWDETAILS (FCIDM_BROWSERFIRST + 4)
#define IDC_DROPDRIVLIST (FCIDM_BROWSERFIRST + 5)
#define IDC_REFRESH (FCIDM_BROWSERFIRST + 6)
#define IDC_PREVIOUSFOLDER (FCIDM_BROWSERFIRST + 7)
#define DUMMYFILEOPENORD 400
#define FCIDM_FIRST FCIDM_GLOBALFIRST
#define FCIDM_LAST FCIDM_GLOBALLAST
#define MH_POPUPS 600
#define MH_ITEMS (700 - FCIDM_FIRST)
#define MH_TOOLTIPBASE (MH_ITEMS - (FCIDM_LAST - FCIDM_FIRST))