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

@@ -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