mirror of https://github.com/lianthony/NT4.0
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.
44 lines
1.2 KiB
44 lines
1.2 KiB
/****************************** Module Header ******************************\
|
|
* Module Name: stringid.h
|
|
*
|
|
* Copyright (c) 1991, Microsoft Corporation
|
|
*
|
|
* Defines resource ids for resources other than dialogs
|
|
*
|
|
* History:
|
|
* 12-09-91 Davidc Created.
|
|
\***************************************************************************/
|
|
|
|
//
|
|
// Strings
|
|
//
|
|
#define IDS_RESTART_SYSTEM 1520
|
|
#define IDS_WINDOWS_MESSAGE 1524
|
|
#define IDS_SAFE_TO_TURN_OFF 1526
|
|
#define IDS_SHUTDOWN_MESSAGE 1527
|
|
|
|
|
|
|
|
#define IDS_SYSTEM_SCREEN_SAVER_NAME 1564
|
|
|
|
|
|
#define IDS_SOUND_DLL 1570
|
|
#define IDS_WAVEOUTGETNUMDEVS 1571
|
|
#define IDS_PLAYSOUND 1572
|
|
#define IDS_MIGRATESOUNDEVENTS 1573
|
|
#define IDS_MIDI_DLL 1574
|
|
#define IDS_MIGRATEMIDIUSER 1575
|
|
|
|
#define IDS_NO_PAGING_FILE 1580
|
|
#define IDS_LIMITED_RESOURCES 1581
|
|
|
|
#define IDS_INVALID_TIME 1582
|
|
#define IDS_INVALID_TIME_MSG 1583
|
|
|
|
#define IDS_SETUP_INCOMPLETE 1590
|
|
|
|
#define IDS_ACCOUNT_LOCKED 1603
|
|
|
|
#define IDS_ADMIN_ACCOUNT_NAME 1700
|
|
|
|
#define IDD_SHUTDOWN_BITMAP 4
|