Leaked source code of windows server 2003
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.
|
|
#include <ncres.h>
// Dialog IDs
#define DLG_ATLK_GENERAL 2500 // == IDS_NS_ATLKCFG
#define DLG_ATLK_ROUTING 2501
#define DLG_ATLK_ADD_ZONE 2502
// String IDs
#define IDS_ATLK_CAPTION (IDS_NC_ATLKCFG + 1)
#define IDS_ATLK_INSTALL_PENDING (IDS_NC_ATLKCFG + 2)
#define IDS_ATLK_INBOUND_MSG1 (IDS_NC_ATLKCFG + 3)
#define IDS_ATLK_INBOUND_MSG2 (IDS_NC_ATLKCFG + 4)
// Control IDs
#define CMB_GENERAL_ZONE 100
#define CHK_GENERAL_DEFAULT 101
#define IDC_TXT_ZONELIST 102
|