MS New Report
This commit is contained in:
89
EB_Creator/XtraReportEB.Designer.vb
generated
89
EB_Creator/XtraReportEB.Designer.vb
generated
@@ -1,9 +1,9 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Public Class XtraReportEB
|
||||
Inherits DevExpress.XtraReports.UI.XtraReport
|
||||
|
||||
'XtraReport overrides dispose to clean up the component list.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
<System.Diagnostics.DebuggerNonUserCode()>
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
@@ -17,7 +17,7 @@ Partial Public Class XtraReportEB
|
||||
'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()> _
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim CustomSqlQuery1 As DevExpress.DataAccess.Sql.CustomSqlQuery = New DevExpress.DataAccess.Sql.CustomSqlQuery()
|
||||
@@ -92,10 +92,9 @@ Partial Public Class XtraReportEB
|
||||
Me.XrTableCell25 = New DevExpress.XtraReports.UI.XRTableCell()
|
||||
Me.XrTableCell26 = New DevExpress.XtraReports.UI.XRTableCell()
|
||||
Me.XrLabel8 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.DetailReport = New DevExpress.XtraReports.UI.DetailReportBand()
|
||||
Me.Detail1 = New DevExpress.XtraReports.UI.DetailBand()
|
||||
Me.ReportHeader = New DevExpress.XtraReports.UI.ReportHeaderBand()
|
||||
Me.GroupHeader1 = New DevExpress.XtraReports.UI.GroupHeaderBand()
|
||||
Me.DetailReport1 = New DevExpress.XtraReports.UI.DetailReportBand()
|
||||
Me.Detail2 = New DevExpress.XtraReports.UI.DetailBand()
|
||||
CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.XrTable4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -316,11 +315,11 @@ Partial Public Class XtraReportEB
|
||||
'
|
||||
Me.XrLabel4.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[RechnungNr]")})
|
||||
Me.XrLabel4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel4.LocationFloat = New DevExpress.Utils.PointFloat(424.9405!, 44.75002!)
|
||||
Me.XrLabel4.LocationFloat = New DevExpress.Utils.PointFloat(404.8183!, 44.75002!)
|
||||
Me.XrLabel4.Multiline = True
|
||||
Me.XrLabel4.Name = "XrLabel4"
|
||||
Me.XrLabel4.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel4.SizeF = New System.Drawing.SizeF(100.0!, 23.0!)
|
||||
Me.XrLabel4.SizeF = New System.Drawing.SizeF(212.1818!, 23.0!)
|
||||
Me.XrLabel4.StylePriority.UseFont = False
|
||||
Me.XrLabel4.Text = "XrLabel4"
|
||||
'
|
||||
@@ -449,7 +448,8 @@ Partial Public Class XtraReportEB
|
||||
QueryParameter2.Type = GetType(Long)
|
||||
QueryParameter2.ValueInfo = "4711"
|
||||
CustomSqlQuery2.Parameters.AddRange(New DevExpress.DataAccess.Sql.QueryParameter() {QueryParameter2})
|
||||
CustomSqlQuery2.Sql = "select * FROM VWCUST_RPT_EB_POS_KONTIERUNG WHERE DocID = @pDocID"
|
||||
CustomSqlQuery2.Sql = "select * FROM VWCUST_RPT_EB_POS_KONTIERUNG " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "WHERE DocID = @pDocID" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "ORDER BY dwRo" &
|
||||
"w"
|
||||
Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {CustomSqlQuery1, CustomSqlQuery2})
|
||||
Me.SqlDataSource1.ResultSchemaSerializable = resources.GetString("SqlDataSource1.ResultSchemaSerializable")
|
||||
'
|
||||
@@ -511,20 +511,20 @@ Partial Public Class XtraReportEB
|
||||
'
|
||||
'ReportFooter
|
||||
'
|
||||
Me.ReportFooter.HeightF = 106.6664!
|
||||
Me.ReportFooter.HeightF = 8.999888!
|
||||
Me.ReportFooter.Name = "ReportFooter"
|
||||
'
|
||||
'XrLine2
|
||||
'
|
||||
Me.XrLine2.LineWidth = 3.0!
|
||||
Me.XrLine2.LocationFloat = New DevExpress.Utils.PointFloat(11.99996!, 0!)
|
||||
Me.XrLine2.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!)
|
||||
Me.XrLine2.Name = "XrLine2"
|
||||
Me.XrLine2.SizeF = New System.Drawing.SizeF(611.0001!, 12.5!)
|
||||
'
|
||||
'XrLabel25
|
||||
'
|
||||
Me.XrLabel25.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel25.LocationFloat = New DevExpress.Utils.PointFloat(571.4545!, 35.5!)
|
||||
Me.XrLabel25.LocationFloat = New DevExpress.Utils.PointFloat(571.4543!, 43.00002!)
|
||||
Me.XrLabel25.Multiline = True
|
||||
Me.XrLabel25.Name = "XrLabel25"
|
||||
Me.XrLabel25.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
@@ -535,7 +535,7 @@ Partial Public Class XtraReportEB
|
||||
'XrLabel24
|
||||
'
|
||||
Me.XrLabel24.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel24.LocationFloat = New DevExpress.Utils.PointFloat(515.9092!, 35.5!)
|
||||
Me.XrLabel24.LocationFloat = New DevExpress.Utils.PointFloat(515.9091!, 43.00002!)
|
||||
Me.XrLabel24.Multiline = True
|
||||
Me.XrLabel24.Name = "XrLabel24"
|
||||
Me.XrLabel24.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
@@ -546,7 +546,7 @@ Partial Public Class XtraReportEB
|
||||
'XrLabel23
|
||||
'
|
||||
Me.XrLabel23.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel23.LocationFloat = New DevExpress.Utils.PointFloat(460.3638!, 35.5!)
|
||||
Me.XrLabel23.LocationFloat = New DevExpress.Utils.PointFloat(460.3637!, 43.00002!)
|
||||
Me.XrLabel23.Multiline = True
|
||||
Me.XrLabel23.Name = "XrLabel23"
|
||||
Me.XrLabel23.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
@@ -557,7 +557,7 @@ Partial Public Class XtraReportEB
|
||||
'XrLabel22
|
||||
'
|
||||
Me.XrLabel22.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel22.LocationFloat = New DevExpress.Utils.PointFloat(404.8184!, 35.5!)
|
||||
Me.XrLabel22.LocationFloat = New DevExpress.Utils.PointFloat(404.8182!, 43.00002!)
|
||||
Me.XrLabel22.Multiline = True
|
||||
Me.XrLabel22.Name = "XrLabel22"
|
||||
Me.XrLabel22.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
@@ -568,7 +568,7 @@ Partial Public Class XtraReportEB
|
||||
'XrLabel20
|
||||
'
|
||||
Me.XrLabel20.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel20.LocationFloat = New DevExpress.Utils.PointFloat(349.2729!, 35.5!)
|
||||
Me.XrLabel20.LocationFloat = New DevExpress.Utils.PointFloat(349.2727!, 43.00002!)
|
||||
Me.XrLabel20.Multiline = True
|
||||
Me.XrLabel20.Name = "XrLabel20"
|
||||
Me.XrLabel20.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
@@ -579,7 +579,7 @@ Partial Public Class XtraReportEB
|
||||
'XrLabel17
|
||||
'
|
||||
Me.XrLabel17.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel17.LocationFloat = New DevExpress.Utils.PointFloat(293.7275!, 35.5!)
|
||||
Me.XrLabel17.LocationFloat = New DevExpress.Utils.PointFloat(293.7273!, 43.00002!)
|
||||
Me.XrLabel17.Multiline = True
|
||||
Me.XrLabel17.Name = "XrLabel17"
|
||||
Me.XrLabel17.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
@@ -590,7 +590,7 @@ Partial Public Class XtraReportEB
|
||||
'XrLabel15
|
||||
'
|
||||
Me.XrLabel15.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel15.LocationFloat = New DevExpress.Utils.PointFloat(238.1821!, 35.5!)
|
||||
Me.XrLabel15.LocationFloat = New DevExpress.Utils.PointFloat(238.1819!, 43.00002!)
|
||||
Me.XrLabel15.Multiline = True
|
||||
Me.XrLabel15.Name = "XrLabel15"
|
||||
Me.XrLabel15.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
@@ -601,7 +601,7 @@ Partial Public Class XtraReportEB
|
||||
'XrLabel14
|
||||
'
|
||||
Me.XrLabel14.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel14.LocationFloat = New DevExpress.Utils.PointFloat(182.6366!, 35.5!)
|
||||
Me.XrLabel14.LocationFloat = New DevExpress.Utils.PointFloat(182.6364!, 43.00002!)
|
||||
Me.XrLabel14.Multiline = True
|
||||
Me.XrLabel14.Name = "XrLabel14"
|
||||
Me.XrLabel14.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
@@ -612,7 +612,7 @@ Partial Public Class XtraReportEB
|
||||
'XrLabel11
|
||||
'
|
||||
Me.XrLabel11.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel11.LocationFloat = New DevExpress.Utils.PointFloat(127.0912!, 35.5!)
|
||||
Me.XrLabel11.LocationFloat = New DevExpress.Utils.PointFloat(127.091!, 43.00002!)
|
||||
Me.XrLabel11.Multiline = True
|
||||
Me.XrLabel11.Name = "XrLabel11"
|
||||
Me.XrLabel11.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
@@ -623,7 +623,7 @@ Partial Public Class XtraReportEB
|
||||
'XrLabel6
|
||||
'
|
||||
Me.XrLabel6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel6.LocationFloat = New DevExpress.Utils.PointFloat(85.50108!, 35.5!)
|
||||
Me.XrLabel6.LocationFloat = New DevExpress.Utils.PointFloat(85.50094!, 43.00002!)
|
||||
Me.XrLabel6.Multiline = True
|
||||
Me.XrLabel6.Name = "XrLabel6"
|
||||
Me.XrLabel6.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
@@ -634,7 +634,7 @@ Partial Public Class XtraReportEB
|
||||
'XrLabel5
|
||||
'
|
||||
Me.XrLabel5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel5.LocationFloat = New DevExpress.Utils.PointFloat(16.00037!, 35.5!)
|
||||
Me.XrLabel5.LocationFloat = New DevExpress.Utils.PointFloat(16.00021!, 43.00002!)
|
||||
Me.XrLabel5.Multiline = True
|
||||
Me.XrLabel5.Name = "XrLabel5"
|
||||
Me.XrLabel5.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
@@ -645,7 +645,7 @@ Partial Public Class XtraReportEB
|
||||
'XrTable4
|
||||
'
|
||||
Me.XrTable4.Font = New System.Drawing.Font("Arial", 9.75!)
|
||||
Me.XrTable4.LocationFloat = New DevExpress.Utils.PointFloat(16.00021!, 9.999974!)
|
||||
Me.XrTable4.LocationFloat = New DevExpress.Utils.PointFloat(16.00037!, 4.333279!)
|
||||
Me.XrTable4.Name = "XrTable4"
|
||||
Me.XrTable4.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96.0!)
|
||||
Me.XrTable4.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow4})
|
||||
@@ -763,7 +763,7 @@ Partial Public Class XtraReportEB
|
||||
'XrLabel8
|
||||
'
|
||||
Me.XrLabel8.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel8.LocationFloat = New DevExpress.Utils.PointFloat(16.00037!, 12.5!)
|
||||
Me.XrLabel8.LocationFloat = New DevExpress.Utils.PointFloat(16.00021!, 20.00001!)
|
||||
Me.XrLabel8.Multiline = True
|
||||
Me.XrLabel8.Name = "XrLabel8"
|
||||
Me.XrLabel8.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
@@ -771,32 +771,30 @@ Partial Public Class XtraReportEB
|
||||
Me.XrLabel8.StylePriority.UseFont = False
|
||||
Me.XrLabel8.Text = "Kontierung"
|
||||
'
|
||||
'DetailReport
|
||||
'
|
||||
Me.DetailReport.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail1, Me.ReportHeader})
|
||||
Me.DetailReport.Level = 0
|
||||
Me.DetailReport.Name = "DetailReport"
|
||||
'
|
||||
'Detail1
|
||||
'
|
||||
Me.Detail1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable4})
|
||||
Me.Detail1.HeightF = 50.08335!
|
||||
Me.Detail1.Name = "Detail1"
|
||||
'
|
||||
'ReportHeader
|
||||
'
|
||||
Me.ReportHeader.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLine2, Me.XrLabel25, Me.XrLabel24, Me.XrLabel23, Me.XrLabel22, Me.XrLabel20, Me.XrLabel17, Me.XrLabel15, Me.XrLabel14, Me.XrLabel11, Me.XrLabel6, Me.XrLabel5, Me.XrLabel8})
|
||||
Me.ReportHeader.HeightF = 58.5!
|
||||
Me.ReportHeader.Name = "ReportHeader"
|
||||
'
|
||||
'GroupHeader1
|
||||
'
|
||||
Me.GroupHeader1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLine2, Me.XrLabel25, Me.XrLabel24, Me.XrLabel23, Me.XrLabel22, Me.XrLabel20, Me.XrLabel17, Me.XrLabel15, Me.XrLabel14, Me.XrLabel11, Me.XrLabel6, Me.XrLabel5, Me.XrLabel8})
|
||||
Me.GroupHeader1.HeightF = 69.16666!
|
||||
Me.GroupHeader1.KeepTogether = True
|
||||
Me.GroupHeader1.Level = 1
|
||||
Me.GroupHeader1.Name = "GroupHeader1"
|
||||
'
|
||||
'DetailReport1
|
||||
'
|
||||
Me.DetailReport1.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail2})
|
||||
Me.DetailReport1.Level = 0
|
||||
Me.DetailReport1.Name = "DetailReport1"
|
||||
'
|
||||
'Detail2
|
||||
'
|
||||
Me.Detail2.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable4})
|
||||
Me.Detail2.HeightF = 34.12482!
|
||||
Me.Detail2.KeepTogether = True
|
||||
Me.Detail2.Name = "Detail2"
|
||||
'
|
||||
'XtraReportEB
|
||||
'
|
||||
Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin, Me.ReportHeaderBand1, Me.GroupHeaderBand1, Me.ReportFooter, Me.DetailReport, Me.GroupHeader1})
|
||||
Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin, Me.ReportHeaderBand1, Me.GroupHeaderBand1, Me.ReportFooter, Me.GroupHeader1, Me.DetailReport1})
|
||||
Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1})
|
||||
Me.DataMember = "VWCUST_RPTERGEBNISBERICHT"
|
||||
Me.DataSource = Me.SqlDataSource1
|
||||
@@ -880,8 +878,7 @@ Partial Public Class XtraReportEB
|
||||
Friend WithEvents XrLabel11 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel6 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel5 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents DetailReport As DevExpress.XtraReports.UI.DetailReportBand
|
||||
Friend WithEvents Detail1 As DevExpress.XtraReports.UI.DetailBand
|
||||
Friend WithEvents ReportHeader As DevExpress.XtraReports.UI.ReportHeaderBand
|
||||
Friend WithEvents GroupHeader1 As DevExpress.XtraReports.UI.GroupHeaderBand
|
||||
Friend WithEvents DetailReport1 As DevExpress.XtraReports.UI.DetailReportBand
|
||||
Friend WithEvents Detail2 As DevExpress.XtraReports.UI.DetailBand
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user