Initial commit
This commit is contained in:
162
PrinterSettings/PDFView/SamplePDFViewer/Form1.Designer.vb
generated
Normal file
162
PrinterSettings/PDFView/SamplePDFViewer/Form1.Designer.vb
generated
Normal file
@@ -0,0 +1,162 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class Form1
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Form overrides dispose to clean up the component list.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
Finally
|
||||
MyBase.Dispose(disposing)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
'Required by the Windows Form Designer
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'NOTE: The following procedure is required by the Windows Form Designer
|
||||
'It can be modified using the Windows Form Designer.
|
||||
'Do not modify it using the code editor.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog
|
||||
Me.Panel1 = New System.Windows.Forms.Panel
|
||||
Me.Panel3 = New System.Windows.Forms.Panel
|
||||
Me.rbGS = New System.Windows.Forms.RadioButton
|
||||
Me.rbXPDF = New System.Windows.Forms.RadioButton
|
||||
Me.TextBox1 = New System.Windows.Forms.TextBox
|
||||
Me.Button1 = New System.Windows.Forms.Button
|
||||
Me.Panel2 = New System.Windows.Forms.Panel
|
||||
Me.PdfViewer1 = New PDFView.PDFViewer
|
||||
Me.btOCR = New System.Windows.Forms.Button
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.Panel3.SuspendLayout()
|
||||
Me.Panel2.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'OpenFileDialog1
|
||||
'
|
||||
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.Controls.Add(Me.btOCR)
|
||||
Me.Panel1.Controls.Add(Me.Panel3)
|
||||
Me.Panel1.Controls.Add(Me.TextBox1)
|
||||
Me.Panel1.Controls.Add(Me.Button1)
|
||||
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(539, 30)
|
||||
Me.Panel1.TabIndex = 0
|
||||
'
|
||||
'Panel3
|
||||
'
|
||||
Me.Panel3.Controls.Add(Me.rbGS)
|
||||
Me.Panel3.Controls.Add(Me.rbXPDF)
|
||||
Me.Panel3.Location = New System.Drawing.Point(307, 3)
|
||||
Me.Panel3.Name = "Panel3"
|
||||
Me.Panel3.Size = New System.Drawing.Size(148, 23)
|
||||
Me.Panel3.TabIndex = 2
|
||||
'
|
||||
'rbGS
|
||||
'
|
||||
Me.rbGS.AutoSize = True
|
||||
Me.rbGS.Location = New System.Drawing.Point(62, 3)
|
||||
Me.rbGS.Name = "rbGS"
|
||||
Me.rbGS.Size = New System.Drawing.Size(80, 17)
|
||||
Me.rbGS.TabIndex = 1
|
||||
Me.rbGS.Text = "GhostScript"
|
||||
Me.rbGS.UseVisualStyleBackColor = True
|
||||
'
|
||||
'rbXPDF
|
||||
'
|
||||
Me.rbXPDF.AutoSize = True
|
||||
Me.rbXPDF.Checked = True
|
||||
Me.rbXPDF.Location = New System.Drawing.Point(3, 3)
|
||||
Me.rbXPDF.Name = "rbXPDF"
|
||||
Me.rbXPDF.Size = New System.Drawing.Size(53, 17)
|
||||
Me.rbXPDF.TabIndex = 0
|
||||
Me.rbXPDF.TabStop = True
|
||||
Me.rbXPDF.Text = "XPDF"
|
||||
Me.rbXPDF.UseVisualStyleBackColor = True
|
||||
'
|
||||
'TextBox1
|
||||
'
|
||||
Me.TextBox1.Enabled = False
|
||||
Me.TextBox1.Location = New System.Drawing.Point(4, 4)
|
||||
Me.TextBox1.Name = "TextBox1"
|
||||
Me.TextBox1.Size = New System.Drawing.Size(249, 20)
|
||||
Me.TextBox1.TabIndex = 1
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Location = New System.Drawing.Point(461, 3)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
||||
Me.Button1.TabIndex = 0
|
||||
Me.Button1.Text = "Browse..."
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.Controls.Add(Me.PdfViewer1)
|
||||
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.Panel2.Location = New System.Drawing.Point(0, 30)
|
||||
Me.Panel2.Name = "Panel2"
|
||||
Me.Panel2.Size = New System.Drawing.Size(539, 434)
|
||||
Me.Panel2.TabIndex = 1
|
||||
'
|
||||
'PdfViewer1
|
||||
'
|
||||
Me.PdfViewer1.AllowBookmarks = True
|
||||
Me.PdfViewer1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.PdfViewer1.FileName = Nothing
|
||||
Me.PdfViewer1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.PdfViewer1.Name = "PdfViewer1"
|
||||
Me.PdfViewer1.Size = New System.Drawing.Size(539, 434)
|
||||
Me.PdfViewer1.TabIndex = 0
|
||||
Me.PdfViewer1.UseXPDF = True
|
||||
'
|
||||
'btOCR
|
||||
'
|
||||
Me.btOCR.Location = New System.Drawing.Point(255, 3)
|
||||
Me.btOCR.Name = "btOCR"
|
||||
Me.btOCR.Size = New System.Drawing.Size(49, 23)
|
||||
Me.btOCR.TabIndex = 3
|
||||
Me.btOCR.Text = "OCR"
|
||||
Me.btOCR.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Form1
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(539, 464)
|
||||
Me.Controls.Add(Me.Panel2)
|
||||
Me.Controls.Add(Me.Panel1)
|
||||
Me.MinimumSize = New System.Drawing.Size(555, 500)
|
||||
Me.Name = "Form1"
|
||||
Me.Text = "Free PDF .NET Viewer"
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel1.PerformLayout()
|
||||
Me.Panel3.ResumeLayout(False)
|
||||
Me.Panel3.PerformLayout()
|
||||
Me.Panel2.ResumeLayout(False)
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
|
||||
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
||||
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
|
||||
Friend WithEvents Button1 As System.Windows.Forms.Button
|
||||
Friend WithEvents Panel2 As System.Windows.Forms.Panel
|
||||
Friend WithEvents Panel3 As System.Windows.Forms.Panel
|
||||
Friend WithEvents rbGS As System.Windows.Forms.RadioButton
|
||||
Friend WithEvents rbXPDF As System.Windows.Forms.RadioButton
|
||||
Friend WithEvents PdfViewer1 As PDFView.PDFViewer
|
||||
Friend WithEvents btOCR As System.Windows.Forms.Button
|
||||
|
||||
End Class
|
||||
123
PrinterSettings/PDFView/SamplePDFViewer/Form1.resx
Normal file
123
PrinterSettings/PDFView/SamplePDFViewer/Form1.resx
Normal file
@@ -0,0 +1,123 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="OpenFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
</root>
|
||||
28
PrinterSettings/PDFView/SamplePDFViewer/Form1.vb
Normal file
28
PrinterSettings/PDFView/SamplePDFViewer/Form1.vb
Normal file
@@ -0,0 +1,28 @@
|
||||
Public Class Form1
|
||||
|
||||
Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
|
||||
PdfViewer1.Dispose() 'Necessary to free resources used by the PDF Viewer
|
||||
End Sub
|
||||
|
||||
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
|
||||
PdfViewer1.SelectFile()
|
||||
TextBox1.Text = PdfViewer1.FileName
|
||||
End Sub
|
||||
|
||||
Private Sub rbXPDF_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles rbXPDF.CheckedChanged
|
||||
If rbXPDF.Checked Then
|
||||
PdfViewer1.UseXPDF = True
|
||||
Else
|
||||
PdfViewer1.UseXPDF = False
|
||||
End If
|
||||
PdfViewer1.FileName = PdfViewer1.FileName
|
||||
End Sub
|
||||
|
||||
Private Sub btOCR_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btOCR.Click
|
||||
MsgBox(PdfViewer1.OCRCurrentPage)
|
||||
End Sub
|
||||
End Class
|
||||
38
PrinterSettings/PDFView/SamplePDFViewer/My Project/Application.Designer.vb
generated
Normal file
38
PrinterSettings/PDFView/SamplePDFViewer/My Project/Application.Designer.vb
generated
Normal file
@@ -0,0 +1,38 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
'HINWEIS: Diese Datei wird automatisch generiert und darf nicht direkt bearbeitet werden. Wenn Sie Änderungen vornehmen möchten,
|
||||
' oder bei in dieser Datei auftretenden Buildfehlern wechseln Sie zum Projekt-Designer.
|
||||
' (Wechseln Sie dazu zu den Projekteigenschaften, oder doppelklicken Sie auf den Knoten "Mein Projekt" im
|
||||
' Projektmappen-Explorer). Nehmen Sie auf der Registerkarte "Anwendung" entsprechende Änderungen vor.
|
||||
'
|
||||
Partial Friend Class MyApplication
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Public Sub New()
|
||||
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
|
||||
Me.IsSingleInstance = false
|
||||
Me.EnableVisualStyles = true
|
||||
Me.SaveMySettingsOnExit = true
|
||||
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Protected Overrides Sub OnCreateMainForm()
|
||||
Me.MainForm = Global.SamplePDFViewer.Form1
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<MySubMain>true</MySubMain>
|
||||
<MainForm>Form1</MainForm>
|
||||
<SingleInstance>false</SingleInstance>
|
||||
<ShutdownMode>0</ShutdownMode>
|
||||
<EnableVisualStyles>true</EnableVisualStyles>
|
||||
<AuthenticationMode>0</AuthenticationMode>
|
||||
<ApplicationType>0</ApplicationType>
|
||||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||
</MyApplicationData>
|
||||
@@ -0,0 +1,35 @@
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' General Information about an assembly is controlled through the following
|
||||
' set of attributes. Change these attribute values to modify the information
|
||||
' associated with an assembly.
|
||||
|
||||
' Review the values of the assembly attributes
|
||||
|
||||
<Assembly: AssemblyTitle("SamplePDFViewer")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("SamplePDFViewer")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2009")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
'The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
<Assembly: Guid("1578ee1b-3e36-42d6-985b-73e2b4ab6291")>
|
||||
|
||||
' Version information for an assembly consists of the following four values:
|
||||
'
|
||||
' Major Version
|
||||
' Minor Version
|
||||
' Build Number
|
||||
' Revision
|
||||
'
|
||||
' You can specify all the values or you can default the Build and Revision Numbers
|
||||
' by using the '*' as shown below:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
63
PrinterSettings/PDFView/SamplePDFViewer/My Project/Resources.Designer.vb
generated
Normal file
63
PrinterSettings/PDFView/SamplePDFViewer/My Project/Resources.Designer.vb
generated
Normal file
@@ -0,0 +1,63 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
|
||||
Namespace My.Resources
|
||||
|
||||
'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||
'-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||
'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||
'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||
'''<summary>
|
||||
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
'''</summary>
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||
Friend Module Resources
|
||||
|
||||
Private resourceMan As Global.System.Resources.ResourceManager
|
||||
|
||||
Private resourceCulture As Global.System.Globalization.CultureInfo
|
||||
|
||||
'''<summary>
|
||||
''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||
Get
|
||||
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("SamplePDFViewer.Resources", GetType(Resources).Assembly)
|
||||
resourceMan = temp
|
||||
End If
|
||||
Return resourceMan
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||
Get
|
||||
Return resourceCulture
|
||||
End Get
|
||||
Set
|
||||
resourceCulture = value
|
||||
End Set
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
@@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
73
PrinterSettings/PDFView/SamplePDFViewer/My Project/Settings.Designer.vb
generated
Normal file
73
PrinterSettings/PDFView/SamplePDFViewer/My Project/Settings.Designer.vb
generated
Normal file
@@ -0,0 +1,73 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0"), _
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Partial Friend NotInheritable Class MySettings
|
||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||
|
||||
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
||||
|
||||
#Region "Funktion zum automatischen Speichern von My.Settings"
|
||||
#If _MyType = "WindowsForms" Then
|
||||
Private Shared addedHandler As Boolean
|
||||
|
||||
Private Shared addedHandlerLockObject As New Object
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
|
||||
If My.Application.SaveMySettingsOnExit Then
|
||||
My.Settings.Save()
|
||||
End If
|
||||
End Sub
|
||||
#End If
|
||||
#End Region
|
||||
|
||||
Public Shared ReadOnly Property [Default]() As MySettings
|
||||
Get
|
||||
|
||||
#If _MyType = "WindowsForms" Then
|
||||
If Not addedHandler Then
|
||||
SyncLock addedHandlerLockObject
|
||||
If Not addedHandler Then
|
||||
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
||||
addedHandler = True
|
||||
End If
|
||||
End SyncLock
|
||||
End If
|
||||
#End If
|
||||
Return defaultInstance
|
||||
End Get
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||
Friend Module MySettingsProperty
|
||||
|
||||
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
||||
Friend ReadOnly Property Settings() As Global.SamplePDFViewer.My.MySettings
|
||||
Get
|
||||
Return Global.SamplePDFViewer.My.MySettings.Default
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
||||
134
PrinterSettings/PDFView/SamplePDFViewer/SamplePDFViewer.vbproj
Normal file
134
PrinterSettings/PDFView/SamplePDFViewer/SamplePDFViewer.vbproj
Normal file
@@ -0,0 +1,134 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>9.0.21022</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{ECEEFA4B-5656-4286-A094-CEBB4C5E3760}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<StartupObject>SamplePDFViewer.My.MyApplication</StartupObject>
|
||||
<RootNamespace>SamplePDFViewer</RootNamespace>
|
||||
<AssemblyName>SamplePDFViewer</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>WindowsForms</MyType>
|
||||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
<OptionInfer>On</OptionInfer>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<UpgradeBackupLocation>
|
||||
</UpgradeBackupLocation>
|
||||
<OldToolsVersion>3.5</OldToolsVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>SamplePDFViewer.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>SamplePDFViewer.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
<Import Include="System" />
|
||||
<Import Include="System.Collections" />
|
||||
<Import Include="System.Collections.Generic" />
|
||||
<Import Include="System.Data" />
|
||||
<Import Include="System.Drawing" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
<Import Include="System.Windows.Forms" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Form1.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Form1.Designer.vb">
|
||||
<DependentUpon>Form1.vb</DependentUpon>
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Resources.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Settings.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Form1.resx">
|
||||
<DependentUpon>Form1.vb</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="My Project\Resources.resx">
|
||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="My Project\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<CustomToolNamespace>My</CustomToolNamespace>
|
||||
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\PDFView\PDFView.vbproj">
|
||||
<Project>{170D7D1B-61B9-4E8B-9CD3-88350725379F}</Project>
|
||||
<Name>PDFView</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Resources\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>copy "$(SolutionDir)PDFView\lib\gsdll32.dll" "$(TargetDir)"
|
||||
copy "$(SolutionDir)PDFView\lib\itextsharp.dll" "$(TargetDir)"
|
||||
copy "$(SolutionDir)PDFView\$(OutDir)PDFView.dll" "$(TargetDir)"
|
||||
copy "$(SolutionDir)PDFView\$(OutDir)PDFLibNET.dll" "$(TargetDir)"
|
||||
copy "$(SolutionDir)PDFView\$(OutDir)tessnet2.dll" "$(TargetDir)"
|
||||
xcopy "$(SolutionDir)PDFView\$(OutDir)tessdata" "$(TargetDir)tessdata" /s /e /i /h /Y</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0" />
|
||||
BIN
PrinterSettings/PDFView/SamplePDFViewer/bin/Debug/PDFLibNet.dll
Normal file
BIN
PrinterSettings/PDFView/SamplePDFViewer/bin/Debug/PDFLibNet.dll
Normal file
Binary file not shown.
BIN
PrinterSettings/PDFView/SamplePDFViewer/bin/Debug/PDFView.dll
Normal file
BIN
PrinterSettings/PDFView/SamplePDFViewer/bin/Debug/PDFView.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
SamplePDFViewer
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:SamplePDFViewer.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:SamplePDFViewer.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:SamplePDFViewer.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
PrinterSettings/PDFView/SamplePDFViewer/bin/Debug/itextsharp.dll
Normal file
BIN
PrinterSettings/PDFView/SamplePDFViewer/bin/Debug/itextsharp.dll
Normal file
Binary file not shown.
@@ -0,0 +1,39 @@
|
||||
1 m 2 r n
|
||||
2 r n 1 m
|
||||
1 m 2 i n
|
||||
2 i n 1 m
|
||||
1 d 2 c l
|
||||
2 c l 1 d
|
||||
2 n n 2 r m
|
||||
2 r m 2 n n
|
||||
1 n 2 r i
|
||||
2 r i 1 n
|
||||
2 l i 1 h
|
||||
2 l r 1 h
|
||||
2 i i 1 u
|
||||
2 i i 1 n
|
||||
2 n i 1 m
|
||||
3 i i i 1 m
|
||||
2 l l 1 H
|
||||
3 I - I 1 H
|
||||
2 v v 1 w
|
||||
2 V V 1 W
|
||||
1 t 1 f
|
||||
1 f 1 t
|
||||
1 a 1 o
|
||||
1 o 1 a
|
||||
1 e 1 c
|
||||
1 c 1 e
|
||||
2 r r 1 n
|
||||
1 E 2 f i
|
||||
2 l < 1 k
|
||||
2 l d 2 k i
|
||||
2 l x 1 h
|
||||
2 x n 1 m
|
||||
2 u x 2 i n
|
||||
1 r 1 t
|
||||
1 d 2 t l
|
||||
2 d i 2 t h
|
||||
2 u r 2 i n
|
||||
2 u n 2 i m
|
||||
1 u 1 a
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,111 @@
|
||||
t 66
|
||||
h 77
|
||||
r 51
|
||||
o 59
|
||||
u 81
|
||||
g 100
|
||||
N 79
|
||||
e 65
|
||||
w 94
|
||||
S 90
|
||||
F 79
|
||||
i 68
|
||||
n 74
|
||||
d 84
|
||||
f 71
|
||||
a 76
|
||||
m 111
|
||||
l 58
|
||||
y 83
|
||||
s 82
|
||||
¢ 84
|
||||
¥ 88
|
||||
q 87
|
||||
V 73
|
||||
L 65
|
||||
U 74
|
||||
v 82
|
||||
E 92
|
||||
H 102
|
||||
` 58
|
||||
¤ 92
|
||||
B 84
|
||||
P 72
|
||||
c 69
|
||||
O 76
|
||||
J 63
|
||||
( 66
|
||||
€ 99
|
||||
1 68
|
||||
, 58
|
||||
0 73
|
||||
. 51
|
||||
) 63
|
||||
“ 92
|
||||
R 87
|
||||
” 90
|
||||
D 74
|
||||
M 100
|
||||
b 74
|
||||
- 43
|
||||
; 78
|
||||
W 95
|
||||
® 145
|
||||
? 94
|
||||
~ 73
|
||||
# 88
|
||||
z 93
|
||||
] 65
|
||||
x 80
|
||||
5 85
|
||||
p 82
|
||||
Q 90
|
||||
9 84
|
||||
2 86
|
||||
@ 148
|
||||
< 65
|
||||
T 70
|
||||
» 85
|
||||
6 84
|
||||
C 69
|
||||
k 80
|
||||
‘ 70
|
||||
+ 64
|
||||
A 72
|
||||
{ 72
|
||||
= 82
|
||||
& 105
|
||||
’ 62
|
||||
* 75
|
||||
3 87
|
||||
$ 99
|
||||
j 77
|
||||
4 74
|
||||
| 56
|
||||
7 67
|
||||
8 84
|
||||
_ 57
|
||||
\ 60
|
||||
: 76
|
||||
X 82
|
||||
K 87
|
||||
} 75
|
||||
" 76
|
||||
é 99
|
||||
£ 98
|
||||
! 72
|
||||
> 60
|
||||
I 63
|
||||
· 58
|
||||
Y 77
|
||||
/ 44
|
||||
G 93
|
||||
[ 66
|
||||
§ 117
|
||||
• 41
|
||||
° 71
|
||||
' 54
|
||||
Z 87
|
||||
% 124
|
||||
— 68
|
||||
© 132
|
||||
@@ -0,0 +1,113 @@
|
||||
112
|
||||
NULL 0
|
||||
t 3
|
||||
h 3
|
||||
r 3
|
||||
o 3
|
||||
u 3
|
||||
g 3
|
||||
N 5
|
||||
e 3
|
||||
w 3
|
||||
S 5
|
||||
F 5
|
||||
i 3
|
||||
n 3
|
||||
d 3
|
||||
f 3
|
||||
a 3
|
||||
m 3
|
||||
l 3
|
||||
y 3
|
||||
s 3
|
||||
¢ 0
|
||||
¥ 0
|
||||
q 3
|
||||
V 5
|
||||
L 5
|
||||
U 5
|
||||
v 3
|
||||
E 5
|
||||
H 5
|
||||
` 0
|
||||
¤ 0
|
||||
B 5
|
||||
P 5
|
||||
c 3
|
||||
O 5
|
||||
J 5
|
||||
( 0
|
||||
€ 0
|
||||
1 8
|
||||
, 0
|
||||
0 8
|
||||
. 0
|
||||
) 0
|
||||
“ 0
|
||||
R 5
|
||||
” 0
|
||||
D 5
|
||||
M 5
|
||||
b 3
|
||||
- 0
|
||||
; 0
|
||||
W 5
|
||||
® 0
|
||||
? 0
|
||||
~ 0
|
||||
# 0
|
||||
z 3
|
||||
] 0
|
||||
x 3
|
||||
5 8
|
||||
p 3
|
||||
Q 5
|
||||
9 8
|
||||
2 8
|
||||
@ 0
|
||||
< 0
|
||||
T 5
|
||||
» 0
|
||||
6 8
|
||||
C 5
|
||||
k 3
|
||||
‘ 0
|
||||
+ 0
|
||||
A 5
|
||||
{ 0
|
||||
= 0
|
||||
& 0
|
||||
’ 0
|
||||
* 0
|
||||
3 8
|
||||
$ 0
|
||||
j 3
|
||||
4 8
|
||||
| 0
|
||||
7 8
|
||||
8 8
|
||||
_ 0
|
||||
\ 0
|
||||
: 0
|
||||
X 5
|
||||
K 5
|
||||
} 0
|
||||
" 0
|
||||
é 3
|
||||
£ 0
|
||||
! 0
|
||||
> 0
|
||||
I 5
|
||||
· 0
|
||||
Y 5
|
||||
/ 0
|
||||
G 5
|
||||
[ 0
|
||||
§ 0
|
||||
• 0
|
||||
° 0
|
||||
' 0
|
||||
Z 5
|
||||
% 0
|
||||
— 0
|
||||
© 0
|
||||
@@ -0,0 +1,921 @@
|
||||
a
|
||||
absurdum
|
||||
ac
|
||||
acres
|
||||
actions
|
||||
adaption
|
||||
adjustments
|
||||
aerobes
|
||||
affairs
|
||||
agents
|
||||
Alan
|
||||
Albert
|
||||
Alberta
|
||||
Alfred
|
||||
Alice
|
||||
Alicia
|
||||
alliances
|
||||
americas
|
||||
analysts
|
||||
announcements
|
||||
anouncements
|
||||
apples
|
||||
applications
|
||||
apricots
|
||||
architectures
|
||||
areas
|
||||
arguments
|
||||
arrangements
|
||||
Arthur
|
||||
artists
|
||||
arts
|
||||
aspects
|
||||
attitudes
|
||||
attractions
|
||||
auctions
|
||||
aug
|
||||
az
|
||||
baccalaureat
|
||||
backlit
|
||||
bags
|
||||
Barbara
|
||||
Barnabas
|
||||
Barry
|
||||
beliefs
|
||||
benchmarks
|
||||
Betty
|
||||
bi
|
||||
bits
|
||||
blades
|
||||
bonaventure
|
||||
brad
|
||||
broadminded
|
||||
broadway
|
||||
broking
|
||||
brows
|
||||
Bruce
|
||||
bs
|
||||
buddha
|
||||
buddhism
|
||||
buddhist
|
||||
buddhists
|
||||
buffers
|
||||
ca
|
||||
caffein
|
||||
calculational
|
||||
calif
|
||||
California
|
||||
cam
|
||||
cams
|
||||
Canadian
|
||||
cancelling
|
||||
capitulated
|
||||
caps
|
||||
Carmel
|
||||
Carolyn
|
||||
Carroll
|
||||
cars
|
||||
cartridges
|
||||
cassette
|
||||
casuality
|
||||
Catherine
|
||||
centre
|
||||
centres
|
||||
chambermaid
|
||||
chapters
|
||||
characteristics
|
||||
characters
|
||||
Charles
|
||||
cheesy
|
||||
cherokee
|
||||
Chicago
|
||||
chloride
|
||||
Christopher
|
||||
Chrysler
|
||||
Churchill
|
||||
Cicero
|
||||
cinema
|
||||
cinemas
|
||||
Claire
|
||||
Clara
|
||||
clark
|
||||
cleaners
|
||||
clients
|
||||
cliffs
|
||||
clubs
|
||||
co
|
||||
codirector
|
||||
coinsurance
|
||||
Columbus
|
||||
combinations
|
||||
combust
|
||||
combustor
|
||||
comparisons
|
||||
components
|
||||
computerised
|
||||
computers
|
||||
con
|
||||
concepts
|
||||
conclusions
|
||||
connections
|
||||
connectors
|
||||
consequences
|
||||
contemporizing
|
||||
continued
|
||||
contra
|
||||
contractors
|
||||
controls
|
||||
coprocessor
|
||||
corequisite
|
||||
corp
|
||||
corridors
|
||||
corrosive
|
||||
costmetology
|
||||
counterparts
|
||||
cpu
|
||||
crops
|
||||
cueing
|
||||
culturess
|
||||
curtis
|
||||
customers
|
||||
cuts
|
||||
cutout
|
||||
cyanide
|
||||
Czechoslovakia
|
||||
dan
|
||||
databases
|
||||
David
|
||||
Davis
|
||||
days
|
||||
dealership
|
||||
Deborah
|
||||
debut
|
||||
decibles
|
||||
declarations
|
||||
deductible
|
||||
defrayed
|
||||
degrees
|
||||
deionized
|
||||
demobilisation
|
||||
densily
|
||||
departments
|
||||
descriptions
|
||||
desensitization
|
||||
desktop
|
||||
developers
|
||||
developments
|
||||
devices
|
||||
dharma
|
||||
diameters
|
||||
Dianne
|
||||
dicators
|
||||
differences
|
||||
digitising
|
||||
directions
|
||||
directorate
|
||||
disadvantages
|
||||
disassembly
|
||||
disclosures
|
||||
discos
|
||||
discs
|
||||
discusing
|
||||
disks
|
||||
districts
|
||||
doe
|
||||
dogs
|
||||
dominican
|
||||
dominicans
|
||||
Donald
|
||||
dos
|
||||
dots
|
||||
Douglas
|
||||
Douglass
|
||||
downsize
|
||||
downsized
|
||||
drugs
|
||||
dumplings
|
||||
duns
|
||||
eastside
|
||||
ecconomic
|
||||
ecconomics
|
||||
ed
|
||||
Edward
|
||||
efforts
|
||||
Egypt
|
||||
eh
|
||||
Einstein
|
||||
Einsteins
|
||||
Elaine
|
||||
electrophotography
|
||||
elements
|
||||
Elizabeth
|
||||
Elliot
|
||||
emory
|
||||
emulsion
|
||||
energized
|
||||
enquiry
|
||||
ent
|
||||
enthusiasts
|
||||
entrylevel
|
||||
environments
|
||||
epilepsy
|
||||
epistemic
|
||||
er
|
||||
eric
|
||||
erosion
|
||||
errors
|
||||
estuary
|
||||
et
|
||||
events
|
||||
everyone's
|
||||
exactions
|
||||
exegesis
|
||||
exhilarating
|
||||
expenditures
|
||||
explanations
|
||||
explicably
|
||||
expo
|
||||
ext
|
||||
extensions
|
||||
eyelevel
|
||||
facts
|
||||
fastidious
|
||||
fathers
|
||||
favourably
|
||||
fax
|
||||
feb
|
||||
feint
|
||||
ferneries
|
||||
files
|
||||
filters
|
||||
Finland
|
||||
fireplaces
|
||||
flavours
|
||||
flights
|
||||
fluency
|
||||
fluidized
|
||||
fluorescent
|
||||
fm
|
||||
forceps
|
||||
forces
|
||||
forefront
|
||||
foreknowledge
|
||||
forman
|
||||
formfeed
|
||||
formletters
|
||||
Francisco
|
||||
Frankfurt
|
||||
friends
|
||||
frond
|
||||
fronds
|
||||
frontage
|
||||
frontseat
|
||||
ft
|
||||
functions
|
||||
funds
|
||||
futures
|
||||
futuristic
|
||||
ga
|
||||
Galileo
|
||||
Garfield
|
||||
Gary
|
||||
gaskets
|
||||
geiger
|
||||
geist
|
||||
gentiles
|
||||
Georgia
|
||||
georgian
|
||||
giants
|
||||
gigabytes
|
||||
glitches
|
||||
Gloria
|
||||
gm
|
||||
gods
|
||||
gordon
|
||||
governments
|
||||
gravitated
|
||||
gremlins
|
||||
greyhound
|
||||
Griffith
|
||||
groups
|
||||
guages
|
||||
Gwen
|
||||
Hague
|
||||
halftone
|
||||
halftones
|
||||
handfull
|
||||
hans
|
||||
hardcopy
|
||||
harkness
|
||||
Harold
|
||||
Harris
|
||||
haven't
|
||||
Hawaii
|
||||
hazards
|
||||
headlights
|
||||
headquartered
|
||||
Helen
|
||||
helicopter
|
||||
helicopters
|
||||
Henderson
|
||||
herbalists
|
||||
hermeneutical
|
||||
hills
|
||||
hindu
|
||||
historians
|
||||
ho
|
||||
hoc
|
||||
homeowners
|
||||
honduras
|
||||
hong
|
||||
hours
|
||||
houses
|
||||
Howard
|
||||
hr
|
||||
hrs
|
||||
humours
|
||||
hwy
|
||||
hyper
|
||||
hypercard
|
||||
hypertalk
|
||||
hz
|
||||
i
|
||||
I'd
|
||||
i.e.
|
||||
i/o
|
||||
IBM
|
||||
iceskating
|
||||
id
|
||||
Idaho
|
||||
ideas
|
||||
identification
|
||||
identify
|
||||
ie
|
||||
ii
|
||||
iii
|
||||
imaged
|
||||
implementations
|
||||
inc
|
||||
individuals
|
||||
inferences
|
||||
infrastructure
|
||||
inoculation
|
||||
inspectors
|
||||
instructions
|
||||
inter
|
||||
interpretative
|
||||
intro
|
||||
intrusive
|
||||
intrusives
|
||||
irs
|
||||
isaac
|
||||
iso
|
||||
Italy
|
||||
its
|
||||
iv
|
||||
ix
|
||||
Jackson
|
||||
jaguar
|
||||
Jan
|
||||
Jane
|
||||
Jeanne
|
||||
Jed
|
||||
Jennie
|
||||
Jennings
|
||||
jets
|
||||
jew
|
||||
jewish
|
||||
Joe
|
||||
John
|
||||
Jonathan
|
||||
Joseph
|
||||
Joyce
|
||||
jr
|
||||
jurist
|
||||
ka
|
||||
Kansas
|
||||
Karl
|
||||
kbytes
|
||||
Kenneth
|
||||
Kepler
|
||||
keyboards
|
||||
kg
|
||||
kids
|
||||
Kirk
|
||||
kits
|
||||
knockout
|
||||
Kong
|
||||
la
|
||||
labels
|
||||
lakeshore
|
||||
lama
|
||||
lamps
|
||||
lan
|
||||
laptop
|
||||
Larry
|
||||
laserjet
|
||||
laserwriter
|
||||
latin
|
||||
Lawrence
|
||||
laws
|
||||
layouts
|
||||
lb
|
||||
lbs
|
||||
lcd
|
||||
le
|
||||
leaching
|
||||
Lebanon
|
||||
leo
|
||||
leon
|
||||
Lewis
|
||||
licensee
|
||||
licensees
|
||||
limitations
|
||||
limpid
|
||||
Lincoln
|
||||
Linda
|
||||
lines
|
||||
listings
|
||||
literatures
|
||||
lithographic
|
||||
lithography
|
||||
logo
|
||||
London
|
||||
Louis
|
||||
Lynda
|
||||
ma
|
||||
mac
|
||||
mach
|
||||
machines
|
||||
macintosh
|
||||
macintoshes
|
||||
maddened
|
||||
magnetically
|
||||
manmade
|
||||
manufacturers
|
||||
Margaret
|
||||
Maria
|
||||
marriages
|
||||
Martha
|
||||
Martin
|
||||
Marvin
|
||||
Mary
|
||||
mbyte
|
||||
mbytes
|
||||
MD
|
||||
meads
|
||||
meals
|
||||
measurements
|
||||
mechanics
|
||||
med
|
||||
megabit
|
||||
megabyte
|
||||
megabytes
|
||||
members
|
||||
menus
|
||||
mesa
|
||||
methods
|
||||
Mexico
|
||||
Meyer
|
||||
mg
|
||||
MHz
|
||||
Michael
|
||||
micro
|
||||
microbes
|
||||
microbial
|
||||
microbiological
|
||||
microbiology
|
||||
microorganism
|
||||
microorganisms
|
||||
microsoft
|
||||
midrange
|
||||
miles
|
||||
mils
|
||||
min
|
||||
ming
|
||||
mini
|
||||
minors
|
||||
mips
|
||||
mirages
|
||||
misnamed
|
||||
missioned
|
||||
Missouri
|
||||
ml
|
||||
mm
|
||||
mobilisation
|
||||
modules
|
||||
monarchic
|
||||
monastary
|
||||
monochrome
|
||||
month's
|
||||
Moscow
|
||||
motorways
|
||||
msg
|
||||
mt
|
||||
multi
|
||||
multimedia
|
||||
multiuser
|
||||
Nurray
|
||||
museums
|
||||
nasa
|
||||
Nathan
|
||||
nations
|
||||
nd
|
||||
ne
|
||||
Nelson
|
||||
neoprene
|
||||
networks
|
||||
newsletter
|
||||
Newton
|
||||
nicholas
|
||||
nitrate
|
||||
NJ
|
||||
nonessential
|
||||
nonimpact
|
||||
noninfectious
|
||||
normative
|
||||
northside
|
||||
nov
|
||||
ns
|
||||
nuns
|
||||
nutrients
|
||||
NY
|
||||
o
|
||||
odometer
|
||||
oem
|
||||
offcampus
|
||||
offchip
|
||||
offsets
|
||||
offshore
|
||||
ohm
|
||||
Olsen
|
||||
omni
|
||||
onchip
|
||||
ondemand
|
||||
ones
|
||||
opinions
|
||||
optimised
|
||||
options
|
||||
orchards
|
||||
oregon
|
||||
organisations
|
||||
organise
|
||||
organises
|
||||
organising
|
||||
orginal
|
||||
os
|
||||
ot
|
||||
Otto
|
||||
outlets
|
||||
outmoded
|
||||
overdrive
|
||||
overdrives
|
||||
Owens
|
||||
pages
|
||||
paperless
|
||||
papers
|
||||
Paris
|
||||
parkway
|
||||
passages
|
||||
passengers
|
||||
passengerside
|
||||
patio
|
||||
Paul
|
||||
payload
|
||||
pb
|
||||
pc
|
||||
pcs
|
||||
pedal
|
||||
pedals
|
||||
penicillin
|
||||
peoples
|
||||
perambulate
|
||||
perils
|
||||
periods
|
||||
persons
|
||||
pesticides
|
||||
petri
|
||||
pharmacological
|
||||
phd
|
||||
phenomenalists
|
||||
pheobe
|
||||
Phil
|
||||
Philip
|
||||
philosophers
|
||||
phlegm
|
||||
photolithography
|
||||
photometer
|
||||
photometrically
|
||||
photosensitive
|
||||
phototypsetter
|
||||
Pierre
|
||||
plainpaper
|
||||
plans
|
||||
platonic
|
||||
platonism
|
||||
plc
|
||||
plots
|
||||
pluralism
|
||||
pm
|
||||
pocketsized
|
||||
Polly
|
||||
poly
|
||||
polygons
|
||||
polypropylene
|
||||
popup
|
||||
potency
|
||||
pre
|
||||
precautions
|
||||
precepts
|
||||
premises
|
||||
prep
|
||||
prerecorded
|
||||
presswork
|
||||
pretested
|
||||
primal
|
||||
primo
|
||||
problems
|
||||
procedures
|
||||
processors
|
||||
prod
|
||||
profits
|
||||
programme
|
||||
programs
|
||||
promissory
|
||||
propane
|
||||
protestant
|
||||
proto
|
||||
protocols
|
||||
prudential
|
||||
ps
|
||||
pubs
|
||||
racism
|
||||
racist
|
||||
rad
|
||||
radioactive
|
||||
rads
|
||||
Ralph
|
||||
ramirez
|
||||
rashers
|
||||
raster
|
||||
rd
|
||||
reactions
|
||||
realists
|
||||
realtor
|
||||
realty
|
||||
reardeck
|
||||
rearview
|
||||
recalibration
|
||||
recipients
|
||||
recommendations
|
||||
recut
|
||||
redskins
|
||||
reductions
|
||||
ref
|
||||
reflections
|
||||
refund
|
||||
reimburse
|
||||
rel
|
||||
requirements
|
||||
resettable
|
||||
residues
|
||||
resources
|
||||
restaurants
|
||||
rev
|
||||
revue
|
||||
rh
|
||||
rhizomes
|
||||
rhodes
|
||||
richard
|
||||
rickey
|
||||
risc
|
||||
rn
|
||||
Robert
|
||||
Roberts
|
||||
rom
|
||||
roots
|
||||
Rosemary
|
||||
rotor
|
||||
rotors
|
||||
rovers
|
||||
rpm
|
||||
rt
|
||||
rugby
|
||||
rumania
|
||||
rumohra
|
||||
rumours
|
||||
Ryan
|
||||
ryhthm
|
||||
s
|
||||
sacrament
|
||||
sales
|
||||
samaritan
|
||||
San
|
||||
Sandra
|
||||
santa
|
||||
Sarah
|
||||
savagery
|
||||
schemes
|
||||
scholasticism
|
||||
schuler
|
||||
sciencefiction
|
||||
sciencehistory
|
||||
scientists
|
||||
scripts
|
||||
scsi
|
||||
sculptors
|
||||
se
|
||||
Sean
|
||||
Seattle
|
||||
sec
|
||||
sel
|
||||
selectable
|
||||
selectivity
|
||||
selfpaced
|
||||
semesters
|
||||
sensors
|
||||
Sept
|
||||
sets
|
||||
shareholders
|
||||
sheerest
|
||||
Shelley
|
||||
Sheridan
|
||||
ships
|
||||
Shirley
|
||||
shortcomings
|
||||
Sidney
|
||||
sig
|
||||
sinch
|
||||
Sinclair
|
||||
singlesheet
|
||||
singleuser
|
||||
sinkhole
|
||||
sists
|
||||
skiers
|
||||
slots
|
||||
socalled
|
||||
solidstate
|
||||
souls
|
||||
sources
|
||||
southeast
|
||||
soy
|
||||
spa
|
||||
spans
|
||||
spilt
|
||||
splines
|
||||
spots
|
||||
sq
|
||||
squelched
|
||||
sr
|
||||
st
|
||||
Stacey
|
||||
stacks
|
||||
standalone
|
||||
states
|
||||
steps
|
||||
sterility
|
||||
Stevens
|
||||
stoics
|
||||
stoves
|
||||
streakings
|
||||
stucco
|
||||
students
|
||||
stylus
|
||||
sulfuric
|
||||
summa
|
||||
summarise
|
||||
summers
|
||||
sums
|
||||
surveyors
|
||||
susceptibility
|
||||
swab
|
||||
swabs
|
||||
Swiss
|
||||
Switzerland
|
||||
sys
|
||||
systems
|
||||
t
|
||||
Taylor
|
||||
teaparty
|
||||
tech
|
||||
techniques
|
||||
tel
|
||||
temperatures
|
||||
Terry
|
||||
tests
|
||||
th
|
||||
theatre
|
||||
theatres
|
||||
thinning
|
||||
thirdparty
|
||||
Thomas
|
||||
tickets
|
||||
timeout
|
||||
Timothy
|
||||
tm
|
||||
Tokyo
|
||||
tollfree
|
||||
tom
|
||||
topics
|
||||
torah
|
||||
touted
|
||||
towels
|
||||
toxin
|
||||
toxins
|
||||
trademarks
|
||||
traditions
|
||||
trans
|
||||
transfers
|
||||
treatments
|
||||
trees
|
||||
trenchant
|
||||
tribes
|
||||
trinity
|
||||
turbidity
|
||||
turnaround
|
||||
tx
|
||||
types
|
||||
typeset
|
||||
typesetter
|
||||
typestyles
|
||||
typology
|
||||
U.S.
|
||||
UK
|
||||
ultrafine
|
||||
unassisted
|
||||
undercut
|
||||
units
|
||||
unix
|
||||
upchucking
|
||||
upriver
|
||||
ups
|
||||
urea
|
||||
USA
|
||||
userfriendly
|
||||
users
|
||||
utilise
|
||||
utilised
|
||||
v
|
||||
va
|
||||
vacillated
|
||||
vehicles
|
||||
vendors
|
||||
veneer
|
||||
vernal
|
||||
vi
|
||||
victorian
|
||||
videotex
|
||||
Vienna
|
||||
vii
|
||||
viii
|
||||
visitors
|
||||
vitro
|
||||
viva
|
||||
vol
|
||||
vols
|
||||
volumes
|
||||
vt
|
||||
Wallace
|
||||
Walter
|
||||
walz
|
||||
Wang
|
||||
warmup
|
||||
wastebasket
|
||||
Wayne
|
||||
ways
|
||||
weatherproof
|
||||
well
|
||||
wellknown
|
||||
welt
|
||||
Wesley
|
||||
westminster
|
||||
weston
|
||||
Williams
|
||||
winchester
|
||||
windows
|
||||
Winston
|
||||
wireframe
|
||||
Wisconsin
|
||||
wittmann
|
||||
words
|
||||
workstation
|
||||
workstations
|
||||
worlds
|
||||
wows
|
||||
wraps
|
||||
x
|
||||
xerographic
|
||||
xi
|
||||
xii
|
||||
xiii
|
||||
xiv
|
||||
xix
|
||||
xv
|
||||
xvi
|
||||
xvii
|
||||
xviii
|
||||
xx
|
||||
years
|
||||
Yugoslavian
|
||||
zealots
|
||||
zion
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
E:\Software-Projekte\EDOKA\tools\PrinterSettings\PDFView\SamplePDFViewer\bin\Debug\SamplePDFViewer.exe
|
||||
E:\Software-Projekte\EDOKA\tools\PrinterSettings\PDFView\SamplePDFViewer\bin\Debug\SamplePDFViewer.pdb
|
||||
E:\Software-Projekte\EDOKA\tools\PrinterSettings\PDFView\SamplePDFViewer\bin\Debug\SamplePDFViewer.xml
|
||||
E:\Software-Projekte\EDOKA\tools\PrinterSettings\PDFView\SamplePDFViewer\obj\Debug\SamplePDFViewer.vbprojResolveAssemblyReference.cache
|
||||
E:\Software-Projekte\EDOKA\tools\PrinterSettings\PDFView\SamplePDFViewer\obj\Debug\SamplePDFViewer.Form1.resources
|
||||
E:\Software-Projekte\EDOKA\tools\PrinterSettings\PDFView\SamplePDFViewer\obj\Debug\SamplePDFViewer.Resources.resources
|
||||
E:\Software-Projekte\EDOKA\tools\PrinterSettings\PDFView\SamplePDFViewer\obj\Debug\SamplePDFViewer.vbproj.GenerateResource.Cache
|
||||
E:\Software-Projekte\EDOKA\tools\PrinterSettings\PDFView\SamplePDFViewer\obj\Debug\SamplePDFViewer.exe
|
||||
E:\Software-Projekte\EDOKA\tools\PrinterSettings\PDFView\SamplePDFViewer\obj\Debug\SamplePDFViewer.xml
|
||||
E:\Software-Projekte\EDOKA\tools\PrinterSettings\PDFView\SamplePDFViewer\obj\Debug\SamplePDFViewer.pdb
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
SamplePDFViewer
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:SamplePDFViewer.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:SamplePDFViewer.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:SamplePDFViewer.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
Reference in New Issue
Block a user