24 lines
743 B
C
24 lines
743 B
C
|
/**********************************************************************/
|
||
|
/** 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_CHECKLIST_OPTIONS 0x5100
|