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.

53 lines
1.6 KiB

  1. //---------------------------------------------------------------------------
  2. // dlgs.rc : Dialogs resource descriptions
  3. //
  4. // Copyright (c) Microsoft Corporation, 1990-
  5. //---------------------------------------------------------------------------
  6. #define WIN31 1
  7. #include <windows.h>
  8. #include "isz.h"
  9. #include "dlgs.h"
  10. //----Version Stamping-------------------------------------------------------
  11. #include "commdlg.rcv"
  12. //----Bitmaps----------------------------------------------------------------
  13. bmpDirDrive BITMAP IMPURE filebmps.bmp
  14. bmpCrossHair BITMAP IMPURE crosshr.bmp
  15. BMLEFT BITMAP left.bmp
  16. BMLEFTI BITMAP lefti.bmp
  17. BMRIGHT BITMAP right.bmp
  18. BMRIGHTI BITMAP righti.bmp
  19. BMUP BITMAP up.bmp
  20. BMUPI BITMAP upi.bmp
  21. BMDOWN BITMAP down.bmp
  22. BMDOWNI BITMAP downi.bmp
  23. //----Cursors----------------------------------------------------------------
  24. //----Fonts------------------------------------------------------------------
  25. //----Icons------------------------------------------------------------------
  26. icoPortrait ICON portrait.ico
  27. icoLandscape ICON landscap.ico
  28. //----Menus------------------------------------------------------------------
  29. //----Accelerators-----------------------------------------------------------
  30. //----Dialogs----------------------------------------------------------------
  31. #include "FileOpen.dlg"
  32. #include "PrnSetup.dlg"
  33. #include "FindText.dlg"
  34. #include "Color.dlg"
  35. #include "Font.dlg"
  36. //----Strings----------------------------------------------------------------
  37. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  38. BEGIN
  39. #include "sz.src"
  40. END
  41.