You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.4 KiB
42 lines
1.4 KiB
/**************************************************************************
|
|
THIS CODE AND INFORMATION IS PROVIDED 'AS IS' WITHOUT WARRANTY OF
|
|
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
|
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
PARTICULAR PURPOSE.
|
|
|
|
Copyright 1998 Microsoft Corporation. All Rights Reserved.
|
|
**************************************************************************/
|
|
|
|
/**************************************************************************
|
|
|
|
File: Commands.h
|
|
|
|
Description: Defines the private commands for this project.
|
|
|
|
**************************************************************************/
|
|
|
|
/**************************************************************************
|
|
global variables and definitions
|
|
**************************************************************************/
|
|
|
|
#define IDM_EXPLORE 1
|
|
#define IDM_OPEN 2
|
|
#define IDM_NEW 3
|
|
#define IDM_NEW_FOLDER 4
|
|
#define IDM_NEW_ITEM 5
|
|
#define IDM_MODIFY_DATA 6
|
|
#define IDM_RENAME 7
|
|
#define IDM_DELETE 8
|
|
#define IDM_COPY 9
|
|
#define IDM_CUT 10
|
|
#define IDM_PASTE 11
|
|
#define IDM_SEPARATOR 12
|
|
#define IDM_VIEW 13
|
|
#define IDM_VIEW_LARGE 14
|
|
#define IDM_VIEW_SMALL 15
|
|
#define IDM_VIEW_LIST 16
|
|
#define IDM_VIEW_DETAILS 17
|
|
|
|
#define IDM_LAST 17
|
|
|
|
//view menu items
|