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 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.txtFaellig = 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.Label1 = New GrapeCity.ActiveReports.SectionReportModel.Label() Me.GroupFooter4 = New GrapeCity.ActiveReports.SectionReportModel.GroupFooter() Me.Line18 = New GrapeCity.ActiveReports.SectionReportModel.Line() Me.txt_Anmerkung = New GrapeCity.ActiveReports.SectionReportModel.TextBox() 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.txtFaellig, 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.Label1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txt_Anmerkung, 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.txt_Anmerkung, Me.txtREnr, Me.txtReDat, Me.txtZE, Me.txtReBetrag, Me.txtTage, Me.txtZinsen, Me.txtVZ, Me.txtFaellig}) 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; text-align: center; ddo-ch" & "ar-set: 0" Me.txtREnr.Text = "-" Me.txtREnr.Top = 0! Me.txtREnr.Width = 0.8244095! ' 'txtReDat ' Me.txtReDat.Height = 0.1338583! Me.txtReDat.Left = 0.9232284! 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; text-align: center; ddo-ch" & "ar-set: 0" Me.txtReDat.Text = "-" Me.txtReDat.Top = 0! Me.txtReDat.Width = 0.8657481! ' 'txtZE ' Me.txtZE.Height = 0.1338583! Me.txtZE.Left = 2.405118! 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; text-align: center; ddo-ch" & "ar-set: 0" Me.txtZE.Text = "-" Me.txtZE.Top = 0! Me.txtZE.Width = 0.9661418! ' 'txtReBetrag ' Me.txtReBetrag.Height = 0.1338583! Me.txtReBetrag.Left = 3.948426! 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; text-align: right; ddo-cha" & "r-set: 0" Me.txtReBetrag.Text = "-" Me.txtReBetrag.Top = 0! Me.txtReBetrag.Width = 0.9708654! ' 'txtTage ' Me.txtTage.Height = 0.1338583! Me.txtTage.Left = 3.37126! 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; text-align: right; ddo-cha" & "r-set: 0" Me.txtTage.Text = "-" Me.txtTage.Top = 0! Me.txtTage.Width = 0.5771654! ' 'txtZinsen ' Me.txtZinsen.Height = 0.1338583! Me.txtZinsen.Left = 6.319685! 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; text-align: right; ddo-cha" & "r-set: 0" Me.txtZinsen.Text = "-" Me.txtZinsen.Top = 0! Me.txtZinsen.Width = 0.7374016! ' 'txtVZ ' Me.txtVZ.Height = 0.1338583! Me.txtVZ.Left = 5.502756! 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; text-align: center; ddo-ch" & "ar-set: 0" Me.txtVZ.Text = "-" Me.txtVZ.Top = 0! Me.txtVZ.Width = 0.8169292! ' 'txtFaellig ' Me.txtFaellig.Height = 0.1338583! Me.txtFaellig.Left = 1.788977! Me.txtFaellig.Name = "txtFaellig" Me.txtFaellig.Padding = New GrapeCity.ActiveReports.PaddingEx(6, 0, 0, 0) Me.txtFaellig.Style = "color: #202020; font-size: 6.75pt; font-style: italic; text-align: center; ddo-ch" & "ar-set: 0" Me.txtFaellig.Text = "-" Me.txtFaellig.Top = 0! Me.txtFaellig.Width = 0.6161416! ' '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.Label1}) Me.GroupHeader4.Height = 0.1433071! Me.GroupHeader4.KeepTogether = True Me.GroupHeader4.Name = "GroupHeader4" Me.GroupHeader4.Visible = False ' '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.Visible = False Me.lblReNr.Width = 0.8244095! ' 'lblReDat ' Me.lblReDat.Height = 0.1433071! Me.lblReDat.HyperLink = Nothing Me.lblReDat.Left = 0.8295276! 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.Visible = False Me.lblReDat.Width = 1.084646! ' 'lblReBetrag ' Me.lblReBetrag.Height = 0.1433071! Me.lblReBetrag.HyperLink = Nothing Me.lblReBetrag.Left = 3.948426! 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 = "Zahlungsbetrag" Me.lblReBetrag.Top = 0! Me.lblReBetrag.Visible = False Me.lblReBetrag.Width = 1.554331! ' 'lblZahlungsdat ' Me.lblZahlungsdat.Height = 0.1433071! Me.lblZahlungsdat.HyperLink = Nothing Me.lblZahlungsdat.Left = 2.405118! 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.Visible = False Me.lblZahlungsdat.Width = 0.9661418! ' 'lblTage ' Me.lblTage.Height = 0.1433071! Me.lblTage.HyperLink = Nothing Me.lblTage.Left = 3.37126! 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.Visible = False Me.lblTage.Width = 0.5771654! ' 'lblZinsen ' Me.lblZinsen.Height = 0.1433071! Me.lblZinsen.HyperLink = Nothing Me.lblZinsen.Left = 6.319685! 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 p.a." Me.lblZinsen.Top = 0! Me.lblZinsen.Visible = False Me.lblZinsen.Width = 0.7374016! ' 'lblVZ ' Me.lblVZ.Height = 0.1433071! Me.lblVZ.HyperLink = Nothing Me.lblVZ.Left = 5.502756! 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.Visible = False Me.lblVZ.Width = 0.8169292! ' 'Label1 ' Me.Label1.Height = 0.1433071! Me.Label1.HyperLink = Nothing Me.Label1.Left = 1.914173! Me.Label1.Name = "Label1" Me.Label1.Style = "font-size: 6.75pt; font-weight: bold; text-align: left; text-justify: auto; ddo-c" & "har-set: 0" Me.Label1.Text = "Fällig" Me.Label1.Top = 0! Me.Label1.Visible = False Me.Label1.Width = 0.4909448! ' '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! ' 'txt_Anmerkung ' Me.txt_Anmerkung.Height = 0.1338583! Me.txt_Anmerkung.Left = 1.788977! Me.txt_Anmerkung.Name = "txt_Anmerkung" Me.txt_Anmerkung.Padding = New GrapeCity.ActiveReports.PaddingEx(6, 0, 0, 0) Me.txt_Anmerkung.Style = "color: #202020; font-size: 6.75pt; font-style: italic; text-align: center; ddo-ch" & "ar-set: 0" Me.txt_Anmerkung.Text = "-" Me.txt_Anmerkung.Top = 0.02083332! Me.txt_Anmerkung.Visible = False Me.txt_Anmerkung.Width = 3.713779! ' '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.txtFaellig, 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.Label1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txt_Anmerkung, 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 Public WithEvents txtFaellig As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents Label1 As GrapeCity.ActiveReports.SectionReportModel.Label Public WithEvents txt_Anmerkung As GrapeCity.ActiveReports.SectionReportModel.TextBox End Class