This commit is contained in:
2025-05-30 13:46:45 +02:00
parent 54352ec450
commit 69d79515af
3 changed files with 16 additions and 16 deletions

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.4.1.1")>
<Assembly: AssemblyFileVersion("1.4.1.1")>
<Assembly: AssemblyVersion("1.4.1.3")>
<Assembly: AssemblyFileVersion("1.4.1.3")>

View File

@@ -70,6 +70,7 @@ Partial Public Class rptMahnung
Me.lblFax = New GrapeCity.ActiveReports.SectionReportModel.Label()
Me.lblFaxNr = New GrapeCity.ActiveReports.SectionReportModel.Label()
Me.lblAnrede = New GrapeCity.ActiveReports.SectionReportModel.Label()
Me.Picture1 = New GrapeCity.ActiveReports.SectionReportModel.Picture()
Me.lblUeberschriftRG_GS = New GrapeCity.ActiveReports.SectionReportModel.Label()
Me.ReportFooter1 = New GrapeCity.ActiveReports.SectionReportModel.ReportFooter()
Me.Line8 = New GrapeCity.ActiveReports.SectionReportModel.Line()
@@ -107,7 +108,6 @@ Partial Public Class rptMahnung
Me.lblAusstand = New GrapeCity.ActiveReports.SectionReportModel.Label()
Me.lblMS = New GrapeCity.ActiveReports.SectionReportModel.Label()
Me.GroupFooter4 = New GrapeCity.ActiveReports.SectionReportModel.GroupFooter()
Me.Picture1 = New GrapeCity.ActiveReports.SectionReportModel.Picture()
CType(Me.txtLeistung, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Label15, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Label16, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -152,6 +152,7 @@ Partial Public Class rptMahnung
CType(Me.lblFax, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblFaxNr, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblAnrede, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Picture1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblUeberschriftRG_GS, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblSummeUeberschrift, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblSumme, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -174,7 +175,6 @@ Partial Public Class rptMahnung
CType(Me.lblZahlung, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblAusstand, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblMS, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Picture1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()
'
'PageHeader
@@ -801,6 +801,16 @@ Partial Public Class rptMahnung
Me.lblAnrede.Top = 2.132866!
Me.lblAnrede.Width = 4.589763!
'
'Picture1
'
Me.Picture1.Height = 0.59375!
Me.Picture1.ImageBase64String = resources.GetString("Picture1.ImageBase64String")
Me.Picture1.Left = 3.200788!
Me.Picture1.Name = "Picture1"
Me.Picture1.SizeMode = GrapeCity.ActiveReports.SectionReportModel.SizeModes.Zoom
Me.Picture1.Top = 0.04212599!
Me.Picture1.Width = 0.8229167!
'
'lblUeberschriftRG_GS
'
Me.lblUeberschriftRG_GS.Height = 0.2311024!
@@ -1248,16 +1258,6 @@ Partial Public Class rptMahnung
Me.GroupFooter4.Height = 0!
Me.GroupFooter4.Name = "GroupFooter4"
'
'Picture1
'
Me.Picture1.Height = 0.59375!
Me.Picture1.ImageBase64String = resources.GetString("Picture1.ImageBase64String")
Me.Picture1.Left = 3.200788!
Me.Picture1.Name = "Picture1"
Me.Picture1.SizeMode = GrapeCity.ActiveReports.SectionReportModel.SizeModes.Zoom
Me.Picture1.Top = 0.04212599!
Me.Picture1.Width = 0.8229167!
'
'rptMahnung
'
Me.PageSettings.Margins.Bottom = 0.3937008!
@@ -1324,6 +1324,7 @@ Partial Public Class rptMahnung
CType(Me.lblFax, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblFaxNr, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblAnrede, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Picture1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblUeberschriftRG_GS, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblSummeUeberschrift, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblSumme, System.ComponentModel.ISupportInitialize).EndInit()
@@ -1346,7 +1347,6 @@ Partial Public Class rptMahnung
CType(Me.lblZahlung, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblAusstand, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblMS, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Picture1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me, System.ComponentModel.ISupportInitialize).EndInit()
End Sub

File diff suppressed because one or more lines are too long