<?xml version="1.0" encoding="utf-8" standalone="no"?>
<TfrxReport Version="2026.1.0" DotMatrixReport="False" EngineOptions.DoublePass="True" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="4095" PreviewOptions.Maximized="False" PreviewOptions.Zoom="1" PrintOptions.Printer="Vorgabe" PrintOptions.PrintOnSheet="0" ReportOptions.CreateDate="41318,727479294" ReportOptions.Description.Text="" ReportOptions.Name="Überarbeitet am 26.09.2021" ReportOptions.LastChange="46094,3950328472" ScriptLanguage="PascalScript" ScriptText.Text="var&#13;&#10;grund,vEin,Mutter,Vater,ErzBer1,ErzBer2,Vormund,Mutteradr,Vateradr,ErzBerAdr,VormundAdr,MutterFon,VaterFon,ErzBerFon,VormundFon,SLVorname,SLName,FSchule,FVorname,FName,FFon,Seite,Austausch: string;&#13;&#10;&#13;&#10;procedure weiterOnEnter(Sender: TfrxComponent);&#13;&#10;var&#13;&#10;anlage: string;&#13;&#10;begin&#13;&#10;&#13;&#10;//Grund festlegen&#13;&#10;  if (gr1.checked=false) and (gr3.checked=false) then&#13;&#10;  begin&#13;&#10;    showmessage(&#39;Bitte wählen Sie einen Einleitungsgrund.&#39;);&#13;&#10;  end&#13;&#10;  else&#13;&#10;  begin&#13;&#10;    if gr1.checked then grund:=&#39;aus der bisherigen Entwicklung Ihres Kindes haben sich Hinweise für einen Bedarf an sonderpädagogischer Unterstützung ergeben.&#39;;&#13;&#10;    if gr3.checked then grund:=&#39;es liegen Hinweise vor, dass für Ihr Kind ein Bedarf an sonderpädagogischer Unterstützung nicht mehr vorliegt.&#39;;&#13;&#10;&#13;&#10;    if gr3.checked then anlage:=&#39;Informationen für die Erziehungsberechtigten über das Verfahren zur Aufhebung eines Bedarfs an sonderpädagogischer Unterstützung&#39;&#13;&#10;    else anlage:=&#39;Informationen für die Erziehungsberechtigten über das Verfahren zur Feststellung eines Bedarfs an sonderpädagogischer Unterstützung&#39;;&#13;&#10;&#13;&#10;    if CheckBox1.checked then FB5a.visible:=true&#13;&#10;    else FB5a.visible:=false;&#13;&#10;&#13;&#10;    if CheckBox2.checked then&#13;&#10;    begin&#13;&#10;    FB72.visible:=true;&#13;&#10;    Seite:=&#39;Seite 1 von 2&#39;;&#13;&#10;    Memo643.visible:=false;&#13;&#10;    Rich28.visible:=true;&#13;&#10;    Shape141.visible:=true;&#13;&#10;    Shape142.visible:=true;&#13;&#10;    Austausch:=&#39;Einwilligung zum Austausch mit einer vor- bzw. außerschulischen Stelle&#39;;&#13;&#10;    end&#13;&#10;    else&#13;&#10;    begin&#13;&#10;    FB72.visible:=false;&#13;&#10;    Seite:=&#39;Seite 1 von 1&#39;;&#13;&#10;    Memo643.visible:=true;&#13;&#10;    Rich28.visible:=false;&#13;&#10;    Shape141.visible:=false;&#13;&#10;    Shape142.visible:=false;&#13;&#10;    Austausch:=&#39;&#39;;&#13;&#10;    end;&#13;&#10;&#13;&#10;    if vSchule.checked then&#13;&#10;    begin&#13;&#10;      FB2a.visible:=true;&#13;&#10;      FB2a2.visible:=true;&#13;&#10;    end&#13;&#10;    else&#13;&#10;    begin&#13;&#10;      FB2b.visible:=true;&#13;&#10;      FB2b2.visible:=true;&#13;&#10;    end;&#13;&#10;&#13;&#10;      if (slbv.checked=false) and (slbm.checked=false) then&#13;&#10;      showmessage(&#39;Bitte wählen Sie, wie die Schullaufbahn generiert werden soll!&#39;)&#13;&#10;      else&#13;&#10;      if slbv.checked=true then&#13;&#10;      begin&#13;&#10;      masterdata15.visible:=true;&#13;&#10;      masterdata17.visible:=false;&#13;&#10;      end;&#13;&#10;      if slbm.checked=true then&#13;&#10;      begin&#13;&#10;      masterdata15.visible:=false;&#13;&#10;      masterdata17.visible:=true;&#13;&#10;      end;&#13;&#10;    FSchule:=Edit3.Text;&#13;&#10;    FVorname:=Edit6.Text;&#13;&#10;    FName:=Edit5.Text;&#13;&#10;    FFon:=Edit4.Text;&#13;&#10;&#13;&#10;    if vSchule.checked then&#13;&#10;       vEin:=&#39;1&#39;&#13;&#10;    else&#13;&#10;       vEin:=&#39;&#39;;&#13;&#10;&#13;&#10;    if (gr1.checked=true) and (vSchule.checked=false) and (wSchule.checked=false) then&#13;&#10;      showmessage(&#39;Wählen Sie einen Zeitpunkt der Verfahrenseinleitung!&#39;)&#13;&#10;&#13;&#10;    else weiter.ModalResult:=mrOK;&#13;&#10;  end;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Child1OnBeforePrint(Sender: TfrxComponent);&#13;&#10;var&#13;&#10;  posy: integer;&#13;&#10;begin&#13;&#10;  posy:=round(Engine.CurY);&#13;&#10;  //showmessage (inttostr(posy));&#13;&#10;  if posy&#60;=22 then&#13;&#10;  begin&#13;&#10;    child1.visible:=true;&#13;&#10;    pagefooter1.visible:=true;&#13;&#10;  end;&#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;procedure DialogPage1OnActivate(Sender: TfrxComponent);&#13;&#10;var&#13;&#10;PVa,PVaAdr,PVaFon,PMu,PMuFon,PMuAdr: String;&#13;&#10;begin&#13;&#10;//Daten der Eziehungs- und Sorgeberchtigten zu ermitteln&#13;&#10;Mu.Open;&#13;&#10;   Mutter:=Mu.FieldByName(&#39;Name&#39;).AsString;&#13;&#10;   MutterFon:=Mu.FieldByName(&#39;Fon1&#39;).AsString;&#13;&#10;   if Mu.FieldByName(&#39;Fon2&#39;).AsString&#62;&#39;&#39; then  MutterFon:=trim(MutterFon+&#39;  &#39;+Mu.FieldByName(&#39;Fon2&#39;).AsString);&#13;&#10;   MutterAdr:=Mu.FieldByName(&#39;Adr&#39;).AsString;&#13;&#10;Mu.Close;&#13;&#10;Va.Open;&#13;&#10;   Vater:=Va.FieldByName(&#39;Name&#39;).AsString;&#13;&#10;   VaterFon:=Va.FieldByName(&#39;Fon1&#39;).AsString;&#13;&#10;   if Va.FieldByName(&#39;Fon2&#39;).AsString&#62;&#39;&#39; then  VaterFon:=trim(VaterFon+&#39;  &#39;+Va.FieldByName(&#39;Fon2&#39;).AsString);&#13;&#10;   VaterAdr:=Va.FieldByName(&#39;Adr&#39;).AsString;&#13;&#10;Va.Close;&#13;&#10;// Pflegevater&#13;&#10;PV.Open;&#13;&#10;   PVa:=PV.FieldByName(&#39;Name&#39;).AsString;&#13;&#10;   PVaFon:=PV.FieldByName(&#39;Fon1&#39;).AsString;&#13;&#10;   if PV.FieldByName(&#39;Fon2&#39;).AsString&#62;&#39;&#39; then  PVaFon:=trim(PVaFon+&#39;  &#39;+PV.FieldByName(&#39;Fon2&#39;).AsString);&#13;&#10;   PVaAdr:=PV.FieldByName(&#39;Adr&#39;).AsString;&#13;&#10;PV.Close;&#13;&#10;//Pflegemutter&#13;&#10;PM.Open;&#13;&#10;   PMu:=PM.FieldByName(&#39;Name&#39;).AsString;&#13;&#10;   PMuFon:=PM.FieldByName(&#39;Fon1&#39;).AsString;&#13;&#10;   if PM.FieldByName(&#39;Fon2&#39;).AsString&#62;&#39;&#39; then  PMuFon:=trim(PMuFon+&#39;  &#39;+PM.FieldByName(&#39;Fon2&#39;).AsString);&#13;&#10;   PMuAdr:=PM.FieldByName(&#39;Adr&#39;).AsString;&#13;&#10;PV.Close;&#13;&#10;// Vormund&#13;&#10;Vm.Open;&#13;&#10;   Vormund:=Vm.FieldByName(&#39;Name&#39;).AsString;&#13;&#10;   if Vm.FieldByName(&#39;Fon2&#39;).AsString&#62;&#39;&#39; then  VormundFon:=trim(VormundFon+&#39;  &#39;+Vm.FieldByName(&#39;Fon2&#39;).AsString);&#13;&#10;   VormundAdr:=Vm.FieldByName(&#39;Adr&#39;).AsString;&#13;&#10;Va.Close;&#13;&#10;&#13;&#10;// Wer steht bei den Erziehungsberechtigten?&#13;&#10;If (PVa&#62;&#39;&#39;) or (PMu&#62;&#39;&#39;) then&#13;&#10;begin&#13;&#10;  ErzBer1:=PMu;&#13;&#10;  ErzBer2:=PVa;&#13;&#10;  ErzBerAdr:=PMuAdr;&#13;&#10;  IF PMuFon&#60;&#62;PVaFon then ErzBerFon:=PMuFon+&#39; &#39;+PVaFon&#13;&#10;  else ErzBerFon:=PMuFon;&#13;&#10;end&#13;&#10;else&#13;&#10;begin&#13;&#10;  ErzBer1:=Mutter;&#13;&#10;  ErzBer2:=Vater;&#13;&#10;  ErzBerAdr:=MutterAdr;&#13;&#10;  IF MutterFon&#60;&#62;VaterFon then ErzBerFon:=MutterFon+&#39; &#39;+VaterFon&#13;&#10;  else ErzBerFon:=MutterFon;&#13;&#10;  //Mutter:=&#39;&#39;;&#13;&#10;  //Vater:=&#39;&#39;;&#13;&#10;end;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure gr1OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  if gr1.checked then&#13;&#10;  begin&#13;&#10;    wSchule.checked:=false;&#13;&#10;    vSchule.enabled:=true;&#13;&#10;  end;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure gr2OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  if gr3.checked then&#13;&#10;  begin&#13;&#10;    wSchule.checked:=true;&#13;&#10;    vSchule.enabled:=false;&#13;&#10;    vEin:=&#39;&#39;;&#13;&#10;  end;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure gr3OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  if gr3.checked then&#13;&#10;  begin&#13;&#10;    wSchule.checked:=true;&#13;&#10;    vSchule.enabled:=false;&#13;&#10;    vEin:=&#39;&#39;;&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;begin&#13;&#10;&#13;&#10;end." StoreInDFM="False">
  <Datasets>
    <item DataSet="d" DataSetName="d"/>
    <item DataSet="sl" DataSetName="sl"/>
    <item DataSet="sh" DataSetName="sh"/>
    <item DataSet="v" DataSetName="v"/>
    <item DataSet="Mu" DataSetName="Mu"/>
    <item DataSet="Va" DataSetName="Va"/>
    <item DataSet="PV" DataSetName="PV"/>
    <item DataSet="PM" DataSetName="PM"/>
    <item DataSet="Vm" DataSetName="Mv"/>
    <item DataSet="sltg" DataSetName="sltg"/>
  </Datasets>
  <TfrxDataPage Name="Data" HGuides.Text="" VGuides.Text="" Height="1000" Left="0" Top="0" Width="1000">
    <TfrxMYDACQuery Name="d" RangeEndCount="1" UserName="d" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Master="v" Left="312" Top="212" IgnoreDupParams="False" SQL.Text="select aa.*&#13;&#10;,if(Mu&#62;0,&#39;x&#39;,&#39;&#39;) SbMu&#13;&#10;,if(Va&#62;0,&#39;x&#39;,&#39;&#39;)  SbVa  &#13;&#10;,if((PM&#62;0 or PV&#62;0),&#39;x&#39;,&#39;&#39;) SbE  &#13;&#10;,if(Vm&#62;0,&#39;x&#39;,&#39;&#39;) SbVm&#13;&#10;,concat(SchuelerStrasse,&#39;, &#39;,SchuelerPLZ,&#39; &#39;,SchuelerOrtsname) ShAdr                                 &#13;&#10;from (select d.*&#13;&#10;,l.Namenszusatz l1Namenszusatz,l.AkadTitel l1AkadTitel,l.Geschlecht l1Geschlecht&#13;&#10;,(select VerantwortlicherId from schuelerverantwortlicher sv inner join verantwortlicher v on sv.VerantwortlicherId=v.Id where sv.SchuelerId=d.SchuelerId and sv.Art=8 and sv.Erziehungsberechtigt&#13;&#10;=1 limit 0,1) Vm&#13;&#10;,(select VerantwortlicherId from schuelerverantwortlicher sv inner join verantwortlicher v on sv.VerantwortlicherId=v.Id where sv.SchuelerId=d.SchuelerId and sv.Art=12 and sv.Erziehungsberechtigt=1 limit 0,1) PV&#13;&#10;,(select VerantwortlicherId from schuelerverantwortlicher sv inner join verantwortlicher v on sv.VerantwortlicherId=v.Id where sv.SchuelerId=d.SchuelerId and sv.Art=11 and sv.Erziehungsberechtigt=1 limit 0,1) PM&#13;&#10;,(select VerantwortlicherId from schuelerverantwortlicher sv inner join verantwortlicher v on sv.VerantwortlicherId=v.Id where sv.SchuelerId=d.SchuelerId and sv.Art=1 and sv.Erziehungsberechtigt=1 limit 0,1) Va&#13;&#10;,(select VerantwortlicherId from schuelerverantwortlicher sv inner join verantwortlicher v on sv.VerantwortlicherId=v.Id where sv.SchuelerId=d.SchuelerId and sv.Art=0 and sv.Erziehungsberechtigt=1 limit 0,1) Mu&#13;&#10;from danis d&#13;&#10;left join person l on d.LehrerId1=l.id&#13;&#10;) aa&#13;&#10;    " MasterFields="SchuelerId=SchuelerId" LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="Eigenschaftalevitische_Religion" FieldType="fftBoolean"/>
        <item FieldName="EigenschaftAttestpflicht" FieldType="fftString" Size="64"/>
        <item FieldName="EigenschaftBuT_OLCard_Nr" FieldType="fftString" Size="64"/>
        <item FieldName="EigenschaftDatenweitergabe_Intern" FieldType="fftBoolean"/>
        <item FieldName="EigenschaftFotoerlaubnis" FieldType="fftBoolean"/>
        <item FieldName="EigenschaftFotoerlaubnis_Einschraenkungen" FieldType="fftString" Size="64"/>
        <item FieldName="EigenschaftFremdsprache" FieldType="fftString" Size="64"/>
        <item FieldName="EigenschaftGastschueler" FieldType="fftBoolean"/>
        <item FieldName="EigenschaftGeschwister" FieldType="fftBoolean"/>
        <item FieldName="EigenschaftInstrumente" FieldType="fftString" Size="64"/>
        <item FieldName="EigenschaftMusikzweig" FieldType="fftBoolean"/>
        <item FieldName="EigenschaftNachteilsausgleich" FieldType="fftString" Size="64"/>
        <item FieldName="EigenschaftProfilunterricht" FieldType="fftString" Size="64"/>
        <item FieldName="EigenschaftReligionsunterricht" FieldType="fftBoolean"/>
        <item FieldName="EigenschaftSchwimmabzeichen" FieldType="fftString" Size="64"/>
        <item FieldName="EigenschaftSprachlerner" FieldType="fftBoolean"/>
        <item FieldName="EigenschaftSPUVerfuegung_vom" FieldType="fftString" Size="64"/>
        <item FieldName="EigenschaftWerte_und_Normen" FieldType="fftBoolean"/>
        <item FieldName="EigenschaftZweitwunsch" FieldType="fftString" Size="64"/>
        <item FieldName="GruppeBezeichnung" FieldType="fftString" Size="56"/>
        <item FieldName="GruppeGanztagsunterricht" FieldType="fftBoolean"/>
        <item FieldName="GruppeId"/>
        <item FieldName="GruppeJahrgangsstufe"/>
        <item FieldName="GruppeRaum" FieldType="fftString"/>
        <item FieldName="GruppeZeugnisstatus"/>
        <item FieldName="GruppeStandort" FieldType="fftString" Size="256"/>
        <item FieldName="JahrgangsdatenEndDatum" FieldType="fftDateTime"/>
        <item FieldName="JahrgangsdatenId"/>
        <item FieldName="JahrgangsdatenKlassensprecher"/>
        <item FieldName="JahrgangsdatenKreisschuelerrat"/>
        <item FieldName="JahrgangsdatenSchuelersprecher"/>
        <item FieldName="JahrgangsdatenStadtschuelerrat"/>
        <item FieldName="JahrgangsdatenLandesschuelerrat" FieldType="fftBoolean"/>
        <item FieldName="JahrgangsdatenProfil" FieldType="fftString" Size="64"/>
        <item FieldName="JahrgangsdatenProfil2" FieldType="fftString" Size="64"/>
        <item FieldName="JahrgangsdatenStatus"/>
        <item FieldName="KombiJahrgangsstufe"/>
        <item FieldName="InfektionsschutzNachweis"/>
        <item FieldName="InfektionsschutzNachweisForm"/>
        <item FieldName="InfektionsschutzNachweisDatum" FieldType="fftDateTime"/>
        <item FieldName="InfektionsschutzKontraindikationBis" FieldType="fftDateTime"/>
        <item FieldName="InfektionsschutzMeldungGesundheitsamt" FieldType="fftDateTime"/>
        <item FieldName="InfektionsschutzRueckmeldungGesundheitsamt" FieldType="fftDateTime"/>
        <item FieldName="LehrerID1"/>
        <item FieldName="Lehrervorname1" FieldType="fftString" Size="256"/>
        <item FieldName="Lehrernachname1" FieldType="fftString" Size="256"/>
        <item FieldName="LehrerID2"/>
        <item FieldName="Lehrervorname2" FieldType="fftString" Size="256"/>
        <item FieldName="Lehrernachname2" FieldType="fftString" Size="256"/>
        <item FieldName="LernmittelausleiheBezeichnung" FieldType="fftString" Size="64"/>
        <item FieldName="LernmittelausleiheDatum" FieldType="fftDateTime"/>
        <item FieldName="LernmittelausleiheGezahlterBetrag"/>
        <item FieldName="LernmittelausleiheLernmittelBezahlt" FieldType="fftBoolean"/>
        <item FieldName="LernmittelausleiheLeihtAus" FieldType="fftBoolean"/>
        <item FieldName="LernmittelausleiheProzent"/>
        <item FieldName="NachSchulformBezeichnung" FieldType="fftString" Size="64"/>
        <item FieldName="NachSchulformKennzahl"/>
        <item FieldName="NachSchulformKuerzel" FieldType="fftString" Size="64"/>
        <item FieldName="PersonSanisSync"/>
        <item FieldName="SchuelerAbgangsdatum" FieldType="fftDateTime"/>
        <item FieldName="SchuelerAbschlussBezeichnung" FieldType="fftString" Size="67"/>
        <item FieldName="SchuelerAbschlussId"/>
        <item FieldName="SchuelerAbschlussKennzahl" FieldType="fftString" Size="16"/>
        <item FieldName="SchuelerAufnahmedatum" FieldType="fftDateTime"/>
        <item FieldName="SchuelerBankverbindung" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerBeginnDerSchulpflicht"/>
        <item FieldName="SchuelerBemerkungen" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerBerufswunsch" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerBild"/>
        <item FieldName="SchuelerBildVorhanden" FieldType="fftBoolean"/>
        <item FieldName="SchuelerElternEntscheidungId"/>
        <item FieldName="SchuelerElternWunschId"/>
        <item FieldName="SchuelerElternEntscheidung" FieldType="fftString" Size="50"/>
        <item FieldName="SchuelerElternWunsch" FieldType="fftString" Size="50"/>
        <item FieldName="SchuelerEMail" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerEmpfehlung"/>
        <item FieldName="SchuelerErstEinschulJahr"/>
        <item FieldName="SchuelerFahrschueler" FieldType="fftBoolean"/>
        <item FieldName="SchuelerFax" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerFlexiKind" FieldType="fftBoolean"/>
        <item FieldName="SchuelerFoerderDeutschaZAb" FieldType="fftDateTime"/>
        <item FieldName="SchuelerFoerderung" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerFoerderungAb" FieldType="fftDateTime"/>
        <item FieldName="SchuelerGeburtsdatum" FieldType="fftDateTime"/>
        <item FieldName="SchuelerGeburtslandbezeichnung" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerGeburtslandkennzahl" FieldType="fftString" Size="16"/>
        <item FieldName="SchuelerGeburtslandbezeichnungIso" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerGeburtslandCodeIso" FieldType="fftString"/>
        <item FieldName="SchuelerGeburtsort" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerGeschlecht" FieldType="fftString"/>
        <item FieldName="SchuelerHerkunftBezeichnung" FieldType="fftString" Size="128"/>
        <item FieldName="SchuelerHerkunftKennzahl" FieldType="fftString" Size="16"/>
        <item FieldName="SchuelerId"/>
        <item FieldName="SchuelerIdentNummer" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerKonfession" FieldType="fftString" Size="128"/>
        <item FieldName="SchuelerKonfessionKennzahl" FieldType="fftString" Size="16"/>
        <item FieldName="SchuelerKrankenkasse" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerLandkreis" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerNachname" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerNachSchule" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerNamenszusatz" FieldType="fftString" Size="32"/>
        <item FieldName="SchuelerNotfall" FieldType="fftString" Size="255"/>
        <item FieldName="SchuelerOPNV" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerOrtsname" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerOrtsname2" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerOrtsteil" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerPLZ" FieldType="fftString" Size="32"/>
        <item FieldName="SchuelerPLZ2" FieldType="fftString" Size="32"/>
        <item FieldName="SchuelerRufname" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerSchulbesuchsjahr"/>
        <item FieldName="SchuelerSonderpaedBedarf"/>
        <item FieldName="SchuelerStaatsangehoerigkeit" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerStaatsangehoerigkeitKennzahl" FieldType="fftString" Size="16"/>
        <item FieldName="SchuelerStaatsangehoerigkeit2" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerStaatsangehoerigkeitKennzahl2" FieldType="fftString" Size="16"/>
        <item FieldName="SchuelerStaatsangehoerigkeitIso" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerStaatsangehoerigkeitCodeIso" FieldType="fftString"/>
        <item FieldName="SchuelerStaatsangehoerigkeitIso2" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerStaatsangehoerigkeitCodeIso2" FieldType="fftString"/>
        <item FieldName="SchuelerStrasse" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerStrasse2" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerTelefon1" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerTelefon2" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerTitel" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerTrendEmpfehlung"/>
        <item FieldName="SchuelerUnterordner" FieldType="fftString" Size="50"/>
        <item FieldName="SchuelerVerkehrsspracheId"/>
        <item FieldName="SchuelerVerkehrsSprache" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerVonSchule" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerVornamen" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerWiederholt" FieldType="fftString" Size="15"/>
        <item FieldName="SchuelerWohnsitz"/>
        <item FieldName="SchuelerZurueckgestellt" FieldType="fftBoolean"/>
        <item FieldName="SchuelerZuzugsjahr"/>
        <item FieldName="SchuleAdresse" FieldType="fftString" Size="64"/>
        <item FieldName="SchuleIdentNummer" FieldType="fftString" Size="64"/>
        <item FieldName="SchuleLand" FieldType="fftString" Size="64"/>
        <item FieldName="SchuleName" FieldType="fftString" Size="256"/>
        <item FieldName="SchuleOrt" FieldType="fftString" Size="64"/>
        <item FieldName="SchulePLZ"/>
        <item FieldName="SchulformBezeichnung" FieldType="fftString" Size="64"/>
        <item FieldName="SchulformKennzahl"/>
        <item FieldName="SchulformKuerzel" FieldType="fftString" Size="64"/>
        <item FieldName="SchulgliederungId"/>
        <item FieldName="SchuljahrBezeichnung" FieldType="fftString" Size="64"/>
        <item FieldName="SchuljahrId"/>
        <item FieldName="UnterordnerId"/>
        <item FieldName="Verantw1Id"/>
        <item FieldName="Verantw1Erziehungsberechtigt" FieldType="fftBoolean"/>
        <item FieldName="Verantw1Umgangsberechtigt" FieldType="fftBoolean"/>
        <item FieldName="Verantw1Art"/>
        <item FieldName="Verantw1Vorname" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw1Nachname" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw1Titel" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw1AkadTitel" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw1Geburtsdatum" FieldType="fftDateTime"/>
        <item FieldName="Verantw1Geschlecht" FieldType="fftString"/>
        <item FieldName="Verantw1Namenszusatz" FieldType="fftString" Size="32"/>
        <item FieldName="Verantw1Strasse" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw1Ortsname" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw1PLZ" FieldType="fftString" Size="32"/>
        <item FieldName="Verantw1EMail" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw1Telefon1" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw1Telefon2" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw1Bankverbindung" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw1Fax" FieldType="fftString" Size="64"/>
        <item FieldName="SerienBriefAnredeErz1" FieldType="fftString" Size="374"/>
        <item FieldName="SerienbriefFrauHerrn" FieldType="fftString" Size="15"/>
        <item FieldName="SerienbriefAnredeNamen"/>
        <item FieldName="Verantw2Id"/>
        <item FieldName="Verantw2Erziehungsberechtigt" FieldType="fftBoolean"/>
        <item FieldName="Verantw2Umgangsberechtigt" FieldType="fftBoolean"/>
        <item FieldName="Verantw2Art"/>
        <item FieldName="Verantw2Vorname" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw2Nachname" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw2Titel" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw2AkadTitel" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw2Geburtsdatum" FieldType="fftDateTime"/>
        <item FieldName="Verantw2Geschlecht" FieldType="fftString"/>
        <item FieldName="Verantw2Namenszusatz" FieldType="fftString" Size="32"/>
        <item FieldName="Verantw2Strasse" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw2Ortsname" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw2PLZ" FieldType="fftString" Size="32"/>
        <item FieldName="Verantw2EMail" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw2Telefon1" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw2Telefon2" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw2Bankverbindung" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw2Fax" FieldType="fftString" Size="64"/>
        <item FieldName="SerienBriefAnredeErz2"/>
        <item FieldName="l1Namenszusatz" FieldType="fftString" Size="32"/>
        <item FieldName="l1AkadTitel" FieldType="fftString" Size="64"/>
        <item FieldName="l1Geschlecht" FieldType="fftString"/>
        <item FieldName="Vm"/>
        <item FieldName="PV"/>
        <item FieldName="PM"/>
        <item FieldName="Va"/>
        <item FieldName="Mu"/>
        <item FieldName="SbMu" FieldType="fftString"/>
        <item FieldName="SbVa" FieldType="fftString"/>
        <item FieldName="SbE" FieldType="fftString"/>
        <item FieldName="SbVm" FieldType="fftString"/>
        <item FieldName="ShAdr" FieldType="fftString" Size="547"/>
      </FieldDefs>
    </TfrxMYDACQuery>
    <TfrxMYDACQuery Name="sl" UserName="sl" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Filter="GruppeId&#62;1" Filtered="True" Master="v" Left="160" Top="208" IgnoreDupParams="False" SQL.Text="SELECT j.SchuelerId,j.GruppeId,sh.Bezeichnung schj,sf.Kuerzel,g.Bezeichnung Gruppe,j.EndDatum,j.Status&#13;&#10;,if (Schulname&#62;&#39;&#39;,Schulname,(select Name from schule)) Schulname                                     &#13;&#10;FROM jahrgangsdaten j&#13;&#10;inner join gruppe g on j.GruppeId=g.Id&#13;&#10;inner join schulgliederung sg on g.SchulgliederungId=sg.Id&#13;&#10;inner join schuljahr sh on sg.SchuljahrId=sh.Id&#13;&#10;inner join schulform sf on sg.SchulformId=sf.Id&#13;&#10;order by sh.Bezeichnung,j.Enddatum                                                                                                              &#13;&#10;                          " MasterFields="SchuelerId=SchuelerId" LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="SchuelerId"/>
        <item FieldName="GruppeId"/>
        <item FieldName="schj" FieldType="fftString" Size="64"/>
        <item FieldName="Kuerzel" FieldType="fftString" Size="64"/>
        <item FieldName="Gruppe" FieldType="fftString" Size="32"/>
        <item FieldName="EndDatum" FieldType="fftDateTime"/>
        <item FieldName="Status"/>
        <item FieldName="Schulname" FieldType="fftString" Size="256"/>
      </FieldDefs>
    </TfrxMYDACQuery>
    <TfrxMYDACQuery Name="sh" UserName="sh" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Left="456" Top="212" IgnoreDupParams="False" SQL.Text="select * from schule                                                   " LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="Id"/>
        <item FieldName="UpdateCount"/>
        <item FieldName="Name" FieldType="fftString" Size="256"/>
        <item FieldName="IdentNummer" FieldType="fftString" Size="64"/>
        <item FieldName="Land" FieldType="fftString" Size="64"/>
        <item FieldName="Adresse" FieldType="fftString" Size="64"/>
        <item FieldName="PLZ"/>
        <item FieldName="Ort" FieldType="fftString" Size="64"/>
        <item FieldName="Telefon" FieldType="fftString" Size="64"/>
        <item FieldName="Fax" FieldType="fftString" Size="64"/>
        <item FieldName="EMail" FieldType="fftString" Size="64"/>
        <item FieldName="Homepage" FieldType="fftString" Size="64"/>
        <item FieldName="Bank" FieldType="fftString" Size="64"/>
        <item FieldName="Logo"/>
        <item FieldName="AnzahlStandorte"/>
        <item FieldName="SchulleiterID"/>
        <item FieldName="Schultraeger" FieldType="fftString" Size="255"/>
        <item FieldName="StandardLehrmittelausleiheID"/>
        <item FieldName="Dienststelle" FieldType="fftString" Size="255"/>
        <item FieldName="DienststelleMail" FieldType="fftString" Size="255"/>
      </FieldDefs>
    </TfrxMYDACQuery>
    <TfrxMYDACQuery Name="v" UserName="v" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Left="612" Top="212" IgnoreDupParams="False" SQL.Text="select sv.VerantwortlicherId Id&#13;&#10;  ,concat(if(v1.Geschlecht=&#39;w&#39;,&#39;Sehr geehrte Frau &#39;,&#39;Sehr geehrter Herr &#39;),if(v1.akadTitel&#62;&#39;&#39;,concat(v1.akadTitel,&#39; &#39;),&#39;&#39;),if(v1.Namenszusatz&#62;&#39;&#39;,concat(v1.Namenszusatz,&#39; &#39;),&#39;&#39;),v1.Nachname,&#39;,&#39;) SerienBriefAnredeErz1&#13;&#10;  ,if(count(sv.SchuelerId)&#62;1,if(v2.Nachname&#62;&#39;&#39;,concat(if(v2.Geschlecht=&#39;w&#39;,&#39;sehr geehrte Frau &#39;,&#39;sehr geehrter Herr &#39;),if(v2.akadTitel&#62;&#39;&#39;,concat(v2.akadTitel,&#39; &#39;),&#39;&#39;),if(v2.Namenszusatz&#62;&#39;&#39;,concat(v2.Namenszusatz,&#39; &#39;),&#39;&#39;),v2.Nachname,&#39;,&#39;),&#39;&#39;),&#39;&#39;) SerienBriefAnredeErz2                     &#13;&#10;  ,IF (count(sv.SchuelerId)&#62;1&#13;&#10;       ,if(v1.Nachname=v2.Nachname  &#13;&#10;          ,concat(if(v1.AkadTitel&#60;&#62;&#34;&#34;,concat(v1.AkadTitel,&#34; &#34;,v1.Rufname),v1.Rufname),&#34; und &#34;,if(v2.AkadTitel&#60;&#62;&#34;&#34;,concat(v2.AkadTitel,&#34; &#34;,v2.Rufname),v2.Rufname),&#34; &#34;,if(v1.Namenszusatz&#60;&#62;&#34;&#34;,concat(v1.Namenszusatz,&#34; &#34;),&#34;&#34;),v1.Nachname)&#13;&#10;          ,concat(if(v1.AkadTitel&#60;&#62;&#34;&#34;,concat(v1.AkadTitel,&#34; &#34;,v1.Rufname),v1.Rufname),&#34; &#34;,if(v1.Namenszusatz&#60;&#62;&#34;&#34;,concat(v1.Namenszusatz,&#34; &#34;),&#34;&#34;),v1.Nachname,&#34; und &#34;,if(v2.AkadTitel&#60;&#62;&#34;&#34;,concat(v2.AkadTitel,&#34; &#34;,v2.Rufname),v2.Rufname),&#34; &#34;,if(v2.Namenszusatz&#60;&#62;&#34;&#34;,concat(v2.Namenszusatz,&#34; &#34;),&#34;&#34;),v2.Nachname))&#13;&#10;       ,concat(if(v1.AkadTitel&#60;&#62;&#34;&#34;,concat(v1.AkadTitel,&#34; &#34;,v1.Rufname),v1.Rufname),&#34; &#34;,if(v1.Namenszusatz&#60;&#62;&#34;&#34;,concat(v1.Namenszusatz,&#34; &#34;),&#34;&#34;),v1.Nachname)) SerienbriefAnredeNamen        &#13;&#10;  ,IF (count(sv.SchuelerId)&#62;1,&#34;Frau und Herrn&#34;,if(v1.Geschlecht=&#34;w&#34;,&#34;Frau&#34;,if(v1.Geschlecht=&#34;m&#34;,&#34;Herrn&#34;,&#34;&#34;))) SerienbriefFrauHerrn        &#13;&#10;  ,a.Strasse Verantw1Strasse,o.PLZ Verantw1PLZ,o.Name Verantw1Ortsname    &#13;&#10;  ,&#34;0&#34; Funktion,sv.SchuelerId,&#34;1&#34; ES    &#13;&#10;   from schuelerverantwortlicher sv                &#13;&#10;   left join verantwortlicher v on (sv.VerantwortlicherId=v.Id)    &#13;&#10;   left join person ps on sv.SchuelerId=ps.Id    &#13;&#10;   left join jahrgangsdaten j on j.SchuelerId=sv.SchuelerId    &#13;&#10;   left join gruppe g on j.GruppeId=g.Id    &#13;&#10;   left join person v1 on sv.VerantwortlicherId=v1.Id    &#13;&#10;   left join person v2 on (v2.Id=(select VerantwortlicherId from schuelerverantwortlicher where SchuelerId=sv.SchuelerId and VerantwortlicherId!=v1.Id limit 0,1))    &#13;&#10;   left join adresse a on sv.VerantwortlicherId=a.PersonId    &#13;&#10;   left join ort o on a.OrtId=o.Id&#13;&#10;   left join adresse sa on sv.SchuelerId=sa.PersonId&#13;&#10;   left join ort so on sa.OrtId=so.Id&#13;&#10;   left join schueler ss on sv.SchuelerId=ss.Id                                                                                                                                         &#13;&#10;   where sv.Erziehungsberechtigt=1 and sa.Hauptwohnsitz=1 and j.Id in (select JahrgangsdatenId from danis)    &#13;&#10;   group by sv.SchuelerId,a.OrtId,a.Strasse    &#13;&#10;   order by sv.Art,g.Jahrgangsstufe,g.Bezeichnung,ps.Nachname&#13;&#10;                    " LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="Id"/>
        <item FieldName="SerienBriefAnredeErz1" FieldType="fftString" Size="374"/>
        <item FieldName="SerienBriefAnredeErz2" FieldType="fftString" Size="374"/>
        <item FieldName="SerienbriefAnredeNamen" FieldType="fftString" Size="1227"/>
        <item FieldName="SerienbriefFrauHerrn" FieldType="fftString" Size="14"/>
        <item FieldName="Verantw1Strasse" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw1PLZ" FieldType="fftString" Size="32"/>
        <item FieldName="Verantw1Ortsname" FieldType="fftString" Size="256"/>
        <item FieldName="Funktion" FieldType="fftString"/>
        <item FieldName="SchuelerId"/>
        <item FieldName="ES" FieldType="fftString"/>
      </FieldDefs>
    </TfrxMYDACQuery>
    <TfrxMYDACQuery Name="Mu" UserName="Mu" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Left="160" Top="304" IgnoreDupParams="False" SQL.Text="select * from                            &#13;&#10;(select sv.Art,p.Id,sv.SchuelerId                  &#13;&#10;,concat(if(AkadTitel&#62;&#39;&#39;,concat(AkadTitel,&#39; &#39;),&#39;&#39;),if(Namenszusatz&#62;&#39;&#39;,concat(Namenszusatz,&#39; &#39;),&#39;&#39;),Nachname,&#39;, &#39;,Rufname) Name         &#13;&#10;,(select Adresse from kontakt where sv.SchuelerId=PersonId and Art=0 and NurIntern=0 and Berichtsstufe=0 order by Id limit 1) Fon1                     &#13;&#10;,(select Adresse from kontakt where p.Id=PersonId and Art=0 and NurIntern=0 and Berichtsstufe=0 order by Id limit 1) Fon2&#13;&#10;,concat(a.Strasse,&#39;, &#39;,o.PLZ,&#39; &#39;,o.Name) Adr    &#13;&#10;from person p&#13;&#10;inner join schuelerverantwortlicher sv on sv.VerantwortlicherId=p.Id&#13;&#10;inner join verantwortlicher v on sv.VerantwortlicherId=v.Id&#13;&#10;left join adresse a on p.Id=a.PersonId&#13;&#10;inner join ort o on a.OrtId=o.Id&#13;&#10;where sv.Erziehungsberechtigt&#13;&#10;=1 and sv.Art=0) Mu       &#13;&#10;where SchuelerId in (select SchuelerId from danis) limit 1                  " LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="Art"/>
        <item FieldName="Id"/>
        <item FieldName="SchuelerId"/>
        <item FieldName="Name" FieldType="fftString" Size="612"/>
        <item FieldName="Fon1" FieldType="fftString" Size="64"/>
        <item FieldName="Fon2" FieldType="fftString" Size="64"/>
        <item FieldName="Adr" FieldType="fftString" Size="547"/>
      </FieldDefs>
    </TfrxMYDACQuery>
    <TfrxMYDACQuery Name="Va" UserName="Va" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Left="312" Top="304" IgnoreDupParams="False" SQL.Text="select * from                            &#13;&#10;(select sv.Art,p.Id,sv.SchuelerId                  &#13;&#10;,concat(if(AkadTitel&#62;&#39;&#39;,concat(AkadTitel,&#39; &#39;),&#39;&#39;),if(Namenszusatz&#62;&#39;&#39;,concat(Namenszusatz,&#39; &#39;),&#39;&#39;),Nachname,&#39;, &#39;,Rufname) Name         &#13;&#10;,(select Adresse from kontakt where sv.SchuelerId=PersonId and Art=0 and NurIntern=0 and Berichtsstufe=0 order by Id limit 1) Fon1                     &#13;&#10;,(select Adresse from kontakt where p.Id=PersonId and Art=0 and NurIntern=0 and Berichtsstufe=0 order by Id limit 1) Fon2&#13;&#10;,concat(a.Strasse,&#39;, &#39;,o.PLZ,&#39; &#39;,o.Name) Adr    &#13;&#10;from person p&#13;&#10;inner join schuelerverantwortlicher sv on sv.VerantwortlicherId=p.Id&#13;&#10;inner join verantwortlicher v on sv.VerantwortlicherId=v.Id&#13;&#10;left join adresse a on p.Id=a.PersonId&#13;&#10;inner join ort o on a.OrtId=o.Id&#13;&#10;where sv.Erziehungsberechtigt&#13;&#10;=1 and sv.Art=1) Va            &#13;&#10;where SchuelerId in (select SchuelerId from danis) limit 1                  " LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="Art"/>
        <item FieldName="Id"/>
        <item FieldName="SchuelerId"/>
        <item FieldName="Name" FieldType="fftString" Size="612"/>
        <item FieldName="Fon1" FieldType="fftString" Size="64"/>
        <item FieldName="Fon2" FieldType="fftString" Size="64"/>
        <item FieldName="Adr" FieldType="fftString" Size="547"/>
      </FieldDefs>
    </TfrxMYDACQuery>
    <TfrxMYDACQuery Name="PV" UserName="PV" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Left="456" Top="304" IgnoreDupParams="False" SQL.Text="select * from                            &#13;&#10;(select sv.Art,p.Id,sv.SchuelerId                  &#13;&#10;,concat(if(AkadTitel&#62;&#39;&#39;,concat(AkadTitel,&#39; &#39;),&#39;&#39;),if(Namenszusatz&#62;&#39;&#39;,concat(Namenszusatz,&#39; &#39;),&#39;&#39;),Nachname,&#39;, &#39;,Rufname) Name         &#13;&#10;,(select Adresse from kontakt where sv.SchuelerId=PersonId and Art=0 and NurIntern=0 and Berichtsstufe=0 order by Id limit 1) Fon1                     &#13;&#10;,(select Adresse from kontakt where p.Id=PersonId and Art=0 and NurIntern=0 and Berichtsstufe=0 order by Id limit 1) Fon2&#13;&#10;,concat(a.Strasse,&#39;, &#39;,o.PLZ,&#39; &#39;,o.Name) Adr    &#13;&#10;from person p&#13;&#10;inner join schuelerverantwortlicher sv on sv.VerantwortlicherId=p.Id&#13;&#10;inner join verantwortlicher v on sv.VerantwortlicherId=v.Id&#13;&#10;left join adresse a on p.Id=a.PersonId&#13;&#10;inner join ort o on a.OrtId=o.Id&#13;&#10;where sv.Erziehungsberechtigt&#13;&#10;=1 and sv.Art=12) PV                 &#13;&#10;where SchuelerId in (select SchuelerId from danis) limit 1                    " LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="Art"/>
        <item FieldName="Id"/>
        <item FieldName="SchuelerId"/>
        <item FieldName="Name" FieldType="fftString" Size="612"/>
        <item FieldName="Fon1" FieldType="fftString" Size="64"/>
        <item FieldName="Fon2" FieldType="fftString" Size="64"/>
        <item FieldName="Adr" FieldType="fftString" Size="547"/>
      </FieldDefs>
    </TfrxMYDACQuery>
    <TfrxMYDACQuery Name="PM" UserName="PM" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Left="612" Top="304" IgnoreDupParams="False" SQL.Text="select * from                            &#13;&#10;(select sv.Art,p.Id,sv.SchuelerId                  &#13;&#10;,concat(if(AkadTitel&#62;&#39;&#39;,concat(AkadTitel,&#39; &#39;),&#39;&#39;),if(Namenszusatz&#62;&#39;&#39;,concat(Namenszusatz,&#39; &#39;),&#39;&#39;),Nachname,&#39;, &#39;,Rufname) Name         &#13;&#10;,(select Adresse from kontakt where sv.SchuelerId=PersonId and Art=0 and NurIntern=0 and Berichtsstufe=0 order by Id limit 1) Fon1                     &#13;&#10;,(select Adresse from kontakt where p.Id=PersonId and Art=0 and NurIntern=0 and Berichtsstufe=0 order by Id limit 1) Fon2&#13;&#10;,concat(a.Strasse,&#39;, &#39;,o.PLZ,&#39; &#39;,o.Name) Adr    &#13;&#10;from person p&#13;&#10;inner join schuelerverantwortlicher sv on sv.VerantwortlicherId=p.Id&#13;&#10;inner join verantwortlicher v on sv.VerantwortlicherId=v.Id&#13;&#10;left join adresse a on p.Id=a.PersonId&#13;&#10;inner join ort o on a.OrtId=o.Id&#13;&#10;where sv.Erziehungsberechtigt&#13;&#10;=1 and sv.Art=11) PM                 &#13;&#10;where SchuelerId in (select SchuelerId from danis) limit 1                  " LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="Art"/>
        <item FieldName="Id"/>
        <item FieldName="SchuelerId"/>
        <item FieldName="Name" FieldType="fftString" Size="612"/>
        <item FieldName="Fon1" FieldType="fftString" Size="64"/>
        <item FieldName="Fon2" FieldType="fftString" Size="64"/>
        <item FieldName="Adr" FieldType="fftString" Size="547"/>
      </FieldDefs>
    </TfrxMYDACQuery>
    <TfrxMYDACQuery Name="Vm" UserName="Mv" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Left="160" Top="396" IgnoreDupParams="False" SQL.Text="select * from                            &#13;&#10;(select sv.Art,p.Id,sv.SchuelerId                  &#13;&#10;,concat(if(AkadTitel&#62;&#39;&#39;,concat(AkadTitel,&#39; &#39;),&#39;&#39;),if(Namenszusatz&#62;&#39;&#39;,concat(Namenszusatz,&#39; &#39;),&#39;&#39;),Nachname,&#39;, &#39;,Rufname) Name         &#13;&#10;,(select Adresse from kontakt where sv.SchuelerId=PersonId and Art=0 and NurIntern=0 and Berichtsstufe=0 order by Id limit 1) Fon1                     &#13;&#10;,(select Adresse from kontakt where p.Id=PersonId and Art=0 and NurIntern=0 and Berichtsstufe=0 order by Id limit 1) Fon2&#13;&#10;,concat(a.Strasse,&#39;, &#39;,o.PLZ,&#39; &#39;,o.Name) Adr    &#13;&#10;from person p&#13;&#10;inner join schuelerverantwortlicher sv on sv.VerantwortlicherId=p.Id&#13;&#10;inner join verantwortlicher v on sv.VerantwortlicherId=v.Id&#13;&#10;left join adresse a on p.Id=a.PersonId&#13;&#10;inner join ort o on a.OrtId=o.Id&#13;&#10;where sv.Erziehungsberechtigt&#13;&#10;=1 and sv.Art=8) Vm                      &#13;&#10;where SchuelerId in (select SchuelerId from danis) limit 1                  " LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="Art"/>
        <item FieldName="Id"/>
        <item FieldName="SchuelerId"/>
        <item FieldName="Name" FieldType="fftString" Size="612"/>
        <item FieldName="Fon1" FieldType="fftString" Size="64"/>
        <item FieldName="Fon2" FieldType="fftString" Size="64"/>
        <item FieldName="Adr" FieldType="fftString" Size="547"/>
      </FieldDefs>
    </TfrxMYDACQuery>
    <TfrxMYDACQuery Name="sltg" UserName="sltg" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Left="312" Top="396" IgnoreDupParams="False" SQL.Text="SELECT l.Id, p.AkadTitel, p.Nachname, p.Rufname, p.Geschlecht, p.Titel, p.Namenszusatz                                                                                                                  &#13;&#10;FROM&#13;&#10;    lehrer l&#13;&#10;    INNER JOIN schule s ON (l.Id=s.SchulleiterID)&#13;&#10;    INNER JOIN person p ON (s.SchulleiterID=p.Id)  " LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="Id"/>
        <item FieldName="AkadTitel" FieldType="fftString" Size="64"/>
        <item FieldName="Nachname" FieldType="fftString" Size="256"/>
        <item FieldName="Rufname" FieldType="fftString" Size="256"/>
        <item FieldName="Geschlecht" FieldType="fftString"/>
        <item FieldName="Titel" FieldType="fftString" Size="64"/>
        <item FieldName="Namenszusatz" FieldType="fftString" Size="32"/>
      </FieldDefs>
    </TfrxMYDACQuery>
  </TfrxDataPage>
  <TfrxDialogPage Name="DialogPage1" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" HGuides.Text="" VGuides.Text="" Caption="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung" DoubleBuffered="False" Height="589" ClientHeight="550" Left="577" Top="171" Width="489" Scaled="True" ClientWidth="473" OnActivate="DialogPage1OnActivate">
    <TfrxButtonControl Name="Abbrechen" Left="25" Top="508" Width="75" Height="25" ShowHint="True" Caption="Abbrechen" Default="True" ModalResult="2"/>
    <TfrxButtonControl Name="weiter" Left="364" Top="508" Width="75" Height="25" ShowHint="True" Caption="weiter" OnEnter="weiterOnEnter"/>
    <TfrxGroupBoxControl Name="GroupBox1" Left="32" Top="16" Width="409" Height="121" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" ParentFont="False" ShowHint="True" Caption="Bitte wählen Sie den zutreffenden Grund für die Verfahrenseinleitung: " Color="-16777201">
      <TfrxRadioButtonControl Name="gr1" Left="12" Top="29" Width="397" Height="37" ShowHint="True" Caption="aus der bisherigen Entwicklung Ihres Kindes haben sich Hinweise für einen Bedarf an sonderpädagogischer Unterstützung ergeben." TabStop="False" WordWrap="True" Color="-16777201" OnClick="gr1OnClick"/>
      <TfrxRadioButtonControl Name="gr3" Left="12" Top="70" Width="397" Height="41" ShowHint="True" Caption="es liegen Hinweise vor, dass für Ihr Kind ein Bedarf an sonderpädagogischer Unterstützung nicht mehr vorliegt." TabStop="False" WordWrap="True" Color="-16777201" OnClick="gr3OnClick"/>
    </TfrxGroupBoxControl>
    <TfrxGroupBoxControl Name="GroupBox2" Left="32" Top="148" Width="409" Height="45" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" ParentFont="False" ShowHint="True" Caption="Zeitpunkt der Verfahrenseinleitung: " Color="-16777201">
      <TfrxRadioButtonControl Name="vschule" Left="12" Top="20" Width="133" Height="17" ShowHint="True" Caption="vor der Einschulung" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="wSchule" Left="225" Top="20" Width="181" Height="17" ShowHint="True" Caption="während des Schulbesuches" TabStop="False" Color="-16777201"/>
    </TfrxGroupBoxControl>
    <TfrxGroupBoxControl Name="GroupBox4" Left="32" Top="208" Width="413" Height="133" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" ParentFont="False" ShowHint="True" Caption="Förderschullehrer/in" Color="-16777201">
      <TfrxEditControl Name="Edit3" Tag="2" Left="70" Top="20" Width="329" Height="21" ShowHint="True" Color="-16777211" MaxLength="0" PasswordChar="0"/>
      <TfrxLabelControl Name="Label3" Left="8" Top="23" Width="43" Height="13" ShowHint="True" Caption="Schule: " Color="-16777201"/>
      <TfrxEditControl Name="Edit4" Tag="3" Left="70" Top="48" Width="329" Height="21" ShowHint="True" Color="-16777211" MaxLength="0" PasswordChar="0"/>
      <TfrxLabelControl Name="Label4" Left="8" Top="51" Width="45" Height="13" ShowHint="True" Caption="Telefon:" Color="-16777201"/>
      <TfrxEditControl Name="Edit5" Tag="4" Left="70" Top="76" Width="329" Height="21" ShowHint="True" Color="-16777211" MaxLength="0" PasswordChar="0"/>
      <TfrxEditControl Name="Edit6" Tag="5" Left="70" Top="104" Width="329" Height="21" ShowHint="True" Color="-16777211" MaxLength="0" PasswordChar="0"/>
      <TfrxLabelControl Name="Label5" Left="8" Top="79" Width="38" Height="13" ShowHint="True" Caption="Name: " Color="-16777201"/>
      <TfrxLabelControl Name="Label6" Left="8" Top="107" Width="57" Height="13" ShowHint="True" Caption="Vorname: " Color="-16777201"/>
    </TfrxGroupBoxControl>
    <TfrxCheckBoxControl Name="CheckBox1" Left="24" Top="424" Width="429" Height="17" ShowHint="True" Caption="Anschriftsbogen für Fensterumschlag für Einladung Förderkommission mit ausdrucken." Color="-16777201" OnClick="CheckBox1OnClick"/>
    <TfrxGroupBoxControl Name="GroupBox3" Left="36" Top="352" Width="409" Height="61" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" ParentFont="False" ShowHint="True" Caption="Schullaufbahn" Color="-16777201">
      <TfrxRadioButtonControl Name="slbv" Left="8" Top="20" Width="345" Height="17" ShowHint="True" Caption="Die Schullaufbahn ist vollständig in DaNiS erfasst." TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="slbm" Left="8" Top="40" Width="373" Height="17" ShowHint="True" Caption="Die Schullaufbahn soll manuell erfasst werden." TabStop="False" Color="-16777201"/>
    </TfrxGroupBoxControl>
    <TfrxCheckBoxControl Name="CheckBox2" Left="24" Top="452" Width="433" Height="21" ShowHint="True" Caption="Die Erziehungsberechtigten sollen einem Austausch" Color="-16777201"/>
    <TfrxLabelControl Name="Label7" Left="40" Top="472" Width="328" Height="13" ShowHint="True" Caption="mit einer außer- bzw. vorschulischen Stelle zustimmen. (Anlage zu 7)" Color="-16777201"/>
  </TfrxDialogPage>
  <TfrxReportPage Name="FB0" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="20" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" MirrorMode="0">
    <TfrxShapeView Name="Shape87" AllowVectorExport="True" Left="2" Top="145,96073" Width="680,31496063" Height="37" Frame.Color="8421504" Frame.Typ="0"/>
    <TfrxShapeView Name="Shape89" AllowVectorExport="True" Left="0" Top="778,58318" Width="680,31496063" Height="64,25201" Frame.Color="8421504" Frame.Typ="0"/>
    <TfrxShapeView Name="Shape88" AllowVectorExport="True" Left="0" Top="359,24428" Width="680,31496063" Height="45,35436" Frame.Color="8421504" Frame.Typ="0"/>
    <TfrxMasterData Name="MasterData13" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="20" Left="0" Top="18,89765" Width="680,3154" ColumnWidth="0" ColumnGap="0" DataSet="d" DataSetName="d" RowCount="0">
      <TfrxMemoView Name="Memo255" AllowVectorExport="True" Left="581,04762" Top="3" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="FB 0"/>
      <TfrxMemoView Name="Memo256" AllowVectorExport="True" Left="0" Top="3" Width="538,33117" Height="22,23624" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Verfahren zur Feststellung eines Bedarfs an sonderpädagogischer Unterstützung"/>
      <TfrxMemoView Name="Memo257" AllowVectorExport="True" Left="0" Top="18,89765" Width="192,06308" Height="22,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" VAlign="vaCenter" Text="Kurzdarstellung"/>
    </TfrxMasterData>
    <TfrxShapeView Name="Shape65" AllowVectorExport="True" Left="47,35436" Top="547,1023378" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
    <TfrxShapeView Name="Shape66" AllowVectorExport="True" Left="24,67718" Top="315,46475" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
    <TfrxMemoView Name="Memo259" AllowVectorExport="True" Left="47,81107" Top="547,1023378" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
    <TfrxShapeView Name="Shape70" AllowVectorExport="True" Left="5,77953" Top="466,64595" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
    <TfrxShapeView Name="Shape73" AllowVectorExport="True" Left="2" Top="72" Width="680,31498504" Height="37" Frame.Color="8421504" Frame.Typ="0"/>
    <TfrxShapeView Name="Shape74" AllowVectorExport="True" Left="2" Top="109" Width="680,31496063" Height="37" Frame.Color="8421504" Frame.Typ="0"/>
    <TfrxMemoView Name="Memo260" AllowVectorExport="True" Left="2" Top="72,01577" Width="317,48052" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxLineView Name="Line18" AllowVectorExport="True" Left="342,15748031" Top="72,01577" Width="0" Height="111,7953" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
    <TfrxMemoView Name="Memo261" AllowVectorExport="True" Left="350" Top="72,01577" Width="272,12616" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Zuständige(r) schulfachliche (r) Dezernent/in:"/>
    <TfrxMemoView Name="Memo262" AllowVectorExport="True" Left="350" Top="88" Width="313,70099" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo264" AllowVectorExport="True" Left="5,77953" Top="126" Width="332,59864" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[FSchule]"/>
    <TfrxShapeView Name="Shape75" AllowVectorExport="True" Left="-1,77953" Top="219,41744" Width="680,31496063" Height="37,7953" Frame.Color="8421504" Frame.Typ="0"/>
    <TfrxShapeView Name="Shape76" AllowVectorExport="True" Left="-1,77953" Top="257,21274" Width="680,31496063" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
    <TfrxLineView Name="Line19" AllowVectorExport="True" Left="342,15748031" Top="219,41744" Width="0" Height="64,25201" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
    <TfrxMemoView Name="Memo266" AllowVectorExport="True" Left="5,77953" Top="219,41744" Width="49,13389" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Name:"/>
    <TfrxMemoView Name="Memo267" AllowVectorExport="True" Left="3,55906" Top="238,31509" Width="268,34663" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;SchuelerNamenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;SchuelerNamenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;SchuelerNachname&#34;]&#13;&#10; "/>
    <TfrxMemoView Name="Memo268" AllowVectorExport="True" Left="349,71676" Top="219,41744" Width="68" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Vorname:"/>
    <TfrxMemoView Name="Memo269" AllowVectorExport="True" Left="54,91342" Top="314,25201" Width="109,16543" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="derzeit in Klasse:"/>
    <TfrxMemoView Name="Memo270" AllowVectorExport="True" Left="232,88992" Top="314,25201" Width="98,26778" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;vEin&#62;=&#39;&#39;,&#60;d.&#34;GruppeBezeichnung&#34;&#62;,&#39;&#39;)]"/>
    <TfrxMemoView Name="Memo271" AllowVectorExport="True" Left="9,55906" Top="260,99227" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Geburtsdatum:"/>
    <TfrxMemoView Name="Memo272" AllowVectorExport="True" Left="111,60637" Top="260,99227" Width="222,99227" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuelerGeburtsdatum&#34;]"/>
    <TfrxMemoView Name="Memo273" AllowVectorExport="True" Left="349,71676" Top="260,99227" Width="75,5906" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Geschlecht:"/>
    <TfrxShapeView Name="Shape78" AllowVectorExport="True" Left="432,86642" Top="260,21274" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
    <TfrxMemoView Name="Memo274" AllowVectorExport="True" Left="457,32313" Top="260,99227" Width="64,25201" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="männlich"/>
    <TfrxShapeView Name="Shape79" AllowVectorExport="True" Left="523,57514" Top="260,99227" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
    <TfrxMemoView Name="Memo275" AllowVectorExport="True" Left="542,47279" Top="260,99227" Width="56,69295" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="weiblich"/>
    <TfrxMemoView Name="Memo276" AllowVectorExport="True" Left="428,73253" Top="261,44898" Width="26,45671" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[IIF(&#60;d.&#34;SchuelerGeschlecht&#34;&#62;=&#39;m&#39;,&#39;X&#39;,&#39;&#39;)]"/>
    <TfrxMemoView Name="Memo277" AllowVectorExport="True" Left="519,1623751" Top="260,51723144" Width="26,45671" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[IIF(&#60;d.&#34;SchuelerGeschlecht&#34;&#62;=&#39;w&#39;,&#39;X&#39;,&#39;&#39;)]"/>
    <TfrxShapeView Name="Shape81" AllowVectorExport="True" Left="25,54329" Top="288,87415" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
    <TfrxMemoView Name="Memo278" AllowVectorExport="True" Left="54,91342" Top="287,44898" Width="279,68522" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Einschulung"/>
    <TfrxShapeView Name="Shape82" AllowVectorExport="True" Left="5,77953" Top="434,76407" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
    <TfrxShapeView Name="Shape83" AllowVectorExport="True" Left="47,35436" Top="508,42517244" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
    <TfrxMemoView Name="Memo289" AllowVectorExport="True" Left="9,55906" Top="956,42579" Width="111,26778" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum"/>
    <TfrxMemoView Name="Memo290" AllowVectorExport="True" Left="236,33086" Top="956,42579" Width="408,18924" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;sltg.&#34;Titel&#34;&#62;=&#39;&#39;,&#39;&#39;,&#60;sltg.&#34;Titel&#34;&#62;+&#39; &#39;)][IIF(&#60;sltg.&#34;AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;sltg.&#34;AkadTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][sltg.&#34;Rufname&#34;][IIF(&#60;sltg.&#34;Namenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#39; &#39;+&#60;sltg.&#34;Namenszusatz&#34;&#62;,&#39;&#39;)] [sltg.&#34;Nachname&#34;], [IIF(&#60;sltg.&#34;Geschlecht&#34;&#62;=&#39;m&#39;,&#39;Schulleiter&#39;,&#39;Schulleiterin&#39;)]">
      <Formats>
        <item/>
        <item/>
        <item/>
        <item/>
        <item/>
        <item/>
      </Formats>
    </TfrxMemoView>
    <TfrxMemoView Name="Memo291" AllowVectorExport="True" Left="2" Top="1002" Width="370,08410753" Height="47,48546701" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung&#13;&#10;Niedersächsisches Kultusministerium, Stand : 22.09.2021"/>
    <TfrxMemoView Name="Memo292" AllowVectorExport="True" Left="0" Top="586,03154" Width="540,47279" Height="34,01577" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Empfohlene/r Bedarf/e an sonderpädagogischer Unterstützung"/>
    <TfrxMemoView Name="Memo293" AllowVectorExport="True" Left="1,99996583" Top="784,48873445" Width="544,25232" Height="26,45671" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Gewünschter zukünftiger Lernort, (falls bekannt):"/>
    <TfrxMemoView Name="Memo294" AllowVectorExport="True" Left="0,99996583" Top="197,49607276" Width="226,7718" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Daten der Schülerin/des Schülers"/>
    <TfrxMemoView Name="Memo295" AllowVectorExport="True" Left="6,5906" Top="434,76407" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo296" AllowVectorExport="True" Left="47,81107" Top="507,74799244" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo300" AllowVectorExport="True" Left="24,54329" Top="288,87415" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[IIF(&#60;vEin&#62;=&#39;1&#39;,&#39;X&#39;,&#39;&#39;)]"/>
    <TfrxMemoView Name="Memo302" AllowVectorExport="True" Left="2" Top="359,26005" Width="263,61812039" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum des Fördergutachtens:"/>
    <TfrxMemoView Name="Memo304" AllowVectorExport="True" Left="353,49629" Top="359,26005" Width="264,5671" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="ggf. Datum Förderkommission:"/>
    <TfrxLineView Name="Line20" AllowVectorExport="True" Left="342,1577" Top="359,26005" Width="0" Height="45,35436" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
    <TfrxMemoView Name="Memo306" AllowVectorExport="True" Left="5,77953" Top="89,2987013" Width="298,58287" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuleName&#34;]"/>
    <TfrxMemoView Name="Memo307" AllowVectorExport="True" Left="347,27582" Top="234,53556" Width="234,33086" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuelerRufname&#34;]"/>
    <TfrxMemoView Name="Memo308" AllowVectorExport="True" Left="350" Top="109,81107" Width="222,99227" Height="34,01577" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Besonderheiten zum Datenschutz (z. B. &#13;&#10;Auskunftsbeschränkungen):"/>
    <TfrxMemoView Name="Memo309" AllowVectorExport="True" Left="508,74026" Top="124,7012987" Width="166,29932" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Color="8421504" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo311" AllowVectorExport="True" Left="24,67718" Top="316,46475" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[IIF(&#60;vEin&#62;=&#39;&#39;,&#39;X&#39;,&#39;&#39;)]"/>
    <TfrxMemoView Name="Memo318" AllowVectorExport="True" Left="5,77953" Top="409,953" Width="340,1577" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Anlass für die Einleitung des Verfahrens"/>
    <TfrxMemoView Name="Memo321" AllowVectorExport="True" Left="5,77953" Top="466,64595" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo322" AllowVectorExport="True" Left="42,35436" Top="432,63018" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="4" Frame.Typ="0" ParentFont="False" Text="erstmalig"/>
    <TfrxMemoView Name="Memo338" AllowVectorExport="True" Left="9,55906" Top="934,52814" Width="113,3859" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxLineView Name="Line24" AllowVectorExport="True" Left="10" Top="956" Width="113" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="0" Diagonal="True"/>
    <TfrxLineView Name="Line25" AllowVectorExport="True" Left="238" Top="956" Width="406" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4"/>
    <TfrxLineView Name="Line34" AllowVectorExport="True" Left="2" Top="991,80519481" Width="679,22077922" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
    <TfrxMemoView Name="Memo348" Align="baRight" AllowVectorExport="True" Left="572,3154296875" Top="1002" Width="108" Height="52" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 0&#13;&#10;DaNiS-Version&#13;&#10;Seite 1 von 1"/>
    <TfrxShapeView Name="Shape98" AllowVectorExport="True" Left="604,7248" Top="260,78757" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
    <TfrxMemoView Name="Memo436" AllowVectorExport="True" Left="627,40198" Top="260,78757" Width="56,69295" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="divers"/>
    <TfrxMemoView Name="Memo437" AllowVectorExport="True" Left="601,16515092" Top="259,87548359" Width="26,45671" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="[IIF(&#60;d.&#34;SchuelerGeschlecht&#34;&#62;=&#39;d&#39;,&#39;X&#39;,&#39;&#39;)]"/>
    <TfrxMemoView Name="Memo438" AllowVectorExport="True" Left="3,77953" Top="340,1577" Width="253,22851" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Daten zum Verfahren"/>
    <TfrxMemoView Name="Memo439" AllowVectorExport="True" Left="3,77953" Top="381,73253" Width="279,68522" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo440" AllowVectorExport="True" Left="355,27582" Top="381,73253" Width="279,68522" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxRichView Name="Rich10" AllowVectorExport="True" Left="389,29159" Top="411,96877" Width="94,48825" Height="18,89765" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740AA60000007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C666E696C5C666368617273657430205461686F6D613B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C66305C667331365C7061720D0A7D0D0A00"/>
    <TfrxRichView Name="Rich11" AllowVectorExport="True" Left="7,55906" Top="79,37013" Width="268,34663" Height="18,89765" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740AE30000007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C666E696C5C666368617273657430205461686F6D613B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C66305C66733136204E616D65202F205C756C20416472657373655C756C6E6F6E652020646572205C62207A7573745C2765346E646967656E5C62302020536368756C653A5C7061720D0A7D0D0A00"/>
    <TfrxRichView Name="Rich12" AllowVectorExport="True" Left="3,77953" Top="109,60637" Width="291,02381" Height="18,89765" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740AE70000007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C666E696C5C666368617273657430205461686F6D613B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C66305C66733136204E616D65202F205C756C20416472657373655C756C6E6F6E652020646572205C625C27666362657270725C27666366656E64656E5C62302020536368756C653A5C7061720D0A7D0D0A00"/>
    <TfrxMemoView Name="Memo441" AllowVectorExport="True" Left="3,77953" Top="147,40167" Width="287,24428" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Zuständiges RZI"/>
    <TfrxMemoView Name="Memo442" AllowVectorExport="True" Left="3,77953" Top="162,51979" Width="291,02381" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxRichView Name="Rich13" AllowVectorExport="True" Left="45,35436" Top="464,88219" Width="173,85838" Height="18,89765" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740AE60000007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C666E696C5C6663686172736574302043616C696272693B7D7B5C66315C666E696C5C666368617273657430205461686F6D613B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C625C66305C667332322065726E657574655C62302020466573747374656C6C756E675C66315C667331365C7061720D0A7D0D0A00"/>
    <TfrxMemoView Name="Memo443" AllowVectorExport="True" Left="49,13389" Top="480,00031" Width="332,59864" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum des derzeit gültigen Bescheids der Feststellung:"/>
    <TfrxMemoView Name="Memo444" AllowVectorExport="True" Left="385,51206" Top="480,00031" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxRichView Name="Rich14" AllowVectorExport="True" Left="86,92919" Top="510,23655" Width="495,11843" Height="18,89765" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A120100007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C666E696C5C6663686172736574302043616C696272693B7D7B5C66315C666E696C5C666368617273657430205461686F6D613B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C625C66305C66733232207665725C2765346E6465727465725C6230202042656461726620616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E675C66315C667331365C7061720D0A7D0D0A00"/>
    <TfrxRichView Name="Rich15" AllowVectorExport="True" Left="86,92919" Top="548,03185" Width="442,20501" Height="18,89765" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A120100007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C666E696C5C6663686172736574302043616C696272693B7D7B5C66315C666E696C5C666368617273657430205461686F6D613B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C625C66305C667332322057656766616C6C5C6230202065696E6573204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E675C66315C667331365C7061720D0A7D0D0A00"/>
    <TfrxMemoView Name="Memo448" AllowVectorExport="True" Left="11,33859" Top="805,03989" Width="631,18151" Height="34,01577" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxShapeView Name="Shape86" AllowVectorExport="True" Left="-2" Top="283,46475" Width="680,3154" Height="52,91342" Frame.Typ="0"/>
    <TfrxMemoView Name="Memo520" AllowVectorExport="True" Left="41,57483" Top="706,77211" Width="241,88992" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="emotionale und soziale Entwicklung"/>
    <TfrxMemoView Name="Memo521" AllowVectorExport="True" Left="381,73253" Top="710,55164" Width="257,00804" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="körperliche und motorische Entwicklung"/>
    <TfrxShapeView Name="Shape123" AllowVectorExport="True" Left="3,77953" Top="706,77211" Width="19" Height="19" Frame.Typ="0"/>
    <TfrxShapeView Name="Shape127" AllowVectorExport="True" Left="347,71676" Top="706,77211" Width="19" Height="19" Frame.Typ="0"/>
    <TfrxMemoView Name="Memo524" AllowVectorExport="True" Left="3,77953" Top="706,77211" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo528" AllowVectorExport="True" Left="347,71676" Top="706,77211" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo515" AllowVectorExport="True" Left="41,57483" Top="623,62245" Width="147,40167" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="geistige Entwicklung"/>
    <TfrxMemoView Name="Memo516" AllowVectorExport="True" Left="381,73253" Top="623,62245" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Lernen"/>
    <TfrxMemoView Name="Memo517" AllowVectorExport="True" Left="41,57483" Top="661,41775" Width="147,40167" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Sehen"/>
    <TfrxMemoView Name="Memo518" AllowVectorExport="True" Left="245,66945" Top="661,41775" Width="56,69295" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Hören"/>
    <TfrxMemoView Name="Memo519" AllowVectorExport="True" Left="381,73253" Top="661,41775" Width="147,40167" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Sprache"/>
    <TfrxShapeView Name="Shape121" AllowVectorExport="True" Left="3,77953" Top="623,62245" Width="19" Height="19" Frame.Typ="0"/>
    <TfrxShapeView Name="Shape122" AllowVectorExport="True" Left="3,77953" Top="661,41775" Width="19" Height="19" Frame.Typ="0"/>
    <TfrxShapeView Name="Shape124" AllowVectorExport="True" Left="211,65368" Top="661,41775" Width="19" Height="19" Frame.Typ="0"/>
    <TfrxShapeView Name="Shape125" AllowVectorExport="True" Left="347,71676" Top="623,62245" Width="19" Height="19" Frame.Typ="0"/>
    <TfrxShapeView Name="Shape126" AllowVectorExport="True" Left="347,71676" Top="661,41775" Width="19" Height="19" Frame.Typ="0"/>
    <TfrxMemoView Name="Memo522" AllowVectorExport="True" Left="3,77953" Top="623,62245" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo523" AllowVectorExport="True" Left="3,77953" Top="661,41775" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo525" AllowVectorExport="True" Left="211,65368" Top="661,41775" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo526" AllowVectorExport="True" Left="347,71676" Top="623,62245" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo527" AllowVectorExport="True" Left="347,71676" Top="661,41775" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo596" AllowVectorExport="True" Left="9,3289715" Top="437,30081726" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo597" AllowVectorExport="True" Left="9,73451327" Top="469,91150442" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo598" AllowVectorExport="True" Left="50,44247788" Top="511,50442478" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo599" AllowVectorExport="True" Left="51,32743363" Top="550,44247788" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo600" AllowVectorExport="True" Left="7,55906" Top="627,40198" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo601" AllowVectorExport="True" Left="7,55906" Top="665,19728" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo602" AllowVectorExport="True" Left="7,55906" Top="710,55164" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo603" AllowVectorExport="True" Left="215,43321" Top="665,19728" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo604" AllowVectorExport="True" Left="351,49629" Top="627,40198" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo605" AllowVectorExport="True" Left="351,49629" Top="665,19728" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo606" AllowVectorExport="True" Left="351,49629" Top="710,55164" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo639" AllowVectorExport="True" Left="41,57483" Top="740,78788" Width="34,01577" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="kein"/>
    <TfrxMemoView Name="Memo640" AllowVectorExport="True" Left="3,77953" Top="740,78788" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
    <TfrxMemoView Name="Memo641" AllowVectorExport="True" Left="7,55906" Top="744,56741" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    <TfrxShapeView Name="Shape146" AllowVectorExport="True" Left="3,77953" Top="740,78788" Width="19" Height="19" Frame.Typ="0"/>
    <TfrxMemoView Name="Memo642" AllowVectorExport="True" Left="71,81107" Top="740,78788" Width="49,13389" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Bedarf"/>
  </TfrxReportPage>
  <TfrxReportPage Name="FB1" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="20" RightMargin="10" TopMargin="10" BottomMargin="5" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0">
    <TfrxMasterData Name="MasterData1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="1012,91342976" Left="0" Top="18,89765" Width="680,3154" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="1">
      <TfrxShapeView Name="Shape62" AllowVectorExport="True" Left="11,33859" Top="634,96104" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape24" AllowVectorExport="True" Left="11,34" Top="582,04762" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape11" AllowVectorExport="True" Left="11,33859" Top="325,03958" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape7" AllowVectorExport="True" Left="11,33859" Top="219,21274" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape9" AllowVectorExport="True" Left="11,33858268" Top="272,12616" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape14" AllowVectorExport="True" Left="11,33858268" Top="377,953" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape30" AllowVectorExport="True" Left="11,33859" Top="789,92177" Width="665,19685039" Height="18,89765" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape29" AllowVectorExport="True" Left="11,33859" Top="771,02412" Width="665,19685039" Height="18,89765" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo7" AllowVectorExport="True" Left="275,90551181" Top="355,27557346" Width="396,8503937" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;ShAdr&#34;]"/>
      <TfrxShapeView Name="Shape12" AllowVectorExport="True" Left="11,33859" Top="351,49629" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo4" AllowVectorExport="True" Left="275,90551181" Top="275,90569" Width="396,8503937" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;SchuelerNamenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;SchuelerNamenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;SchuelerNachname&#34;], [d.&#34;SchuelerRufname&#34;] ([d.&#34;SchuelerGeschlecht&#34;])">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxShapeView Name="Shape5" AllowVectorExport="True" Left="11,33859" Top="166,29932" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape4" AllowVectorExport="True" Left="11,33859" Top="139,84261" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape28" AllowVectorExport="True" Left="11,33859" Top="687,87446" Width="665,19685039" Height="22,67718" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape27" AllowVectorExport="True" Left="11,33859" Top="661,41775" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape18" AllowVectorExport="True" Left="11,33859" Top="536,69326" Width="665,19685039" Height="22,67714583" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape16" AllowVectorExport="True" Left="11,34" Top="430,86642" Width="665,19685039" Height="79,37013" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape15" AllowVectorExport="True" Left="11,33859" Top="404,40971" Width="665,19685039" Height="26,45667583" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape10" AllowVectorExport="True" Left="11,33859" Top="298,58287" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape8" AllowVectorExport="True" Left="11,33859" Top="245,66945" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape2" AllowVectorExport="True" Left="11,33859" Top="86,92919" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape1" AllowVectorExport="True" Left="11,33859" Top="60,47248" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape3" AllowVectorExport="True" Left="11,33859" Top="113,3859" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxMemoView Name="sqSchuleName" AllowVectorExport="True" Left="275,90551181" Top="64,25201" Width="396,8503937" Height="18,89765" DataSet="d" DataSetName="d" 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;], [sh.&#34;Ort&#34;]"/>
      <TfrxMemoView Name="Memo2" AllowVectorExport="True" Left="275,90551181" Top="90,70872" Width="396,8503937" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo3" AllowVectorExport="True" Left="275,90551181" Top="117,16543" Width="396,8503937" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;l1AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;l1AkadTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;Lehrervorname1&#34;] [IIF(&#60;d.&#34;l1Namenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;l1Namenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;Lehrernachname1&#34;]"/>
      <TfrxMemoView Name="Memo6" AllowVectorExport="True" Left="275,90551181" Top="328,81891472" Width="196,53556" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuelerGeburtsdatum&#34;]"/>
      <TfrxMemoView Name="sqGruppeBezeichnung" AllowVectorExport="True" Left="611,60668" Top="328,81911" Width="64,2519685" Height="18,89765" DataField="GruppeBezeichnung" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[d.&#34;GruppeBezeichnung&#34;]"/>
      <TfrxMemoView Name="sqSchuelerErstEinschulJahr" AllowVectorExport="True" Left="509,55937" Top="408,37013" Width="64,2519685" Height="18,9" 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;SchuelerErstEinschulJahr&#34;]"/>
      <TfrxMemoView Name="Memo16" Align="baRight" AllowVectorExport="True" Left="627,4020096875" Top="0" Width="52,91342" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="FB 1"/>
      <TfrxMemoView Name="Memo17" AllowVectorExport="True" Left="7,55906" Top="7,55906" Width="480,00031" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung"/>
      <TfrxMemoView Name="Memo18" AllowVectorExport="True" Left="7,55906" Top="30,23624" Width="257,00804" Height="26,45671" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Aktendeckblatt"/>
      <TfrxMemoView Name="Memo19" AllowVectorExport="True" Left="41,5748031496063" Top="64,25201" Width="222,992125984252" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Zuständige Schule:"/>
      <TfrxMemoView Name="Memo20" AllowVectorExport="True" Left="41,57480315" Top="90,70872" Width="222,99212598" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Vorschulische Einrichtung:"/>
      <TfrxMemoView Name="Memo21" AllowVectorExport="True" Left="15,11812" Top="64,25201" Width="22,67718" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="1."/>
      <TfrxMemoView Name="Memo22" AllowVectorExport="True" Left="15,11812" Top="89,92919" Width="22,67718" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="2."/>
      <TfrxMemoView Name="Memo23" AllowVectorExport="True" Left="41,57480315" Top="117,16543" Width="222,99212598" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Lehrkraft der zuständigen Schule:"/>
      <TfrxMemoView Name="Memo24" AllowVectorExport="True" Left="15,11812" Top="117,16543" Width="22,67718" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="3."/>
      <TfrxMemoView Name="Memo25" AllowVectorExport="True" Left="41,57472748" Top="143,62214" Width="215,43314165" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Tel. Erreichbarkeit (Festnetz o. Mobil):"/>
      <TfrxMemoView Name="Memo26" AllowVectorExport="True" Left="408,1577" Top="143,62214" Width="68,03154" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Tel. privat:"/>
      <TfrxMemoView Name="Memo27" AllowVectorExport="True" Left="15,11812" Top="170,07885" Width="22,67718" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="4."/>
      <TfrxMemoView Name="Memo28" AllowVectorExport="True" Left="41,57480315" Top="170,07885" Width="222,99212598" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Förderschullehrkraft:"/>
      <TfrxLineView Name="Line2" AllowVectorExport="True" Left="270,12616" Top="60,47248" Width="0" Height="185,19697" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
      <TfrxShapeView Name="Shape6" AllowVectorExport="True" Left="11,33859" Top="192,75603" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo29" AllowVectorExport="True" Left="158,74015748" Top="197" Width="105,82677165" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schule:"/>
      <TfrxMemoView Name="Memo30" AllowVectorExport="True" Left="41,57472748" Top="223" Width="219,21267165" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Tel. Erreichbarkeit (Festnetz o. Mobil):"/>
      <TfrxMemoView Name="Memo31" AllowVectorExport="True" Left="408,18897638" Top="223" Width="68,03149606" Height="18,9" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Tel. privat:"/>
      <TfrxLineView Name="Line3" AllowVectorExport="True" Left="480" Top="139,84261" Width="0" Height="26,45671" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
      <TfrxLineView Name="Line4" AllowVectorExport="True" Left="480" Top="219,21274" Width="0" Height="26,45671" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo32" AllowVectorExport="True" Left="41,5748031496063" Top="249,44898" Width="222,992125984252" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Personaldaten:"/>
      <TfrxMemoView Name="Memo33" AllowVectorExport="True" Left="15,11812" Top="249,44898" Width="22,67718" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="5."/>
      <TfrxLineView Name="Line5" AllowVectorExport="True" Left="272,12616" Top="272,12616" Width="0" Height="438,42548" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo34" AllowVectorExport="True" Left="41,5748031496063" Top="275,90569" Width="222,992125984252" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Name, Vorname des Kindes"/>
      <TfrxMemoView Name="Memo35" AllowVectorExport="True" Left="162,51968748" Top="328,81891472" Width="105,82677165" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="geboren:"/>
      <TfrxMemoView Name="Memo36" AllowVectorExport="True" Left="525,35433071" Top="328,81911" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Klasse:"/>
      <TfrxLineView Name="Line6" AllowVectorExport="True" Left="480" Top="298,58287" Width="0" Height="26,45671" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
      <TfrxLineView Name="Line7" AllowVectorExport="True" Left="606,82715" Top="325,03958" Width="0" Height="26,45671" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo37" AllowVectorExport="True" Left="45,35433315" Top="408,37013" Width="222,99227" Height="18,9" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Beginn der Schulpflicht:"/>
      <TfrxMemoView Name="Memo38" AllowVectorExport="True" Left="404,40937559" Top="408,37013" Width="98,26778" Height="18,9" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Einschulung:"/>
      <TfrxMemoView Name="Memo39" AllowVectorExport="True" Left="325,03947748" Top="434,37013" Width="41,57476165" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="SKG:"/>
      <TfrxShapeView Name="Shape13" AllowVectorExport="True" Left="283,77953" Top="434,37013" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo41" AllowVectorExport="True" Left="41,57483" Top="355,27557346" Width="226,7718" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Adresse, (Straße, Nr., PLZ, Ort):"/>
      <TfrxMemoView Name="Memo42" AllowVectorExport="True" Left="41,57480315" Top="510,23655" Width="222,99212598" Height="22,67718" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Angaben zu Mutter und Vater:"/>
      <TfrxMemoView Name="Memo43" AllowVectorExport="True" Left="45,35433315" Top="587,82715" Width="222,99212598" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Straße, Nr.:"/>
      <TfrxMemoView Name="Memo44" AllowVectorExport="True" Left="162,51968748" Top="638,74057" Width="105,82677165" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Telefon:"/>
      <TfrxShapeView Name="Shape19" AllowVectorExport="True" Left="11,33859" Top="510,23655" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo45" AllowVectorExport="True" Left="41,57483" Top="691,65399" Width="226,77165598" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Sorgeberechtigte.*)"/>
      <TfrxShapeView Name="Shape20" AllowVectorExport="True" Left="275,90569" Top="691,65365803" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo46" AllowVectorExport="True" Left="299,14193" Top="691,65399" Width="45,35436" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Mutter"/>
      <TfrxShapeView Name="Shape21" AllowVectorExport="True" Left="355,27582" Top="691,65399" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape22" AllowVectorExport="True" Left="438,00031" Top="690,53587" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape23" AllowVectorExport="True" Left="551,81138" Top="690,65399" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo47" AllowVectorExport="True" Left="381,73253" Top="691,65399" Width="45,35436" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Vater"/>
      <TfrxMemoView Name="Memo48" AllowVectorExport="True" Left="464,88219" Top="691,65399" Width="79,37013" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Pflegeeltern"/>
      <TfrxMemoView Name="Memo49" AllowVectorExport="True" Left="582,04762" Top="691,65399" Width="64,25201" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Vormund"/>
      <TfrxShapeView Name="Shape31" AllowVectorExport="True" Left="11,33859" Top="808,81942" Width="665,19685039" Height="18,89765" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxLineView Name="Line8" AllowVectorExport="True" Left="37,7953" Top="60,47248" Width="0" Height="937,32344" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo112" AllowVectorExport="True" Left="275,90551181" Top="143,62214" Width="124,72449" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[sh.&#34;Telefon&#34;]"/>
      <TfrxLineView Name="Line16" AllowVectorExport="True" Left="404,39394" Top="139,84251969" Width="0" Height="26,45669291" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
      <TfrxLineView Name="Line17" AllowVectorExport="True" Left="404,40944882" Top="219,21259843" Width="0" Height="26,45669291" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo115" AllowVectorExport="True" Left="273,90569" Top="692,65399" Width="18,89765" Height="18,89765" 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;SbMu&#34;]"/>
      <TfrxMemoView Name="Memo116" AllowVectorExport="True" Left="353,73253" Top="692,3154" Width="18,89765" Height="18,89765" 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;SbVa&#34;]"/>
      <TfrxMemoView Name="Memo163" AllowVectorExport="True" Left="435,64595" Top="691,65399" Width="22,67718" Height="18,89765" 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;SbE&#34;]"/>
      <TfrxMemoView Name="Memo164" AllowVectorExport="True" Left="550,03185" Top="691,65399" Width="22,67718" Height="18,89765" 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;SbVm&#34;]"/>
      <TfrxMemoView Name="Memo165" AllowVectorExport="True" Left="275,90551181" Top="638,74057" Width="396,8503937" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[ErzBerFon]"/>
      <TfrxMemoView Name="Memo225" AllowVectorExport="True" Left="275,90569" Top="170,07885" Width="396,85065" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[FVorname] [FName]"/>
      <TfrxMemoView Name="Memo226" AllowVectorExport="True" Left="275,90569" Top="197" Width="396,85065" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[FSchule]"/>
      <TfrxMemoView Name="Memo229" AllowVectorExport="True" Left="276" Top="223" Width="124,50402" Height="18,9" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[FFon]"/>
      <TfrxMemoView Name="Memo253" AllowVectorExport="True" Left="483" Top="146" Width="190" Height="16" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo254" AllowVectorExport="True" Left="483" Top="223" Width="190" Height="18,9" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo350" AllowVectorExport="True" Left="283,77953" Top="434,37013" Width="18,9" Height="18,9" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxShapeView Name="Shape60" AllowVectorExport="True" Left="11,33859" Top="752,12647" Width="665,19685039" Height="18,89765" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo12" AllowVectorExport="True" Left="166,29932" Top="381,73253" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Geschlecht:"/>
      <TfrxMemoView Name="Memo14" AllowVectorExport="True" Left="275,90569" Top="381,73253" Width="136,06308" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuelerGeschlecht&#34;]"/>
      <TfrxMemoView Name="Memo15" AllowVectorExport="True" Left="279,68522" Top="409,18924" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuelerBeginnDerSchulpflicht&#34;]"/>
      <TfrxLineView Name="Line22" AllowVectorExport="True" Left="389,29159" Top="404,40971" Width="0" Height="26,45671" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo61" AllowVectorExport="True" Left="120,94496" Top="434,64595" Width="147,40167" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Zurückstellung in:"/>
      <TfrxLineView Name="Line23" AllowVectorExport="True" Left="389,29159" Top="430,86642" Width="0" Height="79,37013" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
      <TfrxShapeView Name="Shape61" AllowVectorExport="True" Left="502,67749" Top="434,64595" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo62" AllowVectorExport="True" Left="393,07112" Top="434,64595" Width="90,70872" Height="64,25201" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Andere&#13;&#10;vorschulische &#13;&#10;Einrichtung:&#13;&#10;Welche?"/>
      <TfrxLineView Name="Line33" AllowVectorExport="True" Left="491,3389" Top="430,86642" Width="0" Height="79,37013" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo40" AllowVectorExport="True" Left="532,91373" Top="438,42548" Width="128,50402" Height="64,25201" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo63" AllowVectorExport="True" Left="275,90569" Top="514,01608" Width="139,84261" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Verantwortlicher 1"/>
      <TfrxMemoView Name="Memo64" AllowVectorExport="True" Left="461,10266" Top="514,01608" Width="151,1812" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Verantwortlicher 2"/>
      <TfrxMemoView Name="Memo8" AllowVectorExport="True" Left="275,90569" Top="540,47279" Width="166,29932" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;Verantw1Nachname&#34;]"/>
      <TfrxMemoView Name="Memo65" AllowVectorExport="True" Left="461,10266" Top="540,47279" Width="166,29932" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;Verantw2Nachname&#34;]"/>
      <TfrxMemoView Name="Memo154" AllowVectorExport="True" Left="170,07885" Top="540,47279" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Name:"/>
      <TfrxShapeView Name="Shape17" AllowVectorExport="True" Left="11,33859" Top="559,37044" Width="665,19685039" Height="22,67718" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo158" AllowVectorExport="True" Left="173,85838" Top="563,14997" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Vorname:"/>
      <TfrxMemoView Name="Memo166" AllowVectorExport="True" Left="275,90569" Top="563,14997" Width="162,51979" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;Verantw1Vorname&#34;]"/>
      <TfrxMemoView Name="Memo167" AllowVectorExport="True" Left="461,10266" Top="563,14997" Width="162,51979" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;Verantw2Vorname&#34;]"/>
      <TfrxMemoView Name="Memo168" AllowVectorExport="True" Left="275,90569" Top="585,82715" Width="158,74026" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;Verantw1Strasse&#34;]"/>
      <TfrxMemoView Name="Memo235" AllowVectorExport="True" Left="461,10266" Top="585,82715" Width="207,87415" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;Verantw2Strasse&#34;]"/>
      <TfrxShapeView Name="Shape25" AllowVectorExport="True" Left="11,33859" Top="608,50433" Width="665,19685039" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo236" AllowVectorExport="True" Left="173,85838" Top="612,28386" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="PLZ, Ort:"/>
      <TfrxMemoView Name="Memo237" AllowVectorExport="True" Left="275,90569" Top="612,28386" Width="162,51979" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;Verantw1PLZ&#34;] [d.&#34;Verantw1Ortsname&#34;]"/>
      <TfrxMemoView Name="Memo238" AllowVectorExport="True" Left="461,10266" Top="612,28386" Width="211,65368" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;Verantw2PLZ&#34;] [d.&#34;Verantw2Ortsname&#34;]">
        <Formats>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxShapeView Name="Shape57" AllowVectorExport="True" Left="11,33859" Top="710,55164" Width="665,19685039" Height="41,57483" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo10" AllowVectorExport="True" Left="41,57483" Top="725,66976" Width="616,06339" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Falls Sorgerecht nicht bei Mutter / Vater, sondern ggf. Pflegeeltern, Vormund etc.:"/>
      <TfrxLineView Name="Line39" AllowVectorExport="True" Left="272,12616" Top="752,12647" Width="0" Height="249,44898" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
      <TfrxShapeView Name="Shape59" AllowVectorExport="True" Left="347,71676" Top="752,12647" Width="15,11812" Height="18,89765" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo50" AllowVectorExport="True" Left="279,68522" Top="752,12647" Width="45,35436" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Frau:"/>
      <TfrxMemoView Name="Memo51" AllowVectorExport="True" Left="408,18924" Top="752,12647" Width="45,35436" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Herr:"/>
      <TfrxShapeView Name="Shape63" AllowVectorExport="True" Left="476,22078" Top="752,12647" Width="15,11812" Height="18,89765" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo52" AllowVectorExport="True" Left="173,85838" Top="771,02412" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Name:"/>
      <TfrxMemoView Name="Memo53" AllowVectorExport="True" Left="173,85838" Top="789,92177" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Vorname:"/>
      <TfrxMemoView Name="Memo54" AllowVectorExport="True" Left="45,35436" Top="808,81942" Width="222,99212598" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Straße, Nr.:"/>
      <TfrxShapeView Name="Shape32" AllowVectorExport="True" Left="11,33859" Top="827,71707" Width="665,19685039" Height="18,89765" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo55" AllowVectorExport="True" Left="173,85838" Top="827,71707" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="PLZ, Ort:"/>
      <TfrxShapeView Name="Shape64" AllowVectorExport="True" Left="11,33859" Top="846,61472" Width="665,19685039" Height="18,89765" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo56" AllowVectorExport="True" Left="162,51979" Top="846,61472" Width="105,82677165" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Telefon:"/>
      <TfrxShapeView Name="Shape26" AllowVectorExport="True" Left="11,33859" Top="865,51237" Width="665,19685039" Height="18,89765" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape69" AllowVectorExport="True" Left="11,33859" Top="884,41002" Width="665,19685039" Height="18,89765" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape72" AllowVectorExport="True" Left="11,33859" Top="903,30767" Width="665,19685039" Height="18,89765" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape77" AllowVectorExport="True" Left="11,33859" Top="922,20532" Width="665,19685039" Height="18,89765" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo57" AllowVectorExport="True" Left="283,46475" Top="884,41002" Width="45,35436" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Frau:"/>
      <TfrxShapeView Name="Shape80" AllowVectorExport="True" Left="347,71676" Top="884,41002" Width="15,11812" Height="18,89765" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape84" AllowVectorExport="True" Left="476,22078" Top="884,41002" Width="15,11812" Height="18,89765" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo58" AllowVectorExport="True" Left="408,18924" Top="884,41002" Width="45,35436" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Herr:"/>
      <TfrxMemoView Name="Memo59" AllowVectorExport="True" Left="502,67749" Top="884,41002" Width="64,25201" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Institution:"/>
      <TfrxShapeView Name="Shape85" AllowVectorExport="True" Left="582,04762" Top="884,41002" Width="15,11812" Height="18,89765" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo60" AllowVectorExport="True" Left="173,85838" Top="903,30767" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Name:"/>
      <TfrxMemoView Name="Memo148" AllowVectorExport="True" Left="173,85838" Top="922,20532" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Vorname:"/>
      <TfrxShapeView Name="Shape90" AllowVectorExport="True" Left="11,33859" Top="941,10297" Width="665,19685039" Height="18,89765" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape91" AllowVectorExport="True" Left="11,33859" Top="960,00062" Width="665,19685039" Height="18,89765" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo239" AllowVectorExport="True" Left="166,29932" Top="941,10297" Width="102,04716598" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Straße, Nr.:"/>
      <TfrxMemoView Name="Memo240" AllowVectorExport="True" Left="173,85838" Top="960,00062" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="PLZ, Ort:"/>
      <TfrxShapeView Name="Shape99" AllowVectorExport="True" Left="11,33859" Top="978,89827" Width="665,19685039" Height="18,89765" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo241" AllowVectorExport="True" Left="162,51979" Top="978,89827" Width="105,82677165" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Telefon:"/>
      <TfrxMemoView Name="Memo248" AllowVectorExport="True" Left="272,12616" Top="771,02412" Width="385,51206" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo249" AllowVectorExport="True" Left="275,90569" Top="789,92177" Width="385,51206" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo250" AllowVectorExport="True" Left="275,90569" Top="808,81942" Width="385,51206" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo251" AllowVectorExport="True" Left="275,90569" Top="827,71707" Width="385,51206" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo252" AllowVectorExport="True" Left="275,90569" Top="846,61472" Width="385,51206" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo283" AllowVectorExport="True" Left="275,90569" Top="903,30767" Width="385,51206" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo284" AllowVectorExport="True" Left="275,90569" Top="922,20532" Width="385,51206" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo285" AllowVectorExport="True" Left="275,90569" Top="941,10297" Width="385,51206" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo286" AllowVectorExport="True" Left="275,90569" Top="960,00062" Width="385,51206" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo287" AllowVectorExport="True" Left="275,90569" Top="978,89827" Width="385,51206" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo288" AllowVectorExport="True" Left="345,71676" Top="884,41002" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo297" AllowVectorExport="True" Left="474,44125" Top="884,41002" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo298" AllowVectorExport="True" Left="580,04762" Top="884,41002" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo299" AllowVectorExport="True" Left="345,71676" Top="752,12647" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo301" AllowVectorExport="True" Left="474,44125" Top="752,12647" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo607" AllowVectorExport="True" Left="506,45702" Top="438,42548" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo608" AllowVectorExport="True" Left="287,24428" Top="438,42548" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="52" Left="0" Top="1092,28417" Width="680,3154">
      <TfrxMemoView Name="Memo1" AllowVectorExport="True" Left="0,44094" Top="1" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 22.09.2021"/>
      <TfrxLineView Name="Line1" AllowVectorExport="True" Left="0" Top="0" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo69" Align="baRight" AllowVectorExport="True" Left="585,8271796875" Top="1,13385827" Width="94,48825" Height="48,01577" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 1&#13;&#10;DaNiS-Version&#13;&#10;Seite 1 von 2"/>
    </TfrxPageFooter>
  </TfrxReportPage>
  <TfrxReportPage Name="FB1a" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0">
    <TfrxMasterData Name="MasterData15" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="944,88188976" Left="0" Top="18,89765" Width="718,1107" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="1">
      <TfrxSubreport Name="Subreport1" AllowVectorExport="True" Left="49,13389" Top="79,37013" Width="677,85869" Height="22,67716535" Page="SchLaufBahn"/>
      <TfrxMemoView Name="Memo258" AllowVectorExport="True" Left="45,35436" Top="7,55906" Width="222,99227" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Vollständige Schullaufbahn:"/>
      <TfrxMemoView Name="Memo263" AllowVectorExport="True" Left="57,47248" Top="63,25201" Width="151" Height="16" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Color="8421504" Frame.Typ="15" ParentFont="False" Text="Schuljahr:"/>
      <TfrxMemoView Name="Memo265" AllowVectorExport="True" Left="207,87415" Top="64,25201" Width="110" Height="16" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Color="8421504" Frame.Typ="15" ParentFont="False" Text="Klasse:"/>
      <TfrxMemoView Name="Memo279" AllowVectorExport="True" Left="317,48052" Top="64,25201" Width="301,55906" Height="16" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Color="8421504" Frame.Typ="15" ParentFont="False" Text="Schule:"/>
      <TfrxMemoView Name="Memo280" AllowVectorExport="True" Left="15,11812" Top="7,55906" Width="22,67718" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="6."/>
      <TfrxRichView Name="Rich17" AllowVectorExport="True" Left="18,89765" Top="317,48052" Width="680,3154" Height="143,62214" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A300400007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C6673776973735C66707271325C6663686172736574302043616C696272693B7D7B5C66315C6673776973735C66707271325C66636861727365743020417269616C3B7D7B5C66325C666E696C5C666368617273657430205461686F6D613B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C77696463746C7061725C66305C66733232202A295C695C66315C667331382020496E2064657220526567656C205C27666362656E206469652045727A696568756E677362657265636874696774656E206469652067656D65696E73616D6520536F726765206175732E20476C6569636865732067696C7420696E2064656E20465C2765346C6C656E2C20696E2064656E656E206E69636874206D697465696E616E6465722076657268656972617465746520456C7465726E20696E205C2766366666656E746C69636820626575726B756E646574656E20536F72676565726B6C5C27653472756E67656E206E616368205C2761375C276137203136323620612C20313632362064204247422065726B6C5C276534727420686162656E2C2064617373207369652064696520536F7267652067656D65696E73616D205C2766636265726E65686D656E20776F6C6C656E2E20496D2046616C6C652065696E6572205472656E6E756E67206F64657220536368656964756E6720776972642064696520506572736F6E656E736F726765206772756E64735C276534747A6C6963682077656974657220766F6E2062656964656E20456C7465726E2067656D65696E73616D2061757367655C27666362742E5C7061720D0A5C7061720D0A446965205C6220616C6C65696E69676520656C7465726C6963686520536F7267655C6230202069737420626569206765736368696564656E656E206F6465722067657472656E6E74656E20456C7465726E206475726368206469652066616D696C69656E676572696368746C6963686520456E74736368656964756E67206E6163687A7577656973656E2E20426569204D5C276663747465726E206E696368746568656C6963686572204B696E646572206B616E6E20646965736572204E616368776569732064757263682065696E20736F672E204E65676174697661747465737420646573204A7567656E64616D746573206572666F6C67656E2C20696E2064656D20646173204A7567656E64616D7420646173204E69636874766F726C696567656E2065696E65722067656D65696E73616D656E20536F72676565726B6C5C27653472756E6720626573745C276534746967742E5C7061720D0A0D0A5C706172645C69305C66325C667331365C7061720D0A7D0D0A00"/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter10" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="52" Left="0" Top="3915,59308" Width="718,1107">
      <TfrxMemoView Name="Memo281" AllowVectorExport="True" Left="0,44094" Top="1" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 22.09.2021"/>
      <TfrxLineView Name="Line21" AllowVectorExport="True" Left="0" Top="0" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo282" Align="baRight" AllowVectorExport="True" Left="623,622467773438" Top="1,13385827" Width="94,48825" Height="48,01577" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 1&#13;&#10;DaNiS-Version&#13;&#10;Seite 2 von 2"/>
    </TfrxPageFooter>
    <TfrxMasterData Name="MasterData17" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="2868,66327" Left="0" Top="986,45733" Width="718,1107" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="1">
      <TfrxRichView Name="Rich22" AllowVectorExport="True" Left="22,67718" Top="317,48052" Width="680,3154" Height="143,62214" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A300400007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C6673776973735C66707271325C6663686172736574302043616C696272693B7D7B5C66315C6673776973735C66707271325C66636861727365743020417269616C3B7D7B5C66325C666E696C5C666368617273657430205461686F6D613B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C77696463746C7061725C66305C66733232202A295C695C66315C667331382020496E2064657220526567656C205C27666362656E206469652045727A696568756E677362657265636874696774656E206469652067656D65696E73616D6520536F726765206175732E20476C6569636865732067696C7420696E2064656E20465C2765346C6C656E2C20696E2064656E656E206E69636874206D697465696E616E6465722076657268656972617465746520456C7465726E20696E205C2766366666656E746C69636820626575726B756E646574656E20536F72676565726B6C5C27653472756E67656E206E616368205C2761375C276137203136323620612C20313632362064204247422065726B6C5C276534727420686162656E2C2064617373207369652064696520536F7267652067656D65696E73616D205C2766636265726E65686D656E20776F6C6C656E2E20496D2046616C6C652065696E6572205472656E6E756E67206F64657220536368656964756E6720776972642064696520506572736F6E656E736F726765206772756E64735C276534747A6C6963682077656974657220766F6E2062656964656E20456C7465726E2067656D65696E73616D2061757367655C27666362742E5C7061720D0A5C7061720D0A446965205C6220616C6C65696E69676520656C7465726C6963686520536F7267655C6230202069737420626569206765736368696564656E656E206F6465722067657472656E6E74656E20456C7465726E206475726368206469652066616D696C69656E676572696368746C6963686520456E74736368656964756E67206E6163687A7577656973656E2E20426569204D5C276663747465726E206E696368746568656C6963686572204B696E646572206B616E6E20646965736572204E616368776569732064757263682065696E20736F672E204E65676174697661747465737420646573204A7567656E64616D746573206572666F6C67656E2C20696E2064656D20646173204A7567656E64616D7420646173204E69636874766F726C696567656E2065696E65722067656D65696E73616D656E20536F72676565726B6C5C27653472756E6720626573745C276534746967742E5C7061720D0A0D0A5C706172645C69305C66325C667331365C7061720D0A7D0D0A00"/>
      <TfrxShapeView Name="Shape128" AllowVectorExport="True" Left="26,45671" Top="249,44898" Width="672,75634" Height="18,89765" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape129" AllowVectorExport="True" Left="26,45671" Top="230,55133" Width="672,75634" Height="18,89765" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape130" AllowVectorExport="True" Left="26,45671" Top="211,65368" Width="672,75634" Height="18,89765" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape131" AllowVectorExport="True" Left="26,45671" Top="192,75603" Width="672,75634" Height="18,89765" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape132" AllowVectorExport="True" Left="26,45671" Top="173,85838" Width="672,75634" Height="18,89765" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape133" AllowVectorExport="True" Left="26,45671" Top="154,96073" Width="672,75634" Height="18,89765" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape134" AllowVectorExport="True" Left="26,45671" Top="136,06308" Width="672,75634" Height="18,89765" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape135" AllowVectorExport="True" Left="26,45671" Top="117,16543" Width="672,75634" Height="18,89765" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape136" AllowVectorExport="True" Left="26,45671" Top="98,26778" Width="672,75634" Height="18,89765" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape137" AllowVectorExport="True" Left="26,45671" Top="79,37013" Width="672,75634" Height="18,89765" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape138" AllowVectorExport="True" Left="26,45671" Top="60,47248" Width="672,75634" Height="18,89765" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo529" AllowVectorExport="True" Left="26,45671" Top="15,11812" Width="222,99227" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="6. Vollständige Schullaufbahn:"/>
      <TfrxLineView Name="Line50" AllowVectorExport="True" Left="170,07885" Top="60,47248" Width="0" Height="207,87415" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line51" AllowVectorExport="True" Left="253,22851" Top="60,47248" Width="0" Height="207,87415" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line52" AllowVectorExport="True" Left="347,71676" Top="60,47248" Width="0" Height="207,87415" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo530" AllowVectorExport="True" Left="71,81107" Top="60,47248" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schuljahr:"/>
      <TfrxMemoView Name="Memo531" AllowVectorExport="True" Left="71,81107" Top="79,37013" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schuljahr:"/>
      <TfrxMemoView Name="Memo532" AllowVectorExport="True" Left="71,81107" Top="98,26778" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schuljahr:"/>
      <TfrxMemoView Name="Memo533" AllowVectorExport="True" Left="71,81107" Top="117,16543" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schuljahr:"/>
      <TfrxMemoView Name="Memo534" AllowVectorExport="True" Left="71,81107" Top="136,06308" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schuljahr:"/>
      <TfrxMemoView Name="Memo535" AllowVectorExport="True" Left="71,81107" Top="154,96073" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schuljahr:"/>
      <TfrxMemoView Name="Memo536" AllowVectorExport="True" Left="71,81107" Top="173,85838" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schuljahr:"/>
      <TfrxMemoView Name="Memo537" AllowVectorExport="True" Left="71,81107" Top="192,75603" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schuljahr:"/>
      <TfrxMemoView Name="Memo538" AllowVectorExport="True" Left="71,81107" Top="211,65368" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schuljahr:"/>
      <TfrxMemoView Name="Memo539" AllowVectorExport="True" Left="71,81107" Top="230,55133" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schuljahr:"/>
      <TfrxMemoView Name="Memo540" AllowVectorExport="True" Left="71,81107" Top="249,44898" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schuljahr:"/>
      <TfrxLineView Name="Line53" AllowVectorExport="True" Left="430,86642" Top="60,47248" Width="0" Height="207,87415" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo541" AllowVectorExport="True" Left="253,22851" Top="60,47248" Width="90,70872" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Klasse:"/>
      <TfrxMemoView Name="Memo542" AllowVectorExport="True" Left="253,22851" Top="79,37013" Width="90,70872" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Klasse:"/>
      <TfrxMemoView Name="Memo543" AllowVectorExport="True" Left="253,22851" Top="98,26778" Width="90,70872" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Klasse:"/>
      <TfrxMemoView Name="Memo544" AllowVectorExport="True" Left="253,22851" Top="117,16543" Width="90,70872" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Klasse:"/>
      <TfrxMemoView Name="Memo545" AllowVectorExport="True" Left="253,22851" Top="136,06308" Width="90,70872" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Klasse:"/>
      <TfrxMemoView Name="Memo546" AllowVectorExport="True" Left="253,22851" Top="154,96073" Width="90,70872" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Klasse:"/>
      <TfrxMemoView Name="Memo547" AllowVectorExport="True" Left="253,22851" Top="173,85838" Width="90,70872" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Klasse:"/>
      <TfrxMemoView Name="Memo548" AllowVectorExport="True" Left="253,22851" Top="192,75603" Width="90,70872" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Klasse:"/>
      <TfrxMemoView Name="Memo549" AllowVectorExport="True" Left="253,22851" Top="211,65368" Width="90,70872" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Klasse:"/>
      <TfrxMemoView Name="Memo550" AllowVectorExport="True" Left="253,22851" Top="230,55133" Width="90,70872" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Klasse:"/>
      <TfrxMemoView Name="Memo551" AllowVectorExport="True" Left="249,44898" Top="249,44898" Width="90,70872" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Klasse:"/>
      <TfrxLineView Name="Line54" AllowVectorExport="True" Left="498,89796" Top="60,47248" Width="0" Height="207,87415" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo552" AllowVectorExport="True" Left="434,64595" Top="60,47248" Width="60,47248" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schule:"/>
      <TfrxMemoView Name="Memo553" AllowVectorExport="True" Left="434,64595" Top="79,37013" Width="60,47248" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schule:"/>
      <TfrxMemoView Name="Memo554" AllowVectorExport="True" Left="434,64595" Top="98,26778" Width="60,47248" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schule:"/>
      <TfrxMemoView Name="Memo555" AllowVectorExport="True" Left="434,64595" Top="117,16543" Width="60,47248" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schule:"/>
      <TfrxMemoView Name="Memo556" AllowVectorExport="True" Left="434,64566929" Top="136,06308" Width="60,47248" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schule:"/>
      <TfrxMemoView Name="Memo557" AllowVectorExport="True" Left="434,64595" Top="154,96073" Width="60,47248" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schule:"/>
      <TfrxMemoView Name="Memo558" AllowVectorExport="True" Left="438,42548" Top="173,85838" Width="60,47248" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schule:"/>
      <TfrxMemoView Name="Memo559" AllowVectorExport="True" Left="434,64566929" Top="192,75603" Width="60,47248" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schule:"/>
      <TfrxMemoView Name="Memo560" AllowVectorExport="True" Left="434,64595" Top="211,65368" Width="60,47248" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schule:"/>
      <TfrxMemoView Name="Memo561" AllowVectorExport="True" Left="434,64595" Top="230,55133" Width="60,47248" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schule:"/>
      <TfrxMemoView Name="Memo562" AllowVectorExport="True" Left="434,64566929" Top="249,44898" Width="60,47248" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Schule:"/>
      <TfrxMemoView Name="Memo563" AllowVectorExport="True" Left="177,63791" Top="60,47248" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo564" AllowVectorExport="True" Left="177,63791" Top="79,37013" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo565" AllowVectorExport="True" Left="177,63791" Top="98,26778" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo566" AllowVectorExport="True" Left="177,63791" Top="117,16543" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo567" AllowVectorExport="True" Left="177,63791" Top="136,06308" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo568" AllowVectorExport="True" Left="177,63791" Top="154,96073" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo569" AllowVectorExport="True" Left="177,63791" Top="173,85838" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo570" AllowVectorExport="True" Left="177,63791" Top="192,75603" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo571" AllowVectorExport="True" Left="177,63791" Top="211,65368" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo572" AllowVectorExport="True" Left="177,63791" Top="230,55133" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo573" AllowVectorExport="True" Left="177,63791" Top="249,44898" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo574" AllowVectorExport="True" Left="355,27582" Top="60,47248" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo575" AllowVectorExport="True" Left="355,27582" Top="79,37013" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo576" AllowVectorExport="True" Left="355,27582" Top="98,26778" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo577" AllowVectorExport="True" Left="355,27582" Top="117,16543" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo578" AllowVectorExport="True" Left="355,27582" Top="136,06308" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo579" AllowVectorExport="True" Left="355,27582" Top="154,96073" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo580" AllowVectorExport="True" Left="355,27582" Top="173,85838" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo581" AllowVectorExport="True" Left="355,27582" Top="192,75603" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo582" AllowVectorExport="True" Left="355,27582" Top="211,65368" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo583" AllowVectorExport="True" Left="355,27582" Top="230,55133" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo584" AllowVectorExport="True" Left="355,27582" Top="249,44898" Width="71,81107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo585" AllowVectorExport="True" Left="506,45702" Top="60,47248" Width="185,19697" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo586" AllowVectorExport="True" Left="506,45702" Top="79,37013" Width="185,19697" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo587" AllowVectorExport="True" Left="506,45702" Top="98,26778" Width="185,19697" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo588" AllowVectorExport="True" Left="506,45702" Top="117,16543" Width="185,19697" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo589" AllowVectorExport="True" Left="506,45702" Top="136,06308" Width="185,19697" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo590" AllowVectorExport="True" Left="506,45702" Top="154,96073" Width="185,19697" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo591" AllowVectorExport="True" Left="506,45702" Top="173,85838" Width="185,19697" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo592" AllowVectorExport="True" Left="506,45702" Top="192,75603" Width="185,19697" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo593" AllowVectorExport="True" Left="506,45702" Top="211,65368" Width="185,19697" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo594" AllowVectorExport="True" Left="506,45702" Top="230,55133" Width="185,19697" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo595" AllowVectorExport="True" Left="506,45702" Top="249,44898" Width="185,19697" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    </TfrxMasterData>
  </TfrxReportPage>
  <TfrxReportPage Name="SchLaufBahn" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0">
    <TfrxMasterData Name="MasterData2" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="19,77953" Left="0" Top="18,89765" Width="718,1107" ColumnWidth="0" ColumnGap="0" DataSet="sl" DataSetName="sl" RowCount="0">
      <TfrxMemoView Name="Memo11" AllowVectorExport="True" Left="7,6141" Top="0" Width="151" Height="19,77953" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Color="8421504" Frame.Typ="15" ParentFont="False" Text="[sl.&#34;schj&#34;]"/>
      <TfrxMemoView Name="Memo171" AllowVectorExport="True" Left="272,39363" Top="0" Width="296,12598425" Height="19,77953" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Color="8421504" Frame.Typ="15" ParentFont="False" Text="[sl.&#34;Schulname&#34;]"/>
      <TfrxMemoView Name="Memo13" AllowVectorExport="True" Left="158,6141" Top="0" Width="110" Height="19,77953" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Color="8421504" Frame.Typ="15" ParentFont="False" Text="[sl.&#34;gruppe&#34;]"/>
    </TfrxMasterData>
  </TfrxReportPage>
  <TfrxReportPage Name="FB2a" Visible="False" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="20" RightMargin="10" TopMargin="10" BottomMargin="5" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0">
    <TfrxMasterData Name="MasterData11" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="944,88188976" Left="0" Top="18,89765" Width="680,3154" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="1">
      <TfrxMemoView Name="Memo174" Align="baRight" AllowVectorExport="True" Left="631,1815396875" Top="0" Width="49,13389" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="FB 2a"/>
      <TfrxMemoView Name="Memo175" AllowVectorExport="True" Left="3,77953" Top="7,55906" Width="631,18151" Height="26,45671" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung&#13;&#10;&#13;&#10;      "/>
      <TfrxMemoView Name="Memo176" AllowVectorExport="True" Left="208" Top="172" Width="183,52783" Height="18,8976378" AutoWidth="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;SchuelerNamenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;SchuelerNamenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;SchuelerNachname&#34;], [d.&#34;SchuelerRufname&#34;]"/>
      <TfrxMemoView Name="Memo177" AllowVectorExport="True" Left="3,77953" Top="151,18110236" Width="147,40167" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="3. Personaldaten"/>
      <TfrxMemoView Name="Memo178" AllowVectorExport="True" Left="3,77953" Top="37,7953" Width="627,40198" Height="30,23624" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Dokumentation des Verfahrens vor der Einschulung"/>
      <TfrxMemoView Name="Memo179" AllowVectorExport="True" Left="3,77953" Top="83,1496063" Width="143,62214" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="1. Zuständige Schule:"/>
      <TfrxMemoView Name="Memo180" AllowVectorExport="True" Left="208" Top="83,1496063" Width="460,57514" Height="18,89765" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuleName&#34;]"/>
      <TfrxMemoView Name="Memo181" AllowVectorExport="True" Left="3,77953" Top="211,653543307087" Width="188,9765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="3. Einleitung des Verfahrens"/>
      <TfrxMemoView Name="Memo184" AllowVectorExport="True" Left="11,33858268" Top="237,78740157" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="a. Prüfung"/>
      <TfrxMemoView Name="Memo185" AllowVectorExport="True" Left="26,45669291" Top="263,22078" Width="563,14997" Height="181,41744" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Es liegen hinreichende Hinweise für einen Bedarf an sonderpädagogischer Unterstützung (vorschulische Entwicklung, Angaben der Erziehungsberechtigten) vor. &#13;&#10;&#13;&#10;Die vorschulischen und ggf. außerschulischen Berichte wurden ausgewertet und mit den Erziehungsberechtigten erörtert.&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;Es ist zu vermuten, dass aufgrund einer Behinderung oder drohenden Behinderung eine weitergehende sonderpädagogische Unterstützung im Hinblick auf das Erreichen der Bildungsziele der zu besuchenden Schule oder individueller Bildungsziele notwendig ist."/>
      <TfrxMemoView Name="Memo186" AllowVectorExport="True" Left="634,96062992" Top="283" Width="18,8976378" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ja"/>
      <TfrxShapeView Name="Shape67" AllowVectorExport="True" Left="657,63779528" Top="283" Width="18,9" Height="18,9" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo187" AllowVectorExport="True" Left="634,96062992" Top="323" Width="18,8976378" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ja"/>
      <TfrxShapeView Name="Shape68" AllowVectorExport="True" Left="657,63779528" Top="323" Width="18,9" Height="18,9" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo190" AllowVectorExport="True" Left="559,37007874" Top="354,97681" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo191" AllowVectorExport="True" Left="15,11811268" Top="597,84260756" Width="438,42548" Height="41,57483" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="c. Schriftliche Mitteilung an die Erziehungsberechtigten (FB 3)&#13;&#10;    und Elterninformation (FB 4a)"/>
      <TfrxMemoView Name="Memo192" AllowVectorExport="True" Left="559,37007874" Top="476,89764756" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo193" AllowVectorExport="True" Left="634,96104" Top="413" Width="18,8976378" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ja"/>
      <TfrxShapeView Name="Shape71" AllowVectorExport="True" Left="657,63820536" Top="413" Width="18,9" Height="18,9" Frame.Typ="0"/>
      <TfrxLineView Name="Line46" AllowVectorExport="True" Left="285,24428" Top="60,47248" Width="34,01577" Height="0" Color="0" Frame.Typ="4" Frame.Width="2"/>
      <TfrxMemoView Name="Memo182" AllowVectorExport="True" Left="3,77953" Top="117" Width="192,31509" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="2. Vorschulische Einrichtung:"/>
      <TfrxMemoView Name="Memo205" AllowVectorExport="True" Left="11,33859" Top="449,25232" Width="578,26809" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="b. Veranlassung der Erstellung eines Fördergutachtens "/>
      <TfrxMemoView Name="Memo206" AllowVectorExport="True" Left="15,11811023" Top="476,70903" Width="532,91373" Height="49,13389" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Beauftragt wurden:  [IIF(&#60;d.&#34;l1AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;l1AkadTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;Lehrervorname1&#34;] [IIF(&#60;d.&#34;l1Namenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;l1Namenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;Lehrernachname1&#34;]&#13;&#10;als Lehrkraft der zuständigen Schule                                             &#13;&#10;&#13;&#10; ">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo208" AllowVectorExport="True" Left="559,37007874" Top="560,74057" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo211" AllowVectorExport="True" Left="559,37007874" Top="617,89023" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo207" AllowVectorExport="True" Left="11,33859" Top="666,24459" Width="551,81138" Height="34,01577" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="d. ggf. Einholung weiterer Unterlagen&#13;&#10;(siehe auch FB7 / Einwilligungserklärung)"/>
      <TfrxMemoView Name="Memo210" AllowVectorExport="True" Left="559,37007874" Top="686,58318" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo196" AllowVectorExport="True" Left="11,33859" Top="722,12647" Width="517,79561" Height="75,5906" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="e. Schriftliche Mitteilung zur Übersendung des Fördergutachtens an die Erziehungsberechtigten und die Möglichkeiten nach Erhalt des Fördergutachtens	:      &#13;&#10;(FB 4b)"/>
      <TfrxMemoView Name="Memo183" Align="baLeft" AllowVectorExport="True" Left="391,52783" Top="172" Width="166,29932" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="     geb. [d.&#34;SchuelerGeburtsdatum&#34;]"/>
      <TfrxMemoView Name="Memo231" AllowVectorExport="True" Left="15,11812" Top="532,91333457" Width="529,1342" Height="49,13389" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[FVorname] [FName]&#13;&#10;als Förderschullehrer/in durch die Leiterin / den Leiter der Förderschule">
        <Formats>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo351" AllowVectorExport="True" Left="657" Top="413" Width="18,9" Height="18,9" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo352" AllowVectorExport="True" Left="657" Top="283" Width="18,9" Height="18,9" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo353" AllowVectorExport="True" Left="657" Top="323" Width="18,9" Height="18,9" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo354" AllowVectorExport="True" Left="21" Top="172" Width="177" Height="18,9" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Name, Vorname des Kindes:"/>
      <TfrxMemoView Name="Memo355" AllowVectorExport="True" Left="208" Top="117" Width="462" Height="18,9" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo209" AllowVectorExport="True" Left="559,37007874" Top="726,31500876" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo197" AllowVectorExport="True" Left="11,33859" Top="816,37848" Width="177,63791" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="5. ggf. Gespräch am"/>
      <TfrxMemoView Name="Memo243" AllowVectorExport="True" Left="559,37007874" Top="816,37848" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo609" AllowVectorExport="True" Left="661,41775" Top="287,24428" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo610" AllowVectorExport="True" Left="661,41775" Top="325,03958" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo611" AllowVectorExport="True" Left="661,41775" Top="415,7483" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter11" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="48" Left="0" Top="1024,25263" Width="680,3154">
      <TfrxMemoView Name="Memo194" AllowVectorExport="True" Left="0,44094" Top="1" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 22.09.2021"/>
      <TfrxLineView Name="Line36" AllowVectorExport="True" Left="0" Top="0" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo195" Align="baRight" AllowVectorExport="True" Left="585,8271796875" Top="1,13385827" Width="94,48825" Height="48,01577" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 2a&#13;&#10;DaNiS-Version&#13;&#10;Seite 1 von 2"/>
    </TfrxPageFooter>
  </TfrxReportPage>
  <TfrxReportPage Name="FB2a2" Visible="False" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="20" RightMargin="10" TopMargin="10" BottomMargin="5" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0">
    <TfrxMasterData Name="MasterData12" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="944,88188976" Left="0" Top="18,89765" Width="680,3154" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="1">
      <TfrxMemoView Name="Memo198" AllowVectorExport="True" Left="3,77952756" Top="32,91373" Width="502,67749" Height="34,01577" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="6. ggf. Einberufung der Förderkommission"/>
      <TfrxMemoView Name="Memo199" AllowVectorExport="True" Left="3,77952756" Top="119,84292" Width="502,67749" Height="52,91342" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="a. Einladung zur Sitzung der Förderkommission (FB 5) mit &#13;&#10;Übersendung des Fördergutachtens und ggf. weiterer &#13;&#10;Unterlagen"/>
      <TfrxMemoView Name="Memo200" AllowVectorExport="True" Left="-2,44E-6" Top="550,70884693" Width="498,89796" Height="45,35436" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="8. Abgabe an das zuständige&#13;&#10;    Regionale Landesamt für Schule und Bildung"/>
      <TfrxMemoView Name="Memo202" AllowVectorExport="True" Left="560" Top="119,84292" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo203" AllowVectorExport="True" Left="560" Top="569,60649693" Width="150,23624" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo204" AllowVectorExport="True" Left="147,40167" Top="648,04793" Width="415,7483" Height="60,47248" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;sltg.&#34;Titel&#34;&#62;=&#39;&#39;,&#39;&#39;,&#60;sltg.&#34;Titel&#34;&#62;+&#39; &#39;)][IIF(&#60;sltg.&#34;AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;sltg.&#34;AkadTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][sltg.&#34;Rufname&#34;][IIF(&#60;sltg.&#34;Namenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#39; &#39;+&#60;sltg.&#34;Namenszusatz&#34;&#62;,&#39;&#39;)] [sltg.&#34;Nachname&#34;], [IIF(&#60;sltg.&#34;Geschlecht&#34;&#62;=&#39;m&#39;,&#39;Schulleiter&#39;,&#39;Schulleiterin&#39;)]"/>
      <TfrxLineView Name="Line37" AllowVectorExport="True" Left="143,62212291" Top="644,2684" Width="396,85065" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo213" AllowVectorExport="True" Left="3,77953" Top="494,01594331" Width="498,89796" Height="37,7953" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="7. Die Beratung der Erziehungsberechtigten zum Wahlrecht zwischen dem&#13;&#10;    Besuch einer Förderschule und einer allgemeinen Schule ist erfolgt."/>
      <TfrxMemoView Name="Memo214" AllowVectorExport="True" Left="560" Top="490,33921" Width="157,7953" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo201" AllowVectorExport="True" Left="49,13389" Top="68,03154" Width="132,28355" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Nicht durchgeführt"/>
      <TfrxShapeView Name="Shape100" AllowVectorExport="True" Left="7,55906" Top="68,03154" Width="22,67718" Height="18,89765" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo244" AllowVectorExport="True" Left="3,77953" Top="181,41744" Width="147,40167" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="b. Mitglieder"/>
      <TfrxMemoView Name="Memo245" AllowVectorExport="True" Left="18,89765" Top="204,09462" Width="570,70903" Height="192,75603" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Vorsitzendes Mitglied: [IIF(&#60;sltg.&#34;AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;sltg.&#34;AkadTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][sltg.&#34;Rufname&#34;] [sltg.&#34;Nachname&#34;]&#13;&#10;&#13;&#10;Lehrkraft der zuständigen Schule: [IIF(&#60;d.&#34;l1AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;l1AkadTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;Lehrervorname1&#34;] [IIF(&#60;d.&#34;l1Namenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;l1Namenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;Lehrernachname1&#34;]&#13;&#10;&#13;&#10;Förderschullehrkraft: [FVorname] [FName]&#13;&#10;&#13;&#10;Erziehungsberechtigte: [Copy(&#60;ErzBer1&#62;,Pos(&#39;, &#39;,&#60;ErzBer1&#62;)+2,Length(&#60;ErzBer1&#62;))] [Copy(&#60;ErzBer1&#62;,1,Pos(&#39;,&#39;,&#60;ErzBer1&#62;)-1)][IIF(&#60;ErzBer2&#62;&#62;&#39;&#39;,&#39;, &#39;,&#39;&#39;)][Copy(&#60;ErzBer2&#62;,Pos(&#39;, &#39;,&#60;ErzBer2&#62;)+2,Length(&#60;ErzBer2&#62;))] [Copy(&#60;ErzBer2&#62;,1,Pos(&#39;,&#39;,&#60;ErzBer2&#62;)-1)]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo246" AllowVectorExport="True" Left="22,67718" Top="400,63018" Width="128,50402" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="weitere Mitglieder: "/>
      <TfrxMemoView Name="Memo247" AllowVectorExport="True" Left="166,29932" Top="400,63018" Width="411,96877" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo242" AllowVectorExport="True" Left="3,77953" Top="653,85869" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo612" AllowVectorExport="True" Left="11,33859" Top="71,81107" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo633" AllowVectorExport="True" Left="7,55906" Top="430,86642" Width="514,01608" Height="49,13389" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="c. Sitzungstermin&#13;&#10;&#13;&#10;d. Protokoll der Sitzung der Förderkommission (FB 6)"/>
      <TfrxMemoView Name="Memo634" AllowVectorExport="True" Left="559,37044" Top="430,86642" Width="157,7953" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo635" AllowVectorExport="True" Left="559,37044" Top="457,32313" Width="157,7953" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter12" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="48" Left="0" Top="1024,25263" Width="680,3154">
      <TfrxMemoView Name="Memo215" AllowVectorExport="True" Left="0,44094" Top="1" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 22.09.2021"/>
      <TfrxLineView Name="Line45" AllowVectorExport="True" Left="0" Top="0" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo216" Align="baRight" AllowVectorExport="True" Left="585,8271796875" Top="1,13385827" Width="94,48825" Height="46,01577" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 2a&#13;&#10;DaNiS-Version&#13;&#10;Seite 2  von 2"/>
    </TfrxPageFooter>
    <TfrxMemoView Name="Memo212" Align="baRight" AllowVectorExport="True" Left="623,6224796875" Top="-481,10235" Width="56,69295" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="FB 2a"/>
  </TfrxReportPage>
  <TfrxReportPage Name="FB2b" Visible="False" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="20" RightMargin="10" TopMargin="10" BottomMargin="5" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0">
    <TfrxMasterData Name="MasterData" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="944,88188976" Left="0" Top="18,89765" Width="680,3154" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="1">
      <TfrxMemoView Name="Memo67" Align="baRight" AllowVectorExport="True" Left="631,1815396875" Top="0" Width="49,13389" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="FB 2b"/>
      <TfrxMemoView Name="Memo76" AllowVectorExport="True" Left="3,77953" Top="7,55906" Width="631,18151" Height="26,45671" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung&#13;&#10;&#13;&#10;      "/>
      <TfrxMemoView Name="Memo77" Align="baLeft" AllowVectorExport="True" Left="202" Top="165" Width="143,30736" Height="18,8976378" AutoWidth="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;SchuelerNamenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;SchuelerNamenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;SchuelerNachname&#34;], [d.&#34;SchuelerRufname&#34;]"/>
      <TfrxMemoView Name="Memo78" AllowVectorExport="True" Left="3,77953" Top="136,06308" Width="113,3859" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="2. Personaldaten"/>
      <TfrxMemoView Name="Memo79" AllowVectorExport="True" Left="3,77953" Top="37,7953" Width="627,40198" Height="41,57483" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Dokumentation des Verfahrens während des Schulbesuches"/>
      <TfrxMemoView Name="Memo80" AllowVectorExport="True" Left="3,77953" Top="98,26778" Width="143,62214" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="1. Zuständige Schule:"/>
      <TfrxMemoView Name="Memo81" AllowVectorExport="True" Left="155,96073" Top="98,26778" Width="559,37044" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuleName&#34;]"/>
      <TfrxMemoView Name="Memo82" AllowVectorExport="True" Left="3,77953" Top="219,21274" Width="188,9765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="3. Einleitung des Verfahrens"/>
      <TfrxMemoView Name="Memo83" AllowVectorExport="True" Left="11,33858268" Top="241,88992" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="a. Anlass "/>
      <TfrxMemoView Name="Memo84" AllowVectorExport="True" Left="69,13389" Top="275,90569" Width="608,50433" Height="109,60637" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Erstmalige Feststellung eines Bedarfs an sonderpädagogischer Unterstützung&#13;&#10;&#13;&#10;&#13;&#10;Änderung eines Bedarfs an sonderpädagogischer Unterstützung&#13;&#10;&#13;&#10;&#13;&#10;Wegfall eines Bedarfs an sonderpädagogischer Unterstützung"/>
      <TfrxShapeView Name="Shape33" AllowVectorExport="True" Left="26,45669291" Top="275,90569" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape34" AllowVectorExport="True" Left="26,45669291" Top="317,48052" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape35" AllowVectorExport="True" Left="26,45669291" Top="363,83488" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo85" AllowVectorExport="True" Left="11,33858268" Top="415,7483" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="b. Prüfung"/>
      <TfrxMemoView Name="Memo87" AllowVectorExport="True" Left="56,69253992" Top="480,88188" Width="19" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="ja"/>
      <TfrxShapeView Name="Shape37" AllowVectorExport="True" Left="102,04688528" Top="480,88188" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo88" AllowVectorExport="True" Left="56,69253992" Top="564,33859" Width="19" Height="19" DataSet="v" DataSetName="v" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="ja"/>
      <TfrxMemoView Name="Memo91" AllowVectorExport="True" Left="56,69253992" Top="768,11812" Width="19" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="ja"/>
      <TfrxShapeView Name="Shape38" AllowVectorExport="True" Left="98,26735528" Top="564,33859" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape40" AllowVectorExport="True" Left="98,26735528" Top="716,67718" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo92" AllowVectorExport="True" Left="559,370078740157" Top="638,53587" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxShapeView Name="Shape41" AllowVectorExport="True" Left="98,26735528" Top="768,11812" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo94" AllowVectorExport="True" Left="559,370078740157" Top="865,61472" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum: "/>
      <TfrxMemoView Name="Memo89" AllowVectorExport="True" Left="56,69295" Top="635,01577" Width="19" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="ja"/>
      <TfrxShapeView Name="Shape39" AllowVectorExport="True" Left="98,26776536" Top="635,01577" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxLineView Name="Line47" AllowVectorExport="True" Left="287,24428" Top="60,47248" Width="79,37013" Height="0" Color="0" Frame.Typ="4" Frame.Width="2"/>
      <TfrxMemoView Name="Memo188" Align="baLeft" AllowVectorExport="True" Left="345,30736" Top="165" Width="50,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="     geb."/>
      <TfrxMemoView Name="Memo189" Align="baLeft" AllowVectorExport="True" Left="455,79561" Top="165" Width="66,70872" Height="18,89765" AutoWidth="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="     Klasse:"/>
      <TfrxMemoView Name="Memo356" AllowVectorExport="True" Left="26" Top="165" Width="176" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Name, Vorname des Kindes: "/>
      <TfrxMemoView Name="Memo357" Align="baLeft" AllowVectorExport="True" Left="395,79561" Top="165" Width="60" Height="19" AutoWidth="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuelerGeburtsdatum&#34;]"/>
      <TfrxMemoView Name="Memo358" Align="baLeft" AllowVectorExport="True" Left="522,50433" Top="165" Width="80" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[d.&#34;GruppeBezeichnung&#34;]"/>
      <TfrxMemoView Name="Memo360" AllowVectorExport="True" Left="26" Top="276" Width="19" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo361" AllowVectorExport="True" Left="26" Top="316,55906" Width="19" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo362" AllowVectorExport="True" Left="26" Top="363,33859" Width="19" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo364" AllowVectorExport="True" Left="101,85528667" Top="480,21521333" Width="19" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo365" AllowVectorExport="True" Left="97,97866333" Top="563,67192334" Width="19" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo366" AllowVectorExport="True" Left="97,96289333" Top="634,68243667" Width="19" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo367" AllowVectorExport="True" Left="97,96289333" Top="716,67718" Width="19" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo368" AllowVectorExport="True" Left="97,96289333" Top="767,78478667" Width="19" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo363" AllowVectorExport="True" Left="26,45671" Top="438,42548" Width="650,07916" Height="37,7953" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Es liegen Hinweise für einen (ggf. veränderten) Bedarf an sonderpädagogischer  Unterstützung (schulische Entwicklung, Angaben der Erziehungsberechtigten) vor."/>
      <TfrxMemoView Name="Memo487" AllowVectorExport="True" Left="30,23624" Top="514,01608" Width="638,74057" Height="41,57483" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Alle schulischen Fördermaßnahmen wurden über einen angemessenen Zeitraum ausgeschöpft und haben nicht dazu geführt, dass die Schülerin / der Schüler den Anforderungen entsprechend lernen kann."/>
      <TfrxMemoView Name="Memo488" AllowVectorExport="True" Left="26,45671" Top="597,16574" Width="627,40198" Height="34,01577" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Die Dokumentation der individuellen Lernentwicklung, die Förderplanung und eventuell vorliegende  außerschulische Berichte wurden ausgewertet und mit den Erziehungsberechtigten erörtert."/>
      <TfrxMemoView Name="Memo489" AllowVectorExport="True" Left="30,23624" Top="661,41775" Width="638,74057" Height="52,91342" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Es ist zu vermuten, dass aufgrund einer Behinderung oder drohenden Behinderung eine sonderpädagogische Unterstützung im Hinblick auf das Erreichen der Bildungsziele der zu besuchenden Schule oder individueller Bildungsziele notwendig ist."/>
      <TfrxMemoView Name="Memo490" AllowVectorExport="True" Left="56,69295" Top="715,99258" Width="19" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="ja"/>
      <TfrxMemoView Name="Memo90" AllowVectorExport="True" Left="15,11812" Top="793,7013" Width="578,26809" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="c. Veranlassung der Erstellung eines Fördergutachtens "/>
      <TfrxMemoView Name="Memo491" AllowVectorExport="True" Left="22,67718" Top="812,59895" Width="306,14193" Height="19,81107" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="  Beauftragt wurden:"/>
      <TfrxMemoView Name="Memo492" AllowVectorExport="True" Left="22,67718" Top="839,05566" Width="50" Height="16" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" AutoWidth="True" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="  [IIF(&#60;d.&#34;l1AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;l1AkadTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;Lehrervorname1&#34;] [IIF(&#60;d.&#34;l1Namenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;l1Namenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;Lehrernachname1&#34;] ">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo86" AllowVectorExport="True" Left="30,23624" Top="740,78788" Width="631,18151" Height="18,89765" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Es liegen Hinweise vor, dass ein Bedarf an sonderpädagogischer Unterstützung nicht mehr gegeben ist."/>
      <TfrxMemoView Name="Memo495" Align="baLeft" AllowVectorExport="True" Left="72,67718" Top="839,05566" Width="80" Height="16" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" AutoWidth="True" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="     als Lehrkraft der zuständigen Schule"/>
      <TfrxMemoView Name="Memo496" AllowVectorExport="True" Left="22,67718" Top="869,2919" Width="50" Height="19" AutoWidth="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="  [FVorname] [FName]"/>
      <TfrxMemoView Name="Memo497" Align="baLeft" AllowVectorExport="True" Left="72,67718" Top="869,2919" Width="80" Height="19" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" AutoWidth="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="     als Förderschullehrer/in"/>
      <TfrxMemoView Name="Memo498" AllowVectorExport="True" Left="559,370078740157" Top="839,05566" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum: "/>
      <TfrxMemoView Name="Memo499" AllowVectorExport="True" Left="30,23624" Top="899,52814" Width="591,79035333" Height="36,28355" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="durch die Leiterin / den Leiter der Förderschule oder der allgemeinbildenden Schule.&#13;&#10;."/>
      <TfrxMemoView Name="Memo613" AllowVectorExport="True" Left="30,23624" Top="279,68522" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo614" AllowVectorExport="True" Left="30,23624" Top="321,26005" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo615" AllowVectorExport="True" Left="30,23624" Top="366,61441" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo616" AllowVectorExport="True" Left="105,82684" Top="483,77984" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo617" AllowVectorExport="True" Left="102,04731" Top="566,9295" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo618" AllowVectorExport="True" Left="102,04731" Top="638,74057" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo619" AllowVectorExport="True" Left="102,04731" Top="721,89023" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo620" AllowVectorExport="True" Left="102,04731" Top="771,02412" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter2" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="48" Left="0" Top="1024,25263" Width="680,3154">
      <TfrxMemoView Name="Memo5" AllowVectorExport="True" Left="0,44094" Top="1" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 22.09.2021"/>
      <TfrxLineView Name="Line9" AllowVectorExport="True" Left="0" Top="0" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo111" Align="baRight" AllowVectorExport="True" Left="585,8271796875" Top="1,13385827" Width="94,48825" Height="46,01577" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 2b&#13;&#10;DaNiS-Version&#13;&#10;Seite 1 von 2"/>
    </TfrxPageFooter>
  </TfrxReportPage>
  <TfrxReportPage Name="FB2b2" Visible="False" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="20" RightMargin="10" TopMargin="10" BottomMargin="5" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0">
    <TfrxMasterData Name="MasterData3" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="944,88188976" Left="0" Top="18,89765" Width="680,3154" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="1">
      <TfrxMemoView Name="Memo95" AllowVectorExport="True" Left="11,33858268" Top="185,19697" Width="396,85065" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="5. ggf. Einberufung der Förderkommission"/>
      <TfrxMemoView Name="Memo98" AllowVectorExport="True" Left="11,33858756" Top="540,70903" Width="502,67749" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="d. Protokoll der Sitzung der Förderkommission (FB 6)"/>
      <TfrxMemoView Name="Memo99" AllowVectorExport="True" Left="11,33858756" Top="627,63772693" Width="498,89796" Height="41,57483" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="7. Abgabe an das zuständige&#13;&#10;   Regionale Landesamt für Schule und Bildung"/>
      <TfrxMemoView Name="Memo100" AllowVectorExport="True" Left="559,370078740157" Top="506,69326" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo101" AllowVectorExport="True" Left="559,37007874" Top="540,70903" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo102" AllowVectorExport="True" Left="559,37007874" Top="627,63772693" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo103" AllowVectorExport="True" Left="177,63791" Top="777,65399" Width="317,48052" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;sltg.&#34;Titel&#34;&#62;=&#39;&#39;,&#39;&#39;,&#60;sltg.&#34;Titel&#34;&#62;+&#39; &#39;)][IIF(&#60;sltg.&#34;AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;sltg.&#34;AkadTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][sltg.&#34;Rufname&#34;][IIF(&#60;sltg.&#34;Namenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#39; &#39;+&#60;sltg.&#34;Namenszusatz&#34;&#62;,&#39;&#39;)] [sltg.&#34;Nachname&#34;], [IIF(&#60;sltg.&#34;Geschlecht&#34;&#62;=&#39;m&#39;,&#39;Schulleiter&#39;,&#39;Schulleiterin&#39;)]"/>
      <TfrxMemoView Name="Memo106" AllowVectorExport="True" Left="13,78477934" Top="66,35961667" Width="551,81138" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="e. Falls erforderlich: Einholung weiterer Unterlagen"/>
      <TfrxMemoView Name="Memo107" AllowVectorExport="True" Left="559,370078740157" Top="17" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo108" AllowVectorExport="True" Left="11,33857291" Top="152,62214" Width="238,11039" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="4. ggf. Gespräch am"/>
      <TfrxMemoView Name="Memo109" AllowVectorExport="True" Left="559,370078740157" Top="127,60637" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxLineView Name="Line14" AllowVectorExport="True" Left="162,51977291" Top="770,09493" Width="396,85065" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo114" AllowVectorExport="True" Left="559,370078740157" Top="63,4094" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo117" Align="baRight" AllowVectorExport="True" Left="623,6224796875" Top="0" Width="56,69295" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="FB 2b"/>
      <TfrxMemoView Name="Memo172" AllowVectorExport="True" Left="11,33859" Top="574,72435331" Width="498,89796" Height="37,7953" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="6. Die Beratung der Erziehungsberechtigten zum Wahlrecht zwischen dem&#13;&#10;    Besuch einer Förderschule und einer allgemeinen Schule ist erfolgt."/>
      <TfrxMemoView Name="Memo173" AllowVectorExport="True" Left="559,37007874" Top="574,7248" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo96" AllowVectorExport="True" Left="13,88188" Top="319" Width="205" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="b. Mitglieder"/>
      <TfrxMemoView Name="Memo421" AllowVectorExport="True" Left="29" Top="344" Width="205" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Vorsitzendes Mitglied:"/>
      <TfrxMemoView Name="Memo422" AllowVectorExport="True" Left="29" Top="369" Width="205" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Lehrkraft der zuständigen Schule:"/>
      <TfrxMemoView Name="Memo423" AllowVectorExport="True" Left="28" Top="394" Width="205" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Förderschullehrer / in:"/>
      <TfrxMemoView Name="Memo424" AllowVectorExport="True" Left="28" Top="419" Width="205" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Erziehungsberechtigte"/>
      <TfrxMemoView Name="Memo425" AllowVectorExport="True" Left="28" Top="444" Width="205" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="weitere Mitglieder:"/>
      <TfrxMemoView Name="Memo426" AllowVectorExport="True" Left="233" Top="344" Width="445" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;sltg.&#34;AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;sltg.&#34;AkadTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][sltg.&#34;Rufname&#34;] [sltg.&#34;Nachname&#34;]">
        <Formats>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo427" AllowVectorExport="True" Left="233" Top="369" Width="445" Height="19" 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;l1AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;l1AkadTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;Lehrervorname1&#34;] [IIF(&#60;d.&#34;l1Namenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;l1Namenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;Lehrernachname1&#34;]"/>
      <TfrxMemoView Name="Memo428" AllowVectorExport="True" Left="233" Top="394" Width="445" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[FVorname] [FName]"/>
      <TfrxMemoView Name="Memo429" AllowVectorExport="True" Left="233" Top="419" Width="445" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[Copy(&#60;ErzBer1&#62;,Pos(&#39;, &#39;,&#60;ErzBer1&#62;)+2,Length(&#60;ErzBer1&#62;))] [Copy(&#60;ErzBer1&#62;,1,Pos(&#39;,&#39;,&#60;ErzBer1&#62;)-1)][IIF(&#60;ErzBer2&#62;&#62;&#39;&#39;,&#39;, &#39;,&#39;&#39;)][Copy(&#60;ErzBer2&#62;,Pos(&#39;, &#39;,&#60;ErzBer2&#62;)+2,Length(&#60;ErzBer2&#62;))] [Copy(&#60;ErzBer2&#62;,1,Pos(&#39;,&#39;,&#60;ErzBer2&#62;)-1)]"/>
      <TfrxMemoView Name="Memo430" AllowVectorExport="True" Left="233" Top="444" Width="445" Height="38" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo93" AllowVectorExport="True" Left="15,11812" Top="15,11812" Width="438,42548" Height="41,57483" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="d. Schriftliche Mitteilung an die Erziehungsberechtigten (FB 3) &#13;&#10;    und Elterninformation (FB 4a )"/>
      <TfrxMemoView Name="Memo104" AllowVectorExport="True" Left="15,11812" Top="98,26778" Width="653,85869" Height="41,57483" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="f. Schriftliche Mitteilung zur Übersendung des Fördergutachtens an die Erziehungsberechtigten und &#13;&#10;   die Möglichkeiten nach Erhalt des Fördergutachtens (FB 4b)"/>
      <TfrxMemoView Name="Memo105" AllowVectorExport="True" Left="559,370078740157" Top="154,96073" Width="120" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo217" AllowVectorExport="True" Left="64,25201" Top="215,43321" Width="147,40167" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="nicht durchgeführt"/>
      <TfrxShapeView Name="Shape36" AllowVectorExport="True" Left="30,23624" Top="215,43321" Width="18,89765" Height="18,89765" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo232" AllowVectorExport="True" Left="30,23624" Top="215,43321" Width="22,67718" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo359" AllowVectorExport="True" Left="15,11812" Top="245,66945" Width="600,94527" Height="49,13389" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="a. Einladung zur Sitzung der Förderkommission (FB 5) mit &#13;&#10;    Übersendung des Fördergutachtens und ggf. weiterer &#13;&#10;    Unterlagen"/>
      <TfrxMemoView Name="Memo97" AllowVectorExport="True" Left="11,33859" Top="502,67749" Width="151,1812" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="c. Sitzungstermin"/>
      <TfrxMemoView Name="Memo369" AllowVectorExport="True" Left="34,01577" Top="778,58318" Width="55,74799" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="Datum:"/>
      <TfrxLineView Name="Line48" AllowVectorExport="True" Left="18,89765" Top="771,02412" Width="124,72449" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo370" AllowVectorExport="True" Left="15,11812" Top="748,34694" Width="128,50402" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter7" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="48" Left="0" Top="1024,25263" Width="680,3154">
      <TfrxMemoView Name="Memo110" AllowVectorExport="True" Left="0,44094" Top="1" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 22.09.2021"/>
      <TfrxLineView Name="Line15" AllowVectorExport="True" Left="0" Top="0" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo113" Align="baRight" AllowVectorExport="True" Left="585,8271796875" Top="1,13385827" Width="94,48825" Height="46,01577" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 2b&#13;&#10;DaNiS-Version&#13;&#10;Seite 2  von 2"/>
    </TfrxPageFooter>
  </TfrxReportPage>
  <TfrxReportPage Name="FB3" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="20" RightMargin="10" TopMargin="0" BottomMargin="5" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0">
    <TfrxMasterData Name="MasterData4" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="665,19685039" Left="0" Top="279,68522" Width="680,3154" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="0">
      <TfrxRichView Name="Rich5" AllowVectorExport="True" Left="3,77953" Top="154,77953" Width="668,97681" Height="419,52783" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740AAF0600007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033315C6465666C616E676665313033315C6465667461623730387B5C666F6E7474626C7B5C66305C666E696C5C66636861727365743020417269616C3B7D7B5C66315C6673776973735C66707271325C66636861727365743020417269616C3B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C667332305C7061720D0A5C622045696E6C656974756E67206465732056657266616872656E73207A757220466573747374656C6C756E672065696E6573204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E67205C7061720D0A5C62305C7061720D0A5C7061720D0A5B762E2253657269656E4272696566416E7265646545727A31225D205B762E2253657269656E4272696566416E7265646545727A32225D5C7061720D0A5C7061720D0A5B6772756E645D5C7061720D0A5C7061720D0A0D0A5C706172645C77696463746C70617220446168657220686162652069636820665C2766637220496872204B696E64205B642E2253636875656C65725275666E616D65225D205B494946283C642E2253636875656C65724E616D656E737A757361747A223E3C3E27272C3C642E2253636875656C65724E616D656E737A757361747A223E2B2720272C2727295D5B642E2253636875656C65724E6163686E616D65225D206461732056657266616872656E207A757220466573747374656C6C756E672065696E6573204265646172667320616E20736F6E646572705C27653464615C2D676F6769736368657220556E74657273745C276663747A756E672065696E67656C65697465742E205C663120496368206861626520646168657220766572616E6C617373742C20646173732064696520666F6C67656E64656E204C6568726B725C2765346674652065696E20465C2766367264657267757461636874656E2065727374656C6C656E3A5C7061720D0A5C7061720D0A5B494946283C642E226C31416B6164546974656C223E3C3E27272C3C642E226C31416B6164546974656C223E2B2720272C2727295D5B642E224C6568726572766F726E616D6531225D205B494946283C642E226C314E616D656E737A757361747A223E3C3E27272C3C642E226C314E616D656E737A757361747A223E2B2720272C2727295D5B642E224C65687265726E6163686E616D6531225D20285B642E22536368756C654E616D65225D2920756E64205C7061720D0A5B46566F726E616D655D205B464E616D655D20285B46536368756C655D295C667332325C7061720D0A0D0A5C706172645C66305C667332305C7061720D0A0D0A5C706172645C66693730385C7061720D0A0D0A5C7061726420417573665C27666368726C6963686520496E666F726D6174696F6E656E205C276663626572206461732056657266616872656E20656E746E65686D656E205369652062697474652064656D206265696765665C2766636774656E20496E666F726D6174696F6E73626C6174742E5C7061720D0A5C7061720D0A465C2766637220525C276663636B66726167656E20737465686520696368206765726E207A757220566572665C27666367756E672E5C7061720D0A5C7061720D0A205C7061720D0A0D0A5C706172645C7361313230204D697420667265756E646C696368656E2047725C2766635C276466656E5C7061720D0A5C7061720D0A5C2738355C2738355C2738355C2738355C2738355C2738355C2738355C2738355C2738355C2738355C2738355C2738355C2738355C2738355C2738355C2738355C2738355C2738355C2738355C2738352E5C7061720D0A5C7375706572205B494946283C736C74672E22546974656C223E3D27272C27272C3C736C74672E22546974656C223E2B272027295D5B494946283C736C74672E22416B6164546974656C223E3C3E27272C3C736C74672E22416B6164546974656C223E2B2720272C2727295D5B736C74672E225275666E616D65225D5B494946283C736C74672E224E616D656E737A757361747A223E3C3E27272C2720272B3C736C74672E224E616D656E737A757361747A223E2C2727295D205B736C74672E224E6163686E616D65225D2C205B494946283C736C74672E2247657363686C65636874223E3D276D272C27536368756C6C6569746572272C27536368756C6C6569746572696E27295D5C7061720D0A0D0A5C706172645C6E6F73757065727375625C7061720D0A7D0D0A00"/>
      <TfrxMemoView Name="Memo155" AllowVectorExport="True" Left="15,11812" Top="593,20501" Width="52,91342" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Anlage: "/>
      <TfrxMemoView Name="Memo159" AllowVectorExport="True" Left="71,81107" Top="593,20501" Width="608,50433" Height="49,13389" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Informationen für die Erziehungsberechtigten über das Verfahren zu Feststellung/Änderung/Wegfall eines Bedarfs an sonderpädagogischer Unterstützung und Hinweis zum Wahlrecht der Erziehungsberechtigten"/>
      <TfrxMemoView Name="Memo156" AllowVectorExport="True" Left="3,77953" Top="5" Width="321,25984252" Height="17,76376" AutoWidth="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[sh.&#34;Name&#34;],  [sh.&#34;Adresse&#34;],  [sh.&#34;PLZ&#34;] [sh.&#34;Ort&#34;]"/>
      <TfrxMemoView Name="Memo157" AllowVectorExport="True" Left="3,77953" Top="26,4566929133858" Width="321,25984252" Height="128,50402" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="&#13;&#10;[v.&#34;SerienbriefFrauHerrn&#34;]&#13;&#10;[v.&#34;SerienbriefAnredeNamen&#34;]&#13;&#10;[v.&#34;Verantw1Strasse&#34;]&#13;&#10;[v.&#34;Verantw1PLZ&#34;] [v.&#34;Verantw1Ortsname&#34;]"/>
      <TfrxMemoView Name="Memo170" Align="baRight" AllowVectorExport="True" Left="548,0318796875" Top="117,16543" Width="132,28355" Height="18,89765" AutoWidth="True" DisplayFormat.FormatStr="dd.mm.yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum: "/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter4" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="40" Left="0" Top="1005,35498" Width="680,3154">
      <TfrxMemoView Name="Memo70" AllowVectorExport="True" Left="0,44094" Top="1" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 22.09.2021"/>
      <TfrxLineView Name="Line11" AllowVectorExport="True" Left="0" Top="0" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo71" Align="baRight" AllowVectorExport="True" Left="585,8271796875" Top="1,13385827" Width="94,48825" Height="34,01577" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 3&#13;&#10;DaNiS-Version&#13;&#10;Seite 1 von 1"/>
    </TfrxPageFooter>
    <TfrxPageHeader Name="PageHeader5" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="18,89762559" Left="0" Top="18,89765" Width="680,3154" Child="Child1" Stretched="True">
      <TfrxPictureView Name="Picture4" Align="baCenter" AllowVectorExport="True" Left="7,55928232375" Top="0" Width="665,19686504" Height="15,1181078" AutoSize="True" Center="True" Frame.Typ="0" FileLink="D:\eigene_Berichte\BriefKoepfe\KopfDaNiS.JP" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
    </TfrxPageHeader>
    <TfrxChild Name="Child1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="158,74015748" Left="0" Top="60,47248" Visible="False" Width="680,3154" OnBeforePrint="Child1OnBeforePrint" ToNRows="0" ToNRowsMode="rmCount">
      <TfrxMemoView Name="Memo140" AllowVectorExport="True" Left="0" Top="69,67718" Width="435" Height="41,57483" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" GapX="5" GapY="2" LineSpacing="4" ParentFont="False" Text="[sh.&#34;Adresse&#34;]&#13;&#10;[sh.&#34;PLZ&#34;] [sh.&#34;Ort&#34;]"/>
      <TfrxMemoView Name="Memo145" AllowVectorExport="True" Left="0" Top="40" Width="435" Height="30" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Arial" Font.Style="1" Frame.Typ="0" GapX="5" GapY="2" ParentFont="False" Text="[sh.&#34;Name&#34;]"/>
      <TfrxPictureView Name="Picture5" Align="baRight" AllowVectorExport="True" Left="627,4020438575" Top="40" Width="52,91338583" Height="37,79527559" AutoSize="True" DataField="logo" DataSet="sh" DataSetName="sh" Frame.Typ="0" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
    </TfrxChild>
  </TfrxReportPage>
  <TfrxReportPage Name="FB4a" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="20" RightMargin="15" TopMargin="10" BottomMargin="5" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0">
    <TfrxMasterData Name="MasterData5" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="823,93754" Left="0" Top="200,31509" Width="661,41775" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="0">
      <TfrxRichView Name="Rich1" AllowVectorExport="True" Left="0" Top="0" Width="653,85869" Height="823,93754" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A6E1000007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033315C6465666C616E676665313033315C6465667461623730387B5C666F6E7474626C7B5C66305C666E696C5C66636861727365743020417269616C3B7D7B5C66315C6673776973735C66707271325C66636861727365743020417269616C3B7D7B5C66325C6673776973735C66707271325C6663686172736574302043616C696272693B7D7B5C66335C666E696C5C6663686172736574322053796D626F6C3B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C625C667332305C7061720D0A0D0A5C706172645C77696463746C7061725C736136305C66315C6673323220496E666F726D6174696F6E656E20665C27666372206469652045727A696568756E677362657265636874696774656E205C276663626572206461732056657266616872656E207A757220466573747374656C6C756E672065696E6573204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720756E642048696E77656973207A756D205761686C7265636874206465722045727A696568756E677362657265636874696774656E5C7061720D0A0D0A5C706172645C62305C66305C667332305C7061720D0A0D0A5C706172645C736136305C756C5C625C66315C6673323220312E2056657266616872656E207A757220466573747374656C6C756E672C207A7572205C2763346E646572756E6720756E64207A756D2057656766616C6C2065696E6573204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E675C7061720D0A0D0A5C706172645C756C6E6F6E655C62305C66305C667332305C7061720D0A0D0A5C706172645C77696463746C7061725C736136305C66315C66733232204175732064657220736368756C69736368656E20456E747769636B6C756E67206F64657220647572636820766F72736368756C697363686520756E642061755C2764666572736368756C6973636865204265726963687465206B5C2766366E6E656E20736963682048696E7765697365206175662065696E656E2042656461726620616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E67206F646572205C656E646173682020696D2046616C6C652065696E65732062657265697473206665737467657374656C6C74656E2042656461726673205C656E6461736820206175662064657373656E205C2763346E646572756E67206F6465722057656766616C6C206572676562656E2E20416E68616E64206469657365722048696E776569736520656E7473636865696465742064696520536368756C6C6569746572696E2F64657220536368756C6C6569746572205C276663626572206469652045696E6C656974756E67206465732056657266616872656E73207A757220466573747374656C6C756E672065696E6573204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E672E20486965727A75206265617566747261677420657220696E2064657220526567656C207A776569204C6568726B725C276534667465206D6974206465722045727374656C6C756E672065696E657320465C2766367264657267757461636874656E732E205C7061720D0A44617320465C2766367264657267757461636874656E20656E74685C2765346C7420417573736167656E207A7520666F6C67656E64656E2046726167656E3A205C7061720D0A5C7061720D0A0D0A5C706172647B5C706E746578745C66335C2742375C7461627D7B5C2A5C706E5C706E6C766C626C745C706E66335C706E696E64656E74307B5C706E747874625C2742377D7D5C66692D3336305C6C69373230206F622065696E2042656461726620616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720766F726C69656774206F64657220646965205C2763346E646572756E675C7061720D0A0D0A5C706172645C77696463746C7061725C6C69373230206F646572206465722057656766616C6C2065696E6573204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E67206665737467657374656C6C745C7061720D0A77657264656E206B616E6E2C5C66325C7061720D0A0D0A5C706172647B5C706E746578745C66335C2742375C7461627D7B5C2A5C706E5C706E6C766C626C745C706E66335C706E696E64656E74307B5C706E747874625C2742377D7D5C66692D3336305C6C693732305C66312077656C63686572204172742064696573657220426564617266206973742C5C66325C7061720D0A7B5C706E746578745C66335C2742375C7461627D5C663120696E2077656C6368656E20736368756C69736368656E2042657265696368656E20736F6E646572705C2765346461676F67697363686520556E74657273745C276663747A756E672067656C6569737465745C7061720D0A0D0A5C706172645C77696463746C7061725C6C693732302077657264656E206D7573732C5C66325C7061720D0A0D0A5C706172647B5C706E746578745C66335C2742375C7461627D7B5C2A5C706E5C706E6C766C626C745C706E66335C706E696E64656E74307B5C706E747874625C2742377D7D5C66692D3336305C6C693732305C663120696E2077656C6368656E20466F726D656E20756E64206D69742077656C6368656E204D615C2764666E61686D656E2064656D2042656461726620656E747370726F6368656E2077657264656E5C7061720D0A0D0A5C706172645C77696463746C7061725C6C6937323020736F6C6C20756E64206767662E2077656C6368652048696C66736D697474656C206572666F726465726C6963682073696E642C5C66325C7061720D0A0D0A5C706172647B5C706E746578745C66335C2742375C7461627D7B5C2A5C706E5C706E6C766C626C745C706E66335C706E696E64656E74307B5C706E747874625C2742377D7D5C66692D3336305C6C693732305C66312077656C63686520416E666F72646572756E67656E20616E2064656E204C65726E6F727420696E20725C276534756D6C696368657220756E6420735C27653463686C69636865722048696E7369636874207A75207374656C6C656E5C7061720D0A0D0A5C706172645C77696463746C7061725C6C693732302073696E642C20736F7765697420617566204772756E642064657220426568696E646572756E67206F6465722064726F68656E64656E20426568696E646572756E6720646573204B696E6465735C7061720D0A0D0A5C706172645C77696463746C7061725C6C693732305C73613630206F646572204A7567656E646C696368656E20686965727A7520416E6C61737320626573746568742E5C7061720D0A0D0A5C706172645C77696463746C7061725C736136305C7061720D0A44617320465C2766367264657267757461636874656E207363686C69655C27646674206D69742065696E657220456D706665686C756E67207A757220466573747374656C6C756E672C207A7572205C2763346E646572756E672065696E6573206665737467657374656C6C74656E204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E67206F646572207A752064657373656E2057656766616C6C20756E6420776972642064656E2045727A696568756E677362657265636874696774656E207A757220566572665C27666367756E672067657374656C6C742E5C7061720D0A5C7061720D0A465C27666372206469652045727A696568756E677362657265636874696774656E20626573746568656E20666F6C67656E6465204D5C276636676C6963686B656974656E20646572204265726174756E673A5C7061720D0A5C7061720D0A0D0A5C70617264200D0A7B5C706E746578745C66312061295C7461627D7B5C2A5C706E5C706E6C766C626F64795C706E66315C706E696E64656E74305C706E7374617274315C706E6C636C74727B5C706E74787461297D7D0D0A5C66692D3336305C6C693732305C73613630204175662057756E736368206B616E6E2064617320465C2766367264657267757461636874656E20766F6E2064656E2062656175667472616774656E204C6568726B725C2765346674656E206D69742064656E2045727A696568756E677362657265636874696774656E20696E2065696E656D2047657370725C27653463682065725C27663672746572742077657264656E2E2044617267657374656C6C742077657264656E206469652045726765626E697373652064657220736F6E646572705C2765346461676F6769736368656E20446961676E6F7374696B20756E64206469652064616D69742076657262756E64656E6520456D706665686C756E67207A7572205C6920466573747374656C6C756E672F5C2763346E646572756E672F57656766616C6C5C6930202065696E6573204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E672E205C7061720D0A0D0A5C706172645C77696463746C7061725C736136305C7061720D0A0D0A5C706172645C77696463746C7061725C66692D3336305C6C693732305C736136305C716A2062295C746162204469652045727A696568756E677362657265636874696774656E206B5C2766366E6E656E206469652045696E7365747A756E672065696E657220465C276636726465726B6F6D6D697373696F6E20696E6E657268616C622065696E6572207A776569775C27663663686967656E204672697374206E61636820457268616C742064657320465C2766367264657267757461636874656E73207665726C616E67656E2E5C7061720D0A0D0A5C706172645C77696463746C7061725C6C693730385C73613630204D6974676C69656465722064657220465C276636726465726B6F6D6D697373696F6E2073696E64206469652045727A696568756E677362657265636874696774656E2C206469652064617320465C2766367264657267757461636874656E2065727374656C6C656E64656E204C6568726B725C27653466746520736F7769652064696520536368756C6C6569746572696E20627A772E2064657220536368756C6C65697465722E2044656E20566F727369747A2064657220465C276636726465726B6F6D6D697373696F6E205C2766636265726E696D6D7420696E2064657220526567656C2064696520536368756C6C6569746572696E20627A772E2064657220536368756C6C65697465722E2057656974657265204D6974676C6965646572206B5C2766366E6E656E2064757263682064696520566F727369747A656E64652F64656E20566F727369747A656E64656E206265727566656E2077657264656E2E5C7061720D0A5C7061720D0A0D0A5C706172645C66305C667332305C7061720D0A0D0A5C706172645C73613132305C716A20205C7061720D0A5C7061720D0A0D0A5C706172645C736131323020205C73757065725C625C7061720D0A0D0A5C706172645C7061720D0A7D0D0A00"/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter3" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="40" Left="0" Top="1084,72511" Width="661,41775">
      <TfrxMemoView Name="Memo66" AllowVectorExport="True" Left="0,44094" Top="1" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 22.09.2021"/>
      <TfrxLineView Name="Line10" AllowVectorExport="True" Left="0" Top="0" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo68" Align="baRight" AllowVectorExport="True" Left="548,031824609375" Top="1,13385827" Width="113,3859" Height="34,01577" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 4a&#13;&#10;DaNiS-Version&#13;&#10;Seite 1 von 2"/>
    </TfrxPageFooter>
    <TfrxPageHeader Name="PageHeader1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="120,94496" Left="0" Top="18,89765" Width="661,41775">
      <TfrxMemoView Name="Memo119" AllowVectorExport="True" Left="0" Top="15,11812" Width="435" Height="30" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Arial" Font.Style="1" Frame.Typ="0" GapX="5" GapY="2" ParentFont="False" Text="[d.&#34;SchuleName&#34;]"/>
      <TfrxMemoView Name="Memo118" AllowVectorExport="True" Left="0" Top="41,57483" Width="435" Height="49,13389" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" GapX="5" GapY="2" LineSpacing="4" ParentFont="False" Text="[d.&#34;SchuleAdresse&#34;]&#13;&#10;[d.&#34;SchulePLZ&#34;] [d.&#34;SchuleOrt&#34;]"/>
      <TfrxMemoView Name="Memo124" Align="baRight" AllowVectorExport="True" Left="604,724774609375" Top="0" Width="56,69295" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="FB 4a"/>
    </TfrxPageHeader>
  </TfrxReportPage>
  <TfrxReportPage Name="FB4a2" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="20" RightMargin="15" TopMargin="20" BottomMargin="5" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" MirrorMode="0">
    <TfrxMasterData Name="MasterData16" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="903,30705976" Left="0" Top="18,89765" Width="661,41775" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="0">
      <TfrxRichView Name="Rich18" AllowVectorExport="True" Left="52,91342" Top="3,77953" Width="616,06339" Height="120,94496" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740ACC0200007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C6673776973735C66707271325C66636861727365743020417269616C3B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C77696463746C7061725C66692D34305C736136305C66305C6673323220496E20646572205369747A756E672064657220465C276636726465726B6F6D6D697373696F6E20776972642064617320465C2766367264657267757461636874656E2062657370726F6368656E2C2064617320616C6C65204D6974676C69656465722064657220465C276636726465726B6F6D6D697373696F6E2072656368747A656974696720766F7220646572205369747A756E6720657268616C74656E2E2041756620646965736572204772756E646C61676520776972642065696E6520456D706665686C756E67207A757220466573747374656C6C756E672C205C2763346E646572756E67206F646572207A756D2057656766616C6C2065696E6573204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720666F726D756C696572742E2046616C6C73206469652041756666617373756E67206465722045727A696568756E677362657265636874696774656E20766F6E2064696573657220456D706665686C756E672061627765696368742C20736F2077697264206469657320696D2050726F746F6B6F6C6C2064657220465C276636726465726B6F6D6D697373696F6E207665726D65726B742E5C7061720D0A0D0A5C706172645C77696463746C7061725C736136305C7061720D0A0D0A5C706172645C77696463746C7061725C736136305C7478323532305C7061720D0A7D0D0A00"/>
      <TfrxRichView Name="Rich24" AllowVectorExport="True" Left="0" Top="124,72449" Width="665,19728" Height="374,17347" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A3F0600007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C6673776973735C66707271325C66636861727365743020417269616C3B7D7B5C66315C666E696C5C666368617273657430205461686F6D613B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C77696463746C7061725C736136305C66305C6673323220417566206469652045725C27663672746572756E672064657320465C2766367264657267757461636874656E7320756E64206469652045696E7365747A756E672065696E657220465C276636726465726B6F6D6D697373696F6E206B616E6E207665727A6963687465742077657264656E2E5C7061720D0A5C7061720D0A41756620646572204772756E646C6167652064657320465C2766367264657267757461636874656E7320756E642064657220456D706665686C756E672064657220465C276636726465726B6F6D6D697373696F6E205C656E646173682020736F6665726E2064696573652065696E676572696368746574207775726465205C656E646173682020656E7473636865696465742061627363686C69655C276466656E6420646173207A7573745C2765346E6469676520526567696F6E616C65204C616E646573616D7420665C2766637220536368756C6520756E642042696C64756E67205C2766636265722064656E2042656461726620616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E672E5C7061720D0A5C7061720D0A0D0A5C706172645C736136305C756C5C6220322E2048696E77656973207A756D205761686C7265636874206465722045727A696568756E677362657265636874696774656E5C7061720D0A0D0A5C706172645C77696463746C7061725C736136305C756C6E6F6E655C62305C7061720D0A416C6C65205363685C2766636C6572696E6E656E20756E64205363685C2766636C65722077657264656E2061756368206D697420756E7465727363686965646C696368656E204C65726E616E666F72646572756E67656E2067656D65696E73616D20696E2064657220616C6C67656D65696E656E20536368756C6520756E7465727269636874657420756E642065727A6F67656E2E204461732069737420696D204E6965646572735C27653463687369736368656E20536368756C67657365747A20766572616E6B6572742E2045727A696568756E6773626572656368746967746520766F6E204B696E6465726E206D69742042656461726620616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720686162656E206461732052656368742C20665C2766637220696872204B696E64207A7769736368656E2064656D204265737563682065696E657220616C6C67656D65696E62696C64656E64656E20536368756C6520756E64206767662E2065696E657220465C27663672646572736368756C65207A7520775C276534686C656E2C20736F776569742065696E6520465C27663672646572736368756C6520766F7268616E64656E206973742E20416E2062656964656E20536368756C666F726D656E206B616E6E2064656D2042656461726620616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720656E747370726F6368656E2077657264656E2E205C7061720D0A5C7061720D0A46616C6C73206469652045727A696568756E677362657265636874696774656E20686965727A7520776569746572676568656E6465204265726174756E6720775C2766636E736368656E2C206B616E6E206469657320696D2047657370725C2765346368207A75722045725C27663672746572756E672064657320465C2766367264657267757461636874656E73206F64657220696E20646572205369747A756E672064657220465C276636726465726B6F6D6D697373696F6E206572666F6C67656E2E5C7061720D0A5C7061720D0A5C7061720D0A5C7061720D0A5C756C5C7061720D0A5C7061720D0A5C7061720D0A0D0A5C706172645C756C6E6F6E655C66315C667331365C7061720D0A7D0D0A00"/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter14" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="40" Left="0" Top="982,6778" Width="661,41775">
      <TfrxMemoView Name="Memo160" AllowVectorExport="True" Left="0,44094" Top="1" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 22.09.2021"/>
      <TfrxLineView Name="Line49" AllowVectorExport="True" Left="0" Top="0" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo161" Align="baRight" AllowVectorExport="True" Left="548,03185" Top="1,13385827" Width="113,3859" Height="34,01577" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 4a&#13;&#10;DaNiS-Version&#13;&#10;Seite 2 von 2"/>
    </TfrxPageFooter>
  </TfrxReportPage>
  <TfrxReportPage Name="FB4b" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="20" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0">
    <TfrxMasterData Name="MasterData8" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="744,56692913" Left="0" Top="204,09462" Width="680,3154" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="0">
      <TfrxRichView Name="Rich2" AllowVectorExport="True" Left="0" Top="128,50402" Width="668,97681" Height="684,09493" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740ABA0A00007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033315C6465666C616E676665313033315C6465667461623730387B5C666F6E7474626C7B5C66305C6673776973735C66707271325C66636861727365743020417269616C3B7D7B5C66315C666E696C5C66636861727365743020417269616C3B7D7D0D0A7B5C636F6C6F7274626C203B5C7265643235355C677265656E3235355C626C7565303B7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C77696463746C7061725C625C66305C667332325C27646362657273656E64756E672064657320465C2766367264657267757461636874656E204968726573204B696E6465735C62305C7061720D0A0D0A5C706172645C625C66315C667332305C7061720D0A5C62305C7061720D0A5C66733232205B762E2253657269656E4272696566416E7265646545727A31225D205B762E2253657269656E4272696566416E7265646545727A32225D5C667332305C7061720D0A5C7061720D0A0D0A5C706172645C77696463746C7061725C736136305C716A5C66305C6673323220616E6C696567656E64205C27666362657273656E6465206963682049686E656E2064617320465C2766367264657267757461636874656E204968726573204B696E6465732E5C7061720D0A53696520686162656E206E756E20666F6C67656E6465204D5C276636676C6963686B656974656E3A5C686967686C69676874315C7061720D0A5C686967686C69676874305C7061720D0A0D0A5C70617264200D0A7B5C706E746578745C66302061295C7461627D7B5C2A5C706E5C706E6C766C626F64795C706E66305C706E696E64656E74305C706E7374617274315C706E6C636C74727B5C706E74787461297D7D0D0A5C66692D3336305C6C693732305C73613630204175662057756E736368206B616E6E2064617320465C2766367264657267757461636874656E20766F6E2064656E2062656175667472616774656E204C6568726B725C2765346674656E206D69742064656E2045727A696568756E677362657265636874696774656E20696E2065696E656D2047657370725C27653463682065725C27663672746572742077657264656E2E2044617267657374656C6C742077657264656E206469652045726765626E697373652064657220736F6E646572705C2765346461676F6769736368656E20446961676E6F7374696B20756E64206469652064616D69742076657262756E64656E6520456D706665686C756E67207A7572205C6920466573747374656C6C756E672F5C2763346E646572756E672F57656766616C6C5C6930202065696E6573204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E672E205C7061720D0A0D0A5C706172645C77696463746C7061725C6C693732305C736136305C716A5C7061720D0A0D0A5C706172645C77696463746C7061725C66692D3336305C6C693732305C73613136305C736C3235325C736C6D756C74312062295C74616220536965206B5C2766366E6E656E20696E6E657268616C6220766F6E207A77656920576F6368656E206E61636820457268616C742064657320465C2766367264657267757461636874656E7320646965205C756C2045696E7365747A756E672065696E657220465C276636726465726B6F6D6D697373696F6E205C756C6E6F6E65207665726C616E67656E2E2046616C6C7320536965206469652045696E7365747A756E672065696E657220465C276636726465726B6F6D6D697373696F6E20775C2766636E736368656E2C207465696C656E2053696520756E73206469657320626974746520696E6E657268616C622064696573657220467269737420736368726966746C696368206D69742E205C7061720D0A0D0A5C706172645C77696463746C7061725C73613136305C736C3235325C736C6D756C74315C716A2046616C6C732069636820766F6E2049686E656E20696E6E657268616C6220646572204672697374206B65696E65204E6163687269636874207A752064656E2062656964656E204D5C276636676C6963686B656974656E20657268616C74652C20776972642064617320465C2766367264657267757461636874656E20646972656B742064656D207A7573745C2765346E646967656E20526567696F6E616C656E204C616E646573616D7420665C2766637220536368756C6520756E642042696C64756E67205C27666362657273656E6465742E5C7061720D0A0D0A5C706172645C77696463746C7061725C73613136305C736C3235325C736C6D756C743120417573665C27666368726C6963686520496E666F726D6174696F6E656E207A752064656E204D5C276636676C6963686B656974656E20646572204265726174756E6720656E746E65686D656E205369652062697474652064656D2048696E77656973706170696572205C2738345C6920496E666F726D6174696F6E656E20665C27666372206469652045727A696568756E677362657265636874696774656E205C276663626572206461732056657266616872656E207A757220466573747374656C6C756E672065696E6573204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720756E642048696E77656973207A756D205761686C7265636874206465722045727A696568756E677362657265636874696774656E5C6C64626C71756F74655C6930202C20646173205369652062657265697473207A7520426567696E6E206465732056657266616872656E7320657268616C74656E20686162656E2E205C7061720D0A0D0A5C706172645C77696463746C7061725C736136305C716A20465C2766637220776569746572652046726167656E207374656865206963682049686E656E206765726E207A757220566572665C27666367756E672E20205C7061720D0A5C7061720D0A4D697420667265756E646C696368656E2047725C2766635C276466656E5C7061720D0A5C7061720D0A5C7061720D0A5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5C7061720D0A5B494946283C736C74672E22546974656C223E3D27272C27272C3C736C74672E22546974656C223E2B272027295D5B494946283C736C74672E22416B6164546974656C223E3C3E27272C3C736C74672E22416B6164546974656C223E2B2720272C2727295D5B736C74672E225275666E616D65225D5B494946283C736C74672E224E616D656E737A757361747A223E3C3E27272C2720272B3C736C74672E224E616D656E737A757361747A223E2C2727295D205B736C74672E224E6163686E616D65225D2C205B494946283C736C74672E2247657363686C65636874223E3D276D272C27536368756C6C6569746572272C27536368756C6C6569746572696E27295D5C7061720D0A0D0A5C706172645C66315C667332305C7061720D0A5C7061720D0A5C7061720D0A5C7061720D0A0D0A5C706172645C736131323020205C756C5C66305C6673323220416E6C6167656E5C756C6E6F6E65203A20465C2766367264657267757461636874656E204968726573204B696E6465735C73757065725C625C66315C667332305C7061720D0A7D0D0A00"/>
      <TfrxMemoView Name="Memo637" AllowVectorExport="True" Left="3,77953" Top="37,7953" Width="306,14193" Height="79,37013" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[v.&#34;SerienbriefFrauHerrn&#34;]&#13;&#10;[v.&#34;SerienbriefAnredeNamen&#34;]&#13;&#10;[v.&#34;Verantw1Strasse&#34;]&#13;&#10;[v.&#34;Verantw1PLZ&#34;] [v.&#34;Verantw1Ortsname&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo650" AllowVectorExport="True" Left="3,77953" Top="3,77953" Width="321,25984252" Height="17,76376" AutoWidth="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[sh.&#34;Name&#34;],  [sh.&#34;Adresse&#34;],  [sh.&#34;PLZ&#34;] [sh.&#34;Ort&#34;]"/>
      <TfrxMemoView Name="Memo636" AllowVectorExport="True" Left="479,02043185" Top="127,66412444" Width="195,97562963" Height="36,39547407" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Datum [Date]"/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter8" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="40" Left="0" Top="1009,13451" Width="680,3154">
      <TfrxMemoView Name="Memo120" AllowVectorExport="True" Left="0,44094" Top="1" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 22.09.2021"/>
      <TfrxLineView Name="Line26" AllowVectorExport="True" Left="0" Top="0" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo121" Align="baRight" AllowVectorExport="True" Left="566,9295" Top="1,13385827" Width="113,3859" Height="34,01577" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 4b&#13;&#10;DaNiS-Version"/>
    </TfrxPageFooter>
    <TfrxPageHeader Name="PageHeader2" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="124,72441677" Left="0" Top="18,89765" Width="680,3154">
      <TfrxMemoView Name="Memo122" AllowVectorExport="True" Left="0" Top="15,11812" Width="435" Height="30,23624" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Arial" Font.Style="1" Frame.Typ="0" GapX="5" GapY="2" ParentFont="False" Text="[d.&#34;SchuleName&#34;]"/>
      <TfrxMemoView Name="Memo123" AllowVectorExport="True" Left="0" Top="41,57483" Width="435" Height="49,13389" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" GapX="5" GapY="2" LineSpacing="4" ParentFont="False" Text="[d.&#34;SchuleAdresse&#34;]&#13;&#10;[d.&#34;SchulePLZ&#34;] [d.&#34;SchuleOrt&#34;]"/>
      <TfrxPictureView Name="Picture2" Align="baRight" AllowVectorExport="True" Left="661,4177622" Top="30,23624" Width="18,8976378" Height="18,8976378" AutoSize="True" DataField="logo" DataSet="sh" DataSetName="sh" Frame.Typ="0" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Memo125" Align="baRight" AllowVectorExport="True" Left="623,62245" Top="3,77953" Width="56,69295" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="FB 4b"/>
    </TfrxPageHeader>
  </TfrxReportPage>
  <TfrxReportPage Name="FB5" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="20" RightMargin="10" TopMargin="10" BottomMargin="5" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0">
    <TfrxMasterData Name="MasterData6" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="820,66666667" Left="0" Top="192,75603" Width="680,3154" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="0">
      <TfrxRichView Name="Rich3" AllowVectorExport="True" Left="7,55906" Top="230,09462" Width="650" Height="105,79517063" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A680200007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033315C6465666C616E676665313033315C6465667461623730387B5C666F6E7474626C7B5C66305C666E696C5C66636861727365743020417269616C3B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C625C667332302045696E6C6164756E67207A7572205369747A756E672064657220465C276636726465726B6F6D6D697373696F6E5C7061720D0A5C62305C7061720D0A5C7061720D0A5365687220676565687274652044616D656E20756E642048657272656E2C5C7061720D0A5C7061720D0A686965726D6974206C6164652069636820536965207A7572205369747A756E672064657220465C276636726465726B6F6D6D697373696F6E20696D2056657266616872656E207A757220466573747374656C6C756E672065696E6573204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720665C27666372205B642E2253636875656C65725275666E616D65225D205B494946283C642E2253636875656C65724E616D656E737A757361747A223E3C3E27272C3C642E2253636875656C65724E616D656E737A757361747A223E2B2720272C2727295D5B642E2253636875656C65724E6163686E616D65225D2C206765622E20616D205B642E2253636875656C657247656275727473646174756D225D2065696E2E5C7061720D0A5C7061720D0A5C7061720D0A7D0D0A00"/>
      <TfrxMemoView Name="Memo126" AllowVectorExport="True" Left="7,55906" Top="26,45671" Width="132,28355" Height="49,13389" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="An die&#13;&#10;Mitglieder der Förderkommission"/>
      <TfrxMemoView Name="Memo131" AllowVectorExport="True" Left="7,55906" Top="124,72449" Width="306,14193" Height="90,70872" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="&#13;&#10;[v.&#34;SerienbriefFrauHerrn&#34;]&#13;&#10;[v.&#34;SerienbriefAnredeNamen&#34;]&#13;&#10;[v.&#34;Verantw1Strasse&#34;]&#13;&#10;[v.&#34;Verantw1PLZ&#34;] [v.&#34;Verantw1Ortsname&#34;]"/>
      <TfrxMemoView Name="Memo169" Align="baRight" AllowVectorExport="True" Left="560,3154" Top="207,87415" Width="120" Height="18,89765" AutoWidth="True" DisplayFormat.FormatStr="dd.mm.yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxRichView Name="Rich7" AllowVectorExport="True" Left="7,55953" Top="391,66666667" Width="650" Height="573,21799667" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A7E0800007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C666E696C5C66636861727365743020417269616C3B7D7B5C66315C6673776973735C66707271325C66636861727365743020417269616C3B7D7B5C66325C666E696C5C666368617273657430205461686F6D613B7D7B5C66335C666E696C5C6663686172736574322053796D626F6C3B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C73613132305C667332302044696520465C276636726465726B6F6D6D697373696F6E2065725C27663672746572742064617320465C2766367264657267757461636874656E2028756E64206767662E207765697465726520556E7465726C6167656E2920756E642074726966667420417573736167656E207A7520666F6C67656E64656E2046726167656E3A5C7061720D0A0D0A5C706172647B5C706E746578745C66335C2742375C7461627D7B5C2A5C706E5C706E6C766C626C745C706E66335C706E696E64656E74307B5C706E747874625C2742377D7D5C66692D3230305C6C693332305C7361313230206F622065696E2042656461726620616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720766F726C69656774206F64657220646965205C2763346E646572756E6720766F726C69656774206F64657220646965205C2763346E646572756E67206F646572206465722057656766616C6C2065696E6573204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E67206665737467657374656C6C742077657264656E206B616E6E2C5C7061720D0A7B5C706E746578745C66335C2742375C7461627D77656C63686572204172742064696573657220426564617266206973742C5C7061720D0A7B5C706E746578745C66335C2742375C7461627D696E2077656C6368656E20736368756C69736368656E2042657265696368656E20736F6E646572705C2765346461676F67697363686520556E74657273745C276663747A756E672067656C6569737465742077657264656E206D7573732C5C7061720D0A7B5C706E746578745C66335C2742375C7461627D696E2077656C6368656E20466F726D656E20756E64206D69742077656C6368656E204D615C2764666E61686D656E2064656D2042656461726620656E747370726F6368656E2077657264656E20736F6C6C20756E64206767662E2077656C6368652048696C66736D697474656C206572666F726465726C6963682073696E642C5C7061720D0A7B5C706E746578745C66335C2742375C7461627D77656C63686520416E666F72646572756E67656E20616E2064656E204C65726E6F727420696E20725C276534756D6C696368657220756E6420735C27653463686C69636865722048696E7369636874207A75207374656C6C656E2073696E642C20736F7765697420617566204772756E642064657220426568696E646572756E6720646573204B696E646573206F646572206465722F646573204A7567656E646C696368656E20686965727A7520416E6C61737320626573746568742E5C7061720D0A0D0A5C706172645C73613132305C7061720D0A0D0A5C706172645C77696463746C7061725C73613132305C66312041627363686C69655C276466656E6420776972642065696E6520456D706665686C756E67207A757220466573747374656C6C756E672C207A7572205C2763346E646572756E672065696E6573206665737467657374656C6C74656E204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E67206F646572207A752064657373656E2057656766616C6C20666F726D756C696572742E5C7061720D0A44617320465C2766367264657267757461636874656E2069737420665C276663722064696520776569746572656E204D6974676C69656465722064657220465C276636726465726B6F6D6D697373696F6E20616C7320416E6C616765206265696765665C27666367742E5C7061720D0A5C66305C7061720D0A0D0A5C706172645C77696463746C7061725C736136305C716A5C66315C66733232204D697420667265756E646C696368656E2047725C2766635C276466656E5C7061720D0A5C7061720D0A5C7061720D0A5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5C7061720D0A5C66733230205B494946283C736C74672E22546974656C223E3D27272C27272C3C736C74672E22546974656C223E2B272027295D5B494946283C736C74672E22416B6164546974656C223E3C3E27272C3C736C74672E22416B6164546974656C223E2B2720272C2727295D5B736C74672E225275666E616D65225D5B494946283C736C74672E224E616D656E737A757361747A223E3C3E27272C2720272B3C736C74672E224E616D656E737A757361747A223E2C2727295D205B736C74672E224E6163686E616D65225D2C205B494946283C736C74672E2247657363686C65636874223E3D276D272C27536368756C6C6569746572272C27536368756C6C6569746572696E27295D5C667332325C7061720D0A0D0A5C706172645C756C5C625C66305C667332305C7061720D0A5C6230204475726368736368726966743A5C756C6E6F6E655C7061720D0A416B7465207A756D2056657266616872656E207A757220466573747374656C6C756E672065696E6573204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E675C7061720D0A5C66325C667331365C7061720D0A7D0D0A00"/>
      <TfrxMemoView Name="Memo371" AllowVectorExport="True" Left="7,55953" Top="354" Width="661,82189333" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Sie findet statt am ________________  um ______________  in ________________________."/>
      <TfrxMemoView Name="Memo127" AllowVectorExport="True" Left="217" Top="24" Width="449,5671" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Vorsitzendes Mitglied: [IIF(&#60;sltg.&#34;AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;sltg.&#34;AkadTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][sltg.&#34;Rufname&#34;] [sltg.&#34;Nachname&#34;]"/>
      <TfrxMemoView Name="Memo146" AllowVectorExport="True" Left="217" Top="49" Width="449,5671" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Lehrkraft der zuständigen Schule: [IIF(&#60;d.&#34;l1AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;l1AkadTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;Lehrervorname1&#34;] [IIF(&#60;d.&#34;l1Namenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;l1Namenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;Lehrernachname1&#34;]"/>
      <TfrxMemoView Name="Memo147" AllowVectorExport="True" Left="216" Top="74" Width="449,5671" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Förderschullehrer / in: [FVorname] [FName]"/>
      <TfrxMemoView Name="Memo149" AllowVectorExport="True" Left="216" Top="97,54329" Width="449,5671" Height="64,35436" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="weitere Mitglieder:"/>
      <TfrxMemoView Name="Memo162" AllowVectorExport="True" Left="120,94496" Top="351,49629" Width="109,60637" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo445" AllowVectorExport="True" Left="268,34663" Top="351,49629" Width="102,04731" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo446" AllowVectorExport="True" Left="393,07112" Top="351,49629" Width="170,07885" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter5" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="40" Left="0" Top="1073,38652" Width="680,3154">
      <TfrxMemoView Name="Memo72" AllowVectorExport="True" Left="0,44094" Top="1" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 22.09.2021"/>
      <TfrxLineView Name="Line12" AllowVectorExport="True" Left="0" Top="0" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo73" Align="baRight" AllowVectorExport="True" Left="585,82715" Top="1,13385827" Width="94,48825" Height="34,01577" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 5&#13;&#10;DaNiS-Version"/>
    </TfrxPageFooter>
    <TfrxPageHeader Name="PageHeader3" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="113,38582677" Left="0" Top="18,89765" Width="680,3154">
      <TfrxMemoView Name="Memo128" AllowVectorExport="True" Left="0" Top="15,11812" Width="435" Height="30,23624" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Arial" Font.Style="1" Frame.Typ="0" GapX="5" GapY="2" ParentFont="False" Text="[d.&#34;SchuleName&#34;]"/>
      <TfrxMemoView Name="Memo129" AllowVectorExport="True" Left="0" Top="41,57483" Width="435" Height="49,13389" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" GapX="5" GapY="2" LineSpacing="4" ParentFont="False" Text="[d.&#34;SchuleAdresse&#34;]&#13;&#10;[d.&#34;SchulePLZ&#34;] [d.&#34;SchuleOrt&#34;]"/>
      <TfrxPictureView Name="Picture3" Align="baRight" AllowVectorExport="True" Left="661,4177622" Top="30,23624" Width="18,8976378" Height="18,8976378" AutoSize="True" DataField="logo" DataSet="sh" DataSetName="sh" Frame.Typ="0" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Memo130" AllowVectorExport="True" Left="619,84292" Top="0" Width="60,47248" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="FB 5"/>
    </TfrxPageHeader>
  </TfrxReportPage>
  <TfrxReportPage Name="FB5a" HGuides.Text="136,06308" VGuides.Text="56,69295" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" MirrorMode="0">
    <TfrxMasterData Name="MasterData10" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="1012,91404" Left="0" Top="18,89765" Width="718,1107" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="0">
      <TfrxMemoView Name="Memo375" AllowVectorExport="True" Left="56,69295" Top="117,16543" Width="351,49629" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuleName&#34;], [d.&#34;SchuleAdresse&#34;], [d.&#34;SchulePLZ&#34;] [d.&#34;SchuleOrt&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo419" AllowVectorExport="True" Left="56,69295" Top="143,62212291" Width="306,14193" Height="90,70872" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[v.&#34;SerienbriefFrauHerrn&#34;]&#13;&#10;[v.&#34;SerienbriefAnredeNamen&#34;]&#13;&#10;[v.&#34;Verantw1Strasse&#34;]&#13;&#10;[v.&#34;Verantw1PLZ&#34;] [v.&#34;Verantw1Ortsname&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo434" AllowVectorExport="True" Left="0" Top="302,36215346" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="__"/>
      <TfrxMemoView Name="Memo435" AllowVectorExport="True" Left="0" Top="7,55906" Width="714,33117" Height="18,89765" Visibility="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Inklusion FB: Einlegebogen für Einladung zur Förderkommission Formular FB5  - Dieser Hinweis wird nicht gedruckt."/>
    </TfrxMasterData>
  </TfrxReportPage>
  <TfrxReportPage Name="FB61" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="20" RightMargin="10" TopMargin="10" BottomMargin="5" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0">
    <TfrxMasterData Name="MasterData7" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="778,58267717" Left="0" Top="238,11039" Width="680,3154" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="1">
      <TfrxShapeView Name="Shape43" AllowVectorExport="True" Left="3,77952756" Top="79,48825" Width="646,29963" Height="56,69295" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxRichView Name="Rich4" AllowVectorExport="True" Left="3,11286089" Top="15" Width="653,85869" Height="137,64287376" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A8B0600007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033315C6465666C616E676665313033317B5C666F6E7474626C7B5C66305C666E696C5C66636861727365743020417269616C3B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C6E6F77696463746C7061725C6C692D36305C72692D32305C736231365C756C74685C625C667332342050726F746F5C6578706E6474772D31206B5C6578706E64747730206F6C6C5C6578706E6474772D3220205C6578706E647477302064657220535C6578706E6474772D3320695C6578706E6474773120745C6578706E6474772D31207A5C6578706E6474773020756E675C6578706E6474772D3420205C6578706E647477302064657220465C6578706E6474772D325C2766365C6578706E6474773120725C6578706E6474773020645C6578706E6474772D3220655C6578706E6474773120725C6578706E64747730206B6F6D5C6578706E6474772D33206D5C6578706E6474773020695C6578706E6474772D3120735C6578706E6474773020735C6578706E6474772D3120695C6578706E64747730206F6E5C756C6E6F6E655C62305C667332305C7061720D0A5C7061720D0A696D5C6578706E6474773120205C6578706E64747730205665725C6578706E6474772D3220665C6578706E6474773020615C6578706E6474772D3120685C6578706E647477302072656E205C6578706E6474772D31207A755C6578706E6474773020722046655C6578706E6474772D3220735C6578706E647477302074735C6578706E6474773120745C6578706E6474773020656C6C5C6578706E6474772D3320755C6578706E6474772D31206E5C6578706E6474773020675C6578706E6474772D3120205C6578706E6474773120655C6578706E6474773020695C6578706E6474772D31206E5C6578706E647477302065735C6578706E6474773120205C6578706E6474773020426564615C6578706E6474772D3120725C6578706E6474772D3320665C6578706E64747730207320616E205C6578706E6474772D3220735C6578706E64747731206F5C6578706E6474772D31206E645C6578706E6474773020655C6578706E6474772D3220725C6578706E6474772D3120705C6578706E647477305C2765345C6578706E6474772D3120645C6578706E6474773020615C6578706E6474772D3120675C6578706E64747731206F5C6578706E6474772D3120675C6578706E64747730206973635C6578706E6474772D3120685C6578706E647477302065725C6578706E6474773120205C6578706E6474773020555C6578706E6474772D31206E5C6578706E6474772D3220745C6578706E64747730206572735C6578706E6474773120745C6578706E6474772D315C2766635C6578706E6474773020747A5C6578706E6474772D3420755C6578706E6474772D31206E5C6578706E6474773020675C7061720D0A0D0A5C706172645C66692D34305C7061720D0A5C622020204E615C6578706E6474772D31206D5C6578706E6474773020655C6578706E6474772D3520205C6578706E6474773120645C6578706E6474772D3120655C6578706E6474773020735C6578706E6474772D3120205C6578706E64747731204B696E645C6578706E6474772D3120655C6578706E6474772D3220733A205C6578706E64747730205B642E2253636875656C65725275666E616D65225D205B494946283C642E2253636875656C65724E616D656E737A757361747A223E3C3E27272C3C642E2253636875656C65724E616D656E737A757361747A223E2B2720272C2727295D5B642E2253636875656C65724E6163686E616D65225D5C62305C7061720D0A5C7061720D0A0D0A5C706172645C6E6F77696463746C7061725C66692D32305C6C692D34305C72692D32305C736C2D3238395C736C6D756C74305C7478323436305C622020205C6578706E6474772D312067655C6578706E6474773120625C6578706E64747730206F5C6578706E6474773120725C6578706E6474772D3120655C6578706E64747730206E5C6578706E6474772D3220205C6578706E6474772D3120616D5C6578706E64747730203A202020205B642E2253636875656C657247656275727473646174756D225D5C62305C7061720D0A0D0A5C706172645C6E6F77696463746C7061725C736C2D3230305C736C6D756C74305C6578706E647477315C7061720D0A7D0D0A00"/>
      <TfrxShapeView Name="Shape44" AllowVectorExport="True" Left="3,67718" Top="263,93723" Width="634,96104" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape42" AllowVectorExport="True" Left="3,67718" Top="241,26005" Width="634,96104" Height="22,67718" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo132" AllowVectorExport="True" Left="287,14193" Top="245,03958" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Name"/>
      <TfrxMemoView Name="Memo133" AllowVectorExport="True" Left="498,79561" Top="245,03958" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Vorname"/>
      <TfrxShapeView Name="Shape45" AllowVectorExport="True" Left="3,67718" Top="290,39394" Width="634,96104" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape46" AllowVectorExport="True" Left="3,67718" Top="316,85065" Width="634,96104" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape47" AllowVectorExport="True" Left="3,67718" Top="343,30736" Width="634,96104" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape48" AllowVectorExport="True" Left="3,67718" Top="369,76407" Width="634,96104" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape49" AllowVectorExport="True" Left="3,67718" Top="396,22078" Width="634,96104" Height="37,7953" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape50" AllowVectorExport="True" Left="3,67718" Top="434,01608" Width="634,96104" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape51" AllowVectorExport="True" Left="3,67718" Top="460,47279" Width="634,96104" Height="26,45671" Frame.Color="8421504" Frame.Typ="0"/>
      <TfrxLineView Name="Line27" AllowVectorExport="True" Left="253,12616" Top="252,59864" Width="0" Height="234,33086" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
      <TfrxLineView Name="Line28" AllowVectorExport="True" Left="461,00031" Top="252,59864" Width="0" Height="234,33086" Color="0" Frame.Color="8421504" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo134" AllowVectorExport="True" Left="11,23622047" Top="267,71676" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Vorsitzende/r"/>
      <TfrxMemoView Name="Memo135" AllowVectorExport="True" Left="11,23622047" Top="294,17347" Width="207,87415" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Lehrkraft der zuständigen Schule"/>
      <TfrxMemoView Name="Memo136" AllowVectorExport="True" Left="11,23622047" Top="320,50393701" Width="211,65368" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Förderschullehrkraft"/>
      <TfrxMemoView Name="Memo137" AllowVectorExport="True" Left="11,23622047" Top="347,08689" Width="207,87415" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Erziehungsberechtigte"/>
      <TfrxMemoView Name="Memo141" AllowVectorExport="True" Left="4,33858268" Top="217,02381" Width="415,7483" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Anwesende Mitglieder der Förderkommission:"/>
      <TfrxMemoView Name="Memo218" AllowVectorExport="True" Left="257,00804" Top="294,80334" Width="200,31509" Height="18,89765" 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;l1AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;l1AkadTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][IIF(&#60;d.&#34;l1Namenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;l1Namenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;Lehrernachname1&#34;]"/>
      <TfrxMemoView Name="Memo219" AllowVectorExport="True" Left="464,88219" Top="294,80334" Width="170,07885" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;Lehrervorname1&#34;]"/>
      <TfrxMemoView Name="Memo220" AllowVectorExport="True" Left="257,00804" Top="347,71676" Width="200,31509" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[Copy(&#60;ErzBer1&#62;,1,Pos(&#39;,&#39;,&#60;ErzBer1&#62;)-1)]"/>
      <TfrxMemoView Name="Memo221" AllowVectorExport="True" Left="464,88219" Top="347,71676" Width="170,07885" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[Copy(&#60;ErzBer1&#62;,Pos(&#39;, &#39;,&#60;ErzBer1&#62;)+2,Length(&#60;ErzBer1&#62;))]"/>
      <TfrxMemoView Name="Memo222" AllowVectorExport="True" Left="257,00787402" Top="374,17347" Width="200,31509" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[Copy(&#60;ErzBer2&#62;,1,Pos(&#39;,&#39;,&#60;ErzBer2&#62;)-1)]"/>
      <TfrxMemoView Name="Memo223" AllowVectorExport="True" Left="464,88219" Top="374,17347" Width="170,07885" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[Copy(&#60;ErzBer2&#62;,Pos(&#39;, &#39;,&#60;ErzBer2&#62;)+2,Length(&#60;ErzBer2&#62;))]"/>
      <TfrxMemoView Name="Memo227" AllowVectorExport="True" Left="257,00787402" Top="268,34663" Width="196,53556" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;sltg.&#34;AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;sltg.&#34;AkadTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][sltg.&#34;Nachname&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo228" AllowVectorExport="True" Left="464,88219" Top="268,34663" Width="170,07885" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[sltg.&#34;Rufname&#34;]"/>
      <TfrxMemoView Name="Memo233" AllowVectorExport="True" Left="257,00804" Top="320,50393701" Width="200,31509" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[FName]"/>
      <TfrxMemoView Name="Memo234" AllowVectorExport="True" Left="464,88219" Top="320,50393701" Width="166,29932" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[FVorname]"/>
      <TfrxMemoView Name="Memo376" AllowVectorExport="True" Left="11,2" Top="374" Width="227,33333333" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo383" AllowVectorExport="True" Left="11,2" Top="400" Width="227,33333333" Height="34,11812" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Sonstige Personen (z. B.&#13;&#10;sprachkundige/r Vermittler/in"/>
      <TfrxMemoView Name="Memo384" AllowVectorExport="True" Left="11,2" Top="437,33859" Width="227,33333333" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo385" AllowVectorExport="True" Left="11,2" Top="463,33859" Width="227,33333333" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo386" AllowVectorExport="True" Left="258" Top="400" Width="200,66666666" Height="30,33859" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo387" AllowVectorExport="True" Left="258" Top="437,33859" Width="200,66666666" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo388" AllowVectorExport="True" Left="257,33333333" Top="463,33859" Width="200,66666666" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo389" AllowVectorExport="True" Left="465" Top="400" Width="167,33333333" Height="30,33859" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo390" AllowVectorExport="True" Left="465" Top="437,33859" Width="167,33333333" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo391" AllowVectorExport="True" Left="465" Top="463,33859" Width="167,33333333" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo392" AllowVectorExport="True" Left="3,33333333" Top="168" Width="46" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Datum:"/>
      <TfrxMemoView Name="Memo393" Align="baLeft" AllowVectorExport="True" Left="49,33333333" Top="168" Width="80" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo394" AllowVectorExport="True" Left="176" Top="168" Width="109,33333333" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Beginn und Ende:"/>
      <TfrxMemoView Name="Memo395" Align="baLeft" AllowVectorExport="True" Left="285,33333333" Top="168" Width="186" Height="19" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter6" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="48" Left="0" Top="1077,16605" Width="680,3154">
      <TfrxMemoView Name="Memo74" AllowVectorExport="True" Left="0,44094" Top="1" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 20.09.2021"/>
      <TfrxLineView Name="Line13" AllowVectorExport="True" Left="0" Top="0" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo75" Align="baRight" AllowVectorExport="True" Left="585,82715" Top="1,13385827" Width="94,48825" Height="47,34910333" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 6&#13;&#10;DaNiS-Version&#13;&#10;Seite 1 vom 3"/>
    </TfrxPageFooter>
    <TfrxPageHeader Name="PageHeader4" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="160" Left="0" Top="18,89765" Width="680,3154">
      <TfrxMemoView Name="Memo143" AllowVectorExport="True" Left="3,77952756" Top="23,77953" Width="344,96073" Height="112,5906" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="15" GapX="5" GapY="2" LineSpacing="4" ParentFont="False" Text="Zuständige Schule&#13;&#10;&#13;&#10;[sh.&#34;Name&#34;]&#13;&#10;[sh.&#34;Adresse&#34;]&#13;&#10;[sh.&#34;PLZ&#34;] [sh.&#34;Ort&#34;]"/>
      <TfrxMemoView Name="Memo144" Align="baRight" AllowVectorExport="True" Left="623,62245" Top="0" Width="56,69295" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="FB 6"/>
    </TfrxPageHeader>
  </TfrxReportPage>
  <TfrxReportPage Name="Hinweis" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" MirrorMode="0">
    <TfrxMemoView Name="Memo153" AllowVectorExport="True" Left="44" Top="73" Width="620" Height="240,01577" Hyperlink.Value="https://www.rlsb.de/themen/schulorganisation/inklusion/feststellung" Visibility="3" Font.Charset="1" Font.Color="255" Font.Height="-19" Font.Name="Verdana" Font.Style="1" Frame.Color="255" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text="Die Seite FB 6.2 -Empfehlungen der Förderkommission- enthält keine personenbezogenen Daten, die aus DaNiS übernommen werden könnten.&#13;&#10;Dafür müssen aber in unterschiedlichen Feldern unterschiedlich viel Text eingegeben werden. &#13;&#10;&#13;&#10;Deshalb sollten Sie diese Seite mithilfe des dynamischen Word-Dokumentes, das die RLSB zur Verfügung stellen, ausfüllen.&#13;&#10;&#13;&#10;Download des Word-Dokuments"/>
  </TfrxReportPage>
  <TfrxReportPage Name="FB62" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="19,9998541666667" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0">
    <TfrxMasterData Name="MasterData14" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="1003" Left="0" Top="18,89765" Width="680,315951181458" ColumnWidth="0" ColumnGap="0" DataSet="sh" DataSetName="sh" RowCount="0">
      <TfrxMemoView Name="Memo396" AllowVectorExport="True" Left="10,22572667" Top="155,62739667" Width="427,08689" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="5" Frame.Typ="0" ParentFont="False" Text="2.   Erörterung  der Förderkommission"/>
      <TfrxShapeView Name="Shape92" AllowVectorExport="True" Left="34" Top="310,58812667" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape93" AllowVectorExport="True" Left="34" Top="258,67470667" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape94" AllowVectorExport="True" Left="34" Top="181,41744" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape95" AllowVectorExport="True" Left="34" Top="216,09987667" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo398" Align="baRight" AllowVectorExport="True" Left="623,623001181458" Top="0,66666667" Width="56,69295" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="FB 6"/>
      <TfrxMemoView Name="Memo410" AllowVectorExport="True" Left="34" Top="311,5671" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo411" AllowVectorExport="True" Left="34" Top="259,29406333" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo412" AllowVectorExport="True" Left="34" Top="181,35436" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo413" AllowVectorExport="True" Left="34" Top="215,80055667" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo142" AllowVectorExport="True" Left="35,55906" Top="570,27582" Width="640" Height="36" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="3.2  Die Feststellung des Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;       wird empfohlen für folgenden Förderschwerpunkt / folgende Förderschwerpunkte:"/>
      <TfrxRichView Name="Rich19" AllowVectorExport="True" Left="64,25201" Top="181,41744" Width="600,94527" Height="170,07885" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740AEB0200007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C666E696C5C66636861727365743020417269616C3B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C66733230206465722042656461726620616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E675C7061720D0A5C7061720D0A646965204D5C276636676C6963686B656974656E2C207769652064656D206576746C2E20766F726C696567656E64656E2042656461726620616E2020202020202020202020205C7061720D0A736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720656E747370726F6368656E2077657264656E206B616E6E205C7061720D0A5C7061720D0A646173205265636874206465722045727A696568756E677362657265636874696774656E205C27666362657220646965205761686C6D5C276636676C6963686B656974656E207A7769736368656E205C7061720D0A64657220616C6C67656D65696E62696C64656E64656E20536368756C6520756E6420465C27663672646572736368756C6520656E74737072656368656E642064656E20526567656C756E67656E20646573205C7061720D0A4E6965646572735C27653463687369736368656E20536368756C67657365747A5C7061720D0A5C7061720D0A646965204572666F6C676520736368756C69736368657220556E74657273745C276663747A756E672C206469652065696E656E2042656461726620616E20736F6E646572705C2765346461676F67697363686572205C7061720D0A556E74657273745C276663747A756E67206E69636874206D656872206572666F726465726C69636820657273636865696E656E206C617373656E2E5C7061720D0A7D0D0A00"/>
      <TfrxMemoView Name="Memo139" AllowVectorExport="True" Left="15,11812" Top="22,67718" Width="317,48052" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="5" Frame.Typ="0" ParentFont="False" Text="1.   Zur Kenntnis gegeben und erörtert werden"/>
      <TfrxRichView Name="Rich6" AllowVectorExport="True" Left="64,25201" Top="52,91342" Width="608,50433" Height="102,04731" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A1D0100007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C666E696C5C66636861727365743020417269616C3B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C667332302064696520566572747261756C6963686B65697420646572205369747A756E675C7061720D0A5C7061720D0A64617320465C2766367264657267757461636874656E20756E64206767662E207765697465726520556E7465726C6167656E20287369656865206175636820464237295C7061720D0A5C7061720D0A5C7061720D0A7D0D0A00"/>
      <TfrxShapeView Name="Shape55" AllowVectorExport="True" Left="37,7953" Top="83,14966" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape56" AllowVectorExport="True" Left="37,7953" Top="52,91342" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo138" AllowVectorExport="True" Left="15,11812" Top="362,83488" Width="427,08689" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="5" Frame.Typ="0" ParentFont="False" Text="3.   Empfehlung der Förderkommission"/>
      <TfrxMemoView Name="Memo377" AllowVectorExport="True" Left="37,7953" Top="385,51206" Width="487,55937" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="3.1 Die Förderkommission empfiehlt festzustellen, dass"/>
      <TfrxRichView Name="Rich20" AllowVectorExport="True" Left="64,25201" Top="415,7483" Width="604,7248" Height="143,62214" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740AF30300007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C6673776973735C66707271325C66636861727365743020417269616C3B7D7B5C66315C666E696C5C666368617273657430205461686F6D613B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C6E6F77696463746C7061725C66692D32305C6C692D32305C7478323133305C625C66305C667332302065696E204265646172665C62302020616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720766F726C696567745C7061720D0A0D0A5C706172645C6E6F77696463746C7061725C6C69313434305C7478323133305C7061720D0A0D0A5C706172645C6E6F77696463746C7061725C66692D32305C7478323133305C622077656974657268696E2064657220626973686572206665737467657374656C6C7465204265646172665C62302020616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720766F726C696567745C7061720D0A0D0A5C706172645C6E6F77696463746C7061725C6C69313434305C7478323133305C7061720D0A0D0A5C706172645C6E6F77696463746C7061725C6C692D38305C7478323133305C62207665725C2765346E646572746572204265646172665C62302020616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720766F726C696567745C7061720D0A0D0A5C706172645C6E6F77696463746C7061725C6C69313434305C7478323133305C7061720D0A0D0A5C706172645C6E6F77696463746C7061725C6C692D38305C7478323133305C62206B65696E204265646172665C62302020616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720766F726C696567745C7061720D0A0D0A5C706172645C6E6F77696463746C7061725C6C69313434305C7478323133305C7061720D0A0D0A5C706172645C6E6F77696463746C7061725C6C692D38305C7478323133302042656461726620616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E67205C62206E69636874206D6568725C62302020766F726C69656774202857656766616C6C295C7061720D0A0D0A5C706172645C6E6F77696463746C7061725C6C69313434305C7478323133305C667332325C7061720D0A0D0A5C706172645C66315C667331365C7061720D0A7D0D0A00"/>
      <TfrxShapeView Name="Shape53" AllowVectorExport="True" Left="34,01577" Top="415,7483" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape54" AllowVectorExport="True" Left="34,01577" Top="445,98454" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape58" AllowVectorExport="True" Left="34,01577" Top="476,22078" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape112" AllowVectorExport="True" Left="34,01577" Top="506,45702" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo379" AllowVectorExport="True" Left="34,01577" Top="476,22078" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo380" AllowVectorExport="True" Left="34,01577" Top="445,98454" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo381" AllowVectorExport="True" Left="34,01577" Top="415,7483" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo382" AllowVectorExport="True" Left="34,01577" Top="506,45702" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxShapeView Name="Shape113" AllowVectorExport="True" Left="34,01577" Top="536,69326" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo378" AllowVectorExport="True" Left="34,01577" Top="536,69326" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo397" AllowVectorExport="True" Left="71,81107" Top="631,18151" Width="147,40167" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="geistige Entwicklung"/>
      <TfrxMemoView Name="Memo399" AllowVectorExport="True" Left="411,96877" Top="631,18151" Width="94,48825" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Lernen"/>
      <TfrxMemoView Name="Memo401" AllowVectorExport="True" Left="71,81107" Top="668,97681" Width="147,40167" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Sehen"/>
      <TfrxMemoView Name="Memo502" AllowVectorExport="True" Left="275,90569" Top="668,97681" Width="56,69295" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Hören"/>
      <TfrxMemoView Name="Memo503" AllowVectorExport="True" Left="411,96877" Top="668,97681" Width="147,40167" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Sprache"/>
      <TfrxMemoView Name="Memo504" AllowVectorExport="True" Left="71,81107" Top="714,33117" Width="241,88992" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="emotionale und soziale Entwicklung"/>
      <TfrxMemoView Name="Memo505" AllowVectorExport="True" Left="411,96877" Top="718,1107" Width="257,00804" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="körperliche und motorische Entwicklung"/>
      <TfrxShapeView Name="Shape114" AllowVectorExport="True" Left="34,01577" Top="631,18151" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape115" AllowVectorExport="True" Left="34,01577" Top="668,97681" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape116" AllowVectorExport="True" Left="34,01577" Top="714,33117" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape117" AllowVectorExport="True" Left="241,88992" Top="668,97681" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape118" AllowVectorExport="True" Left="377,953" Top="631,18151" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape119" AllowVectorExport="True" Left="377,953" Top="668,97681" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape120" AllowVectorExport="True" Left="377,953" Top="714,33117" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo506" AllowVectorExport="True" Left="34,01577" Top="631,18151" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo507" AllowVectorExport="True" Left="34,01577" Top="668,97681" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo508" AllowVectorExport="True" Left="34,01577" Top="714,33117" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo509" AllowVectorExport="True" Left="241,88992" Top="668,97681" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo510" AllowVectorExport="True" Left="377,953" Top="631,18151" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo511" AllowVectorExport="True" Left="377,953" Top="668,97681" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo512" AllowVectorExport="True" Left="377,953" Top="714,33117" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter13" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="55,33333334" Left="0" Top="1080,94558" Width="680,315951181458">
      <TfrxMemoView Name="Memo408" AllowVectorExport="True" Left="3,10760667" Top="6,33333333" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 20.09.2021"/>
      <TfrxLineView Name="Line35" AllowVectorExport="True" Left="2,66666667" Top="5,33333333" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo409" Align="baRight" AllowVectorExport="True" Left="585,827701181458" Top="6,4671916" Width="94,48825" Height="47,34910333" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 6&#13;&#10;DaNiS-Version&#13;&#10;Seite 2 von 3"/>
    </TfrxPageFooter>
  </TfrxReportPage>
  <TfrxReportPage Name="FB63" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="20,0025" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0">
    <TfrxPageFooter Name="PageFooter9" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="55,33333334" Left="0" Top="1080,94558" Width="680,305951175">
      <TfrxMemoView Name="Memo150" AllowVectorExport="True" Left="3,10760667" Top="6,33333333" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 20.09.2021"/>
      <TfrxLineView Name="Line30" AllowVectorExport="True" Left="2,66666667" Top="5,33333333" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo151" Align="baRight" AllowVectorExport="True" Left="585,817701175" Top="6,4671916" Width="94,48825" Height="47,34910333" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 6&#13;&#10;DaNiS-Version&#13;&#10;Seite 3 von 3"/>
    </TfrxPageFooter>
    <TfrxMasterData Name="MasterData9" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="1000" Left="0" Top="18,89765" Width="680,305951175" ColumnWidth="0" ColumnGap="0" DataSet="sh" DataSetName="sh" RowCount="0">
      <TfrxMemoView Name="Memo407" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="27,96850394" Top="159,84508333" Width="615" Height="50" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="15" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo431" AllowVectorExport="True" Left="34,67718" Top="720,61441" Width="80" Height="16" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" ParentFont="False" Text="Ort, Datum"/>
      <TfrxLineView Name="Line29" AllowVectorExport="True" Left="34,67718" Top="771,61441" Width="270" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4"/>
      <TfrxLineView Name="Line38" AllowVectorExport="True" Left="399,33859" Top="771,61441" Width="270" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo432" AllowVectorExport="True" Left="34,67718" Top="774,05535" Width="302" Height="16" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" ParentFont="False" Text="Unterschrift der Protokollführerin/des Protokollführers"/>
      <TfrxMemoView Name="Memo433" AllowVectorExport="True" Left="399,33859" Top="774,05535" Width="286" Height="16" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" ParentFont="False" Text="Unterschrift der/des Vorsitzenden"/>
      <TfrxMemoView Name="Memo152" Align="baRight" AllowVectorExport="True" Left="623,613001175" Top="0" Width="56,69295" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="FB 6"/>
      <TfrxShapeView Name="Shape96" AllowVectorExport="True" Left="28,2047" Top="66,51175" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape97" AllowVectorExport="True" Left="28,2047" Top="96,64347667" Width="19" Height="18,89765" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo402" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="29" Top="43" Width="648" Height="19,10235" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Color="8421504" Frame.Typ="0" ParentFont="False" Text="3.3 Empfehlung der Förderkommission:"/>
      <TfrxMemoView Name="Memo403" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="27,98423" Top="322,55658667" Width="615" Height="50" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="15" ParentFont="False" Text=""/>
      <TfrxRichView Name="Rich21" AllowVectorExport="True" Left="56,69295" Top="64,25201" Width="604,7248" Height="60,47248" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740AFC0100007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C6673776973735C66707271325C66636861727365743020417269616C3B7D7B5C66315C666E696C5C666368617273657430205461686F6D613B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C6E6F77696463746C7061725C66692D38305C736235365C66305C667332322044696520465C276636726465726B6F6D6D697373696F6E206B6F6D6D74207A752065696E6572205C622065696E7374696D6D6967656E5C62302020456D706665686C756E672E5C7061720D0A0D0A5C706172645C6E6F77696463746C7061725C66692D32305C6C6932305C73623132302044696520465C276636726465726B6F6D6D697373696F6E206B6F6D6D74205C62206E696368745C623020207A752065696E6572205C622065696E7374696D6D6967656E5C62302020456D706665686C756E672E5C7061720D0A0D0A5C706172645C6E6F77696463746C7061725C73623132305C7061720D0A0D0A5C706172645C6E6F77696463746C7061725C666934305C736235365C7061720D0A0D0A5C706172645C66315C667331365C7061720D0A7D0D0A00"/>
      <TfrxMemoView Name="Memo513" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="28,23624" Top="68,03154" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo514" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="26,45671" Top="98,26778" Width="19" Height="19" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo414" AllowVectorExport="True" Left="26,45671" Top="136,06308" Width="619,84292" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Color="8421504" Frame.Typ="0" ParentFont="False" Text="Abweichende Meinungen der Erziehungsberechtigten sind darzulegen:"/>
      <TfrxMemoView Name="Memo406" AllowVectorExport="True" Left="26,45671" Top="222,99227" Width="631,18151" Height="90,70872" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Color="8421504" Frame.Typ="0" ParentFont="False" Text="3.4 Darstellung von Maßnahmen zur sonderpädagogischen Unterstützung:&#13;&#10;      (Bereiche, Formen, individuell angepasste Maßnahmen, ggf. Hilfsmittel, Hinweise &#13;&#10;      bezüglich der Anforderungen an den Lernort in räumlicher oder sächlicher Hinsicht, &#13;&#10;      in den Förderschwerpunkten geistige Entwicklung oder körperliche und motorische &#13;&#10;      Entwicklung)"/>
      <TfrxRichView Name="Rich8" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="34,01577" Top="389,29159" Width="616" Height="101" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740ACE0200007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C666E696C5C6663686172736574302056657264616E613B7D7B5C66315C666E696C5C666368617273657430205461686F6D613B7D7D0D0A7B5C636F6C6F7274626C203B5C726564305C677265656E305C626C7565303B7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C6366315C625C695C66305C667332302048696E776569733A205C6230204465722045696E7361747A20766F6E20536368756C6265676C656974756E67656E207374656C6C74206B65696E6520736F6E646572705C2765346461676F67697363686520556E74657273745C276663747A756E67736D615C2764666E61686D65206461722C20736F6E6465726E206469656E7420616C732048696C6665207A75722045727A696568756E6720627A772E2045696E676C6965646572756E677368696C6665207A757220536963686572756E6720646572206772756E64735C276534747A6C696368656E205465696C6861626520616D20556E74657272696368742E2045696E6520656E74737072656368656E646520456D706665686C756E672064657220465C276636726465726B6F6D6D697373696F6E20697374206E69636874207A756C5C276534737369672E2044656E2045727A696568756E677362657265636874696774656E206B616E6E2065696E2048696E77656973206765676562656E2077657264656E2C20736963682068696572665C2766637220616E2064656E207A7573745C2765346E646967656E204B6F7374656E74725C27653467657220284A7567656E64616D7420627A772E20536F7A69616C616D7429207A752077656E64656E2E205C69305C66315C667331365C7061720D0A7D0D0A00"/>
      <TfrxLineView Name="Line31" AllowVectorExport="True" Left="34,01577" Top="718,1107" Width="270" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo400" AllowVectorExport="True" Left="26,45671" Top="532,91373" Width="616,06339" Height="41,57483" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="3.5  Darstellung von Fördermaßnahmen, falls kein Bedarf an sonderpädagogischer Unterstützung &#13;&#10;      (mehr) vorliegt:"/>
      <TfrxMemoView Name="Memo404" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="27,96850394" Top="582,04762" Width="615" Height="80,23624" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Verdana" Font.Style="0" Frame.Color="8421504" Frame.Typ="15" ParentFont="False" Text=""/>
    </TfrxMasterData>
  </TfrxReportPage>
  <TfrxReportPage Name="FB7" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="24,1" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" MirrorMode="0">
    <TfrxPageHeader Name="PageHeader6" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="158,74015748" Left="0" Top="18,89765" Width="664,819327">
      <TfrxMemoView Name="Memo303" AllowVectorExport="True" Left="0" Top="15,11812" Width="435" Height="30,23624" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Arial" Font.Style="1" Frame.Typ="0" GapX="5" GapY="2" ParentFont="False" Text="[d.&#34;SchuleName&#34;]"/>
      <TfrxMemoView Name="Memo305" AllowVectorExport="True" Left="0" Top="41,57483" Width="435" Height="49,13389" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" GapX="5" GapY="2" LineSpacing="4" ParentFont="False" Text="[d.&#34;SchuleAdresse&#34;]&#13;&#10;[d.&#34;SchulePLZ&#34;] [d.&#34;SchuleOrt&#34;]"/>
      <TfrxPictureView Name="Picture6" Align="baRight" AllowVectorExport="True" Left="649,7012192" Top="26,45671" Width="15,1181078" Height="15,1181078" AutoSize="True" DataField="logo" DataSet="sh" DataSetName="sh" Frame.Typ="0" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Memo310" Align="baRight" AllowVectorExport="True" Left="608,126377" Top="3,77953" Width="56,69295" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="FB 7"/>
    </TfrxPageHeader>
    <TfrxMasterData Name="MasterData18" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="805,03989" Left="0" Top="238,11039" Width="664,819327" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="0">
      <TfrxRichView Name="Rich26" AllowVectorExport="True" Left="3,77953" Top="132,28355" Width="566,9295" Height="162,51979" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A190300007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67323035377B5C666F6E7474626C7B5C66305C6673776973735C66707271325C66636861727365743020417269616C3B7D7B5C66315C666E696C5C66636861727365743020417269616C3B7D7B5C66325C666E696C5C666368617273657430205365676F652055493B7D7D0D0A7B5C636F6C6F7274626C203B5C7265643132385C677265656E3132385C626C75653132383B7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C77696463746C7061725C625C66305C667331385C6C616E673130333120466573747374656C6C756E672065696E6573204265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E67205C7061720D0A45696E77696C6C6967756E67207A7572205C2764636265726D6974746C756E6720766F6E20766F722D20627A772E2061755C2764666572736368756C69736368656E20556E7465726C6167656E20616E2064696520536368756C655C7061720D0A5B4175737461757363685D5C7061720D0A5C62305C7061720D0A5C7061720D0A5C7061720D0A0D0A5C706172645C6631205B762E2253657269656E4272696566416E7265646545727A31225D205B762E2253657269656E4272696566416E7265646545727A32225D5C7061720D0A5C7061720D0A0D0A5C706172645C77696463746C7061725C66302062656920496872656D204B696E64205B5C663120642E2253636875656C65725275666E616D65225D5C6366315C663020205C636630205B5C663120642E2253636875656C65724E6163686E616D65225D5C6366315C663020205C63663020626573746568656E20416E68616C747370756E6B74652C206461737320205C7061720D0A5C7061720D0A5C6920285A757472656666656E64657320616E6B7265757A656E295C7061720D0A0D0A5C706172645C69305C66325C6C616E67323035375C7061720D0A7D0D0A00"/>
      <TfrxRichView Name="Rich27" AllowVectorExport="True" Left="0" Top="377,953" Width="608,50433" Height="415,7483" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A7D0800007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67323035377B5C666F6E7474626C7B5C66305C6673776973735C66707271325C66636861727365743020417269616C3B7D7B5C66315C666E696C5C66636861727365743020417269616C3B7D7B5C66325C666E696C5C666368617273657430205365676F652055493B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C77696463746C7061725C66305C667331385C6C616E673130333120556D20666573747A757374656C6C656E2C206F6220756E6420696E776965776569742065696E2042656461726620616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E67206265737465687420756E64207769652065696E204B696E64206F7074696D616C20617566207365696E656D2042696C64756E6773776567206265676C65697465742077657264656E206B616E6E2C2069737420657320736568722068696C6672656963682C206175636820766F722D20627A772E2061755C2764666572736368756C697363686520556E7465726C6167656E205C27666362657220646173204B696E6420626569206465722050725C27666366756E67206D697465696E7A7562657A696568656E2E204265692064696573656E20556E7465726C6167656E206B616E6E2065732073696368207A2E422E20756D20766F72736368756C697363686520446F6B756D656E746174696F6E656E2C2042657269636874652061755C2764666572736368756C6973636865722045696E7269636874756E67656E2C2042657269636874652064657220536368756C70737963686F6C6F6769652C2045726765626E697373652064657220556E74657273756368756E672064757263682064617320476573756E646865697473616D742C20426572696368746520646573204A7567656E64616D7465732C205C276534727A746C69636865204265726963687465206F64657220426572696368746520766F6E2054686572617069652D20756E64204265726174756E677365696E7269636874756E67656E2068616E64656C6E2E5C7061720D0A5C7061720D0A556E7365726520536368756C6520666F726465727420736F6C63686520556E7465726C6167656E206A65646F6368206E69636874206F686E65204968722045696E76657273745C2765346E646E697320616E2E5C7061720D0A5C7061720D0A4461686572206D5C276636636874656E207769722053696520756D20496872652045726C6175626E69732062697474656E2C20626569206465722F2064656D5C7061720D0A5C7061720D0A5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5C7061720D0A285C69204B6F6E6B726574655C693020205C692042657A656963686E756E6720646572205374656C6C652C20766F6E206465722064696520556E7465726C6167656E20616E6765666F72646572742077657264656E5C69302029205C7061720D0A5C7061720D0A666F6C67656E646520556E7465726C6167656E20665C27666372206469652050725C27666366756E672065696E65732F2064657320736F6E646572705C2765346461676F6769736368656E20556E74657273745C276663747A756E67736265646172667320627A676C2E204968726573204B696E64657320616E666F726465726E207A7520645C2766637266656E3A5C7061720D0A5C625C7061720D0A5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5C7061720D0A5C62305C6920284B6F6E6B726574652042657A656963686E756E672064657220556E7465726C6167656E2C2064696520686572616E67657A6F67656E2077657264656E20736F6C6C656E295C7061720D0A5C69305C7061720D0A45696E626C69636B20696E2064696520616E6765666F7264657274656E20556E7465726C6167656E20657268616C74656E2064696520536368756C6C656974756E672C20646965204C6568726B725C2765346674652C206469652064617320465C2766367264657267757461636874656E2065727374656C6C656E20756E6420646173207A7573745C2765346E6469676520526567696F6E616C65204C616E646573616D7420665C2766637220536368756C6520756E642042696C64756E672C2077656C63686573205C2766636265722064656E2042656461726620616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720656E7473636865696465742E2045696E652077656974657265205C2764636265726D6974746C756E67206572666F6C6774206E75722062656920426573746568656E2065696E65722072656368746C696368656E204772756E646C61676520756E64206461725C2766636265722068696E617573206E7572206D69742049687265722061757364725C276663636B6C696368656E205A757374696D6D756E672E5C7061720D0A5C7061720D0A4469652045696E77696C6C6967756E672069737420665C2766637220536965206672656977696C6C69672C20736965206B616E6E206A656465727A656974207769646572727566656E2077657264656E2E20536F6C6C7465206E696368742065696E676577696C6C6967742077657264656E2C20656E7473746568656E2049686E656E20756E6420496872656D204B696E64206B65696E65204E6163687465696C652E205C7061720D0A5C7061720D0A5C7061720D0A0D0A5C706172645C66315C7061720D0A5C66325C6C616E67323035375C7061720D0A7D0D0A00"/>
      <TfrxRichView Name="Rich9" AllowVectorExport="True" Left="30,23624" Top="291,02381" Width="668,97681" Height="86,92919" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A260200007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033315C6465666C616E676665313033315C6465667461623730387B5C666F6E7474626C7B5C66305C6673776973735C66707271325C66636861727365743020417269616C3B7D7B5C66315C666E696C5C66636861727365743020417269616C3B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C77696463746C7061725C66305C667331382065696E2042656461726620616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720626573746568742E5C7061720D0A5C7061720D0A7369636820646572206665737467657374656C6C74652042656461726620616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E672067655C2765346E64657274206861742E5C7061720D0A5C7061720D0A646572206665737467657374656C6C74652042656461726620616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E67206E69636874206D6568722062657374656874202857656766616C6C292E5C6C696E655C7061720D0A5C7061720D0A0D0A5C706172645C73613132305C663120205C73757065725C625C7061720D0A7D0D0A00"/>
      <TfrxMemoView Name="Memo312" AllowVectorExport="True" Left="3,77953" Top="544,25232" Width="430,86642" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxShapeView Name="Shape143" AllowVectorExport="True" Left="3,77953" Top="287,24428" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo630" AllowVectorExport="True" Left="3,77954709" Top="287,24428" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxShapeView Name="Shape144" AllowVectorExport="True" Left="3,77953" Top="313,70099" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo621" AllowVectorExport="True" Left="3,77954709" Top="313,70099" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxShapeView Name="Shape145" AllowVectorExport="True" Left="3,77953" Top="343,93723" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo622" AllowVectorExport="True" Left="3,77954709" Top="343,93723" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo638" AllowVectorExport="True" Left="3,77953" Top="18,89765" Width="306,14193" Height="79,37013" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[v.&#34;SerienbriefFrauHerrn&#34;]&#13;&#10;[v.&#34;SerienbriefAnredeNamen&#34;]&#13;&#10;[v.&#34;Verantw1Strasse&#34;]&#13;&#10;[v.&#34;Verantw1PLZ&#34;] [v.&#34;Verantw1Ortsname&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo314" AllowVectorExport="True" Left="3,77953" Top="464,88219" Width="430,86642" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo643" AllowVectorExport="True" Left="0" Top="763,46506" Width="425,82704667" Height="35,27561333" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="______________________________ &#13;&#10;[IIF(&#60;sltg.&#34;Titel&#34;&#62;=&#39;&#39;,&#39;&#39;,&#60;sltg.&#34;Titel&#34;&#62;+&#39; &#39;)][IIF(&#60;sltg.&#34;AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;sltg.&#34;AkadTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][sltg.&#34;Rufname&#34;][IIF(&#60;sltg.&#34;Namenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#39; &#39;+&#60;sltg.&#34;Namenszusatz&#34;&#62;,&#39;&#39;)] [sltg.&#34;Nachname&#34;], [IIF(&#60;sltg.&#34;Geschlecht&#34;&#62;=&#39;m&#39;,&#39;Schulleiter&#39;,&#39;Schulleiterin&#39;)]"/>
      <TfrxMemoView Name="Memo651" AllowVectorExport="True" Left="3,77953" Top="0" Width="321,25984252" Height="17,76376" AutoWidth="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[sh.&#34;Name&#34;],  [sh.&#34;Adresse&#34;],  [sh.&#34;PLZ&#34;] [sh.&#34;Ort&#34;]"/>
      <TfrxMemoView Name="Memo652" AllowVectorExport="True" Left="509,67661963" Top="130,60375889" Width="146,98172222" Height="19,59756296" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Datum [Date]"/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter16" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="58,89765" Left="0" Top="1103,62276" Width="664,819327">
      <TfrxMemoView Name="Memo626" AllowVectorExport="True" Left="0,44094" Top="1" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 20.09.2021"/>
      <TfrxLineView Name="Line56" AllowVectorExport="True" Left="0" Top="0" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo627" Align="baRight" AllowVectorExport="True" Left="570,331077" Top="4,91338827" Width="94,48825" Height="49,13389" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 7&#13;&#10;DaNiS-Version&#13;&#10;[Seite]"/>
    </TfrxPageFooter>
  </TfrxReportPage>
  <TfrxReportPage Name="FB72" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="24,1" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" MirrorMode="0">
    <TfrxMasterData Name="MasterData19" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="831,49598976" Left="0" Top="18,89765" Width="664,819327" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="0">
      <TfrxRichView Name="Rich16" AllowVectorExport="True" Left="7,55906" Top="60,47248" Width="691,65399" Height="714,33117" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A920800007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C6673776973735C66707271325C66636861727365743020417269616C3B7D7B5C66315C666E696C5C66636861727365743020417269616C3B7D7B5C66325C666E696C5C666368617273657430205461686F6D613B7D7D0D0A7B5C636F6C6F7274626C203B5C7265643132385C677265656E3132385C626C75653132383B7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C77696463746C7061725C66305C66733138205A7564656D20775C276534726520657320665C276663722064617320466573747374656C6C756E677376657266616872656E2C206F6220756E6420696E776965776569742065696E2042656461726620616E205C7061720D0A736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E672062656920496872656D204B696E6420626573746568742C2068696C6672656963682C2077656E6E2077697220756E73206D69745C7061720D0A666F6C67656E64656E20506572736F6E656E205C27666362657220496872204B696E6420617573746175736368656E20645C276663726674656E3A5C7061720D0A5C7061720D0A5C6366315C756C205F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5C6366305C7061720D0A5C756C6E6F6E655C69204E616D652C20566F726E616D652C2045696E7269636874756E675C7061720D0A5C756C5C69305C7061720D0A5C636631205F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5C6366305C756C6E6F6E655C695C7061720D0A4E616D652C20566F726E616D652C2045696E7269636874756E675C7061720D0A5C756C5C69305C7061720D0A5C756C6E6F6E65205A752064656E20496E666F726D6174696F6E656E2C2064696520476567656E7374616E64206469657365732041757374617573636865732073696E642C206765685C27663672656E20696E736265736F6E646572653A205C7061720D0A5C7061720D0A2020202020202042656F6261636874756E67656E20756E642045726B656E6E746E697373652C20646965207A757220456E747769636B6C756E6720756E64207A756D204C65726E76657268616C74656E204968726573205C7061720D0A202020202020204B696E646573206765776F6E6E656E2077757264656E5C7061720D0A0D0A5C706172645C77696463746C7061725C73613132305C7061720D0A202020202020205F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5C6366315C756C5C7061720D0A5C6366305C7061720D0A5C756C6E6F6E6520202020202020205F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5C7061720D0A5C7061720D0A202020202020205F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5C7061720D0A5C7061720D0A417563682064696573656E2041757374617573636820665C2766636872656E20776972206E69636874206F686E6520496872652045696E77696C6C6967756E672E2020446965736520697374206562656E66616C6C73206672656977696C6C6967205C7061720D0A756E642077696465727275666261722E205C7061720D0A0D0A5C706172645C62726472625C62726472735C627264727731355C62727370323630205C77696463746C7061725C756C5C7061720D0A5C756C6E6F6E65204D697420667265756E646C696368656E2047725C2766635C276466656E5C756C5C7061720D0A5C7061720D0A5C7061720D0A5C756C6E6F6E65205F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F205C7061720D0A5B494946283C736C74672E22546974656C223E3D27272C27272C3C736C74672E22546974656C223E2B272027295D5B494946283C736C74672E22416B6164546974656C223E3C3E27272C3C736C74672E22416B6164546974656C223E2B2720272C2727295D5B736C74672E225275666E616D65225D5B494946283C736C74672E224E616D656E737A757361747A223E3C3E27272C2720272B3C736C74672E224E616D656E737A757361747A223E2C2727295D205B736C74672E224E6163686E616D65225D2C205B494946283C736C74672E2247657363686C65636874223E3D276D272C27536368756C6C6569746572272C27536368756C6C6569746572696E27295D5C7061720D0A5C625C7061720D0A5C7061720D0A5C7061720D0A5C7061720D0A5C7061720D0A5C7061720D0A5C7061720D0A5C7061720D0A5C7061720D0A5C7061720D0A5C7061720D0A5C756C20416E6C6167655C756C6E6F6E65203A205C623020525C276663636B73636872656962656E20616E2064696520536368756C655C7061720D0A0D0A5C706172645C66315C7061720D0A5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5C2D5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5C66305C7061720D0A5C66315C7061720D0A5C66325C667331365C7061720D0A7D0D0A00"/>
      <TfrxMemoView Name="Memo315" AllowVectorExport="True" Left="34,01577" Top="347,71676" Width="408,18924" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo316" AllowVectorExport="True" Left="34,01577" Top="302,3624" Width="408,18924" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo317" AllowVectorExport="True" Left="11,33859" Top="105,82684" Width="408,18924" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo319" AllowVectorExport="True" Left="11,33859" Top="147,40167" Width="408,18924" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo320" AllowVectorExport="True" Left="34,01577" Top="260,78757" Width="408,18924" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxShapeView Name="Shape147" AllowVectorExport="True" Left="7,55906" Top="215,43321" Width="15,11812" Height="15,11812" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape148" AllowVectorExport="True" Left="7,55906" Top="260,78757" Width="15,11812" Height="15,11812" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape149" AllowVectorExport="True" Left="7,55906" Top="302,3624" Width="15,11812" Height="15,11812" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape150" AllowVectorExport="True" Left="7,55906" Top="347,71676" Width="15,11812" Height="15,11812" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo645" AllowVectorExport="True" Left="5,55906" Top="346,71676" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="2" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo646" AllowVectorExport="True" Left="5,55906" Top="300,3624" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="2" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo647" AllowVectorExport="True" Left="5,55906" Top="259,78757" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="2" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter15" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="58,89765" Left="0" Top="910,86673" Width="664,819327">
      <TfrxMemoView Name="Memo624" AllowVectorExport="True" Left="0,44094" Top="1" Width="483,77984" Height="33,35436" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Feststellung eines Bedarfs an sonderpädagogischer Unterstützung &#13;&#10;Niedersächsisches Kultusministerium, Stand: 20.09.2021"/>
      <TfrxLineView Name="Line55" AllowVectorExport="True" Left="0" Top="0" Width="699,21305" Height="0" Color="0" Frame.Color="8421504" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo625" Align="baRight" AllowVectorExport="True" Left="570,331077" Top="4,91338827" Width="94,48825" Height="49,13389" Font.Charset="1" Font.Color="8421504" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="Formblatt 7&#13;&#10;DaNiS-Version&#13;&#10;Seite 2 von 2"/>
    </TfrxPageFooter>
  </TfrxReportPage>
  <TfrxReportPage Name="FB7a" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="24,1" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" MirrorMode="0">
    <TfrxMasterData Name="MasterData20" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="986,45733" Left="0" Top="18,89765" Width="664,819327" ColumnWidth="0" ColumnGap="0" DataSet="v" DataSetName="v" RowCount="0">
      <TfrxRichView Name="Rich25" AllowVectorExport="True" Left="3,77953" Top="275,90569" Width="619,84292" Height="302,3624" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A660300007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67323035377B5C666F6E7474626C7B5C66305C6673776973735C66707271325C66636861727365743020417269616C3B7D7B5C66315C666E696C5C666368617273657430205365676F652055493B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C77696463746C7061725C66305C667332325C6C616E6731303331204963682F2057697220686162652F6E206461732053636872656962656E205C2738345C622045696E77696C6C6967756E67207A7572205C2764636265726D6974746C756E6720766F6E20766F722D20627A772E5C7061720D0A61755C2764666572736368756C69736368656E20556E7465726C6167656E20616E2064696520536368756C65202F2045696E77696C6C6967756E67207A756D20417573746175736368206D69742065696E65725C7061720D0A766F722D20627A772E2061755C2764666572736368756C69736368656E205374656C6C655C6C64626C71756F74655C623020207A7572204B656E6E746E69732067656E6F6D6D656E20756E642062696E2F2073696E64205C7061720D0A5C7061720D0A6D697420646572205C625C2764636265726D6974746C756E675C6230202064657220646F72742067656E616E6E74656E205C6220556E7465726C6167656E5C62302020616E2064696520536368756C65207A75722050725C27666366756E672065696E65735C7061720D0A4265646172667320616E20736F6E646572705C2765346461676F6769736368657220556E74657273745C276663747A756E6720627A676C2E206D65696E6573202F20756E7365726573204B696E6465735C7061720D0A5C7061720D0A5C7061720D0A5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5C7061720D0A5C69204E616D652F204765622E20446174756D20646573204B696E646573202F2041647265737365206465722046616D696C69655C7061720D0A0D0A5C706172645C69305C66315C667331385C6C616E67323035375C7061720D0A7D0D0A00"/>
      <TfrxRichView Name="Rich23" AllowVectorExport="True" Left="41,57483" Top="464,88219" Width="638,74057" Height="370,39394" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A720300007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C6673776973735C66707271325C66636861727365743020417269616C3B7D7B5C66315C6673776973735C66707271325C6663686172736574302043616C696272693B7D7B5C66325C666E696C5C666368617273657430205461686F6D613B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C77696463746C7061725C73613132305C66305C667332322065696E7665727374616E64656E5C7061720D0A6E696368742065696E7665727374616E64656E205C7061720D0A0D0A5C706172645C77696463746C7061725C7061720D0A5C7061720D0A5C7061720D0A5C7061720D0A5C7061720D0A5C7061720D0A5C7061720D0A4D6972202F20556E73206973742062656B616E6E742C206461737320696368202F207769722064696573652045696E77696C6C6967756E677365726B6C5C27653472756E67656E206A656465727A656974207769646572727566656E205C6C696E65206B616E6E202F206B5C2766366E6E656E2E5C7061720D0A5C7061720D0A5C7061720D0A5C7061720D0A5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5C7461625C7461625C746162205F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5F5C7061720D0A4F72742C20446174756D205C7461625C7461625C7461625C7461625C74616220556E7465727363687269667420646573202F206465722045727A696568756E677362657265636874696774656E205C7061720D0A0D0A5C706172645C77696463746C7061725C6C69343234385C695C7061720D0A28426569205C756C5C622067656D65696E73616D656D20536F72676572656368745C756C6E6F6E655C6230202069737420646965205C7061720D0A556E74657273636872696674205C756C5C62206265696465725C756C6E6F6E655C6230202045727A696568756E6773626572656368746967746572205C7061720D0A6572666F726465726C696368295C7061720D0A0D0A5C706172645C77696463746C7061725C69305C66315C7061720D0A0D0A5C706172645C66325C7061720D0A5C7061720D0A7D0D0A00"/>
      <TfrxShapeView Name="Shape139" AllowVectorExport="True" Left="7,55906" Top="468,66172" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo623" AllowVectorExport="True" Left="9,11813709" Top="470,44125" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxShapeView Name="Shape140" AllowVectorExport="True" Left="7,55906" Top="495,11843" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo629" AllowVectorExport="True" Left="7,55907709" Top="495,11843" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo628" AllowVectorExport="True" Left="3,77953" Top="404,40971" Width="597,16574" Height="18,89765" 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;SchuelerNamenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;SchuelerNamenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;SchuelerNachname&#34;], [d.&#34;SchuelerRufname&#34;], geb.: [d.&#34;SchuelerGeburtsdatum&#34;], [d.&#34;SchuelerStrasse&#34;], [d.&#34;SchuelerPLZ&#34;] [d.&#34;SchuelerOrtsname&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo648" AllowVectorExport="True" Left="0" Top="170,07885" Width="435" Height="30,23624" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" GapX="5" GapY="2" ParentFont="False" Text="[d.&#34;SchuleName&#34;]"/>
      <TfrxMemoView Name="Memo649" AllowVectorExport="True" Left="0" Top="196,53556" Width="435" Height="49,13389" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" GapX="5" GapY="2" LineSpacing="4" ParentFont="False" Text="[d.&#34;SchuleAdresse&#34;]&#13;&#10;[d.&#34;SchulePLZ&#34;] [d.&#34;SchuleOrt&#34;]"/>
      <TfrxRichView Name="Rich28" AllowVectorExport="True" Left="41,57483" Top="525,35467" Width="453,5436" Height="143,62214" Frame.Typ="0" GapX="2" GapY="1" PropData="0852696368456469740A8C0100007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313033317B5C666F6E7474626C7B5C66305C6673776973735C66707271325C66636861727365743020417269616C3B7D7B5C66315C666E696C5C666368617273657430205365676F652055493B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E32363130307D5C766965776B696E64345C756331200D0A5C706172645C77696463746C7061725C66305C66733232206D69742064656D205C62204175737461757363685C623020207A7769736368656E2064657220536368756C6520756E642064657220696E2064656D2053636872656962656E2062656E616E6E74656E205374656C6C655C7061720D0A5C7061720D0A0D0A5C706172645C77696463746C7061725C73613132302065696E7665727374616E64656E5C7061720D0A6E696368742065696E7665727374616E64656E205C7061720D0A0D0A5C706172645C66315C667331385C7061720D0A7D0D0A00"/>
      <TfrxShapeView Name="Shape141" AllowVectorExport="True" Left="7,55906" Top="574,48856" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape142" AllowVectorExport="True" Left="7,55906" Top="600,94527" Width="19" Height="19" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo631" AllowVectorExport="True" Left="7,55907709" Top="574,48856" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo632" AllowVectorExport="True" Left="7,55907709" Top="600,94527" Width="18,89765" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo653" AllowVectorExport="True" Left="3,77953" Top="3,77953" Width="306,14193" Height="79,37013" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Absender:&#13;&#10;[v.&#34;SerienbriefFrauHerrn&#34;]&#13;&#10;[v.&#34;SerienbriefAnredeNamen&#34;]&#13;&#10;[v.&#34;Verantw1Strasse&#34;]&#13;&#10;[v.&#34;Verantw1PLZ&#34;] [v.&#34;Verantw1Ortsname&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo654" Align="baRight" AllowVectorExport="True" Left="608,126377" Top="3,77953" Width="56,69295" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haRight" ParentFont="False" Text="FB 7a"/>
      <TfrxMemoView Name="Memo644" AllowVectorExport="True" Left="3,77953" Top="147,40167" Width="321,25984252" Height="17,76376" AutoWidth="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[v.&#34;SerienbriefAnredeNamen&#34;],  [v.&#34;Verantw1Strasse&#34;],  [v.&#34;Verantw1PLZ&#34;] [v.&#34;Verantw1Ortsname&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
    </TfrxMasterData>
  </TfrxReportPage>
</TfrxReport>
