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/NT **/ /** Copyright(c) Microsoft Corp., 1991 **/ /**********************************************************************/
/* applib.rc APPLIB global resource file
FILE HISTORY: chuckc 27-Feb-92 Created (split off from blt.rc) */
#include <applibrc.h>
#ifndef _APPLIB_RC_ #define _APPLIB_RC_
/* * The following are the display map bitmaps (i.e., bitmaps with bright * green border that represent the transparent color, to be used with the * display map object) which appear within the outline listbox. * Cf. applib\olb. * */
BMID_DOMAIN_NOT_EXPANDED BITMAP DISCARDABLE "bitmap\\dom.bmp" BMID_DOMAIN_EXPANDED BITMAP DISCARDABLE "bitmap\\domex.bmp" BMID_DOMAIN_CANNOT_EXPAND BITMAP DISCARDABLE "bitmap\\domnox.bmp" BMID_SERVER BITMAP DISCARDABLE "bitmap\\server.bmp" BMID_ENTERPRISE BITMAP DISCARDABLE "bitmap\\enterp.bmp"
#include <dlg\focusdlg.dlg> #include <dlg\password.dlg> #include <dlg\uidomain.dlg> #include <dlg\cncltask.dlg> #include <string\applib.str>
#endif
|