update devexpress deps

This commit is contained in:
Jonathan Jenne
2019-03-15 16:37:14 +01:00
parent d76c99b92c
commit e970ce1758
20 changed files with 443 additions and 83 deletions

View File

@@ -56,7 +56,6 @@
<Reference Include="DevExpress.CodeParser.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.Data.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="DevExpress.DataAccess.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.DataAccess.v18.1.UI, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
@@ -225,6 +224,12 @@
<DependentUpon>MyDataset.xsd</DependentUpon>
</Compile>
<Compile Include="RawPrinter.vb" />
<Compile Include="reportPositionen.Designer.vb">
<DependentUpon>reportPositionen.vb</DependentUpon>
</Compile>
<Compile Include="reportPositionen.vb">
<SubType>Component</SubType>
</Compile>
<Compile Include="reportHinweis.Designer.vb">
<DependentUpon>reportHinweis.vb</DependentUpon>
</Compile>
@@ -270,6 +275,9 @@
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="reportPositionen.resx">
<DependentUpon>reportPositionen.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="reportHinweis.resx">
<DependentUpon>reportHinweis.vb</DependentUpon>
</EmbeddedResource>

View File

@@ -1350,3 +1350,4 @@ E:\JenneJ\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\Ko
E:\JenneJ\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.vbproj.CopyComplete
E:\JenneJ\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.exe
E:\JenneJ\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.xml
E:\JenneJ\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.reportPositionen.resources

View File

@@ -39,7 +39,6 @@ Partial Public Class reportHinweis
'Detail
'
Me.Detail.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel6, Me.XrLabel7, Me.XrLabel8})
Me.Detail.Dpi = 100.0!
Me.Detail.HeightF = 18.0!
Me.Detail.Name = "Detail"
Me.Detail.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!)
@@ -48,7 +47,6 @@ Partial Public Class reportHinweis
'XrLabel6
'
Me.XrLabel6.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.HINW_CODE")})
Me.XrLabel6.Dpi = 100.0!
Me.XrLabel6.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrLabel6.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!)
Me.XrLabel6.Name = "XrLabel6"
@@ -62,7 +60,6 @@ Partial Public Class reportHinweis
'XrLabel7
'
Me.XrLabel7.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.HINW_TEXT")})
Me.XrLabel7.Dpi = 100.0!
Me.XrLabel7.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrLabel7.LocationFloat = New DevExpress.Utils.PointFloat(89.79168!, 0!)
Me.XrLabel7.Name = "XrLabel7"
@@ -76,7 +73,6 @@ Partial Public Class reportHinweis
'XrLabel8
'
Me.XrLabel8.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.HINW_TEXT_ERG")})
Me.XrLabel8.Dpi = 100.0!
Me.XrLabel8.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XrLabel8.LocationFloat = New DevExpress.Utils.PointFloat(526.25!, 0!)
Me.XrLabel8.Name = "XrLabel8"
@@ -89,7 +85,6 @@ Partial Public Class reportHinweis
'
'TopMargin
'
Me.TopMargin.Dpi = 100.0!
Me.TopMargin.HeightF = 0!
Me.TopMargin.Name = "TopMargin"
Me.TopMargin.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!)
@@ -97,7 +92,6 @@ Partial Public Class reportHinweis
'
'BottomMargin
'
Me.BottomMargin.Dpi = 100.0!
Me.BottomMargin.HeightF = 0!
Me.BottomMargin.Name = "BottomMargin"
Me.BottomMargin.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!)
@@ -173,7 +167,7 @@ Partial Public Class reportHinweis
Me.Parameters.AddRange(New DevExpress.XtraReports.Parameters.Parameter() {Me.SendungNr})
Me.ScriptLanguage = DevExpress.XtraReports.ScriptLanguage.VisualBasic
Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.FieldCaption, Me.PageInfo, Me.DataField})
Me.Version = "15.2"
Me.Version = "18.1"
CType(Me, System.ComponentModel.ISupportInitialize).EndInit()
End Sub

View File

