<?xml version="1.0" encoding="utf-8" standalone="no"?>
<TfrxReport Tag="1" Version="2024.2.9" DotMatrixReport="False" EngineOptions.DoublePass="True" EngineOptions.UseFileCache="True" IniFile="\Software\ConceitusSGE" PreviewOptions.AllowEdit="False" PreviewOptions.AllowPreviewEdit="False" PreviewOptions.Buttons="191549" PreviewOptions.ShowCaptions="True" PreviewOptions.Zoom="1" PrintOptions.Printer="Default" PrintOptions.PrintOnSheet="0" ReportOptions.CreateDate="40401,475989294" ReportOptions.Description.Text="" ReportOptions.LastChange="45692,7141426505" 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;  InicializaPosicaoCanhoto();&#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;  if CanhotoRodapeBarra.Visible then&#13;&#10;    wTamRodapeMinimo := wTamRodapeMinimo + CanhotoRodapeBarra.Height;&#13;&#10;&#13;&#10;  set('TamRodapeMinimo', wTamRodapeMinimo );&#13;&#10;&#13;&#10;  //se propriedade ImprimeDescAcrescItem configurado para [nunca {= 1}] mostrar campo de desconto no item,&#13;&#10;  //  ou mostrar [apenas quando valor &#62; 0 {= 2}] e não houver desconto, desabilita coluna de desconto no item&#13;&#10;  if not Engine.FinalPass then&#13;&#10;  begin&#13;&#10;    if (&#13;&#10;         (Trim(VarToStr(&#60;Parametros.&#34;ImprimeDescAcrescItem&#34;&#62;)) = '1') or&#13;&#10;         (&#13;&#10;            (Trim(VarToStr(&#60;Parametros.&#34;ImprimeDescAcrescItem&#34;&#62;)) = '2') and&#13;&#10;            (StrToFloat(VarToStr(&#60;CalculoImposto.&#34;VDesc&#34;&#62;)) = 0)&#13;&#10;         )&#13;&#10;       ) and&#13;&#10;      memTitItDesconto.Visible&#13;&#10;    then&#13;&#10;    begin&#13;&#10;      memTitItDesconto.Visible := False;&#13;&#10;      memItDesconto.Visible := False;&#13;&#10;      memCdItDesconto.Visible := False;&#13;&#10;&#13;&#10;      memTitvUnCom.Left := memTitvUnCom.Left + memTitItDesconto.Width;&#13;&#10;      memvUnCom.Left := memvUnCom.Left + memItDesconto.Width;&#13;&#10;      memCdvUnCom.Left := memCdvUnCom.Left + memCdItDesconto.Width;&#13;&#10;&#13;&#10;      memTitqCom.Left := memTitqCom.Left + memTitItDesconto.Width;&#13;&#10;      memqCom.Left := memqCom.Left + memItDesconto.Width;&#13;&#10;      memCdqCom.Left := memCdqCom.Left + memCdItDesconto.Width;&#13;&#10;&#13;&#10;      memTitItUnd.Left := memTitItUnd.Left + memTitItDesconto.Width;&#13;&#10;      memItUnd.Left := memItUnd.Left + memItDesconto.Width;&#13;&#10;      memCdItUnd.Left := memCdItUnd.Left + memCdItDesconto.Width;&#13;&#10;&#13;&#10;      memTitItCFOP.Left := memTitItCFOP.Left + memTitItDesconto.Width;&#13;&#10;      memItCFOP.Left := memItCFOP.Left + memItDesconto.Width;&#13;&#10;      memCdItCFOP.Left := memCdItCFOP.Left + memCdItDesconto.Width;&#13;&#10;&#13;&#10;      memTitItCST.Left := memTitItCST.Left + memTitItDesconto.Width;&#13;&#10;      memItCST.Left := memItCST.Left + memItDesconto.Width;&#13;&#10;      memCdItCST.Left := memCdItCST.Left + memCdItDesconto.Width;&#13;&#10;&#13;&#10;      memTitItNCM.Left := memTitItNCM.Left + memTitItDesconto.Width;&#13;&#10;      memItNCM.Left := memItNCM.Left + memItDesconto.Width;&#13;&#10;      memCdItNCM.Left := memCdItNCM.Left + memCdItDesconto.Width;&#13;&#10;&#13;&#10;      memTitItDesc.Width := memTitItDesc.Width + memTitItDesconto.Width;&#13;&#10;      memItDesc.Width := memItDesc.Width + memItDesconto.Width;&#13;&#10;      memCdItDesc.Width := memCdItDesc.Width + memCdItDesconto.Width;&#13;&#10;    end&#13;&#10;    else if not memTitItDesconto.Visible then&#13;&#10;    begin&#13;&#10;      memTitItDesconto.Visible := True;&#13;&#10;      memItDesconto.Visible := True;&#13;&#10;      memCdItDesconto.Visible := True;&#13;&#10;&#13;&#10;      memTitvUnCom.Left := memTitvUnCom.Left - memTitItDesconto.Width;&#13;&#10;      memvUnCom.Left := memvUnCom.Left - memItDesconto.Width;&#13;&#10;      memCdvUnCom.Left := memCdvUnCom.Left - memCdItDesconto.Width;&#13;&#10;&#13;&#10;      memTitqCom.Left := memTitqCom.Left - memTitItDesconto.Width;&#13;&#10;      memqCom.Left := memqCom.Left - memItDesconto.Width;&#13;&#10;      memCdqCom.Left := memCdqCom.Left - memCdItDesconto.Width;&#13;&#10;&#13;&#10;      memTitItUnd.Left := memTitItUnd.Left - memTitItDesconto.Width;&#13;&#10;      memItUnd.Left := memItUnd.Left - memItDesconto.Width;&#13;&#10;      memCdItUnd.Left := memCdItUnd.Left - memCdItDesconto.Width;&#13;&#10;&#13;&#10;      memTitItCFOP.Left := memTitItCFOP.Left - memTitItDesconto.Width;&#13;&#10;      memItCFOP.Left := memItCFOP.Left - memItDesconto.Width;&#13;&#10;      memCdItCFOP.Left := memCdItCFOP.Left - memCdItDesconto.Width;&#13;&#10;&#13;&#10;      memTitItCST.Left := memTitItCST.Left - memTitItDesconto.Width;&#13;&#10;      memItCST.Left := memItCST.Left - memItDesconto.Width;&#13;&#10;      memCdItCST.Left := memCdItCST.Left - memCdItDesconto.Width;&#13;&#10;&#13;&#10;      memTitItNCM.Left := memTitItNCM.Left - memTitItDesconto.Width;&#13;&#10;      memItNCM.Left := memItNCM.Left - memItDesconto.Width;&#13;&#10;      memCdItNCM.Left := memCdItNCM.Left - memCdItDesconto.Width;&#13;&#10;&#13;&#10;      memTitItDesc.Width := memTitItDesc.Width - memTitItDesconto.Width;&#13;&#10;      memItDesc.Width := memItDesc.Width - memItDesconto.Width;&#13;&#10;      memCdItDesc.Width := memCdItDesc.Width - memCdItDesconto.Width;&#13;&#10;    end;&#13;&#10;  end;&#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?ontinua? dos dados adicionais e j?erminou de imprimir os produtos&#13;&#10;  // Verifica se a continua? dos dados adicionais cabe na mesma p?na&#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;    if CanhotoRodapeBarra.Visible then&#13;&#10;    begin&#13;&#10;      Engine.ShowBand(CanhotoRodapeBarra);&#13;&#10;      wTamRodapeMinimo := wTamRodapeMinimo - CanhotoRodapeBarra.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;procedure InicializaPosicaoCanhoto();&#13;&#10;begin&#13;&#10;  if Trim(VarToStr( &#60;Parametros.&#34;poscanhotolayout&#34;&#62; )) = '0' then&#13;&#10;  begin&#13;&#10;    if Trim(VarToStr( &#60;Parametros.&#34;poscanhoto&#34;&#62; )) = '2' then&#13;&#10;       CanhotoCabecalho.Visible := true&#13;&#10;    else&#13;&#10;       CanhotoCabecalho.Visible := &#60;Parametros.&#34;poscanhoto&#34;&#62; = '0';&#13;&#10;&#13;&#10;    CanhotoCabecalho.Child       := CanhotoCabecalhoPadrao;&#13;&#10;    CanhtoCabecalhoBarra.visible := false;&#13;&#10;    CanhotoRodape.Visible        := &#60;Parametros.&#34;poscanhoto&#34;&#62; = '1';&#13;&#10;    CanhotoRodapeBarra.Visible   := false;&#13;&#10;  end&#13;&#10;  else&#13;&#10;  begin&#13;&#10;    if Trim(VarToStr( &#60;Parametros.&#34;poscanhoto&#34;&#62; )) = '2' then&#13;&#10;       CanhotoCabecalho.Visible := true&#13;&#10;    else&#13;&#10;       CanhotoCabecalho.Visible := &#60;Parametros.&#34;poscanhoto&#34;&#62; = '0';&#13;&#10;&#13;&#10;    CanhotoCabecalho.Child         := CanhtoCabecalhoBarra;&#13;&#10;    CanhotoCabecalhoPadrao.visible := false;&#13;&#10;    CanhotoRodape.Visible          := false;&#13;&#10;    CanhotoRodapeBarra.Visible     := &#60;Parametros.&#34;poscanhoto&#34;&#62; = '1';&#13;&#10;  end;&#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" HGuides.Text="" VGuides.Text="" Height="1000" Left="0" Top="0" Width="1000"/>
  <TfrxReportPage Name="Page1" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="6" RightMargin="7" TopMargin="7" BottomMargin="7" ColumnWidth="0" ColumnPositions.Text="" BackPictureVisible="False" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0" OnBeforePrint="Page1OnBeforePrint">
    <TfrxMasterData Name="DadosProdutos" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="11,33858268" Left="0" Top="1557,16636" Width="744,56741" OnAfterCalcHeight="DadosProdutosOnAfterCalcHeight" OnAfterPrint="DadosProdutosOnAfterPrint" OnBeforePrint="DadosProdutosOnBeforePrint" ColumnWidth="0" ColumnGap="0" DataSetName="DadosProdutos" RowCount="0" Stretched="True">
      <TfrxMemoView Name="Memo131" AllowVectorExport="True" 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="memItDesc" AllowVectorExport="True" Left="60,47248" Top="0" Width="221,48031496" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="9" Frame.Width="0,5" HAlign="haBlock" ParentFont="False" Text="[DadosProdutos.&#34;DescricaoProduto&#34;]"/>
      <TfrxMemoView Name="memItNCM" AllowVectorExport="True" Left="281,90547764" 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="memItCST" AllowVectorExport="True" Left="319,70075323" 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="memItCFOP" AllowVectorExport="True" Left="346,15744614" 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="memItUnd" AllowVectorExport="True" Left="370,72443386" 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" AllowVectorExport="True" Left="393,40159921" Top="0" Width="51,02363425" 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" AllowVectorExport="True" Left="444,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="memItDesconto" AllowVectorExport="True" Left="489,96062992" Top="0" Width="39,30708661" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="10" Frame.Width="0,5" HAlign="haRight" ParentFont="False" Text="[DadosProdutos.&#34;vDesc&#34;]"/>
      <TfrxMemoView Name="Memo140" AllowVectorExport="True" 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="10" Frame.Width="0,5" HAlign="haRight" ParentFont="False" Text="[DadosProdutos.&#34;VProd&#34;]"/>
      <TfrxMemoView Name="Memo141" AllowVectorExport="True" 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" Text="[DadosProdutos.&#34;VBC&#34;]"/>
      <TfrxMemoView Name="Memo142" AllowVectorExport="True" 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" Text="[DadosProdutos.&#34;VICMS&#34;]"/>
      <TfrxMemoView Name="Memo143" AllowVectorExport="True" 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" Text="[DadosProdutos.&#34;VIPI&#34;]"/>
      <TfrxMemoView Name="Memo144" AllowVectorExport="True" Left="702,99212598" Top="0" Width="20,78740157" 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;PICMS&#34;]"/>
      <TfrxMemoView Name="Memo145" AllowVectorExport="True" Left="723,77952756" Top="0" Width="20,78740157" 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;PIPI&#34;]"/>
    </TfrxMasterData>
    <TfrxReportTitle Name="CanhotoCabecalho" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="3,77952755905512" Left="0" Top="18,89765" Width="744,56741" Child="CanhotoCabecalhoPadrao" KeepChild="True"/>
    <TfrxPageHeader Name="Emitente" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="173,85836291" Left="0" Top="268,34663" Width="744,56741" OnBeforePrint="EmitenteOnBeforePrint">
      <TfrxBarCodeView Name="BarCodeContigencia" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="469,76407" Top="84,37013" Width="235" Height="34,01574559" BarType="bcCode128C" DataField="Contingencia_ID" DataSetName="Parametros" Frame.Typ="0" Rotation="0" ShowText="False" TestLine="False" Text="123456789012345678901234567890123456" WideBarRatio="2" Zoom="1" ColorBar="0" BarcodeText.TextSettings.Font.Charset="1" BarcodeText.TextSettings.Font.Color="0" BarcodeText.TextSettings.Font.Height="-12" BarcodeText.TextSettings.Font.Name="Arial" BarcodeText.TextSettings.Font.Style="0" BarcodeText.TextSettings.BarTextPos="btpBottom" BarcodeText.SupSettings.Font.Charset="1" BarcodeText.SupSettings.Font.Color="-16777208" BarcodeText.SupSettings.Font.Height="-9" BarcodeText.SupSettings.Font.Name="Arial" BarcodeText.SupSettings.Font.Style="0" BarcodeText.SupSettings.BarTextPos="btpTop"/>
      <TfrxMemoView Name="memConsultaAutenticidade" AllowVectorExport="True" 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" AllowVectorExport="True" 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" AllowVectorExport="True" Left="445,67717756" Top="5,55906" Width="279" Height="37,79527559" BarType="bcCode128C" DataField="Id" DataSetName="Identificacao" Frame.Typ="0" Rotation="0" ShowText="False" TestLine="False" Text="12345678901234567890123456789012345678901234" WideBarRatio="2" Zoom="1" ColorBar="0" BarcodeText.TextSettings.Font.Charset="1" BarcodeText.TextSettings.Font.Color="0" BarcodeText.TextSettings.Font.Height="-12" BarcodeText.TextSettings.Font.Name="Arial" BarcodeText.TextSettings.Font.Style="0" BarcodeText.TextSettings.BarTextPos="btpBottom" BarcodeText.SupSettings.Font.Charset="1" BarcodeText.SupSettings.Font.Color="-16777208" BarcodeText.SupSettings.Font.Height="-9" BarcodeText.SupSettings.Font.Name="Arial" BarcodeText.SupSettings.Font.Style="0" BarcodeText.SupSettings.BarTextPos="btpTop"/>
      <TfrxMemoView Name="Memo6" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" VAlign="vaBottom" Text="[Identificacao.&#34;Chave&#34;]"/>
      <TfrxMemoView Name="Memo9" AllowVectorExport="True" 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" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[Emitente.&#34;DADOS_ENDERECO&#34;]"/>
      <TfrxMemoView Name="Memo12" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="Documento Auxiliar da &#13;&#10;Nota Fiscal Eletrônica"/>
      <TfrxMemoView Name="Memo13" AllowVectorExport="True" Left="316,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.Typ="0" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" ParentFont="False" VAlign="vaCenter" Text="0 - ENTRADA&#13;&#10;1 - SAÍDA"/>
      <TfrxMemoView Name="Memo16" AllowVectorExport="True" 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" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" VAlign="vaBottom" Text="[Identificacao.&#34;NatOp&#34;]"/>
      <TfrxMemoView Name="Memo21" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" VAlign="vaBottom" Text="[Parametros.&#34;Contingencia_Valor&#34;]"/>
      <TfrxMemoView Name="Memo23" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" VAlign="vaBottom" Text="[Emitente.&#34;IE&#34;]"/>
      <TfrxMemoView Name="Memo25" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" VAlign="vaBottom" Text="[Emitente.&#34;IEST&#34;]"/>
      <TfrxMemoView Name="Memo27" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" VAlign="vaBottom" Text="[Emitente.&#34;CNPJ&#34;]"/>
      <TfrxPictureView Name="imgLogo" AllowVectorExport="True" Left="1,88976378" Top="37,79527559" Width="98,26771165" Height="81,25984252" Center="True" DataField="LogoCarregado" DataSetName="Parametros" Frame.Typ="0" HightQuality="True" Transparent="False" TransparentColor="16777215"/>
    </TfrxPageHeader>
    <TfrxPageFooter Name="Rodape" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="17,89751819" Left="0" Top="2229,9227" Width="744,56741">
      <TfrxMemoView Name="memDataHora" Align="baLeft" AllowVectorExport="True" 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.Typ="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" AllowVectorExport="True" Left="453,5435728125" 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.Typ="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" Frame.Typ="0" Height="96,26776291" Left="0" Top="502,67749" Width="744,56741" ColumnWidth="0" ColumnGap="0" DataSetName="Identificacao" RowCount="1">
      <TfrxMemoView Name="Memo29" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;XNome&#34;]"/>
      <TfrxMemoView Name="Memo31" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Identificacao.&#34;DEmi&#34;]"/>
      <TfrxMemoView Name="Memo33" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Identificacao.&#34;DSaiEnt&#34;]"/>
      <TfrxMemoView Name="Memo35" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Identificacao.&#34;HoraSaida&#34;]"/>
      <TfrxMemoView Name="Memo37" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;CNPJCPF&#34;]"/>
      <TfrxMemoView Name="Memo39" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;CEP&#34;]"/>
      <TfrxMemoView Name="Memo41" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;XBairro&#34;]"/>
      <TfrxMemoView Name="Memo43" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="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" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;XMun&#34;]"/>
      <TfrxMemoView Name="Memo47" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;UF&#34;]"/>
      <TfrxMemoView Name="Memo49" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;Fone&#34;]"/>
      <TfrxMemoView Name="Memo51" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Destinatario.&#34;IE&#34;]"/>
      <TfrxMemoView Name="Memo53" AllowVectorExport="True" Left="0" Top="3,77953" Width="430,86642" Height="13,22834402" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="0" 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" Frame.Typ="0" Height="37,79527804" Left="0" Top="861,73284" Width="744,56741" OnBeforePrint="FaturaOnBeforePrint" ColumnWidth="0" ColumnGap="0" DataSetName="Fatura" RowCount="0">
      <TfrxMemoView Name="Memo190" AllowVectorExport="True" Left="0" Top="3,77952756" Width="430,86642" Height="13,22834402" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="0" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="FATURA"/>
      <TfrxMemoView Name="Memo7" Align="baLeft" AllowVectorExport="True" 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" AllowVectorExport="True" Left="128,50393701" 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]    -   Valor Lí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" Frame.Typ="0" Height="41,19685039" Left="0" Top="1492,91435" Width="744,56741" OnBeforePrint="DadosProdutosHeaderOnBeforePrint" Condition="DadosProdutos.&#34;ChaveNFe&#34;" ReprintOnNewPage="True" ResetPageNumbers="True" StartNewPage="True">
      <TfrxMemoView Name="Memo115" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="DADOS DOS PRODUTOS / SERVIÇOS"/>
      <TfrxMemoView Name="Memo116" AllowVectorExport="True" 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="memTitItDesc" AllowVectorExport="True" Left="60,47248" Top="18,33859244" Width="221,48031496" Height="22,67716291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="13" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="DESCRIÇÃO DO PRODUTO / SERVIÇO"/>
      <TfrxMemoView Name="memTitItNCM" AllowVectorExport="True" Left="281,90547764" 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="memTitItCST" AllowVectorExport="True" Left="319,70075323" 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" VAlign="vaCenter" Text="[Emitente.&#34;DESCR_CST&#34;]"/>
      <TfrxMemoView Name="memTitItCFOP" AllowVectorExport="True" Left="346,15744614" 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="memTitItUnd" AllowVectorExport="True" Left="370,72443386" 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="memTitQCom" AllowVectorExport="True" Left="393,40159921" Top="18,33859244" Width="51,02363425" 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="memTitvUnCom" AllowVectorExport="True" Left="444,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="memTitItDesconto" AllowVectorExport="True" Left="489,96062992" Top="18,33859244" Width="39,30708661" Height="22,67716291" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="14" 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" AllowVectorExport="True" 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="14" 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" AllowVectorExport="True" 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" AllowVectorExport="True" 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" AllowVectorExport="True" 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" AllowVectorExport="True" 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" AllowVectorExport="True" 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" AllowVectorExport="True" 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" Frame.Typ="0" Height="70,03152535" Left="0" Top="1114,96135" Width="744,56741" OnBeforePrint="ImpostoOnBeforePrint" ColumnWidth="0" ColumnGap="0" DataSetName="CalculoImposto" RowCount="1">
      <TfrxMemoView Name="Memo58" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="CÁLCULO DO IMPOSTO"/>
      <TfrxMemoView Name="QuadroVBC" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VBC&#34;]"/>
      <TfrxMemoView Name="QuadroVICMS" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VICMS&#34;]"/>
      <TfrxMemoView Name="QuadroVBCST" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VBCST&#34;]"/>
      <TfrxMemoView Name="QuadrovST" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VST&#34;]"/>
      <TfrxMemoView Name="Memo67" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VProd&#34;]"/>
      <TfrxMemoView Name="Memo69" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VIPI&#34;]"/>
      <TfrxMemoView Name="Memo71" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VOutro&#34;]"/>
      <TfrxMemoView Name="Memo73" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VDesc&#34;]"/>
      <TfrxMemoView Name="Memo75" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VSeg&#34;]"/>
      <TfrxMemoView Name="Memo77" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto.&#34;VFrete&#34;]"/>
      <TfrxMemoView Name="Memo79" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[CalculoImposto.&#34;VNF&#34;]"/>
      <TfrxMemoView Name="QuadroVTOTTRIB" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="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" Frame.Typ="0" Height="69,92133551" Left="0" Top="1209,4496" Width="744,56741" ColumnWidth="0" ColumnGap="0" DataSetName="Transportador" RowCount="1">
      <TfrxMemoView Name="Memo82" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" ParentFont="False" Text="TRANSPORTADOR / VOLUMES TRANSPORTADOS"/>
      <TfrxMemoView Name="Memo83" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Transportador.&#34;CNPJCPF&#34;]"/>
      <TfrxMemoView Name="Memo85" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Veiculo.&#34;UF&#34;]"/>
      <TfrxMemoView Name="Memo87" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Veiculo.&#34;PLACA&#34;]"/>
      <TfrxMemoView Name="Memo89" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Veiculo.&#34;RNTC&#34;]"/>
      <TfrxMemoView Name="Memo91" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Transportador.&#34;ModFrete&#34;]"/>
      <TfrxMemoView Name="Memo93" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Transportador.&#34;XNome&#34;]"/>
      <TfrxMemoView Name="Memo95" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Transportador.&#34;UF&#34;]"/>
      <TfrxMemoView Name="Memo97" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Transportador.&#34;IE&#34;]"/>
      <TfrxMemoView Name="Memo99" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Transportador.&#34;XMun&#34;]"/>
      <TfrxMemoView Name="Memo101" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="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" Frame.Typ="0" Height="117,17" Left="0" Top="1353,07174" Width="744,56741">
      <TfrxMemoView Name="memWatermark" Align="baClient" AllowVectorExport="True" Left="0" Top="0" Width="744,5673828125" Height="117,169998168945" Font.Charset="1" Font.Color="14211288" Font.Height="-67" Font.Name="Arial" Font.Style="1" Frame.Typ="0" 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" Frame.Typ="0" Height="3,77952756" Left="0" Top="1613,85931" Width="744,56741" ToNRows="0" ToNRowsMode="rmCount">
      <TfrxMemoView Name="Memo161" AllowVectorExport="True" 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="memCdItDesc" AllowVectorExport="True" Left="60,47248" Top="0" Width="221,48031496" Height="3,77952756" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="1" Frame.Width="0,5" GapY="2" ParentFont="False" Text=""/>
      <TfrxMemoView Name="memCdITNCM" AllowVectorExport="True" Left="281,90569" 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="memCdItCST" AllowVectorExport="True" Left="319,70099" 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="memCdItCFOP" AllowVectorExport="True" Left="346,15750472" 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="memCdItUnd" AllowVectorExport="True" Left="370,72443386" 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="memCdqCom" AllowVectorExport="True" Left="393,40159921" Top="0" Width="51,02363425" 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="memCdvUnCom" AllowVectorExport="True" Left="444,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="memCdItDesconto" AllowVectorExport="True" Left="489,82677165" Top="0" Width="39,30708661" Height="3,77952756" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="2" Frame.Width="0,5" GapY="2" HAlign="haCenter" HideZeros="True" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo170" AllowVectorExport="True" 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="2" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo171" AllowVectorExport="True" 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" AllowVectorExport="True" 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" AllowVectorExport="True" 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" AllowVectorExport="True" 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" AllowVectorExport="True" 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" Frame.Typ="0" Height="0" Left="0" Top="1591,18213" Width="744,56741" OnBeforePrint="DadosProdutosFooterOnBeforePrint"/>
    <TfrxChild Name="ChildCorpoBottom" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="3,77953" Left="0" Top="1640,31602" Width="744,56741" ToNRows="0" ToNRowsMode="rmCount">
      <TfrxMemoView Name="Memo103" Align="baClient" AllowVectorExport="True" Left="0" Top="0" Width="744,5673828125" Height="3,77953004837036" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="4" ParentFont="False" Text=""/>
    </TfrxChild>
    <TfrxChild Name="CanhotoRodape" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="79,03151559" Left="0" Top="1908,66265" Visible="False" Width="744,56741" ToNRows="0" ToNRowsMode="rmCount">
      <TfrxMemoView Name="Memo59" AllowVectorExport="True" 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" AllowVectorExport="True" Left="143,62214" Top="48,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="Memo61" AllowVectorExport="True" 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" AllowVectorExport="True" 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" AllowVectorExport="True" Left="0" Top="4,92919" Width="744,5673828125" 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" Frame.Typ="0" Height="43,35434291" Left="0" Top="1666,77273" Width="744,56741" ToNRows="0" ToNRowsMode="rmCount">
      <TfrxMemoView Name="Memo147" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="CÁLCULO DO ISSQN"/>
      <TfrxMemoView Name="Memo148" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" VAlign="vaBottom" Text="[Emitente.&#34;IM&#34;]"/>
      <TfrxMemoView Name="Memo150" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" VAlign="vaBottom" Text="[ISSQN.&#34;VServ&#34;]"/>
      <TfrxMemoView Name="Memo152" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" VAlign="vaBottom" Text="[ISSQN.&#34;VBC&#34;]"/>
      <TfrxMemoView Name="Memo154" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="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" Frame.Typ="0" Height="150,85041567" Left="0" Top="1734,80427" Width="744,56741" OnAfterPrint="DadosAdicionaisOnAfterPrint" AllowSplit="True" ToNRows="0" ToNRowsMode="rmCount">
      <TfrxMemoView Name="Memo66" AllowVectorExport="True" Left="487,55905512" Top="18,56694622" 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" AllowVectorExport="True" Left="0" Top="18,56694622" 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" AllowVectorExport="True" Left="0" Top="25,77162913" Width="485,6692889" Height="117,16535433" AllowHTMLTags="True" FlowTo="memContInfAdicionais" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" WordBreak="True" Text="[Trim(&#60;InformacoesAdicionais.&#34;OBS&#34;&#62;)]"/>
      <TfrxMemoView Name="Memo146" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="DADOS ADICIONAIS"/>
      <TfrxMemoView Name="Memo180" AllowVectorExport="True" Left="487,55937" Top="25,7007874" Width="255,11811024" Height="117,16535433" AllowHTMLTags="True" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" WordBreak="True" Text="[Trim(&#60;InformacoesAdicionais.&#34;MensagemSEFAZ&#34;&#62;)]"/>
    </TfrxChild>
    <TfrxMasterData Name="Duplicatas" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="37,7953" Left="0" Top="963,78015" Width="744,56741" Columns="5" ColumnWidth="148,913385826772" ColumnGap="0" DataSetName="Duplicatas" RowCount="0">
      <TfrxShapeView Name="Shape1" Align="baClient" AllowVectorExport="True" Left="0" Top="0" Width="744,5673828125" Height="37,7952995300293" Frame.Typ="0" Frame.Width="0,5"/>
      <TfrxMemoView Name="Memo63" AllowVectorExport="True" 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" AllowVectorExport="True" 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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Duplicatas.&#34;NDup&#34;]"/>
      <TfrxMemoView Name="Memo65" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Duplicatas.&#34;DVenc&#34;]"/>
      <TfrxMemoView Name="Memo156" AllowVectorExport="True" 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.Typ="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" Frame.Typ="0" Height="17,00787402" Left="0" Top="922,20532" Width="744,56741" Condition="Duplicatas.&#34;ChaveNFe&#34;" ReprintOnNewPage="True">
      <TfrxMemoView Name="Memo205" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="PARCELAS"/>
    </TfrxGroupHeader>
    <TfrxMasterData Name="Volumes" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="26,45669291" Left="0" Top="1303,93785" Width="744,56741" ColumnWidth="0" ColumnGap="0" DataSetName="Volumes" RowCount="0">
      <TfrxMemoView Name="Memo182" AllowVectorExport="True" 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.Typ="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" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Volumes.&#34;Esp&#34;]"/>
      <TfrxMemoView Name="Memo187" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Volumes.&#34;Marca&#34;]"/>
      <TfrxMemoView Name="Memo157" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Volumes.&#34;NVol&#34;]"/>
      <TfrxMemoView Name="Memo194" AllowVectorExport="True" 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.Typ="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" AllowVectorExport="True" 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.Typ="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" AllowVectorExport="True" 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" AllowVectorExport="True" 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" AllowVectorExport="True" 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" AllowVectorExport="True" 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" AllowVectorExport="True" Left="516,53576667" Top="0,1102826" Width="119,68511667" Height="26,45669291" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" 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 (KG)"/>
      <TfrxMemoView Name="Memo179" AllowVectorExport="True" Left="636,09448819" Top="0,1102826" Width="108,47243362" Height="26,45669291" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" 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 (KG)"/>
    </TfrxMasterData>
    <TfrxMasterData Name="ContDadosAdicionais" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="30,20731735" Left="0" Top="2139,21398" Visible="False" Width="744,56741" ColumnWidth="0" ColumnGap="0" RowCount="1" Stretched="True">
      <TfrxMemoView Name="memoContDadosAdicionais" AllowVectorExport="True" 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" AllowVectorExport="True" Left="0" Top="3,77952756" Width="744,56741" Height="30,20731735" StretchMode="smMaxHeight" AllowHTMLTags="True" ExpressionDelimiters="[%,%]" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapX="3" GapY="10" ParentFont="False" Text=""/>
    </TfrxMasterData>
    <TfrxMasterData Name="LocalRetirada" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="96,37795276" Left="0" Top="623,62245" Width="744,56741" ColumnWidth="0" ColumnGap="0" DataSetName="LocalRetirada" RowCount="0">
      <TfrxMemoView Name="quadroRetiradaNomeRazao" AllowVectorExport="True" Left="0" Top="16,2519685" Width="468,66172" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="NOME / RAZÃO SOCIAL"/>
      <TfrxMemoView Name="quadroRetiradaDocumento" AllowVectorExport="True" Left="549,92125984252" Top="16,2519685" Width="98,26778" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CNPJ / CPF"/>
      <TfrxMemoView Name="nemLocalRetirada" AllowVectorExport="True" Left="0" Top="3,77953" Width="430,86642" Height="13,22834402" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="0" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="INFORMAÇÕES DO LOCAL DE RETIRADA"/>
      <TfrxMemoView Name="quadroRetiradaMemo01" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="0" Top="17,00787402" Width="548,03149606" Height="26,4566929133858" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="13" Frame.Width="0,5" GapX="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalRetirada.&#34;XNome&#34;]"/>
      <TfrxMemoView Name="quadroRetiradainscricao" AllowVectorExport="True" Left="663,307086614173" Top="16,2519685" Width="98,26778" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO ESTADUAL"/>
      <TfrxMemoView Name="quadroRetiradaMemo02" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="548,03149606" Top="17,00787402" Width="113,38582677" Height="26,4566929133858" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="13" Frame.Width="0,5" GapX="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalRetirada.&#34;CNPJ&#34;]"/>
      <TfrxMemoView Name="quadroRetiradaMemo03" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="661,41732283" Top="17,00787402" Width="83,1496063" Height="26,4566929133858" 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="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalRetirada.&#34;IE&#34;]"/>
      <TfrxMemoView Name="quadroRetiradaMemo04" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="0" Top="43,4645669291339" Width="453,543307086614" Height="26,4566929133858" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" GapX="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalRetirada.&#34;XLgr&#34;] [LocalRetirada.&#34;Nro&#34;] [LocalRetirada.&#34;XCpl&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="quadroRetiradaMemo07" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="0" Top="69,9212598425197" Width="744,56692913" Height="26,4566929133858" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="13" Frame.Width="0,5" GapX="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalRetirada.&#34;XMun&#34;]"/>
      <TfrxMemoView Name="quadroRetiradaEndereco" AllowVectorExport="True" Left="0" Top="42,70866142" Width="377,95275591" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="ENDEREÇO"/>
      <TfrxMemoView Name="quadroRetiradaMunicipio" AllowVectorExport="True" Left="0" Top="69,1653543307087" Width="543,49606299" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="MUNICÍPIO"/>
      <TfrxMemoView Name="quadroRetiradaBairro" AllowVectorExport="True" Left="455,433070866142" Top="42,7086614173228" Width="294,80334" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="BAIRRO / DISTRITO"/>
      <TfrxMemoView Name="quadroRetiradaCep" AllowVectorExport="True" Left="663,307086614173" Top="42,7086614173228" Width="79,37002748" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CEP"/>
      <TfrxMemoView Name="quadroRetiradaMemo05" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="453,54330709" Top="43,4645669291339" Width="200,31498016" Height="26,4566929133858" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="1" Frame.Width="0,5" GapX="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalRetirada.&#34;XBairro&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="quadroRetiradaMemo09" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="661,417322834646" Top="69,9212598425197" Width="83,1496062992126" Height="26,4566929133858" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="11" Frame.Width="0,5" GapX="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalRetirada.&#34;Fone&#34;]"/>
      <TfrxMemoView Name="quadroRetiradaMemo08" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="631,18110236" Top="69,9212598425197" Width="24,5669291338583" Height="26,4566929133858" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="9" Frame.Width="0,5" GapX="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalRetirada.&#34;UF&#34;]"/>
      <TfrxMemoView Name="quadroRetiradaUf" AllowVectorExport="True" Left="633,07086614" Top="69,16535433" Width="22,67716535" Height="24,18897638" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="UF"/>
      <TfrxMemoView Name="quadroRetiradaMemo06" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="661,417322834646" Top="43,4645669291339" Width="83,1496063" Height="26,4566929133858" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapX="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalRetirada.&#34;CEP&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="quadroRetiradaTelefone" AllowVectorExport="True" Left="663,30708661" Top="69,16535433" Width="79,37002748" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="TELEFONE / FAX"/>
    </TfrxMasterData>
    <TfrxMasterData Name="LocalEntrega" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="94,48818897" Left="0" Top="744,56741" Width="744,56741" ColumnWidth="0" ColumnGap="0" DataSetName="LocalEntrega" RowCount="0">
      <TfrxMemoView Name="quadroEntregaMemo06" AllowVectorExport="True" Left="661,41732283" Top="43,46456693" Width="83,1496063" Height="26,45669291" 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="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalEntrega.&#34;CEP&#34;]"/>
      <TfrxMemoView Name="MenlocalDeEnrega" AllowVectorExport="True" Left="0" Top="3,77953" Width="430,86642" Height="13,22834402" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="0" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="INFORMAÇÕES DO LOCAL DE ENTREGA"/>
      <TfrxMemoView Name="quadroEntregaNomeRazao" AllowVectorExport="True" Left="0" Top="16,2519685" Width="468,66172" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="NOME / RAZÃO SOCIAL"/>
      <TfrxMemoView Name="quadroEntregaMemo01" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="0" Top="17,00787402" Width="548,03149606" Height="26,45669291" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="13" Frame.Width="0,5" GapX="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalEntrega.&#34;XNome&#34;]"/>
      <TfrxMemoView Name="quadroEntregaMemo02" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="548,031496062992" Top="17,00787402" Width="113,385826771654" Height="26,4566929133858" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="13" Frame.Width="0,5" GapX="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalEntrega.&#34;CNPJ&#34;]"/>
      <TfrxMemoView Name="quadroEntregaDocumento" AllowVectorExport="True" Left="549,92125984252" Top="16,2519685" Width="94,488188976378" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CNPJ / CPF"/>
      <TfrxMemoView Name="quadroEntregaMemo09" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="661,417322834646" Top="69,9212598425197" Width="83,1496062992126" Height="24,56692913" 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="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalEntrega.&#34;Fone&#34;]"/>
      <TfrxMemoView Name="quadroEntregaMemo05" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="453,54330709" Top="43,46456693" Width="207,87404016" Height="26,45669291" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="9" Frame.Width="0,5" GapX="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalEntrega.&#34;XBairro&#34;]"/>
      <TfrxMemoView Name="quadroEntregaUf" AllowVectorExport="True" Left="633,070866141732" Top="69,1653543307087" Width="22,6771653543307" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="UF"/>
      <TfrxMemoView Name="quadroEntregaTelefone" AllowVectorExport="True" Left="663,30708661" Top="69,1653543307087" Width="75,59055118" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="TELEFONE / FAX"/>
      <TfrxMemoView Name="quadroEntregaInscricao" AllowVectorExport="True" Left="663,307086614173" Top="16,2519685" Width="98,26778" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO ESTADUAL"/>
      <TfrxMemoView Name="quadroEntregaEndereco" AllowVectorExport="True" Left="0" Top="42,7086614173228" Width="468,66172" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="ENDEREÇO"/>
      <TfrxMemoView Name="quadroEntregaBairro" AllowVectorExport="True" Left="455,43307087" Top="42,70866142" Width="188,97637795" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="BAIRRO / DISTRITO"/>
      <TfrxMemoView Name="quadroEntregaCep" AllowVectorExport="True" Left="663,30708661" Top="42,70866142" Width="75,59055118" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CEP"/>
      <TfrxMemoView Name="quadroEntregaMunicipio" AllowVectorExport="True" Left="0" Top="69,1653543307087" Width="468,66172" Height="24,56692913" Font.Charset="0" Font.Color="0" Font.Height="-7" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="MUNICÍPIO"/>
      <TfrxMemoView Name="quadroEntregaMemo03" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="661,417322834646" Top="17,00787402" Width="83,1496063" Height="26,4566929133858" 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="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalEntrega.&#34;IE&#34;]"/>
      <TfrxMemoView Name="quadroEntregaMemo04" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="0" Top="43,46456693" Width="453,54330709" Height="26,45669291" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="9" Frame.Width="0,5" GapX="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalEntrega.&#34;XLgr&#34;] [LocalEntrega.&#34;Nro&#34;] [LocalEntrega.&#34;XCpl&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="quadroEntregaMemo07" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="0" Top="69,92125984" Width="631,18102913" Height="24,56692913" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="13" Frame.Width="0,5" GapX="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalEntrega.&#34;XMun&#34;]"/>
      <TfrxMemoView Name="quadroEntregaMemo08" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="631,18110236" Top="69,92125984" Width="28,34645913" Height="24,56692913" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="13" Frame.Width="0,5" GapX="5" GapY="3" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[LocalEntrega.&#34;UF&#34;]"/>
    </TfrxMasterData>
    <TfrxChild Name="CanhtoCabecalhoBarra" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="98,26771654" Left="0" Top="147,40167" Width="744,56741" ToNRows="0" ToNRowsMode="rmCount">
      <TfrxMemoView Name="Memo5" AllowVectorExport="True" Left="147,40167" Top="37,79527559" Width="307,93723" Height="49,13389" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="13" Frame.Width="0,5" GapY="2" ParentFont="False" Text="IDENTIFICAÇÃO E ASSINATURA DO RECEBEDOR"/>
      <TfrxMemoView Name="Memo54" AllowVectorExport="True" Left="453,54330709" Top="0" Width="291,02381" Height="37,79525606" 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 Nº [Identificacao.&#34;NNF&#34;]  Série [Identificacao.&#34;Serie&#34; #n#000]">
        <Formats>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo57" AllowVectorExport="True" Left="0" Top="37,79527559" Width="145,51181102" Height="49,13389" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="13" Frame.Width="0,5" GapY="2" ParentFont="False" Text="DATA DO RECEBIMENTO"/>
      <TfrxLineView Name="Line5" AllowVectorExport="True" Left="3,77952756" Top="92,70872" Width="744,56741" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4" Frame.Width="0,5"/>
      <TfrxMemoView Name="Memo104" AllowVectorExport="True" Left="453,54330709" Top="37,79527559" Width="291,02362205" 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="BarCode1" AllowVectorExport="True" Left="459,21259843" Top="43,57483" Width="279" Height="37,79527559" BarType="bcCode128C" DataField="Id" DataSetName="Identificacao" Frame.Typ="0" Rotation="0" ShowText="False" TestLine="False" Text="12345678901234567890123456789012345678901234" WideBarRatio="2" Zoom="1" ColorBar="0" BarcodeText.TextSettings.Font.Charset="1" BarcodeText.TextSettings.Font.Color="0" BarcodeText.TextSettings.Font.Height="-12" BarcodeText.TextSettings.Font.Name="Arial" BarcodeText.TextSettings.Font.Style="0" BarcodeText.TextSettings.BarTextPos="btpBottom" BarcodeText.SupSettings.Font.Charset="1" BarcodeText.SupSettings.Font.Color="-16777208" BarcodeText.SupSettings.Font.Height="-9" BarcodeText.SupSettings.Font.Name="Arial" BarcodeText.SupSettings.Font.Style="0" BarcodeText.SupSettings.BarTextPos="btpTop"/>
      <TfrxMemoView Name="Memo105" Align="baWidth" AllowVectorExport="True" Left="0" Top="0" Width="453,54330709" Height="37,79527559" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="13" 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 &#13;&#10;Fiscal Eletrônica indicada ao lado. &#13;&#10;[Parametros.&#34;ResumoCanhoto&#34;]">
        <Formats>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
    </TfrxChild>
    <TfrxChild Name="CanhotoCabecalhoPadrao" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="79,37007874" Left="0" Top="45,35436" Width="744,56741" Child="CanhtoCabecalhoBarra" ToNRows="0" ToNRowsMode="rmCount">
      <TfrxMemoView Name="Memo2" AllowVectorExport="True" Left="0" Top="0" Width="641,29963" Height="37,79527559" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="13" 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" AllowVectorExport="True" Left="145,51181102" Top="37,79527559" Width="495,11811024" Height="30,23624" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="13" Frame.Width="0,5" GapY="2" ParentFont="False" Text="IDENTIFICAÇÃO E ASSINATURA DO RECEBEDOR"/>
      <TfrxMemoView Name="Memo4" Align="baWidth" AllowVectorExport="True" Left="0" Top="37,79527559" Width="145,51181102" 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" AllowVectorExport="True" Left="0" Top="73,81107" Width="744,5673828125" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4" Frame.Width="0,5"/>
      <TfrxMemoView Name="Memo17" AllowVectorExport="True" Left="640,62992126" 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]"/>
    </TfrxChild>
    <TfrxChild Name="CanhotoRodapeBarra" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="105,82677165" Left="0" Top="2010,70996" Visible="False" Width="744,56741" ToNRows="0" ToNRowsMode="rmCount">
      <TfrxLineView Name="Line4" Align="baWidth" AllowVectorExport="True" Left="0" Top="4,92919000000006" Width="744,5673828125" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4" Frame.Width="0,5"/>
      <TfrxMemoView Name="Memo55" AllowVectorExport="True" Left="0" Top="13,62987" Width="453,5436" 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 &#13;&#10;Fiscal Eletrônica indicada ao lado. &#13;&#10;[Parametros.&#34;ResumoCanhoto&#34;]">
        <Formats>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo56" AllowVectorExport="True" Left="143,622047244094" Top="51,42514559" Width="309,92146" Height="49,13389" 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="Memo81" AllowVectorExport="True" Left="0" Top="51,42514559" Width="143,62214" Height="49,13389" 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="Memo106" AllowVectorExport="True" Left="453,543307086614" Top="13,96846" Width="291,02381" Height="37,79525606" Font.Charset="0" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="7" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="NF-e Nº [Identificacao.&#34;NNF&#34;]  Série [Identificacao.&#34;Serie&#34; #n#000]">
        <Formats>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo107" AllowVectorExport="True" Left="453,543307086614" Top="51,32282" Width="291,02360252" 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="BarCode2" AllowVectorExport="True" Left="461,102362204724" Top="55,54329" Width="279" Height="37,79527559" BarType="bcCode128C" DataField="Id" DataSetName="Identificacao" Frame.Typ="0" Rotation="0" ShowText="False" TestLine="False" Text="12345678901234567890123456789012345678901234" WideBarRatio="2" Zoom="1" ColorBar="0" BarcodeText.TextSettings.Font.Charset="1" BarcodeText.TextSettings.Font.Color="0" BarcodeText.TextSettings.Font.Height="-12" BarcodeText.TextSettings.Font.Name="Arial" BarcodeText.TextSettings.Font.Style="0" BarcodeText.TextSettings.BarTextPos="btpBottom" BarcodeText.SupSettings.Font.Charset="1" BarcodeText.SupSettings.Font.Color="-16777208" BarcodeText.SupSettings.Font.Height="-9" BarcodeText.SupSettings.Font.Name="Arial" BarcodeText.SupSettings.Font.Style="0" BarcodeText.SupSettings.BarTextPos="btpTop"/>
    </TfrxChild>
    <TfrxMasterData Name="Pagamentos" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="26,45669291" Left="0" Top="1065,82746" Width="744,56741" Columns="5" ColumnWidth="148,913385826772" ColumnGap="0" DataSetName="Pagamento" RowCount="0">
      <TfrxShapeView Name="Shape2" Align="baClient" AllowVectorExport="True" Left="0" Top="0" Width="744,5673828125" Height="26,456693649292" Frame.Typ="0" Frame.Width="0,5"/>
      <TfrxMemoView Name="Memo181" AllowVectorExport="True" Left="0" Top="0" Width="148,91338583" Height="26,45668559" 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="Descrição&#13;&#10;Valor"/>
      <TfrxMemoView Name="Memo183" AllowVectorExport="True" Left="49,13389" Top="0" Width="3,77953" Height="26,45669291" 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;:"/>
      <TfrxMemoView Name="Memo185" AllowVectorExport="True" Left="52,91342" Top="0" Width="94,48825" Height="12,47244094" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" Text="[Pagamento.&#34;tPag&#34;]"/>
      <TfrxMemoView Name="Memo188" AllowVectorExport="True" Left="52,91342" Top="13,60629189" Width="94,48825" 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.Typ="0" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Pagamento.&#34;vPag&#34;]"/>
    </TfrxMasterData>
    <TfrxGroupHeader Name="PagamentosHeader" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="17,00787402" Left="0" Top="1024,25263" Width="744,56741" Condition="Length(&#60;Pagamento.&#34;tPag&#34;&#62;) &#62; 0" ReprintOnNewPage="True">
      <TfrxMemoView Name="Memo191" AllowVectorExport="True" 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.Typ="0" Frame.Width="0,5" ParentFont="False" VAlign="vaBottom" Text="PAGAMENTOS"/>
    </TfrxGroupHeader>
  </TfrxReportPage>
</TfrxReport>
