<?xml version="1.0" encoding="utf-8" standalone="no"?>
<TfrxReport Tag="1" Version="2025.1.7" DotMatrixReport="False" EngineOptions.DoublePass="True" EngineOptions.UseFileCache="True" IniFile="\Software\ConceitusSGE" PreviewOptions.AllowEdit="False" PreviewOptions.AllowPreviewEdit="False" PreviewOptions.Buttons="191549" PreviewOptions.Zoom="1" PrintOptions.Printer="PadrÃ£o" PrintOptions.PrintOnSheet="256" ReportOptions.CreateDate="40401,475989294" ReportOptions.Description.Text="" ReportOptions.LastChange="46045,4268213773" ScriptLanguage="PascalScript" ScriptText.Text="procedure ReportTitle1OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  ReportTitle1.Visible := &#60;Parametros.&#34;LogoCarregado&#34;&#62; &#60;&#62; '';&#13;&#10;  ImgLogo.Visible := &#60;Parametros.&#34;LogoCarregado&#34;&#62; &#60;&#62; '';&#13;&#10;  MensagemFiscal.Visible := &#60;Identificacao.&#34;MensagemFiscal&#34;&#62; &#60;&#62; 'ÁREA DE MENSAGEM FISCAL';&#13;&#10;  MemDescricaoProd.WordWrap := &#60;Parametros.&#34;ImprimeEm1Linha&#34;&#62; = 'N';&#13;&#10;  DadosDesconto.Visible  := (&#60;Parametros.&#34;ImprimeDescAcrescItem&#34;&#62; &#62; 0);&#13;&#10;  DadosAcrescimo.Visible := (&#60;Parametros.&#34;ImprimeDescAcrescItem&#34;&#62; &#62; 0);&#13;&#10;  DadosLiquido.Visible := (&#60;Parametros.&#34;ImprimeDescAcrescItem&#34;&#62; &#62; 0);&#13;&#10;end;&#13;&#10;&#13;&#10;procedure ValorTributosOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  ValorTributos.Visible := &#60;CalculoImposto.&#34;VTotTrib&#34;&#62; &#62; 0;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure IdentificacaoOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  IdentificacaoQrCodeLateral.Visible := &#60;Parametros.&#34;QrCodeLateral&#34;&#62; = 'S';&#13;&#10;  IdentificacaoQrCodeNormal.Visible  := &#60;Parametros.&#34;QrCodeLateral&#34;&#62; = 'N';&#13;&#10;&#13;&#10;  QrCode.Visible := IdentificacaoQrCodeNormal.Visible;&#13;&#10;&#13;&#10;  memDadosAutorizacao2.Visible := not(&#60;Parametros.&#34;nProt&#34;&#62; = '');&#13;&#10;end;&#13;&#10;&#13;&#10;procedure DadosPagamentoHeaderOnAfterPrint(Sender: TfrxComponent);&#13;&#10;var LVDesc : Double;&#13;&#10;begin&#13;&#10;  if &#60;Parametros.&#34;ExibeICMSDesoneradoComoDesconto&#34;&#62; then&#13;&#10;    LVDesc := &#60;CalculoImposto.&#34;VDesc&#34;&#62; + &#60;CalculoImposto.&#34;vICMSDeson&#34;&#62;&#13;&#10;  else&#13;&#10;    LVDesc := &#60;CalculoImposto.&#34;VDesc&#34;&#62;;&#13;&#10;  DTotDesconto.Visible := LVDesc &#62; 0;&#13;&#10;&#13;&#10;  DTotSeg.Visible := StrToFloat(&#60;CalculoImposto.&#34;vSeg&#34;&#62;) &#62; 0;&#13;&#10;  DTotOutros.Visible := StrToFloat(&#60;CalculoImposto.&#34;vOutro&#34;&#62;) &#62; 0;&#13;&#10;  DTotFrete.Visible := StrToFloat(&#60;CalculoImposto.&#34;vFrete&#34;&#62;) &#62; 0;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure DadosProdutosOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  DAcreSeg.Visible := (StrToFloat(&#60;DadosProdutos.&#34;vSeg&#34;&#62;) &#62; 0) and (&#60;Parametros.&#34;ImprimeDescAcrescItem&#34;&#62; = 1);&#13;&#10;  DAcreOutros.Visible := (StrToFloat(&#60;DadosProdutos.&#34;vOutro&#34;&#62;) &#62; 0) and (&#60;Parametros.&#34;ImprimeDescAcrescItem&#34;&#62; = 1);&#13;&#10;  DadosAcrescimo.Visible := (StrToFloat(&#60;DadosProdutos.&#34;vFrete&#34;&#62;) &#62; 0) and (&#60;Parametros.&#34;ImprimeDescAcrescItem&#34;&#62; = 1);&#13;&#10;  DadosDesconto.Visible := (StrToFloat(&#60;DadosProdutos.&#34;ValorDescontos&#34;&#62;) &#62; 0) and (&#60;Parametros.&#34;ImprimeDescAcrescItem&#34;&#62; = 1);&#13;&#10;  DadosLiquido.Visible := (DadosAcrescimo.Visible or DAcreOutros.Visible or DAcreSeg.Visible or DadosDesconto.Visible);&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo6OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   Memo6.Visible := Length(&#60;Identificacao.&#34;MensagemFiscal&#34;&#62;) &#62; 0;&#13;&#10;end;&#13;&#10;&#13;&#10;begin&#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"/>
  </Variables>
  <TfrxDataPage Name="Data" HGuides.Text="" VGuides.Text="" Height="1000" Left="0" Top="0" Width="1000"/>
  <TfrxReportPage Name="Page1" HGuides.Text="" VGuides.Text="" PaperWidth="72" PaperHeight="4000" PaperSize="256" LeftMargin="0" RightMargin="0" TopMargin="0,8" BottomMargin="0" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" EndlessHeight="True" LargeDesignHeight="True" MirrorMode="0" PrintIfEmpty="False" OnBeforePrint="Page1OnBeforePrint">
    <TfrxMasterData Name="ValorTributos" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="17,00787402" Left="0" Top="1303,93785" Width="272,12616" OnBeforePrint="ValorTributosOnBeforePrint" ColumnWidth="0" ColumnGap="0" RowCount="1" Stretched="True">
      <TfrxMemoView Name="Memo17" Align="baWidth" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="0" Top="1,88976377999995" Width="272,126159667969" Height="13,22834646" StretchMode="smActualHeight" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" GapY="2" HAlign="haCenter" ParentFont="False" Text="Tributos Incidentes (Lei Federal 12.741/2012): R$ [CalculoImposto.&#34;vTotTrib&#34; #n%2,2f] [CalculoImposto.&#34;VTribFonte&#34;]"/>
    </TfrxMasterData>
    <TfrxMasterData Name="MensagemFiscal" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="16,89763291" Left="0" Top="249,44898" Width="272,12616" ColumnWidth="0" ColumnGap="0" RowCount="1" Stretched="True">
      <TfrxMemoView Name="Memo6" Align="baWidth" AllowVectorExport="True" Left="0" Top="0" Width="272,126159667969" Height="15,11812" OnBeforePrint="Memo6OnBeforePrint" StretchMode="smActualHeight" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Typ="0" Fill.BackColor="12632256" HAlign="haCenter" ParentFont="False" WordBreak="True" VAlign="vaCenter" Text="[Identificacao.&#34;MensagemFiscal&#34;]"/>
    </TfrxMasterData>
    <TfrxMasterData Name="QRCode" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="120,94488189" Left="0" Top="948,66203" Width="272,12616" ColumnWidth="0" ColumnGap="0" RowCount="1">
      <TfrxPictureView Name="ImgQrCode1" Align="baWidth" AllowVectorExport="True" Left="0" Top="1,88976378" Width="272,126159667969" Height="117,1653226" Center="True" Frame.Color="16711935" Frame.Typ="0" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
    </TfrxMasterData>
    <TfrxMasterData Name="DadosProdutos" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="26,45670268" Left="0" Top="340,1577" Width="272,12616" OnBeforePrint="DadosProdutosOnBeforePrint" ColumnWidth="0" ColumnGap="0" DataSetName="DadosProdutos" RowCount="0" Stretched="True">
      <TfrxMemoView Name="MemDescricaoProd" Align="baWidth" AllowVectorExport="True" ShiftMode="smDontShift" Left="0" Top="0" Width="272,126159667969" Height="11,33858268" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" ParentFont="False" Text="[DadosProdutos.&#34;CProd&#34;] [DadosProdutos.&#34;DescricaoProduto&#34;]"/>
      <TfrxMemoView Name="memqCom" Align="baLeft" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="0" Top="13,49606543" Width="79,37009339" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos.&#34;Quantidade&#34;] [DadosProdutos.&#34;Unidade&#34;]"/>
      <TfrxMemoView Name="memvUnCom" Align="baLeft" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="79,37009339" Top="13,49606543" Width="68,03147898" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" ParentFont="False" WordWrap="False" Text="[DadosProdutos.&#34;ValorUnitario&#34;]"/>
      <TfrxMemoView Name="Memo140" Align="baWidth" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="147,40157237" Top="13,49606543" Width="124,724587297969" Height="11,33858268" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos.&#34;VProd&#34;]"/>
    </TfrxMasterData>
    <TfrxGroupHeader Name="DadosProdutosHeader" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="27,59056094" Left="0" Top="291,02381" Width="272,12616" Condition="DadosProdutos.&#34;ChaveNFe&#34;">
      <TfrxMemoView Name="Memo121" AllowVectorExport="True" Left="56,69291339" Top="14,47244827" Width="22,67716535" Height="11,33858268" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="1" Frame.Typ="0" GapY="2" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="UN"/>
      <TfrxMemoView Name="Memo123" AllowVectorExport="True" Left="79,37007874" Top="14,47244827" Width="37,79523898" Height="11,33858268" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="1" Frame.Typ="0" GapY="2" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VL.UNIT"/>
      <TfrxMemoView Name="Memo116" AllowVectorExport="True" Left="0" Top="1,35432827" Width="68,03150094" Height="13,22834646" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="1" Frame.Typ="0" GapY="2" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CÓDIGO"/>
      <TfrxMemoView Name="Memo117" AllowVectorExport="True" Left="68,47244094" Top="1,35432827" Width="204,09465906" Height="13,22834646" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="1" Frame.Typ="0" GapY="2" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="DESCRIÇÃO"/>
      <TfrxMemoView Name="Memo122" Align="baLeft" AllowVectorExport="True" Left="0" Top="14,47244827" Width="56,69291339" Height="11,33858268" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="1" Frame.Typ="0" GapY="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="QTD"/>
      <TfrxMemoView Name="Memo125" Align="baWidth" AllowVectorExport="True" Left="117,16531772" Top="14,47244827" Width="154,960841947969" Height="11,33857291" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="1" Frame.Typ="0" GapY="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VL.TOTAL"/>
    </TfrxGroupHeader>
    <TfrxGroupHeader Name="DadosPagamentoHeader" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="26,37009094" Left="0" Top="563,14997" Width="272,12616" OnAfterPrint="DadosPagamentoHeaderOnAfterPrint" Child="DTotDesconto" Condition="DadosProdutos.&#34;ChaveNFe&#34;" ReprintOnNewPage="True">
      <TfrxMemoView Name="memTitDadosPagamento" Align="baLeft" AllowVectorExport="True" Left="0" Top="0" Width="128,50402" Height="23,81103094" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" Text="Qtde. Total de Itens&#13;&#10;Valor Total R$"/>
      <TfrxMemoView Name="memDadosPagamento" Align="baRight" AllowVectorExport="True" Left="128,504019667969" Top="0" Width="143,62214" Height="23,81103094" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" DataSetName="Parametros" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapX="3" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[Parametros.&#34;QtdeItens&#34;]&#13;&#10;[&#60;CalculoImposto.&#34;VProd&#34;&#62; + &#60;ISSQN.&#34;vServ&#34;&#62; #n%2,2f]">
        <Formats>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
    </TfrxGroupHeader>
    <TfrxMasterData Name="DadosPagamento" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="14,74015992" Left="0" Top="801,26036" Width="272,12616" OnBeforePrint="DadosPagamentoOnBeforePrint" ColumnWidth="0" ColumnGap="0" DataSetName="Pagamento" RowCount="0" Stretched="True">
      <TfrxMemoView Name="Memo19" Align="baLeft" AllowVectorExport="True" Left="0" Top="0,11023378" Width="128,50402" Height="12,47244094" DataSetName="Pagamento" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2m" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Pagamento.&#34;tPag&#34;]"/>
      <TfrxMemoView Name="Memo18" Align="baRight" AllowVectorExport="True" Left="128,504019667969" Top="0,11023378" Width="143,62214" Height="12,47244094" DataSetName="Pagamento" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapX="3" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Pagamento.&#34;vPag&#34;]"/>
    </TfrxMasterData>
    <TfrxReportTitle Name="ReportTitle1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="71,81107" Left="0" Top="18,89765" Width="272,12616" OnBeforePrint="ReportTitle1OnBeforePrint" PrintChildIfInvisible="True" Stretched="True"/>
    <TfrxMasterData Name="Observacoes" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="18,89765" Left="0" Top="1345,51268" Width="272,12616" ColumnWidth="0" ColumnGap="0" Filter="&#60;InformacoesAdicionais.&#34;OBS&#34;&#62; &#60;&#62; ''" RowCount="1" Stretched="True">
      <TfrxMemoView Name="Memo21" Align="baWidth" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="0" Top="0" Width="272,126159667969" Height="15,11812" StretchMode="smActualHeight" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" GapY="2" HAlign="haCenter" ParentFont="False" Text="[InformacoesAdicionais.&#34;OBS&#34;]"/>
    </TfrxMasterData>
    <TfrxPageHeader Name="PageHeader1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="76,04731" Left="0" Top="113,3859" Width="272,12616" Stretched="True">
      <TfrxMemoView Name="Memo9" Align="baWidth" AllowVectorExport="True" Left="0" Top="52,48825" Width="272,126159667969" Height="22,67718" StretchMode="smActualHeight" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordBreak="True" VAlign="vaCenter" Text="Documento Auxiliar da Nota Fiscal de Consumidor Eletrônica"/>
      <TfrxMemoView Name="Memo2" Align="baWidth" AllowVectorExport="True" Left="57,69295" Top="0" Width="214,433209667969" Height="51,02363181" StretchMode="smActualHeight" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" LineSpacing="4" ParentFont="False" Text="CNPJ: [Emitente.&#34;CNPJ&#34;] [Emitente.&#34;XNome&#34;]&#13;&#10;[Emitente.&#34;XLgr&#34;], [Emitente.&#34;nro&#34;] - [Emitente.&#34;xBairro&#34;]&#13;&#10;[Emitente.&#34;XMun&#34;], [Emitente.&#34;UF&#34;]&#13;&#10;[IIF(&#60;Emitente.&#34;Fone&#34;&#62;&#60;&#62;'','Fone: '+&#60;Emitente.&#34;Fone&#34;&#62;,'')]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxPictureView Name="ImgLogo" AllowVectorExport="True" Left="1" Top="1,44094" Width="56,69295" Height="49,13389" Center="True" DataField="LogoCarregado" DataSetName="Parametros" Frame.Typ="0" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
    </TfrxPageHeader>
    <TfrxMasterData Name="IdentificacaoQrCodeNormal" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="86,92919" Left="0" Top="839,05566" Visible="False" Width="272,12616" OnBeforePrint="IdentificacaoOnBeforePrint" ColumnWidth="0" ColumnGap="0" RowCount="1" Stretched="True">
      <TfrxMemoView Name="Memo33" Align="baWidth" AllowVectorExport="True" Left="0" Top="0,33859" Width="272,126159667969" Height="23,05511811" StretchMode="smActualHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Typ="0" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" Text="&#60;b&#62;Consulte pela chave de acesso em&#60;/b&#62;&#13;&#10;[Identificacao.&#34;URL&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo34" Align="baWidth" AllowVectorExport="True" Left="0" Top="23,7953" Width="272,126159667969" Height="22,29921992" StretchMode="smActualHeight" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" AllowHTMLTags="True" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" Text="[Identificacao.&#34;Chave&#34;]"/>
      <TfrxMemoView Name="Memo37" Align="baWidth" AllowVectorExport="True" Left="0" Top="46,7953" Width="272,126159667969" Height="37,7953" StretchMode="smMaxHeight" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" AllowHTMLTags="True" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Typ="0" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" Text="&#60;b&#62;[Destinatario.&#34;Consumidor&#34;]&#60;/b&#62;&#13;&#10;&#60;b&#62;NFC-e nº [Identificacao.&#34;NNF&#34;] Série [Identificacao.&#34;Serie&#34; #n#000] [Identificacao.&#34;DEmi&#34;]&#13;&#10;&#60;b&#62;[Parametros.&#34;DescricaoViaEstabelec&#34;]&#60;/b&#62;&#13;&#10;&#60;b&#62;[InformacoesAdicionais.&#34;MensagemSEFAZ&#34;]&#60;/b&#62;&#13;&#10;&#60;b&#62;[IIF(&#60;Parametros.&#34;nProt&#34;&#62; = '','','Protocolo de autorização:')]&#60;/b&#62;[IIF(&#60;Parametros.&#34;nProt&#34;&#62; = '','',&#60;Parametros.&#34;nProt&#34;&#62;)]&#13;&#10;&#60;b&#62;[IIF(&#60;Parametros.&#34;nProt&#34;&#62; = '','','Data de autorização:')]&#60;/b&#62;[IIF(&#60;Parametros.&#34;nProt&#34;&#62; = '','',&#60;Parametros.&#34;dhRecbto&#34;&#62;)]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
    </TfrxMasterData>
    <TfrxMasterData Name="Rodape" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="28,34646157" Left="0" Top="1387,08751" Width="272,12616" ColumnWidth="0" ColumnGap="0" PrintIfDetailEmpty="True" RowCount="1" Stretched="True">
      <TfrxMemoView Name="Memo3" Align="baWidth" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="0" Top="1,88976378" Width="272,126159667969" Height="15,11812" StretchMode="smActualHeight" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" GapY="2" HAlign="haCenter" ParentFont="False" Text="[Parametros.&#34;Sistema&#34;] [Parametros.&#34;Site&#34;]"/>
    </TfrxMasterData>
    <TfrxMasterData Name="IdentificacaoQrCodeLateral" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="189,41744" Left="0" Top="1092,28417" Visible="False" Width="272,12616" OnBeforePrint="IdentificacaoOnBeforePrint" ColumnWidth="0" ColumnGap="0" RowCount="1" Stretched="True">
      <TfrxMemoView Name="Memo24" Align="baWidth" AllowVectorExport="True" Left="0" Top="0,11018984" Width="272,126159667969" Height="11,33858024" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Typ="0" GapX="5" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="Consulte pela chave de acesso em"/>
      <TfrxMemoView Name="Memo25" Align="baWidth" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="0" Top="12,88188" Width="272,126159667969" Height="18,89765" StretchMode="smActualHeight" Font.Charset="0" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="0" Frame.Typ="0" HAlign="haCenter" ParentFont="False" WordBreak="True" VAlign="vaBottom" Text="[Identificacao.&#34;URL&#34;]"/>
      <TfrxMemoView Name="Memo26" Align="baWidth" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="109,60637" Top="77,69295" Width="162,519789667969" Height="64,25201" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="1" Frame.Typ="0" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordBreak="True" WordWrap="False" VAlign="vaCenter" Text="NFC-e nº [Identificacao.&#34;NNF&#34;]&#13;&#10;Série [Identificacao.&#34;Serie&#34; #n#000]&#13;&#10;[Identificacao.&#34;DEmi&#34;]&#13;&#10;[Parametros.&#34;DescricaoViaEstabelec&#34;]&#13;&#10;[InformacoesAdicionais.&#34;MensagemSEFAZ&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo27" Align="baWidth" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="0" Top="32,35434291" Width="272,126159667969" Height="18,89765" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="1" Frame.Typ="0" HAlign="haCenter" ParentFont="False" WordBreak="True" VAlign="vaCenter" Text="[Identificacao.&#34;Chave&#34;]"/>
      <TfrxMemoView Name="Memo28" Align="baWidth" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="0" Top="53,7953" Width="272,126159667969" Height="17,00783984" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="1" Frame.Typ="0" GapX="5" HAlign="haCenter" ParentFont="False" WordBreak="True" VAlign="vaCenter" Text="[Destinatario.&#34;Consumidor&#34;]"/>
      <TfrxMemoView Name="memDadosAutorizacao2" Align="baWidth" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="109,60637" Top="144,06299457" Width="162,519789667969" Height="41,57483" OnBeforePrint="memDadosAutorizacaoOnBeforePrint" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="1" Frame.Typ="0" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordBreak="True" WordWrap="False" VAlign="vaCenter" Text="Protocolo de autorização: &#13;&#10;[Parametros.&#34;nProt&#34;]&#13;&#10;Data de autorização:&#13;&#10;[Parametros.&#34;dhRecbto&#34;] ">
        <Formats>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxPictureView Name="ImgQrCode2" Align="baLeft" AllowVectorExport="True" ShiftMode="smWhenOverlapped" Left="0" Top="77,5906" Width="109,60637" Height="109,6062626" Center="True" Frame.Color="16711935" Frame.Typ="0" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
    </TfrxMasterData>
    <TfrxDetailData Name="DadosDesconto" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="11,33858268" Left="0" Top="389,29159" Width="272,12616" ColumnWidth="0" ColumnGap="0" Filter="&#60;DadosProdutos.&#34;ValorDescontos&#34;&#62; &#62; 0" RowCount="1">
      <TfrxMemoView Name="Memo29" Align="baWidth" AllowVectorExport="True" ShiftMode="smDontShift" Left="170,07896228" Top="0" Width="102,047197387969" Height="11,33858268" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="- [DadosProdutos.&#34;ValorDescontos&#34;]"/>
      <TfrxMemoView Name="Memo30" Align="baLeft" AllowVectorExport="True" ShiftMode="smDontShift" Left="0" Top="0" Width="170,07896228" Height="11,33858268" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="Desconto"/>
    </TfrxDetailData>
    <TfrxDetailData Name="DadosAcrescimo" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="11,33858268" Left="0" Top="423,30736" Width="272,12616" ColumnWidth="0" ColumnGap="0" Filter="&#60;DadosProdutos.&#34;ValorAcrescimos&#34;&#62; &#62; 0" RowCount="1">
      <TfrxMemoView Name="Memo31" Align="baWidth" AllowVectorExport="True" ShiftMode="smDontShift" Left="170,07896228" Top="0" Width="102,047197387969" Height="11,33858268" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="+ [DadosProdutos.&#34;vFrete&#34;]"/>
      <TfrxMemoView Name="Memo32" Align="baLeft" AllowVectorExport="True" ShiftMode="smDontShift" Left="0" Top="0" Width="170,07896228" Height="11,33858268" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="Frete"/>
    </TfrxDetailData>
    <TfrxDetailData Name="DadosLiquido" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="13,22834646" Left="0" Top="525,35467" Width="272,12616" ColumnWidth="0" ColumnGap="0" Filter="(&#60;DadosProdutos.&#34;ValorDescontos&#34;&#62; &#62; 0) or (&#60;DadosProdutos.&#34;ValorAcrescimos&#34;&#62; &#62; 0)" PrintChildIfInvisible="True" RowCount="1">
      <TfrxMemoView Name="Memo35" Align="baWidth" AllowVectorExport="True" ShiftMode="smDontShift" Left="170,07896228" Top="0" Width="102,047197387969" Height="11,33858268" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[&#60;DadosProdutos.&#34;ValorLiquido&#34;&#62;]"/>
      <TfrxMemoView Name="Memo36" Align="baLeft" AllowVectorExport="True" ShiftMode="smDontShift" Left="0" Top="0" Width="170,07896228" Height="11,33858268" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="Valor líquido"/>
    </TfrxDetailData>
    <TfrxMasterData Name="SangriaParaFinalImpressao" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="102,04731" Left="0" Top="1440,00093" Width="272,12616" ColumnWidth="0" ColumnGap="0" RowCount="1"/>
    <TfrxChild Name="Child3" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="30,566945" Left="0" Top="748,34694" Width="272,12616" PrintChildIfInvisible="True" ToNRows="0" ToNRowsMode="rmCount">
      <TfrxMemoView Name="Memo7" Align="baLeft" AllowVectorExport="True" Left="0" Top="0" Width="128,50402" Height="15,11812" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Typ="0" Frame.Width="0,5" ParentFont="False" VAlign="vaCenter" Text="Valor a Pagar R$"/>
      <TfrxMemoView Name="Memo10" Align="baRight" AllowVectorExport="True" Left="128,504019667969" Top="0" Width="143,62214" Height="15,11812" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Typ="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[&#60;CalculoImposto.&#34;ValorApagar&#34;&#62; #n%2,2f]"/>
      <TfrxMemoView Name="Memo8" Align="baLeft" AllowVectorExport="True" Left="0" Top="19,11812" Width="128,50402" Height="11,33859" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" ParentFont="False" VAlign="vaCenter" Text="FORMA DE PAGAMENTO "/>
      <TfrxMemoView Name="Memo11" Align="baRight" AllowVectorExport="True" Left="128,504019667969" Top="19,228355" Width="143,62214" Height="11,33859" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="0" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR PAGO R$"/>
    </TfrxChild>
    <TfrxChild Name="DTotOutros" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="12,47244094" Left="0" Top="714,33117" Width="272,12616" Child="Child3" PrintChildIfInvisible="True" ToNRows="0" ToNRowsMode="rmCount">
      <TfrxMemoView Name="Memo46" Align="baLeft" AllowVectorExport="True" Left="0" Top="0" Width="128,50402" Height="12,47244094" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" Text="Outros Valores R$"/>
      <TfrxMemoView Name="Memo47" Align="baRight" AllowVectorExport="True" Left="128,504019667969" Top="0" Width="143,62214" Height="12,47244094" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" DataSetName="Parametros" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapX="3" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[&#60;CalculoImposto.&#34;VOutro&#34;&#62; #n%2,2f]"/>
    </TfrxChild>
    <TfrxChild Name="DTotSeg" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="12,47244094" Left="0" Top="680,3154" Width="272,12616" Child="DTotOutros" PrintChildIfInvisible="True" ToNRows="0" ToNRowsMode="rmCount">
      <TfrxMemoView Name="Memo44" Align="baLeft" AllowVectorExport="True" Left="0" Top="0" Width="128,50402" Height="12,47244094" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" Text="Seguro R$"/>
      <TfrxMemoView Name="Memo45" Align="baRight" AllowVectorExport="True" Left="128,504019667969" Top="0" Width="143,62214" Height="12,47244094" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" DataSetName="Parametros" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapX="3" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[&#60;CalculoImposto.&#34;VSeg&#34;&#62; #n%2,2f]"/>
    </TfrxChild>
    <TfrxChild Name="DTotFrete" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="12,47244094" Left="0" Top="646,29963" Width="272,12616" Child="DTotSeg" PrintChildIfInvisible="True" ToNRows="0" ToNRowsMode="rmCount">
      <TfrxMemoView Name="Memo42" Align="baLeft" AllowVectorExport="True" Left="0" Top="0" Width="128,50402" Height="12,47244094" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" Text="Frete R$"/>
      <TfrxMemoView Name="Memo43" Align="baRight" AllowVectorExport="True" Left="128,504019667969" Top="0" Width="143,62214" Height="12,47244094" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" DataSetName="Parametros" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapX="3" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[&#60;CalculoImposto.&#34;VFrete&#34;&#62; #n%2,2f]"/>
    </TfrxChild>
    <TfrxDetailData Name="DAcreSeg" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="11,33858268" Left="0" Top="457,32313" Width="272,12616" ColumnWidth="0" ColumnGap="0" Filter="&#60;DadosProdutos.&#34;ValorAcrescimos&#34;&#62; &#62; 0" RowCount="1">
      <TfrxMemoView Name="Memo39" Align="baLeft" AllowVectorExport="True" ShiftMode="smDontShift" Left="0" Top="-2,77555756156289E-17" Width="170,07896228" Height="11,33858268" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="Seguro"/>
      <TfrxMemoView Name="Memo38" Align="baWidth" AllowVectorExport="True" ShiftMode="smDontShift" Left="170,07896228" Top="0" Width="102,047197387969" Height="11,33858268" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="+ [DadosProdutos.&#34;vSeg&#34;]"/>
    </TfrxDetailData>
    <TfrxDetailData Name="DAcreOutros" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="11,33858268" Left="0" Top="491,3389" Width="272,12616" ColumnWidth="0" ColumnGap="0" Filter="&#60;DadosProdutos.&#34;ValorAcrescimos&#34;&#62; &#62; 0" RowCount="1">
      <TfrxMemoView Name="Memo41" Align="baLeft" AllowVectorExport="True" ShiftMode="smDontShift" Left="0" Top="-2,77555756156289E-17" Width="170,07896228" Height="11,33858268" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="Outros Valores"/>
      <TfrxMemoView Name="Memo40" Align="baWidth" AllowVectorExport="True" ShiftMode="smDontShift" Left="170,07896228" Top="-2,77555756156289E-17" Width="102,047197387969" Height="11,33858268" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="+ [DadosProdutos.&#34;vOutro&#34;]"/>
    </TfrxDetailData>
    <TfrxChild Name="DTotDesconto" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="12,47244094" Left="0" Top="612,28386" Width="272,12616" Child="DTotFrete" PrintChildIfInvisible="True" ToNRows="0" ToNRowsMode="rmCount">
      <TfrxMemoView Name="Memo48" Align="baLeft" AllowVectorExport="True" Left="0" Top="0" Width="128,50402" Height="12,47244094" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapX="3" ParentFont="False" WordWrap="False" Text="Descontos R$"/>
      <TfrxMemoView Name="Memo49" Align="baRight" AllowVectorExport="True" Left="128,504019667969" Top="0" Width="143,62214" Height="12,47244094" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" DataSetName="Parametros" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Typ="0" Frame.Width="0,5" GapX="3" HAlign="haRight" ParentFont="False" WordWrap="False" Text="- [IIF(&#60;Parametros.&#34;ExibeICMSDesoneradoComoDesconto&#34;&#62;, &#60;CalculoImposto.&#34;VDesc&#34;&#62; + &#60;CalculoImposto.&#34;vICMSDeson&#34;&#62;, &#60;CalculoImposto.&#34;VDesc&#34;&#62;) #n%2,2f]"/>
    </TfrxChild>
  </TfrxReportPage>
</TfrxReport>
