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.

56 lines
1.4 KiB

  1. //(C) COPYRIGHT MICROSOFT CORP., 1998-1999
  2. #include "resource.h"
  3. #include "winuser.h"
  4. /////////////////////////////////////////////////////////////////////////////
  5. // English (U.S.) resources
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Dialog
  9. //
  10. IDD_DEVICE_PROPPAGE DIALOG DISCARDABLE 0, 0, 210, 154
  11. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  12. CAPTION "Property Page"
  13. FONT 8, "MS Shell Dlg"
  14. BEGIN
  15. EDITTEXT IDC_IMAGEROOT,84,24,119,14,ES_AUTOHSCROLL
  16. CONTROL "",IDC_LOGOBMP,"Static",SS_BLACKFRAME|SS_BITMAP,62,67,90,80
  17. LTEXT "Camera Root Path:",-1,7,25,70,12
  18. END
  19. STRINGTABLE DISCARDABLE
  20. BEGIN
  21. ID_CHANGEROOT "Change Root"
  22. IDS_ERRCAPTION "TestCam Error"
  23. IDS_ERRPROPSET "Unable to set the property."
  24. IDS_BADPATH "The directory path does not exist. Please enter the path to an existing directory."
  25. IDS_BROWSETITLE "Select camera root path."
  26. END
  27. IDI_TESTDEVICE ICON "testdev.ico"
  28. IDR_VIEWREG REGISTRY DISCARDABLE "wiacamui.rgs"
  29. 1 TYPELIB extidl.tlb
  30. #include <winver.h>
  31. #include <ntverp.h>
  32. #define VER_FILETYPE VFT_DLL
  33. #define VER_FILESUBTYPE VFT2_UNKNOWN
  34. #define VER_FILEDESCRIPTION_STR "WIA TestCam UI DLL"
  35. #define VER_INTERNALNAME_STR "extend\0"
  36. #define VER_ORIGINALFILENAME_STR "extend.dll"
  37. #include "common.ver"