57 lines
1.3 KiB
C
57 lines
1.3 KiB
C
/**********************************************************************/
|
|
/** Microsoft Windows/NT **/
|
|
/** Copyright(c) Microsoft Corp., 1991 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
uirsrc.h
|
|
Resource header file coordination
|
|
|
|
This file defines and coordinates the resource IDs of all resources.
|
|
|
|
FILE HISTORY:
|
|
beng 05-Aug-1992 Created
|
|
*/
|
|
|
|
#ifndef _UIRSRC_H_
|
|
#define _UIRSRC_H_
|
|
|
|
|
|
#define IDRSRC_APP_BASE 1
|
|
#define IDRSRC_APP_LAST 4999
|
|
|
|
#define IDRSRC_NCPA_BASE 6000
|
|
#define IDRSRC_NCPA_LAST 6999
|
|
|
|
#define IDRSRC_MPRUI_BASE 7000
|
|
#define IDRSRC_MPRUI_LAST 7999
|
|
|
|
#define IDRSRC_SHELL_BASE 8000
|
|
#define IDRSRC_SHELL_LAST 8999
|
|
|
|
#define IDRSRC_RESERVED1_BASE 9000
|
|
#define IDRSRC_RESERVED1_LAST 9199
|
|
|
|
#define IDRSRC_RESERVED2_BASE 9200
|
|
#define IDRSRC_RESERVED2_LAST 9399
|
|
|
|
#define IDRSRC_ACLEDIT_BASE 10000
|
|
#define IDRSRC_ACLEDIT_LAST 10999
|
|
|
|
#define IDRSRC_RASMAC_BASE 11000
|
|
#define IDRSRC_RASMAC_LAST 11999
|
|
|
|
#define IDRSRC_FTPMGR_BASE 12000
|
|
#define IDRSRC_FTPMGR_LAST 12999
|
|
|
|
#define IDRSRC_IPX_BASE 13000
|
|
#define IDRSRC_IPX_LAST 13999
|
|
|
|
#define IDRSRC_TCP_BASE 14000
|
|
#define IDRSRC_TCP_LAST 14999
|
|
|
|
#define IDRSRC_COMMON_BASE 15000
|
|
|
|
|
|
#endif // _UIRSRC_H_
|