_ Partial Public Class subRptSendungenOfferte 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(subRptSendungenOfferte)) Me.Detail = New GrapeCity.ActiveReports.SectionReportModel.Detail() Me.txtLeistungsNr = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtLeistungsBez = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtPreis = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.GroupHeader1 = New GrapeCity.ActiveReports.SectionReportModel.GroupHeader() Me.GroupFooter1 = New GrapeCity.ActiveReports.SectionReportModel.GroupFooter() Me.txtOfferte = New GrapeCity.ActiveReports.SectionReportModel.TextBox() CType(Me.txtLeistungsNr, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtLeistungsBez, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtPreis, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtOfferte, 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.txtPreis}) Me.Detail.Height = 0.168504! 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.Top = 0.0! Me.txtLeistungsNr.Width = 0.281496! ' 'txtLeistungsBez ' Me.txtLeistungsBez.CanGrow = False Me.txtLeistungsBez.Height = 0.168504! Me.txtLeistungsBez.Left = 0.2814961! Me.txtLeistungsBez.Name = "txtLeistungsBez" Me.txtLeistungsBez.Text = Nothing Me.txtLeistungsBez.Top = 0.0! Me.txtLeistungsBez.Width = 2.262599! ' 'txtPreis ' Me.txtPreis.CanGrow = False Me.txtPreis.Height = 0.168504! Me.txtPreis.Left = 2.544095! Me.txtPreis.Name = "txtPreis" Me.txtPreis.Style = "text-align: right" Me.txtPreis.Top = 0.0! Me.txtPreis.Width = 0.8023622! ' 'GroupHeader1 ' Me.GroupHeader1.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.txtOfferte}) Me.GroupHeader1.Height = 0.1688976! Me.GroupHeader1.Name = "GroupHeader1" ' 'GroupFooter1 ' Me.GroupFooter1.Height = 0.0! Me.GroupFooter1.Name = "GroupFooter1" ' 'txtOfferte ' Me.txtOfferte.Height = 0.1688976! Me.txtOfferte.Left = 0.0! Me.txtOfferte.Name = "txtOfferte" Me.txtOfferte.Style = "font-weight: bold; text-decoration: underline" Me.txtOfferte.Text = "Offerte:" Me.txtOfferte.Top = 0.0! Me.txtOfferte.Width = 2.645669! ' 'subRptSendungenOfferte ' Me.MasterReport = False Me.PageSettings.PaperHeight = 11.0! Me.PageSettings.PaperWidth = 8.5! Me.PrintWidth = 3.346457! Me.Sections.Add(Me.GroupHeader1) Me.Sections.Add(Me.Detail) 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.txtPreis, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtOfferte, 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 txtPreis As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents GroupHeader1 As GrapeCity.ActiveReports.SectionReportModel.GroupHeader Private WithEvents txtOfferte As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents GroupFooter1 As GrapeCity.ActiveReports.SectionReportModel.GroupFooter End Class