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.
|
|
/*==========================================================================;
* * Copyright (C) 1994-1997 Microsoft Corporation. All Rights Reserved. * * File: ids.h * Content: DirectDraw resource ids * History: * Date By Reason * ==== == ====== * 10-sep-95 toddla created * 20-sep-95 craige add IDS_PRIMARYDISPLAY * ***************************************************************************/
// icon ids
#define ID_ICON 42
// string ids
#define IDS_TITLE 100 // dialog box title
#define IDS_DONTWORK_BPP 101 // you must be in 256 color mode or higher.
#define IDS_DONTWORK_DRV 102 // your driver is bad.
#define IDS_PRIMARYDISPLAY 103 // primary display ident. string
#define IDS_TIME_BOMB 104 // time bomb message string
#define IDS_TIME_BOMB_TITLE 105 // time bomb title string
|