<?xml version="1.0" encoding="utf-8"?>
<TfrxReport Name="" Version="3.22" DotMatrixReport="False" EngineOptions.DoublePass="True" IniFile="\Software\Fast Reports" PreviewOptions.AllowEdit="False" PreviewOptions.Buttons="4095" PreviewOptions.Zoom="1" PrintOptions.Printer="Default" ReportOptions.CreateDate="38128,6235929167" ReportOptions.Description.Text="" ReportOptions.Name="R_OP_MG_WZ_volt.fr3" ReportOptions.LastChange="46107,4892226968" ReportOptions.VersionBuild="30" ReportOptions.VersionMajor="1" ReportOptions.VersionMinor="0" ReportOptions.VersionRelease="6" ScriptLanguage="PascalScript" ScriptText.Text="var&#13;&#10;{ Owner App }&#13;&#10;  L_LP,&#13;&#10;  L_Dot,&#13;&#10;  L_Symbol,&#13;&#10;  L_NazwaTowaru,&#13;&#10;  L_PKWiU,&#13;&#10;  L_Ilosc,&#13;&#10;  L_Jedn,&#13;&#10;  L_Rabat,&#13;&#10;  L_Cena,&#13;&#10;  L_WartNetto,&#13;&#10;  L_StawkaVat,&#13;&#10;  L_WartBrutto,&#13;&#10;  L_Stawki,&#13;&#10;  L_WartVAT,&#13;&#10;  L_Dla,&#13;&#10;  L_Suma,&#13;&#10;  L_Platnosc,&#13;&#10;  L_PlatneDo,&#13;&#10;  L_Razem,&#13;&#10;  L_WartoscWWalucie,&#13;&#10;  L_NaleznoscOgolem,&#13;&#10;  L_Slownie,&#13;&#10;  L_DataSprzedazy,&#13;&#10;  L_Uwagi,&#13;&#10;  L_Wystawiono,&#13;&#10;  L_dnia,&#13;&#10;  L_NIP,&#13;&#10;  L_TEL,&#13;&#10;  L_Nr,&#13;&#10;  L_KontrSymbol,&#13;&#10;  L_Nrkontrah,&#13;&#10;  V_Duplikat,&#13;&#10;  V_NazwaFirmy,&#13;&#10;  V_AdresFirmy,&#13;&#10;  V_TelefonFirmy,&#13;&#10;  V_TelNabywcy,&#13;&#10;  V_EMailFirmy,&#13;&#10;  V_NIPFirmy,&#13;&#10;  V_NrWewn,&#13;&#10;  V_Wersja,&#13;&#10;  V_Kontrahent,&#13;&#10;  V_Kontradres,&#13;&#10;  V_NIP,&#13;&#10;  V_NazwaBanku,&#13;&#10;  V_NrKonta,&#13;&#10;  V_TerminRealizacji,&#13;&#10;  V_TerminWaznosci,&#13;&#10;  V_Dodatkowe,&#13;&#10;  V_Text_ext1,&#13;&#10;  V_Text_ext2,&#13;&#10;  V_Wystawil,&#13;&#10;  V_Typ_Dostawy,&#13;&#10;  V_Stanowisko,&#13;&#10;  V_WarPlat,&#13;&#10;  V_Gwarancja,&#13;&#10;  V_text_Ext3,&#13;&#10;  V_Attach,&#13;&#10;  V_Netto,&#13;&#10;  V_Slownie,&#13;&#10;  V_Tel,&#13;&#10;  V_Fax,&#13;&#10;  V_EMail,&#13;&#10;  V_Picture,&#13;&#10;  V_OwnerContact,&#13;&#10;  V_Dotyczy: String;&#13;&#10;&#13;&#10;  V_PictureWidth,&#13;&#10;  V_PictureHeight,&#13;&#10;  V_KwotaZaleglosci: Double;&#13;&#10;  V_DekretkaVisible,&#13;&#10;  V_Walutowa: Boolean;&#13;&#10;{Pozostałe}&#13;&#10;  V_Rodzaj,&#13;&#10;  V_ViewZaleglosci: Integer;&#13;&#10;  V_Uwagi,&#13;&#10;  V_UwagiExtra, V_Zapraszamy,&#13;&#10;  V_DocRodzaj,&#13;&#10;  V_Nabywca, V_Podpis_P, V_Podpis_L,&#13;&#10;  V_PodpisOsoba_L, V_PodpisOsoba_P,&#13;&#10;  V_UwagiCFG1, V_UwagiCFG2,&#13;&#10;  V_UpowaznienieStale, V_MagCommentA, V_MagCommentB,&#13;&#10;  V_MagVisible,&#13;&#10;  V_Oryginal,&#13;&#10;  S: String;&#13;&#10;&#13;&#10;  NazwaFirmy_Width: Extended;&#13;&#10;&#13;&#10;procedure ChildNabywcaOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with ChildNabywca, Engine do&#13;&#10;  begin&#13;&#10;  if &#60;V_Rodzaj&#62; = 0 then&#13;&#10;  begin&#13;&#10;    ChildNabywca.Visible := False;&#13;&#10;  end;&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure ChildKontrDaneOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with ChildKontrDane, Engine do&#13;&#10;  begin&#13;&#10;  if &#60;V_Rodzaj&#62; = 0 then&#13;&#10;//  if V_Rodzaj = 0 then&#13;&#10;  begin&#13;&#10;    ChildKontrDane.Visible := False;&#13;&#10;  end;&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure ChildKontrDane2OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with ChildKontrDane2, Engine do&#13;&#10;  begin&#13;&#10;    if &#60;V_Rodzaj&#62; = 0 then&#13;&#10;    begin&#13;&#10;      ChildKontrDane2.Visible := False;&#13;&#10;    end;&#13;&#10;    if &#60;V_TelNabywcy&#62; = '' then&#13;&#10;    begin&#13;&#10;      M_TelNabywcy.Visible := False;&#13;&#10;    end;&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure MasterFooter1OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with MasterFooter1, Engine do&#13;&#10;  begin&#13;&#10;  if &#60;V_Waluta&#62; &#60;&#62; 'PLN' then&#13;&#10;    MemoWartoscWaluty.Visible := True&#13;&#10;  else&#13;&#10;    MemoWartoscWaluty.Visible := False;&#13;&#10;&#13;&#10;  if &#60;V_Rodzaj&#62; = 0 then&#13;&#10;  begin&#13;&#10;    MemoPlatnosc.Visible := False;&#13;&#10;    MemoWartoscWaluty.Visible := False;&#13;&#10;  end;&#13;&#10;  if (&#60;V_Uwagi&#62; = '')and(&#60;V_UwagiExtra&#62; = '') then&#13;&#10;  begin&#13;&#10;    MemoLUwagi.Visible := False;&#13;&#10;  end;&#13;&#10;  MemoWartoscWaluty.Visible := {not} &#60;V_Walutowa&#62;;&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure ChildPodpisyOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with ChildPodpisy, Engine do&#13;&#10;  begin&#13;&#10;  if &#60;V_Zapraszamy&#62; = '' then&#13;&#10;  begin&#13;&#10;    MemoZapraszamy.Visible := False;&#13;&#10;    LineZapraszamy.Visible := False;&#13;&#10;  end;&#13;&#10;  if &#60;V_Rodzaj&#62; = 0 then&#13;&#10;  begin&#13;&#10;    ChildPodpisy.Visible := False;&#13;&#10;  end;&#13;&#10;  SubRepDekretka.Visible := &#60;V_DekretkaVisible&#62;;&#13;&#10;    if SubRepDekretka.Visible then&#13;&#10;    begin&#13;&#10;     //Memo46.Left := 519;&#13;&#10;     //Memo63.Left := Memo46.Left;&#13;&#10;    end&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Child6OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with Child6, Engine do&#13;&#10;  begin&#13;&#10;  if V_UwagiCFG2 = '' then&#13;&#10;  begin&#13;&#10;    MemoUwagiCFG1.Width := 700;&#13;&#10;    MemoUwagiCFG2.Visible := False;&#13;&#10;  end;&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo5OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with Memo5, Engine do&#13;&#10;  begin&#13;&#10;    V_DocRodzaj := 'Faktura VAT';&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo10OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with Memo10, Engine do&#13;&#10;  begin&#13;&#10;//    V_Nabywca := 'Nabywca:';&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo45OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with Memo45, Engine do&#13;&#10;  begin&#13;&#10;//    V_Podpis_P := 'Podpis osoby upoważnionej do otrzymania faktury';&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo46OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with Memo46, Engine do&#13;&#10;  begin&#13;&#10;//    V_Podpis_L := 'Podpis osoby upoważnionej do wystawienia faktury';&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo63OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with Memo63, Engine do&#13;&#10;  begin&#13;&#10;//    V_PodpisOsoba_L := 'Jolanta Jarząbkiewicz - Bednarz';&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure MemoUwagiCFG1OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with MemoUwagiCFG1, Engine do&#13;&#10;  begin&#13;&#10;//    V_UwagiCFG1 := '';&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo72OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo74OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with Memo74, Engine do&#13;&#10;  begin&#13;&#10;    V_UwagiExtra := '';&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure MemoUwagiCFG2OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with MemoUwagiCFG2, Engine do&#13;&#10;  begin&#13;&#10;    V_UwagiCFG2 := '';&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo67OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with Memo67, Engine do&#13;&#10;  begin&#13;&#10;    V_PodpisOsoba_P := '';&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo6OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  with Memo6, Engine do&#13;&#10;  begin&#13;&#10;    V_MagCommentA := '';&#13;&#10;    V_MagCommentB := '';&#13;&#10;  end&#13;&#10;end;&#13;&#10;&#13;&#10;procedure MemoDotyczyOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  MemoDotyczy.Visible := (&#60;V_Dotyczy&#62; &#60;&#62; '');&#13;&#10;end;&#13;&#10;&#13;&#10;procedure ReportTitle1OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  NazwaFirmy_Width := Memo1.Width;&#13;&#10;  // Gdy jest grafika to...&#13;&#10;  if Length(&#60;V_Picture&#62;)&#62;0 then&#13;&#10;  begin&#13;&#10;    Picture1.LoadFromFile(&#60;V_Picture&#62;);&#13;&#10;    if (&#60;V_PictureWidth&#62; &#62; 1 ) then&#13;&#10;    begin&#13;&#10;      Picture1.Width := &#60;V_PictureWidth&#62;*100;&#13;&#10;    end;&#13;&#10;    if (&#60;V_PictureHeight&#62; &#62; 1 ) then&#13;&#10;    begin&#13;&#10;      Picture1.Height := &#60;V_PictureHeight&#62;*100;&#13;&#10;    end;&#13;&#10;&#13;&#10;    Memo1.Left := Picture1.Left + Picture1.Width +10;&#13;&#10;    Memo13.Left := Memo1.Left;&#13;&#10;    Memo70.Left := Memo1.Left;&#13;&#10;&#13;&#10;  end&#13;&#10;  else&#13;&#10;  begin&#13;&#10;  /// Gdy nie ma grafiki to...&#13;&#10;    Picture1.Visible := False;&#13;&#10;    Memo1.Left := Picture1.Left;&#13;&#10;    Memo13.Left := Memo1.Left;&#13;&#10;    Memo70.Left := Memo1.Left;&#13;&#10;    Memo1.Width := &#60;NazwaFirmy_Width&#62; + 80;&#13;&#10;  end;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure DocBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  V_TelNabywcy := '';&#13;&#10;  V_Oryginal := 'ORYGINAŁ';&#13;&#10;  V_DocRodzaj := 'Faktura VAT';&#13;&#10;  V_Nabywca := 'Nabywca';&#13;&#10; // V_Podpis_P := 'Podpis osoby upoważnionej do otrzymania faktury';&#13;&#10;//  V_Podpis_L := 'Podpis osoby upoważnionej do wystawienia faktury';&#13;&#10;  V_PodpisOsoba_L := 'Jolanta Jarząbkiewicz - Bednarz';&#13;&#10;  V_UwagiCFG1 := '';&#13;&#10;  V_Oryginal := 'ORYGINAŁ';&#13;&#10;  V_UwagiExtra := '';&#13;&#10;  V_UwagiCFG2 := '';&#13;&#10;  V_UpowaznienieStale := 'Upoważnienie stałe nr 743';&#13;&#10;  V_Zapraszamy := '';&#13;&#10;  V_MagCommentA := '';&#13;&#10;  V_MagCommentB := '';&#13;&#10;  V_Duplikat := '';&#13;&#10;&#13;&#10;  {nagłówki tabeli}&#13;&#10;  L_LP := 'LP';&#13;&#10;  L_LP := &#60;L_LP&#62; + '';&#13;&#10;  L_Dot := 'Dot.';&#13;&#10;  L_Symbol := 'Symbol';&#13;&#10;  L_NazwaTowaru := 'Nazwa towaru/usługi';&#13;&#10;  L_PKWiU := 'PKWiU';&#13;&#10;  L_Ilosc := 'Ilość';&#13;&#10;  L_Jedn := 'Jedn.';&#13;&#10;  L_Rabat := 'Rabat';&#13;&#10;  L_Cena := 'Cena';&#13;&#10;  L_WartNetto := 'Wart.Netto';&#13;&#10;  L_StawkaVat := 'Stawka/VAT';&#13;&#10;  L_WartBrutto := 'Wart.Brutto';&#13;&#10;  L_Stawki := 'Stawki';&#13;&#10;  L_WartVAT := 'VAT';&#13;&#10;  L_Dla := 'dla';&#13;&#10;  L_Suma := 'Suma';&#13;&#10;  L_Platnosc := 'Płatność';&#13;&#10;  L_PlatneDo := 'płatne do';&#13;&#10;  L_Razem := 'Razem';&#13;&#10;  L_WartoscWWalucie := 'Wartość w walucie';&#13;&#10;  L_NaleznoscOgolem := 'Należność ogółem';&#13;&#10;  L_Slownie := 'Słownie';&#13;&#10;  L_DataSprzedazy := 'Data sprzedaży';&#13;&#10;  L_Uwagi := 'Uwagi';&#13;&#10;  L_Wystawiono := 'Wystawiono';&#13;&#10;  L_dnia := 'dnia';&#13;&#10;  L_NIP := 'NIP';&#13;&#10;  L_TEL := 'TEL';&#13;&#10;  L_KontrSymbol := 'Symbol';&#13;&#10;  L_Nrkontrah := 'Nr kontrah';&#13;&#10;  V_Picture := ''; //'c:\zyg.jpg';&#13;&#10;  V_DekretkaVisible := False;&#13;&#10;  V_Walutowa := False;&#13;&#10;  V_Dotyczy := '';&#13;&#10;  V_ViewZaleglosci := 0;&#13;&#10;  V_KwotaZaleglosci := 0;&#13;&#10;  V_MagVisible := '1';&#13;&#10;  L_Nr := ' Nr ';&#13;&#10;end;&#13;&#10;&#13;&#10;procedure ChildZaleglosciOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  if &#60;V_ViewZaleglosci&#62; = 1 then&#13;&#10;  begin&#13;&#10;    ChildZaleglosci.Visible := True;&#13;&#10;    SubreportZaleglosci.Visible := True;&#13;&#10;  end&#13;&#10;  else&#13;&#10;  begin&#13;&#10;    ChildZaleglosci.Visible := False;&#13;&#10;    SubreportZaleglosci.Visible := False;&#13;&#10;  end;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure ChildNaglowekOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  Memo6.Visible :=  (V_MagVisible='1') and ((Length(&#60;V_MagCommentA&#62;) &#62; 0) or (Length(&#60;V_MagCommentB&#62;) &#62; 0 ));&#13;&#10;end;&#13;&#10;&#13;&#10;begin&#13;&#10;&#13;&#10;end." PropData="08446174617365747301010C3200000020446174615365743D226672444244656B7265746B612220446174615365744E616D653D226672444244656B7265746B612200010C2600000020446174615365743D22667244424E672220446174615365744E616D653D22667244424E672200010C2600000020446174615365743D2266724442506F2220446174615365744E616D653D2266724442506F2200010C2800000020446174615365743D22667244425661742220446174615365744E616D653D22667244425661742200010C3600000020446174615365743D2266727844425A616C65676C6546562220446174615365744E616D653D2266727844425A616C65676C654656220000095661726961626C657301010C000000000000055374796C650100">
  <TfrxReportPage Name="Page1" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="15" RightMargin="5" TopMargin="6" BottomMargin="6" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="" OnBeforePrint="DocBeforePrint">
    <TfrxReportTitle Name="ReportTitle1" Height="101" Left="0" Top="18,89765" Width="718,1107" OnBeforePrint="ReportTitle1OnBeforePrint" Child="Child1" Stretched="True">
      <TfrxMemoView Name="Memo1" Left="122,94496" Top="4,10235" Width="578,2047" Height="20" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-16" Font.Name="Arial" Font.Style="5" ParentFont="False" Text="[V_NazwaFirmy]"/>
      <TfrxMemoView Name="Memo49" Left="411,44094" Top="41,10235" Width="291,55906" Height="56" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaBottom" Text="[V_KontaBankowe]"/>
      <TfrxMemoView Name="Memo13" Left="123,94496" Top="25,10235" Width="307,30705" Height="16" StretchMode="smActualHeight" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="[V_AdresFirmy]&#13;&#10;[V_OddzialNazwa]&#13;&#10;[V_OddzialAdres]"/>
      <TfrxMemoView Name="Memo70" ShiftMode="smWhenOverlapped" Left="123,94496" Top="45,10235" Width="296,18893" Height="52" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="[V_OwnerContact]&#13;&#10;NIP: [V_NIPFirmy]"/>
      <TfrxPictureView Name="Picture1" Left="1" Top="3,77953" Width="120,94496" Height="90,70872"/>
    </TfrxReportTitle>
    <TfrxChild Name="Child1" Height="4" Left="0" Top="226,7718" Width="718,1107" Child="ChildNaglowek" PrintChildIfInvisible="True">
      <TfrxLineView Name="Line1" Left="2" Top="0,275509999999997" Width="703" Height="0" Frame.Typ="4" Frame.Width="0,100000001490116"/>
    </TfrxChild>
    <TfrxChild Name="ChildNaglowek" Height="61,77953" Left="0" Top="253,22851" Width="718,1107" OnBeforePrint="ChildNaglowekOnBeforePrint" Child="ChildNabywca" PrintChildIfInvisible="True" Stretched="True">
      <TfrxMemoView Name="Memo5" Left="0" Top="16,59833" Width="529" Height="20" OnBeforePrint="Memo5OnBeforePrint" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-19" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[V_DocRodzaj] [L_Nr] [V_NrDok]"/>
      <TfrxMemoView Name="Memo6" Align="baLeft" Left="0" Top="40,59833" Width="145,13389" Height="12" OnBeforePrint="Memo6OnBeforePrint" StretchMode="smMaxHeight" AutoWidth="True" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="[V_MagCommentA] ([V_MagCommentB] )"/>
      <TfrxMemoView Name="Memo4" Left="73,06277" Top="0" Width="629,93723" Height="17" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[L_Wystawiono]: [V_Miasto], [L_dnia] [frDBNg.&#34;datawystaw&#34;]"/>
      <TfrxMemoView Name="Memo69" Left="523" Top="41,57483" Width="178" Height="16" StretchMode="smMaxHeight" Color="16777215" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[L_DataSprzedazy]: [frDBNg.&#34;datasprzed&#34;]"/>
    </TfrxChild>
    <TfrxChild Name="ChildNabywca" Height="21" Left="0" Top="338,267935" Width="718,1107" OnBeforePrint="ChildNabywcaOnBeforePrint" Child="ChildKontrDane" Stretched="True">
      <TfrxMemoView Name="Memo10" Align="baLeft" Left="0" Top="1,11007999999998" Width="70" Height="16" OnBeforePrint="Memo10OnBeforePrint" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[V_Nabywca]:"/>
      <TfrxMemoView Name="Memo11" Left="72" Top="1,11007999999998" Width="622" Height="17" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="[frDBNg.&#34;kontrnazwa&#34;]"/>
    </TfrxChild>
    <TfrxChild Name="ChildKontrDane" Height="21" Left="0" Top="381,73253" Width="718,1107" OnBeforePrint="ChildKontrDaneOnBeforePrint" Child="ChildKontrDane2" Stretched="True">
      <TfrxMemoView Name="Memo14" Left="72" Top="0" Width="444" Height="15,87401575" StretchMode="smMaxHeight" DataSet="frDBNg" DataSetName="frDBNg" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="[frDBNg.&#34;kontradres&#34;]&#13;&#10;[frDBNg.&#34;UwagiNaFV&#34;]"/>
      <TfrxMemoView Name="Memo19" Left="521,57514" Top="0" Width="177,63791" Height="15,87401575" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[L_KontrSymbol]: [frDBNg.&#34;kontrsymbol&#34;]"/>
    </TfrxChild>
    <TfrxChild Name="ChildKontrDane2" Height="20" Left="0" Top="425,197125" Width="718,1107" OnBeforePrint="ChildKontrDane2OnBeforePrint" Child="ChildDotyczy">
      <TfrxMemoView Name="Memo15" Align="baLeft" Left="0" Top="0,401360000000011" Width="70" Height="16" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[L_NIP]:"/>
      <TfrxMemoView Name="Memo16" Align="baLeft" Left="70" Top="0,401360000000011" Width="188" Height="16" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="[frDBNg.&#34;kontrnip&#34;]"/>
      <TfrxMemoView Name="Memo17" Align="baLeft" Left="515" Top="0,401360000000011" Width="71" Height="16" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[L_Nrkontrah]:"/>
      <TfrxMemoView Name="Memo18" Align="baLeft" Left="586" Top="0,401360000000011" Width="114" Height="16" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="[frDBNg.&#34;kontridn&#34;]"/>
      <TfrxMemoView Name="M_TelNabywcy" Align="baLeft" Left="258" Top="0,401360000000011" Width="257" Height="16" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="[L_TEL] [V_TelNabywcy]"/>
    </TfrxChild>
    <TfrxHeader Name="MasterHeader1" Height="38" Left="0" Top="504,567255" Width="718,1107" ReprintOnNewPage="True">
      <TfrxMemoView Name="Memo27" Left="3" Top="0,369820000000004" Width="36" Height="34" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="[L_LP]"/>
      <TfrxMemoView Name="Memo28" Left="41" Top="0,36982" Width="209,69295" Height="16" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="  [L_Symbol]"/>
      <TfrxMemoView Name="Memo30" Left="252,69295" Top="0,36982" Width="67" Height="16" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="  [L_PKWiU]"/>
      <TfrxMemoView Name="Memo31" Left="321,69295" Top="0,36982" Width="53,93700787" Height="16" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" GapX="4" HAlign="haRight" ParentFont="False" Text="  [L_Ilosc]"/>
      <TfrxMemoView Name="Memo32" Left="377,19688701" Top="0,36982" Width="32,50393701" Height="16" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="[L_Jedn]"/>
      <TfrxMemoView Name="Memo34" Left="411" Top="0,369820000000004" Width="69,16535433" Height="16" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="[L_Cena]"/>
      <TfrxMemoView Name="Memo35" Left="482" Top="0,369820000000004" Width="68,78740157" Height="16" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="[L_WartNetto]"/>
      <TfrxMemoView Name="Memo36" Left="553" Top="0,369820000000004" Width="79,7480315" Height="16" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="[L_StawkaVAT]"/>
      <TfrxMemoView Name="Memo37" Left="635" Top="0,369820000000004" Width="71" Height="16" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="[L_WartBrutto]"/>
      <TfrxMemoView Name="Memo38" Left="411" Top="18,8976378" Width="70" Height="16" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo39" Left="482" Top="18,8976378" Width="69" Height="16" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo40" Left="553" Top="18,8976378" Width="80" Height="16" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo41" Left="636" Top="18,8976378" Width="70" Height="16" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo29" Left="41" Top="18,8976378" Width="663,80334" Height="16" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="  [L_NazwaTowaru]"/>
    </TfrxHeader>
    <TfrxMasterData Name="MasterData1" Height="32" Left="0" Top="565,039735" Width="718,1107" Columns="1" ColumnWidth="200" ColumnGap="20" DataSet="frDBPo" DataSetName="frDBPo" RowCount="0" Stretched="True">
      <TfrxMemoView Name="Memo3" Left="634" Top="0" Width="70" Height="14" DataSet="frDBPo" DataSetName="frDBPo" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[frDBPo.&#34;wartbrt&#34;]"/>
      <TfrxMemoView Name="Memo26" Left="583" Top="0" Width="52" Height="14" Color="16777215" DataField="wartvat" DataSet="frDBPo" DataSetName="frDBPo" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[frDBPo.&#34;wartvat&#34;]"/>
      <TfrxMemoView Name="Memo12" Left="556" Top="0" Width="27" Height="14" Color="16777215" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="[frDBPo.&#34;idnVatStr&#34;]"/>
      <TfrxMemoView Name="Memo25" Left="483" Top="0" Width="70" Height="14" Color="16777215" DataSet="frDBPo" DataSetName="frDBPo" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[frDBPo.&#34;wartnetWal&#34;]"/>
      <TfrxMemoView Name="Memo22" Left="412" Top="0" Width="70" Height="14" Color="16777215" DataSet="frDBPo" DataSetName="frDBPo" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[&#60;frDBPo.&#34;wartnetWal&#34;&#62;/&#60;frDBPo.&#34;ilosc&#34;&#62;]"/>
      <TfrxMemoView Name="Memo20" Left="377,19688701" Top="0" Width="32,50393701" Height="14" Color="16777215" DataSet="frDBPo" DataSetName="frDBPo" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="[V_JM]"/>
      <TfrxMemoView Name="Memo8" Left="319,69295" Top="0" Width="54,42519685" Height="14" Color="16777215" DataField="Ilosc" DataSet="frDBPo" DataSetName="frDBPo" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[frDBPo.&#34;Ilosc&#34;]"/>
      <TfrxMemoView Name="Memo44" Left="252,69295" Top="0" Width="68" Height="14" DataField="pkwiu" DataSet="frDBPo" DataSetName="frDBPo" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[frDBPo.&#34;pkwiu&#34;]"/>
      <TfrxMemoView Name="Memo43" Left="41" Top="0" Width="208,69295" Height="14" DataField="towrsymb" DataSet="frDBPo" DataSetName="frDBPo" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="[frDBPo.&#34;towrsymb&#34;]"/>
      <TfrxMemoView Name="Memo42" Left="2" Top="0" Width="37" Height="14" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[LINE#]."/>
      <TfrxMemoView Name="Memo51" Left="41" Top="14,55875" Width="656,24428" Height="14" StretchMode="smActualHeight" DataSet="frDBPo" DataSetName="frDBPo" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="[frDBPo.&#34;towrnazwa&#34;] &#13;&#10;[frDBPo.&#34;NazwaUProducenta&#34;]"/>
      <TfrxLineView Name="Line2" Left="0" Top="0" Width="707,90551181" Height="0" Frame.Typ="4" Frame.Width="0,100000001490116"/>
    </TfrxMasterData>
    <TfrxFooter Name="MasterFooter1" Height="140,88188" Left="0" Top="619,84292" Width="718,1107" OnBeforePrint="MasterFooter1OnBeforePrint" Stretched="True">
      <TfrxMemoView Name="Memo47" Left="483" Top="0" Width="72" Height="14,36220472" StretchMode="smMaxHeight" Color="16777215" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="###,###.00" DisplayFormat.Kind="fkNumeric" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[sum(&#60;frDBPo.&#34;wartnetWal&#34;&#62;)]"/>
      <TfrxMemoView Name="Memo48" Left="283,18893" Top="0" Width="126,81107" Height="14,36220472" StretchMode="smMaxHeight" Color="16777215" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[L_dla] [Line#]  [L_Suma]:"/>
      <TfrxLineView Name="Line3" Left="-2" Top="0" Width="707,90551181" Height="0" Frame.Typ="4" Frame.Width="0,100000001490116"/>
      <TfrxLineView Name="Line4" Left="-2" Top="15,8740157480315" Width="707,90551181" Height="0" Frame.Typ="4" Frame.Width="0,100000001490116"/>
      <TfrxSubreport Name="SubVat" Left="426,11812" Top="21,52721" Width="96" Height="20" Page="Page2" PrintOnParent="True"/>
      <TfrxMemoView Name="MemoWartoscWaluty" Align="baLeft" Left="0" Top="59,30674" Width="352" Height="16" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="[L_WartoscWWalucie]: [FormatFloat('###,##0.00',&#60;SUM(&#60;frDBPo.&#34;wartnetWal&#34;&#62;)&#62;)] [V_Waluta] "/>
      <TfrxMemoView Name="MemoPlatnosc" Align="baLeft" Left="0" Top="23,30674" Width="354" Height="34" Font.Charset="238" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="[L_Platnosc]: [V_Platnosc],&#13;&#10;[L_PlatneDo]: [V_Termin]"/>
      <TfrxMemoView Name="Memo9" Left="0" Top="82,30674" Width="105,82677165" Height="15" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[L_NaleznoscOgolem]:"/>
      <TfrxMemoView Name="Memo23" Left="0" Top="104,08627" Width="49,13382165" Height="15" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[L_Slownie]:"/>
      <TfrxMemoView Name="Memo24" Left="108,44094" Top="82,30674" Width="299,62214" Height="20,40944882" Font.Charset="238" Font.Color="0" Font.Height="-16" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[V_Naleznosc] [V_Waluta]"/>
      <TfrxMemoView Name="Memo59" Left="49,96846" Top="104,08627" Width="359,50402" Height="15,66141" StretchMode="smActualHeight" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Verdana" Font.Style="1" ParentFont="False" VAlign="vaCenter" Text="*[V_Slownie] *"/>
    </TfrxFooter>
    <TfrxChild Name="ChildPodpisy" Height="124,88188" Left="0" Top="784,252475" Width="718,1107" OnBeforePrint="ChildPodpisyOnBeforePrint" Child="ChildZaleglosci" KeepChild="True" Stretched="True">
      <TfrxMemoView Name="Memo63" Left="131" Top="65,66883" Width="208" Height="28" OnBeforePrint="Memo63OnBeforePrint" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Times New Roman" Font.Style="2" Frame.Style="fsDash" Frame.Width="0,600000023841858" HAlign="haCenter" ParentFont="False" Text="[V_PodpisOsoba_L]&#13;&#10;................................................................."/>
      <TfrxMemoView Name="Memo67" Left="463" Top="65,66883" Width="200" Height="28" OnBeforePrint="Memo67OnBeforePrint" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Times New Roman" Font.Style="2" HAlign="haCenter" ParentFont="False" Text="[V_PodpisOsoba_P]&#13;&#10;................................................................."/>
      <TfrxMemoView Name="Memo68" Left="463" Top="45,66883" Width="200" Height="20" OnBeforePrint="Memo68OnBeforePrint" Font.Charset="238" Font.Color="8421504" Font.Height="-12" Font.Name="Arial" Font.Style="3" HAlign="haCenter" ParentFont="False" Text="[V_UpowaznienieStale]"/>
      <TfrxMemoView Name="MemoZapraszamy" Left="3" Top="105,66883" Width="692" Height="16" OnBeforePrint="MemoZapraszamyOnBeforePrint" StretchMode="smActualHeight" Font.Charset="238" Font.Color="12632256" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[V_Zapraszamy]"/>
      <TfrxLineView Name="LineZapraszamy" Left="0" Top="103,66883" Width="708" Height="0" Frame.Typ="4" Frame.Width="0,100000001490116"/>
      <TfrxMemoView Name="Memo45" Left="463" Top="13,44836" Width="200" Height="28" OnBeforePrint="Memo45OnBeforePrint" Color="16777215" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" HAlign="haCenter" ParentFont="False" Text="[V_Podpis_P]"/>
      <TfrxMemoView Name="Memo46" Left="139" Top="13,44836" Width="200" Height="32" OnBeforePrint="Memo46OnBeforePrint" Color="16777215" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" HAlign="haCenter" ParentFont="False" Text="[V_Podpis_L]"/>
      <TfrxSubreport Name="SubRepDekretka" Left="3,77953" Top="3,77953000000002" Width="128,50402" Height="18,89765" Page="PageDekretka"/>
    </TfrxChild>
    <TfrxPageFooter Name="PageFooter1" Height="80" Left="0" Top="1107,40229" Width="718,1107">
      <TfrxBarCodeView Name="Bar1" Left="562" Top="14,3622047244096" Width="90" Height="31" BarType="bcCode39" CalcCheckSum="True" Color="16777215" Expression="&#60;frDBNg.&#34;idn&#34;&#62;" Rotation="0" Text="&#60;frDBNg.&#34;idn&#34;&#62;" WideBarRatio="2" Zoom="1"/>
      <TfrxMemoView Name="Memo7" Left="470" Top="0" Width="233" Height="13" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[V_DocRodzaj] Nr [frDBNg.&#34;nrdokfin&#34;]"/>
    </TfrxPageFooter>
    <TfrxChild Name="Child6" Height="20,44094" Left="0" Top="977,008505" Width="718,1107" OnBeforePrint="Child6OnBeforePrint" Stretched="True">
      <TfrxLineView Name="Line5" Left="0" Top="0" Width="708" Height="0" Frame.Typ="4" Frame.Width="0,100000001490116"/>
      <TfrxMemoView Name="MemoUwagiCFG1" Left="0" Top="3,77952756000002" Width="356" Height="16" OnBeforePrint="MemoUwagiCFG1OnBeforePrint" StretchMode="smActualHeight" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Sylfaen" Font.Style="0" ParentFont="False" Text="[V_UwagiCFG1]"/>
      <TfrxMemoView Name="MemoUwagiCFG2" Left="359" Top="3,77952756000002" Width="340" Height="16" OnBeforePrint="MemoUwagiCFG2OnBeforePrint" StretchMode="smActualHeight" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Sylfaen" Font.Style="0" ParentFont="False" Text="[V_UwagiCFG2]"/>
    </TfrxChild>
    <TfrxReportSummary Name="ReportSummary1" Height="26,67718" Left="0" Top="1058,2684" Width="718,1107" Child="ChildPodpisy" Stretched="True">
      <TfrxMemoView Name="Memo73" Left="72,22047" Top="6" Width="264" Height="16" StretchMode="smActualHeight" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Sylfaen" Font.Style="0" ParentFont="False" Text="[V_Uwagi]"/>
      <TfrxMemoView Name="Memo74" Left="339,22047" Top="6" Width="360" Height="16" OnBeforePrint="Memo74OnBeforePrint" StretchMode="smActualHeight" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Sylfaen" Font.Style="0" ParentFont="False" Text="[V_UwagiExtra]"/>
      <TfrxMemoView Name="MemoLUwagi" Left="-2,441E-5" Top="6" Width="71" Height="16" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="[L_Uwagi]:"/>
      <TfrxLineView Name="Line6" Left="0" Top="5,37795275999997" Width="708" Height="0" Visible="False" Frame.Typ="4" Frame.Width="0,100000001490116"/>
    </TfrxReportSummary>
    <TfrxChild Name="ChildDotyczy" Height="12,0944881889764" Left="0" Top="468,66172" Width="718,1107">
      <TfrxMemoView Name="MemoDotyczy" Left="0" Top="0" Width="612,28386" Height="11,33858268" OnBeforePrint="MemoDotyczyOnBeforePrint" StretchMode="smActualHeight" AutoWidth="True" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Tahoma" Font.Style="0" GapX="4" ParentFont="False" Text="[L_Dot] : [V_Dotyczy]"/>
    </TfrxChild>
    <TfrxPageHeader Name="PageHeader1" Height="22,67718" Left="0" Top="143,62214" Width="718,1107" PrintOnFirstPage="False">
      <TfrxMemoView Name="Memo66" Align="baWidth" Left="0" Top="0,755905509999991" Width="718,1107" Height="18,8976377952756" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="8" HAlign="haRight" ParentFont="False" Text="[V_DocRodzaj] [L_Nr] [frDBNg.&#34;nrdokfin&#34;] ([Page])"/>
    </TfrxPageHeader>
    <TfrxChild Name="ChildZaleglosci" Height="22,67718" Left="0" Top="931,654145" Width="718,1107" OnBeforePrint="ChildZaleglosciOnBeforePrint" Child="Child6">
      <TfrxSubreport Name="SubreportZaleglosci" Left="1,77953" Top="1" Width="680,3154" Height="18,89765" Page="Page3"/>
    </TfrxChild>
  </TfrxReportPage>
  <TfrxReportPage Name="Page2" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="5" RightMargin="7" TopMargin="6" BottomMargin="6" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="">
    <TfrxMasterData Name="MasterData2" Height="15" Left="0" Top="56,69295" Width="748,34694" Columns="1" ColumnWidth="200" ColumnGap="20" DataSet="frDBVat" DataSetName="frDBVat" RowCount="0">
      <TfrxMemoView Name="Memo56" Left="64,2519685" Top="0" Width="72" Height="14" DataField="Netto" DataSet="frDBVat" DataSetName="frDBVat" DisplayFormat.DecimalSeparator="," Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[frDBVat.&#34;Netto&#34;]"/>
      <TfrxMemoView Name="Memo2" Left="0" Top="0" Width="64,2519685" Height="14" DataSet="frDBVat" DataSetName="frDBVat" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="[frDBVat.&#34;Name&#34;]"/>
      <TfrxMemoView Name="Memo57" Left="135,55906" Top="0" Width="72" Height="14" DataField="Vat" DataSet="frDBVat" DataSetName="frDBVat" DisplayFormat.DecimalSeparator="," Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[frDBVat.&#34;Vat&#34;]"/>
      <TfrxMemoView Name="Memo58" Left="208,55906" Top="0" Width="72" Height="14" DataField="Brutto" DataSet="frDBVat" DataSetName="frDBVat" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2m" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[frDBVat.&#34;Brutto&#34;]"/>
    </TfrxMasterData>
    <TfrxHeader Name="MasterHeader2" Height="18,64564" Left="0" Top="18,89765" Width="748,34694">
      <TfrxMemoView Name="Memo52" Left="0" Top="0" Width="64,2519685" Height="16" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="[L_Stawki]"/>
      <TfrxMemoView Name="Memo53" Left="64,2519685" Top="0" Width="72" Height="16" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[L_WartNetto]"/>
      <TfrxMemoView Name="Memo54" Left="135,55906" Top="0" Width="72" Height="16" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[L_WartVat]"/>
      <TfrxMemoView Name="Memo55" Left="208,55906" Top="0" Width="72" Height="16" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[L_WartBrutto]"/>
    </TfrxHeader>
    <TfrxFooter Name="MasterFooter2" Height="23,77953" Left="0" Top="90,70872" Width="748,34694">
      <TfrxMemoView Name="Memo50" Left="0" Top="0" Width="64,2519685" Height="20" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="4" Frame.Width="0,100000001490116" HAlign="haRight" ParentFont="False" Text="[L_Razem]  "/>
      <TfrxMemoView Name="Memo60" Left="64,2519685" Top="0" Width="72" Height="20" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="###,###,##0.00;-###,###,##0.00;&#34;&#34;" DisplayFormat.Kind="fkNumeric" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="4" Frame.Width="0,100000001490116" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;frDBVat.&#34;Netto&#34;&#62;)]"/>
      <TfrxMemoView Name="Memo61" Left="135,55906" Top="0" Width="72" Height="20" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="###,###,##0.00;-###,###,##0.00;&#34;&#34;" DisplayFormat.Kind="fkNumeric" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="4" Frame.Width="0,100000001490116" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;frDBVat.&#34;Vat&#34;&#62;)]"/>
      <TfrxMemoView Name="Memo62" Left="208,55906" Top="0" Width="72" Height="20" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="###,###,##0.00;-###,###,##0.00;&#34;&#34;" DisplayFormat.Kind="fkNumeric" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="4" Frame.Width="0,100000001490116" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;frDBVat.&#34;Brutto&#34;&#62;)]"/>
    </TfrxFooter>
  </TfrxReportPage>
  <TfrxReportPage Name="PageDekretka" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="">
    <TfrxMasterData Name="MasterData3" Height="13,67718" Left="0" Top="52,91342" Width="718,1107" ColumnWidth="0" ColumnGap="0" DataSet="frDBDekretka" DataSetName="frDBDekretka" RowCount="0">
      <TfrxMemoView Name="Memo77" Left="3,77952755905512" Top="0" Width="41,9527559055118" Height="11,89765" DataField="symbol_fmt" DataSet="frDBDekretka" DataSetName="frDBDekretka" Font.Charset="238" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="[frDBDekretka.&#34;symbol_fmt&#34;]"/>
      <TfrxMemoView Name="Memo78" Left="48" Top="0" Width="32,503937007874" Height="11,89765" DataField="strona" DataSet="frDBDekretka" DataSetName="frDBDekretka" Font.Charset="238" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="[frDBDekretka.&#34;strona&#34;]"/>
      <TfrxMemoView Name="Memo79" Left="82,3937007874016" Top="0" Width="48,3779527559055" Height="11,89765" DataField="kwota" DataSet="frDBDekretka" DataSetName="frDBDekretka" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="238" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="[frDBDekretka.&#34;kwota&#34;]"/>
    </TfrxMasterData>
    <TfrxHeader Name="Header1" Height="14,67718" Left="0" Top="18,89765" Width="718,1107">
      <TfrxMemoView Name="Memo71" Left="3,77952755905512" Top="1,13385827" Width="41,9527559055118" Height="11,89765" Color="12632256" Font.Charset="238" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaCenter" Text="WyrĂłĹĽnik"/>
      <TfrxMemoView Name="Memo75" Left="48" Top="1,13385827" Width="32,503937007874" Height="11,89765" Color="12632256" Font.Charset="238" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Konto  "/>
      <TfrxMemoView Name="Memo76" Left="82,3937007874016" Top="1,13385827" Width="48,3779527559055" Height="11,89765" Color="12632256" Font.Charset="238" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Kwota  "/>
    </TfrxHeader>
  </TfrxReportPage>
  <TfrxReportPage Name="Page3" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="">
    <TfrxMasterData Name="MasterData4" Height="11,67718" Left="0" Top="71,81107" Width="718,1107" ColumnWidth="0" ColumnGap="0" DataSet="frxDBZalegleFV" DataSetName="frxDBZalegleFV" RowCount="0" Stretched="True">
      <TfrxMemoView Name="Memo85" Left="5,55906" Top="0,377952755905511" Width="128,50402" Height="10,89765" DataField="nrdokfin" DataSet="frxDBZalegleFV" DataSetName="frxDBZalegleFV" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="8" Frame.Width="0,1" ParentFont="False" Text="[frxDBZalegleFV.&#34;nrdokfin&#34;]"/>
      <TfrxMemoView Name="Memo86" Left="134,28355" Top="0,377952759999999" Width="128,50402" Height="10,89765" DataField="datawystaw" DataSet="frxDBZalegleFV" DataSetName="frxDBZalegleFV" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="8" Frame.Width="0,1" HAlign="haRight" ParentFont="False" Text="[frxDBZalegleFV.&#34;datawystaw&#34;]"/>
      <TfrxMemoView Name="Memo87" Left="262,78757" Top="0,377952759999999" Width="132,28355" Height="10,89765" DataSet="frxDBZalegleFV" DataSetName="frxDBZalegleFV" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="8" Frame.Width="0,1" HAlign="haRight" ParentFont="False" Text="[frxDBZalegleFV.&#34;WN&#34;]"/>
      <TfrxMemoView Name="Memo88" Left="395,90569" Top="0,377952759999999" Width="103,14966" Height="10,89765" DataField="CPozostalo" DataSet="frxDBZalegleFV" DataSetName="frxDBZalegleFV" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="8" Frame.Width="0,1" HAlign="haRight" ParentFont="False" Text="[frxDBZalegleFV.&#34;CPozostalo&#34;]"/>
      <TfrxMemoView Name="Memo89" Left="499,67749" Top="0,377952755905511" Width="122,14966" Height="10,89765" DataSet="frxDBZalegleFV" DataSetName="frxDBZalegleFV" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="8" Frame.Width="0,1" HAlign="haRight" ParentFont="False" Text="[frxDBZalegleFV.&#34;Dni&#34;] dni"/>
    </TfrxMasterData>
    <TfrxHeader Name="Header2" Height="30,67718" Left="0" Top="18,89765" Width="718,1107" PrintChildIfInvisible="True">
      <TfrxMemoView Name="Memo64" Left="5,55906" Top="17,007874015748" Width="128,50402" Height="13,89765" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Typ="12" Frame.Width="0,1" ParentFont="False" Text="Nr dok."/>
      <TfrxMemoView Name="Memo80" Left="6,55906" Top="2,07081" Width="687,87446" Height="11,89765" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="Pragniemy przypomnieÄ‡, ĹĽe dotychczas nie odnotowaliĹ›my wpĹ‚ywu za faktury wymagalne w ogĂłlnej kwocie [FormatFloat('###,##0.00',&#60;V_KwotaZaleglosci&#62;)] zĹ‚."/>
      <TfrxMemoView Name="Memo81" Left="134,28355" Top="17,00787402" Width="128,50402" Height="13,89765" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Typ="12" Frame.Width="0,1" HAlign="haRight" ParentFont="False" Text="Data wystaw."/>
      <TfrxMemoView Name="Memo82" Left="262,78757" Top="17,00787402" Width="132,28355" Height="13,89765" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Typ="12" Frame.Width="0,1" HAlign="haRight" ParentFont="False" Text="NaleĹĽnoĹ›Ä‡"/>
      <TfrxMemoView Name="Memo83" Left="395,90569" Top="17,00787402" Width="103,14966" Height="13,89765" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Typ="12" Frame.Width="0,1" HAlign="haRight" ParentFont="False" Text="Do zapĹ‚aty"/>
      <TfrxMemoView Name="Memo84" Left="499,67749" Top="17,007874015748" Width="122,14966" Height="13,89765" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Typ="12" Frame.Width="0,1" HAlign="haRight" ParentFont="False" Text="OpĂłĹşnienie"/>
    </TfrxHeader>
    <TfrxFooter Name="Footer1" Height="22,67718" Left="0" Top="105,82684" Width="718,1107">
      <TfrxMemoView Name="Memo91" Left="393,85065" Top="0,377952759999999" Width="105,82684" Height="10,89765" DataSet="frxDBZalegleFV" DataSetName="frxDBZalegleFV" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Typ="8" Frame.Width="0,1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;frxDBZalegleFV.&#34;CPozostalo&#34;&#62;,MasterData4)]"/>
      <TfrxMemoView Name="Memo92" Left="336,48052" Top="1,15748275999999" Width="57,5906" Height="10,89765" DataSet="frxDBZalegleFV" DataSetName="frxDBZalegleFV" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,1" HAlign="haRight" ParentFont="False" Text="Razem:"/>
    </TfrxFooter>
  </TfrxReportPage>
</TfrxReport>
