_ Partial Public Class subrptTransportauftragLadung 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 Private WithEvents Detail As GrapeCity.ActiveReports.SectionReportModel.Detail Private Sub InitializeComponent() Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(subrptTransportauftragLadung)) Me.Detail = New GrapeCity.ActiveReports.SectionReportModel.Detail() Me.txtZeichen = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtAnzahl = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtArt = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtBezeichnung = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtStatNr = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtBruttoKG = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtUmfang = New GrapeCity.ActiveReports.SectionReportModel.TextBox() CType(Me.txtZeichen, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtAnzahl, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtArt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtBezeichnung, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtStatNr, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtBruttoKG, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtUmfang, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me, System.ComponentModel.ISupportInitialize).BeginInit() ' 'Detail ' Me.Detail.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.txtZeichen, Me.txtAnzahl, Me.txtArt, Me.txtBezeichnung, Me.txtStatNr, Me.txtBruttoKG, Me.txtUmfang}) Me.Detail.Height = 0.2499999! Me.Detail.Name = "Detail" ' 'txtZeichen ' Me.txtZeichen.Height = 0.2! Me.txtZeichen.Left = 0.001181103! Me.txtZeichen.Name = "txtZeichen" Me.txtZeichen.Style = "font-size: 8.25pt; font-weight: normal; text-align: center" Me.txtZeichen.Text = "Zeichen/Nr." Me.txtZeichen.Top = 0! Me.txtZeichen.Width = 0.6889764! ' 'txtAnzahl ' Me.txtAnzahl.Height = 0.2! Me.txtAnzahl.Left = 0.6901575! Me.txtAnzahl.Name = "txtAnzahl" Me.txtAnzahl.Style = "font-size: 8.25pt; font-weight: normal; text-align: center" Me.txtAnzahl.Text = "Anzahl" Me.txtAnzahl.Top = 0! Me.txtAnzahl.Width = 0.6692914! ' 'txtArt ' Me.txtArt.Height = 0.2! Me.txtArt.Left = 1.359449! Me.txtArt.Name = "txtArt" Me.txtArt.Style = "font-size: 8.25pt; font-weight: normal" Me.txtArt.Text = "Art" Me.txtArt.Top = 0! Me.txtArt.Width = 1.0! ' 'txtBezeichnung ' Me.txtBezeichnung.Height = 0.2! Me.txtBezeichnung.Left = 2.359449! Me.txtBezeichnung.Name = "txtBezeichnung" Me.txtBezeichnung.Style = "font-size: 8.25pt; font-weight: normal" Me.txtBezeichnung.Text = "Bezeichnung" Me.txtBezeichnung.Top = 0! Me.txtBezeichnung.Width = 2.438976! ' 'txtStatNr ' Me.txtStatNr.Height = 0.2! Me.txtStatNr.Left = 4.798426! Me.txtStatNr.Name = "txtStatNr" Me.txtStatNr.Style = "font-size: 8.25pt; font-weight: normal" Me.txtStatNr.Text = "Stat.Nr." Me.txtStatNr.Top = 0! Me.txtStatNr.Width = 0.8645674! ' 'txtBruttoKG ' Me.txtBruttoKG.Height = 0.2! Me.txtBruttoKG.Left = 5.652757! Me.txtBruttoKG.Name = "txtBruttoKG" Me.txtBruttoKG.Style = "font-size: 8.25pt; font-weight: normal" Me.txtBruttoKG.Text = "Brutto Kg" Me.txtBruttoKG.Top = 0! Me.txtBruttoKG.Width = 0.8645674! ' 'txtUmfang ' Me.txtUmfang.Height = 0.2! Me.txtUmfang.Left = 6.517323! Me.txtUmfang.Name = "txtUmfang" Me.txtUmfang.Style = "font-size: 8.25pt; font-weight: normal" Me.txtUmfang.Text = "Umfang" Me.txtUmfang.Top = 0! Me.txtUmfang.Width = 0.7661417! ' 'subrptTransportauftragLadung ' Me.MasterReport = False Me.PageSettings.PaperHeight = 11.0! Me.PageSettings.PaperWidth = 8.5! Me.PrintWidth = 7.283465! Me.Sections.Add(Me.Detail) 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.txtZeichen, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtAnzahl, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtArt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtBezeichnung, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtStatNr, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtBruttoKG, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtUmfang, System.ComponentModel.ISupportInitialize).EndInit() CType(Me, System.ComponentModel.ISupportInitialize).EndInit() End Sub Private WithEvents txtZeichen As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtAnzahl As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtArt As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtBezeichnung As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtStatNr As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtBruttoKG As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtUmfang As GrapeCity.ActiveReports.SectionReportModel.TextBox End Class