@@ -0,0 +1,190 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class reportPositionen
Inherits DevExpress.XtraReports.UI.XtraReport
'XtraReport overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Designer
'It can be modified using the Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim CustomSqlQuery1 As DevExpress.DataAccess.Sql.CustomSqlQuery = New DevExpress.DataAccess.Sql.CustomSqlQuery()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(reportPositionen))
Dim DynamicListLookUpSettings1 As DevExpress.XtraReports.Parameters.DynamicListLookUpSettings = New DevExpress.XtraReports.Parameters.DynamicListLookUpSettings()
Me.Detail = New DevExpress.XtraReports.UI.DetailBand()
Me.XrLabel2 = New DevExpress.XtraReports.UI.XRLabel()
Me.XrLabel1 = New DevExpress.XtraReports.UI.XRLabel()
Me.TopMargin = New DevExpress.XtraReports.UI.TopMarginBand()
Me.BottomMargin = New DevExpress.XtraReports.UI.BottomMarginBand()
Me.SqlDataSource1 = New DevExpress.DataAccess.Sql.SqlDataSource(Me.components)
Me.Title = New DevExpress.XtraReports.UI.XRControlStyle()
Me.DetailCaption3 = New DevExpress.XtraReports.UI.XRControlStyle()
Me.DetailData3 = New DevExpress.XtraReports.UI.XRControlStyle()
Me.DetailData3_Odd = New DevExpress.XtraReports.UI.XRControlStyle()
Me.DetailCaptionBackground3 = New DevExpress.XtraReports.UI.XRControlStyle()
Me.PageInfo = New DevExpress.XtraReports.UI.XRControlStyle()
Me.SendungNr = New DevExpress.XtraReports.Parameters.Parameter()
CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()
'
'Detail
'
Me.Detail.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel2, Me.XrLabel1})
Me.Detail.HeightF = 24.04!
Me.Detail.Name = "Detail"
Me.Detail.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!)
Me.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft
'
'XrLabel2
'
Me.XrLabel2.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.POSINHALT")})
Me.XrLabel2.Font = New System.Drawing.Font("Arial", 8.0!)
Me.XrLabel2.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!)
Me.XrLabel2.Multiline = True
Me.XrLabel2.Name = "XrLabel2"
Me.XrLabel2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
Me.XrLabel2.SizeF = New System.Drawing.SizeF(148.96!, 11.54!)
Me.XrLabel2.StylePriority.UseFont = False
'
'XrLabel1
'
Me.XrLabel1.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.NVE")})
Me.XrLabel1.Font = New System.Drawing.Font("Arial", 8.0!)
Me.XrLabel1.LocationFloat = New DevExpress.Utils.PointFloat(0!, 12.5!)
Me.XrLabel1.Multiline = True
Me.XrLabel1.Name = "XrLabel1"
Me.XrLabel1.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
Me.XrLabel1.SizeF = New System.Drawing.SizeF(148.96!, 11.54!)
Me.XrLabel1.StylePriority.UseFont = False
'
'TopMargin
'
Me.TopMargin.HeightF = 0!
Me.TopMargin.Name = "TopMargin"
Me.TopMargin.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!)
Me.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft
'
'BottomMargin
'
Me.BottomMargin.HeightF = 0!
Me.BottomMargin.Name = "BottomMargin"
Me.BottomMargin.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!)
Me.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft
'
'SqlDataSource1
'
Me.SqlDataSource1.ConnectionName = "REPORT_Connection"
Me.SqlDataSource1.Name = "SqlDataSource1"
CustomSqlQuery1.Name = "Query"
CustomSqlQuery1.Sql = "SELECT DISTINCT GUID, NVE, POSINHALT FROM VWHUP_REPORT1"
Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {CustomSqlQuery1})
Me.SqlDataSource1.ResultSchemaSerializable = resources.GetString("SqlDataSource1.ResultSchemaSerializable")
'
'Title
'
Me.Title.BackColor = System.Drawing.Color.Transparent
Me.Title.BorderColor = System.Drawing.Color.Black
Me.Title.Borders = DevExpress.XtraPrinting.BorderSide.None
Me.Title.BorderWidth = 1.0!
Me.Title.Font = New System.Drawing.Font("Tahoma", 14.0!)
Me.Title.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer))
Me.Title.Name = "Title"
'
'DetailCaption3
'
Me.DetailCaption3.BackColor = System.Drawing.Color.Transparent
Me.DetailCaption3.BorderColor = System.Drawing.Color.Transparent
Me.DetailCaption3.Borders = DevExpress.XtraPrinting.BorderSide.None
Me.DetailCaption3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold)
Me.DetailCaption3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer))
Me.DetailCaption3.Name = "DetailCaption3"
Me.DetailCaption3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!)
Me.DetailCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft
'
'DetailData3
'
Me.DetailData3.Font = New System.Drawing.Font("Tahoma", 8.0!)
Me.DetailData3.ForeColor = System.Drawing.Color.Black
Me.DetailData3.Name = "DetailData3"
Me.DetailData3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!)
Me.DetailData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft
'
'DetailData3_Odd
'
Me.DetailData3_Odd.BackColor = System.Drawing.Color.FromArgb(CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer))
Me.DetailData3_Odd.BorderColor = System.Drawing.Color.Transparent
Me.DetailData3_Odd.Borders = DevExpress.XtraPrinting.BorderSide.None
Me.DetailData3_Odd.BorderWidth = 1.0!
Me.DetailData3_Odd.Font = New System.Drawing.Font("Tahoma", 8.0!)
Me.DetailData3_Odd.ForeColor = System.Drawing.Color.Black
Me.DetailData3_Odd.Name = "DetailData3_Odd"
Me.DetailData3_Odd.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!)
Me.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft
'
'DetailCaptionBackground3
'
Me.DetailCaptionBackground3.BackColor = System.Drawing.Color.Transparent
Me.DetailCaptionBackground3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer))
Me.DetailCaptionBackground3.Borders = DevExpress.XtraPrinting.BorderSide.Top
Me.DetailCaptionBackground3.BorderWidth = 2.0!
Me.DetailCaptionBackground3.Name = "DetailCaptionBackground3"
'
'PageInfo
'
Me.PageInfo.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold)
Me.PageInfo.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer))
Me.PageInfo.Name = "PageInfo"
Me.PageInfo.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
'
'SendungNr
'
Me.SendungNr.Description = "Parameter1"
DynamicListLookUpSettings1.DataAdapter = Nothing
DynamicListLookUpSettings1.DataMember = "Query"
DynamicListLookUpSettings1.DataSource = Me.SqlDataSource1
DynamicListLookUpSettings1.DisplayMember = "GUID"
DynamicListLookUpSettings1.ValueMember = "GUID"
Me.SendungNr.LookUpSettings = DynamicListLookUpSettings1
Me.SendungNr.Name = "SendungNr"
Me.SendungNr.Type = GetType(Integer)
Me.SendungNr.ValueInfo = "0"
'
'reportPositionen
'
Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin})
Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1})
Me.DataMember = "Query"
Me.DataSource = Me.SqlDataSource1
Me.FilterString = "[GUID] = ?SendungNr"
Me.Margins = New System.Drawing.Printing.Margins(100, 100, 0, 0)
Me.Parameters.AddRange(New DevExpress.XtraReports.Parameters.Parameter() {Me.SendungNr})
Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.DetailCaption3, Me.DetailData3, Me.DetailData3_Odd, Me.DetailCaptionBackground3, Me.PageInfo})
Me.Version = "18.1"
CType(Me, System.ComponentModel.ISupportInitialize).EndInit()
End Sub
Friend WithEvents Detail As DevExpress.XtraReports.UI.DetailBand
Friend WithEvents TopMargin As DevExpress.XtraReports.UI.TopMarginBand
Friend WithEvents BottomMargin As DevExpress.XtraReports.UI.BottomMarginBand
Friend WithEvents SqlDataSource1 As DevExpress.DataAccess.Sql.SqlDataSource
Friend WithEvents Title As DevExpress.XtraReports.UI.XRControlStyle
Friend WithEvents DetailCaption3 As DevExpress.XtraReports.UI.XRControlStyle
Friend WithEvents DetailData3 As DevExpress.XtraReports.UI.XRControlStyle
Friend WithEvents DetailData3_Odd As DevExpress.XtraReports.UI.XRControlStyle
Friend WithEvents DetailCaptionBackground3 As DevExpress.XtraReports.UI.XRControlStyle
Friend WithEvents PageInfo As DevExpress.XtraReports.UI.XRControlStyle
Friend WithEvents XrLabel1 As DevExpress.XtraReports.UI.XRLabel
Friend WithEvents XrLabel2 As DevExpress.XtraReports.UI.XRLabel
Friend WithEvents SendungNr As DevExpress.XtraReports.Parameters.Parameter
End Class

View File

@@ -0,0 +1,126 @@
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="SqlDataSource1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<data name="SqlDataSource1.ResultSchemaSerializable" xml:space="preserve">
<value>PERhdGFTZXQgTmFtZT0iU3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlF1ZXJ5Ij48RmllbGQgTmFtZT0iR1VJRCIgVHlwZT0iSW50MzIiIC8+PEZpZWxkIE5hbWU9Ik5WRSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJQT1NJTkhBTFQiIFR5cGU9IlN0cmluZyIgLz48L1ZpZXc+PC9EYXRhU2V0Pg==</value>
</data>
</root>

