diff options
| author | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
|---|---|---|
| committer | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
| commit | 96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch) | |
| tree | ad5f3ede5cbcd6b598677ce41bcf8318471bdd92 /wia/ProdScan/Res | |
| parent | 687b274aa38fd05c8c26e3068932121876d7f745 (diff) | |
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'wia/ProdScan/Res')
| -rw-r--r-- | wia/ProdScan/Res/Barcodes.xml | 36 | ||||
| -rw-r--r-- | wia/ProdScan/Res/Micr.xml | 17 | ||||
| -rw-r--r-- | wia/ProdScan/Res/PatchCod.xml | 14 | ||||
| -rw-r--r-- | wia/ProdScan/Res/Printer.bmp | bin | 0 -> 38462 bytes | |||
| -rw-r--r-- | wia/ProdScan/Res/TestGray.jpg | bin | 0 -> 1044041 bytes | |||
| -rw-r--r-- | wia/ProdScan/Res/TestRGB.jpg | bin | 0 -> 1067155 bytes |
6 files changed, 67 insertions, 0 deletions
diff --git a/wia/ProdScan/Res/Barcodes.xml b/wia/ProdScan/Res/Barcodes.xml new file mode 100644 index 00000000..6d63d8ca --- /dev/null +++ b/wia/ProdScan/Res/Barcodes.xml @@ -0,0 +1,36 @@ +<?xml version="1.0"?> +<catalog xmlns:wbar="http://schemas.microsoft.com/windows/2010/04/wia/barcode"> + <wbar:BarcodeDetectionReport> + <wbar:Count>3</wbar:Count> + <wbar:ListOfBarcodes> + <wbar:BarcodeInfo> + <wbar:Type>0</wbar:Type> + <wbar:Page>0</wbar:Page> + <wbar:Confidence>5</wbar:Confidence> + <wbar:XOffset>0</wbar:XOffset> + <wbar:YOffset>0</wbar:YOffset> + <wbar:Rotation>90</wbar:Rotation> + <wbar:Text>036000291452</wbar:Text> + </wbar:BarcodeInfo> + <wbar:BarcodeInfo> + <wbar:Type>2</wbar:Type> + <wbar:Page>0</wbar:Page> + <wbar:Confidence>9</wbar:Confidence> + <wbar:XOffset>2</wbar:XOffset> + <wbar:YOffset>1000</wbar:YOffset> + <wbar:Rotation>0</wbar:Rotation> + <wbar:Text>3117013206375</wbar:Text> + </wbar:BarcodeInfo> + <wbar:BarcodeInfo> + <wbar:Type>7</wbar:Type> + <wbar:Page>0</wbar:Page> + <wbar:Confidence>10</wbar:Confidence> + <wbar:XOffset>0</wbar:XOffset> + <wbar:YOffset>2000</wbar:YOffset> + <wbar:Rotation>0</wbar:Rotation> + <wbar:Text>This is a Full ASCII Code 39 example</wbar:Text> + </wbar:BarcodeInfo> + </wbar:ListOfBarcodes> + </wbar:BarcodeDetectionReport> +</catalog> + diff --git a/wia/ProdScan/Res/Micr.xml b/wia/ProdScan/Res/Micr.xml new file mode 100644 index 00000000..50b8b969 --- /dev/null +++ b/wia/ProdScan/Res/Micr.xml @@ -0,0 +1,17 @@ +<?xml version="1.0"?> +<catalog xmlns:wmicr="http://schemas.microsoft.com/windows/2010/04/wia/micr"> + <wmicr:MicrDetectionReport> + <wmicr:Count>2</wmicr:Count> + <wmicr:Placeholder>?</wmicr:Placeholder> + <wmicr:ListOfMicrStrings> + <wmicr:MicrInfo> + <wmicr:Page>0</wmicr:Page> + <wmicr:Text>1234567890</wmicr:Text> + </wmicr:MicrInfo> + <wmicr:MicrInfo> + <wmicr:Page>1</wmicr:Page> + <wmicr:Text>987?543?10</wmicr:Text> + </wmicr:MicrInfo> + </wmicr:ListOfMicrStrings> + </wmicr:MicrDetectionReport> +</catalog> diff --git a/wia/ProdScan/Res/PatchCod.xml b/wia/ProdScan/Res/PatchCod.xml new file mode 100644 index 00000000..ad465aa5 --- /dev/null +++ b/wia/ProdScan/Res/PatchCod.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<catalog xmlns:wpat="http://schemas.microsoft.com/windows/2010/04/wia/patchcode"> + <wpat:PatchCodeDetectionReport> + <wpat:Count>2</wpat:Count> + <wpat:ListOfPatchCodes> + <wpat:PatchCodeInfo> + <wpat:Type>2</wpat:Type> + </wpat:PatchCodeInfo> + <wpat:PatchCodeInfo> + <wpat:Type>1</wpat:Type> + </wpat:PatchCodeInfo> + </wpat:ListOfPatchCodes> + </wpat:PatchCodeDetectionReport> +</catalog> diff --git a/wia/ProdScan/Res/Printer.bmp b/wia/ProdScan/Res/Printer.bmp Binary files differnew file mode 100644 index 00000000..6371a918 --- /dev/null +++ b/wia/ProdScan/Res/Printer.bmp diff --git a/wia/ProdScan/Res/TestGray.jpg b/wia/ProdScan/Res/TestGray.jpg Binary files differnew file mode 100644 index 00000000..02bd768d --- /dev/null +++ b/wia/ProdScan/Res/TestGray.jpg diff --git a/wia/ProdScan/Res/TestRGB.jpg b/wia/ProdScan/Res/TestRGB.jpg Binary files differnew file mode 100644 index 00000000..dab44312 --- /dev/null +++ b/wia/ProdScan/Res/TestRGB.jpg |
