<?xml version="1.0" encoding="utf-8" standalone="no"?>
<TfrxReport Tag="1" Version="5.3.14" DotMatrixReport="False" EngineOptions.DoublePass="True" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="4095" PreviewOptions.Zoom="1" PrintOptions.Printer="Default" PrintOptions.PrintOnSheet="0" ReportOptions.CreateDate="40401,475989294" ReportOptions.Description.Text="" ReportOptions.LastChange="43455,6720806597" ScriptLanguage="PascalScript" ScriptText.Text="procedure DadosProdutosHeaderOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  if Engine.FinalPass then&#13;&#10;    set('LinhasImpressas',0);&#13;&#10;end;&#13;&#10;&#13;&#10;procedure EmitenteOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  if Engine.FinalPass then&#13;&#10;  begin&#13;&#10;    if Trim(VarToStr(&#60;Parametros.&#34;Imagem&#34;&#62;)) &#60;&#62; '' then&#13;&#10;    begin&#13;&#10;      if Trim(VarToStr(&#60;Parametros.&#34;LogoExpandido&#34;&#62;)) = '1' then&#13;&#10;      begin&#13;&#10;        MemEmitente.Font.Color := clWhite;&#13;&#10;        MemDadosEmitente.Visible := False;&#13;&#10;        imgLogo.Top := 5;&#13;&#10;        imgLogo.Height := memDadosEmitente.Height + (memDadosEmitente.Top - imgLogo.Top);&#13;&#10;        imgLogo.Width := memDadosEmitente.Width + (memDadosEmitente.Left - imgLogo.Left);&#13;&#10;      end;&#13;&#10;    end&#13;&#10;    else&#13;&#10;    begin&#13;&#10;      MemDadosEmitente.Left := MemEmitente.Left;&#13;&#10;      MemDadosEmitente.Width := MemEmitente.Width;&#13;&#10;      imgLogo.Visible := False;&#13;&#10;    end;&#13;&#10;&#13;&#10;    BarCodeContigencia.Visible := Trim(VarToStr(&#60;Parametros.&#34;Contingencia_ID&#34;&#62;)) &#60;&#62; '';&#13;&#10;  end;&#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;procedure ImpostoOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  if Engine.FinalPass then&#13;&#10;  begin&#13;&#10;    if (StrToFloat(VarToStr(&#60;CalculoImposto.&#34;VTotTrib&#34;&#62;)) = 0) then&#13;&#10;    begin&#13;&#10;     QuadroVTOTTRIB.Visible:=False;&#13;&#10;     memVTOTTRIB.Visible:=False;&#13;&#10;&#13;&#10;     QuadroVST.Left := QuadroVST.Left+QuadroVTOTTRIB.Width;&#13;&#10;     memVST.Left := QuadroVST.Left;&#13;&#10;&#13;&#10;     QuadroVBCST.Left := QuadroVBCST.Left+QuadroVTOTTRIB.Width;&#13;&#10;     memVBCST.Left := QuadroVBCST.Left;&#13;&#10;&#13;&#10;     QuadroVBC.Width := QuadroVBC.Width+(QuadroVTOTTRIB.Width/2);&#13;&#10;     memVBC.Width := QuadroVBC.Width;&#13;&#10;     QuadroVICMS.Left := QuadroVBC.Width;&#13;&#10;&#13;&#10;     memVICMS.Left := QuadroVICMS.Left;&#13;&#10;     QuadroVICMS.Width := QuadroVICMS.Width+(QuadroVTOTTRIB.Width/2);&#13;&#10;     memVICMS.Width := QuadroVICMS.Width;&#13;&#10;   end;&#13;&#10;  end;&#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;procedure FaturaOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  Fatura.Visible     := ( VarToStr(&#60;Fatura.&#34;iForma&#34;&#62;) &#60;&#62; '2');&#13;&#10;  MemoFatura.Visible := ( Trim( VarToStr(&#60;Fatura.&#34;nfat&#34;&#62;)) &#60;&#62; '');&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Page1OnBeforePrint(Sender: TfrxComponent);&#13;&#10;var&#13;&#10;  wTamRodapeMinimo : Double;&#13;&#10;begin&#13;&#10;  Canhoto.Visible       := &#60;Parametros.&#34;poscanhoto&#34;&#62; = '0';&#13;&#10;  CanhotoRodape.Visible := &#60;Parametros.&#34;poscanhoto&#34;&#62; = '1';&#13;&#10;&#13;&#10;  MarcaDagua.Height := 1122.52;&#13;&#10;  if ( DadosAdicionais.Visible ) then&#13;&#10;    wTamRodapeMinimo := DadosAdicionais.Height;&#13;&#10;&#13;&#10;  if   (&#13;&#10;                ( Trim(VarToStr(&#60;ISSQN.&#34;vBC&#34;&#62;)) = '' ) or&#13;&#10;                ( Trim(VarToStr(&#60;ISSQN.&#34;vBC&#34;&#62;)) ='0') and&#13;&#10;                ( Trim(VarToStr(&#60;ISSQN.&#34;vISS&#34;&#62;)) = '' ) or&#13;&#10;                ( Trim(VarToStr(&#60;ISSQN.&#34;vISS&#34;&#62;)) ='0') and&#13;&#10;                ( Trim(VarToStr(&#60;ISSQN.&#34;vServ&#34;&#62;)) = '' ) or&#13;&#10;                ( Trim(VarToStr(&#60;ISSQN.&#34;vServ&#34;&#62;)) ='0')&#13;&#10;       )  then&#13;&#10;  begin&#13;&#10;    ISSQN.visible := False;&#13;&#10;  end&#13;&#10;  else&#13;&#10;  begin&#13;&#10;    ISSQN.visible := True;&#13;&#10;    wTamRodapeMinimo := wTamRodapeMinimo + ISSQN.Height;&#13;&#10;  end;&#13;&#10;&#13;&#10;  if CanhotoRodape.Visible then&#13;&#10;    wTamRodapeMinimo := wTamRodapeMinimo + CanhotoRodape.Height;&#13;&#10;&#13;&#10;  set('TamRodapeMinimo', wTamRodapeMinimo );&#13;&#10;end;&#13;&#10;&#13;&#10;procedure DadosProdutosFooterOnBeforePrint(Sender: TfrxComponent);&#13;&#10;var&#13;&#10;  wTamRodapeMinimo, n, nBands, nInfAdicionais : double;&#13;&#10;begin&#13;&#10;  wTamRodapeMinimo := get('TamRodapeMinimo');&#13;&#10;  nBands := ChildCorpoBottom.Height + DadosProdutosFooter.Height;&#13;&#10;  n := wTamRodapeMinimo + nBands;&#13;&#10;&#13;&#10;  // Se há continuação dos dados adicionais e já terminou de imprimir os produtos&#13;&#10;  // Verifica se a continuação dos dados adicionais cabe na mesma página&#13;&#10;  if (&#60;PAGE&#62; &#62; 1) then&#13;&#10;  begin&#13;&#10;    if ( ContDadosAdicionais.Visible ) and ( DadosProdutos.DataSet.Eof ) then&#13;&#10;    begin&#13;&#10;      if ( Engine.FreeSpace &#62;= ( n + memContInfAdicionais.CalcHeight ) ) then&#13;&#10;        n := n + memContInfAdicionais.CalcHeight;&#13;&#10;    end;&#13;&#10;  end;&#13;&#10;&#13;&#10;  while ((Engine.FreeSpace - ChildCorpo.Height ) &#62;= n ) do&#13;&#10;    Engine.ShowBand(ChildCorpo);&#13;&#10;&#13;&#10;  Engine.ShowBand(ChildCorpoBottom);&#13;&#10;&#13;&#10;  if (&#60;PAGE&#62; = 1) then&#13;&#10;  begin&#13;&#10;    if ISSQN.visible then&#13;&#10;    begin&#13;&#10;      Engine.ShowBand(ISSQN);&#13;&#10;      wTamRodapeMinimo := wTamRodapeMinimo - ISSQN.Height;&#13;&#10;    end;&#13;&#10;&#13;&#10;    if DadosAdicionais.Visible then&#13;&#10;    begin&#13;&#10;      Engine.ShowBand(DadosAdicionais);&#13;&#10;      wTamRodapeMinimo := wTamRodapeMinimo - DadosAdicionais.Height;&#13;&#10;    end;&#13;&#10;&#13;&#10;    if CanhotoRodape.Visible then&#13;&#10;    begin&#13;&#10;      Engine.ShowBand(CanhotoRodape);&#13;&#10;      wTamRodapeMinimo := wTamRodapeMinimo - CanhotoRodape.Height;&#13;&#10;    end;&#13;&#10;  end;&#13;&#10;  set('TamRodapeMinimo', wTamRodapeMinimo);&#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;procedure DadosProdutosOnAfterPrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  if Engine.FinalPass then&#13;&#10;    set('LinhasImpressas',StrToInt(get('LinhasImpressas'))+1);&#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;procedure DadosProdutosOnAfterCalcHeight(Sender: TfrxComponent);&#13;&#10;var&#13;&#10;  wTamRodapeMinimo : Double;&#13;&#10;begin&#13;&#10;  wTamRodapeMinimo := get('TamRodapeMinimo') + DadosProdutos.Height + ChildCorpoBottom.Height;&#13;&#10;&#13;&#10;  if ( Engine.FreeSpace &#60; wTamRodapeMinimo ) then&#13;&#10;    Engine.ShowBand( DadosProdutosFooter )&#13;&#10;  else if (StrToInt(VarToStr(&#60;Parametros.&#34;LinhasPorPagina&#34;&#62;)) &#62; 0) then&#13;&#10;  begin&#13;&#10;    if (StrToInt(get('LinhasImpressas')) = StrToInt(VarToStr(&#60;Parametros.&#34;LinhasPorPagina&#34;&#62;))) then&#13;&#10;      Engine.ShowBand(DadosProdutosFooter);&#13;&#10;  end;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure DadosAdicionaisOnAfterPrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  ContDadosAdicionais.Visible := ( Trim(memContInfAdicionais.Lines.Text) &#60;&#62; '' );&#13;&#10;end;&#13;&#10;&#13;&#10;begin&#13;&#10;&#13;&#10;&#13;&#10;end." OnReportPrint="frxReportOnReportPrint">
  <Datasets>
    <item DataSetName="Identificacao"/>
    <item DataSetName="Emitente"/>
    <item DataSetName="Destinatario"/>
    <item DataSetName="DadosProdutos"/>
    <item DataSetName="Parametros"/>
    <item DataSetName="Duplicatas"/>
    <item DataSetName="CalculoImposto"/>
    <item DataSetName="Transportador"/>
    <item DataSetName="Veiculo"/>
    <item DataSetName="Volumes"/>
    <item DataSetName="Eventos"/>
    <item DataSetName="ISSQN"/>
    <item DataSetName="Fatura"/>
    <item DataSetName="LocalRetirada"/>
    <item DataSetName="LocalEntrega"/>
    <item DataSetName="InformacoesAdicionais"/>
    <item DataSetName="Pagamento"/>
    <item DataSetName="Inutilizacao"/>
  </Datasets>
  <Variables>
    <item Name=" User"/>
    <item Name="LinhasImpressas"/>
    <item Name="NumeroPagina"/>
    <item Name="TamRodapeMinimo"/>
    <item Name="TamObsPrevisto"/>
    <item Name="TamObsNormal"/>
  </Variables>
  <TfrxDataPage Name="Data" Height="1000" Left="0" Top="0" Width="1000"/>
  <TfrxReportPage Name="Page1" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="6" RightMargin="7" TopMargin="7" BottomMargin="7" ColumnWidth="0" ColumnPositions.Text="" BackPictureVisible="False" LargeDesignHeight="True" HGuides.Text="" VGuides.Text="" OnBeforePrint="Page1OnBeforePrint">
    <TfrxMasterData Name="DadosProdutos" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="11,33858268" Left="0" Top="1224,56772" Width="744,56741" OnAfterCalcHeight="DadosProdutosOnAfterCalcHeight" OnAfterPrint="DadosProdutosOnAfterPrint" OnBeforePrint="DadosProdutosOnBeforePrint" ColumnWidth="0" ColumnGap="0" DataSetName="DadosProdutos" RowCount="0" Stretched="True">
      <TfrxMemoView Name="Memo131" Left="0" Top="0" Width="60,47248" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" Text="[DadosProdutos.&#34;CProd&#34;]"/>
      <TfrxMemoView Name="Memo132" Left="60,47248" Top="0" Width="222,99208937" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" HAlign="haBlock" ParentFont="False" Text="[DadosProdutos.&#34;DescricaoProduto&#34;]"/>
      <TfrxMemoView Name="Memo133" Left="283,46453764" Top="0" Width="37,7953" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[DadosProdutos.&#34;NCM&#34;]"/>
      <TfrxMemoView Name="Memo134" Left="321,25981323" Top="0" Width="26,45669535" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[DadosProdutos.&#34;ORIGEM&#34;][DadosProdutos.&#34;CST&#34;]"/>
      <TfrxMemoView Name="Memo135" Left="347,71650614" Top="0" Width="24,56692913" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[DadosProdutos.&#34;CFOP&#34;]"/>
      <TfrxMemoView Name="Memo136" Left="372,28349386" Top="0" Width="22,67718" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" Text="[DadosProdutos.&#34;Unidade&#34;]"/>
      <TfrxMemoView Name="memqCom" Left="394,96065921" Top="0" Width="43,46457425" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" HAlign="haRight" ParentFont="False" Text="[DadosProdutos.&#34;Quantidade&#34;]"/>
      <TfrxMemoView Name="memvUnCom" Left="438,42548" Top="0" Width="45,35436" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" HAlign="haRight" ParentFont="False" Text="[DadosProdutos.&#34;ValorUnitario&#34;]"/>
      <TfrxMemoView Name="Memo139" Left="483,77984" Top="0" Width="45,35436" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos.&#34;vDesc&#34;]"/>
      <TfrxMemoView Name="Memo140" Left="529,1342" Top="0" Width="45,35436" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos.&#34;VProd&#34;]"/>
      <TfrxMemoView Name="Memo141" Left="574,48856" Top="0" Width="45,35436" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos.&#34;VBC&#34;]"/>
      <TfrxMemoView Name="Memo142" Left="619,84292" Top="0" Width="41,57480315" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos.&#34;VICMS&#34;]"/>
      <TfrxMemoView Name="Memo143" Left="661,41732283" Top="0" Width="41,57483" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos.&#34;VIPI&#34;]"/>
      <TfrxMemoView Name="Memo144" Left="702,99212598" Top="0" Width="20,7874015748031" Height="11,33858268" StretchMode="smMaxHeight" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[DadosProdutos.&#34;PICMS&#34;]"/>
      <TfrxMemoView Name="Memo145" Left="723,779527559055" Top="0" Width="20,7874015748031" Height="11,33858268" StretchMode="smMaxHeight" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[DadosProdutos.&#34;PIPI&#34;]"/>
    </TfrxMasterData>
    <TfrxReportTitle Name="Canhoto" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="79,37007874" Left="0" Top="18,89765" Width="744,56741">
      <TfrxMemoView Name="Memo2" Left="0" Top="0" Width="642,5201" Height="37,79527559" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" WordWrap="False" Text="Recebemos de [Emitente.&#34;XNome&#34;] os produtos e/ou serviços constantes da Nota Fiscal Eletrônica indicada ao lado. &#13;&#10;[Parametros.&#34;ResumoCanhoto&#34;]"/>
      <TfrxMemoView Name="Memo3" Left="143,62214" Top="37,79527559" Width="498,89796" Height="30,23624" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="IDENTIFICAÇÃO E ASSINATURA DO RECEBEDOR"/>
      <TfrxMemoView Name="Memo4" Left="0" Top="37,79527559" Width="143,62214" Height="30,23624" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="DATA DO RECEBIMENTO"/>
      <TfrxLineView Name="Line1" Align="baWidth" Left="0" Top="73,81107" Width="744,56741" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4" Frame.Width="0,5"/>
      <TfrxMemoView Name="Memo17" Left="642,5201" Top="0" Width="102,04721236" Height="68,03149606" Font.Charset="0" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="NF-e&#13;&#10;Nº [Identificacao.&#34;NNF&#34;]&#13;&#10;Série [Identificacao.&#34;Serie&#34; #n#000]"/>
    </TfrxReportTitle>
    <TfrxPageHeader Name="Emitente" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="173,85836291" Left="0" Top="120,94496" Width="744,56741" OnBeforePrint="EmitenteOnBeforePrint">
      <TfrxBarCodeView Name="BarCodeContigencia" ShiftMode="smWhenOverlapped" Left="469,76407" Top="84,37013" Width="233" Height="34,01574559" BarType="bcCode128C" DataField="Contingencia_ID" DataSetName="Parametros" Rotation="0" ShowText="False" Text="123456789012345678901234567890123456" WideBarRatio="2" Zoom="1" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0"/>
      <TfrxMemoView Name="memConsultaAutenticidade" Left="423,30736" Top="79,37013" Width="321,26005" Height="41,57480559" Font.Charset="0" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[Parametros.&#34;ConsultaAutenticidade&#34;]"/>
      <TfrxMemoView Name="Memo1" Left="423,30736" Top="0" Width="321,25984252" Height="49,13389" Font.Charset="1" Font.Color="0" Font.Height="-7" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text=""/>
      <TfrxBarCodeView Name="BarCodeChave" Left="445,67717756" Top="5,55906" Width="277" Height="37,79527559" BarType="bcCode128C" DataField="Id" DataSetName="Identificacao" Rotation="0" ShowText="False" Text="12345678901234567890123456789012345678901234" WideBarRatio="2" Zoom="1" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0"/>
      <TfrxMemoView Name="Memo6" Left="423,30736" Top="49,13389" Width="321,26005" Height="30,23624" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CHAVE DE ACESSO"/>
      <TfrxMemoView Name="Memo8" Left="423,30736" Top="56,69291339" Width="321,26005" Height="18,89765" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" VAlign="vaBottom" Text="[Identificacao.&#34;Chave&#34;]"/>
      <TfrxMemoView Name="Memo9" Left="309,92146" Top="0" Width="113,38582677" Height="120,94496" Font.Charset="0" Font.Color="0" Font.Height="-16" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text="DANFE"/>
      <TfrxMemoView Name="memEmitente" Left="0" Top="0" Width="309,92146" Height="120,94496" Font.Charset="0" Font.Color="0" Font.Height="-16" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapX="1" GapY="2" HAlign="haCenter" ParentFont="False" Text="[Emitente.&#34;XNome&#34;]"/>
      <TfrxMemoView Name="memDadosEmitente" Left="100,82684" Top="37,79527559" Width="207,87402063" Height="81,25984252" Font.Charset="0" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[Emitente.&#34;DADOS_ENDERECO&#34;]"/>
      <TfrxMemoView Name="Memo12" Left="313,1577" Top="16,89765" Width="105,82684" Height="22,67718" Font.Charset="0" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="Documento Auxiliar da &#13;&#10;Nota Fiscal Eletrônica"/>
      <TfrxMemoView Name="Memo13" Left="321,71676" Top="70,81107" Width="98,26778" Height="49,13389" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" ParentFont="False" WordWrap="False" Text="Nº [Identificacao.&#34;NNF&#34;]&#13;&#10;   SÉRIE [Identificacao.&#34;Serie&#34; #n#000]&#13;&#10;   FOLHA [Page]/[TotalPages]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo15" Left="313,71676" Top="45,35436" Width="75,5906" Height="22,67718" Font.Charset="0" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" ParentFont="False" VAlign="vaCenter" Text="0 - ENTRADA&#13;&#10;1 - SAÍDA"/>
      <TfrxMemoView Name="Memo16" Left="389,7483" Top="45,35433071" Width="22,67716535" Height="22,67716535" Font.Charset="0" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Identificacao.&#34;TpNF&#34;]"/>
      <TfrxMemoView Name="Memo19" Left="0" Top="120,94496" Width="423,30736" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="NATUREZA DA OPERAÇÃO"/>
      <TfrxMemoView Name="Memo20" Left="0" Top="129,25984252" Width="423,30736" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" VAlign="vaBottom" Text="[Identificacao.&#34;NatOp&#34;]"/>
      <TfrxMemoView Name="Memo21" Left="423,30736" Top="120,94496" Width="321,26005" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="[Parametros.&#34;Contingencia_Descricao&#34;]"/>
      <TfrxMemoView Name="Memo22" Left="423,30736" Top="129,25984252" Width="321,26005" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" VAlign="vaBottom" Text="[Parametros.&#34;Contingencia_Valor&#34;]"/>
      <TfrxMemoView Name="Memo23" Left="0" Top="147,40167" Width="253,22851" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO ESTADUAL"/>
      <TfrxMemoView Name="Memo24" Left="0" Top="156,85041079" Width="253,22851" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" VAlign="vaBottom" Text="[Emitente.&#34;IE&#34;]"/>
      <TfrxMemoView Name="Memo25" Left="253,22851" Top="147,40167" Width="253,22851" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO ESTADUAL DO SUBSTITUTO TRIBUTÁRIO"/>
      <TfrxMemoView Name="Memo26" Left="253,22851" Top="156,85041079" Width="253,22851" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" VAlign="vaBottom" Text="[Emitente.&#34;IEST&#34;]"/>
      <TfrxMemoView Name="Memo27" Left="506,45702" Top="147,40167" Width="238,11039" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CNPJ / CPF"/>
      <TfrxMemoView Name="Memo28" Left="506,45702" Top="156,85041079" Width="238,11039" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" VAlign="vaBottom" Text="[Emitente.&#34;CNPJ&#34;]"/>
      <TfrxPictureView Name="imgLogo" Left="1,88976378" Top="37,79527559" Width="98,26771165" Height="81,25984252" Center="True" DataField="LogoCarregado" DataSetName="Parametros" HightQuality="True" Transparent="False" TransparentColor="16777215"/>
    </TfrxPageHeader>
    <TfrxPageFooter Name="Rodape" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="17,89751819" Left="0" Top="1768,82004" Width="744,56741">
      <TfrxMemoView Name="memDataHora" Align="baLeft" Left="0" Top="0" Width="461,10266" Height="13,22834646" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" ParentFont="False" Text="DATA E HORA DA IMPRESSÃO: [Date #ddd/mm/yyyy] [Time #dhh:mm:ss] [Parametros.&#34;Usuario&#34;]"/>
      <TfrxMemoView Name="memSistema" Align="baRight" Left="453,5436" Top="0" Width="291,02381" Height="13,22834646" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" Text="[Parametros.&#34;Sistema&#34;]"/>
    </TfrxPageFooter>
    <TfrxMasterData Name="Destinatario" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="96,26776291" Left="0" Top="355,27582" Width="744,56741" ColumnWidth="0" ColumnGap="0" DataSetName="Identificacao" RowCount="1">
      <TfrxMemoView Name="Memo29" Left="0" Top="16,89765" Width="468,66172" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="NOME / RAZÃO SOCIAL"/>
      <TfrxMemoView Name="Memo30" Left="0" Top="26,34639079" Width="464,88219" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;XNome&#34;]"/>
      <TfrxMemoView Name="Memo31" Left="631,18151" Top="16,89765" Width="113,3859" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="DATA DA EMISSÃO"/>
      <TfrxMemoView Name="Memo32" Left="631,18151" Top="26,34639079" Width="113,3859" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Identificacao.&#34;DEmi&#34;]"/>
      <TfrxMemoView Name="Memo33" Left="631,18151" Top="43,35436" Width="113,3859" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="DATA DA SAÍDA"/>
      <TfrxMemoView Name="Memo34" Left="631,18151" Top="52,80310079" Width="113,3859" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Identificacao.&#34;DSaiEnt&#34;]"/>
      <TfrxMemoView Name="Memo35" Left="631,18151" Top="69,81107" Width="113,3859" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="HORA DA SAÍDA"/>
      <TfrxMemoView Name="Memo36" Left="631,18151" Top="79,25981079" Width="113,3859" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Identificacao.&#34;HoraSaida&#34;]"/>
      <TfrxMemoView Name="Memo37" Left="468,66172" Top="16,89765" Width="162,51979" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CNPJ / CPF"/>
      <TfrxMemoView Name="Memo38" Left="468,66172" Top="26,34639079" Width="162,51979" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;CNPJCPF&#34;]"/>
      <TfrxMemoView Name="Memo39" Left="555,59091" Top="43,35436" Width="75,5906" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CEP"/>
      <TfrxMemoView Name="Memo40" Left="555,59091" Top="52,80310079" Width="75,5906" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;CEP&#34;]"/>
      <TfrxMemoView Name="Memo41" Left="385,51206" Top="43,35436" Width="170,07885" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="BAIRRO / DISTRITO"/>
      <TfrxMemoView Name="Memo42" Left="385,51206" Top="52,80310079" Width="170,07885" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;XBairro&#34;]"/>
      <TfrxMemoView Name="Memo43" Left="0" Top="43,35436" Width="385,51206" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="ENDEREÇO"/>
      <TfrxMemoView Name="Memo44" Left="0" Top="52,80310079" Width="381,73253" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;XLgr&#34;], [Destinatario.&#34;Nro&#34;]  [Destinatario.&#34;XCpl&#34;]"/>
      <TfrxMemoView Name="Memo45" Left="0" Top="69,81107" Width="355,27582" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="MUNICÍPIO"/>
      <TfrxMemoView Name="Memo46" Left="0" Top="79,25981079" Width="351,49629" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;XMun&#34;]"/>
      <TfrxMemoView Name="Memo47" Left="355,27582" Top="69,81107" Width="30,23624" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="UF"/>
      <TfrxMemoView Name="Memo48" Left="355,27582" Top="79,25981079" Width="30,23624" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;UF&#34;]"/>
      <TfrxMemoView Name="Memo49" Left="385,51206" Top="69,81107" Width="113,3859" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="TELEFONE / FAX"/>
      <TfrxMemoView Name="Memo50" Left="385,51206" Top="79,25981079" Width="113,3859" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;Fone&#34;]"/>
      <TfrxMemoView Name="Memo51" Left="498,89796" Top="69,81107" Width="132,28355" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO ESTADUAL"/>
      <TfrxMemoView Name="Memo52" Left="498,89796" Top="79,25981079" Width="132,28355" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;IE&#34;]"/>
      <TfrxMemoView Name="Memo53" Left="0" Top="3,77953000000002" Width="430,86642" Height="13,22834402" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="DESTINATÁRIO / REMETENTE"/>
    </TfrxMasterData>
    <TfrxMasterData Name="Fatura" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="43,46456693" Left="0" Top="612,28386" Width="744,56741" OnBeforePrint="FaturaOnBeforePrint" ColumnWidth="0" ColumnGap="0" DataSetName="Fatura" RowCount="0">
      <TfrxMemoView Name="Memo190" Left="0" Top="3,77952756000002" Width="430,86642" Height="13,22834402" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="FATURA"/>
      <TfrxMemoView Name="Memo7" Align="baLeft" Left="0" Top="17,00787402" Width="744,56692913" Height="20,78740402" OnBeforePrint="Memo191OnBeforePrint" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Fatura.&#34;Pagamento&#34;]  ">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="MemoFatura" Left="128,503937007874" Top="17,00787402" Width="616,06290181" Height="20,78740402" OnBeforePrint="Memo191OnBeforePrint" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="  Número:   [Fatura.&#34;nFat&#34;]     -   Valor Original: R$ [Fatura.&#34;vOrig&#34; #n%2,2n]    -   Valor Desconto:  R$ [Fatura.&#34;vDesc&#34; #n%2,2n]    -   ValorLíquido: R$ [Fatura.&#34;vLiq&#34; #n%2,2n]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
    </TfrxMasterData>
    <TfrxGroupHeader Name="DadosProdutosHeader" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="41,19685039" Left="0" Top="1160,31571" Width="744,56741" OnBeforePrint="DadosProdutosHeaderOnBeforePrint" Condition="DadosProdutos.&#34;ChaveNFe&#34;" ReprintOnNewPage="True" ResetPageNumbers="True" StartNewPage="True">
      <TfrxMemoView Name="Memo115" Left="0" Top="3,77953000000002" Width="430,86642" Height="13,22834402" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="DADOS DOS PRODUTOS / SERVIÇOS"/>
      <TfrxMemoView Name="Memo116" Left="0" Top="18,33859244" Width="60,47248" Height="22,67716291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CÓDIGO&#13;&#10;PRODUTO"/>
      <TfrxMemoView Name="Memo117" Left="60,47248" Top="18,33859244" Width="222,99208937" Height="22,67716291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="DESCRIÇÃO DO PRODUTO / SERVIÇO"/>
      <TfrxMemoView Name="Memo118" Left="283,46453764" Top="18,33859244" Width="37,7953" Height="22,67716291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="NCM/SH"/>
      <TfrxMemoView Name="Memo119" Left="321,25981323" Top="18,33859244" Width="26,45669535" Height="22,67716291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Emitente.&#34;DESCR_CST&#34;]"/>
      <TfrxMemoView Name="Memo120" Left="347,71650614" Top="18,33859244" Width="24,56692913" Height="22,6771678" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CFOP"/>
      <TfrxMemoView Name="Memo121" Left="372,28349386" Top="18,33859244" Width="22,67718" Height="22,67716291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="UNID."/>
      <TfrxMemoView Name="Memo122" Left="394,96065921" Top="18,33859244" Width="43,46457425" Height="22,67716291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="QTDE."/>
      <TfrxMemoView Name="Memo123" Left="438,42548" Top="18,33859244" Width="45,35436" Height="22,67716291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR&#13;&#10;UNITÁRIO"/>
      <TfrxMemoView Name="Memo124" Left="483,77984" Top="18,33859244" Width="45,35436" Height="22,67716291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Parametros.&#34;Desconto&#34;]&#13;&#10;DESCONTO"/>
      <TfrxMemoView Name="Memo125" Left="529,1342" Top="18,33859244" Width="45,35436" Height="22,67716291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR&#13;&#10;[Parametros.&#34;TotalLiquido&#34;]"/>
      <TfrxMemoView Name="Memo126" Left="574,48856" Top="18,33859244" Width="45,35436" Height="22,67716291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="BASE DE &#13;&#10;CÁLC. ICMS"/>
      <TfrxMemoView Name="Memo127" Left="619,84292" Top="18,33859244" Width="41,57480315" Height="22,67716291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR&#13;&#10;ICMS"/>
      <TfrxMemoView Name="Memo128" Left="661,417322834646" Top="18,33859244" Width="41,57480315" Height="22,67716291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR&#13;&#10;IPI"/>
      <TfrxMemoView Name="Memo129" Left="702,99212598" Top="29,67718244" Width="20,7874015748031" Height="11,33857291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="ICMS"/>
      <TfrxMemoView Name="Memo130" Left="723,779527559055" Top="29,67718244" Width="20,7874015748031" Height="11,33857291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="IPI"/>
      <TfrxMemoView Name="Memo189" Left="702,99212354" Top="18,33859244" Width="41,57483" Height="11,33857291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="ALÍQ. %"/>
    </TfrxGroupHeader>
    <TfrxMasterData Name="Imposto" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="70,03152535" Left="0" Top="782,36271" Width="744,56741" OnBeforePrint="ImpostoOnBeforePrint" ColumnWidth="0" ColumnGap="0" DataSetName="CalculoImposto" RowCount="1">
      <TfrxMemoView Name="Memo58" Left="0" Top="3,77953000000002" Width="430,86642" Height="13,22834402" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="CÁLCULO DO IMPOSTO"/>
      <TfrxMemoView Name="QuadroVBC" Left="0" Top="17,11812244" Width="114,8976378" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="BASE DE CÁLCULO DO ICMS"/>
      <TfrxMemoView Name="memVBC" Left="0" Top="26,56686323" Width="114,8976378" Height="17,00787402" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VBC&#34;]"/>
      <TfrxMemoView Name="QuadroVICMS" Left="114,8976378" Top="17,11812244" Width="114,8976378" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR DO ICMS"/>
      <TfrxMemoView Name="memVICMS" Left="114,8976378" Top="26,56686323" Width="114,8976378" Height="17,00787402" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VICMS&#34;]"/>
      <TfrxMemoView Name="QuadroVBCST" Left="229,79527559" Top="17,11812244" Width="128,50402" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="BASE DE CÁLCULO DO ICMS SUBST."/>
      <TfrxMemoView Name="memVBCST" Left="229,79527559" Top="26,56686323" Width="128,50402" Height="17,00787402" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VBCST&#34;]"/>
      <TfrxMemoView Name="QuadrovST" Left="358,2992126" Top="17,11812244" Width="113,3859" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR DO ICMS SUBST."/>
      <TfrxMemoView Name="memVST" Left="358,2992126" Top="26,56686323" Width="113,3859" Height="17,00787402" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VST&#34;]"/>
      <TfrxMemoView Name="Memo67" Left="597,16574" Top="17,11812244" Width="147,40167" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR TOTAL DOS PRODUTOS"/>
      <TfrxMemoView Name="Memo68" Left="597,16574" Top="25,56686323" Width="147,40167" Height="17,00787402" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VProd&#34;]"/>
      <TfrxMemoView Name="Memo69" Left="459,590848" Top="43,57483244" Width="137,574892" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR DO IPI"/>
      <TfrxMemoView Name="Memo70" Left="459,590848" Top="53,02357323" Width="137,574892" Height="17,00787402" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VIPI&#34;]"/>
      <TfrxMemoView Name="Memo71" Left="329,575016" Top="43,57483244" Width="130,015832" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="OUTRAS DESPESAS ACESSÓRIAS"/>
      <TfrxMemoView Name="Memo72" Left="329,575016" Top="53,02357323" Width="130,015832" Height="17,00787402" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VOutro&#34;]"/>
      <TfrxMemoView Name="Memo73" Left="229,795424" Top="43,57483244" Width="99,779592" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="DESCONTO"/>
      <TfrxMemoView Name="Memo74" Left="229,795424" Top="53,02357323" Width="99,779592" Height="17,00787402" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VDesc&#34;]"/>
      <TfrxMemoView Name="Memo75" Left="114,897712" Top="43,57483244" Width="114,897712" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR DO SEGURO"/>
      <TfrxMemoView Name="Memo76" Left="114,897712" Top="53,02357323" Width="114,897712" Height="17,00787402" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VSeg&#34;]"/>
      <TfrxMemoView Name="Memo77" Left="0" Top="43,57483244" Width="114,897712" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR DO FRETE"/>
      <TfrxMemoView Name="Memo78" Left="0" Top="53,02357323" Width="114,897712" Height="17,00787402" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto.&#34;VFrete&#34;]"/>
      <TfrxMemoView Name="Memo79" Left="597,16574" Top="43,57483244" Width="147,40167" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR TOTAL DA NOTA"/>
      <TfrxMemoView Name="Memo80" Left="597,16574" Top="52,02357323" Width="147,40167" Height="17,00787402" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VNF&#34;]"/>
      <TfrxMemoView Name="QuadroVTOTTRIB" Left="471,68502961" Top="17,19685039" Width="125,48033937" Height="26,26771654" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="V.APROX. TRIBUTOS [CalculoImposto.&#34;VTribFonte&#34;]"/>
      <TfrxMemoView Name="memVTOTTRIB" Left="472,44125" Top="26,64566929" Width="124,72449" Height="17,00787402" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VTotTrib&#34;] ([CalculoImposto.&#34;VTribPerc&#34;] %)"/>
    </TfrxMasterData>
    <TfrxMasterData Name="TransportadorVolumes" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="69,92133551" Left="0" Top="876,85096" Width="744,56741" ColumnWidth="0" ColumnGap="0" DataSetName="Transportador" RowCount="1">
      <TfrxMemoView Name="Memo82" Left="0" Top="3,77953000000002" Width="430,86642" Height="13,22834402" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" ParentFont="False" Text="TRANSPORTADOR / VOLUMES TRANSPORTADOS"/>
      <TfrxMemoView Name="Memo83" Left="636,0945126" Top="17,0079326" Width="108,47243362" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CNPJ / CPF"/>
      <TfrxMemoView Name="Memo84" Left="636,0945126" Top="26,45667339" Width="108,47243362" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Transportador.&#34;CNPJCPF&#34;]"/>
      <TfrxMemoView Name="Memo85" Left="608,50433" Top="17,0079326" Width="27,59054874" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="UF"/>
      <TfrxMemoView Name="Memo86" Left="608,50433" Top="26,45667339" Width="27,59054874" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Veiculo.&#34;UF&#34;]"/>
      <TfrxMemoView Name="Memo87" Left="529,13385827" Top="17,0079326" Width="79,3700787401575" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="PLACA DO VEÍCULO"/>
      <TfrxMemoView Name="Memo88" Left="529,13385827" Top="26,45667339" Width="79,3700787401575" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Veiculo.&#34;PLACA&#34;]"/>
      <TfrxMemoView Name="Memo89" Left="449,76377953" Top="17,0079326" Width="79,37013" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CÓDIGO ANTT"/>
      <TfrxMemoView Name="Memo90" Left="449,76377953" Top="26,45667339" Width="75,5906" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Veiculo.&#34;RNTC&#34;]"/>
      <TfrxMemoView Name="Memo91" Left="347,716535433071" Top="17,0079326" Width="102,047244094488" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="FRETE POR CONTA"/>
      <TfrxMemoView Name="Memo92" Left="347,716535433071" Top="26,45667339" Width="102,047244094488" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Transportador.&#34;ModFrete&#34;]"/>
      <TfrxMemoView Name="Memo93" Left="0" Top="17,0079326" Width="347,716535433071" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="NOME / RAZÃO SOCIAL"/>
      <TfrxMemoView Name="Memo94" Left="0" Top="26,45667339" Width="347,716535433071" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Transportador.&#34;XNome&#34;]"/>
      <TfrxMemoView Name="Memo95" Left="608,50433" Top="43,4646426" Width="27,59054874" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="UF"/>
      <TfrxMemoView Name="Memo96" Left="608,50433" Top="52,91338339" Width="27,59054874" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Transportador.&#34;UF&#34;]"/>
      <TfrxMemoView Name="Memo97" Left="636,0945126" Top="43,4646426" Width="108,47243362" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO ESTADUAL"/>
      <TfrxMemoView Name="Memo98" Left="636,0945126" Top="52,91338339" Width="108,47243362" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Transportador.&#34;IE&#34;]"/>
      <TfrxMemoView Name="Memo99" Left="355,275590551181" Top="43,4646426" Width="253,228346456693" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="MUNICÍPIO"/>
      <TfrxMemoView Name="Memo100" Left="355,275590551181" Top="52,91338339" Width="253,228346456693" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Transportador.&#34;XMun&#34;]"/>
      <TfrxMemoView Name="Memo101" Left="0" Top="43,4646426" Width="355,27559055" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="ENDEREÇO"/>
      <TfrxMemoView Name="Memo102" Left="0" Top="52,91338339" Width="355,27559055" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Transportador.&#34;XEnder&#34;]"/>
    </TfrxMasterData>
    <TfrxOverlay Name="MarcaDagua" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="117,17" Left="0" Top="1020,4731" Width="744,56741">
      <TfrxMemoView Name="memWatermark" Align="baClient" Left="0" Top="0" Width="744,56741" Height="117,17" Font.Charset="1" Font.Color="14211288" Font.Height="-67" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[Parametros.&#34;Mensagem0&#34;]"/>
    </TfrxOverlay>
    <TfrxChild Name="ChildCorpo" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="3,77952756" Left="0" Top="1281,26067" Width="744,56741">
      <TfrxMemoView Name="Memo161" Left="0" Top="0" Width="60,47248" Height="3,77952756" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo162" Left="60,47248" Top="0" Width="222,99227" Height="3,77952756" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo163" Left="283,46475" Top="0" Width="37,7953" Height="3,77952756" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo164" Left="321,26005" Top="0" Width="26,45669535" Height="3,77952756" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo165" Left="347,71656472" Top="0" Width="24,56692913" Height="3,77952756" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo166" Left="372,28349386" Top="0" Width="22,67718" Height="3,77952756" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" HideZeros="True" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo167" Left="394,96065921" Top="0" Width="43,46457425" Height="3,77952756" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo168" Left="438,42548" Top="0" Width="45,35436" Height="3,77952756" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo169" Left="483,77984" Top="0" Width="45,35436" Height="3,77952756" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" HideZeros="True" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo170" Left="529,1342" Top="0" Width="45,35436" Height="3,77952756" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo171" Left="574,48856" Top="0" Width="45,35436" Height="3,77952756" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo172" Left="619,84292" Top="0" Width="41,5748031496063" Height="3,77952756" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo173" Left="661,417322834646" Top="0" Width="41,57480315" Height="3,77952756" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo174" Left="702,99212598" Top="0" Width="20,7874015748031" Height="3,77952756" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo175" Left="723,779527559055" Top="0" Width="20,7874015748031" Height="3,77952756" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>
    </TfrxChild>
    <TfrxGroupFooter Name="DadosProdutosFooter" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="0" Left="0" Top="1258,58349" Width="744,56741" OnBeforePrint="DadosProdutosFooterOnBeforePrint"/>
    <TfrxChild Name="ChildCorpoBottom" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="3,77953" Left="0" Top="1307,71738" Width="744,56741">
      <TfrxMemoView Name="Memo103" Align="baClient" Left="0" Top="0" Width="744,56741" Height="3,77953" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="4" ParentFont="False" Text=""/>
    </TfrxChild>
    <TfrxMasterData Name="LocalRetirada" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="43,35434291" Left="0" Top="476,22078" Width="744,56741" ColumnWidth="0" ColumnGap="0" DataSetName="LocalRetirada" RowCount="0">
      <TfrxMemoView Name="Memo10" Left="0" Top="16,89765" Width="113,3859" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CNPJ / CPF"/>
      <TfrxMemoView Name="Memo11" Left="0" Top="26,34639079" Width="113,38582677" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalRetirada.&#34;CNPJ&#34;]"/>
      <TfrxMemoView Name="Memo14" Left="113,3859" Top="16,89765" Width="631,18151" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="ENDEREÇO"/>
      <TfrxMemoView Name="Memo18" Left="113,3859" Top="26,34639079" Width="631,18151" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalRetirada.&#34;XLgr&#34;] [LocalRetirada.&#34;Nro&#34;] [LocalRetirada.&#34;XCpl&#34;] - [LocalRetirada.&#34;XBairro&#34;] - [LocalRetirada.&#34;XMun&#34;] - [LocalRetirada.&#34;UF&#34;]"/>
      <TfrxMemoView Name="Memo185" Left="0" Top="3,77953000000002" Width="430,86642" Height="13,22834402" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="LOCAL RETIRADA"/>
    </TfrxMasterData>
    <TfrxMasterData Name="LocalEntrega" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="43,35434291" Left="0" Top="544,25232" Width="744,56741" ColumnWidth="0" ColumnGap="0" DataSetName="LocalEntrega" RowCount="0">
      <TfrxMemoView Name="Memo54" Left="0" Top="16,89765" Width="113,3859" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CNPJ / CPF"/>
      <TfrxMemoView Name="Memo55" Left="0" Top="26,34639079" Width="113,38582677" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalEntrega.&#34;CNPJ&#34;]"/>
      <TfrxMemoView Name="Memo56" Left="113,3859" Top="16,89765" Width="631,18151" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="ENDEREÇO"/>
      <TfrxMemoView Name="Memo57" Left="113,3859" Top="26,34639079" Width="631,18151" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalEntrega.&#34;XLgr&#34;] [LocalEntrega.&#34;Nro&#34;] [LocalEntrega.&#34;XCpl&#34;] - [LocalEntrega.&#34;XBairro&#34;] - [LocalEntrega.&#34;XMun&#34;] - [LocalEntrega.&#34;UF&#34;]"/>
      <TfrxMemoView Name="Memo81" Left="0" Top="3,77953000000002" Width="430,86642" Height="13,22834402" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="LOCAL ENTREGA"/>
    </TfrxMasterData>
    <TfrxChild Name="CanhotoRodape" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="79,03151559" Left="0" Top="1576,06401" Width="744,56741">
      <TfrxMemoView Name="Memo59" Left="0" Top="11" Width="642,5201" Height="37,79527559" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" WordWrap="False" Text="Recebemos de [Emitente.&#34;XNome&#34;] os produtos e/ou serviços constantes da Nota Fiscal Eletrônica indicada ao lado. &#13;&#10;[Parametros.&#34;ResumoCanhoto&#34;]"/>
      <TfrxMemoView Name="Memo60" Left="143,62214" Top="48,7952755900001" Width="498,89796" Height="30,23624" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="IDENTIFICAÇÃO E ASSINATURA DO RECEBEDOR"/>
      <TfrxMemoView Name="Memo61" Left="0" Top="48,7952755900001" Width="143,62214" Height="30,23624" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="DATA DO RECEBIMENTO"/>
      <TfrxMemoView Name="Memo62" Left="642,5201" Top="11" Width="102,04721236" Height="68,03149606" Font.Charset="0" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="NF-e&#13;&#10;Nº [Identificacao.&#34;NNF&#34;]&#13;&#10;Série [Identificacao.&#34;Serie&#34; #n#000]"/>
      <TfrxLineView Name="Line3" Align="baWidth" Left="0" Top="4,92919000000006" Width="744,56741" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4" Frame.Width="0,5"/>
    </TfrxChild>
    <TfrxChild Name="ISSQN" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="43,35434291" Left="0" Top="1334,17409" Width="744,56741">
      <TfrxMemoView Name="Memo147" Left="0" Top="0" Width="430,86642" Height="13,22834402" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="CÁLCULO DO ISSQN"/>
      <TfrxMemoView Name="Memo148" Left="0" Top="16,8976500000001" Width="217,32285906" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO MUNICIPAL"/>
      <TfrxMemoView Name="Memo149" Left="0" Top="26,34639079" Width="217,32285906" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" VAlign="vaBottom" Text="[Emitente.&#34;IM&#34;]"/>
      <TfrxMemoView Name="Memo150" Left="217,32285906" Top="16,8976500000001" Width="179,52755906" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR TOTAL DOS SERVIÇOS"/>
      <TfrxMemoView Name="Memo151" Left="217,32285906" Top="26,34639079" Width="179,52755906" Height="17,00787402" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" VAlign="vaBottom" Text="[ISSQN.&#34;VServ&#34;]"/>
      <TfrxMemoView Name="Memo152" Left="396,85041811" Top="16,8976500000001" Width="179,52755906" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="BASE DE CÁLCULO DO ISSQN"/>
      <TfrxMemoView Name="Memo153" Left="396,85041811" Top="26,34639079" Width="179,52755906" Height="17,00787402" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" VAlign="vaBottom" Text="[ISSQN.&#34;VBC&#34;]"/>
      <TfrxMemoView Name="Memo154" Left="576,37797717" Top="16,8976500000001" Width="168,18896906" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR TOTAL DO ISSQN"/>
      <TfrxMemoView Name="Memo155" Left="576,37797717" Top="26,34639079" Width="164,40943906" Height="17,00787402" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" VAlign="vaBottom" Text="[ISSQN.&#34;VISS&#34;]"/>
    </TfrxChild>
    <TfrxChild Name="DadosAdicionais" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="150,85041567" Left="0" Top="1402,20563" Width="744,56741" OnAfterPrint="DadosAdicionaisOnAfterPrint" AllowSplit="True">
      <TfrxMemoView Name="Memo66" Left="487,55905512" Top="18,5669462200001" Width="257,00785205" Height="124,72440945" StretchMode="smMaxHeight" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="RESERVADO AO FISCO"/>
      <TfrxMemoView Name="Memo137" Left="0" Top="18,5669462200001" Width="487,55905512" Height="124,72440213" StretchMode="smMaxHeight" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INFORMAÇÕES COMPLEMENTARES"/>
      <TfrxMemoView Name="memObs" Left="0" Top="25,7716291300001" Width="485,6692889" Height="117,16535433" FlowTo="memContInfAdicionais" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapY="2" ParentFont="False" WordBreak="True" Text="[Trim(&#60;InformacoesAdicionais.&#34;OBS&#34;&#62;)]"/>
      <TfrxMemoView Name="Memo146" Left="0" Top="3,77953000000002" Width="430,86642" Height="13,22834402" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="DADOS ADICIONAIS"/>
    </TfrxChild>
    <TfrxMasterData Name="Duplicatas" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="37,7953" Left="0" Top="721,89023" Width="744,56741" Columns="5" ColumnWidth="148,913385826772" ColumnGap="0" DataSetName="Duplicatas" RowCount="0">
      <TfrxShapeView Name="Shape1" Align="baClient" Left="0" Top="0" Width="744,56741" Height="37,7953" Frame.Width="0,5"/>
      <TfrxMemoView Name="Memo63" Left="0" Top="0" Width="148,91338583" Height="37,79527559" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Número&#13;&#10;Vencimento&#13;&#10;Valor"/>
      <TfrxMemoView Name="Memo138" Left="56,69295" Top="0" Width="3,77953" Height="37,79527559" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="12" Frame.Width="0,5" LineSpacing="3" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=":&#13;&#10;:&#13;&#10;:"/>
      <TfrxMemoView Name="Memo64" Left="60,47248" Top="0" Width="86,92919" Height="12,47244094" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Duplicatas.&#34;NDup&#34;]"/>
      <TfrxMemoView Name="Memo65" Left="60,47248" Top="12,47244094" Width="86,92919" Height="12,47244094" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Duplicatas.&#34;DVenc&#34;]"/>
      <TfrxMemoView Name="Memo156" Left="60,47248" Top="24,94488189" Width="86,92919" Height="12,47244094" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2m" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Duplicatas.&#34;VDup&#34;]"/>
    </TfrxMasterData>
    <TfrxGroupHeader Name="DuplicatasHeader" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="17,00787402" Left="0" Top="680,3154" Width="744,56741" Condition="Duplicatas.&#34;ChaveNFe&#34;" ReprintOnNewPage="True">
      <TfrxMemoView Name="Memo205" Left="0" Top="3,77953000000002" Width="430,86642" Height="13,22834402" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="DUPLICATAS"/>
    </TfrxGroupHeader>
    <TfrxMasterData Name="Volumes" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="26,45669291" Left="0" Top="971,33921" Width="744,56741" ColumnWidth="0" ColumnGap="0" DataSetName="Volumes" RowCount="0">
      <TfrxMemoView Name="Memo182" Left="0" Top="7,55902338999999" Width="59,21263667" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" HideZeros="True" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Volumes.&#34;QVol&#34;]"/>
      <TfrxMemoView Name="Memo184" Left="59,21263667" Top="7,55902338999999" Width="153,70088667" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Volumes.&#34;Esp&#34;]"/>
      <TfrxMemoView Name="Memo187" Left="212,91352333" Top="7,55902338999999" Width="142,36229667" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Volumes.&#34;Marca&#34;]"/>
      <TfrxMemoView Name="Memo157" Left="355,27582" Top="7,55902338999999" Width="161,25994667" Height="17,00787402" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Volumes.&#34;NVol&#34;]"/>
      <TfrxMemoView Name="Memo194" Left="516,53576667" Top="7,55902338999999" Width="119,68511667" Height="17,00787402" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.3n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" HideZeros="True" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Volumes.&#34;PesoB&#34;]"/>
      <TfrxMemoView Name="Memo158" Left="636,22088333" Top="7,55902338999999" Width="108,34652667" Height="17,00787402" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.3n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" HideZeros="True" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Volumes.&#34;PesoL&#34;]"/>
      <TfrxMemoView Name="Memo159" Left="0" Top="0,110282600000005" Width="59,21263667" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HideZeros="True" ParentFont="False" Text="QUANTIDADE"/>
      <TfrxMemoView Name="Memo160" Left="59,21263667" Top="0,110282600000005" Width="153,70088667" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="ESPÉCIE"/>
      <TfrxMemoView Name="Memo176" Left="212,91352333" Top="0,110282600000005" Width="142,36229667" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="MARCA"/>
      <TfrxMemoView Name="Memo177" Left="355,27582" Top="0,110282600000005" Width="161,25994667" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="NUMERAÇÃO"/>
      <TfrxMemoView Name="Memo178" Left="516,53576667" Top="0,110282600000005" Width="119,68511667" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="PESO BRUTO"/>
      <TfrxMemoView Name="Memo179" Left="636,09448819" Top="0,110282600000005" Width="108,47243362" Height="26,45669291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="PESO LÍQUIDO"/>
    </TfrxMasterData>
    <TfrxMasterData Name="ContDadosAdicionais" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="30,20731735" Left="0" Top="1678,11132" Visible="False" Width="744,56741" ColumnWidth="0" ColumnGap="0" RowCount="1" Stretched="True">
      <TfrxMemoView Name="memoContDadosAdicionais" Left="0" Top="0" Width="744,56741" Height="30,20731735" StretchMode="smMaxHeight" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CONTINUACAO DAS INFORMAÇÕES COMPLEMENTARES"/>
      <TfrxMemoView Name="memContInfAdicionais" Left="0" Top="0" Width="744,56741" Height="30,20731735" StretchMode="smMaxHeight" ExpressionDelimiters="[%,%]" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="3" GapY="10" ParentFont="False" Text=""/>
    </TfrxMasterData>
  </TfrxReportPage>
</TfrxReport>
