jj: Layout Änderungen
This commit is contained in:
@@ -29,8 +29,6 @@ Partial Public Class reportHinweis
|
||||
Me.TopMargin = New DevExpress.XtraReports.UI.TopMarginBand()
|
||||
Me.BottomMargin = New DevExpress.XtraReports.UI.BottomMarginBand()
|
||||
Me.SqlDataSource1 = New DevExpress.DataAccess.Sql.SqlDataSource(Me.components)
|
||||
Me.PageFooterBand1 = New DevExpress.XtraReports.UI.PageFooterBand()
|
||||
Me.ReportHeaderBand1 = New DevExpress.XtraReports.UI.ReportHeaderBand()
|
||||
Me.Title = New DevExpress.XtraReports.UI.XRControlStyle()
|
||||
Me.FieldCaption = New DevExpress.XtraReports.UI.XRControlStyle()
|
||||
Me.PageInfo = New DevExpress.XtraReports.UI.XRControlStyle()
|
||||
@@ -115,18 +113,6 @@ Partial Public Class reportHinweis
|
||||
Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {CustomSqlQuery1})
|
||||
Me.SqlDataSource1.ResultSchemaSerializable = resources.GetString("SqlDataSource1.ResultSchemaSerializable")
|
||||
'
|
||||
'PageFooterBand1
|
||||
'
|
||||
Me.PageFooterBand1.Dpi = 100.0!
|
||||
Me.PageFooterBand1.HeightF = 0!
|
||||
Me.PageFooterBand1.Name = "PageFooterBand1"
|
||||
'
|
||||
'ReportHeaderBand1
|
||||
'
|
||||
Me.ReportHeaderBand1.Dpi = 100.0!
|
||||
Me.ReportHeaderBand1.HeightF = 0!
|
||||
Me.ReportHeaderBand1.Name = "ReportHeaderBand1"
|
||||
'
|
||||
'Title
|
||||
'
|
||||
Me.Title.BackColor = System.Drawing.Color.Transparent
|
||||
@@ -178,7 +164,7 @@ Partial Public Class reportHinweis
|
||||
'
|
||||
'reportHinweis
|
||||
'
|
||||
Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin, Me.PageFooterBand1, Me.ReportHeaderBand1})
|
||||
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
|
||||
@@ -198,8 +184,6 @@ Partial Public Class reportHinweis
|
||||
Friend WithEvents XrLabel7 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel8 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents SqlDataSource1 As DevExpress.DataAccess.Sql.SqlDataSource
|
||||
Friend WithEvents PageFooterBand1 As DevExpress.XtraReports.UI.PageFooterBand
|
||||
Friend WithEvents ReportHeaderBand1 As DevExpress.XtraReports.UI.ReportHeaderBand
|
||||
Friend WithEvents Title As DevExpress.XtraReports.UI.XRControlStyle
|
||||
Friend WithEvents FieldCaption As DevExpress.XtraReports.UI.XRControlStyle
|
||||
Friend WithEvents PageInfo As DevExpress.XtraReports.UI.XRControlStyle
|
||||
|
||||
Reference in New Issue
Block a user