Partial Public Class subRptAbfertigungen 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 Detail As GrapeCity.ActiveReports.SectionReportModel.Detail Private Sub InitializeComponent() Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(subRptAbfertigungen)) Me.Detail = New GrapeCity.ActiveReports.SectionReportModel.Detail() Me.txtLeistungsNr = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtLeistungsBez = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.GroupHeader1 = New GrapeCity.ActiveReports.SectionReportModel.GroupHeader() Me.GroupFooter1 = New GrapeCity.ActiveReports.SectionReportModel.GroupFooter() Me.GroupHeader2 = New GrapeCity.ActiveReports.SectionReportModel.GroupHeader() Me.lbl1Zollabfertigung = New GrapeCity.ActiveReports.SectionReportModel.Label() Me.txtVonBis = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.Line1 = New GrapeCity.ActiveReports.SectionReportModel.Line() Me.TextBox1 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.GroupFooter2 = New GrapeCity.ActiveReports.SectionReportModel.GroupFooter() Me.Line = New GrapeCity.ActiveReports.SectionReportModel.Line() CType(Me.txtLeistungsNr, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtLeistungsBez, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.lbl1Zollabfertigung, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtVonBis, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me, System.ComponentModel.ISupportInitialize).BeginInit() ' 'Detail ' Me.Detail.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.txtLeistungsNr, Me.txtLeistungsBez}) Me.Detail.Height = 0.168504! Me.Detail.KeepTogether = True Me.Detail.Name = "Detail" ' 'txtLeistungsNr ' Me.txtLeistungsNr.CanGrow = False Me.txtLeistungsNr.Height = 0.168504! Me.txtLeistungsNr.Left = 0.00000009685755! Me.txtLeistungsNr.Name = "txtLeistungsNr" Me.txtLeistungsNr.Text = Nothing Me.txtLeistungsNr.Top = 0! Me.txtLeistungsNr.Width = 2.75! ' 'txtLeistungsBez ' Me.txtLeistungsBez.CanGrow = False Me.txtLeistungsBez.Height = 0.168504! Me.txtLeistungsBez.Left = 2.75! Me.txtLeistungsBez.Name = "txtLeistungsBez" Me.txtLeistungsBez.Style = "text-align: left" Me.txtLeistungsBez.Text = Nothing Me.txtLeistungsBez.Top = 0! Me.txtLeistungsBez.Width = 1.187008! ' 'GroupHeader1 ' Me.GroupHeader1.Height = 0! Me.GroupHeader1.Name = "GroupHeader1" ' 'GroupFooter1 ' Me.GroupFooter1.Height = 0! Me.GroupFooter1.Name = "GroupFooter1" ' 'GroupHeader2 ' Me.GroupHeader2.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.lbl1Zollabfertigung, Me.txtVonBis, Me.Line1, Me.TextBox1}) Me.GroupHeader2.Height = 0.2! Me.GroupHeader2.KeepTogether = True Me.GroupHeader2.Name = "GroupHeader2" ' 'lbl1Zollabfertigung ' Me.lbl1Zollabfertigung.Height = 0.2! Me.lbl1Zollabfertigung.HyperLink = Nothing Me.lbl1Zollabfertigung.Left = 0! Me.lbl1Zollabfertigung.Name = "lbl1Zollabfertigung" Me.lbl1Zollabfertigung.Style = "font-weight: bold" Me.lbl1Zollabfertigung.Text = "Abfertigungen" Me.lbl1Zollabfertigung.Top = 0! Me.lbl1Zollabfertigung.Width = 3.937008! ' 'txtVonBis ' Me.txtVonBis.CanGrow = False Me.txtVonBis.Height = 0.168504! Me.txtVonBis.Left = 1.177165! Me.txtVonBis.Name = "txtVonBis" Me.txtVonBis.Style = "text-align: left" Me.txtVonBis.Text = "01.01.2019-31.12.2019" Me.txtVonBis.Top = 0! Me.txtVonBis.Width = 1.572835! ' 'Line1 ' Me.Line1.Height = 0! Me.Line1.Left = 0! Me.Line1.LineWeight = 1.0! Me.Line1.Name = "Line1" Me.Line1.Top = 0.184252! Me.Line1.Width = 3.937008! Me.Line1.X1 = 0! Me.Line1.X2 = 3.937008! Me.Line1.Y1 = 0.184252! Me.Line1.Y2 = 0.184252! ' 'TextBox1 ' Me.TextBox1.CanGrow = False Me.TextBox1.Height = 0.168504! Me.TextBox1.Left = 2.75! Me.TextBox1.Name = "TextBox1" Me.TextBox1.Style = "text-align: left" Me.TextBox1.Text = "Anzahl" Me.TextBox1.Top = 3.72529E-9! Me.TextBox1.Width = 1.187008! ' 'GroupFooter2 ' Me.GroupFooter2.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.Line}) Me.GroupFooter2.Height = 0.04166667! Me.GroupFooter2.Name = "GroupFooter2" ' 'Line ' Me.Line.Height = 0! Me.Line.Left = 0! Me.Line.LineWeight = 1.0! Me.Line.Name = "Line" Me.Line.Top = 0! Me.Line.Width = 3.937008! Me.Line.X1 = 0! Me.Line.X2 = 3.937008! Me.Line.Y1 = 0! Me.Line.Y2 = 0! ' 'subRptAbfertigungen ' Me.MasterReport = False Me.PageSettings.PaperHeight = 11.0! Me.PageSettings.PaperWidth = 8.5! Me.PrintWidth = 3.937008! Me.Sections.Add(Me.GroupHeader1) Me.Sections.Add(Me.GroupHeader2) Me.Sections.Add(Me.Detail) Me.Sections.Add(Me.GroupFooter2) Me.Sections.Add(Me.GroupFooter1) 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.txtLeistungsNr, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtLeistungsBez, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.lbl1Zollabfertigung, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtVonBis, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me, System.ComponentModel.ISupportInitialize).EndInit() End Sub Private WithEvents txtLeistungsNr As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtLeistungsBez As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents GroupHeader1 As GrapeCity.ActiveReports.SectionReportModel.GroupHeader Private WithEvents GroupFooter1 As GrapeCity.ActiveReports.SectionReportModel.GroupFooter Private WithEvents GroupHeader2 As GrapeCity.ActiveReports.SectionReportModel.GroupHeader Private WithEvents lbl1Zollabfertigung As GrapeCity.ActiveReports.SectionReportModel.Label Private WithEvents GroupFooter2 As GrapeCity.ActiveReports.SectionReportModel.GroupFooter Private WithEvents Line As GrapeCity.ActiveReports.SectionReportModel.Line Private WithEvents Line1 As GrapeCity.ActiveReports.SectionReportModel.Line Private WithEvents TextBox1 As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtVonBis As GrapeCity.ActiveReports.SectionReportModel.TextBox End Class