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.
30 lines
772 B
30 lines
772 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1997.
|
|
//
|
|
// File: strings.h
|
|
//
|
|
// Contents:
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 5-21-97 RichardW Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#define IDS_COPYING_USER_HIVE 1001
|
|
#define IDS_CREATING_NEW_PROFILE 1002
|
|
#define IDS_COPYING_OLD_PROFILE 1003
|
|
|
|
#define IDS_INIT_READ_NAMES 1010
|
|
#define IDS_INIT_DISCOVER_DCS 1011
|
|
#define IDS_INIT_LOOKUP_ACCOUNTS 1012
|
|
|
|
#define IDS_MOVE_DOMAIN 1020
|
|
|
|
#define IDS_SEC_LOCAL_SETTINGS 1030
|
|
#define IDS_SEC_LOCAL_ADMIN 1031
|
|
|