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
904 B

  1. /*
  2. * OLE2UI.RC
  3. *
  4. * Icon, menus, strings, and dialogs for the OLE 2.0 UI Support Library.
  5. *
  6. * Copyright (c)1992 Microsoft Corporation, All Right Reserved
  7. */
  8. #undef PURE
  9. #include "ole2ui.h"
  10. //Bitmaps for ResultImage control
  11. IDB_RESULTSEGA BITMAP egares.bmp
  12. IDB_RESULTSVGA BITMAP vgares.bmp
  13. IDB_RESULTSHIRESVGA BITMAP hivgares.bmp
  14. // Version Verification Resource (see OLE2UI.H)
  15. VERIFICATION RCDATA
  16. BEGIN
  17. OLEUI_VERSION_MAGIC
  18. END
  19. //Include string tables here.
  20. #include "strings.rc"
  21. //Include each dialog template here.
  22. #include "insobj.dlg"
  23. #include "icon.dlg"
  24. #include "links.dlg"
  25. #include "pastespl.dlg"
  26. #include "busy.dlg"
  27. #include "convert.dlg"
  28. #include "fileopen.dlg"
  29. #include "prompt.dlg"
  30. // Only include the version resource if we are compiling the DLL version
  31. #ifdef DLL_VER
  32. //Version Information
  33. #include "RES\OLE2UI.RCV"
  34. #endif