319 lines
15 KiB
VB.net
319 lines
15 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Public Class rptRechnungMDM_AnlagenDruck_Zinsennachberechnung
|
|
Inherits GrapeCity.ActiveReports.SectionReport
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
If disposing Then
|
|
End If
|
|
MyBase.Dispose(disposing)
|
|
End Sub
|
|
|
|
'NOTE: The following procedure is required by the ActiveReports Designer
|
|
'It can be modified using the ActiveReports Designer.
|
|
'Do not modify it using the code editor.
|
|
Private WithEvents PageHeader As GrapeCity.ActiveReports.SectionReportModel.PageHeader
|
|
Private WithEvents PageFooter As GrapeCity.ActiveReports.SectionReportModel.PageFooter
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(rptRechnungMDM_AnlagenDruck_Zinsennachberechnung))
|
|
Me.PageHeader = New GrapeCity.ActiveReports.SectionReportModel.PageHeader()
|
|
Me.Detail = New GrapeCity.ActiveReports.SectionReportModel.Detail()
|
|
Me.txtREnr = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
|
Me.txtReDat = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
|
Me.txtZE = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
|
Me.txtReBetrag = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
|
Me.txtTage = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
|
Me.txtZinsen = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
|
Me.txtVZ = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
|
Me.PageFooter = New GrapeCity.ActiveReports.SectionReportModel.PageFooter()
|
|
Me.GroupHeader4 = New GrapeCity.ActiveReports.SectionReportModel.GroupHeader()
|
|
Me.lblReNr = New GrapeCity.ActiveReports.SectionReportModel.Label()
|
|
Me.lblReDat = New GrapeCity.ActiveReports.SectionReportModel.Label()
|
|
Me.lblReBetrag = New GrapeCity.ActiveReports.SectionReportModel.Label()
|
|
Me.lblZahlungsdat = New GrapeCity.ActiveReports.SectionReportModel.Label()
|
|
Me.lblTage = New GrapeCity.ActiveReports.SectionReportModel.Label()
|
|
Me.lblZinsen = New GrapeCity.ActiveReports.SectionReportModel.Label()
|
|
Me.lblVZ = New GrapeCity.ActiveReports.SectionReportModel.Label()
|
|
Me.GroupFooter4 = New GrapeCity.ActiveReports.SectionReportModel.GroupFooter()
|
|
Me.Line18 = New GrapeCity.ActiveReports.SectionReportModel.Line()
|
|
CType(Me.txtREnr, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtReDat, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtZE, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtReBetrag, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtTage, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtZinsen, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtVZ, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.lblReNr, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.lblReDat, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.lblReBetrag, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.lblZahlungsdat, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.lblTage, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.lblZinsen, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.lblVZ, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
'
|
|
'PageHeader
|
|
'
|
|
Me.PageHeader.Height = 0!
|
|
Me.PageHeader.Name = "PageHeader"
|
|
'
|
|
'Detail
|
|
'
|
|
Me.Detail.CanGrow = False
|
|
Me.Detail.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.txtREnr, Me.txtReDat, Me.txtZE, Me.txtReBetrag, Me.txtTage, Me.txtZinsen, Me.txtVZ})
|
|
Me.Detail.Height = 0.1755249!
|
|
Me.Detail.KeepTogether = True
|
|
Me.Detail.Name = "Detail"
|
|
'
|
|
'txtREnr
|
|
'
|
|
Me.txtREnr.Height = 0.1338583!
|
|
Me.txtREnr.Left = 0.005119062!
|
|
Me.txtREnr.Name = "txtREnr"
|
|
Me.txtREnr.Padding = New GrapeCity.ActiveReports.PaddingEx(6, 0, 0, 0)
|
|
Me.txtREnr.Style = "color: #202020; font-size: 6.75pt; font-style: italic; ddo-char-set: 0"
|
|
Me.txtREnr.Text = "-"
|
|
Me.txtREnr.Top = 0!
|
|
Me.txtREnr.Width = 1.562204!
|
|
'
|
|
'txtReDat
|
|
'
|
|
Me.txtReDat.Height = 0.1338583!
|
|
Me.txtReDat.Left = 1.567323!
|
|
Me.txtReDat.Name = "txtReDat"
|
|
Me.txtReDat.Padding = New GrapeCity.ActiveReports.PaddingEx(6, 0, 0, 0)
|
|
Me.txtReDat.Style = "color: #202020; font-size: 6.75pt; font-style: italic; ddo-char-set: 0"
|
|
Me.txtReDat.Text = "-"
|
|
Me.txtReDat.Top = 0!
|
|
Me.txtReDat.Width = 1.562204!
|
|
'
|
|
'txtZE
|
|
'
|
|
Me.txtZE.Height = 0.1338583!
|
|
Me.txtZE.Left = 4.691732!
|
|
Me.txtZE.Name = "txtZE"
|
|
Me.txtZE.Padding = New GrapeCity.ActiveReports.PaddingEx(6, 0, 0, 0)
|
|
Me.txtZE.Style = "color: #202020; font-size: 6.75pt; font-style: italic; ddo-char-set: 0"
|
|
Me.txtZE.Text = "-"
|
|
Me.txtZE.Top = 0!
|
|
Me.txtZE.Width = 0.8539373!
|
|
'
|
|
'txtReBetrag
|
|
'
|
|
Me.txtReBetrag.Height = 0.1338583!
|
|
Me.txtReBetrag.Left = 3.129528!
|
|
Me.txtReBetrag.Name = "txtReBetrag"
|
|
Me.txtReBetrag.Padding = New GrapeCity.ActiveReports.PaddingEx(6, 0, 0, 0)
|
|
Me.txtReBetrag.Style = "color: #202020; font-size: 6.75pt; font-style: italic; ddo-char-set: 0"
|
|
Me.txtReBetrag.Text = "-"
|
|
Me.txtReBetrag.Top = 0!
|
|
Me.txtReBetrag.Width = 1.562204!
|
|
'
|
|
'txtTage
|
|
'
|
|
Me.txtTage.Height = 0.1338583!
|
|
Me.txtTage.Left = 5.54567!
|
|
Me.txtTage.Name = "txtTage"
|
|
Me.txtTage.Padding = New GrapeCity.ActiveReports.PaddingEx(6, 0, 0, 0)
|
|
Me.txtTage.Style = "color: #202020; font-size: 6.75pt; font-style: italic; ddo-char-set: 0"
|
|
Me.txtTage.Text = "-"
|
|
Me.txtTage.Top = 0!
|
|
Me.txtTage.Width = 0.6039373!
|
|
'
|
|
'txtZinsen
|
|
'
|
|
Me.txtZinsen.Height = 0.1338583!
|
|
Me.txtZinsen.Left = 6.149607!
|
|
Me.txtZinsen.Name = "txtZinsen"
|
|
Me.txtZinsen.Padding = New GrapeCity.ActiveReports.PaddingEx(6, 0, 0, 0)
|
|
Me.txtZinsen.Style = "color: #202020; font-size: 6.75pt; font-style: italic; ddo-char-set: 0"
|
|
Me.txtZinsen.Text = "-"
|
|
Me.txtZinsen.Top = 0!
|
|
Me.txtZinsen.Width = 0.6039373!
|
|
'
|
|
'txtVZ
|
|
'
|
|
Me.txtVZ.Height = 0.1338583!
|
|
Me.txtVZ.Left = 6.753544!
|
|
Me.txtVZ.Name = "txtVZ"
|
|
Me.txtVZ.Padding = New GrapeCity.ActiveReports.PaddingEx(6, 0, 0, 0)
|
|
Me.txtVZ.Style = "color: #202020; font-size: 6.75pt; font-style: italic; ddo-char-set: 0"
|
|
Me.txtVZ.Text = "-"
|
|
Me.txtVZ.Top = 0!
|
|
Me.txtVZ.Width = 0.6988189!
|
|
'
|
|
'PageFooter
|
|
'
|
|
Me.PageFooter.Height = 0!
|
|
Me.PageFooter.Name = "PageFooter"
|
|
'
|
|
'GroupHeader4
|
|
'
|
|
Me.GroupHeader4.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.lblReNr, Me.lblReDat, Me.lblReBetrag, Me.lblZahlungsdat, Me.lblTage, Me.lblZinsen, Me.lblVZ})
|
|
Me.GroupHeader4.Height = 0.1433071!
|
|
Me.GroupHeader4.KeepTogether = True
|
|
Me.GroupHeader4.Name = "GroupHeader4"
|
|
'
|
|
'lblReNr
|
|
'
|
|
Me.lblReNr.Height = 0.1433071!
|
|
Me.lblReNr.HyperLink = Nothing
|
|
Me.lblReNr.Left = 0.005118132!
|
|
Me.lblReNr.Name = "lblReNr"
|
|
Me.lblReNr.Style = "font-size: 6.75pt; font-weight: bold; text-align: left; text-justify: auto; ddo-c" &
|
|
"har-set: 0"
|
|
Me.lblReNr.Text = "RechnungsNr"
|
|
Me.lblReNr.Top = 0!
|
|
Me.lblReNr.Width = 1.562205!
|
|
'
|
|
'lblReDat
|
|
'
|
|
Me.lblReDat.Height = 0.1433071!
|
|
Me.lblReDat.HyperLink = Nothing
|
|
Me.lblReDat.Left = 1.567323!
|
|
Me.lblReDat.Name = "lblReDat"
|
|
Me.lblReDat.Style = "font-size: 6.75pt; font-weight: bold; text-align: left; text-justify: auto; ddo-c" &
|
|
"har-set: 0"
|
|
Me.lblReDat.Text = "Rechnungsdatum"
|
|
Me.lblReDat.Top = 0!
|
|
Me.lblReDat.Width = 1.562205!
|
|
'
|
|
'lblReBetrag
|
|
'
|
|
Me.lblReBetrag.Height = 0.1433071!
|
|
Me.lblReBetrag.HyperLink = Nothing
|
|
Me.lblReBetrag.Left = 3.129528!
|
|
Me.lblReBetrag.Name = "lblReBetrag"
|
|
Me.lblReBetrag.Style = "font-size: 6.75pt; font-weight: bold; text-align: left; text-justify: auto; ddo-c" &
|
|
"har-set: 0"
|
|
Me.lblReBetrag.Text = "Rechnungsbetrag"
|
|
Me.lblReBetrag.Top = 0!
|
|
Me.lblReBetrag.Width = 1.562205!
|
|
'
|
|
'lblZahlungsdat
|
|
'
|
|
Me.lblZahlungsdat.Height = 0.1433071!
|
|
Me.lblZahlungsdat.HyperLink = Nothing
|
|
Me.lblZahlungsdat.Left = 4.691732!
|
|
Me.lblZahlungsdat.Name = "lblZahlungsdat"
|
|
Me.lblZahlungsdat.Style = "font-size: 6.75pt; font-weight: bold; text-align: left; text-justify: auto; ddo-c" &
|
|
"har-set: 0"
|
|
Me.lblZahlungsdat.Text = "Zahlungsdatum"
|
|
Me.lblZahlungsdat.Top = 0!
|
|
Me.lblZahlungsdat.Width = 0.8539371!
|
|
'
|
|
'lblTage
|
|
'
|
|
Me.lblTage.Height = 0.1433071!
|
|
Me.lblTage.HyperLink = Nothing
|
|
Me.lblTage.Left = 5.518111!
|
|
Me.lblTage.Name = "lblTage"
|
|
Me.lblTage.Style = "font-size: 6.75pt; font-weight: bold; text-align: left; text-justify: auto; ddo-c" &
|
|
"har-set: 0"
|
|
Me.lblTage.Text = "Tage"
|
|
Me.lblTage.Top = 0!
|
|
Me.lblTage.Width = 0.6314961!
|
|
'
|
|
'lblZinsen
|
|
'
|
|
Me.lblZinsen.Height = 0.1433071!
|
|
Me.lblZinsen.HyperLink = Nothing
|
|
Me.lblZinsen.Left = 6.149607!
|
|
Me.lblZinsen.Name = "lblZinsen"
|
|
Me.lblZinsen.Style = "font-size: 6.75pt; font-weight: bold; text-align: left; text-justify: auto; ddo-c" &
|
|
"har-set: 0"
|
|
Me.lblZinsen.Text = "Zinsen"
|
|
Me.lblZinsen.Top = 0!
|
|
Me.lblZinsen.Width = 0.6039373!
|
|
'
|
|
'lblVZ
|
|
'
|
|
Me.lblVZ.Height = 0.1433071!
|
|
Me.lblVZ.HyperLink = Nothing
|
|
Me.lblVZ.Left = 6.753544!
|
|
Me.lblVZ.Name = "lblVZ"
|
|
Me.lblVZ.Style = "font-size: 6.75pt; font-weight: bold; text-align: left; text-justify: auto; ddo-c" &
|
|
"har-set: 0"
|
|
Me.lblVZ.Text = "Verzugszinsen"
|
|
Me.lblVZ.Top = 0!
|
|
Me.lblVZ.Width = 0.6988189!
|
|
'
|
|
'GroupFooter4
|
|
'
|
|
Me.GroupFooter4.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.Line18})
|
|
Me.GroupFooter4.Height = 0.1875001!
|
|
Me.GroupFooter4.Name = "GroupFooter4"
|
|
'
|
|
'Line18
|
|
'
|
|
Me.Line18.Height = 0.00004923344!
|
|
Me.Line18.Left = 0.03444719!
|
|
Me.Line18.LineColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
|
|
Me.Line18.LineWeight = 1.0!
|
|
Me.Line18.Name = "Line18"
|
|
Me.Line18.Top = 0.0937008!
|
|
Me.Line18.Width = 7.323034!
|
|
Me.Line18.X1 = 0.03444719!
|
|
Me.Line18.X2 = 7.357481!
|
|
Me.Line18.Y1 = 0.09375003!
|
|
Me.Line18.Y2 = 0.0937008!
|
|
'
|
|
'rptRechnungMDM_AnlagenDruck_Zinsennachberechnung
|
|
'
|
|
Me.MasterReport = False
|
|
Me.PageSettings.Margins.Bottom = 0.3937008!
|
|
Me.PageSettings.Margins.Left = 0.3937008!
|
|
Me.PageSettings.Margins.Right = 0.3937008!
|
|
Me.PageSettings.Margins.Top = 0.3937008!
|
|
Me.PageSettings.PaperHeight = 11.0!
|
|
Me.PageSettings.PaperWidth = 8.5!
|
|
Me.PrintWidth = 7.452378!
|
|
Me.Sections.Add(Me.PageHeader)
|
|
Me.Sections.Add(Me.GroupHeader4)
|
|
Me.Sections.Add(Me.Detail)
|
|
Me.Sections.Add(Me.GroupFooter4)
|
|
Me.Sections.Add(Me.PageFooter)
|
|
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" &
|
|
"l; font-size: 10pt; color: Black; ddo-char-set: 204", "Normal"))
|
|
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold", "Heading1", "Normal"))
|
|
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" &
|
|
"lic", "Heading2", "Normal"))
|
|
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal"))
|
|
CType(Me.txtREnr, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtReDat, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtZE, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtReBetrag, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtTage, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtZinsen, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtVZ, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.lblReNr, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.lblReDat, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.lblReBetrag, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.lblZahlungsdat, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.lblTage, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.lblZinsen, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.lblVZ, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
End Sub
|
|
Public WithEvents Detail As GrapeCity.ActiveReports.SectionReportModel.Detail
|
|
Private WithEvents GroupHeader4 As GrapeCity.ActiveReports.SectionReportModel.GroupHeader
|
|
Private WithEvents GroupFooter4 As GrapeCity.ActiveReports.SectionReportModel.GroupFooter
|
|
Public WithEvents txtREnr As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
|
Private WithEvents Line18 As GrapeCity.ActiveReports.SectionReportModel.Line
|
|
Public WithEvents txtReDat As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
|
Public WithEvents txtZE As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
|
Public WithEvents txtReBetrag As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
|
Public WithEvents txtTage As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
|
Public WithEvents txtZinsen As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
|
Public WithEvents txtVZ As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
|
Private WithEvents lblReNr As GrapeCity.ActiveReports.SectionReportModel.Label
|
|
Private WithEvents lblReDat As GrapeCity.ActiveReports.SectionReportModel.Label
|
|
Private WithEvents lblReBetrag As GrapeCity.ActiveReports.SectionReportModel.Label
|
|
Private WithEvents lblZahlungsdat As GrapeCity.ActiveReports.SectionReportModel.Label
|
|
Private WithEvents lblTage As GrapeCity.ActiveReports.SectionReportModel.Label
|
|
Private WithEvents lblZinsen As GrapeCity.ActiveReports.SectionReportModel.Label
|
|
Private WithEvents lblVZ As GrapeCity.ActiveReports.SectionReportModel.Label
|
|
End Class
|