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.
24 lines
854 B
24 lines
854 B
/**********************************************************************/
|
|
/** Microsoft Windows/NT **/
|
|
/** Copyright(c) Microsoft Corporation, 1999 - 1999 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
miscres.h
|
|
Misc resource IDs
|
|
|
|
FILE HISTORY:
|
|
|
|
*/
|
|
|
|
#define IDC_DATA_ENTRY_DWORD 0x5000
|
|
#define IDC_DATA_ENTRY_IPADDRESS 0x5001
|
|
#define IDC_DATA_ENTRY_IPADDRESS_ARRAY 0x5002
|
|
#define IDC_DATA_ENTRY_STRING 0x5003
|
|
#define IDC_DATA_ENTRY_BINARY_ARRAY 0x5004
|
|
#define IDC_DATA_ENTRY_NONE 0x5005
|
|
#define IDC_DATA_ENTRY_BINARY 0x5006
|
|
#define IDC_DATA_ENTRY_ROUTE_ARRAY 0x5007
|
|
#define IDC_DATA_ENTRY_STRING_ARRAY 0x5008
|
|
|
|
#define IDC_CHECKLIST_OPTIONS 0x5100
|