View File

@@ -0,0 +1,3 @@
Public Class reportPositionen
End Class

View File

@@ -23,6 +23,7 @@ Partial Public Class reportUebergabe
Dim CustomSqlQuery1 As DevExpress.DataAccess.Sql.CustomSqlQuery = New DevExpress.DataAccess.Sql.CustomSqlQuery()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(reportUebergabe))
Dim CustomSqlQuery2 As DevExpress.DataAccess.Sql.CustomSqlQuery = New DevExpress.DataAccess.Sql.CustomSqlQuery()
Dim CustomSqlQuery3 As DevExpress.DataAccess.Sql.CustomSqlQuery = New DevExpress.DataAccess.Sql.CustomSqlQuery()
Dim MasterDetailInfo1 As DevExpress.DataAccess.Sql.MasterDetailInfo = New DevExpress.DataAccess.Sql.MasterDetailInfo()
Dim RelationColumnInfo1 As DevExpress.DataAccess.Sql.RelationColumnInfo = New DevExpress.DataAccess.Sql.RelationColumnInfo()
Dim XrSummary1 As DevExpress.XtraReports.UI.XRSummary = New DevExpress.XtraReports.UI.XRSummary()
@@ -91,7 +92,6 @@ Partial Public Class reportUebergabe
Me.XrLine5 = New DevExpress.XtraReports.UI.XRLine()
Me.XrLine1 = New DevExpress.XtraReports.UI.XRLine()
Me.GroupFooter2 = New DevExpress.XtraReports.UI.GroupFooterBand()
Me.XrSubreport1 = New DevExpress.XtraReports.UI.XRSubreport()
Me.XrLabel46 = New DevExpress.XtraReports.UI.XRLabel()
Me.XrLabel58 = New DevExpress.XtraReports.UI.XRLabel()
Me.GroupHeader3 = New DevExpress.XtraReports.UI.GroupHeaderBand()
@@ -109,12 +109,15 @@ Partial Public Class reportUebergabe
Me.GroupHeader2 = New DevExpress.XtraReports.UI.GroupHeaderBand()
Me.GroupHeader4 = New DevExpress.XtraReports.UI.GroupHeaderBand()
Me.XrLabel1 = New DevExpress.XtraReports.UI.XRLabel()
Me.XrLabel2 = New DevExpress.XtraReports.UI.XRLabel()
Me.XrSubreport1 = New DevExpress.XtraReports.UI.XRSubreport()
Me.FormattingRule1 = New DevExpress.XtraReports.UI.FormattingRule()
CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()
'
'Detail
'
Me.Detail.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel49, Me.XrLabel51})
Me.Detail.HeightF = 24.12504!
Me.Detail.HeightF = 24.12505!
Me.Detail.KeepTogether = True
Me.Detail.KeepTogetherWithDetailReports = True
Me.Detail.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount
@@ -134,6 +137,7 @@ Partial Public Class reportUebergabe
Me.XrLabel49.ProcessDuplicatesTarget = DevExpress.XtraReports.UI.ProcessDuplicatesTarget.Tag
Me.XrLabel49.SizeF = New System.Drawing.SizeF(148.9583!, 12.58333!)
Me.XrLabel49.StylePriority.UseFont = False
Me.XrLabel49.Visible = False
'
'XrLabel51
'
@@ -146,6 +150,7 @@ Partial Public Class reportUebergabe
Me.XrLabel51.ProcessDuplicatesTarget = DevExpress.XtraReports.UI.ProcessDuplicatesTarget.Tag
Me.XrLabel51.SizeF = New System.Drawing.SizeF(148.9583!, 11.54167!)
Me.XrLabel51.StylePriority.UseFont = False
Me.XrLabel51.Visible = False
'
'TopMargin
'
@@ -217,7 +222,9 @@ Partial Public Class reportUebergabe
CustomSqlQuery1.Sql = resources.GetString("CustomSqlQuery1.Sql")
CustomSqlQuery2.Name = "Query_Hinweistext"
CustomSqlQuery2.Sql = resources.GetString("CustomSqlQuery2.Sql")
Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {CustomSqlQuery1, CustomSqlQuery2})
CustomSqlQuery3.Name = "Query_Positionen"
CustomSqlQuery3.Sql = "SELECT NVE, POSINHALT, SENDUNGNR FROM VWHUP_REPORT1"
Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {CustomSqlQuery1, CustomSqlQuery2, CustomSqlQuery3})
MasterDetailInfo1.DetailQueryName = "Query_Hinweistext"
RelationColumnInfo1.NestedKeyColumn = "SENDUNGNR"
RelationColumnInfo1.ParentKeyColumn = "GUID"
@@ -785,14 +792,6 @@ Partial Public Class reportUebergabe
Me.GroupFooter2.Level = 2
Me.GroupFooter2.Name = "GroupFooter2"
'
'XrSubreport1
'
Me.XrSubreport1.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!)
Me.XrSubreport1.Name = "XrSubreport1"
Me.XrSubreport1.ParameterBindings.Add(New DevExpress.XtraReports.UI.ParameterBinding("SendungNr", Nothing, "Query.GUID"))
Me.XrSubreport1.ReportSource = New KommiCollo.reportHinweis()
Me.XrSubreport1.SizeF = New System.Drawing.SizeF(650.0!, 32.99999!)
'
'XrLabel46
'
Me.XrLabel46.Font = New System.Drawing.Font("Arial", 8.25!)
@@ -923,24 +922,24 @@ Partial Public Class reportUebergabe
'
Me.XrLabel54.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.EMP_STRASSE"), New DevExpress.XtraReports.UI.XRBinding("Tag", Nothing, "Query.GUID")})
Me.XrLabel54.Font = New System.Drawing.Font("Arial", 8.25!)
Me.XrLabel54.LocationFloat = New DevExpress.Utils.PointFloat(0!, 36.54162!)
Me.XrLabel54.LocationFloat = New DevExpress.Utils.PointFloat(0!, 36.54161!)
Me.XrLabel54.Name = "XrLabel54"
Me.XrLabel54.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
Me.XrLabel54.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.SuppressAndShrink
Me.XrLabel54.ProcessDuplicatesTarget = DevExpress.XtraReports.UI.ProcessDuplicatesTarget.Tag
Me.XrLabel54.SizeF = New System.Drawing.SizeF(156.9534!, 10.58332!)
Me.XrLabel54.SizeF = New System.Drawing.SizeF(169.2364!, 10.58332!)
Me.XrLabel54.StylePriority.UseFont = False
'
'XrLabel45
'
Me.XrLabel45.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.EMP_PLZ_STR"), New DevExpress.XtraReports.UI.XRBinding("Tag", Nothing, "Query.GUID")})
Me.XrLabel45.Font = New System.Drawing.Font("Arial", 8.25!)
Me.XrLabel45.LocationFloat = New DevExpress.Utils.PointFloat(0!, 47.12494!)
Me.XrLabel45.LocationFloat = New DevExpress.Utils.PointFloat(21.33848!, 48.12492!)
Me.XrLabel45.Name = "XrLabel45"
Me.XrLabel45.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
Me.XrLabel45.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.SuppressAndShrink
Me.XrLabel45.ProcessDuplicatesTarget = DevExpress.XtraReports.UI.ProcessDuplicatesTarget.Tag
Me.XrLabel45.SizeF = New System.Drawing.SizeF(156.9534!, 11.54167!)
Me.XrLabel45.SizeF = New System.Drawing.SizeF(147.8979!, 11.54168!)
Me.XrLabel45.StylePriority.UseFont = False
'
'XrLabel55
@@ -952,7 +951,7 @@ Partial Public Class reportUebergabe
Me.XrLabel55.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
Me.XrLabel55.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.SuppressAndShrink
Me.XrLabel55.ProcessDuplicatesTarget = DevExpress.XtraReports.UI.ProcessDuplicatesTarget.Tag
Me.XrLabel55.SizeF = New System.Drawing.SizeF(154.9481!, 10.49999!)
Me.XrLabel55.SizeF = New System.Drawing.SizeF(169.2364!, 10.49999!)
Me.XrLabel55.StylePriority.UseFont = False
'
'GroupHeader1
@@ -971,9 +970,9 @@ Partial Public Class reportUebergabe
'
'GroupHeader4
'
Me.GroupHeader4.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel1, Me.XrLabel55, Me.labelPalettenanzahl, Me.labelColliCode, Me.XrLabel35, Me.XrLabel34, Me.labelGewicht, Me.labelEmpfaenger, Me.XrLabel54, Me.XrLabel45, Me.labelSendungNr})
Me.GroupHeader4.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel2, Me.XrLabel1, Me.XrLabel55, Me.labelPalettenanzahl, Me.labelColliCode, Me.XrLabel35, Me.XrLabel34, Me.labelGewicht, Me.labelEmpfaenger, Me.XrLabel54, Me.XrLabel45, Me.labelSendungNr})
Me.GroupHeader4.GroupFields.AddRange(New DevExpress.XtraReports.UI.GroupField() {New DevExpress.XtraReports.UI.GroupField("NVE", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)})
Me.GroupHeader4.HeightF = 58.66661!
Me.GroupHeader4.HeightF = 59.6666!
Me.GroupHeader4.Name = "GroupHeader4"
'
'XrLabel1
@@ -985,15 +984,41 @@ Partial Public Class reportUebergabe
Me.XrLabel1.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
Me.XrLabel1.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.SuppressAndShrink
Me.XrLabel1.ProcessDuplicatesTarget = DevExpress.XtraReports.UI.ProcessDuplicatesTarget.Tag
Me.XrLabel1.SizeF = New System.Drawing.SizeF(154.9481!, 10.49999!)
Me.XrLabel1.SizeF = New System.Drawing.SizeF(156.9478!, 10.49999!)
Me.XrLabel1.StylePriority.UseFont = False
'
'XrLabel2
'
Me.XrLabel2.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.EMP_LKZ"), New DevExpress.XtraReports.UI.XRBinding("Tag", Nothing, "Query.GUID")})
Me.XrLabel2.Font = New System.Drawing.Font("Arial", 8.25!)
Me.XrLabel2.LocationFloat = New DevExpress.Utils.PointFloat(0!, 48.11999!)
Me.XrLabel2.Name = "XrLabel2"
Me.XrLabel2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
Me.XrLabel2.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.SuppressAndShrink
Me.XrLabel2.ProcessDuplicatesTarget = DevExpress.XtraReports.UI.ProcessDuplicatesTarget.Tag
Me.XrLabel2.SizeF = New System.Drawing.SizeF(21.33847!, 11.54167!)
Me.XrLabel2.StylePriority.UseFont = False
'
'XrSubreport1
'
Me.XrSubreport1.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!)
Me.XrSubreport1.Name = "XrSubreport1"
Me.XrSubreport1.ParameterBindings.Add(New DevExpress.XtraReports.UI.ParameterBinding("SendungNr", Nothing, "Query.GUID"))
Me.XrSubreport1.ReportSource = New KommiCollo.reportHinweis()
Me.XrSubreport1.SizeF = New System.Drawing.SizeF(650.0!, 32.99999!)
'
'FormattingRule1
'
Me.FormattingRule1.DataMember = "Query"
Me.FormattingRule1.Name = "FormattingRule1"
'
'reportUebergabe
'
Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin, Me.PageHeaderBand1, Me.ReportHeaderBand1, Me.ReportFooter, Me.GroupFooter2, Me.GroupHeader3, Me.GroupHeader1, Me.GroupHeader2, Me.GroupHeader4})
Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1})
Me.DataMember = "Query"
Me.DataSource = Me.SqlDataSource1
Me.FormattingRuleSheet.AddRange(New DevExpress.XtraReports.UI.FormattingRule() {Me.FormattingRule1})
Me.Margins = New System.Drawing.Printing.Margins(100, 100, 41, 54)
Me.ScriptLanguage = DevExpress.XtraReports.ScriptLanguage.VisualBasic
Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.FieldCaption, Me.PageInfo, Me.DataField})
@@ -1081,4 +1106,6 @@ Partial Public Class reportUebergabe
Friend WithEvents GroupHeader2 As DevExpress.XtraReports.UI.GroupHeaderBand
Friend WithEvents GroupHeader4 As DevExpress.XtraReports.UI.GroupHeaderBand
Friend WithEvents XrLabel1 As DevExpress.XtraReports.UI.XRLabel
Friend WithEvents XrLabel2 As DevExpress.XtraReports.UI.XRLabel
Friend WithEvents FormattingRule1 As DevExpress.XtraReports.UI.FormattingRule
End Class

