_ Partial Public Class subrptEinzelStat 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 Detail As GrapeCity.ActiveReports.SectionReportModel.Detail Private WithEvents PageFooter As GrapeCity.ActiveReports.SectionReportModel.PageFooter _ Private Sub InitializeComponent() Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(subrptEinzelStat)) Me.PageHeader = New GrapeCity.ActiveReports.SectionReportModel.PageHeader() Me.Detail = New GrapeCity.ActiveReports.SectionReportModel.Detail() Me.txtPosNr = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtAuftraggeber = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtFraechter = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtLeistung = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtDatum = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.PageFooter = New GrapeCity.ActiveReports.SectionReportModel.PageFooter() Me.GroupHeader1 = New GrapeCity.ActiveReports.SectionReportModel.GroupHeader() Me.TextBox1 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.TextBox2 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.TextBox6 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.TextBox7 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.TextBox3 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.GroupFooter1 = New GrapeCity.ActiveReports.SectionReportModel.GroupFooter() Me.ReportHeader1 = New GrapeCity.ActiveReports.SectionReportModel.ReportHeader() Me.ReportFooter1 = New GrapeCity.ActiveReports.SectionReportModel.ReportFooter() Me.TextBox4 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.TextBox5 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.TextBox8 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtSummeAuftraege = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtSummeTransporte = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtSummeHandlings = New GrapeCity.ActiveReports.SectionReportModel.TextBox() CType(Me.txtPosNr, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtAuftraggeber, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtFraechter, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtLeistung, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtDatum, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextBox6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextBox7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextBox4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextBox5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextBox8, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtSummeAuftraege, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtSummeTransporte, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtSummeHandlings, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me, System.ComponentModel.ISupportInitialize).BeginInit() ' 'PageHeader ' Me.PageHeader.Height = 0! Me.PageHeader.Name = "PageHeader" ' 'Detail ' Me.Detail.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.txtPosNr, Me.txtAuftraggeber, Me.txtFraechter, Me.txtLeistung, Me.txtDatum}) Me.Detail.Height = 0.2397638! Me.Detail.Name = "Detail" ' 'txtPosNr ' Me.txtPosNr.Height = 0.2! Me.txtPosNr.Left = 0! Me.txtPosNr.Name = "txtPosNr" Me.txtPosNr.Style = "font-size: 9.75pt; font-weight: normal" Me.txtPosNr.Text = "PosNr." Me.txtPosNr.Top = 0! Me.txtPosNr.Width = 0.8267716! ' 'txtAuftraggeber ' Me.txtAuftraggeber.Height = 0.2! Me.txtAuftraggeber.Left = 1.970866! Me.txtAuftraggeber.Name = "txtAuftraggeber" Me.txtAuftraggeber.Style = "font-size: 9.75pt; font-weight: normal" Me.txtAuftraggeber.Text = "Auftraggeber" Me.txtAuftraggeber.Top = 0! Me.txtAuftraggeber.Width = 3.937796! ' 'txtFraechter ' Me.txtFraechter.Height = 0.2! Me.txtFraechter.Left = 5.908662! Me.txtFraechter.Name = "txtFraechter" Me.txtFraechter.Style = "font-size: 9.75pt; font-weight: normal" Me.txtFraechter.Text = "Frächter" Me.txtFraechter.Top = 0! Me.txtFraechter.Width = 3.933859! ' 'txtLeistung ' Me.txtLeistung.Height = 0.2! Me.txtLeistung.Left = 9.842521! Me.txtLeistung.Name = "txtLeistung" Me.txtLeistung.Style = "font-size: 9.75pt; font-weight: normal" Me.txtLeistung.Text = "Leistung" Me.txtLeistung.Top = 0! Me.txtLeistung.Width = 1.141733! ' 'txtDatum ' Me.txtDatum.Height = 0.2! Me.txtDatum.Left = 0.8267717! Me.txtDatum.Name = "txtDatum" Me.txtDatum.Style = "font-size: 9.75pt; font-weight: normal" Me.txtDatum.Text = "Datum" Me.txtDatum.Top = 0! Me.txtDatum.Width = 0.8267716! ' 'PageFooter ' Me.PageFooter.Height = 0! Me.PageFooter.Name = "PageFooter" ' 'GroupHeader1 ' Me.GroupHeader1.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.TextBox1, Me.TextBox2, Me.TextBox6, Me.TextBox7, Me.TextBox3}) Me.GroupHeader1.Height = 0.2501394! Me.GroupHeader1.Name = "GroupHeader1" Me.GroupHeader1.RepeatStyle = GrapeCity.ActiveReports.SectionReportModel.RepeatStyle.OnPage ' 'TextBox1 ' Me.TextBox1.Height = 0.2! Me.TextBox1.Left = 0! Me.TextBox1.Name = "TextBox1" Me.TextBox1.Style = "background-color: WhiteSmoke; font-size: 11.25pt; font-weight: bold" Me.TextBox1.Text = "PosNr." Me.TextBox1.Top = 0! Me.TextBox1.Width = 0.8267716! ' 'TextBox2 ' Me.TextBox2.Height = 0.2! Me.TextBox2.Left = 1.970866! Me.TextBox2.Name = "TextBox2" Me.TextBox2.Style = "background-color: WhiteSmoke; font-size: 11.25pt; font-weight: bold" Me.TextBox2.Text = "Auftraggeber" Me.TextBox2.Top = 0! Me.TextBox2.Width = 3.937796! ' 'TextBox6 ' Me.TextBox6.Height = 0.2! Me.TextBox6.Left = 5.908662! Me.TextBox6.Name = "TextBox6" Me.TextBox6.Style = "background-color: WhiteSmoke; font-size: 11.25pt; font-weight: bold" Me.TextBox6.Text = "Frächter" Me.TextBox6.Top = 0! Me.TextBox6.Width = 3.933859! ' 'TextBox7 ' Me.TextBox7.Height = 0.2! Me.TextBox7.Left = 9.842521! Me.TextBox7.Name = "TextBox7" Me.TextBox7.Style = "background-color: WhiteSmoke; font-size: 11.25pt; font-weight: bold" Me.TextBox7.Text = "Leistung" Me.TextBox7.Top = 0.0001393631! Me.TextBox7.Width = 1.14173! ' 'TextBox3 ' Me.TextBox3.Height = 0.2! Me.TextBox3.Left = 0.8267717! Me.TextBox3.Name = "TextBox3" Me.TextBox3.Style = "background-color: WhiteSmoke; font-size: 11.25pt; font-weight: bold" Me.TextBox3.Text = "Datum" Me.TextBox3.Top = 0! Me.TextBox3.Width = 0.8267716! ' 'GroupFooter1 ' Me.GroupFooter1.Height = 0! Me.GroupFooter1.Name = "GroupFooter1" ' 'ReportHeader1 ' Me.ReportHeader1.Height = 0! Me.ReportHeader1.Name = "ReportHeader1" ' 'ReportFooter1 ' Me.ReportFooter1.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.TextBox4, Me.TextBox5, Me.TextBox8, Me.txtSummeAuftraege, Me.txtSummeTransporte, Me.txtSummeHandlings}) Me.ReportFooter1.Height = 1.177083! Me.ReportFooter1.Name = "ReportFooter1" ' 'TextBox4 ' Me.TextBox4.Height = 0.2! Me.TextBox4.Left = 0.8267717! Me.TextBox4.Name = "TextBox4" Me.TextBox4.Style = "background-color: WhiteSmoke; font-size: 11.25pt; font-weight: bold" Me.TextBox4.Text = "Summe" Me.TextBox4.Top = 0.1397638! Me.TextBox4.Width = 1.09252! ' 'TextBox5 ' Me.TextBox5.Height = 0.2! Me.TextBox5.Left = 0.8267717! Me.TextBox5.Name = "TextBox5" Me.TextBox5.Style = "font-size: 9.75pt; font-weight: normal" Me.TextBox5.Text = "Transporte:" Me.TextBox5.Top = 0.3397638! Me.TextBox5.Width = 0.8267716! ' 'TextBox8 ' Me.TextBox8.Height = 0.2! Me.TextBox8.Left = 0.8267717! Me.TextBox8.Name = "TextBox8" Me.TextBox8.Style = "font-size: 9.75pt; font-weight: normal" Me.TextBox8.Text = "Handlings:" Me.TextBox8.Top = 0.5397638! Me.TextBox8.Width = 0.8267716! ' 'txtSummeAuftraege ' Me.txtSummeAuftraege.Height = 0.2! Me.txtSummeAuftraege.Left = 2.435433! Me.txtSummeAuftraege.Name = "txtSummeAuftraege" Me.txtSummeAuftraege.Style = "background-color: WhiteSmoke; font-size: 11.25pt; font-weight: bold" Me.txtSummeAuftraege.Text = "Summe" Me.txtSummeAuftraege.Top = 0.1397638! Me.txtSummeAuftraege.Width = 1.09252! ' 'txtSummeTransporte ' Me.txtSummeTransporte.Height = 0.2! Me.txtSummeTransporte.Left = 2.435433! Me.txtSummeTransporte.Name = "txtSummeTransporte" Me.txtSummeTransporte.Style = "font-size: 9.75pt; font-weight: normal" Me.txtSummeTransporte.Text = "Transporte:" Me.txtSummeTransporte.Top = 0.3397638! Me.txtSummeTransporte.Width = 0.8267716! ' 'txtSummeHandlings ' Me.txtSummeHandlings.Height = 0.2! Me.txtSummeHandlings.Left = 2.435433! Me.txtSummeHandlings.Name = "txtSummeHandlings" Me.txtSummeHandlings.Style = "font-size: 9.75pt; font-weight: normal" Me.txtSummeHandlings.Text = "Handlings:" Me.txtSummeHandlings.Top = 0.5397638! Me.txtSummeHandlings.Width = 0.8267716! ' 'subrptEinzelStat ' 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 = 10.98425! Me.Sections.Add(Me.ReportHeader1) Me.Sections.Add(Me.PageHeader) Me.Sections.Add(Me.GroupHeader1) Me.Sections.Add(Me.Detail) Me.Sections.Add(Me.GroupFooter1) Me.Sections.Add(Me.PageFooter) Me.Sections.Add(Me.ReportFooter1) 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.txtPosNr, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtAuftraggeber, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtFraechter, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtLeistung, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtDatum, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextBox6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextBox7, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextBox4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextBox5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextBox8, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtSummeAuftraege, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtSummeTransporte, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtSummeHandlings, System.ComponentModel.ISupportInitialize).EndInit() CType(Me, System.ComponentModel.ISupportInitialize).EndInit() End Sub Private WithEvents GroupHeader1 As GrapeCity.ActiveReports.SectionReportModel.GroupHeader Private WithEvents TextBox1 As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents TextBox2 As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents TextBox6 As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents TextBox7 As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents GroupFooter1 As GrapeCity.ActiveReports.SectionReportModel.GroupFooter Private WithEvents TextBox3 As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtPosNr As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtAuftraggeber As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtFraechter As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtLeistung As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtDatum As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents ReportHeader1 As GrapeCity.ActiveReports.SectionReportModel.ReportHeader Private WithEvents ReportFooter1 As GrapeCity.ActiveReports.SectionReportModel.ReportFooter Private WithEvents TextBox4 As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents TextBox5 As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents TextBox8 As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtSummeAuftraege As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtSummeTransporte As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtSummeHandlings As GrapeCity.ActiveReports.SectionReportModel.TextBox End Class