<?xml version="1.0" encoding="utf-8" standalone="no"?>
<TfrxReport Version="2023.1" DotMatrixReport="False" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="4095" PreviewOptions.Maximized="False" PreviewOptions.Zoom="1" PrintOptions.Printer="Vorgabe" PrintOptions.PrintOnSheet="0" ReportOptions.Author="Leimbrock, Feige" ReportOptions.CreateDate="40392,7120675347" ReportOptions.Description.Text="" ReportOptions.LastChange="45610,2645056713" ReportOptions.VersionBuild="1" ReportOptions.VersionMajor="1" ReportOptions.VersionMinor="1" ReportOptions.VersionRelease="2" ScriptLanguage="PascalScript" ScriptText.Text="&#13;&#10;begin&#13;&#10;&#13;&#10;end." StoreInDFM="False">
  <Datasets>
    <item DataSet="d" DataSetName="d"/>
    <item DataSet="sh" DataSetName="sh"/>
    <item DataSet="p1" DataSetName="p1"/>
    <item DataSet="p2" DataSetName="p2"/>
  </Datasets>
  <TfrxDataPage Name="Data" HGuides.Text="" VGuides.Text="" Height="1000" Left="0" Top="0" Width="1000">
    <TfrxMYDACQuery Name="d" UserName="d" CloseDataSource="True" FieldAliases.Text="" BCDToCurrency="False" DataSetOptions="0" IgnoreDupParams="False" SQL.Text="select d.*,count(SchuelerSonderpaedbedarf) SUSS,                                                      &#13;&#10;(select count(Geschlecht) from person p3&#13;&#10;       right join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       left join gruppe g1 on j.GruppeId=g1.Id &#13;&#10;       where j.GruppeId=d.GruppeId and Geschlecht='w' and j.status=0                                                                                                                          &#13;&#10;       group by Geschlecht) maed,&#13;&#10;(select count(Geschlecht) from person p3 &#13;&#10;       right join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       left join gruppe g1 on j.GruppeId=g1.Id &#13;&#10;       where j.GruppeId=d.GruppeId and Geschlecht='m' and j.status=0  &#13;&#10;       group by Geschlecht) jung,&#13;&#10;(select count(Geschlecht) from person p3 &#13;&#10;       right join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       left join gruppe g1 on j.GruppeId=g1.Id &#13;&#10;       where j.GruppeId=d.GruppeId and Geschlecht='d' and j.status=0  &#13;&#10;       group by Geschlecht) divers,               &#13;&#10;(select count(if(Kennzahl is null,0,1)) from person p3         &#13;&#10;       inner join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       inner join gruppe g1 on j.GruppeId=g1.Id&#13;&#10;       inner join land l on p3.StaatsangehoerigkeitId=l.Id                                                                                                                  &#13;&#10;       where j.GruppeId=d.GruppeId and (l.Kennzahl='000') and j.status=0                             &#13;&#10;       ) + &#13;&#10;  (select count(if(StaatsangehoerigkeitId is null,1,0)) from person p3 &#13;&#10;  inner join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;  inner join gruppe g1 on j.GruppeId=g1.Id &#13;&#10;  where j.GruppeId=d.GruppeId and j.status=0 and StaatsangehoerigkeitId=999) &#13;&#10;dt,&#13;&#10;(select count(KonfessionId) from person p3         &#13;&#10;       right join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       left join gruppe g1 on j.GruppeId=g1.Id&#13;&#10;       left join konfession k on p3.KonfessionId=k.Id                                                                                                          &#13;&#10;       where j.GruppeId=d.GruppeId and k.Kennzahl='1' and j.status=0           &#13;&#10;       group by KonfessionId) ev,&#13;&#10;(select count(KonfessionId) from person p3         &#13;&#10;       right join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       left join gruppe g1 on j.GruppeId=g1.Id&#13;&#10;       left join konfession k on p3.KonfessionId=k.Id                                                                                                          &#13;&#10;       where j.GruppeId=d.GruppeId and k.Kennzahl='3' and j.status=0           &#13;&#10;       group by KonfessionId) kath,&#13;&#10;(select count(KonfessionId) from person p3         &#13;&#10;       right join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       left join gruppe g1 on j.GruppeId=g1.Id&#13;&#10;       left join konfession k on p3.KonfessionId=k.Id                                                                                                          &#13;&#10;       where j.GruppeId=d.GruppeId and k.Kennzahl='5' and j.status=0           &#13;&#10;       group by KonfessionId) islam,&#13;&#10;(select count(KonfessionId) from person p3         &#13;&#10;       right join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       left join gruppe g1 on j.GruppeId=g1.Id&#13;&#10;       left join konfession k on p3.KonfessionId=k.Id                                                                                                          &#13;&#10;        where j.GruppeId=d.GruppeId and (k.Kennzahl='2' or k.Kennzahl='7' or k.Kennzahl&#62;8) and j.status=0           &#13;&#10;       ) sonst,         &#13;&#10;ifnull((select count(KonfessionId) from person p3         &#13;&#10;       right join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       left join gruppe g1 on j.GruppeId=g1.Id&#13;&#10;       left join konfession k on p3.KonfessionId=k.Id                                                                                                          &#13;&#10;       where j.GruppeId=d.GruppeId and k.Kennzahl='0' and j.status=0           &#13;&#10;       group by KonfessionId),0) +   &#13;&#10;       ifnull((select count(KonfessionId) from person p3         &#13;&#10;       right join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       left join gruppe g1 on j.GruppeId=g1.Id&#13;&#10;       left join konfession k on p3.KonfessionId=k.Id                                                                                                          &#13;&#10;       where j.GruppeId=d.GruppeId and k.Kennzahl='8' and j.status=0           &#13;&#10;       group by KonfessionId),0)                                     &#13;&#10;       ohkA,&#13;&#10;(select count(KonfessionId) from person p3         &#13;&#10;       right join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       left join gruppe g1 on j.GruppeId=g1.Id&#13;&#10;       left join konfession k on p3.KonfessionId=k.Id                                                                                                          &#13;&#10;       where j.GruppeId=d.GruppeId and k.Kennzahl='6' and j.status=0           &#13;&#10;       group by KonfessionId) alev,&#13;&#10;(select count(KonfessionId) from person p3         &#13;&#10;       right join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       left join gruppe g1 on j.GruppeId=g1.Id&#13;&#10;       where j.GruppeId=d.GruppeId and KonfessionId is null and j.status=0           &#13;&#10;       group by KonfessionId) fehlt,             &#13;&#10;(select count(Empfehlung) from schueler p3         &#13;&#10;       right join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       left join gruppe g1 on j.GruppeId=g1.Id&#13;&#10;       where j.GruppeId=d.GruppeId and Empfehlung='1' and j.status=0           &#13;&#10;       group by Empfehlung) HS,&#13;&#10;(select count(Empfehlung) from schueler p3         &#13;&#10;       right join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       left join gruppe g1 on j.GruppeId=g1.Id&#13;&#10;       where j.GruppeId=d.GruppeId and Empfehlung='2' and j.status=0           &#13;&#10;       group by Empfehlung) RS,&#13;&#10;(select count(Empfehlung) from schueler p3         &#13;&#10;       right join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       left join gruppe g1 on j.GruppeId=g1.Id&#13;&#10;       where j.GruppeId=d.GruppeId and Empfehlung='3' and j.status=0           &#13;&#10;       group by Empfehlung) GY,                    &#13;&#10;(select count(Empfehlung) from schueler p3         &#13;&#10;       right join jahrgangsdaten j on p3.Id=j.SchuelerId &#13;&#10;       left join gruppe g1 on j.GruppeId=g1.Id&#13;&#10;       where j.GruppeId=d.GruppeId and Empfehlung='0' and j.status=0           &#13;&#10;       group by Empfehlung) fehlt1,&#13;&#10;(select count(Bezeichnung) from sonderpaed sp&#13;&#10;       right join jgdsonderpaed jsp on sp.Id=jsp.SonderpaedID  &#13;&#10;	      inner join jahrgangsdaten jd on jsp.JahrgangsdatenId=jd.ID&#13;&#10;       where jd.GruppeId=d.GruppeId and Bezeichnung='ES' and jd.status=0&#13;&#10;	      group by Bezeichnung) ES,  &#13;&#10;(select count(Bezeichnung) from sonderpaed sp&#13;&#10;       right join jgdsonderpaed jsp on sp.Id=jsp.SonderpaedID  &#13;&#10;	      inner join jahrgangsdaten jd on jsp.JahrgangsdatenId=jd.ID&#13;&#10;       where jd.GruppeId=d.GruppeId and Bezeichnung='GE' and jd.status=0&#13;&#10;	      group by Bezeichnung) GE,&#13;&#10;(select count(Bezeichnung) from sonderpaed sp&#13;&#10;       right join jgdsonderpaed jsp on sp.Id=jsp.SonderpaedID  &#13;&#10;	      inner join jahrgangsdaten jd on jsp.JahrgangsdatenId=jd.ID&#13;&#10;       where jd.GruppeId=d.GruppeId and Bezeichnung='HÖ' and jd.status=0&#13;&#10;	      group by Bezeichnung) HÖ,&#13;&#10;(select count(Bezeichnung) from sonderpaed sp&#13;&#10;       right join jgdsonderpaed jsp on sp.Id=jsp.SonderpaedID  &#13;&#10;	      inner join jahrgangsdaten jd on jsp.JahrgangsdatenId=jd.ID&#13;&#10;       where jd.GruppeId=d.GruppeId and Bezeichnung='KM' and jd.status=0&#13;&#10;	      group by Bezeichnung) KM,&#13;&#10;(select count(Bezeichnung) from sonderpaed sp&#13;&#10;       right join jgdsonderpaed jsp on sp.Id=jsp.SonderpaedID  &#13;&#10;	      inner join jahrgangsdaten jd on jsp.JahrgangsdatenId=jd.ID&#13;&#10;       where jd.GruppeId=d.GruppeId and Bezeichnung='LE' and jd.status=0&#13;&#10;	      group by Bezeichnung) LE,&#13;&#10;(select count(Bezeichnung) from sonderpaed sp&#13;&#10;       right join jgdsonderpaed jsp on sp.Id=jsp.SonderpaedID  &#13;&#10;	      inner join jahrgangsdaten jd on jsp.JahrgangsdatenId=jd.ID&#13;&#10;       where jd.GruppeId=d.GruppeId and Bezeichnung='SE' and jd.status=0&#13;&#10;	      group by Bezeichnung) SE,&#13;&#10;(select count(Bezeichnung) from sonderpaed sp&#13;&#10;       right join jgdsonderpaed jsp on sp.Id=jsp.SonderpaedID  &#13;&#10;	      inner join jahrgangsdaten jd on jsp.JahrgangsdatenId=jd.ID&#13;&#10;       where jd.GruppeId=d.GruppeId and Bezeichnung='SR' and jd.status=0&#13;&#10;	      group by Bezeichnung) SR,&#13;&#10;(select count(Bezeichnung) from sonderpaed sp&#13;&#10;       right join jgdsonderpaed jsp on sp.Id=jsp.SonderpaedID  &#13;&#10;	      inner join jahrgangsdaten jd on jsp.JahrgangsdatenId=jd.ID&#13;&#10;       where jd.GruppeId=d.GruppeId and Bezeichnung='BF' and jd.status=0&#13;&#10;	      group by Bezeichnung) BF         &#13;&#10;&#13;&#10;from danis d&#13;&#10;group by SchulformKuerzel,GruppeBezeichnung&#13;&#10;order by SchulformKuerzel,GruppeJahrgangsstufe,GruppeBezeichnung&#13;&#10;    " LocalMasterDetail="False" PropData="05704C656674024A0470546F7002010A506172616D65746572730100"/>
    <TfrxMYDACQuery Name="sh" UserName="sh" CloseDataSource="True" FieldAliases.Text="" BCDToCurrency="False" DataSetOptions="0" IgnoreDupParams="False" SQL.Text="select * from schule                                           " LocalMasterDetail="False" PropData="05704C65667403EA000470546F7002000A506172616D65746572730100"/>
    <TfrxMYDACTable Name="p1" UserName="p1" CloseDataSource="True" FieldAliases.Text="Id=Id&#13;&#10;Deleted=Deleted&#13;&#10;UpdateCount=UpdateCount&#13;&#10;Rufname=Rufname&#13;&#10;Vornamen=Vornamen&#13;&#10;Nachname=Nachname&#13;&#10;Titel=Titel&#13;&#10;AkadTitel=AkadTitel&#13;&#10;Geburtsdatum=Geburtsdatum&#13;&#10;Geschlecht=Geschlecht&#13;&#10;IdentNummer=IdentNummer&#13;&#10;Namenszusatz=Namenszusatz&#13;&#10;KonfessionId=KonfessionId&#13;&#10;Geburtsort=Geburtsort&#13;&#10;StaatsangehoerigkeitId=StaatsangehoerigkeitId" BCDToCurrency="False" DataSetOptions="0" Master="d" MasterFields="Id=LehrerID1" TableName="person" IndexFieldNames="Id" LocalMasterDetail="False" PropData="05704C65667402000470546F700202"/>
    <TfrxMYDACTable Name="p2" UserName="p2" CloseDataSource="True" FieldAliases.Text="" BCDToCurrency="False" DataSetOptions="0" Master="d" MasterFields="Id=LehrerID2" TableName="person" IndexFieldNames="Id" LocalMasterDetail="False" PropData="05704C65667402040470546F700256"/>
  </TfrxDataPage>
  <TfrxReportPage Name="Page1" HGuides.Text="" VGuides.Text="" Orientation="poLandscape" PaperWidth="297" PaperHeight="210" PaperSize="9" LeftMargin="7" RightMargin="5" TopMargin="20" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" MirrorMode="0">
    <TfrxMasterData Name="MasterData1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="22,67716535" Left="0" Top="222,99227" Width="1077,16605" ColumnWidth="0" ColumnGap="0" DataSet="d" DataSetName="d" RowCount="0">
      <TfrxMemoView Name="Memo2" AllowVectorExport="True" Left="11,33859" Top="1,88976377952756" Width="55" Height="18,89765" Editable="3" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;GruppeBezeichnung&#34;]"/>
      <TfrxMemoView Name="Memo17" AllowVectorExport="True" Left="393,07085882" Top="1,88976378" Width="30,23622047" Height="18,89765" Editable="3" DataField="jung" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="[d.&#34;jung&#34;]"/>
      <TfrxMemoView Name="Memo18" AllowVectorExport="True" Left="355,27558323" Top="1,88976378" Width="30,23622047" Height="18,89765" Editable="3" DataField="maed" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="[d.&#34;maed&#34;]"/>
      <TfrxMemoView Name="Memo19" AllowVectorExport="True" Left="317,39372764" Top="1,88976378" Width="30,23622047" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="[&#60;d.&#34;maed&#34;&#62;+&#60;d.&#34;jung&#34;&#62;+&#60;d.&#34;divers&#34;&#62;]"/>
      <TfrxLineView Name="Line4" AllowVectorExport="True" Left="67,33859" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line1" AllowVectorExport="True" Left="1" Top="22,67716535" Width="1073,3858463" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line7" AllowVectorExport="True" Left="309,92125008" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line10" AllowVectorExport="True" Left="355,18900567" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line11" AllowVectorExport="True" Left="393,07112" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line16" AllowVectorExport="True" Left="468,66172" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Style="fsDouble" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo24" AllowVectorExport="True" Left="514,01577" Top="1,88976378" Width="30,23622047" Height="18,89765" Editable="3" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="[&#60;d.&#34;jung&#34;&#62;+&#60;d.&#34;maed&#34;&#62;+&#60;d.&#34;divers&#34;&#62;-&#60;d.&#34;dt&#34;&#62;]"/>
      <TfrxMemoView Name="Memo25" AllowVectorExport="True" Left="476,22078" Top="1,88976377952756" Width="30,23622047" Height="18,89765" Editable="3" DataField="dt" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="[d.&#34;dt&#34;]"/>
      <TfrxLineView Name="Line21" AllowVectorExport="True" Left="510,23655" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line22" AllowVectorExport="True" Left="551,81138" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Style="fsDouble" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo33" AllowVectorExport="True" Left="558,16574" Top="1,88976378" Width="18,89762559" Height="18,89765" Editable="3" DataField="ev" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[d.&#34;ev&#34;]"/>
      <TfrxLineView Name="Line28" AllowVectorExport="True" Left="582,04762" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo34" AllowVectorExport="True" Left="584,9764463" Top="1,88976378" Width="26,45668559" Height="18,89765" Editable="3" DataField="kath" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[d.&#34;kath&#34;]"/>
      <TfrxLineView Name="Line29" AllowVectorExport="True" Left="616,06299945" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo35" AllowVectorExport="True" Left="615,41735701" Top="1,88976378" Width="34,01574559" Height="18,89765" Editable="3" DataField="islam" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[d.&#34;islam&#34;]"/>
      <TfrxLineView Name="Line30" AllowVectorExport="True" Left="655,99216016" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo36" AllowVectorExport="True" Left="658,77168772" Top="1,88976378" Width="34,01574559" Height="18,89765" Editable="3" DataField="sonst" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[d.&#34;sonst&#34;]"/>
      <TfrxLineView Name="Line31" AllowVectorExport="True" Left="694,56696087" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo37" AllowVectorExport="True" Left="696,34648843" Top="1,88976378" Width="30,23621559" Height="18,89765" Editable="3" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" HideZeros="True" ParentFont="False" Text="[d.&#34;ohkA&#34;]"/>
      <TfrxLineView Name="Line40" AllowVectorExport="True" Left="815,29126291" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Style="fsDouble" Frame.Typ="1"/>
      <TfrxLineView Name="Line45" AllowVectorExport="True" Left="739,14224" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo50" AllowVectorExport="True" Left="740,92176756" Top="1,88976378" Width="34,01574559" Height="18,89765" Editable="3" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" HideZeros="True" ParentFont="False" Text="[d.&#34;alev&#34;]"/>
      <TfrxLineView Name="Line48" AllowVectorExport="True" Left="776,71707" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo53" AllowVectorExport="True" Left="776,71706756" Top="1,88976378" Width="30,23621559" Height="18,89765" Editable="3" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[IIF(&#60;d.&#34;fehlt&#34;&#62;&#62;0,&#60;d.&#34;fehlt&#34;&#62;,'')]"/>
      <TfrxLineView Name="Line50" AllowVectorExport="True" Left="1043,15028" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Style="fsDouble" Frame.Typ="1"/>
      <TfrxLineView Name="Line52" AllowVectorExport="True" Left="848,50391016" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line53" AllowVectorExport="True" Left="876,85096" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line54" AllowVectorExport="True" Left="905,95273394" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line57" AllowVectorExport="True" Left="933,54391" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line58" AllowVectorExport="True" Left="960,00062" Top="-1,88976622" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line59" AllowVectorExport="True" Left="986,45733" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo56" AllowVectorExport="True" Left="820,15745102" Top="1,88976378" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[IIF(&#60;d.&#34;ES&#34;&#62;&#62;0,&#60;d.&#34;ES&#34;&#62;,'')]"/>
      <TfrxMemoView Name="Memo58" AllowVectorExport="True" Left="238,11039" Top="3,77953" Width="64,25201" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[d.&#34;GruppeRaum&#34;]"/>
      <TfrxLineView Name="Line67" AllowVectorExport="True" Left="306,14174693" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo60" AllowVectorExport="True" Left="850,39425" Top="1,88976378" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[IIF(&#60;d.&#34;GE&#34;&#62;&#62;0,&#60;d.&#34;GE&#34;&#62;,'')]"/>
      <TfrxMemoView Name="Memo62" AllowVectorExport="True" Left="907,0872" Top="1,88976378" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[IIF(&#60;d.&#34;KM&#34;&#62;&#62;0,&#60;d.&#34;KM&#34;&#62;,'')]"/>
      <TfrxMemoView Name="Memo63" AllowVectorExport="True" Left="931,54391" Top="1,88976378" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[IIF(&#60;d.&#34;LE&#34;&#62;&#62;0,&#60;d.&#34;LE&#34;&#62;,'')]"/>
      <TfrxMemoView Name="Memo64" AllowVectorExport="True" Left="962,00062" Top="2" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[IIF(&#60;d.&#34;SE&#34;&#62;&#62;0,&#60;d.&#34;SE&#34;&#62;,'')]"/>
      <TfrxMemoView Name="Memo65" AllowVectorExport="True" Left="986,45733" Top="1,88976378" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[IIF(&#60;d.&#34;SR&#34;&#62;&#62;0,&#60;d.&#34;SR&#34;&#62;,'')]"/>
      <TfrxMemoView Name="Memo72" AllowVectorExport="True" Left="1045,37075" Top="1,88976378" Width="26,45671" Height="18,89765" Editable="3" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[IIF(&#60;d.&#34;SUSS&#34;&#62;&#62;0,&#60;d.&#34;SUSS&#34;&#62;-&#60;d.&#34;BF&#34;&#62;,'')]"/>
      <TfrxLineView Name="Line69" AllowVectorExport="True" Left="1073,38652" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Style="fsDouble" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo61" AllowVectorExport="True" Left="876,85096" Top="1,88976378" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[IIF(&#60;d.&#34;HÖ&#34;&#62;&#62;0,&#60;d.&#34;HÖ&#34;&#62;,'')]"/>
      <TfrxLineView Name="Line71" AllowVectorExport="True" Left="430,86667874" Top="1,33860465" Width="0" Height="22,67716535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo75" AllowVectorExport="True" Left="430,86642" Top="0,66930843" Width="30,23622047" Height="18,89765" Editable="3" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="[d.&#34;divers&#34;]"/>
      <TfrxMemoView Name="Memo79" AllowVectorExport="True" Left="1016,69357" Top="3,77953" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[IIF(&#60;d.&#34;BF&#34;&#62;&#62;0,&#60;d.&#34;BF&#34;&#62;,'')]"/>
      <TfrxLineView Name="Line74" AllowVectorExport="True" Left="1016,69357" Top="0" Width="0" Height="22,67716535" Color="0" Frame.Style="fsDouble" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo3" AllowVectorExport="True" Left="72,11812" Top="1,88976378" Width="281,66930354" Height="18,89765" Editable="3" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;LehrerID1&#34;&#62;&#62;0,IIF(&#60;p1.&#34;Geschlecht&#34;&#62;='w','Frau','Herr'),'')][IIF(&#60;p1.&#34;AkadTitel&#34;&#62;&#60;&#62;'',' '+&#60;p1.&#34;AkadTitel&#34;&#62;,'')][IIF(&#60;p1.&#34;Namenszusatz&#34;&#62;&#60;&#62;'',' '+&#60;p1.&#34;Namenszusatz&#34;&#62;,'')] [p1.&#34;Nachname&#34;][IIF(&#60;d.&#34;LehrerID2&#34;&#62;&#62;0,IIF(&#60;p2.&#34;Geschlecht&#34;&#62;='w',' &#38; Frau',' &#38; Herr'),'')][IIF(&#60;p2.&#34;AkadTitel&#34;&#62;&#60;&#62;'',' '+&#60;p2.&#34;AkadTitel&#34;&#62;,'')][IIF(&#60;p2.&#34;Namenszusatz&#34;&#62;&#60;&#62;'',' '+&#60;p2.&#34;Namenszusatz&#34;&#62;,'')] [p2.&#34;Nachname&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="22,67718" Left="0" Top="377,953" Width="1077,16605">
      <TfrxMemoView Name="Memo1" Align="baRight" AllowVectorExport="True" Left="882,32344" Top="0" Width="194,84261" Height="18,89765" Editable="3" Frame.Typ="0" HAlign="haRight" Text="Gruppenuebersicht-Inklusion; [Page#] / [TotalPages#]">
        <Formats>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo4" AllowVectorExport="True" Left="3,77953" Top="0" Width="275,90569" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[IIF(AktuellerFilter&#60;&#62;'','Filter: '+AktuellerFilter,'')"/>
    </TfrxPageFooter>
    <TfrxPageHeader Name="PageHeader1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="31,42517" Left="0" Top="18,89765" Width="1077,16605">
      <TfrxMemoView Name="Memo8" AllowVectorExport="True" Left="1" Top="0" Width="249,44898" Height="18,89765" Editable="3" AutoWidth="True" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[sh.&#34;Name&#34;]"/>
      <TfrxMemoView Name="Memo9" Align="baCenter" AllowVectorExport="True" Left="480,45702" Top="0" Width="116,25201" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="Schuljahr: [d.&#34;SchuljahrBezeichnung&#34;]"/>
      <TfrxMemoView Name="Memo10" Align="baRight" AllowVectorExport="True" Left="984,60699" Top="0" Width="92,55906" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="[Date]"/>
    </TfrxPageHeader>
    <TfrxGroupHeader Name="GroupHeader1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="91,08664346" Left="0" Top="109,60637" Width="1077,16605" Condition="d.&#34;SchulformKuerzel&#34;" KeepTogether="True" ReprintOnNewPage="True">
      <TfrxMemoView Name="Memo5" AllowVectorExport="True" Left="11,33859" Top="65,47246535" Width="55" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Gr"/>
      <TfrxMemoView Name="Memo6" AllowVectorExport="True" Left="72,11812" Top="65,47246535" Width="164,50387354" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Lehrkräfte"/>
      <TfrxMemoView Name="Memo14" AllowVectorExport="True" Left="366,61417323" Top="65,47246535" Width="30,23622047" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="w"/>
      <TfrxMemoView Name="Memo15" AllowVectorExport="True" Left="404,40944882" Top="65,47246535" Width="30,23622047" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="m"/>
      <TfrxMemoView Name="Memo16" AllowVectorExport="True" Left="316,39372764" Top="65,47246535" Width="30,23622047" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="ges"/>
      <TfrxMemoView Name="Memo22" Align="baCenter" AllowVectorExport="True" Left="457,32313" Top="42,7953" Width="162,51979" Height="18,89765" Editable="3" AutoWidth="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="Gruppenübersicht [d.&#34;SchulformKuerzel&#34;]"/>
      <TfrxLineView Name="Line5" AllowVectorExport="True" Left="67,33859" Top="65,47246535" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line6" AllowVectorExport="True" Left="309,92125008" Top="65,69293535" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line8" AllowVectorExport="True" Left="355,27558567" Top="65,47246535" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line9" AllowVectorExport="True" Left="393,07086126" Top="66,69293535" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line12" AllowVectorExport="True" Left="468,66143685" Top="66,69293535" Width="0" Height="22,67716535" Color="0" Frame.Style="fsDouble" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line19" AllowVectorExport="True" Left="551,81138" Top="65,47246535" Width="0" Height="22,67716535" Color="0" Frame.Style="fsDouble" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line20" AllowVectorExport="True" Left="510,23624244" Top="65,47246535" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxMemoView Name="Memo11" AllowVectorExport="True" Left="476,22078" Top="65,47246535" Width="30,23622047" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="dt"/>
      <TfrxMemoView Name="Memo23" AllowVectorExport="True" Left="514,01608" Top="65,47246535" Width="30,23622047" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="ndt"/>
      <TfrxMemoView Name="Memo28" AllowVectorExport="True" Left="586,4016163" Top="65,47246535" Width="26,45668559" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="kath"/>
      <TfrxMemoView Name="Memo29" AllowVectorExport="True" Left="619,19688701" Top="65,47246535" Width="34,01574559" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="islam"/>
      <TfrxMemoView Name="Memo30" AllowVectorExport="True" Left="558,16574" Top="65,47246535" Width="18,89762559" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="ev"/>
      <TfrxLineView Name="Line17" AllowVectorExport="True" Left="583,62208874" Top="65,47246535" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line18" AllowVectorExport="True" Left="616,06299945" Top="65,47246535" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line24" AllowVectorExport="True" Left="656,99216016" Top="65,47246535" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line27" AllowVectorExport="True" Left="695,56696087" Top="65,47246535" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxMemoView Name="Memo31" AllowVectorExport="True" Left="660,77168772" Top="65,47246535" Width="34,01574559" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="sonst"/>
      <TfrxMemoView Name="Memo32" AllowVectorExport="True" Left="698,13389" Top="65,47246535" Width="34,23621559" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="oh/kA"/>
      <TfrxLineView Name="Line43" AllowVectorExport="True" Left="816,29126291" Top="46,57483" Width="0" Height="41,57481535" Color="0" Frame.Style="fsDouble" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line44" AllowVectorExport="True" Left="739,14224" Top="65,47248" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxMemoView Name="Memo49" AllowVectorExport="True" Left="741,92176756" Top="65,47248" Width="34,01574559" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="alevi"/>
      <TfrxLineView Name="Line47" AllowVectorExport="True" Left="777,71707" Top="65,47248" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxMemoView Name="Memo52" AllowVectorExport="True" Left="780,49659756" Top="65,47248" Width="26,45668559" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="fehlt"/>
      <TfrxMemoView Name="Memo41" AllowVectorExport="True" Left="852,17378" Top="65,47248" Width="22,67718" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="GE"/>
      <TfrxMemoView Name="Memo44" AllowVectorExport="True" Left="822,07087102" Top="65,47248" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="ES"/>
      <TfrxMemoView Name="Memo45" AllowVectorExport="True" Left="880,96908" Top="65,47248" Width="22,67718" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="HÖ"/>
      <TfrxMemoView Name="Memo46" AllowVectorExport="True" Left="909,42579" Top="65,47248" Width="22,67718" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="KM"/>
      <TfrxMemoView Name="Memo47" AllowVectorExport="True" Left="935,10297" Top="65,47248" Width="22,67718" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="LE"/>
      <TfrxMemoView Name="Memo48" AllowVectorExport="True" Left="960,35498" Top="65,47248" Width="22,67718" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="SE"/>
      <TfrxMemoView Name="Memo55" AllowVectorExport="True" Left="990,23686" Top="65,47248" Width="22,67718" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="SR"/>
      <TfrxLineView Name="Line32" AllowVectorExport="True" Left="848,39425" Top="65,47248" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line35" AllowVectorExport="True" Left="877,85096" Top="65,47248" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line38" AllowVectorExport="True" Left="906,0872" Top="65,47248" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line39" AllowVectorExport="True" Left="933,54391" Top="65,47248" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line41" AllowVectorExport="True" Left="960,00062" Top="65,47248" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line42" AllowVectorExport="True" Left="986,45733" Top="65,38584386" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxMemoView Name="Memo59" AllowVectorExport="True" Left="241,88992" Top="65,47248" Width="64,25201" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="Raum"/>
      <TfrxLineView Name="Line66" AllowVectorExport="True" Left="306,14193" Top="65,47248" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxMemoView Name="Memo73" AllowVectorExport="True" Left="1045,37075" Top="31,45671" Width="22,67718" Height="52,91342" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="SU&#13;&#10;SS/&#13;&#10;Gruppe"/>
      <TfrxLineView Name="Line68" AllowVectorExport="True" Left="1073,38652" Top="46,57483" Width="0" Height="41,57481535" Color="0" Frame.Style="fsDouble" Frame.Typ="1" Frame.Width="2"/>
      <TfrxLineView Name="Line26" AllowVectorExport="True" Left="1043,15028" Top="49,45671" Width="0" Height="41,57481535" Color="0" Frame.Style="fsDouble" Frame.Typ="1"/>
      <TfrxLineView Name="Line2" AllowVectorExport="True" Left="0" Top="89,92916071" Width="1077,16561063" Height="0" Color="0" Frame.Typ="4" Frame.Width="2"/>
      <TfrxMemoView Name="Memo7" AllowVectorExport="True" Left="830,25972535" Top="30,23622535" Width="132,28336693" Height="30,23624" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Förderschwerpunkte&#13;&#10;(Mehrfachzählung möglich)"/>
      <TfrxLineView Name="Line72" AllowVectorExport="True" Left="430,86642" Top="68,03154" Width="0" Height="22,67716535" Color="0" Frame.Typ="1" Frame.Width="2"/>
      <TfrxMemoView Name="Memo76" AllowVectorExport="True" Left="442,20501" Top="65,3858267716535" Width="30,23622047" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="d"/>
      <TfrxMemoView Name="Memo78" AllowVectorExport="True" Left="1016,69357" Top="64,25201" Width="22,67718" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="BF"/>
      <TfrxLineView Name="Line77" AllowVectorExport="True" Left="1016,69357" Top="49,13389" Width="0" Height="41,57481535" Color="0" Frame.Style="fsDouble" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo81" AllowVectorExport="True" Left="1013,91404" Top="-3,77953" Width="94,48825" Height="60,47248" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Rotation="90" Text="Begab.-&#13;&#10;Förder."/>
    </TfrxGroupHeader>
    <TfrxGroupFooter Name="GroupFooter1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="49,13389" Left="0" Top="268,34663" Width="1077,16605">
      <TfrxLineView Name="Line3" AllowVectorExport="True" Left="0" Top="1,88976378" Width="1073,3858463" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo12" AllowVectorExport="True" Left="355,27558323" Top="7,93700787" Width="30,23622047" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;d.&#34;maed&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo13" AllowVectorExport="True" Left="228,44898" Top="7,93700787" Width="71,81107" Height="18,89765" Editable="3" AutoWidth="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="gesamt:"/>
      <TfrxMemoView Name="Memo20" AllowVectorExport="True" Left="393,07085882" Top="7,93700787" Width="30,23622047" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;d.&#34;jung&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo21" AllowVectorExport="True" Left="317,39372764" Top="7,93700787" Width="38" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;d.&#34;maed&#34;&#62;,MasterData1)+SUM(&#60;d.&#34;jung&#34;&#62;,MasterData1)]"/>
      <TfrxLineView Name="Line14" AllowVectorExport="True" Left="357,40971" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line13" AllowVectorExport="True" Left="393,07112" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line15" AllowVectorExport="True" Left="468,66172" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Style="fsDouble" Frame.Typ="1"/>
      <TfrxLineView Name="Line25" AllowVectorExport="True" Left="510,23655" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo26" AllowVectorExport="True" Left="476,22078" Top="7,93700787" Width="30,23622047" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;d.&#34;dt&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo27" AllowVectorExport="True" Left="514,01608" Top="7,93700787" Width="30,23622047" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;d.&#34;maed&#34;&#62;,MasterData1)+SUM(&#60;d.&#34;jung&#34;&#62;,MasterData1)+SUM(&#60;d.&#34;divers&#34;&#62;,MasterData1)-SUM(&#60;d.&#34;dt&#34;&#62;,MasterData1)]"/>
      <TfrxLineView Name="Line23" AllowVectorExport="True" Left="551,81138" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Style="fsDouble" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo40" AllowVectorExport="True" Left="556,16574" Top="7,93700787" Width="22,67715559" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[SUM(&#60;d.&#34;ev&#34;&#62;,MasterData1)]"/>
      <TfrxLineView Name="Line33" AllowVectorExport="True" Left="581,82715" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo38" AllowVectorExport="True" Left="584,40198" Top="7,93700787" Width="30,23621559" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[SUM(&#60;d.&#34;kath&#34;&#62;,MasterData1)]"/>
      <TfrxLineView Name="Line34" AllowVectorExport="True" Left="616,06339" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo39" AllowVectorExport="True" Left="619,19728" Top="7,93700787" Width="34,01574559" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[SUM(&#60;d.&#34;islam&#34;&#62;,MasterData1)]"/>
      <TfrxLineView Name="Line36" AllowVectorExport="True" Left="656,99258" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo42" AllowVectorExport="True" Left="659,77211" Top="7,93700787" Width="30,23621559" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[SUM(&#60;d.&#34;sonst&#34;&#62;,MasterData1)]"/>
      <TfrxLineView Name="Line37" AllowVectorExport="True" Left="696,56741" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo43" AllowVectorExport="True" Left="698,34694" Top="7,93700787" Width="30,23621559" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[SUM(&#60;d.&#34;ohkA&#34;&#62;,MasterData1)]"/>
      <TfrxLineView Name="Line46" AllowVectorExport="True" Left="739,14224" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo51" AllowVectorExport="True" Left="740,92177" Top="7,93700787" Width="34,01574559" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[SUM(&#60;d.&#34;alev&#34;&#62;,MasterData1)]"/>
      <TfrxLineView Name="Line49" AllowVectorExport="True" Left="776,71707" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo54" AllowVectorExport="True" Left="775,71707" Top="7,93700787" Width="34,01574559" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[SUM(&#60;d.&#34;fehlt&#34;&#62;,MasterData1)]"/>
      <TfrxLineView Name="Line55" AllowVectorExport="True" Left="815,2919" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Style="fsDouble" Frame.Typ="1"/>
      <TfrxLineView Name="Line56" AllowVectorExport="True" Left="309,7953" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line51" AllowVectorExport="True" Left="1043,15028" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Style="fsDouble" Frame.Typ="1"/>
      <TfrxLineView Name="Line60" AllowVectorExport="True" Left="848,50391016" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line61" AllowVectorExport="True" Left="876,64626" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line62" AllowVectorExport="True" Left="905,95273394" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line63" AllowVectorExport="True" Left="933,54391" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line64" AllowVectorExport="True" Left="960,00062" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line65" AllowVectorExport="True" Left="986,45733" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo57" AllowVectorExport="True" Left="820,15745102" Top="7,55905512" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[SUM(&#60;d.&#34;ES&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo66" AllowVectorExport="True" Left="850,39425" Top="7,55906" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[SUM(&#60;d.&#34;GE&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo67" AllowVectorExport="True" Left="876,85096" Top="7,55906" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;d.&#34;HÖ&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo68" AllowVectorExport="True" Left="907,0872" Top="7,55906" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[SUM(&#60;d.&#34;KM&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo69" AllowVectorExport="True" Left="935,32344" Top="7,55906" Width="18,89763535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[SUM(&#60;d.&#34;LE&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo70" AllowVectorExport="True" Left="960,00062" Top="7,55906" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[SUM(&#60;d.&#34;SE&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo71" AllowVectorExport="True" Left="986,45733" Top="7,55906" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[SUM(&#60;d.&#34;SR&#34;&#62;,MasterData1)]"/>
      <TfrxLineView Name="Line70" AllowVectorExport="True" Left="1073,38652" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Style="fsDouble" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo74" AllowVectorExport="True" Left="1046,92981" Top="7,55906" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[SUM(&#60;d.&#34;SUSS&#34;&#62;,MasterData1)-SUM(&#60;d.&#34;BF&#34;&#62;,MasterData1)]"/>
      <TfrxLineView Name="Line73" AllowVectorExport="True" Left="430,86667874" Top="1,33860465" Width="0" Height="30,23622535" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo77" AllowVectorExport="True" Left="430,86642" Top="6,71655252" Width="30,23622047" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;d.&#34;divers&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo80" AllowVectorExport="True" Left="1016,69357" Top="7,55906" Width="22,67716535" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[SUM(&#60;d.&#34;BF&#34;&#62;,MasterData1)]"/>
      <TfrxLineView Name="Line75" AllowVectorExport="True" Left="1016,69357" Top="0" Width="0" Height="30,23622535" Color="0" Frame.Style="fsDouble" Frame.Typ="1"/>
    </TfrxGroupFooter>
  </TfrxReportPage>
</TfrxReport>
