Partial Public Class subrptAuswertung 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(subrptAuswertung)) Dim ChartArea1 As GrapeCity.ActiveReports.Chart.ChartArea = New GrapeCity.ActiveReports.Chart.ChartArea() Dim Axis1 As GrapeCity.ActiveReports.Chart.Axis = New GrapeCity.ActiveReports.Chart.Axis() Dim Axis2 As GrapeCity.ActiveReports.Chart.Axis = New GrapeCity.ActiveReports.Chart.Axis() Dim Axis3 As GrapeCity.ActiveReports.Chart.Axis = New GrapeCity.ActiveReports.Chart.Axis() Dim Axis4 As GrapeCity.ActiveReports.Chart.Axis = New GrapeCity.ActiveReports.Chart.Axis() Dim Axis5 As GrapeCity.ActiveReports.Chart.Axis = New GrapeCity.ActiveReports.Chart.Axis() Dim WallRange1 As GrapeCity.ActiveReports.Chart.WallRange = New GrapeCity.ActiveReports.Chart.WallRange() Dim Legend1 As GrapeCity.ActiveReports.Chart.Legend = New GrapeCity.ActiveReports.Chart.Legend() Dim Title1 As GrapeCity.ActiveReports.Chart.Title = New GrapeCity.ActiveReports.Chart.Title() Dim Title2 As GrapeCity.ActiveReports.Chart.Title = New GrapeCity.ActiveReports.Chart.Title() Dim Series1 As GrapeCity.ActiveReports.Chart.Series = New GrapeCity.ActiveReports.Chart.Series() Dim Series2 As GrapeCity.ActiveReports.Chart.Series = New GrapeCity.ActiveReports.Chart.Series() Dim Series3 As GrapeCity.ActiveReports.Chart.Series = New GrapeCity.ActiveReports.Chart.Series() Dim Title3 As GrapeCity.ActiveReports.Chart.Title = New GrapeCity.ActiveReports.Chart.Title() Dim Title4 As GrapeCity.ActiveReports.Chart.Title = New GrapeCity.ActiveReports.Chart.Title() Me.PageHeader = New GrapeCity.ActiveReports.SectionReportModel.PageHeader() Me.Detail = New GrapeCity.ActiveReports.SectionReportModel.Detail() Me.txtMonat = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtAnzahl = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtRechnungen = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtVorkosten = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtAbfertigungsdatum = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtMarge = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtMargeProz = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.PageFooter = New GrapeCity.ActiveReports.SectionReportModel.PageFooter() Me.ReportHeader1 = New GrapeCity.ActiveReports.SectionReportModel.ReportHeader() Me.ReportFooter1 = New GrapeCity.ActiveReports.SectionReportModel.ReportFooter() Me.Chart = New GrapeCity.ActiveReports.SectionReportModel.ChartControl() Me.Line1 = New GrapeCity.ActiveReports.SectionReportModel.Line() Me.txtRechnungenSumme = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtMargeSumme = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtRechnungenSchnitt = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtMargeSchnitt = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.TxtSumme = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.TextBox6 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtVorkostenSumme = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtVorkostenSchnitt = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtAnzahlSumme = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtAnzahlSchnitt = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtMargeProzSchnitt = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.GroupHeader1 = New GrapeCity.ActiveReports.SectionReportModel.GroupHeader() Me.TextBox1 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.TextBox2 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.TextBox3 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.TextBox4 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.TextBox5 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.TextBox7 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.TextBox8 = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.GroupFooter1 = New GrapeCity.ActiveReports.SectionReportModel.GroupFooter() CType(Me.txtMonat, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtAnzahl, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtRechnungen, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtVorkosten, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtAbfertigungsdatum, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtMarge, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtMargeProz, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Chart, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtRechnungenSumme, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtMargeSumme, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtRechnungenSchnitt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtMargeSchnitt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TxtSumme, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextBox6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtVorkostenSumme, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtVorkostenSchnitt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtAnzahlSumme, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtAnzahlSchnitt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtMargeProzSchnitt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextBox2, 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.TextBox7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextBox8, 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.txtMonat, Me.txtAnzahl, Me.txtRechnungen, Me.txtVorkosten, Me.txtAbfertigungsdatum, Me.txtMarge, Me.txtMargeProz}) Me.Detail.Height = 0.2708005! Me.Detail.Name = "Detail" ' 'txtMonat ' Me.txtMonat.Height = 0.2! Me.txtMonat.Left = 0! Me.txtMonat.Name = "txtMonat" Me.txtMonat.Text = "txtMonat" Me.txtMonat.Top = 0! Me.txtMonat.Width = 1.0! ' 'txtAnzahl ' Me.txtAnzahl.Height = 0.2! Me.txtAnzahl.Left = 1.787402! Me.txtAnzahl.Name = "txtAnzahl" Me.txtAnzahl.Text = "txtAnzahl" Me.txtAnzahl.Top = 0! Me.txtAnzahl.Width = 1.0! ' 'txtRechnungen ' Me.txtRechnungen.Height = 0.2! Me.txtRechnungen.Left = 4.141733! Me.txtRechnungen.Name = "txtRechnungen" Me.txtRechnungen.Style = "background-color: LightCyan; text-align: left" Me.txtRechnungen.Text = "txtRechnungen" Me.txtRechnungen.Top = 0! Me.txtRechnungen.Width = 1.364567! ' 'txtVorkosten ' Me.txtVorkosten.Height = 0.2! Me.txtVorkosten.Left = 2.787402! Me.txtVorkosten.Name = "txtVorkosten" Me.txtVorkosten.Text = "txtVorkosten" Me.txtVorkosten.Top = 0! Me.txtVorkosten.Width = 1.354331! ' 'txtAbfertigungsdatum ' Me.txtAbfertigungsdatum.Height = 0.2! Me.txtAbfertigungsdatum.Left = 1.0! Me.txtAbfertigungsdatum.Name = "txtAbfertigungsdatum" Me.txtAbfertigungsdatum.Text = "txtAbfertigungsdatum" Me.txtAbfertigungsdatum.Top = 0! Me.txtAbfertigungsdatum.Width = 0.7874016! ' 'txtMarge ' Me.txtMarge.Height = 0.2! Me.txtMarge.Left = 5.506299! Me.txtMarge.Name = "txtMarge" Me.txtMarge.Style = "text-align: left" Me.txtMarge.Text = "txtMarge" Me.txtMarge.Top = 0! Me.txtMarge.Width = 1.364567! ' 'txtMargeProz ' Me.txtMargeProz.Height = 0.2! Me.txtMargeProz.Left = 6.870867! Me.txtMargeProz.Name = "txtMargeProz" Me.txtMargeProz.Style = "text-align: center" Me.txtMargeProz.Text = "txtMargeProz" Me.txtMargeProz.Top = 0! Me.txtMargeProz.Width = 0.6094489! ' 'PageFooter ' Me.PageFooter.Height = 0.01041651! Me.PageFooter.Name = "PageFooter" ' 'ReportHeader1 ' Me.ReportHeader1.Height = 0! Me.ReportHeader1.Name = "ReportHeader1" ' 'ReportFooter1 ' Me.ReportFooter1.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.Chart, Me.Line1, Me.txtRechnungenSumme, Me.txtMargeSumme, Me.txtRechnungenSchnitt, Me.txtMargeSchnitt, Me.TxtSumme, Me.TextBox6, Me.txtVorkostenSumme, Me.txtVorkostenSchnitt, Me.txtAnzahlSumme, Me.txtAnzahlSchnitt, Me.txtMargeProzSchnitt}) Me.ReportFooter1.Height = 4.8438! Me.ReportFooter1.Name = "ReportFooter1" ' 'Chart ' Me.Chart.AutoRefresh = True Me.Chart.Backdrop = New GrapeCity.ActiveReports.Chart.BackdropItem(GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle.Transparent, System.Drawing.Color.White, System.Drawing.Color.SteelBlue, GrapeCity.ActiveReports.Chart.Graphics.GradientType.Vertical, System.Drawing.Drawing2D.HatchStyle.DottedGrid, Nothing, GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle.Stretched) ChartArea1.AntiAliasMode = GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.Graphics Axis1.Arrow = GrapeCity.ActiveReports.Chart.ArrowType.Lines Axis1.AxisType = GrapeCity.ActiveReports.Chart.AxisType.Categorical Axis1.LabelFont = New GrapeCity.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, New GrapeCity.ActiveReports.Chart.Drawing.Font("Microsoft Sans Serif", 8.0!), 75.0!) Axis1.MajorTick = New GrapeCity.ActiveReports.Chart.Tick(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Black, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.Dash), New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Black, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.Dot), 1.0R, 0!, False) Axis1.MinorTick = New GrapeCity.ActiveReports.Chart.Tick(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), 0R, 0!, False) Axis1.StaggerLabels = True Axis1.TitleFont = New GrapeCity.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, New GrapeCity.ActiveReports.Chart.Drawing.Font("Microsoft Sans Serif", 8.0!)) Axis2.LabelFont = New GrapeCity.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, New GrapeCity.ActiveReports.Chart.Drawing.Font("Microsoft Sans Serif", 8.0!)) Axis2.LabelsGap = 0 Axis2.LabelsVisible = False Axis2.Line = New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Black, 0) Axis2.MajorTick = New GrapeCity.ActiveReports.Chart.Tick(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), 0R, 0!, False) Axis2.MinorTick = New GrapeCity.ActiveReports.Chart.Tick(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), 0R, 0!, False) Axis2.Position = 0R Axis2.TickOffset = 0R Axis2.TitleFont = New GrapeCity.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, New GrapeCity.ActiveReports.Chart.Drawing.Font("Microsoft Sans Serif", 8.0!)) Axis2.Visible = False Axis3.Arrow = GrapeCity.ActiveReports.Chart.ArrowType.Lines Axis3.AxisType = GrapeCity.ActiveReports.Chart.AxisType.Categorical Axis3.DisplayScale = True Axis3.LabelFont = New GrapeCity.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, New GrapeCity.ActiveReports.Chart.Drawing.Font("Microsoft Sans Serif", 8.0!)) Axis3.MajorTick = New GrapeCity.ActiveReports.Chart.Tick(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Gray, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Silver, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.Dot), 1.0R, 10.0!, True) Axis3.MinorTick = New GrapeCity.ActiveReports.Chart.Tick(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Gray, 0), New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), 0.1R, 0!, False) Axis3.Position = 0R Axis3.Title = "Euro" Axis3.TitleFont = New GrapeCity.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, New GrapeCity.ActiveReports.Chart.Drawing.Font("Microsoft Sans Serif", 8.0!), -90.0!) Axis4.LabelFont = New GrapeCity.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, New GrapeCity.ActiveReports.Chart.Drawing.Font("Microsoft Sans Serif", 8.0!)) Axis4.LabelsVisible = False Axis4.Line = New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None) Axis4.MajorTick = New GrapeCity.ActiveReports.Chart.Tick(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), 0R, 0!, False) Axis4.MinorTick = New GrapeCity.ActiveReports.Chart.Tick(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), 0R, 0!, False) Axis4.TitleFont = New GrapeCity.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, New GrapeCity.ActiveReports.Chart.Drawing.Font("Microsoft Sans Serif", 8.0!)) Axis4.Visible = False Axis5.LabelFont = New GrapeCity.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, New GrapeCity.ActiveReports.Chart.Drawing.Font("Microsoft Sans Serif", 8.0!)) Axis5.LabelsGap = 0 Axis5.LabelsVisible = False Axis5.Line = New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None) Axis5.MajorTick = New GrapeCity.ActiveReports.Chart.Tick(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), 0R, 0!, False) Axis5.MinorTick = New GrapeCity.ActiveReports.Chart.Tick(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), 0R, 0!, False) Axis5.Position = 0R Axis5.TickOffset = 0R Axis5.TitleFont = New GrapeCity.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, New GrapeCity.ActiveReports.Chart.Drawing.Font("Microsoft Sans Serif", 8.0!)) Axis5.Visible = False ChartArea1.Axes.AddRange(New GrapeCity.ActiveReports.Chart.AxisBase() {Axis1, Axis2, Axis3, Axis4, Axis5}) ChartArea1.Backdrop = New GrapeCity.ActiveReports.Chart.BackdropItem(GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle.Transparent, System.Drawing.Color.White, System.Drawing.Color.White, GrapeCity.ActiveReports.Chart.Graphics.GradientType.Vertical, System.Drawing.Drawing2D.HatchStyle.DottedGrid, Nothing, GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle.Stretched) ChartArea1.Border = New GrapeCity.ActiveReports.Chart.Border(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), 0, System.Drawing.Color.Black) ChartArea1.Light = New GrapeCity.ActiveReports.Chart.Light(New GrapeCity.ActiveReports.Chart.Graphics.Point3d(10.0!, 40.0!, 20.0!), GrapeCity.ActiveReports.Chart.LightType.InfiniteDirectional, 0.14!) ChartArea1.Name = "defaultArea" ChartArea1.Projection = New GrapeCity.ActiveReports.Chart.Projection(GrapeCity.ActiveReports.Chart.Graphics.ProjectionType.Identical, 0.1!, 0.1!, -8.0!, 20.0!) WallRange1.AdjacentAxes.AddRange(New GrapeCity.ActiveReports.Chart.AxisBase() {Axis1}) WallRange1.Backdrop = New GrapeCity.ActiveReports.Chart.Graphics.Backdrop(System.Drawing.Color.LightGray) WallRange1.Border = New GrapeCity.ActiveReports.Chart.Border(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Black, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None)) WallRange1.Name = "range1" WallRange1.PrimaryAxis = Axis1 WallRange1.Visible = False ChartArea1.WallRanges.AddRange(New GrapeCity.ActiveReports.Chart.WallRange() {WallRange1}) ChartArea1.WallXY = New GrapeCity.ActiveReports.Chart.PlaneItem(New GrapeCity.ActiveReports.Chart.Graphics.Backdrop(GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle.Transparent, System.Drawing.Color.Red, System.Drawing.Color.White, GrapeCity.ActiveReports.Chart.Graphics.GradientType.Vertical, System.Drawing.Drawing2D.HatchStyle.DottedGrid, Nothing, GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle.Stretched)) Me.Chart.ChartAreas.AddRange(New GrapeCity.ActiveReports.Chart.ChartArea() {ChartArea1}) Me.Chart.ChartBorder = New GrapeCity.ActiveReports.Chart.Border(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)), 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), 1, System.Drawing.Color.White) Me.Chart.Height = 3.895669! Me.Chart.Left = 0! Legend1.Alignment = GrapeCity.ActiveReports.Chart.Alignment.Right Legend1.Backdrop = New GrapeCity.ActiveReports.Chart.BackdropItem(System.Drawing.Color.White, CType(128, Byte)) Legend1.Border = New GrapeCity.ActiveReports.Chart.Border(New GrapeCity.ActiveReports.Chart.Graphics.Line(), 0, System.Drawing.Color.Black) Legend1.DockArea = ChartArea1 Title1.Backdrop = New GrapeCity.ActiveReports.Chart.Graphics.Backdrop(GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle.Transparent, System.Drawing.Color.White, System.Drawing.Color.White, GrapeCity.ActiveReports.Chart.Graphics.GradientType.Vertical, System.Drawing.Drawing2D.HatchStyle.DottedGrid, Nothing, GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle.Stretched) Title1.Border = New GrapeCity.ActiveReports.Chart.Border(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), 0, System.Drawing.Color.Black) Title1.DockArea = Nothing Title1.Font = New GrapeCity.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, New GrapeCity.ActiveReports.Chart.Drawing.Font("Microsoft Sans Serif", 8.0!)) Title1.Name = "" Title1.Text = "" Legend1.Footer = Title1 Title2.Border = New GrapeCity.ActiveReports.Chart.Border(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.White, 2), 0, System.Drawing.Color.Black) Title2.DockArea = Nothing Title2.Font = New GrapeCity.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, New GrapeCity.ActiveReports.Chart.Drawing.Font("Arial", 8.0!, GrapeCity.ActiveReports.Chart.Drawing.FontStyle.Bold)) Title2.Name = "" Title2.Text = "Legende" Legend1.Header = Title2 Legend1.LabelsFont = New GrapeCity.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, New GrapeCity.ActiveReports.Chart.Drawing.Font("Arial", 8.0!)) Legend1.Name = "defaultLegend" Me.Chart.Legends.AddRange(New GrapeCity.ActiveReports.Chart.Legend() {Legend1}) Me.Chart.Name = "Chart" Series1.AxisX = Axis1 Series1.AxisY = Axis3 Series1.ChartArea = ChartArea1 Series1.Legend = Legend1 Series1.Name = "Vorkosten" Series1.Properties = New GrapeCity.ActiveReports.Chart.CustomProperties(New GrapeCity.ActiveReports.Chart.KeyValuePair() {New GrapeCity.ActiveReports.Chart.KeyValuePair("Line", New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Red, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.Dot)), New GrapeCity.ActiveReports.Chart.KeyValuePair("BarType", GrapeCity.ActiveReports.Chart.BarType.Bar)}) Series1.Type = GrapeCity.ActiveReports.Chart.ChartType.Line Series1.ValueMembersY = Nothing Series1.ValueMemberX = Nothing Series2.AxisX = Axis1 Series2.AxisY = Axis3 Series2.ChartArea = ChartArea1 Series2.Legend = Legend1 Series2.Name = "Rechnungen" Series2.Properties = New GrapeCity.ActiveReports.Chart.CustomProperties(New GrapeCity.ActiveReports.Chart.KeyValuePair() {New GrapeCity.ActiveReports.Chart.KeyValuePair("Line", New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Lime, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.Dash)), New GrapeCity.ActiveReports.Chart.KeyValuePair("BarType", GrapeCity.ActiveReports.Chart.BarType.Bar)}) Series2.Type = GrapeCity.ActiveReports.Chart.ChartType.Line Series2.ValueMembersY = Nothing Series2.ValueMemberX = Nothing Series3.AxisX = Axis1 Series3.AxisY = Axis3 Series3.ChartArea = ChartArea1 Series3.Legend = Legend1 Series3.Name = "Marge" Series3.Properties = New GrapeCity.ActiveReports.Chart.CustomProperties(New GrapeCity.ActiveReports.Chart.KeyValuePair() {New GrapeCity.ActiveReports.Chart.KeyValuePair("Line", New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Black, 2))}) Series3.Type = GrapeCity.ActiveReports.Chart.ChartType.Line Series3.ValueMembersY = Nothing Series3.ValueMemberX = Nothing Me.Chart.Series.AddRange(New GrapeCity.ActiveReports.Chart.Series() {Series1, Series2, Series3}) Title3.Alignment = GrapeCity.ActiveReports.Chart.Alignment.Center Title3.Backdrop = New GrapeCity.ActiveReports.Chart.Graphics.Backdrop(GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle.Transparent, System.Drawing.Color.White, System.Drawing.Color.White, GrapeCity.ActiveReports.Chart.Graphics.GradientType.Vertical, System.Drawing.Drawing2D.HatchStyle.DottedGrid, Nothing, GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle.Stretched) Title3.Border = New GrapeCity.ActiveReports.Chart.Border(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), 0, System.Drawing.Color.Black) Title3.DockArea = Nothing Title3.Font = New GrapeCity.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, New GrapeCity.ActiveReports.Chart.Drawing.Font("Arial", 10.0!, GrapeCity.ActiveReports.Chart.Drawing.FontStyle.Bold)) Title3.Name = "header" Title3.Text = "Verlauf" Title4.Border = New GrapeCity.ActiveReports.Chart.Border(New GrapeCity.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, GrapeCity.ActiveReports.Chart.Graphics.LineStyle.None), 0, System.Drawing.Color.Black) Title4.DockArea = Nothing Title4.Docking = GrapeCity.ActiveReports.Chart.DockType.Bottom Title4.Font = New GrapeCity.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, New GrapeCity.ActiveReports.Chart.Drawing.Font("Microsoft Sans Serif", 8.0!)) Title4.Name = "footer" Title4.Text = "Chart Footer" Title4.Visible = False Me.Chart.Titles.AddRange(New GrapeCity.ActiveReports.Chart.Title() {Title3, Title4}) Me.Chart.Top = 0.9480315! Me.Chart.UIOptions = GrapeCity.ActiveReports.Chart.UIOptions.ForceHitTesting Me.Chart.Width = 7.480316! ' 'Line1 ' Me.Line1.Height = 0! Me.Line1.Left = 0.3937008! Me.Line1.LineColor = System.Drawing.Color.Gray Me.Line1.LineWeight = 1.0! Me.Line1.Name = "Line1" Me.Line1.Top = 0.07283465! Me.Line1.Width = 6.692914! Me.Line1.X1 = 0.3937008! Me.Line1.X2 = 7.086614! Me.Line1.Y1 = 0.07283465! Me.Line1.Y2 = 0.07283465! ' 'txtRechnungenSumme ' Me.txtRechnungenSumme.Height = 0.2! Me.txtRechnungenSumme.Left = 4.141733! Me.txtRechnungenSumme.Name = "txtRechnungenSumme" Me.txtRechnungenSumme.Style = "text-align: left" Me.txtRechnungenSumme.Text = "txtRechnungenSumme" Me.txtRechnungenSumme.Top = 0.1811024! Me.txtRechnungenSumme.Width = 1.364567! ' 'txtMargeSumme ' Me.txtMargeSumme.Height = 0.2! Me.txtMargeSumme.Left = 5.506298! Me.txtMargeSumme.Name = "txtMargeSumme" Me.txtMargeSumme.Style = "text-align: left" Me.txtMargeSumme.Text = "txtMargeSumme" Me.txtMargeSumme.Top = 0.1811024! Me.txtMargeSumme.Width = 1.364567! ' 'txtRechnungenSchnitt ' Me.txtRechnungenSchnitt.Height = 0.2! Me.txtRechnungenSchnitt.Left = 4.141733! Me.txtRechnungenSchnitt.Name = "txtRechnungenSchnitt" Me.txtRechnungenSchnitt.Style = "text-align: left" Me.txtRechnungenSchnitt.Text = "txtRechnungenSchnitt" Me.txtRechnungenSchnitt.Top = 0.4330709! Me.txtRechnungenSchnitt.Width = 1.364567! ' 'txtMargeSchnitt ' Me.txtMargeSchnitt.Height = 0.2! Me.txtMargeSchnitt.Left = 5.506298! Me.txtMargeSchnitt.Name = "txtMargeSchnitt" Me.txtMargeSchnitt.Style = "text-align: left" Me.txtMargeSchnitt.Text = "txtMargeSchnitt" Me.txtMargeSchnitt.Top = 0.4330709! Me.txtMargeSchnitt.Width = 1.364567! ' 'TxtSumme ' Me.TxtSumme.Height = 0.2! Me.TxtSumme.Left = 0.2165354! Me.TxtSumme.Name = "TxtSumme" Me.TxtSumme.Style = "text-align: left" Me.TxtSumme.Text = "Summe:" Me.TxtSumme.Top = 0.1811024! Me.TxtSumme.Width = 1.364567! ' 'TextBox6 ' Me.TextBox6.Height = 0.2! Me.TextBox6.Left = 0.2165352! Me.TextBox6.Name = "TextBox6" Me.TextBox6.Style = "text-align: left" Me.TextBox6.Text = "Durchschnitt:" Me.TextBox6.Top = 0.433071! Me.TextBox6.Width = 1.364567! ' 'txtVorkostenSumme ' Me.txtVorkostenSumme.Height = 0.2! Me.txtVorkostenSumme.Left = 2.787402! Me.txtVorkostenSumme.Name = "txtVorkostenSumme" Me.txtVorkostenSumme.Text = "txtVorkostenSumme" Me.txtVorkostenSumme.Top = 0.1811024! Me.txtVorkostenSumme.Width = 1.354331! ' 'txtVorkostenSchnitt ' Me.txtVorkostenSchnitt.Height = 0.2! Me.txtVorkostenSchnitt.Left = 2.787402! Me.txtVorkostenSchnitt.Name = "txtVorkostenSchnitt" Me.txtVorkostenSchnitt.Text = "txtVorkostenSchnitt" Me.txtVorkostenSchnitt.Top = 0.4330709! Me.txtVorkostenSchnitt.Width = 1.354331! ' 'txtAnzahlSumme ' Me.txtAnzahlSumme.Height = 0.2! Me.txtAnzahlSumme.Left = 1.787402! Me.txtAnzahlSumme.Name = "txtAnzahlSumme" Me.txtAnzahlSumme.Text = "txtAnzahlSumme" Me.txtAnzahlSumme.Top = 0.1811024! Me.txtAnzahlSumme.Width = 1.0! ' 'txtAnzahlSchnitt ' Me.txtAnzahlSchnitt.Height = 0.2! Me.txtAnzahlSchnitt.Left = 1.787402! Me.txtAnzahlSchnitt.Name = "txtAnzahlSchnitt" Me.txtAnzahlSchnitt.Text = "txtAnzahlSchnitt" Me.txtAnzahlSchnitt.Top = 0.4330709! Me.txtAnzahlSchnitt.Width = 1.0! ' 'txtMargeProzSchnitt ' Me.txtMargeProzSchnitt.Height = 0.2! Me.txtMargeProzSchnitt.Left = 6.870867! Me.txtMargeProzSchnitt.Name = "txtMargeProzSchnitt" Me.txtMargeProzSchnitt.Style = "text-align: center" Me.txtMargeProzSchnitt.Text = "txtMargeProzSchnitt" Me.txtMargeProzSchnitt.Top = 0.4330709! Me.txtMargeProzSchnitt.Width = 0.6094489! ' 'GroupHeader1 ' Me.GroupHeader1.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.TextBox1, Me.TextBox2, Me.TextBox3, Me.TextBox4, Me.TextBox5, Me.TextBox7, Me.TextBox8}) Me.GroupHeader1.DataField = "" Me.GroupHeader1.Height = 0.375! Me.GroupHeader1.Name = "GroupHeader1" Me.GroupHeader1.RepeatStyle = GrapeCity.ActiveReports.SectionReportModel.RepeatStyle.OnPage ' 'TextBox1 ' Me.TextBox1.Height = 0.2! Me.TextBox1.Left = 0.000001072884! Me.TextBox1.Name = "TextBox1" Me.TextBox1.Style = "background-color: WhiteSmoke; font-size: 11.25pt; font-weight: bold" Me.TextBox1.Text = "Monat" Me.TextBox1.Top = 0.07047245! Me.TextBox1.Width = 1.0! ' 'TextBox2 ' Me.TextBox2.Height = 0.2! Me.TextBox2.Left = 1.787402! Me.TextBox2.Name = "TextBox2" Me.TextBox2.Style = "background-color: WhiteSmoke; font-size: 11.25pt; font-weight: bold" Me.TextBox2.Text = "Anzahl" Me.TextBox2.Top = 0.07047245! Me.TextBox2.Width = 1.0! ' 'TextBox3 ' Me.TextBox3.Height = 0.2! Me.TextBox3.Left = 4.141735! Me.TextBox3.Name = "TextBox3" Me.TextBox3.Style = "background-color: WhiteSmoke; font-size: 11.25pt; font-weight: bold" Me.TextBox3.Text = "Rechnungen" Me.TextBox3.Top = 0.07047245! Me.TextBox3.Width = 1.364567! ' 'TextBox4 ' Me.TextBox4.Height = 0.2! Me.TextBox4.Left = 2.787402! Me.TextBox4.Name = "TextBox4" Me.TextBox4.Style = "background-color: WhiteSmoke; font-size: 11.25pt; font-weight: bold" Me.TextBox4.Text = "Vorkosten" Me.TextBox4.Top = 0.07047245! Me.TextBox4.Width = 1.354331! ' 'TextBox5 ' Me.TextBox5.Height = 0.2! Me.TextBox5.Left = 1.000001! Me.TextBox5.Name = "TextBox5" Me.TextBox5.Style = "background-color: WhiteSmoke; font-size: 11.25pt; font-weight: bold" Me.TextBox5.Text = "Jahr" Me.TextBox5.Top = 0.07047245! Me.TextBox5.Width = 0.7874014! ' 'TextBox7 ' Me.TextBox7.Height = 0.2! Me.TextBox7.Left = 5.5063! Me.TextBox7.Name = "TextBox7" Me.TextBox7.Style = "background-color: WhiteSmoke; font-size: 11.25pt; font-weight: bold" Me.TextBox7.Text = "Marge" Me.TextBox7.Top = 0.07047245! Me.TextBox7.Width = 1.364567! ' 'TextBox8 ' Me.TextBox8.Height = 0.2! Me.TextBox8.Left = 6.870868! Me.TextBox8.Name = "TextBox8" Me.TextBox8.Style = "background-color: WhiteSmoke; font-size: 11.25pt; font-weight: bold; text-align: " & "center" Me.TextBox8.Text = "%" Me.TextBox8.Top = 0.07047245! Me.TextBox8.Width = 0.6094489! ' 'GroupFooter1 ' Me.GroupFooter1.Height = 0! Me.GroupFooter1.Name = "GroupFooter1" ' 'subrptAuswertung ' Me.MasterReport = False Me.PageSettings.PaperHeight = 11.0! Me.PageSettings.PaperWidth = 8.5! Me.PrintWidth = 7.480317! 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.txtMonat, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtAnzahl, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtRechnungen, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtVorkosten, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtAbfertigungsdatum, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtMarge, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtMargeProz, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Chart, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtRechnungenSumme, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtMargeSumme, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtRechnungenSchnitt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtMargeSchnitt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TxtSumme, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextBox6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtVorkostenSumme, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtVorkostenSchnitt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtAnzahlSumme, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtAnzahlSchnitt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtMargeProzSchnitt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextBox2, 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.TextBox7, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextBox8, System.ComponentModel.ISupportInitialize).EndInit() CType(Me, System.ComponentModel.ISupportInitialize).EndInit() End Sub Private WithEvents txtMonat As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtAnzahl As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtRechnungen As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtVorkosten As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtAbfertigungsdatum As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtMarge As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtMargeProz As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents ReportHeader1 As GrapeCity.ActiveReports.SectionReportModel.ReportHeader Private WithEvents ReportFooter1 As GrapeCity.ActiveReports.SectionReportModel.ReportFooter Private WithEvents Chart As GrapeCity.ActiveReports.SectionReportModel.ChartControl Private WithEvents Line1 As GrapeCity.ActiveReports.SectionReportModel.Line Private WithEvents txtRechnungenSumme As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtRechnungenSchnitt As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents TxtSumme As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents TextBox6 As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtMargeSumme As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtMargeSchnitt As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtVorkostenSumme As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtVorkostenSchnitt As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtAnzahlSumme As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtAnzahlSchnitt As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtMargeProzSchnitt As GrapeCity.ActiveReports.SectionReportModel.TextBox 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 TextBox3 As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents TextBox4 As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents TextBox5 As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents TextBox7 As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents TextBox8 As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents GroupFooter1 As GrapeCity.ActiveReports.SectionReportModel.GroupFooter End Class