View File

@@ -159,6 +159,6 @@
INNER JOIN VWHUP_REPORT1 T1 ON T.SENDUNGNR = T1.GUID</value>
</data>
<data name="SqlDataSource1.ResultSchemaSerializable" xml:space="preserve">
<value>PERhdGFTZXQgTmFtZT0iU3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlF1ZXJ5Ij48RmllbGQgTmFtZT0iR1VJRCIgVHlwZT0iSW50MzIiIC8+PEZpZWxkIE5hbWU9IkxBRDEiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iTEFEX1NUUkFTU0UiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iTEFEX0xLWl9QTFpfT1JUIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkZFUlRJRyIgVHlwZT0iQm9vbGVhbiIgLz48RmllbGQgTmFtZT0iU0VORFVOR05SIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IlNER19SRUZFUkVOWiIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJFTVAiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iRU1QX1pVU0FUWiIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJFTVBfWlVTQVRaMiIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJFTVBfU1RSQVNTRSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJFTVBfUExaX1NUUiIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJFTVBfTEtaIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkVNUF9PUlQiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iRU1QX09URUlMIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkFCSE9MREFUVU0iIFR5cGU9IkRhdGVUaW1lIiAvPjxGaWVsZCBOYW1lPSJTREdfR0VXSUNIVCIgVHlwZT0iRG91YmxlIiAvPjxGaWVsZCBOYW1lPSJTREdfU1RFTExQTEFFVFpFIiBUeXBlPSJJbnQxNiIgLz48RmllbGQgTmFtZT0iU0RHX0ZSQU5LQVRVUiIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJOVkUiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iUE9TSU5IQUxUIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IlBPU19HRVdJQ0hUIiBUeXBlPSJEb3VibGUiIC8+PEZpZWxkIE5hbWU9IlBBQ0tTVFVFQ0tBTlpBSEwiIFR5cGU9IkJ5dGUiIC8+PEZpZWxkIE5hbWU9IlBBTEVUVEVOQU5aQUhMIiBUeXBlPSJJbnQzMiIgLz48RmllbGQgTmFtZT0iQ09ERSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJCRU1FUktVTkciIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iSElOV19DT0RFIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkhJTldfVEVYVCIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJISU5XX1RFWFRfRVJHIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkJPUkRFUk9OUiIgVHlwZT0iSW50MzIiIC8+PEZpZWxkIE5hbWU9IktVTkRFTl9JRCIgVHlwZT0iU3RyaW5nIiAvPjwvVmlldz48VmlldyBOYW1lPSJRdWVyeV9IaW53ZWlzdGV4dCI+PEZpZWxkIE5hbWU9IlRFWFQiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iQ09ERSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJCRVpFSUNITlVORyIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJTRU5EVU5HTlIiIFR5cGU9IkludDMyIiAvPjwvVmlldz48UmVsYXRpb24gTWFzdGVyPSJRdWVyeSIgRGV0YWlsPSJRdWVyeV9IaW53ZWlzdGV4dCI+PEtleUNvbHVtbiBNYXN0ZXI9IkdVSUQiIERldGFpbD0iU0VORFVOR05SIiAvPjwvUmVsYXRpb24+PC9EYXRhU2V0Pg==</value>
<value>PERhdGFTZXQgTmFtZT0iU3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlF1ZXJ5Ij48RmllbGQgTmFtZT0iR1VJRCIgVHlwZT0iVW5rbm93biIgLz48RmllbGQgTmFtZT0iTEFEMSIgVHlwZT0iVW5rbm93biIgLz48RmllbGQgTmFtZT0iTEFEX1NUUkFTU0UiIFR5cGU9IlVua25vd24iIC8+PEZpZWxkIE5hbWU9IkxBRF9MS1pfUExaX09SVCIgVHlwZT0iVW5rbm93biIgLz48RmllbGQgTmFtZT0iRkVSVElHIiBUeXBlPSJVbmtub3duIiAvPjxGaWVsZCBOYW1lPSJTRU5EVU5HTlIiIFR5cGU9IlVua25vd24iIC8+PEZpZWxkIE5hbWU9IlNER19SRUZFUkVOWiIgVHlwZT0iVW5rbm93biIgLz48RmllbGQgTmFtZT0iRU1QIiBUeXBlPSJVbmtub3duIiAvPjxGaWVsZCBOYW1lPSJFTVBfWlVTQVRaIiBUeXBlPSJVbmtub3duIiAvPjxGaWVsZCBOYW1lPSJFTVBfWlVTQVRaMiIgVHlwZT0iVW5rbm93biIgLz48RmllbGQgTmFtZT0iRU1QX1NUUkFTU0UiIFR5cGU9IlVua25vd24iIC8+PEZpZWxkIE5hbWU9IkVNUF9QTFpfU1RSIiBUeXBlPSJVbmtub3duIiAvPjxGaWVsZCBOYW1lPSJFTVBfTEtaIiBUeXBlPSJVbmtub3duIiAvPjxGaWVsZCBOYW1lPSJFTVBfT1JUIiBUeXBlPSJVbmtub3duIiAvPjxGaWVsZCBOYW1lPSJFTVBfT1RFSUwiIFR5cGU9IlVua25vd24iIC8+PEZpZWxkIE5hbWU9IkFCSE9MREFUVU0iIFR5cGU9IlVua25vd24iIC8+PEZpZWxkIE5hbWU9IlNER19HRVdJQ0hUIiBUeXBlPSJVbmtub3duIiAvPjxGaWVsZCBOYW1lPSJTREdfU1RFTExQTEFFVFpFIiBUeXBlPSJVbmtub3duIiAvPjxGaWVsZCBOYW1lPSJTREdfRlJBTktBVFVSIiBUeXBlPSJVbmtub3duIiAvPjxGaWVsZCBOYW1lPSJOVkUiIFR5cGU9IlVua25vd24iIC8+PEZpZWxkIE5hbWU9IlBPU0lOSEFMVCIgVHlwZT0iVW5rbm93biIgLz48RmllbGQgTmFtZT0iUE9TX0dFV0lDSFQiIFR5cGU9IlVua25vd24iIC8+PEZpZWxkIE5hbWU9IlBBQ0tTVFVFQ0tBTlpBSEwiIFR5cGU9IlVua25vd24iIC8+PEZpZWxkIE5hbWU9IlBBTEVUVEVOQU5aQUhMIiBUeXBlPSJVbmtub3duIiAvPjxGaWVsZCBOYW1lPSJDT0RFIiBUeXBlPSJVbmtub3duIiAvPjxGaWVsZCBOYW1lPSJCRU1FUktVTkciIFR5cGU9IlVua25vd24iIC8+PEZpZWxkIE5hbWU9IkhJTldfQ09ERSIgVHlwZT0iVW5rbm93biIgLz48RmllbGQgTmFtZT0iSElOV19URVhUIiBUeXBlPSJVbmtub3duIiAvPjxGaWVsZCBOYW1lPSJISU5XX1RFWFRfRVJHIiBUeXBlPSJVbmtub3duIiAvPjxGaWVsZCBOYW1lPSJCT1JERVJPTlIiIFR5cGU9IlVua25vd24iIC8+PEZpZWxkIE5hbWU9IktVTkRFTl9JRCIgVHlwZT0iVW5rbm93biIgLz48L1ZpZXc+PFZpZXcgTmFtZT0iUXVlcnlfSGlud2Vpc3RleHQiPjxGaWVsZCBOYW1lPSJURVhUIiBUeXBlPSJVbmtub3duIiAvPjxGaWVsZCBOYW1lPSJDT0RFIiBUeXBlPSJVbmtub3duIiAvPjxGaWVsZCBOYW1lPSJCRVpFSUNITlVORyIgVHlwZT0iVW5rbm93biIgLz48RmllbGQgTmFtZT0iU0VORFVOR05SIiBUeXBlPSJVbmtub3duIiAvPjwvVmlldz48VmlldyBOYW1lPSJRdWVyeV9Qb3NpdGlvbmVuIj48RmllbGQgTmFtZT0iTlZFIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IlBPU0lOSEFMVCIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJTRU5EVU5HTlIiIFR5cGU9IlN0cmluZyIgLz48L1ZpZXc+PFJlbGF0aW9uIE1hc3Rlcj0iUXVlcnkiIERldGFpbD0iUXVlcnlfSGlud2Vpc3RleHQiPjxLZXlDb2x1bW4gTWFzdGVyPSJHVUlEIiBEZXRhaWw9IlNFTkRVTkdOUiIgLz48L1JlbGF0aW9uPjwvRGF0YVNldD4=</value>
</data>
</root>

