<?xml version="1.0" encoding="utf-8"?>
<TfrxReport Version="4.12.1" DotMatrixReport="False" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="4095" PreviewOptions.Zoom="1" PrintOptions.Printer="Padrão" PrintOptions.PrintOnSheet="0" ReportOptions.Author="EXATA Sistemas" ReportOptions.CreateDate="41565,5535409954" ReportOptions.Description.Text="" ReportOptions.Name="Relatorios\custos_geral.cusrelfr3" ReportOptions.LastChange="43284,5381799306" ScriptLanguage="PascalScript" ScriptText.Text="var nTotalCF,nTotalCV, nTotalInvestimentos:double;                                 &#13;&#10;&#13;&#10;procedure Coluna1OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;       If trim(&#60;Logo&#62;) = '' Then Begin&#13;&#10;               Nome_Fantasia.Left := 0;&#13;&#10;               titulo1.Left := 0;&#13;&#10;               titulo2.Left := 0;&#13;&#10;               titulo3.Left := 0;&#13;&#10;               titulo4.Left := 0                                               &#13;&#10;               End;  &#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;procedure GroupHeader4OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  If &#60;custos_totais_cv_cf.&#34;Agrupador&#34;&#62; = 1 then&#13;&#10;       mmTitulo.Text:= 'Total dos Custos Fixos e Variáveis por Centro de Custo';&#13;&#10;&#13;&#10;  If &#60;custos_totais_cv_cf.&#34;Agrupador&#34;&#62; = 2 then&#13;&#10;       mmTitulo.Text:= 'Rateio dos Custos de Administração, Dep.Casimiro e Depósito R.O. para as lojas';&#13;&#10;&#13;&#10;  If &#60;custos_totais_cv_cf.&#34;Agrupador&#34;&#62; = 3 then&#13;&#10;       mmTitulo.Text:= 'Total dos Custos Fixos e Variáveis após o Rateio dos Custos de Administração, Dep.Casimiro e Depósito R.O.';               &#13;&#10;                   &#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;procedure Chart2OnBeforePrint(Sender: TfrxComponent);&#13;&#10;var nFaturamento,nLucro, nCMV,nPCMV,nPCF, nPCV, nPFAT, nPLUC, nPINV:double;&#13;&#10;begin&#13;&#10;  &#13;&#10;  nFaturamento:= StrToFloat(&#60;FATLJ_1&#62;) + StrToFloat(&#60;FATLJ_2&#62;) + StrToFloat(&#60;FATLJ_3&#62;) + StrToFloat(&#60;FATLJ_4&#62;) + StrToFloat(&#60;FATLJ_5&#62;) + StrToFloat(&#60;FATLJ_6&#62;) +  StrToFloat(&#60;FATLJ_7&#62;) ;  &#13;&#10;  nCMV        := StrToFloat(&#60;CMVLJ_1&#62;) + StrToFloat(&#60;CMVLJ_2&#62;) + StrToFloat(&#60;CMVLJ_3&#62;) + StrToFloat(&#60;CMVLJ_4&#62;) + StrToFloat(&#60;CMVLJ_5&#62;) + StrToFloat(&#60;CMVLJ_6&#62;) + StrToFloat(&#60;CMVLJ_7&#62;) ;&#13;&#10;  nLucro      := nFaturamento - nTotalCF - nTotalCV -  nCMV ;                                                     &#13;&#10;&#13;&#10;  nPFAT:= nFaturamento;&#13;&#10;  nPCMV:= ( (nCMV / nPFAT))  * 100;&#13;&#10;  nPCF:=  ( (nTotalCF  / nPFAT) )  * 100;&#13;&#10;  nPCV:=  ( (nTotalCV  / nPFAT) )  * 100;&#13;&#10;  nPLUC:= ( (nLucro / nPFAT) )  * 100;&#13;&#10;      &#13;&#10;  Chart2.SeriesData[0].XSource := 'CMV | '+ FormatFloat('##0.00 %',nPCMV)+';Custo Fixo | '+ FormatFloat('##0.00 %',nPCF)+';Custo Variável | '+ FormatFloat('##0.00 %',nPCV)+';Lucro | '+ FormatFloat('##0.00 %',nPLUC);&#13;&#10;  Chart2.SeriesData[0].YSource := FloatToStr(nCMV)+';'+FloatToStr(nTotalCF)+';'+FloatToStr(nTotalCV)+';'+FloatToStr(nLucro);&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo137OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  If &#60;custos_resumo.&#34;descricao&#34;&#62; = 'TOTAL CUSTOS FIXOS' then&#13;&#10;      nTotalCF:= &#60;custos_resumo.&#34;cc_valor_total&#34;&#62;;  &#13;&#10;  If &#60;custos_resumo.&#34;descricao&#34;&#62; = 'TOTAL CUSTOS VARIÁVEIS' then&#13;&#10;      nTotalCV:= &#60;custos_resumo.&#34;cc_valor_total&#34;&#62;              &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Chart3OnBeforePrint(Sender: TfrxComponent);&#13;&#10;var nFaturamento,nLucro, nCMV, nPCMV,nPCF, nPCV, nPFAT, nPLUC, nPINV :double;                                                                   &#13;&#10;begin&#13;&#10;  nFaturamento:= StrToFloat(&#60;FATLJ_1&#62;) + StrToFloat(&#60;FATLJ_2&#62;) + StrToFloat(&#60;FATLJ_3&#62;) + StrToFloat(&#60;FATLJ_4&#62;) + StrToFloat(&#60;FATLJ_5&#62;) + StrToFloat(&#60;FATLJ_6&#62;) +  StrToFloat(&#60;FATLJ_7&#62;) ;  &#13;&#10;  nCMV        := StrToFloat(&#60;CMVLJ_1&#62;) + StrToFloat(&#60;CMVLJ_2&#62;) + StrToFloat(&#60;CMVLJ_3&#62;) + StrToFloat(&#60;CMVLJ_4&#62;) + StrToFloat(&#60;CMVLJ_5&#62;) + StrToFloat(&#60;CMVLJ_6&#62;) + StrToFloat(&#60;CMVLJ_7&#62;) ;&#13;&#10;  nLucro:= nFaturamento - nTotalCF - nTotalCV -  nCMV - nTotalInvestimentos ;                                                     &#13;&#10;&#13;&#10;  nPFAT:= nFaturamento;&#13;&#10;  nPCMV:= ( (nCMV / nPFAT))  * 100;&#13;&#10;  nPCF:=  ( (nTotalCF  / nPFAT) )  * 100;&#13;&#10;  nPCV:=  ( (nTotalCV  / nPFAT) )  * 100;&#13;&#10;  nPLUC:= ( (nLucro / nPFAT) )  * 100;&#13;&#10;  nPINV:= ( (nTotalInvestimentos / nPFAT) )  * 100;      &#13;&#10;    &#13;&#10;  Chart3.SeriesData[0].XSource := 'CMV | '+ FormatFloat('##0.00 %',nPCMV)+';Custo Fixo | '+ FormatFloat('##0.00 %',nPCF)+';Custo Variável | '+ FormatFloat('##0.00 %',nPCV)+';Investimento | '+ FormatFloat('##0.00 %',nPINV)+';Lucro | '+ FormatFloat('##0.00 %',nPLUC);&#13;&#10;  Chart3.SeriesData[0].YSource := FloatToStr(nCMV)+';'+FloatToStr(nTotalCF)+';'+FloatToStr(nTotalCV)+';'+FloatToStr(nTotalInvestimentos)+';'+FloatToStr(nLucro);  &#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo102OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  If &#60;custos_demonstracao.&#34;descricao&#34;&#62; = 'TOTAL INVESTIMENTOS' then&#13;&#10;       nTotalInvestimentos:= &#60;custos_demonstracao.&#34;cc_valor_total&#34;&#62;                                                          &#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;procedure Memo115OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  If Memo115.Value = 0 then&#13;&#10;       Memo115.Font.Color:= clBlack                    &#13;&#10;  else&#13;&#10;       If Memo115.Value &#60; 0 then&#13;&#10;         Memo115.Font.Color:= clRed            &#13;&#10;       else&#13;&#10;        Memo115.Font.Color:= clBlue;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo103OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   If Memo103.Value = 0 then&#13;&#10;       Memo103.Font.Color:= clBlack                    &#13;&#10;  else&#13;&#10;       If Memo103.Value &#60; 0 then&#13;&#10;         Memo103.Font.Color:= clRed            &#13;&#10;       else&#13;&#10;        Memo103.Font.Color:= clBlue;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo101OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   If Memo101.Value = 0 then&#13;&#10;       Memo101.Font.Color:= clBlack                    &#13;&#10;  else&#13;&#10;       If Memo101.Value &#60; 0 then&#13;&#10;         Memo101.Font.Color:= clRed            &#13;&#10;       else&#13;&#10;        Memo101.Font.Color:= clBlue;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo106OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   If Memo106.Value = 0 then&#13;&#10;       Memo106.Font.Color:= clBlack                    &#13;&#10;  else&#13;&#10;       If Memo106.Value &#60; 0 then&#13;&#10;         Memo106.Font.Color:= clRed            &#13;&#10;       else&#13;&#10;        Memo106.Font.Color:= clBlue;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo108OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   If Memo108.Value = 0 then&#13;&#10;       Memo108.Font.Color:= clBlack                    &#13;&#10;  else&#13;&#10;       If Memo108.Value &#60; 0 then&#13;&#10;         Memo108.Font.Color:= clRed            &#13;&#10;       else&#13;&#10;        Memo108.Font.Color:= clBlue;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo110OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   If Memo110.Value = 0 then&#13;&#10;       Memo110.Font.Color:= clBlack                    &#13;&#10;  else&#13;&#10;       If Memo110.Value &#60; 0 then&#13;&#10;         Memo110.Font.Color:= clRed            &#13;&#10;       else&#13;&#10;        Memo110.Font.Color:= clBlue;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo116OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   If Memo116.Value = 0 then&#13;&#10;       Memo116.Font.Color:= clBlack                    &#13;&#10;  else&#13;&#10;       If Memo116.Value &#60; 0 then&#13;&#10;         Memo116.Font.Color:= clRed            &#13;&#10;       else&#13;&#10;        Memo116.Font.Color:= clBlue;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo118OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   If Memo118.Value = 0 then&#13;&#10;       Memo118.Font.Color:= clBlack                    &#13;&#10;  else&#13;&#10;       If Memo118.Value &#60; 0 then&#13;&#10;         Memo118.Font.Color:= clRed            &#13;&#10;       else&#13;&#10;        Memo118.Font.Color:= clBlue;  &#13;&#10;end;&#13;&#10;&#13;&#10;begin&#13;&#10;                    &#13;&#10;       picture1.FileLink := trim(&#60;Logo&#62;); &#13;&#10;             &#13;&#10;end." ShowProgress="False" StoreInDFM="False" PropData="044C656674025803546F70026808446174617365747301010C3100000020446174615365743D226F444D2E2220446174615365744E616D653D22637573746F735F64656D6F6E7374726163616F2200010C2C00000020446174615365743D226F444D2E2220446174615365744E616D653D22637573746F735F6772616669636F2200010C2B00000020446174615365743D226F444D2E2220446174615365744E616D653D22637573746F735F726573756D6F2200010C3100000020446174615365743D226F444D2E2220446174615365744E616D653D22637573746F735F746F746169735F63765F63662200010C2A00000020446174615365743D226F444D2E2220446174615365744E616D653D22637573746F735F746F74616C220000095661726961626C657301010C0F000000204E616D653D222056657273616F2200010C20000000204E616D653D2256657273616F5F53697374656D61222056616C75653D22362200010C10000000204E616D653D2220456D70726573612200010C4D000000204E616D653D2252617A616F5F536F6369616C222056616C75653D222756494C4152454A4F204445204D41434145204D415445524941495320444520434F4E5354525543414F204C544441272200010C34000000204E616D653D224E6F6D655F46616E7461736961222056616C75653D222756494C4152454A4F2041434142414D454E544F53272200010C1F000000204E616D653D224C6F6A61222056616C75653D2227446570F37369746F272200010C32000000204E616D653D22456E64657265636F222056616C75653D2227455354205345525241204D4152204B4D20382C352C2030272200010C1F000000204E616D653D224E756D65726F222056616C75653D2227202020202030272200010C1E000000204E616D653D22436F6D706C656D656E746F222056616C75653D2227272200010C23000000204E616D653D2242616972726F222056616C75653D222756494C41205645524445272200010C2A000000204E616D653D22436964616465222056616C75653D2227434153494D49524F204445204142524555272200010C17000000204E616D653D225546222056616C75653D2227524A272200010C1F000000204E616D653D22434550222056616C75653D222732383836302D303030272200010C33000000204E616D653D2254656C65666F6E65222056616C75653D22272832322920323736342D3035303020202020202020202020272200010C2E000000204E616D653D22466178222056616C75653D22272820202920202020202D2020202020202020202020202020272200010C29000000204E616D653D22434E504A222056616C75653D222733362E3537372E3534322F303030312D3739272200010C2A000000204E616D653D22496E73635F457374616475616C222056616C75653D222738362E3632302E323934272200010C29000000204E616D653D22496E73635F4D756E69636970616C222056616C75653D22273030303030303030272200010C2A000000204E616D653D2253697465222056616C75653D22277777772E76696C6172656A6F2E636F6D2E6272272200010C31000000204E616D653D22456D61696C222056616C75653D22277375706F72746540657861746173697374656D61732E636F6D272200010C31000000204E616D653D224C6F676F222056616C75653D2227496D6167656E735C4C4F474F5F52454C41544F52494F2E424D50272200010C25000000204E616D653D22536C6F67616E222056616C75653D222741206361736120E920737561272200010C21000000204E616D653D22436F6469676F5F4C6F6A61222056616C75653D2227303031272200010C1E000000204E616D653D225465726D696E616C222056616C75653D2227303031272200010C0F000000204E616D653D2220546974756C6F2200010C2D000000204E616D653D22546974756C6F31222056616C75653D222752656C6174F372696F20646520437573746F73272200010C3A000000204E616D653D22546974756C6F32222056616C75653D2227506572ED6F646F3A2030312F30312F32303138202D2031352F30312F32303138272200010C33000000204E616D653D22546974756C6F33222056616C75653D222750657371756973616E646F20706F7220506167616D656E746F272200010C2C000000204E616D653D22546974756C6F34222056616C75653D22274DF364756C6F3A205465736F757261726961272200010C1A000000204E616D653D22546974756C6F35222056616C75653D2227272200010C0E000000204E616D653D22204175746F722200010C2B000000204E616D653D224175746F725F4E6F6D65222056616C75653D222745584154412053697374656D6173272200010C32000000204E616D653D224175746F725F53697465222056616C75653D22277777772E657861746173697374656D61732E636F6D272200010C10000000204E616D653D2220436F6C756E61732200010C27000000204E616D653D22434D564C4A5F31222056616C75653D2227202020203131313935322C3932272200010C27000000204E616D653D224641544C4A5F31222056616C75653D2227202020202033333234302C3735272200010C26000000204E616D653D22494E444943454C4A5F31222056616C75653D222731323539302C333730272200010C27000000204E616D653D22434D564C4A5F32222056616C75653D2227202020203934303638332C3034272200010C27000000204E616D653D224641544C4A5F32222056616C75653D2227202020203635313339302C3337272200010C2A000000204E616D653D22494E444943454C4A5F32222056616C75653D2227202020202031353439302C3832272200010C27000000204E616D653D22434D564C4A5F33222056616C75653D2227202020313330323437352C3432272200010C27000000204E616D653D224641544C4A5F33222056616C75653D2227202020203837313839392C3932272200010C2A000000204E616D653D22494E444943454C4A5F33222056616C75653D2227202020202032333637322C3433272200010C27000000204E616D653D22434D564C4A5F34222056616C75653D2227202020313032343730372C3937272200010C27000000204E616D653D224641544C4A5F34222056616C75653D2227202020203731323233352C3038272200010C2A000000204E616D653D22494E444943454C4A5F34222056616C75653D2227202020202031343439352C3336272200010C27000000204E616D653D22434D564C4A5F35222056616C75653D2227202020203633353737342C3433272200010C27000000204E616D653D224641544C4A5F35222056616C75653D2227202020203437393837362C3133272200010C2A000000204E616D653D22494E444943454C4A5F35222056616C75653D2227202020202020313633302C3239272200010C27000000204E616D653D22434D564C4A5F36222056616C75653D2227202020203437333833382C3938272200010C27000000204E616D653D224641544C4A5F36222056616C75653D2227202020203338383539372C3931272200010C2A000000204E616D653D22494E444943454C4A5F36222056616C75653D2227202020202020383736372C3030272200010C27000000204E616D653D22434D564C4A5F37222056616C75653D2227202020203137313936312C3035272200010C27000000204E616D653D224641544C4A5F37222056616C75653D2227202020203133373032362C3535272200010C2A000000204E616D653D22494E444943454C4A5F37222056616C75653D2227202020202020393734302C3839272200010C31000000204E616D653D22546974756C6F5F43656E74726F5F303031222056616C75653D222741646D696E6973747261E7E36F272200010C3B000000204E616D653D22546974756C6F5F43656E74726F5F303032222056616C75653D2227446570F37369746F2052696F20646173204F7374726173272200010C29000000204E616D653D22546974756C6F5F43656E74726F5F303033222056616C75653D22274D616361E9272200010C2C000000204E616D653D22546974756C6F5F43656E74726F5F303034222056616C75653D22274172617275616D61272200010C2D000000204E616D653D22546974756C6F5F43656E74726F5F303035222056616C75653D22274361626F204672696F272200010C2A000000204E616D653D22546974756C6F5F43656E74726F5F303036222056616C75653D222743616D706F73272200010C38000000204E616D653D22546974756C6F5F43656E74726F5F303037222056616C75653D2227434420436173696D69726F206465204162726575272200010C2B000000204E616D653D22546974756C6F5F43656E74726F5F303038222056616C75653D22274E69746572F369272200010C32000000204E616D653D22546974756C6F5F43656E74726F5F303039222056616C75653D222752696F20646173204F7374726173272200010C2E000000204E616D653D224749524F5F4553544F5155455F44494153222056616C75653D222720202020202020202030272200010C26000000204E616D653D224749524F5F4553544F5155455F5052415A4F222056616C75653D22273327220000055374796C650100">
  <TfrxDataPage Name="Data" Height="1000" Left="0" Top="0" Width="1000"/>
  <TfrxReportPage Name="Page1" Orientation="poLandscape" PaperWidth="297" PaperHeight="210" PaperSize="9" LeftMargin="7" RightMargin="7" TopMargin="7" BottomMargin="7" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="298,58287">
    <TfrxPageHeader Name="Cabecalho" Height="116" Left="0" Top="18,89765" Width="1069,60699">
      <TfrxPictureView Name="Picture1" Left="0" Top="0" Width="98" Height="88" ShowHint="False" Center="True" FileLink="[Logo]" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Nome_Fantasia" Left="113,3859" Top="0" Width="944,89462" Height="22" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-15" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Nome_Fantasia]"/>
      <TfrxMemoView Name="Titulo1" Left="113,3859" Top="21" Width="944,89462" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo1]"/>
      <TfrxMemoView Name="Titulo2" Left="113,3859" Top="37" Width="944,89462" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo2]"/>
      <TfrxMemoView Name="Titulo3" Left="113,3859" Top="53" Width="944,89462" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo3]"/>
      <TfrxMemoView Name="Titulo4" Left="113,3859" Top="69" Width="377,4141" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo4]"/>
      <TfrxMemoView Name="Data_Hora" Left="805,81942" Top="69" Width="250" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="EmissÃ£o: [Date] -  [Time]"/>
      <TfrxMemoView Name="Separador1" Left="0" Top="94" Width="1054,50099" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo35" Left="0" Top="89,48825" Width="1069,61911" Height="26,55906" ShowHint="False" Frame.Typ="12" Text=""/>
      <TfrxMemoView Name="Memo36" Left="399,76407" Top="88,26778" Width="64,25201" Height="26,55906" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[Titulo_Centro_003]"/>
      <TfrxMemoView Name="Memo37" Left="229,68522" Top="88,26778" Width="79,37013" Height="26,55906" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[Titulo_Centro_001]"/>
      <TfrxMemoView Name="Memo38" Left="320,39394" Top="88,26778" Width="79,38225" Height="26,55906" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordBreak="True" VAlign="vaCenter" Text="[Titulo_Centro_002]"/>
      <TfrxMemoView Name="Memo39" Left="0" Top="88,26778" Width="40,89620627" Height="26,55906" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="CÃ³digo"/>
      <TfrxMemoView Name="Memo40" Left="569,84292" Top="88,26778" Width="64,25201" Height="26,55906" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[Titulo_Centro_005]"/>
      <TfrxMemoView Name="Memo41" Left="980,78015" Top="88,26778" Width="86,92919" Height="26,55906" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="Total da Conta"/>
      <TfrxMemoView Name="Memo42" Left="41,57483" Top="88,26778" Width="185,19697" Height="26,55906" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="Conta OrÃ§amentÃ¡ria"/>
      <TfrxMemoView Name="Memo43" Left="490,47279" Top="88,26778" Width="64,25201" Height="26,55906" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[Titulo_Centro_004]"/>
      <TfrxMemoView Name="Memo44" Left="652,99258" Top="88,26778" Width="60,47248" Height="26,55906" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[Titulo_Centro_006]"/>
      <TfrxMemoView Name="Memo45" Left="728,92177" Top="88,26778" Width="79,37013" Height="26,55906" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[Titulo_Centro_007]"/>
      <TfrxMemoView Name="Memo46" Left="830,96908" Top="88,26778" Width="60,47248" Height="26,55906" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[Titulo_Centro_008]"/>
      <TfrxMemoView Name="Memo96" Left="914,64626" Top="88,26778" Width="60,47248" Height="26,55906" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[Titulo_Centro_009]"/>
    </TfrxPageHeader>
    <TfrxMasterData Name="Band4" Height="19" Left="0" Top="332,59864" Width="1069,60699" ColumnWidth="0" ColumnGap="0" DataSet="oDM." DataSetName="custos_total" RowCount="0">
      <TfrxMemoView Name="Zebrado" Align="baClient" Left="0" Top="0" Width="1069,60699" Height="19" Visible="False" ShowHint="False" DataSetName="prevencao_acertos" Highlight.Font.Charset="1" Highlight.Font.Color="255" Highlight.Font.Height="-13" Highlight.Font.Name="Arial" Highlight.Font.Style="0" Highlight.Color="15000804" Highlight.Condition="&#60;Line#&#62; mod 2" Text=""/>
      <TfrxMemoView Name="Memo3" Left="3,10090627" Top="0" Width="37,7953" Height="18,89765" ShowHint="False" DataField="n4_codigo" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="dd/mm/yyyy" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_total.&#34;n4_codigo&#34;]"/>
      <TfrxMemoView Name="Memo4" Left="41,57483" Top="0" Width="185,19697" Height="18,89765" ShowHint="False" DataField="n4_nome" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="dd/mm/yyyy" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_total.&#34;n4_nome&#34;]"/>
      <TfrxMemoView Name="Memo5" Left="399,76407" Top="0" Width="79,37013" Height="18,89765" ShowHint="False" DataField="valor3" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_total.&#34;valor3&#34;]"/>
      <TfrxMemoView Name="Memo7" Left="569,84292" Top="0" Width="68,03154" Height="18,89765" ShowHint="False" DataField="valor5" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_total.&#34;valor5&#34;]"/>
      <TfrxMemoView Name="Memo22" Left="490,47279" Top="0" Width="64,25201" Height="18,89765" ShowHint="False" DataField="valor4" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_total.&#34;valor4&#34;]"/>
      <TfrxMemoView Name="Memo14" Left="320,39394" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataField="valor2" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_total.&#34;valor2&#34;]"/>
      <TfrxMemoView Name="Memo12" Left="229,68522" Top="0" Width="71,81107" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="valor1" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_total.&#34;valor1&#34;]"/>
      <TfrxMemoView Name="Memo13" Left="652,99258" Top="0" Width="68,03154" Height="18,89765" ShowHint="False" DataField="valor6" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_total.&#34;valor6&#34;]"/>
      <TfrxMemoView Name="Memo15" Left="740,26036" Top="0" Width="68,03154" Height="18,89765" ShowHint="False" DataField="valor7" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_total.&#34;valor7&#34;]"/>
      <TfrxMemoView Name="Memo16" Left="823,41002" Top="0" Width="68,03154" Height="18,89765" ShowHint="False" DataField="valor9" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_total.&#34;valor9&#34;]"/>
      <TfrxMemoView Name="Memo17" Left="999,6778" Top="0" Width="68,03154" Height="18,89765" ShowHint="False" DataField="valorlinha" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_total.&#34;valorlinha&#34;]"/>
      <TfrxMemoView Name="Memo97" Left="907,0872" Top="0" Width="68,03154" Height="18,89765" ShowHint="False" DataField="valor8" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_total.&#34;valor8&#34;]"/>
    </TfrxMasterData>
    <TfrxPageFooter Name="Rodape" Height="37,55906" Left="0" Top="563,14997" Width="1069,60699" OnAfterPrint="RodapeOnAfterPrint">
      <TfrxMemoView Name="Texto_Rodape2" Left="0" Top="5" Width="1068,81911" Height="30" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="4" HAlign="haRight" ParentFont="False" Text="Total de registros: [Count(Band4)]&#13;&#10;PÃ¡gina: [Page#] de [TotalPages#]"/>
      <TfrxMemoView Name="Texto_Rodape1" Left="1" Top="21" Width="300" Height="15,22047" ShowHint="False" Font.Charset="1" Font.Color="16711680" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="[Autor_Site]"/>
    </TfrxPageFooter>
    <TfrxGroupFooter Name="GroupFooter1" Height="22,67718" Left="0" Top="374,17347" Width="1069,60699">
      <TfrxMemoView Name="Memo47" Left="0" Top="0" Width="1069,61911" Height="19" ShowHint="False" Color="-16777194" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo19" Left="229,68522" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor1&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo20" Left="3,10090627" Top="0" Width="200,31509" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaCenter" Text="Total: "/>
      <TfrxMemoView Name="Memo21" Left="320,39394" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor2&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo23" Left="407,32313" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor3&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo24" Left="482,91373" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor4&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo25" Left="566,06339" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor5&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo31" Left="651,21305" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor6&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo32" Left="736,48083" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor7&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo33" Left="819,63049" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor9&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo34" Left="995,89827" Top="0" Width="71,81107" Height="18,89765" OnAfterData="Memo34OnAfterData" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valorlinha&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo98" Left="903,30767" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor8&#34;&#62;,Band4)]"/>
    </TfrxGroupFooter>
    <TfrxGroupHeader Name="GroupHeader1" Height="22,67718" Left="0" Top="287,24428" Width="1069,60699" OnAfterPrint="GroupHeader1OnAfterPrint" OnBeforePrint="GroupHeader1OnBeforePrint" Condition="custos_total.&#34;n3_nome&#34;" KeepTogether="True">
      <TfrxMemoView Name="Memo18" Left="26,45671" Top="0" Width="374,17347" Height="15,22047" OnAfterData="Memo18OnAfterData" OnBeforePrint="Memo18OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="- [custos_total.&#34;n3_nome&#34;]"/>
    </TfrxGroupHeader>
    <TfrxGroupHeader Name="GroupHeader2" Height="22,67718" Left="0" Top="241,88992" Width="1069,60699" Condition="custos_total.&#34;n2_nome&#34;">
      <TfrxMemoView Name="Memo1" Left="11,33859" Top="1" Width="381,73253" Height="15,22047" OnAfterData="Memo1OnAfterData" OnBeforePrint="Memo1OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="- [custos_total.&#34;n2_nome&#34;]"/>
    </TfrxGroupHeader>
    <TfrxGroupFooter Name="GroupFooter2" Height="22,67718" Left="0" Top="419,52783" Width="1069,60699" OnBeforePrint="GroupFooter2OnBeforePrint">
      <TfrxMemoView Name="Memo2" Left="0" Top="0,77953" Width="1069,61911" Height="19" ShowHint="False" Color="-16777216" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo6" Left="229,68522" Top="0,77953" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor1&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo8" Left="3,10090627" Top="0,77953" Width="200,31509" Height="19" OnAfterData="Memo8OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total: "/>
      <TfrxMemoView Name="Memo9" Left="320,39394" Top="0,77953" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor2&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo10" Left="407,32313" Top="0,77953" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor3&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo11" Left="482,91373" Top="0,77953" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor4&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo26" Left="566,06339" Top="0,77953" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor5&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo27" Left="651,21305" Top="0,77953" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor6&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo28" Left="736,48083" Top="0,77953" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor7&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo29" Left="819,63049" Top="0,77953" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor9&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo30" Left="995,89827" Top="0,77953" Width="71,81107" Height="18,89765" OnAfterData="Memo30OnAfterData" OnBeforePrint="Memo30OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valorlinha&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo99" Left="903,30767" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor8&#34;&#62;,Band4)]"/>
    </TfrxGroupFooter>
    <TfrxGroupHeader Name="GroupHeader3" Height="22,77953" Left="0" Top="196,53556" Width="1069,60699" Condition="custos_total.&#34;tipo_custo&#34;">
      <TfrxMemoView Name="Memo48" Left="0" Top="0" Width="385,51206" Height="19" OnAfterData="Memo48OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-16" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="- [custos_total.&#34;tipo_custo&#34;]"/>
    </TfrxGroupHeader>
    <TfrxGroupFooter Name="GroupFooter3" Height="37,7953" Left="0" Top="464,88219" Width="1069,60699">
      <TfrxMemoView Name="Memo49" Left="0" Top="0" Width="1069,61911" Height="30,33859" ShowHint="False" Color="9276813" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo50" Left="229,68522" Top="3,77953" Width="71,81107" Height="18,89765" OnAfterData="Memo50OnAfterData" OnAfterPrint="Memo50OnAfterPrint" OnBeforePrint="Memo50OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor1&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo51" Left="3,10090627" Top="3,77953" Width="200,31509" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total: "/>
      <TfrxMemoView Name="Memo52" Left="320,39394" Top="3,77953" Width="71,81107" Height="18,89765" OnAfterData="Memo52OnAfterData" OnAfterPrint="Memo52OnAfterPrint" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor2&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo53" Left="407,32313" Top="3,77953" Width="71,81107" Height="18,89765" OnAfterData="Memo53OnAfterData" OnAfterPrint="Memo53OnAfterPrint" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor3&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo54" Left="482,91373" Top="3,77953" Width="71,81107" Height="18,89765" OnAfterData="Memo54OnAfterData" OnAfterPrint="Memo54OnAfterPrint" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor4&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo55" Left="566,06339" Top="3,77953" Width="71,81107" Height="18,89765" OnAfterData="Memo55OnAfterData" OnAfterPrint="Memo55OnAfterPrint" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor5&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo56" Left="651,21305" Top="3,77953" Width="71,81107" Height="18,89765" OnAfterData="Memo56OnAfterData" OnAfterPrint="Memo56OnAfterPrint" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor6&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo57" Left="736,48083" Top="3,77953" Width="71,81107" Height="18,89765" OnAfterData="Memo57OnAfterData" OnAfterPrint="Memo57OnAfterPrint" OnBeforePrint="Memo57OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor7&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo58" Left="819,63049" Top="3,77953" Width="71,81107" Height="18,89765" OnAfterData="Memo58OnAfterData" OnAfterPrint="Memo58OnAfterPrint" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor9&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo59" Left="995,89827" Top="3,77953" Width="71,81107" Height="18,89765" OnAfterData="Memo59OnAfterData" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valorlinha&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo112" Left="903,30767" Top="3,77953" Width="71,81107" Height="18,89765" OnAfterData="Memo58OnAfterData" OnAfterPrint="Memo58OnAfterPrint" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor8&#34;&#62;,Band4)]"/>
    </TfrxGroupFooter>
  </TfrxReportPage>
  <TfrxReportPage Name="pgResumo" Orientation="poLandscape" PaperWidth="297" PaperHeight="210" PaperSize="256" LeftMargin="7" RightMargin="7" TopMargin="7" BottomMargin="7" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="">
    <TfrxPageHeader Name="PageHeader3" Height="93,32282" Left="0" Top="18,89765" Width="1069,60699">
      <TfrxPictureView Name="Picture4" Left="0" Top="0" Width="98" Height="88" ShowHint="False" Center="True" FileLink="[Logo]" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Memo60" Left="113,3859" Top="0" Width="944,89462" Height="22" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-15" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Nome_Fantasia]"/>
      <TfrxMemoView Name="Memo61" Left="113,3859" Top="21" Width="944,89462" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo1]"/>
      <TfrxMemoView Name="Memo62" Left="113,3859" Top="37" Width="944,89462" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo2]"/>
      <TfrxMemoView Name="Memo63" Left="113,3859" Top="53" Width="944,89462" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo3]"/>
      <TfrxMemoView Name="Memo64" Left="113,3859" Top="69" Width="377,4141" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo4]"/>
      <TfrxMemoView Name="Memo65" Left="805,81942" Top="69" Width="250" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="EmissÃ£o: [Date] -  [Time]"/>
    </TfrxPageHeader>
    <TfrxMasterData Name="MasterData1" Height="19" Left="0" Top="238,11039" Width="1069,60699" ColumnWidth="0" ColumnGap="0" DataSet="oDM." DataSetName="custos_totais_cv_cf" RowCount="0">
      <TfrxMemoView Name="Memo66" Align="baClient" Left="0" Top="0" Width="1069,60699" Height="19" Visible="False" ShowHint="False" DataSetName="prevencao_acertos" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Highlight.Font.Charset="1" Highlight.Font.Color="255" Highlight.Font.Height="-13" Highlight.Font.Name="Arial" Highlight.Font.Style="0" Highlight.Color="15000804" Highlight.Condition="&#60;Line#&#62; mod 2" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo71" Align="baClient" Left="0" Top="0" Width="1069,60699" Height="19" ShowHint="False" DataSetName="prevencao_acertos" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Highlight.Font.Charset="1" Highlight.Font.Color="255" Highlight.Font.Height="-13" Highlight.Font.Name="Arial" Highlight.Font.Style="0" Highlight.Color="15000804" Highlight.Condition="&#60;Line#&#62; mod 2" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo81" Left="0" Top="0" Width="117,165354330709" Height="18,89765" ShowHint="False" DataField="descricao" DataSet="oDM." DataSetName="custos_totais_cv_cf" DisplayFormat.FormatStr="dd/mm/yyyy" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_totais_cv_cf.&#34;descricao&#34;]"/>
      <TfrxMemoView Name="Memo79" Left="120,04734174" Top="0" Width="86,92913386" Height="18,89765" ShowHint="False" DataField="cc_valor1" DataSet="oDM." DataSetName="custos_totais_cv_cf" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_totais_cv_cf.&#34;cc_valor1&#34;]"/>
      <TfrxMemoView Name="Memo80" Left="212,31709299" Top="0" Width="86,92913386" Height="18,89765" ShowHint="False" DataField="cc_valor2" DataSet="oDM." DataSetName="custos_totais_cv_cf" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_totais_cv_cf.&#34;cc_valor2&#34;]"/>
      <TfrxMemoView Name="Memo82" Left="306,58684424" Top="0" Width="86,92913386" Height="18,89765" ShowHint="False" DataField="cc_valor7" DataSet="oDM." DataSetName="custos_totais_cv_cf" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_totais_cv_cf.&#34;cc_valor7&#34;]"/>
      <TfrxMemoView Name="Memo83" Left="400,85659549" Top="0" Width="86,92913386" Height="18,89765" ShowHint="False" DataField="cc_valor3" DataSet="oDM." DataSetName="custos_totais_cv_cf" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_totais_cv_cf.&#34;cc_valor3&#34;]"/>
      <TfrxMemoView Name="Memo84" Left="494,12634674" Top="0" Width="86,92913386" Height="18,89765" ShowHint="False" DataField="cc_valor5" DataSet="oDM." DataSetName="custos_totais_cv_cf" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_totais_cv_cf.&#34;cc_valor5&#34;]"/>
      <TfrxMemoView Name="Memo85" Left="587,39609799" Top="0" Width="86,92913386" Height="18,89765" ShowHint="False" DataField="cc_valor6" DataSet="oDM." DataSetName="custos_totais_cv_cf" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_totais_cv_cf.&#34;cc_valor6&#34;]"/>
      <TfrxMemoView Name="Memo86" Left="679,66584924" Top="0" Width="86,92913386" Height="18,89765" ShowHint="False" DataField="cc_valor9" DataSet="oDM." DataSetName="custos_totais_cv_cf" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_totais_cv_cf.&#34;cc_valor9&#34;]"/>
      <TfrxMemoView Name="Memo87" Left="772,93560049" Top="0" Width="86,92913386" Height="18,89765" ShowHint="False" DataField="cc_valor4" DataSet="oDM." DataSetName="custos_totais_cv_cf" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_totais_cv_cf.&#34;cc_valor4&#34;]"/>
      <TfrxMemoView Name="Memo88" Left="971,20535174" Top="0" Width="95,62204724" Height="18,89765" ShowHint="False" DataField="cc_valor_total" DataSet="oDM." DataSetName="custos_totais_cv_cf" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_totais_cv_cf.&#34;cc_valor_total&#34;]"/>
      <TfrxMemoView Name="Memo125" Left="865,51237" Top="0" Width="86,92913386" Height="18,89765" ShowHint="False" DataField="cc_valor8" DataSet="oDM." DataSetName="custos_totais_cv_cf" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_totais_cv_cf.&#34;cc_valor8&#34;]"/>
    </TfrxMasterData>
    <TfrxMasterData Name="MasterData2" Height="19" Left="0" Top="343,93723" Width="1069,60699" ColumnWidth="0" ColumnGap="0" DataSet="oDM." DataSetName="custos_demonstracao" RowCount="0">
      <TfrxMemoView Name="Memo100" Align="baClient" Left="0" Top="0" Width="1069,60699" Height="19" ShowHint="False" DataSetName="prevencao_acertos" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Highlight.Font.Charset="1" Highlight.Font.Color="255" Highlight.Font.Height="-13" Highlight.Font.Name="Arial" Highlight.Font.Style="0" Highlight.Color="15000804" Highlight.Condition="&#60;Line#&#62; mod 2" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo102" Left="0" Top="0" Width="117,165354330709" Height="18,89765" OnBeforePrint="Memo102OnBeforePrint" ShowHint="False" DataField="descricao" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.FormatStr="dd/mm/yyyy" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;descricao&#34;]"/>
      <TfrxMemoView Name="Memo103" Left="119,18120489" Top="0" Width="75,59055118" Height="18,89765" OnAfterData="Memo103OnAfterData" ShowHint="False" DataField="cc_valor1" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_valor1&#34;]"/>
      <TfrxMemoView Name="Memo104" Left="198,5355478" Top="0" Width="31,37004213" Height="18,89765" ShowHint="False" DataField="cc_perc1" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_perc1&#34;]"/>
      <TfrxMemoView Name="Memo101" Left="241,25019864" Top="0" Width="75,59055118" Height="18,89765" OnAfterData="Memo101OnAfterData" ShowHint="False" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_valor3&#34;]"/>
      <TfrxMemoView Name="Memo105" Left="319,85061095" Top="0" Width="31,37004213" Height="18,89765" ShowHint="False" DataField="cc_perc3" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_perc3&#34;]"/>
      <TfrxMemoView Name="Memo106" Left="361,87430989" Top="0" Width="75,59055118" Height="18,89765" OnAfterData="Memo106OnAfterData" ShowHint="False" DataField="cc_valor5" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_valor5&#34;]"/>
      <TfrxMemoView Name="Memo107" Left="442,33892685" Top="0" Width="31,37007874" Height="18,89765" ShowHint="False" DataField="cc_perc5" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_perc5&#34;]"/>
      <TfrxMemoView Name="Memo108" Left="481,15983114" Top="0" Width="75,59055118" Height="18,89765" OnAfterData="Memo108OnAfterData" ShowHint="False" DataField="cc_valor6" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_valor6&#34;]"/>
      <TfrxMemoView Name="Memo109" Left="562,19724095" Top="0" Width="31,37007874" Height="18,89765" ShowHint="False" DataField="cc_perc6" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_perc6&#34;]"/>
      <TfrxMemoView Name="Memo110" Left="603,54770239" Top="0" Width="75,59055118" Height="18,89765" OnAfterData="Memo110OnAfterData" ShowHint="False" DataField="cc_valor9" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_valor9&#34;]"/>
      <TfrxMemoView Name="Memo111" Left="682,22884685" Top="0" Width="31,37007874" Height="18,89765" ShowHint="False" DataField="cc_perc9" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_perc9&#34;]"/>
      <TfrxMemoView Name="Memo116" Left="723,37651364" Top="0" Width="75,59055118" Height="18,89765" OnAfterData="Memo116OnAfterData" ShowHint="False" DataField="cc_valor4" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_valor4&#34;]"/>
      <TfrxMemoView Name="Memo117" Left="800,74857095" Top="0" Width="31,37007874" Height="18,89765" ShowHint="False" DataField="cc_perc4" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_perc4&#34;]"/>
      <TfrxMemoView Name="Memo118" Left="957,76438489" Top="0" Width="75,59055118" Height="18,89765" OnAfterData="Memo118OnAfterData" ShowHint="False" DataField="cc_valor_total" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_valor_total&#34;]"/>
      <TfrxMemoView Name="Memo119" Left="1037,81165095" Top="0" Width="31,37007874" Height="18,89765" ShowHint="False" DataField="cc_perc_total" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_perc_total&#34;]"/>
      <TfrxMemoView Name="Memo115" Left="840,71707" Top="0" Width="75,59055118" Height="18,89765" OnAfterData="Memo115OnAfterData" ShowHint="False" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_valor8&#34;]"/>
      <TfrxMemoView Name="Memo124" Left="921,07142512" Top="0" Width="31,37007874" Height="18,89765" ShowHint="False" DataField="cc_perc8" DataSet="oDM." DataSetName="custos_demonstracao" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_demonstracao.&#34;cc_perc8&#34;]"/>
    </TfrxMasterData>
    <TfrxGroupHeader Name="GroupHeader4" Height="41,95275591" Left="0" Top="173,85838" Width="1069,60699" OnBeforePrint="GroupHeader4OnBeforePrint" Condition="custos_totais_cv_cf.&#34;Agrupador&#34;">
      <TfrxMemoView Name="mmTitulo" Left="0" Top="0" Width="1069,60699" Height="41,57483" ShowHint="False" Color="16777215" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="12" HAlign="haCenter" ParentFont="False" Text="Total dos Custos Fixos e VariÃ¡veis por Centro de Custo"/>
      <TfrxMemoView Name="Memo68" Left="401,99045375" Top="21,01577" Width="86,92913386" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="MacaÃ©"/>
      <TfrxMemoView Name="Memo69" Left="121,1812" Top="21,01577" Width="86,9291338582677" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="AdministraÃ§Ã£o"/>
      <TfrxMemoView Name="Memo70" Left="213,45095125" Top="21,01577" Width="86,92913386" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="DepÃ³sito R.O."/>
      <TfrxMemoView Name="Memo72" Left="495,260205" Top="21,01577" Width="86,92913386" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Cabo Frio"/>
      <TfrxMemoView Name="Memo73" Left="972,33921" Top="21,01577" Width="94,48818898" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total"/>
      <TfrxMemoView Name="Memo74" Left="0" Top="21,01577" Width="117,165354330709" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Demonstrativo"/>
      <TfrxMemoView Name="Memo75" Left="774,06945875" Top="21,01577" Width="86,92913386" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Araruama"/>
      <TfrxMemoView Name="Memo76" Left="588,52995625" Top="21,01577" Width="86,92913386" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Campos"/>
      <TfrxMemoView Name="Memo77" Left="307,7207025" Top="21,01577" Width="86,92913386" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Dep.Casimiro"/>
      <TfrxMemoView Name="Memo78" Left="680,7997075" Top="21,01577" Width="86,92913386" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="R.Ostras"/>
      <TfrxMemoView Name="Memo133" Left="866,64622826" Top="21,01577" Width="86,92913386" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="NiterÃ³i"/>
    </TfrxGroupHeader>
    <TfrxMasterData Name="MasterData3" Height="19" Left="0" Top="430,86642" Width="1069,60699" ColumnWidth="0" ColumnGap="0" DataSet="oDM." DataSetName="custos_resumo" RowCount="0">
      <TfrxMemoView Name="Memo121" Align="baClient" Left="0" Top="0" Width="1069,60699" Height="19" ShowHint="False" DataSetName="prevencao_acertos" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="0" Highlight.Font.Charset="1" Highlight.Font.Color="255" Highlight.Font.Height="-13" Highlight.Font.Name="Arial" Highlight.Font.Style="0" Highlight.Color="15000804" Highlight.Condition="&#60;Line#&#62; mod 2" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo137" Left="0" Top="0" Width="185,19697" Height="18,89765" OnBeforePrint="Memo137OnBeforePrint" ShowHint="False" DataField="descricao" DataSet="oDM." DataSetName="custos_resumo" DisplayFormat.FormatStr="dd/mm/yyyy" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_resumo.&#34;descricao&#34;]"/>
      <TfrxMemoView Name="Memo138" Left="211,09462489" Top="0" Width="95,62204724" Height="18,89765" ShowHint="False" DataField="cc_valor_total" DataSet="oDM." DataSetName="custos_resumo" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_resumo.&#34;cc_valor_total&#34;]"/>
      <TfrxMemoView Name="Memo139" Left="320,8032619" Top="0" Width="68,03151803" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_resumo" DisplayFormat.DecimalSeparator="." DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_resumo.&#34;cc_perc_total&#34;] %"/>
    </TfrxMasterData>
    <TfrxGroupHeader Name="GroupHeader5" Height="22,67718" Left="0" Top="385,51206" Width="1069,60699" Condition="custos_resumo.&#34;Agrupador&#34;" KeepTogether="True">
      <TfrxMemoView Name="Memo120" Left="0" Top="0" Width="1069,60699" Height="20,78738693" ShowHint="False" Color="16777215" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="12" HAlign="haCenter" ParentFont="False" Text="Resumo do Resultado"/>
    </TfrxGroupHeader>
    <TfrxGroupHeader Name="GroupHeader6" Height="41,95275591" Left="0" Top="279,68522" Width="1069,60699" OnBeforePrint="GroupHeader4OnBeforePrint" Condition="custos_demonstracao.&#34;Agrupador&#34;" KeepTogether="True">
      <TfrxMemoView Name="Memo122" Left="3,77953" Top="0" Width="1069,60699" Height="41,57483" ShowHint="False" Color="16777215" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="12" HAlign="haCenter" ParentFont="False" Text="DemonstraÃ§Ã£o do Resultado"/>
      <TfrxMemoView Name="Memo123" Left="241,25019375" Top="21,01577" Width="75,59055118" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="MacaÃ©"/>
      <TfrxMemoView Name="Memo126" Left="361,874305" Top="21,01577" Width="75,59055118" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Cabo Frio"/>
      <TfrxMemoView Name="Memo127" Left="960,8825" Top="21,01577" Width="72,94487213" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total"/>
      <TfrxMemoView Name="Memo128" Left="0" Top="21,01577" Width="117,165354330709" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Demonstrativo"/>
      <TfrxMemoView Name="Memo129" Left="723,37650875" Top="21,01577" Width="75,59055118" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Araruama"/>
      <TfrxMemoView Name="Memo130" Left="481,15982625" Top="21,01577" Width="75,59055118" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Campos"/>
      <TfrxMemoView Name="Memo131" Left="119,8465525" Top="21,01577" Width="75,5905511811024" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Dep.Casimiro"/>
      <TfrxMemoView Name="Memo132" Left="603,5476975" Top="21,01577" Width="75,59055118" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="R.Ostras"/>
      <TfrxMemoView Name="Memo89" Left="198,5355478" Top="21,01577" Width="31,37004213" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo90" Left="319,85061095" Top="21,01577" Width="31,37004213" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo91" Left="442,33892685" Top="21,01577" Width="31,37007874" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo92" Left="562,19724095" Top="21,01577" Width="31,37007874" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo93" Left="682,22884685" Top="21,01577" Width="31,37007874" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo94" Left="800,74857095" Top="21,01577" Width="31,37007874" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo95" Left="1038,45735685" Top="21,01577" Width="31,37004213" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo113" Left="840,71707" Top="20,89765" Width="75,59055118" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="NiterÃ³i"/>
      <TfrxMemoView Name="Memo114" Left="921,07142512" Top="20,89765" Width="31,37007874" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
    </TfrxGroupHeader>
    <TfrxGroupFooter Name="GroupFooter4" Height="52,91342" Left="0" Top="472,44125" Width="1069,60699">
      <TfrxMemoView Name="Memo67" Left="16,77953" Top="17" Width="321,26005" Height="30,23624" ShowHint="False" DataSet="oDM." DataSetName="custos_resumo" DisplayFormat.FormatStr="dd/mm/yyyy" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="* Giro de Estoque dos Ãºltimos 3 Meses&#13;&#10;* EBTIDA calculado considerando PCLD"/>
    </TfrxGroupFooter>
  </TfrxReportPage>
  <TfrxReportPage Name="Page3" Orientation="poLandscape" PaperWidth="297" PaperHeight="210" PaperSize="9" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="">
    <TfrxPageHeader Name="PageHeader2" Height="113" Left="0" Top="18,89765" Width="1046,92981">
      <TfrxPictureView Name="Picture3" Left="0" Top="0" Width="98" Height="88" ShowHint="False" Center="True" FileLink="[Logo]" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Memo349" Left="113,3859" Top="0" Width="944,89462" Height="22" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-15" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Nome_Fantasia]"/>
      <TfrxMemoView Name="Memo350" Left="113,3859" Top="21" Width="944,89462" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo1]"/>
      <TfrxMemoView Name="Memo351" Left="113,3859" Top="37" Width="944,89462" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo2]"/>
      <TfrxMemoView Name="Memo352" Left="113,3859" Top="53" Width="944,89462" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo3]"/>
      <TfrxMemoView Name="Memo353" Left="113,3859" Top="69" Width="377,4141" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo4]"/>
      <TfrxMemoView Name="Memo354" Left="805,81942" Top="69" Width="250" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="EmissÃ£o: [Date] -  [Time]"/>
      <TfrxMemoView Name="Memo355" Left="0" Top="94" Width="1054,50099" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" Text=""/>
    </TfrxPageHeader>
    <TfrxReportSummary Name="ReportSummary3" Height="514,01608" Left="0" Top="192,75603" Width="1046,92981">
      <TfrxChartView Name="Chart2" Left="4,01577" Top="1,11812" Width="529,1342" Height="506,45702" OnBeforePrint="Chart2OnBeforePrint" ShowHint="False" PropData="0543686172740A260300005450463006544368617274054368617274044C656674020003546F7002000557696474680390010648656967687403FA000C416C6C6F7750616E6E696E670706706D4E6F6E6509416C6C6F775A6F6F6D08144261636B57616C6C2E42727573682E436F6C6F720707636C5768697465144261636B57616C6C2E42727573682E5374796C6507076273436C656172144261636B57616C6C2E50656E2E56697369626C6508125469746C652E466F6E742E43686172736574070F44454641554C545F43484152534554105469746C652E466F6E742E436F6C6F720707636C426C61636B115469746C652E466F6E742E48656967687402F00F5469746C652E466F6E742E4E616D650605417269616C105469746C652E466F6E742E5374796C650B066673426F6C6400125469746C652E546578742E537472696E677301143100000044454D4F4E53545241C387C3834F20444F20524553554C5441444F20414E54455320444F20494E56455354494D454E544F000B4178697356697369626C65080A436C6970506F696E7473080D4672616D652E56697369626C6508104C6567656E642E416C69676E6D656E7407086C61426F74746F6D175669657733444F7074696F6E732E456C65766174696F6E033B01185669657733444F7074696F6E732E4F7274686F676F6E616C08195669657733444F7074696F6E732E50657273706563746976650200165669657733444F7074696F6E732E526F746174696F6E0368010B56696577334457616C6C73080A426576656C4F75746572070662764E6F6E6505436F6C6F720707636C5768697465000A545069655365726965730753657269657331114D61726B732E4172726F774C656E67746802080D4D61726B732E56697369626C65090B536572696573436F6C6F720705636C526564055469746C65060C435553544F53204649584F530F4F74686572536C6963652E5465787406054F746865721250696556616C7565732E4461746554696D65080E50696556616C7565732E4E616D6506035069651450696556616C7565732E4D756C7469706C696572050000000000000080FF3F0F50696556616C7565732E4F7264657207066C6F4E6F6E650000000E4368617274456C65766174696F6E033B010A5365726965734461746101010C740000002044617461547970653D2264744669786564446174612220536F72744F726465723D22736F4E6F6E652220546F704E3D223135222058547970653D227874546578742220536F75726365333D2227636C5265643B636C59656C6C6F773B636C477265656E3B636C57686974653B636C426C7565220000"/>
      <TfrxChartView Name="Chart3" Left="536,69326" Top="1,11812" Width="506,45702" Height="506,45702" OnBeforePrint="Chart3OnBeforePrint" ShowHint="False" PropData="0543686172740A250300005450463006544368617274054368617274044C656674020003546F7002000557696474680390010648656967687403FA000C416C6C6F7750616E6E696E670706706D4E6F6E6509416C6C6F775A6F6F6D08144261636B57616C6C2E42727573682E436F6C6F720707636C5768697465144261636B57616C6C2E42727573682E5374796C6507076273436C656172144261636B57616C6C2E50656E2E56697369626C6508125469746C652E466F6E742E43686172736574070F44454641554C545F43484152534554105469746C652E466F6E742E436F6C6F720707636C426C61636B115469746C652E466F6E742E48656967687402F00F5469746C652E466F6E742E4E616D650605417269616C105469746C652E466F6E742E5374796C650B066673426F6C6400125469746C652E546578742E537472696E677301143000000044454D4F4E53545241C387C3834F20444F20524553554C5441444F204150C39353204F20494E56455354494D454E544F000B4178697356697369626C65080A436C6970506F696E7473080D4672616D652E56697369626C6508104C6567656E642E416C69676E6D656E7407086C61426F74746F6D175669657733444F7074696F6E732E456C65766174696F6E033B01185669657733444F7074696F6E732E4F7274686F676F6E616C08195669657733444F7074696F6E732E50657273706563746976650200165669657733444F7074696F6E732E526F746174696F6E0368010B56696577334457616C6C73080A426576656C4F75746572070662764E6F6E6505436F6C6F720707636C5768697465000A545069655365726965730753657269657331114D61726B732E4172726F774C656E67746802080D4D61726B732E56697369626C65090B536572696573436F6C6F720705636C526564055469746C65060C435553544F53204649584F530F4F74686572536C6963652E5465787406054F746865721250696556616C7565732E4461746554696D65080E50696556616C7565732E4E616D6506035069651450696556616C7565732E4D756C7469706C696572050000000000000080FF3F0F50696556616C7565732E4F7264657207066C6F4E6F6E650000000E4368617274456C65766174696F6E033B010A5365726965734461746101010C740000002044617461547970653D2264744669786564446174612220536F72744F726465723D22736F4E6F6E652220546F704E3D223135222058547970653D227874546578742220536F75726365333D2227636C5265643B636C59656C6C6F773B636C477265656E3B636C57686974653B636C426C7565220000"/>
    </TfrxReportSummary>
  </TfrxReportPage>
  <TfrxReportPage Name="Page2" Visible="False" Orientation="poLandscape" PaperWidth="297" PaperHeight="210" PaperSize="9" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="">
    <TfrxPageHeader Name="PageHeader1" Height="113" Left="0" Top="18,89765" Width="1046,92981">
      <TfrxPictureView Name="Picture2" Left="0" Top="0" Width="98" Height="88" ShowHint="False" Center="True" FileLink="[Logo]" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Memo342" Left="113,3859" Top="0" Width="944,89462" Height="22" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-15" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Nome_Fantasia]"/>
      <TfrxMemoView Name="Memo343" Left="113,3859" Top="21" Width="944,89462" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo1]"/>
      <TfrxMemoView Name="Memo344" Left="113,3859" Top="37" Width="944,89462" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo2]"/>
      <TfrxMemoView Name="Memo345" Left="113,3859" Top="53" Width="944,89462" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo3]"/>
      <TfrxMemoView Name="Memo346" Left="113,3859" Top="69" Width="377,4141" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo4]"/>
      <TfrxMemoView Name="Memo347" Left="805,81942" Top="69" Width="250" Height="17" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="EmissÃ£o: [Date] -  [Time]"/>
      <TfrxMemoView Name="Memo348" Left="0" Top="94" Width="1054,50099" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" Text=""/>
    </TfrxPageHeader>
    <TfrxReportSummary Name="ReportSummary2" Height="514,01608" Left="0" Top="192,75603" Width="1046,92981">
      <TfrxChartView Name="Chart1" Left="7,7953" Top="1,11812" Width="1031,81169" Height="506,45702" OnBeforePrint="Chart1OnBeforePrint" ShowHint="False" PropData="0543686172740A0A0300005450463006544368617274054368617274044C656674020003546F7002000557696474680390010648656967687403FA000C416C6C6F7750616E6E696E670706706D4E6F6E6509416C6C6F775A6F6F6D08144261636B57616C6C2E42727573682E436F6C6F720707636C5768697465144261636B57616C6C2E42727573682E5374796C6507076273436C656172144261636B57616C6C2E50656E2E56697369626C6508125469746C652E466F6E742E43686172736574070F44454641554C545F43484152534554105469746C652E466F6E742E436F6C6F720707636C426C61636B115469746C652E466F6E742E48656967687402F00F5469746C652E466F6E742E4E616D650605417269616C105469746C652E466F6E742E5374796C650B066673426F6C6400125469746C652E546578742E537472696E677301143000000044454D4F534E545241C387C3834F20444F20524553554C5441444F204150C39353204F20494E56455354494D454E544F000B4178697356697369626C65080A436C6970506F696E7473080D4672616D652E56697369626C6508175669657733444F7074696F6E732E456C65766174696F6E033B01185669657733444F7074696F6E732E4F7274686F676F6E616C08195669657733444F7074696F6E732E50657273706563746976650200165669657733444F7074696F6E732E526F746174696F6E0368010B56696577334457616C6C73080A426576656C4F75746572070662764E6F6E6505436F6C6F720707636C5768697465000A545069655365726965730753657269657331114D61726B732E4172726F774C656E67746802080D4D61726B732E56697369626C65090B536572696573436F6C6F720705636C526564055469746C65060C435553544F53204649584F530F4F74686572536C6963652E5465787406054F746865721250696556616C7565732E4461746554696D65080E50696556616C7565732E4E616D6506035069651450696556616C7565732E4D756C7469706C696572050000000000000080FF3F0F50696556616C7565732E4F7264657207066C6F4E6F6E650000000E4368617274456C65766174696F6E033B010A5365726965734461746101010C6C0000002044617461547970653D2264744669786564446174612220536F72744F726465723D22736F4E6F6E652220546F704E3D223135222058547970653D227874546578742220536F75726365333D2227636C5265643B636C59656C6C6F773B636C477265656E3B636C426C7565220000"/>
    </TfrxReportSummary>
  </TfrxReportPage>
  <TfrxDialogPage Name="DialogPage1" Font.Charset="1" Font.Color="-16777208" Font.Height="-17" Font.Name="Arial" Font.Style="0" Height="201" ClientHeight="162" Left="265" Top="150" Width="300" ClientWidth="284"/>
</TfrxReport>
