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.

102 lines
2.3 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "winres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""winres.h""\r\n"
  31. "\0"
  32. END
  33. #endif // APSTUDIO_INVOKED
  34. #ifndef _MAC
  35. /////////////////////////////////////////////////////////////////////////////
  36. //
  37. // Version
  38. //
  39. #endif // !_MAC
  40. IDD_INIT_DEVICE DIALOG DISCARDABLE 0, 0, 187, 24
  41. STYLE DS_CENTER | DS_SETFOREGROUND | DS_MODALFRAME | WS_POPUP
  42. FONT 8, "MS Shell Dlg"
  43. BEGIN
  44. CTEXT "Please wait while the device initializes...",-1,
  45. 7,7,173,10,SS_CENTERIMAGE
  46. END
  47. /////////////////////////////////////////////////////////////////////////////
  48. //
  49. // String Table
  50. //
  51. STRINGTABLE DISCARDABLE
  52. BEGIN
  53. IDS_PROJNAME "camocx"
  54. END
  55. STRINGTABLE DISCARDABLE
  56. BEGIN
  57. IDS_VIDEO_BUSY_TEXT "Creation of the video preview failed.\n\nPlease check the device connection and make sure that the device is not being used by another application or user."
  58. IDS_VIDEO_BUSY_TITLE "Video Preview Failure"
  59. END
  60. IDR_PREVIEW REGISTRY DISCARDABLE "Preview.rgs"
  61. #include <ntverp.h>
  62. #define VER_FILETYPE VFT_DLL
  63. #define VER_FILESUBTYPE VFT2_UNKNOWN
  64. #define VER_FILEDESCRIPTION_STR "WIA Camera View DLL"
  65. #define VER_INTERNALNAME_STR "camocx\0"
  66. #define VER_ORIGINALFILENAME_STR "camocx.dll"
  67. #include "common.ver"
  68. 1 TYPELIB "wiaview.tlb"
  69. #endif // English (U.S.) resources
  70. /////////////////////////////////////////////////////////////////////////////