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.

40 lines
1.2 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. applib.rc
  7. APPLIB global resource file
  8. FILE HISTORY:
  9. chuckc 27-Feb-92 Created (split off from blt.rc)
  10. */
  11. #include <applibrc.h>
  12. #ifndef _APPLIB_RC_
  13. #define _APPLIB_RC_
  14. /*
  15. * The following are the display map bitmaps (i.e., bitmaps with bright
  16. * green border that represent the transparent color, to be used with the
  17. * display map object) which appear within the outline listbox.
  18. * Cf. applib\olb.
  19. *
  20. */
  21. BMID_DOMAIN_NOT_EXPANDED BITMAP DISCARDABLE "bitmap\\dom.bmp"
  22. BMID_DOMAIN_EXPANDED BITMAP DISCARDABLE "bitmap\\domex.bmp"
  23. BMID_DOMAIN_CANNOT_EXPAND BITMAP DISCARDABLE "bitmap\\domnox.bmp"
  24. BMID_SERVER BITMAP DISCARDABLE "bitmap\\server.bmp"
  25. BMID_ENTERPRISE BITMAP DISCARDABLE "bitmap\\enterp.bmp"
  26. #include <dlg\focusdlg.dlg>
  27. #include <dlg\password.dlg>
  28. #include <dlg\uidomain.dlg>
  29. #include <dlg\cncltask.dlg>
  30. #include <string\applib.str>
  31. #endif