View File

@@ -65,65 +65,70 @@
<!-- Für weitere Dateien hier Component Elemente anlegen!! -->
<Component Id="DevExpressLibs" Guid="86c8025c-0cf2-4c79-9c4f-409388e01a10">
<File Id="DevExpress.Charts.v15.2.Core" Name="DevExpress.Charts.v15.2.Core.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.Charts.v15.2.Core.dll" KeyPath="yes" />
<File Id="DevExpress.CodeParser.v15.2" Name="DevExpress.CodeParser.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.CodeParser.v15.2.dll" KeyPath="no"/>
<File Id="DevExpress.Data.v15.2" Name="DevExpress.Data.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.Data.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.DataAccess.v15.2" Name="DevExpress.DataAccess.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.DataAccess.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.DataAccess.v15.2.UI.dll" Name="DevExpress.DataAccess.v15.2.UI.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.DataAccess.v15.2.UI.dll" KeyPath="no" />
<File Id="DevExpress.Office.v15.2.Core" Name="DevExpress.Office.v15.2.Core.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.Office.v15.2.Core.dll" KeyPath="no"/>
<File Id="DevExpress.PivotGrid.v15.2.Core" Name="DevExpress.PivotGrid.v15.2.Core.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.PivotGrid.v15.2.Core.dll" KeyPath="no" />
<File Id="DevExpress.Printing.v15.2.Core" Name="DevExpress.Printing.v15.2.Core.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.Printing.v15.2.Core.dll" KeyPath="no" />
<File Id="DevExpress.RichEdit.v15.2.Core" Name="DevExpress.RichEdit.v15.2.Core.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.RichEdit.v15.2.Core.dll" KeyPath="no" />
<File Id="DevExpress.Sparkline.v15.2.Core" Name="DevExpress.Sparkline.v15.2.Core.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.Sparkline.v15.2.Core.dll" KeyPath="no" />
<File Id="DevExpress.Utils.v15.2" Name="DevExpress.Utils.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.Utils.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.Utils.v15.2.UI" Name="DevExpress.Utils.v15.2.UI.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.Utils.v15.2.UI.dll" KeyPath="no" />
<File Id="DevExpress.Xpo.v15.2" Name="DevExpress.Xpo.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.Xpo.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.XtraBars.v15.2" Name="DevExpress.XtraBars.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraBars.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.XtraCharts.v15.2" Name="DevExpress.XtraCharts.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraCharts.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.XtraCharts.v15.2.Extensions" Name="DevExpress.XtraCharts.v15.2.Extensions.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraCharts.v15.2.Extensions.dll" KeyPath="no" />
<File Id="DevExpress.XtraCharts.v15.2.Wizard" Name="DevExpress.XtraCharts.v15.2.Wizard.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraCharts.v15.2.Wizard.dll" KeyPath="no" />
<File Id="DevExpress.XtraEditors.v15.2" Name="DevExpress.XtraEditors.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraEditors.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.XtraGauges.v15.2.Core" Name="DevExpress.XtraGauges.v15.2.Core.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraGauges.v15.2.Core.dll" KeyPath="no" />
<File Id="DevExpress.XtraGrid.v15.2" Name="DevExpress.XtraGrid.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraGrid.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.XtraLayout.v15.2" Name="DevExpress.XtraLayout.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraLayout.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.XtraNavBar.v15.2" Name="DevExpress.XtraNavBar.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraNavBar.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.XtraPivotGrid.v15.2" Name="DevExpress.XtraPivotGrid.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraPivotGrid.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.XtraPrinting.v15.2" Name="DevExpress.XtraPrinting.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraPrinting.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.XtraReports.v15.2" Name="DevExpress.XtraReports.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraReports.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.XtraReports.v15.2.Extensions" Name="DevExpress.XtraReports.v15.2.Extensions.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraReports.v15.2.Extensions.dll" KeyPath="no" />
<File Id="DevExpress.XtraVerticalGrid.v15.2" Name="DevExpress.XtraVerticalGrid.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraVerticalGrid.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.XtraRichEdit.v15.2" Name="DevExpress.XtraRichEdit.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraRichEdit.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.XtraTreeList.v15.2" Name="DevExpress.XtraTreeList.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraTreeList.v15.2.dll" KeyPath="no" />
<File Id="DevExpress.Charts.v18.1.Core" Name="DevExpress.Charts.v18.1.Core.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.Charts.v18.1.Core.dll" KeyPath="yes" />
<File Id="DevExpress.CodeParser.v18.1" Name="DevExpress.CodeParser.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.CodeParser.v18.1.dll" KeyPath="no"/>
<File Id="DevExpress.Data.v18.1" Name="DevExpress.Data.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.Data.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.DataAccess.v18.1" Name="DevExpress.DataAccess.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.DataAccess.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.DataAccess.v18.1.UI.dll" Name="DevExpress.DataAccess.v18.1.UI.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.DataAccess.v18.1.UI.dll" KeyPath="no" />
<File Id="DevExpress.Images.v18.1.dll" Name="DevExpress.Images.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.Images.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.Office.v18.1.Core" Name="DevExpress.Office.v18.1.Core.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.Office.v18.1.Core.dll" KeyPath="no"/>
<File Id="DevExpress.Pdf.v18.1.Core" Name="DevExpress.Pdf.v18.1.Core.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.Pdf.v18.1.Core.dll" KeyPath="no"/>
<File Id="DevExpress.PivotGrid.v18.1.Core" Name="DevExpress.PivotGrid.v18.1.Core.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.PivotGrid.v18.1.Core.dll" KeyPath="no" />
<File Id="DevExpress.Printing.v18.1.Core" Name="DevExpress.Printing.v18.1.Core.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.Printing.v18.1.Core.dll" KeyPath="no" />
<File Id="DevExpress.RichEdit.v18.1.Core" Name="DevExpress.RichEdit.v18.1.Core.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.RichEdit.v18.1.Core.dll" KeyPath="no" />
<File Id="DevExpress.RichEdit.v18.1.Export" Name="DevExpress.RichEdit.v18.1.Export.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.RichEdit.v18.1.Export.dll" KeyPath="no" />
<File Id="DevExpress.Sparkline.v18.1.Core" Name="DevExpress.Sparkline.v18.1.Core.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.Sparkline.v18.1.Core.dll" KeyPath="no" />
<File Id="DevExpress.Utils.v18.1" Name="DevExpress.Utils.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.Utils.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.Utils.v18.1.UI" Name="DevExpress.Utils.v18.1.UI.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.Utils.v18.1.UI.dll" KeyPath="no" />
<File Id="DevExpress.Xpo.v18.1" Name="DevExpress.Xpo.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.Xpo.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.XtraBars.v18.1" Name="DevExpress.XtraBars.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraBars.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.XtraCharts.v18.1" Name="DevExpress.XtraCharts.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraCharts.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.XtraCharts.v18.1.Extensions" Name="DevExpress.XtraCharts.v18.1.Extensions.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraCharts.v18.1.Extensions.dll" KeyPath="no" />
<File Id="DevExpress.XtraCharts.v18.1.Wizard" Name="DevExpress.XtraCharts.v18.1.Wizard.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraCharts.v18.1.Wizard.dll" KeyPath="no" />
<File Id="DevExpress.XtraEditors.v18.1" Name="DevExpress.XtraEditors.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraEditors.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.XtraGauges.v18.1.Core" Name="DevExpress.XtraGauges.v18.1.Core.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraGauges.v18.1.Core.dll" KeyPath="no" />
<File Id="DevExpress.XtraGrid.v18.1" Name="DevExpress.XtraGrid.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraGrid.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.XtraLayout.v18.1" Name="DevExpress.XtraLayout.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraLayout.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.XtraNavBar.v18.1" Name="DevExpress.XtraNavBar.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraNavBar.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.XtraPivotGrid.v18.1" Name="DevExpress.XtraPivotGrid.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraPivotGrid.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.XtraPrinting.v18.1" Name="DevExpress.XtraPrinting.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraPrinting.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.XtraReports.v18.1" Name="DevExpress.XtraReports.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraReports.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.XtraReports.v18.1.Extensions" Name="DevExpress.XtraReports.v18.1.Extensions.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraReports.v18.1.Extensions.dll" KeyPath="no" />
<File Id="DevExpress.XtraVerticalGrid.v18.1" Name="DevExpress.XtraVerticalGrid.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraVerticalGrid.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.XtraRichEdit.v18.1" Name="DevExpress.XtraRichEdit.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraRichEdit.v18.1.dll" KeyPath="no" />
<File Id="DevExpress.XtraTreeList.v18.1" Name="DevExpress.XtraTreeList.v18.1.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\DevExpress.XtraTreeList.v18.1.dll" KeyPath="no" />
</Component>
<Directory Id="Locale_DE" Name="de">
<Component Id="DevExpressLibs_Resources_de" Guid="9abed2d9-3438-44dd-8921-52106116833e">
<File Id="DevExpress.Data.v15.2.resources" Name="DevExpress.Data.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.Data.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.DataAccess.v15.2.resources" Name="DevExpress.DataAccess.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.DataAccess.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.DataAccess.v15.2.UI.dll.resources" Name="DevExpress.DataAccess.v15.2.UI.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.DataAccess.v15.2.UI.resources.dll" KeyPath="no" />
<File Id="DevExpress.Office.v15.2.Core.resources" Name="DevExpress.Office.v15.2.Core.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.Office.v15.2.Core.resources.dll" KeyPath="no"/>
<File Id="DevExpress.PivotGrid.v15.2.Core.resources" Name="DevExpress.PivotGrid.v15.2.Core.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.PivotGrid.v15.2.Core.resources.dll" KeyPath="no" />
<File Id="DevExpress.Printing.v15.2.Core.resources" Name="DevExpress.Printing.v15.2.Core.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.Printing.v15.2.Core.resources.dll" KeyPath="no" />
<File Id="DevExpress.RichEdit.v15.2.Core.resources" Name="DevExpress.RichEdit.v15.2.Core.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.RichEdit.v15.2.Core.resources.dll" KeyPath="no" />
<File Id="DevExpress.Sparkline.v15.2.Core.resources" Name="DevExpress.Sparkline.v15.2.Core.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.Sparkline.v15.2.Core.resources.dll" KeyPath="no" />
<File Id="DevExpress.Utils.v15.2.resources" Name="DevExpress.Utils.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.Utils.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.Utils.v15.2.UI.resources" Name="DevExpress.Utils.v15.2.UI.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.Utils.v15.2.UI.resources.dll" KeyPath="no" />
<File Id="DevExpress.Xpo.v15.2.resources" Name="DevExpress.Xpo.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.Xpo.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraBars.v15.2.resources" Name="DevExpress.XtraBars.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraBars.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraCharts.v15.2.resources" Name="DevExpress.XtraCharts.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraCharts.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraCharts.v15.2.Wizard.resources" Name="DevExpress.XtraCharts.v15.2.Wizard.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraCharts.v15.2.Wizard.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraEditors.v15.2.resources" Name="DevExpress.XtraEditors.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraEditors.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraGauges.v15.2.Core.resources" Name="DevExpress.XtraGauges.v15.2.Core.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraGauges.v15.2.Core.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraGrid.v15.2.resources" Name="DevExpress.XtraGrid.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraGrid.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraLayout.v15.2.resources" Name="DevExpress.XtraLayout.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraLayout.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraNavBar.v15.2.resources" Name="DevExpress.XtraNavBar.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraNavBar.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraPivotGrid.v15.2.resources" Name="DevExpress.XtraPivotGrid.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraPivotGrid.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraPrinting.v15.2.resources" Name="DevExpress.XtraPrinting.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraPrinting.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraReports.v15.2.resources" Name="DevExpress.XtraReports.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraReports.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraReports.v15.2.Extensions.resources" Name="DevExpress.XtraReports.v15.2.Extensions.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraReports.v15.2.Extensions.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraVerticalGrid.v15.2.resources" Name="DevExpress.XtraVerticalGrid.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraVerticalGrid.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraRichEdit.v15.2.resources" Name="DevExpress.XtraRichEdit.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraRichEdit.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraTreeList.v15.2.resources" Name="DevExpress.XtraTreeList.v15.2.resources.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraTreeList.v15.2.resources.dll" KeyPath="no" />
<File Id="DevExpress.Data.v18.1.resources" Name="DevExpress.Data.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.Data.v18.1.resources.dll" KeyPath="no" />
<File Id="DevExpress.DataAccess.v18.1.resources" Name="DevExpress.DataAccess.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.DataAccess.v18.1.resources.dll" KeyPath="no" />
<File Id="DevExpress.DataAccess.v18.1.UI.dll.resources" Name="DevExpress.DataAccess.v18.1.UI.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.DataAccess.v18.1.UI.resources.dll" KeyPath="no" />
<File Id="DevExpress.Diagram.v18.1.Core.resources" Name="DevExpress.Diagram.v18.1.Core.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.Diagram.v18.1.Core.resources.dll" KeyPath="no"/>
<File Id="DevExpress.Office.v18.1.Core.resources" Name="DevExpress.Office.v18.1.Core.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.Office.v18.1.Core.resources.dll" KeyPath="no"/>
<File Id="DevExpress.Pdf.v18.1.Core.resources" Name="DevExpress.Pdf.v18.1.Core.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.Pdf.v18.1.Core.resources.dll" KeyPath="no"/>
<File Id="DevExpress.PivotGrid.v18.1.Core.resources" Name="DevExpress.PivotGrid.v18.1.Core.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.PivotGrid.v18.1.Core.resources.dll" KeyPath="no" />
<File Id="DevExpress.Printing.v18.1.Core.resources" Name="DevExpress.Printing.v18.1.Core.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.Printing.v18.1.Core.resources.dll" KeyPath="no" />
<File Id="DevExpress.RichEdit.v18.1.Core.resources" Name="DevExpress.RichEdit.v18.1.Core.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.RichEdit.v18.1.Core.resources.dll" KeyPath="no" />
<File Id="DevExpress.Sparkline.v18.1.Core.resources" Name="DevExpress.Sparkline.v18.1.Core.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.Sparkline.v18.1.Core.resources.dll" KeyPath="no" />
<File Id="DevExpress.Utils.v18.1.resources" Name="DevExpress.Utils.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.Utils.v18.1.resources.dll" KeyPath="no" />
<File Id="DevExpress.Utils.v18.1.UI.resources" Name="DevExpress.Utils.v18.1.UI.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.Utils.v18.1.UI.resources.dll" KeyPath="no" />
<File Id="DevExpress.Xpo.v18.1.resources" Name="DevExpress.Xpo.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.Xpo.v18.1.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraBars.v18.1.resources" Name="DevExpress.XtraBars.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.XtraBars.v18.1.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraCharts.v18.1.resources" Name="DevExpress.XtraCharts.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.XtraCharts.v18.1.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraCharts.v18.1.Wizard.resources" Name="DevExpress.XtraCharts.v18.1.Wizard.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.XtraCharts.v18.1.Wizard.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraEditors.v18.1.resources" Name="DevExpress.XtraEditors.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.XtraEditors.v18.1.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraGauges.v18.1.Core.resources" Name="DevExpress.XtraGauges.v18.1.Core.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.XtraGauges.v18.1.Core.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraGrid.v18.1.resources" Name="DevExpress.XtraGrid.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.XtraGrid.v18.1.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraLayout.v18.1.resources" Name="DevExpress.XtraLayout.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.XtraLayout.v18.1.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraNavBar.v18.1.resources" Name="DevExpress.XtraNavBar.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.XtraNavBar.v18.1.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraPivotGrid.v18.1.resources" Name="DevExpress.XtraPivotGrid.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.XtraPivotGrid.v18.1.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraPrinting.v18.1.resources" Name="DevExpress.XtraPrinting.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.XtraPrinting.v18.1.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraReports.v18.1.resources" Name="DevExpress.XtraReports.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.XtraReports.v18.1.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraReports.v18.1.Extensions.resources" Name="DevExpress.XtraReports.v18.1.Extensions.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.XtraReports.v18.1.Extensions.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraVerticalGrid.v18.1.resources" Name="DevExpress.XtraVerticalGrid.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.XtraVerticalGrid.v18.1.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraRichEdit.v18.1.resources" Name="DevExpress.XtraRichEdit.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.XtraRichEdit.v18.1.resources.dll" KeyPath="no" />
<File Id="DevExpress.XtraTreeList.v18.1.resources" Name="DevExpress.XtraTreeList.v18.1.resources.dll" Source="D:\ProgramFiles\DevExpress 18.1\Components\Bin\Framework\de\DevExpress.XtraTreeList.v18.1.resources.dll" KeyPath="no" />
</Component>
</Directory>

View File

@@ -4,3 +4,9 @@ E:\SchreiberM\Visual Studio\GIT\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.msi
E:\SchreiberM\Visual Studio\GIT\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.wixpdb
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\SetupWix\bin\Debug\KommiCollo-x86-2.2.0.4.msi
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\SetupWix\bin\Debug\KommiCollo-x86-2.2.0.4.wixpdb
E:\JenneJ\Visual Studio\SchaumKommi\SchaumKommiCollo\SetupWix\bin\Debug\KommiCollo-x86-2.2.0.7.msi
E:\JenneJ\Visual Studio\SchaumKommi\SchaumKommiCollo\SetupWix\bin\Debug\KommiCollo-x86-2.2.0.7.wixpdb
obj\Debug\Product.wixobj
obj\Debug\SetupWix.wixproj.BindContentsFileListde-DE.txt
obj\Debug\SetupWix.wixproj.BindOutputsFileListde-DE.txt
obj\Debug\SetupWix.wixproj.BindBuiltOutputsFileListde-DE.txt