<?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.Author="SebASouL" ReportOptions.CreateDate="38128,6235929167" ReportOptions.Description.Text="" ReportOptions.Name="Wydruk zamówienia (R_OP_ZM)" ReportOptions.LastChange="42307,3128427546" ReportOptions.VersionBuild="23" ReportOptions.VersionMajor="1" ReportOptions.VersionMinor="0" ReportOptions.VersionRelease="11" ScriptLanguage="PascalScript" ScriptText.Text="&#13;&#10;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;  L_TerminRealizacji,&#13;&#10;  V_Duplikat,&#13;&#10;  V_NazwaFirmy,&#13;&#10;  V_Odbiorca,&#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, V_Nabywca1,&#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;&#13;&#10;  S: String;&#13;&#10;&#13;&#10;  NazwaFirmy_Width: Extended;&#13;&#10;&#13;&#10;//procedure ChildNabywcaOnBeforePrint(Sender: TfrxComponent);&#13;&#10;//b/egin&#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; //   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;&#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;//  with Memo72, Engine do&#13;&#10;  begin&#13;&#10;//    V_Oryginal := 'ORYGINAŁ';&#13;&#10;  end&#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;    Memo2.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 i charakterystyka materiału';&#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 := 'Termin realizacji';&#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;  L_TerminRealizacji := 'Termin dostawy';&#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; // V_Odbiorca := 'Odbiorca';&#13;&#10;&#13;&#10;      end;&#13;&#10;&#13;&#10; begin&#13;&#10;&#13;&#10;end." PropData="08446174617365747301010C3200000020446174615365743D226672444244656B7265746B612220446174615365744E616D653D226672444244656B7265746B612200010C2600000020446174615365743D22667244424E672220446174615365744E616D653D22667244424E672200010C2600000020446174615365743D2266724442506F2220446174615365744E616D653D2266724442506F2200010C3100000020446174615365743D2266727844425354506F43616C6C2220446174615365744E616D653D2266724442506F43616C6C2200010C3E00000020446174615365743D22667253545A544D4743616C6C56616C75652220446174615365744E616D653D226672444253545A544D4743616C6C56616C75652200010C3B00000020446174615365743D22667278444244617461736574312220446174615365744E616D653D226672444253545A544D4743616C6C56616C7565322200010C3B00000020446174615365743D22667278444244617461736574342220446174615365744E616D653D226672444253545A544D4743616C6C56616C7565332200010C3B00000020446174615365743D22667278444244617461736574362220446174615365744E616D653D226672444253545A544D4743616C6C56616C7565342200010C2800000020446174615365743D22667244425661742220446174615365744E616D653D22667244425661742200010C2E00000020446174615365743D2266724F50506F43616C6C2220446174615365744E616D653D2266724F50506F43616C6C2200010C3600000020446174615365743D2266727844425A616C65676C6546562220446174615365744E616D653D2266727844425A616C65676C654656220000095661726961626C657301010C000000000000055374796C650100">
  <TfrxReportPage Name="Page1" Orientation="poLandscape" PaperWidth="297" PaperHeight="210" PaperSize="9" LeftMargin="15" RightMargin="15" TopMargin="6" BottomMargin="6" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="" OnBeforePrint="DocBeforePrint">
    <TfrxReportTitle Name="ReportTitle1" Height="161,566976" Left="0" Top="18,89765" Width="1009,13451" OnBeforePrint="ReportTitle1OnBeforePrint" Child="Child1" Stretched="True">
      <TfrxMemoView Name="Memo1" Left="7" Top="77,89765" Width="578,2047" Height="20" Font.Charset="238" Font.Color="0" Font.Height="-16" Font.Name="Arial" Font.Style="5" ParentFont="False" Text="[V_NazwaFirmy]"/>
      <TfrxMemoView Name="Memo13" Left="8" Top="102,67718" Width="307,30705" Height="16" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="[V_AdresFirmy]"/>
      <TfrxPictureView Name="Picture1" Left="16,33086" Top="4,27953" Width="434,953" Height="67,57483"/>
      <TfrxMemoView Name="Memo2" Left="8,023624" Top="120,661472" Width="296,18893" Height="17,228324" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="NIP: [V_NIPFirmy]"/>
      <TfrxMemoView Name="Memo12" Left="978,89827" Top="9,44094" Width="59,2282" Height="24,57483" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-9" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="F-P3-02&#13;&#10;12/2011"/>
      <TfrxMemoView Name="Memo5" Left="188,9765" Top="69,85034" Width="717" Height="61,57483" OnBeforePrint="Memo5OnBeforePrint" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-19" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="Zapotrzebowanie materiaĹ‚owe&#13;&#10; Nr [V_NrDok]"/>
      <TfrxMemoView Name="Memo3" Left="657,63822" Top="132,28355" Width="801,26036" Height="18,89765" DataField="osoba_przypisana" DataSet="frDBNg" DataSetName="frDBNg" Font.Charset="1" Font.Color="-2147483640" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="[frDBNg.&#34;osoba_przypisana&#34;]"/>
    </TfrxReportTitle>
    <TfrxChild Name="Child1" Height="26,45671" Left="0" Top="264,5671" Width="1009,13451" PrintChildIfInvisible="True">
      <TfrxMemoView Name="Memo56" Left="30,73624" Top="4,11812" Width="336,37817" Height="18,89765" Font.Charset="1" Font.Color="-2147483640" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="Dotyczy : [frDBNg.&#34;katcol2Str&#34;]"/>
      <TfrxMemoView Name="Memo11" Left="370,39394" Top="3,77953" Width="396,85065" Height="18,89765" Font.Charset="1" Font.Color="-2147483640" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="Osoba prowadzÄ…ca : [frDBNg.&#34;odbierajacy&#34;]"/>
    </TfrxChild>
    <TfrxChild Name="ChildNaglowek" Height="12,14162" Left="0" Top="313,70099" Width="1009,13451" OnBeforePrint="ChildNaglowekOnBeforePrint" Child="ChildKontrDane2" PrintChildIfInvisible="True" Stretched="True">
      <TfrxMemoView Name="Memo6" Align="baLeft" Left="0" Top="0,14162" 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] )"/>
    </TfrxChild>
    <TfrxChild Name="ChildKontrDane" Height="21" Left="0" Top="347,71676" Width="1009,13451" OnBeforePrint="ChildKontrDaneOnBeforePrint" Child="ChildNaglowek" Stretched="True">
      <TfrxMemoView Name="Memo19" Printable="False" Left="521,57514" Top="0" Width="177,63791" Height="15,87401575" Visible="False" Font.Charset="238" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" Text="Symbol: [frDBNg.&#34;kontrsymbol&#34;]"/>
    </TfrxChild>
    <TfrxChild Name="ChildKontrDane2" Height="56,69295" Left="0" Top="393,07112" Width="1009,13451" OnBeforePrint="ChildKontrDane2OnBeforePrint" Child="ChildDostawca" PrintChildIfInvisible="True">
      <TfrxMemoView Name="Memo17" Left="490,055102" Top="0,401360000000011" Width="112,196877" Height="16" Visible="False" 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" Left="603,763791" Top="0,40136" Width="95,480303" Height="16" Visible="False" 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" Left="258" Top="0,401360000000011" Width="229,031478" 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]"/>
      <TfrxMemoView Name="Memo54" Left="0,5" Top="7,39765" Width="396,85065" Height="18,89765" Font.Charset="1" Font.Color="-2147483640" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="WG OFERTY: [frDBNg.&#34;nrzamwkontr&#34;]"/>
      <TfrxMemoView Name="Memo4" Left="371,5" Top="28,64533" Width="400,63018" Height="18,89765" DataField="katcol3Str" DataSet="frDBNg" DataSetName="frDBNg" Font.Charset="1" Font.Color="-2147483640" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="[frDBNg.&#34;katcol3Str&#34;]"/>
    </TfrxChild>
    <TfrxHeader Name="MasterHeader1" Height="45,35436" Left="0" Top="540,47279" Width="1009,13451" ReprintOnNewPage="True">
      <TfrxMemoView Name="Memo29" Left="68,03154" Top="0" Width="253,22851" Height="15,11812" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" Frame.Typ="15" ParentFont="False" Text="Nazwa i charakterystyka materiaĹ‚u /  norma"/>
      <TfrxMemoView Name="Memo27" Left="30,23624" Top="0" Width="37,7953" Height="15,11812" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" Frame.Typ="15" ParentFont="False" Text="[L_LP]"/>
      <TfrxMemoView Name="Memo31" Left="449,76407" Top="0" Width="45,35436" Height="15,11812" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" Frame.Typ="15" GapX="4" ParentFont="False" Text="[L_Ilosc]"/>
      <TfrxMemoView Name="Memo32" Left="495,11843" Top="0" Width="34,01577" Height="15,11812" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" Frame.Typ="15" ParentFont="False" Text="[L_Jedn]"/>
      <TfrxMemoView Name="Memo22" Left="608,50433" Top="0" Width="71,81107" Height="15,11812" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" Frame.Typ="15" GapX="4" ParentFont="False" Text="Wymagany termin dostawy"/>
      <TfrxMemoView Name="Memo26" Left="846,61472" Top="0" Width="94,48825" Height="15,11812" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" Frame.Typ="15" GapX="4" ParentFont="False" Text="Cena netto"/>
      <TfrxMemoView Name="Memo34" Left="755,906" Top="0" Width="90,70872" Height="15,11812" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" Frame.Typ="15" GapX="4" ParentFont="False" Text="Producent, dostawca"/>
      <TfrxMemoView Name="Memo36" Left="321,26005" Top="0" Width="128,50402" Height="15,11812" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" Frame.Typ="15" GapX="4" ParentFont="False" Text="WyrĂłĹĽnik"/>
      <TfrxMemoView Name="Memo38" Left="680,3154" Top="0" Width="75,5906" Height="15,11812" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" Frame.Typ="15" GapX="4" ParentFont="False" Text="Masa  pozycji"/>
      <TfrxMemoView Name="Memo40" Left="529,1342" Top="0" Width="79,37013" Height="15,11812" StretchMode="smMaxHeight" Color="15329769" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" Frame.Typ="15" GapX="4" ParentFont="False" Text="Uwagi DT"/>
    </TfrxHeader>
    <TfrxMasterData Name="MasterData1" Height="19,22016" Left="0" Top="608,50433" Width="1009,13451" OnBeforePrint="MasterData1OnBeforePrint" AllowSplit="True" Columns="1" ColumnWidth="200" ColumnGap="20" DataSet="frxDBSTPoCall" DataSetName="frDBPoCall" KeepChild="True" KeepTogether="True" RowCount="0" Stretched="True">
      <TfrxMemoView Name="Memo20" Left="495,11843" Top="0" Width="34,01577" Height="18,89765" StretchMode="smMaxHeight" Color="16777215" DataSet="frDBPo" DataSetName="frDBPo" DisplayFormat.DecimalSeparator="," Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" Frame.Typ="15" ParentFont="False" Text="[frDBPoCall.&#34;Jednostka&#34;]"/>
      <TfrxMemoView Name="Memo8" Left="449,76407" Top="0" Width="45,35436" Height="18,89765" StretchMode="smMaxHeight" Color="16777215" DataSet="frDBPo" DataSetName="frDBPo" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%g" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" Frame.Typ="15" HAlign="haRight" ParentFont="False" Text="[FormatFloat('###,##0.00',&#60;frDBPoCall.&#34;Ilosc&#34;&#62;)]"/>
      <TfrxMemoView Name="Memo42" Left="30,23624" Top="0" Width="37,7953" Height="18,89765" StretchMode="smMaxHeight" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" Frame.Typ="15" HAlign="haRight" ParentFont="False" Text="[LINE#]."/>
      <TfrxMemoView Name="Memo51" Left="68,03154" Top="0" Width="253,22851" Height="18,89765" StretchMode="smMaxHeight" DataSet="frDBPo" DataSetName="frDBPo" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" Frame.Typ="15" ParentFont="False" Text="[frDBPoCall.&#34;towrnazwa&#34;]"/>
      <TfrxMemoView Name="Memo9" Left="846,61472" Top="0" Width="94,48825" Height="18,89765" StretchMode="smMaxHeight" DataSet="frDBPo" DataSetName="frDBPo" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-2147483640" Font.Height="-11" Font.Name="tahoma" Font.Style="0" Frame.Typ="15" HAlign="haRight" ParentFont="False" Text="[frDBPoCall.&#34;cenanet&#34;] [frDBPoCall.&#34;WalutaStr&#34;]/ [V_JM]"/>
      <TfrxMemoView Name="Memo30" Left="608,50433" Top="0" Width="71,81107" Height="18,89765" StretchMode="smMaxHeight" Color="16777215" DataSet="frDBPo" DataSetName="frDBPo" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%g" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" Frame.Typ="15" HAlign="haRight" ParentFont="False" Text="[frDBPoCall.&#34;terminrealizacji&#34;]"/>
      <TfrxMemoView Name="Memo33" Left="321,26005" Top="0" Width="128,50402" Height="18,89765" StretchMode="smMaxHeight" DataSet="frDBPo" DataSetName="frDBPo" Font.Charset="238" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" Text="[frDBPoCall.&#34;towrsymb&#34;]"/>
      <TfrxMemoView Name="Memo37" Left="680,3154" Top="0" Width="75,5906" Height="18,89765" StretchMode="smMaxHeight" DataSet="frDBPo" DataSetName="frDBPo" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-2147483640" Font.Height="-11" Font.Name="tahoma" Font.Style="0" Frame.Typ="15" HAlign="haRight" ParentFont="False" Text="[frDBPoCall.&#34;waga&#34;]"/>
      <TfrxMemoView Name="Memo39" Left="755,906" Top="0" Width="90,70872" Height="18,89765" StretchMode="smMaxHeight" DataSet="frDBPo" DataSetName="frDBPo" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-2147483640" Font.Height="-11" Font.Name="tahoma" Font.Style="0" Frame.Typ="15" ParentFont="False" Text="[frDBPoCall.&#34;producentT&#34;]&#13;&#10;[frDBPoCall.&#34;Nazwa_Dostawcy&#34;]&#13;&#10;[frDBPoCall.&#34;SymbolProducenta&#34;]"/>
      <TfrxMemoView Name="Memo41" Left="529,1342" Top="0" Width="79,37013" Height="18,89765" StretchMode="smMaxHeight" DataSet="frDBPo" DataSetName="frDBPo" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-2147483640" Font.Height="-11" Font.Name="tahoma" Font.Style="0" Frame.Typ="15" HAlign="haRight" ParentFont="False" Text="[frDBPoCall.&#34;uwagi&#34;]"/>
    </TfrxMasterData>
    <TfrxFooter Name="MasterFooter1" Height="0" Left="0" Top="650,07916" Width="1009,13451" OnBeforePrint="MasterFooter1OnBeforePrint" Stretched="True"/>
    <TfrxChild Name="ChildPodpisy" Height="121,66883" Left="0" Top="672,75634" Width="1009,13451" OnBeforePrint="ChildPodpisyOnBeforePrint" KeepChild="True" Stretched="True">
      <TfrxMemoView Name="Memo63" Left="17,913606" Top="70,44836" Width="423,43321" 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="SporzÄ…dziĹ‚    [V_PodpisOsoba_L]&#13;&#10; [frDBNg.&#34;datawystaw&#34;].........................."/>
      <TfrxLineView Name="LineZapraszamy" Left="0" Top="103,66883" Width="1017,92146" Height="0" Frame.Typ="4" Frame.Width="0,100000001490116"/>
      <TfrxMemoView Name="Memo21" Left="753,81911" Top="70,81107" Width="208" Height="31,5" 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="Akceptacja................................................"/>
    </TfrxChild>
    <TfrxPageFooter Name="PageFooter1" Height="56,936982" Left="0" Top="944,8825" Width="1009,13451">
      <TfrxBarCodeView Name="Bar1" Left="898,37817" Top="18,14173472" 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="715,66945" Top="0" Width="285,91342" 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="816,37848" Width="1009,13451" OnBeforePrint="Child6OnBeforePrint" Stretched="True">
      <TfrxMemoView Name="MemoUwagiCFG1" Left="12,5" Top="3,32993" 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="371,5" Top="3,32993" 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]"/>
      <TfrxLineView Name="Line5" Left="0" Top="0" Width="708" Height="0" Frame.Typ="4" Frame.Width="0,100000001490116"/>
    </TfrxChild>
    <TfrxReportSummary Name="ReportSummary1" Height="26,67718" Left="0" Top="895,74861" Width="1009,13451" Child="ChildPodpisy" Stretched="True">
      <TfrxLineView Name="Line6" Left="0" Top="5,37795275999997" Width="708" Height="0" Visible="False" Frame.Typ="4" Frame.Width="0,100000001490116"/>
    </TfrxReportSummary>
    <TfrxPageHeader Name="PageHeader1" Height="0" Left="0" Top="204,09462" Width="1009,13451" PrintOnFirstPage="False"/>
    <TfrxChild Name="ChildDostawca" Height="45,35436" Left="0" Top="472,44125" Width="1009,13451" OnBeforePrint="ChildDostawcaOnBeforePrint" PrintChildIfInvisible="True">
      <TfrxMemoView Name="Memo90" Left="71,03154" Top="3,77953000000002" Width="631,96104" Height="18,89765" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="[frDBNg.&#34;kontrodbierajacy&#34;]"/>
      <TfrxMemoView Name="Memo93" Align="baLeft" Left="0" Top="3,77953000000002" 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_Odbiorca]:"/>
      <TfrxMemoView Name="Memo94" Left="71,81107" Top="18,89765" Width="631,96104" Height="26,45671" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="[frDBNg.&#34;W_Ulica&#34;], [frDBNg.&#34;W_Zipcode&#34;] [frDBNg.&#34;W_nazwamiasta&#34;]&#13;&#10;[frDBNg.&#34;w_TelKontaktowy&#34;]"/>
    </TfrxChild>
  </TfrxReportPage>
</TfrxReport>
