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.
|
|
//*********************************************************************
//* Microsoft Windows **
//* Copyright (c) 1994-1998 Microsoft Corporation
//*********************************************************************
// string resource IDs
#define IDS_APPNAME 1000
#define IDS_ERRFORMAT 1001
#define IDS_EXEC_GRPCONV 1002
#define IDS_EXEC_GRPCONV_PARAM 1003
#define IDS_MAIL_WIZARD_REG_VAL 1004
#define IDS_DEF_COMPUTER_NAME 1005
#define IDS_DEF_WORKGROUP_NAME 1006
#define IDS_ERROutOfMemory 1100
#define IDS_ERRReadConfig 1101
#define IDS_ERRInstallTCPIP 1102
#define IDS_ERRInstallPPPMAC 1103
#define IDS_ERRInstallFiles 1104
#define IDS_ERRWriteDNS 1105
// dialog page IDs
//
// ChrisK 6/3/97 Olympus 5425
// Removed unused dialog
//
//#define IDD_SECURITY_CHECK 2000
#define IDD_DNS_WARNING 2001
#ifdef IDC_HELP
#undef IDC_HELP
#endif
// dialog control IDs
#define IDC_UNUSED -1
#define IDC_DISABLE_CHECK 2100
#define IDC_DISABLE_WARNING 2101
// icon IDs
#define IDI_WORLD 2200
|