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.

166 lines
4.1 KiB

  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include <windows.h>
  4. #include "resource.h"
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. // #include "afxres.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. // English (U.S.) resources
  15. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  16. #ifdef _WIN32
  17. LANGUAGE 9, 1
  18. #pragma code_page(1252)
  19. #endif //_WIN32
  20. #ifdef APSTUDIO_INVOKED
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // TEXTINCLUDE
  24. //
  25. 1 TEXTINCLUDE
  26. BEGIN
  27. "resource.h\0"
  28. END
  29. 2 TEXTINCLUDE
  30. BEGIN
  31. "#include ""afxres.h""\r\n"
  32. "\0"
  33. END
  34. 3 TEXTINCLUDE
  35. BEGIN
  36. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  37. "#define _AFX_NO_OLE_RESOURCES\r\n"
  38. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  39. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  40. "\r\n"
  41. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  42. "#ifdef _WIN32\r\n"
  43. "LANGUAGE 9, 1\r\n"
  44. "#pragma code_page(1252)\r\n"
  45. "#endif //_WIN32\r\n"
  46. "#include ""res\\scanpnl.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  47. "#include ""afxres.rc"" // Standard components\r\n"
  48. "#include ""afxprint.rc"" // printing/print preview resources\r\n"
  49. "#endif\r\n"
  50. "\0"
  51. END
  52. #endif // APSTUDIO_INVOKED
  53. /////////////////////////////////////////////////////////////////////////////
  54. //
  55. // Dialog
  56. //
  57. IDD_SCANPANEL_DIALOG DIALOG DISCARDABLE 0, 0, 148, 39
  58. STYLE DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION |
  59. WS_SYSMENU
  60. CAPTION "WIASCANR Panel"
  61. FONT 8, "MS Shell Dlg"
  62. BEGIN
  63. PUSHBUTTON "Scan",IDC_SCAN_BUTTON,4,4,42,32
  64. PUSHBUTTON "Copy",IDC_COPY_BUTTON,53,4,42,32
  65. PUSHBUTTON "Fax",IDC_FAX_BUTTON,102,4,42,32
  66. END
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // Version
  70. //
  71. VS_VERSION_INFO VERSIONINFO
  72. FILEVERSION 3,0,0,0
  73. PRODUCTVERSION 3,0,0,0
  74. FILEFLAGSMASK 0x3fL
  75. #ifdef _DEBUG
  76. FILEFLAGS 0x1L
  77. #else
  78. FILEFLAGS 0x0L
  79. #endif
  80. FILEOS 0x4L
  81. FILETYPE 0x1L
  82. FILESUBTYPE 0x0L
  83. BEGIN
  84. BLOCK "StringFileInfo"
  85. BEGIN
  86. BLOCK "040904b0"
  87. BEGIN
  88. VALUE "CompanyName", "Microsoft"
  89. VALUE "FileDescription", "scanpnl (WIA Scanner Sample Front Panel Simulator)"
  90. VALUE "FileVersion", "1, 0, 0, 0"
  91. VALUE "InternalName", "scanpnl"
  92. VALUE "LegalCopyright", "Copyright (C) 2002"
  93. VALUE "OriginalFilename", "scanpnl.exe"
  94. VALUE "ProductName", "scanpnl"
  95. VALUE "ProductVersion", "1, 0, 0, 0"
  96. END
  97. END
  98. BLOCK "VarFileInfo"
  99. BEGIN
  100. VALUE "Translation", 0x409, 1200
  101. END
  102. END
  103. /////////////////////////////////////////////////////////////////////////////
  104. //
  105. // DESIGNINFO
  106. //
  107. #ifdef APSTUDIO_INVOKED
  108. GUIDELINES DESIGNINFO MOVEABLE PURE
  109. BEGIN
  110. "IDD_SCANPANEL_DIALOG", DIALOG
  111. BEGIN
  112. LEFTMARGIN, 4
  113. RIGHTMARGIN, 144
  114. TOPMARGIN, 4
  115. BOTTOMMARGIN, 35
  116. END
  117. END
  118. #endif // APSTUDIO_INVOKED
  119. /////////////////////////////////////////////////////////////////////////////
  120. //
  121. // String Table
  122. //
  123. STRINGTABLE DISCARDABLE
  124. BEGIN
  125. IDS_FIRE_FAKE_EVENT_FAILED "The fake event could not be fired.\nMake sure the device is properly installed\nand you are administrator on your machine."
  126. END
  127. #endif // English (U.S.) resources
  128. /////////////////////////////////////////////////////////////////////////////
  129. #ifndef APSTUDIO_INVOKED
  130. /////////////////////////////////////////////////////////////////////////////
  131. //
  132. // Generated from the TEXTINCLUDE 3 resource.
  133. //
  134. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  135. #ifdef _WIN32
  136. LANGUAGE 9, 1
  137. #pragma code_page(1252)
  138. #endif //_WIN32
  139. #endif
  140. /////////////////////////////////////////////////////////////////////////////
  141. #endif // not APSTUDIO_INVOKED