windows-nt/Source/XPSP1/NT/admin/netui/common/xlate/applib.rc

41 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
/**********************************************************************/
/** 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