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.

130 lines
3.0 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #define APSTUDIO_READONLY_SYMBOLS
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Generated from the TEXTINCLUDE 2 resource.
  7. //
  8. #define APSTUDIO_HIDDEN_SYMBOLS
  9. #include "windows.h"
  10. #undef APSTUDIO_HIDDEN_SYMBOLS
  11. #include "ntverp.h"
  12. #include "resource.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // Dialog
  25. //
  26. IDD_PROGRESSDLG DIALOG DISCARDABLE 0, 0, 310, 63
  27. STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  28. FONT 8, "MS Shell Dlg"
  29. BEGIN
  30. CONTROL "Progress1",IDC_PROGRESSBAR,"msctls_progress32",
  31. WS_BORDER,16,14,287,14
  32. PUSHBUTTON "&Cancel",IDCANCEL,133,37,50,14
  33. END
  34. #ifndef _MAC
  35. /////////////////////////////////////////////////////////////////////////////
  36. //
  37. // Version
  38. //
  39. //
  40. // NT Native version resource
  41. //
  42. #include <windows.h>
  43. #include <ntverp.h>
  44. /*
  45. * Internal Microsoft build
  46. */
  47. #define VER_FILETYPE VFT_DLL
  48. #define VER_FILESUBTYPE VFT_UNKNOWN
  49. #define VER_FILEDESCRIPTION_STR "WIA TWAIN compatibility layer"
  50. #define VER_INTERNALNAME_STR "WIADSS DLL"
  51. #define VER_ORIGINALFILENAME_STR "WIADSS DLL"
  52. #include <common.ver>
  53. #endif // !_MAC
  54. #ifdef APSTUDIO_INVOKED
  55. /////////////////////////////////////////////////////////////////////////////
  56. //
  57. // TEXTINCLUDE
  58. //
  59. 1 TEXTINCLUDE DISCARDABLE
  60. BEGIN
  61. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  62. "#include ""windows.h""\r\n"
  63. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  64. "#include ""ntverp.h""\r\n"
  65. "\0"
  66. END
  67. 2 TEXTINCLUDE DISCARDABLE
  68. BEGIN
  69. "\r\n"
  70. "\0"
  71. END
  72. 3 TEXTINCLUDE DISCARDABLE
  73. BEGIN
  74. "resource.h\0"
  75. END
  76. #endif // APSTUDIO_INVOKED
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // DESIGNINFO
  80. //
  81. #ifdef APSTUDIO_INVOKED
  82. #endif // APSTUDIO_INVOKED
  83. #endif // English (U.S.) resources
  84. /////////////////////////////////////////////////////////////////////////////
  85. /////////////////////////////////////////////////////////////////////////////
  86. //
  87. // String Table
  88. //
  89. STRINGTABLE DISCARDABLE
  90. BEGIN
  91. IDS_PROGRESS_XFER_FROM_DEVICE "Reading image data from the device..."
  92. IDS_PROGRESS_PROCESSING_DATA "Processing data..."
  93. IDS_PROGRESS_XFER_TO_CLIENT "Transferring data..."
  94. END
  95. #ifndef APSTUDIO_INVOKED
  96. /////////////////////////////////////////////////////////////////////////////
  97. //
  98. // Generated from the TEXTINCLUDE 3 resource.
  99. //
  100. /////////////////////////////////////////////////////////////////////////////
  101. #endif // not APSTUDIO_INVOKED