<?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="Padro" PrintOptions.PrintOnSheet="0" ReportOptions.CreateDate="41565,5535409954" ReportOptions.Description.Text="" ReportOptions.Name="Relatrio de Previso de Custos" ReportOptions.LastChange="41990,9495252894" ScriptLanguage="PascalScript" ScriptText.Text="var nTotalCF1,nTotalCV1,nTotalCF2,nTotalCV2,nTotalCF3,nTotalCV3,nTotalCF4,nTotalCV4:double;&#13;&#10;var nTotalCF5,nTotalCV5,nTotalCF6,nTotalCV6,nTotalCF7,nTotalCV7,nTotalCF8,nTotalCV8:double;&#13;&#10;var nSomaLinhaCF,nSomaLinhaCV,nSomaLinhaRatCF,nSomaLinhaRatCV,nTotalRateioCF,nTotalRateioCV:double;&#13;&#10;var nPercCF1,nPercCF2,nPercCF3,nPercCF4,nPercCF5,nPercCF6,nPercCF7,nPercCF8:double;&#13;&#10;var nPercCV1,nPercCV2,nPercCV3,nPercCV4,nPercCV5,nPercCV6,nPercCV7,nPercCV8:double;    &#13;&#10;var nRateioCF1,nRateioCF2,nRateioCF3,nRateioCF4,nRateioCF5,nRateioCF6,nRateioCF7,nRateioCF8:double;                                                                  &#13;&#10;var nRateioCV1,nRateioCV2,nRateioCV3,nRateioCV4,nRateioCV5,nRateioCV6,nRateioCV7,nRateioCV8:double;&#13;&#10;var nTotalInvestimentos,nTotalCF,nTotalCV,nTotalLucro:double;&#13;&#10;var nMARGEM1,nMARGEM2,nMARGEM3,nMARGEM4,nMARGEM5,nMARGEM6,nMARGEM7,nMARGEM8:double;&#13;&#10;var nLCR_ANTES1,nLCR_ANTES2,nLCR_ANTES3,nLCR_ANTES4,nLCR_ANTES5,nLCR_ANTES6,nLCR_ANTES7,nLCR_ANTES8:double;&#13;&#10;var nLCR_REAL1,nLCR_REAL2,nLCR_REAL3,nLCR_REAL4,nLCR_REAL5,nLCR_REAL6,nLCR_REAL7,nLCR_REAL8,nEBITDA:double;&#13;&#10;var cTipoCusto:string;&#13;&#10;&#13;&#10;function DifPerc(cTexto1,cTexto2:String;Memo:TFrxMemoView):string;&#13;&#10;var&#13;&#10;  temporal1,temporal2:string;&#13;&#10;  I:integer;&#13;&#10;  nValor1,nValor2,nPerc:double;                                                  &#13;&#10;begin&#13;&#10;  temporal1:=Trim(cTexto1);&#13;&#10;  I:= 1;                 &#13;&#10;  while (I &#62; 0) do&#13;&#10;  begin&#13;&#10;      I:= Pos('.',temporal1);                 &#13;&#10;      If I &#62; 0 then                            &#13;&#10;       DeleteStr(temporal1,I,1);&#13;&#10;  end;&#13;&#10;&#13;&#10;  temporal2:=Trim(cTexto2);&#13;&#10;  I:= 1;                 &#13;&#10;  while (I &#62; 0) do&#13;&#10;  begin&#13;&#10;      I:= Pos('.',temporal2);                 &#13;&#10;      If I &#62; 0 then                            &#13;&#10;       DeleteStr(temporal2,I,1);&#13;&#10;  end;&#13;&#10;&#13;&#10;  nValor1:= StrToFloat(temporal1);&#13;&#10;  nValor2:= StrToFloat(temporal2);&#13;&#10;&#13;&#10;  If nValor2 = 0 then&#13;&#10;       nPerc:= 0&#13;&#10;  else                     &#13;&#10;       nPerc:= (nValor1 / nValor2 - 1) * 100;&#13;&#10;&#13;&#10;  If nPerc &#60; 0 then&#13;&#10;       Memo.Font.Color:= clBlue;&#13;&#10;&#13;&#10;  If nPerc &#62; 0 then&#13;&#10;       Memo.Font.Color:= clRed;               &#13;&#10;             &#13;&#10;    &#13;&#10;      result:= FormatFloat('###,###,##0.00' ,nPerc);&#13;&#10;end;    &#13;&#10;&#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;&#13;&#10;procedure Memo18OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  Memo20.Text:= 'Total: '+ &#60;custos_total.&#34;n3_nome&#34;&#62;;                                            &#13;&#10;end; &#13;&#10;&#13;&#10;procedure Memo48OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   Memo51.Text:= 'Total: '+ &#60;custos_total.&#34;tipo_custo&#34;&#62; ;  &#13;&#10;   cTipoCusto:=  &#60;custos_total.&#34;tipo_custo&#34;&#62;;       &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo1OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  Memo8.Text:= 'Total: '+ &#60;custos_total.&#34;n2_nome&#34;&#62;  &#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;procedure Memo50OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;If cTipoCusto &#60;&#62; 'Investimento' then&#13;&#10;begin    &#13;&#10;If nTotalCF1 = 0 then&#13;&#10;    nTotalCF1:= (Memo50.Value)&#13;&#10;else&#13;&#10;  If nTotalCV1 = 0 then&#13;&#10;      nTotalCV1:= (Memo50.Value);                 &#13;&#10;&#13;&#10;  Memo60.Text:=FormatFloat('###,###,##0.00' ,nTotalCF1);&#13;&#10;  Memo82.Text:= FormatFloat('###,###,##0.00' ,nTotalCV1);&#13;&#10;end;                         &#13;&#10;   &#13;&#10;end;  &#13;&#10;  &#13;&#10;procedure Memo52OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;If cTipoCusto &#60;&#62; 'Investimento' then&#13;&#10;begin  &#13;&#10; If nTotalCF2 = 0 then&#13;&#10;    nTotalCF2:= (Memo52.Value)&#13;&#10;else&#13;&#10;  If nTotalCV2 = 0 then&#13;&#10;      nTotalCV2:= (Memo52.Value);                 &#13;&#10;&#13;&#10;  Memo73.Text:=FormatFloat('###,###,##0.00' ,nTotalCF2);&#13;&#10;  Memo83.Text:= FormatFloat('###,###,##0.00' ,nTotalCV2);&#13;&#10;end;&#13;&#10;  &#13;&#10;end;    &#13;&#10;&#13;&#10;procedure Memo53OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;If cTipoCusto &#60;&#62; 'Investimento' then&#13;&#10;begin    &#13;&#10;If nTotalCF3 = 0 then&#13;&#10;    nTotalCF3:= (Memo53.Value)&#13;&#10;else&#13;&#10;  If nTotalCV3 = 0 then&#13;&#10;      nTotalCV3:= (Memo53.Value);                 &#13;&#10;&#13;&#10;  Memo74.Text:=FormatFloat('###,###,##0.00' ,nTotalCF3);&#13;&#10;  Memo84.Text:= FormatFloat('###,###,##0.00' ,nTotalCV3);&#13;&#10;end            &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo54OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;If cTipoCusto &#60;&#62; 'Investimento' then&#13;&#10;begin    &#13;&#10;If nTotalCF4 = 0 then&#13;&#10;    nTotalCF4:= (Memo54.Value)&#13;&#10;else&#13;&#10;  If nTotalCV4 = 0 then&#13;&#10;      nTotalCV4:= (Memo54.Value);                 &#13;&#10;&#13;&#10;  Memo75.Text:=FormatFloat('###,###,##0.00' ,nTotalCF4);&#13;&#10;  Memo85.Text:= FormatFloat('###,###,##0.00' ,nTotalCV4);&#13;&#10;end              &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo55OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;If cTipoCusto &#60;&#62; 'Investimento' then&#13;&#10;begin    &#13;&#10;If nTotalCF5 = 0 then&#13;&#10;    nTotalCF5:= (Memo55.Value)&#13;&#10;else&#13;&#10;  If nTotalCV5 = 0 then&#13;&#10;      nTotalCV5:= (Memo55.Value);                 &#13;&#10;&#13;&#10;  Memo76.Text:=FormatFloat('###,###,##0.00' ,nTotalCF5);&#13;&#10;  Memo86.Text:= FormatFloat('###,###,##0.00' ,nTotalCV5);&#13;&#10;end            &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo56OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;If cTipoCusto &#60;&#62; 'Investimento' then&#13;&#10;begin    &#13;&#10;If nTotalCF6 = 0 then&#13;&#10;    nTotalCF6:= (Memo56.Value)&#13;&#10;else&#13;&#10;  If nTotalCV6 = 0 then&#13;&#10;      nTotalCV6:= (Memo56.Value);                 &#13;&#10;&#13;&#10;  Memo77.Text:=FormatFloat('###,###,##0.00' ,nTotalCF6);&#13;&#10;  Memo87.Text:= FormatFloat('###,###,##0.00' ,nTotalCV6);&#13;&#10;end            &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo57OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;                                                  &#13;&#10;If cTipoCusto &#60;&#62; 'Investimento' then&#13;&#10;begin            &#13;&#10;If nTotalCF7 = 0 then&#13;&#10;    nTotalCF7:= (Memo57.Value)&#13;&#10;else&#13;&#10;  If nTotalCV7 = 0 then&#13;&#10;      nTotalCV7:= (Memo57.Value);                 &#13;&#10;&#13;&#10;  Memo78.Text:=FormatFloat('###,###,##0.00' ,nTotalCF7);&#13;&#10;  Memo88.Text:= FormatFloat('###,###,##0.00' ,nTotalCV7);&#13;&#10;end;              &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo58OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;If cTipoCusto &#60;&#62; 'Investimento' then&#13;&#10;begin    &#13;&#10;If nTotalCF8 = 0 then&#13;&#10;    nTotalCF8:= (Memo58.Value)&#13;&#10;else&#13;&#10;  If nTotalCV8 = 0 then&#13;&#10;      nTotalCV8:= (Memo58.Value);                 &#13;&#10;&#13;&#10;  Memo79.Text:=FormatFloat('###,###,##0.00' ,nTotalCF8);&#13;&#10;  Memo89.Text:= FormatFloat('###,###,##0.00' ,nTotalCV8);&#13;&#10;end            &#13;&#10;end;    &#13;&#10;&#13;&#10;procedure Memo80OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  &#13;&#10;nSomaLinhaCF:= nTotalCF1+nTotalCF2+nTotalCF3+nTotalCF4+nTotalCF5+nTotalCF6+nTotalCF7+nTotalCF8;&#13;&#10;Memo80.Text:= FormatFloat('###,###,##0.00' ,nSomaLinhaCF);&#13;&#10;Memo858.Text:= Memo80.Text                                   &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo90OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;nSomaLinhaCV:= nTotalCV1+nTotalCV2+nTotalCV3+nTotalCV4+nTotalCV5+nTotalCV6+nTotalCV7+nTotalCV8;&#13;&#10;Memo90.Text:= FormatFloat('###,###,##0.00' ,nSomaLinhaCV);&#13;&#10;Memo859.Text:= Memo90.Text;                                                         &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo92OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;Memo92.Text:= FormatFloat('###,###,##0.00' ,nTotalCF1+nTotalCV1);&#13;&#10;Memo436.Text:= Memo92.Text;                                  &#13;&#10;    &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo93OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;Memo93.Text:= FormatFloat('###,###,##0.00' ,nTotalCF2+nTotalCV2);&#13;&#10;Memo439.Text:=Memo93.Text;                                   &#13;&#10;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo94OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;Memo94.Text:= FormatFloat('###,###,##0.00' ,nTotalCF3+nTotalCV3);&#13;&#10;Memo442.Text:= Memo94.Text;                                                         &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo95OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;Memo95.Text:= FormatFloat('###,###,##0.00' ,nTotalCF4+nTotalCV4);&#13;&#10;Memo814.Text:= Memo95.Text;    &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo96OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;Memo96.Text:= FormatFloat('###,###,##0.00' ,nTotalCF5+nTotalCV5);&#13;&#10;Memo848.Text:= Memo96.Text;    &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo97OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;Memo97.Text:= FormatFloat('###,###,##0.00' ,nTotalCF6+nTotalCV6);&#13;&#10;Memo851.Text:= Memo97.Text;    &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo98OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;Memo98.Text:= FormatFloat('###,###,##0.00' ,nTotalCF7+nTotalCV7);&#13;&#10;Memo854.Text:= Memo98.Text;    &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo99OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;Memo99.Text:= FormatFloat('###,###,##0.00' ,nTotalCF8+nTotalCV8);&#13;&#10;Memo857.Text:= Memo99.Text;    &#13;&#10;end;    &#13;&#10;&#13;&#10;    &#13;&#10;&#13;&#10;procedure Memo100OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;Memo100.Text:= FormatFloat('###,###,##0.00' ,nSomaLinhaCV+nSomaLinhaCF);&#13;&#10;Memo860.Text:= Memo100.Text;    &#13;&#10;  &#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;procedure Memo113OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;     &#13;&#10;   nRateioCF3:=(nTotalCF1 * (nPercCF3 / 100)) + (nTotalCF2 * (nPercCF3 / 100));&#13;&#10;   Memo113.Text:= FormatFloat('###,###,##0.00' ,nRateioCF3 );&#13;&#10;   Memo480.Text:= Memo113.Text;                                           &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo121OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  nRateioCV3:= (nTotalCV1 * (nPercCV3 / 100)) + (nTotalCV2 * (nPercCV3 / 100));&#13;&#10;  Memo121.Text:= FormatFloat('###,###,##0.00' , nRateioCV3 );&#13;&#10;  Memo868.Text:= Memo121.Text;                                          &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo122OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  nRateioCF4:=(nTotalCF1 * (nPercCF4 / 100)) + (nTotalCF2 * (nPercCF4 / 100));&#13;&#10;  Memo122.Text:= FormatFloat('###,###,##0.00' , nRateioCF4 );&#13;&#10;  Memo869.Text:= Memo122.Text;                                                             &#13;&#10;end;&#13;&#10;    &#13;&#10;&#13;&#10;procedure Memo137OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  nRateioCV4:=(nTotalCV1 * (nPercCV4 / 100)) + (nTotalCV2 * (nPercCV4 / 100));&#13;&#10;  Memo137.Text:= FormatFloat('###,###,##0.00' ,nRateioCV4 );&#13;&#10;  Memo901.Text:= Memo137.Text;                                                             &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo114OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  nRateioCF5:= (nTotalCF1 * (nPercCF5 / 100)) + (nTotalCF2 * (nPercCF5 / 100));&#13;&#10;  Memo114.Text:= FormatFloat('###,###,##0.00' ,nRateioCF5 );&#13;&#10;  Memo481.Text:= Memo114.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo123OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  nRateioCV5:=(nTotalCV1 * (nPercCV5 / 100)) + (nTotalCV2 * (nPercCV5 / 100));&#13;&#10;  Memo123.Text:= FormatFloat('###,###,##0.00' ,nRateioCV5 );&#13;&#10;  Memo889.Text:= Memo123.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo115OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  nRateioCF6:= (nTotalCF1 * (nPercCF6 / 100)) + (nTotalCF2 * (nPercCF6 / 100));&#13;&#10;  Memo115.Text:= FormatFloat('###,###,##0.00' ,nRateioCF6 );&#13;&#10;  Memo864.Text:= Memo115.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo124OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  nRateioCV6:= (nTotalCV1 * (nPercCV6 / 100)) + (nTotalCV2 * (nPercCV6 / 100));&#13;&#10;  Memo124.Text:= FormatFloat('###,###,##0.00' , nRateioCV6 );&#13;&#10;  Memo890.Text:= Memo124.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo116OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  nRateioCF7:= (nTotalCF1 * (nPercCF7 / 100)) + (nTotalCF2 * (nPercCF7 / 100));&#13;&#10;  Memo116.Text:= FormatFloat('###,###,##0.00' , nRateioCF7 );&#13;&#10;  Memo865.Text:= Memo116.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo125OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  nRateioCV7:= (nTotalCV1 * (nPercCV7 / 100)) + (nTotalCV2 * (nPercCV7 / 100));&#13;&#10;  Memo125.Text:= FormatFloat('###,###,##0.00' ,nRateioCV7 );&#13;&#10;  Memo891.Text:= Memo125.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo117OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;     &#13;&#10;   nRateioCF8:= (nTotalCF1 * (nPercCF8 / 100)) + (nTotalCF2 * (nPercCF8 / 100));&#13;&#10;   Memo117.Text:= FormatFloat('###,###,##0.00' ,nRateioCF8 );&#13;&#10;   Memo866.Text:= Memo117.Text;       &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo126OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  nRateioCV8:= (nTotalCV1 * (nPercCV8 / 100)) + (nTotalCV2 * (nPercCV8 / 100));&#13;&#10;  Memo126.Text:= FormatFloat('###,###,##0.00' , nRateioCV8 );&#13;&#10;  Memo892.Text:= Memo126.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo118OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  nTotalRateioCF:=nRateioCF1+nRateioCF2+nRateioCF3+nRateioCF4+nRateioCF5+nRateioCF6+nRateioCF7+nRateioCF8;                 &#13;&#10;  Memo118.Text:= FormatFloat('###,###,##0.00' , nTotalRateioCF );&#13;&#10;  Memo867.Text:= Memo118.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo105OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo105.Lines.Add('CF:'+FloatToStr(nPercCF3)+'%');&#13;&#10;  Memo105.Lines.Add('CV:'+FloatToStr(nPercCV3)+'%');      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo109OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo109.Lines.Add('CF:'+FloatToStr(nPercCF4)+'%');&#13;&#10;  Memo109.Lines.Add('CV:'+FloatToStr(nPercCV4)+'%');      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo106OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo106.Lines.Add('CF:'+FloatToStr(nPercCF5)+'%');&#13;&#10;  Memo106.Lines.Add('CV:'+FloatToStr(nPercCV5)+'%');      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo110OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo110.Lines.Add('CF:'+FloatToStr(nPercCF6)+'%');&#13;&#10;  Memo110.Lines.Add('CV:'+FloatToStr(nPercCV6)+'%');      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo111OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo111.Lines.Add('CF:'+FloatToStr(nPercCF7)+'%');&#13;&#10;  Memo111.Lines.Add('CV:'+FloatToStr(nPercCV7)+'%');      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo112OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo112.Lines.Add('CF:'+FloatToStr(nPercCF8)+'%');&#13;&#10;  Memo112.Lines.Add('CV:'+FloatToStr(nPercCV8)+'%');      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo127OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    nTotalRateioCV:=nRateioCV1+nRateioCV2+nRateioCV3+nRateioCV4+nRateioCV5+nRateioCV6+nRateioCV7+nRateioCV8;                   &#13;&#10;    Memo127.Text:= FormatFloat('###,###,##0.00' ,nTotalRateioCV );&#13;&#10;    Memo893.Text:= Memo127.Text;        &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo129OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;     &#13;&#10;   Memo129.Text:= FormatFloat('###,###,##0.00' ,nRateioCF3+nRateioCV3);&#13;&#10;   Memo894.Text:= Memo129.Text;                                                &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo130OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo130.Text:= FormatFloat('###,###,##0.00' ,nRateioCF4+nRateioCV4);&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo131OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo131.Text:= FormatFloat('###,###,##0.00' ,nRateioCF5+nRateioCV5);&#13;&#10;  Memo896.Text:= Memo131.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo132OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo132.Text:= FormatFloat('###,###,##0.00' ,nRateioCF6+nRateioCV6);&#13;&#10;  Memo897.Text:= Memo132.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo133OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo133.Text:= FormatFloat('###,###,##0.00' ,nRateioCF7+nRateioCV7);&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo134OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo134.Text:= FormatFloat('###,###,##0.00' ,nRateioCF8+nRateioCV8);&#13;&#10;  Memo899.Text:= Memo134.Text;      &#13;&#10;end;    &#13;&#10;&#13;&#10;procedure Memo135OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo135.Text:=FormatFloat('###,###,##0.00' , nTotalRateioCV + nTotalRateioCF );&#13;&#10;  Memo900.Text:= Memo135.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo148OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo148.Text:=FormatFloat('###,###,##0.00' , nRateioCF3 + nTotalCF3 );&#13;&#10;  Memo921.Text:= Memo148.Text;                                                             &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo157OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo157.Text:=FormatFloat('###,###,##0.00' , nRateioCF4 + nTotalCF4 );&#13;&#10;  Memo924.Text:= Memo157.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo149OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo149.Text:=FormatFloat('###,###,##0.00' , nRateioCF5 + nTotalCF5 );&#13;&#10;  Memo927.Text:= Memo149.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo150OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo150.Text:=FormatFloat('###,###,##0.00' , nRateioCF6 + nTotalCF6 );&#13;&#10;  Memo930.Text:= Memo150.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo151OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo151.Text:=FormatFloat('###,###,##0.00' , nRateioCF7 + nTotalCF7 );&#13;&#10;  Memo933.Text:= Memo151.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo152OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo152.Text:=FormatFloat('###,###,##0.00' , nRateioCF8 + nTotalCF8 );&#13;&#10;  Memo936.Text:= Memo152.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo156OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo156.Text:=FormatFloat('###,###,##0.00' , nRateioCV3 + nTotalCV3 );&#13;&#10;  Memo922.Text:= Memo156.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo172OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo172.Text:=FormatFloat('###,###,##0.00' , nRateioCV4 + nTotalCV4 );&#13;&#10;  Memo925.Text:= Memo172.Text;      &#13;&#10;end;&#13;&#10;                                                                                &#13;&#10;procedure Memo158OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo158.Text:=FormatFloat('###,###,##0.00' , nRateioCV5 + nTotalCV5 );&#13;&#10;  Memo928.Text:= Memo158.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo159OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo159.Text:=FormatFloat('###,###,##0.00' , nRateioCV6 + nTotalCV6 );&#13;&#10;  Memo931.Text:= Memo159.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo160OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo160.Text:=FormatFloat('###,###,##0.00' , nRateioCV7 + nTotalCV7 );&#13;&#10;  Memo934.Text:= Memo160.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo161OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo161.Text:=FormatFloat('###,###,##0.00' , nRateioCV8 + nTotalCV8 );&#13;&#10;  Memo937.Text:= Memo161.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo153OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  nSomaLinhaRatCF:= nRateioCF3 + nTotalCF3+nRateioCF4+nRateioCF4 + nTotalCF5+nRateioCF5 + nTotalCF6+nRateioCF6 + nTotalCF7+nRateioCF7 + nTotalCF8+nRateioCF8;&#13;&#10;    &#13;&#10;  Memo153.Text:= FormatFloat('###,###,##0.00' ,nSomaLinhaRatCF);&#13;&#10;  Memo939.Text:= Memo153.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo162OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  nSomaLinhaRatCV:= nRateioCV3 + nTotalCV3+nRateioCV4+nRateioCV4 + nTotalCV5+nRateioCV5 + nTotalCV6+nRateioCV6 + nTotalCV7+nRateioCV7 + nTotalCV8+nRateioCV8;&#13;&#10;    &#13;&#10;  Memo162.Text:= FormatFloat('###,###,##0.00' ,nSomaLinhaRatCV);&#13;&#10;  Memo940.Text:= Memo162.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo164OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo164.Text:= FormatFloat('###,###,##0.00',  nRateioCF3 + nTotalCF3 +  nRateioCV3 + nTotalCV3);&#13;&#10;  Memo923.Text:= Memo164.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo165OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo165.Text:= FormatFloat('###,###,##0.00',  nRateioCF4 + nTotalCF4 +  nRateioCV4 + nTotalCV4);&#13;&#10;  Memo926.Text:= Memo165.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo166OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  Memo166.Text:= FormatFloat('###,###,##0.00',  nRateioCF5 + nTotalCF5 +  nRateioCV5 + nTotalCV5);&#13;&#10;  Memo929.Text:= Memo166.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo167OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo167.Text:= FormatFloat('###,###,##0.00',  nRateioCF6 + nTotalCF6 +  nRateioCV6 + nTotalCV6);&#13;&#10;  Memo932.Text:= Memo167.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo168OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo168.Text:= FormatFloat('###,###,##0.00',  nRateioCF7 + nTotalCF7 +  nRateioCV7 + nTotalCV7);&#13;&#10;  Memo935.Text:= Memo168.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo169OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  Memo169.Text:= FormatFloat('###,###,##0.00',  nRateioCF8 + nTotalCF8 +  nRateioCV8 + nTotalCV8);&#13;&#10;  Memo938.Text:= Memo169.Text;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo170OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10; 
  <TfrxDataPage Name="Data" Height="1000" Left="0" Top="0" Width="1000"/>
  <TfrxReportPage Name="Page1" Orientation="poLandscape" PaperWidth="297" PaperHeight="500" PaperSize="256" 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="95,48825" Width="1069,61911" Height="19" ShowHint="False" Frame.Typ="12" Text=""/>
      <TfrxMemoView Name="Memo36" Left="461,10266" Top="95,48825" Width="64,25201" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Macaé"/>
      <TfrxMemoView Name="Memo37" Left="272,12616" Top="95,26778" Width="79,37013" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Administração"/>
      <TfrxMemoView Name="Memo38" Left="362,83488" Top="95,48825" Width="79,38225" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Depósito R.O."/>
      <TfrxMemoView Name="Memo39" Left="0" Top="95,9765" Width="40,89620627" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Código"/>
      <TfrxMemoView Name="Memo40" Left="623,62245" Top="94,48825" Width="64,25201" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Cabo Frio"/>
      <TfrxMemoView Name="Memo41" Left="963,78015" Top="94,48825" Width="86,92919" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total da Conta"/>
      <TfrxMemoView Name="Memo42" Left="41,57483" Top="95,48825" Width="215,43321" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Conta Orçamentária"/>
      <TfrxMemoView Name="Memo43" Left="540,47279" Top="94,48825" Width="64,25201" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Araruama"/>
      <TfrxMemoView Name="Memo44" Left="710,55164" Top="94,48825" Width="60,47248" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Campos"/>
      <TfrxMemoView Name="Memo45" Left="789,92177" Top="94,48825" Width="79,37013" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Dep.Casimiro"/>
      <TfrxMemoView Name="Memo46" Left="891,96908" Top="94,48825" Width="60,47248" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="R.Ostras"/>
    </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="238,11039" 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="449,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="619,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="540,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="370,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="279,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="702,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="801,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="884,41002" 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;]"/>
      <TfrxMemoView Name="Memo17" Left="982,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;]"/>
    </TfrxMasterData>
    <TfrxPageFooter Name="Rodape" Height="37,55906" Left="0" Top="1787,71769" Width="1069,60699" OnAfterPrint="RodapeOnAfterPrint">
      <TfrxMemoView Name="Texto_Rodape1" Left="0" Top="7" Width="300" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16711680" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="[Autor_Site]"/>
      <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#]"/>
    </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="279,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,77953" Top="0" Width="260,78757" 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="370,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="457,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="532,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="616,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="701,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="797,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="880,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;valor8&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo34" Left="978,89827" 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;valorlinha&#34;&#62;,Band4)]"/>
    </TfrxGroupFooter>
    <TfrxGroupHeader Name="GroupHeader1" Height="22,67718" Left="0" Top="287,24428" Width="1069,60699" 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">
      <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="279,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,77953" Top="0,779530000000023" Width="260,78757" 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="Memo9" Left="370,39394" Top="0,779530000000023" 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="457,32313" Top="0,779530000000023" 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="532,91373" Top="0,779530000000023" 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="616,06339" Top="0,779530000000023" 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="701,21305" Top="0,779530000000023" 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="797,48083" Top="0,779530000000023" 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="880,63049" Top="0,779530000000023" 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)]"/>
      <TfrxMemoView Name="Memo30" Left="978,89827" Top="0,77953" Width="71,81107" Height="18,89765" 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)]"/>
    </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="279,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,77953" Top="3,77953" Width="260,78757" 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="370,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="457,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="532,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="616,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="701,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="797,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="880,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;valor8&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo59" Left="978,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)]"/>
    </TfrxGroupFooter>
    <TfrxReportSummary Name="ReportSummary1" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Height="1201,89054" Left="0" ParentFont="False" Top="563,14997" Width="1069,60699" StartNewPage="True">
      <TfrxMemoView Name="Memo335" Left="0" Top="1157,09524" Width="1068,82746" Height="18,89765" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo327" Left="0" Top="1119,29994" Width="1068,82746" Height="18,89765" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo334" Left="0" Top="1082,72511" Width="1068,82746" Height="18,89765" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo325" Left="0" Top="663,40198" Width="1068,82746" Height="22,67718" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo265" Left="0" Top="515,38621" Width="1068,82746" Height="22,67718" ShowHint="False" Color="16777215" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo264" Left="0" Top="864,87446" Width="1068,82746" Height="22,67718" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo230" Left="0,22047" Top="720,38621" Width="1068,82746" Height="18,8976377952756" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo61" Left="-0,44094" Top="31,45671" Width="1069,61911" Height="19" ShowHint="False" Frame.Typ="12" Text=""/>
      <TfrxMemoView Name="Memo62" Left="456,88219" Top="31,45671" Width="71,81107" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Macaé"/>
      <TfrxMemoView Name="Memo63" Left="271,68522" Top="31,23624" Width="79,37013" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Administração"/>
      <TfrxMemoView Name="Memo64" Left="362,39394" Top="31,45671" Width="79,38225" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Depósito R.O."/>
      <TfrxMemoView Name="Memo66" Left="623,18151" Top="30,45671" Width="64,25201" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Cabo Frio"/>
      <TfrxMemoView Name="Memo67" Left="963,33921" Top="30,45671" Width="105,82684" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total da Conta"/>
      <TfrxMemoView Name="Memo68" Left="3,33859" Top="31,45671" Width="253,22851" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS"/>
      <TfrxMemoView Name="Memo69" Left="540,03185" Top="30,45671" Width="64,25201" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Araruama"/>
      <TfrxMemoView Name="Memo70" Left="710,1107" Top="30,45671" Width="60,47248" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Campos"/>
      <TfrxMemoView Name="Memo71" Left="789,48083" Top="30,45671" Width="79,37013" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Dep.Casimiro"/>
      <TfrxMemoView Name="Memo72" Left="891,52814" Top="30,45671" Width="60,47248" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="R.Ostras"/>
      <TfrxMemoView Name="Memo60" Left="272,12616" Top="52,91342" Width="79,37013" Height="18,89765" OnAfterData="Memo60OnAfterData" OnBeforePrint="Memo60OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo73" Left="362,83488" Top="52,91342" Width="79,37013" 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=""/>
      <TfrxMemoView Name="Memo74" Left="457,32313" Top="52,91342" 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=""/>
      <TfrxMemoView Name="Memo75" Left="532,91373" Top="52,91342" 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=""/>
      <TfrxMemoView Name="Memo76" Left="616,06339" Top="52,91342" 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=""/>
      <TfrxMemoView Name="Memo77" Left="701,21305" Top="52,91342" 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=""/>
      <TfrxMemoView Name="Memo78" Left="789,92177" Top="52,91342" Width="79,37013" 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=""/>
      <TfrxMemoView Name="Memo79" Left="880,63049" Top="52,91342" 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=""/>
      <TfrxMemoView Name="Memo80" Left="960,00062" Top="52,91342" Width="109,60637" Height="18,89765" OnAfterData="Memo80OnAfterData" OnBeforePrint="Memo80OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo81" Left="3,77953" Top="52,91342" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS FIXOS"/>
      <TfrxMemoView Name="Memo65" Left="3,77953" Top="71,81107" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS VARIÁVEIS"/>
      <TfrxMemoView Name="Memo82" Left="272,12616" Top="71,81107" Width="79,37013" Height="18,89765" OnAfterData="Memo82OnAfterData" OnBeforePrint="Memo82OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo83" Left="362,83488" Top="71,81107" Width="79,37013" 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=""/>
      <TfrxMemoView Name="Memo84" Left="457,20501" Top="72,25201" 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=""/>
      <TfrxMemoView Name="Memo85" Left="532,79561" Top="73,35436" 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=""/>
      <TfrxMemoView Name="Memo86" Left="615,94527" Top="72,25201" 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=""/>
      <TfrxMemoView Name="Memo87" Left="701,09493" Top="72,25201" 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=""/>
      <TfrxMemoView Name="Memo88" Left="789,80365" Top="72,25201" Width="79,37013" 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=""/>
      <TfrxMemoView Name="Memo89" Left="880,51237" Top="72,25201" 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=""/>
      <TfrxMemoView Name="Memo90" Left="959,8825" Top="72,25201" Width="109,60637" Height="18,89765" OnAfterData="Memo90OnAfterData" OnBeforePrint="Memo90OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo91" Left="0,77953" Top="90,70872" Width="1068,82746" Height="18,89765" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo92" Left="272,12616" Top="90,70872" Width="79,37013" Height="18,89765" OnAfterData="Memo92OnAfterData" OnAfterPrint="Memo92OnAfterPrint" OnBeforePrint="Memo92OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo93" Left="362,83488" Top="90,70872" Width="79,37013" Height="18,89765" OnAfterData="Memo93OnAfterData" OnBeforePrint="Memo93OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo94" Left="457,20501" Top="91,14966" Width="71,81107" Height="18,89765" OnAfterData="Memo94OnAfterData" OnBeforePrint="Memo94OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo95" Left="532,79561" Top="91,14966" Width="71,81107" Height="18,89765" OnAfterData="Memo95OnAfterData" OnBeforePrint="Memo95OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo96" Left="615,94527" Top="91,14966" Width="71,81107" Height="18,89765" OnAfterData="Memo96OnAfterData" OnBeforePrint="Memo96OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo97" Left="701,09493" Top="91,14966" Width="71,81107" Height="18,89765" OnAfterData="Memo97OnAfterData" OnBeforePrint="Memo97OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo98" Left="789,80365" Top="91,14966" Width="79,37013" Height="18,89765" OnAfterData="Memo98OnAfterData" OnBeforePrint="Memo98OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo99" Left="880,51237" Top="91,14966" Width="71,81107" Height="18,89765" OnAfterData="Memo99OnAfterData" OnBeforePrint="Memo99OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo100" Left="959,8825" Top="91,14966" Width="109,60637" Height="18,89765" OnAfterData="Memo100OnAfterData" OnBeforePrint="Memo100OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo101" Left="3,77953" Top="90,70872" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL"/>
      <TfrxMemoView Name="Memo102" Left="0" Top="11,33859" Width="1068,82746" Height="18,89765" ShowHint="False" Color="9276813" 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" Frame.Typ="4" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total dos Custos Fixos e Variáveis por Centro de Custo"/>
      <TfrxMemoView Name="Memo103" Left="0" Top="128,50402" Width="1068,82746" Height="18,89765" ShowHint="False" Color="9276813" 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" Frame.Typ="4" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Rateio dos Custos de Administração e Depósito para as Lojas"/>
      <TfrxMemoView Name="Memo104" Left="0" Top="148,62214" Width="1069,61911" Height="41,67718" ShowHint="False" Frame.Typ="12" Text=""/>
      <TfrxMemoView Name="Memo105" Left="456,88219" Top="148,62214" Width="71,81107" Height="41,67718" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Macaé"/>
      <TfrxMemoView Name="Memo106" Left="623,18151" Top="147,62214" Width="64,25201" Height="41,67718" OnBeforePrint="Memo106OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Cabo Frio"/>
      <TfrxMemoView Name="Memo107" Left="963,33921" Top="147,62214" Width="105,82684" Height="41,67718" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total da Conta"/>
      <TfrxMemoView Name="Memo108" Left="3,33859" Top="148,62214" Width="253,22851" Height="41,67718" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS"/>
      <TfrxMemoView Name="Memo109" Left="532,47279" Top="147,62214" Width="71,81107" Height="41,67718" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo109OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Araruama"/>
      <TfrxMemoView Name="Memo110" Left="710,1107" Top="147,62214" Width="64,25201" Height="41,67718" OnBeforePrint="Memo110OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Campos"/>
      <TfrxMemoView Name="Memo111" Left="789,48083" Top="147,62214" Width="79,37013" Height="41,67718" OnBeforePrint="Memo111OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Dep.Casimiro"/>
      <TfrxMemoView Name="Memo112" Left="891,52814" Top="147,62214" Width="60,47248" Height="41,67718" OnBeforePrint="Memo112OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="R.Ostras"/>
      <TfrxMemoView Name="Memo113" Left="457,32313" Top="193,07885" Width="71,81107" Height="18,89765" OnAfterData="Memo113OnAfterData" OnBeforePrint="Memo113OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo114" Left="616,06339" Top="193,07885" Width="71,81107" Height="18,89765" OnAfterData="Memo114OnAfterData" OnBeforePrint="Memo114OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo115" Left="701,21305" Top="193,07885" Width="71,81107" Height="18,89765" OnAfterData="Memo115OnAfterData" OnBeforePrint="Memo115OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo116" Left="789,92177" Top="193,07885" Width="79,37013" Height="18,89765" OnAfterData="Memo116OnAfterData" OnBeforePrint="Memo116OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo117" Left="880,63049" Top="193,07885" Width="71,81107" Height="18,89765" OnAfterData="Memo117OnAfterData" OnBeforePrint="Memo117OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo118" Left="963,78015" Top="193,07885" Width="105,82684" Height="18,89765" OnAfterData="Memo118OnAfterData" OnBeforePrint="Memo118OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo119" Left="3,77953" Top="193,07885" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS FIXOS"/>
      <TfrxMemoView Name="Memo120" Left="3,77953" Top="211,9765" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS VARIÁVEIS"/>
      <TfrxMemoView Name="Memo121" Left="457,20501" Top="212,41744" Width="71,81107" Height="18,89765" OnAfterData="Memo121OnAfterData" OnBeforePrint="Memo121OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo122" Left="532,79561" Top="193,51979" Width="71,81107" Height="18,89765" OnAfterData="Memo122OnAfterData" OnBeforePrint="Memo122OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo123" Left="615,94527" Top="212,41744" Width="71,81107" Height="18,89765" OnAfterData="Memo123OnAfterData" OnBeforePrint="Memo123OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo124" Left="701,09493" Top="212,41744" Width="71,81107" Height="18,89765" OnAfterData="Memo124OnAfterData" OnBeforePrint="Memo124OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo125" Left="789,80365" Top="212,41744" Width="79,37013" Height="18,89765" OnAfterData="Memo125OnAfterData" OnBeforePrint="Memo125OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo126" Left="880,51237" Top="212,41744" Width="71,81107" Height="18,89765" OnAfterData="Memo126OnAfterData" OnBeforePrint="Memo126OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo127" Left="963,66203" Top="212,41744" Width="105,82684" Height="18,89765" OnAfterData="Memo127OnAfterData" OnBeforePrint="Memo127OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo128" Left="0,77953" Top="230,87415" Width="1068,82746" Height="18,89765" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo129" Left="457,20501" Top="231,31509" Width="71,81107" Height="18,89765" OnAfterData="Memo129OnAfterData" OnBeforePrint="Memo129OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo130" Left="532,79561" Top="231,31509" Width="71,81107" Height="18,89765" OnAfterData="Memo130OnAfterData" OnBeforePrint="Memo130OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo131" Left="615,94527" Top="231,31509" Width="71,81107" Height="18,89765" OnAfterData="Memo131OnAfterData" OnBeforePrint="Memo131OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo132" Left="701,09493" Top="231,31509" Width="71,81107" Height="18,89765" OnAfterData="Memo132OnAfterData" OnBeforePrint="Memo132OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo133" Left="789,80365" Top="231,31509" Width="79,37013" Height="18,89765" OnAfterData="Memo133OnAfterData" OnBeforePrint="Memo133OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo134" Left="880,51237" Top="231,31509" Width="71,81107" Height="18,89765" OnAfterData="Memo134OnAfterData" OnBeforePrint="Memo134OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo135" Left="963,66203" Top="231,31509" Width="105,82684" Height="18,89765" OnAfterData="Memo135OnAfterData" OnBeforePrint="Memo135OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo136" Left="3,77953" Top="230,87415" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL"/>
      <TfrxMemoView Name="Memo137" Left="532,91373" Top="211,9765" Width="71,81107" Height="18,89765" OnAfterData="Memo137OnAfterData" OnBeforePrint="Memo137OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo138" Left="0" Top="275,90569" Width="1068,82746" Height="18,89765" ShowHint="False" Color="9276813" 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" Frame.Typ="4" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total dos Custos Fixos e Variáveis após o Rateio dos Custos de Administração e Depósito"/>
      <TfrxMemoView Name="Memo139" Left="0" Top="296,02381" Width="1069,61911" Height="41,67718" ShowHint="False" Frame.Typ="12" Text=""/>
      <TfrxMemoView Name="Memo140" Left="456,88219" Top="296,02381" Width="71,81107" Height="41,67718" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Macaé"/>
      <TfrxMemoView Name="Memo141" Left="623,18151" Top="295,02381" Width="64,25201" Height="41,67718" OnBeforePrint="Memo106OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Cabo Frio"/>
      <TfrxMemoView Name="Memo142" Left="963,33921" Top="295,02381" Width="105,82684" Height="41,67718" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total da Conta"/>
      <TfrxMemoView Name="Memo143" Left="3,33859" Top="296,02381" Width="253,22851" Height="41,67718" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS"/>
      <TfrxMemoView Name="Memo144" Left="532,47279" Top="295,02381" Width="71,81107" Height="41,67718" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo109OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Araruama"/>
      <TfrxMemoView Name="Memo145" Left="710,1107" Top="295,02381" Width="64,25201" Height="41,67718" OnBeforePrint="Memo110OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Campos"/>
      <TfrxMemoView Name="Memo146" Left="789,48083" Top="295,02381" Width="79,37013" Height="41,67718" OnBeforePrint="Memo111OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Dep.Casimiro"/>
      <TfrxMemoView Name="Memo147" Left="891,52814" Top="295,02381" Width="60,47248" Height="41,67718" OnBeforePrint="Memo112OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="R.Ostras"/>
      <TfrxMemoView Name="Memo148" Left="457,32313" Top="340,48052" Width="71,81107" Height="18,89765" OnAfterData="Memo148OnAfterData" OnBeforePrint="Memo148OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo149" Left="616,06339" Top="340,48052" Width="71,81107" Height="18,89765" OnAfterData="Memo149OnAfterData" OnBeforePrint="Memo149OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo150" Left="701,21305" Top="340,48052" Width="71,81107" Height="18,89765" OnAfterData="Memo150OnAfterData" OnBeforePrint="Memo150OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo151" Left="789,92177" Top="340,48052" Width="79,37013" Height="18,89765" OnAfterData="Memo151OnAfterData" OnBeforePrint="Memo151OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo152" Left="880,63049" Top="340,48052" Width="71,81107" Height="18,89765" OnAfterData="Memo152OnAfterData" OnBeforePrint="Memo152OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo153" Left="960,00062" Top="340,48052" Width="109,60637" Height="18,89765" OnAfterData="Memo153OnAfterData" OnBeforePrint="Memo153OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo154" Left="3,77953" Top="340,48052" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS FIXOS"/>
      <TfrxMemoView Name="Memo155" Left="3,77953" Top="359,37817" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS VARIÁVEIS"/>
      <TfrxMemoView Name="Memo156" Left="457,20501" Top="359,81911" Width="71,81107" Height="18,89765" OnAfterData="Memo156OnAfterData" OnBeforePrint="Memo156OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo157" Left="532,79561" Top="340,92146" Width="71,81107" Height="18,89765" OnAfterData="Memo157OnAfterData" OnBeforePrint="Memo157OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo158" Left="615,94527" Top="359,81911" Width="71,81107" Height="18,89765" OnAfterData="Memo158OnAfterData" OnBeforePrint="Memo158OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo159" Left="701,09493" Top="359,81911" Width="71,81107" Height="18,89765" OnAfterData="Memo159OnAfterData" OnBeforePrint="Memo159OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo160" Left="789,80365" Top="359,81911" Width="79,37013" Height="18,89765" OnAfterData="Memo160OnAfterData" OnBeforePrint="Memo160OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo161" Left="880,51237" Top="359,81911" Width="71,81107" Height="18,89765" OnAfterData="Memo161OnAfterData" OnBeforePrint="Memo161OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo162" Left="959,8825" Top="359,81911" Width="109,60637" Height="18,89765" OnAfterData="Memo162OnAfterData" OnBeforePrint="Memo162OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo163" Left="0,77953" Top="378,27582" Width="1068,82746" Height="18,89765" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo164" Left="457,20501" Top="378,71676" Width="71,81107" Height="18,89765" OnAfterData="Memo164OnAfterData" OnBeforePrint="Memo164OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo165" Left="532,79561" Top="378,71676" Width="71,81107" Height="18,89765" OnAfterData="Memo165OnAfterData" OnBeforePrint="Memo165OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo166" Left="615,94527" Top="378,71676" Width="71,81107" Height="18,89765" OnAfterData="Memo166OnAfterData" OnBeforePrint="Memo166OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo167" Left="701,09493" Top="378,71676" Width="71,81107" Height="18,89765" OnAfterData="Memo167OnAfterData" OnBeforePrint="Memo167OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo168" Left="789,80365" Top="378,71676" Width="79,37013" Height="18,89765" OnAfterData="Memo168OnAfterData" OnBeforePrint="Memo168OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo169" Left="880,51237" Top="378,71676" Width="71,81107" Height="18,89765" OnAfterData="Memo169OnAfterData" OnBeforePrint="Memo169OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo170" Left="959,8825" Top="378,71676" Width="109,60637" Height="18,89765" OnAfterData="Memo170OnAfterData" OnBeforePrint="Memo170OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo171" Left="3,77953" Top="378,27582" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL"/>
      <TfrxMemoView Name="Memo172" Left="532,91373" Top="359,37817" Width="71,81107" Height="18,89765" OnAfterData="Memo172OnAfterData" OnBeforePrint="Memo172OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo173" Left="0" Top="411,96877" Width="1072,60699" Height="45,35436" ShowHint="False" Color="9276813" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="4" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Demonstração do Resultado do [Titulo2]"/>
      <TfrxMemoView Name="Memo174" Left="0" Top="457,32313" Width="1072,62992126" Height="19" ShowHint="False" Color="9276813" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="8" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo175" Left="194,00804" Top="456,5436" Width="98,26771654" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Macaé"/>
      <TfrxMemoView Name="Memo176" Left="488,9295" Top="457,32313" Width="98,26771654" Height="18,8976378" OnBeforePrint="Memo106OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Cabo Frio"/>
      <TfrxMemoView Name="Memo177" Left="924,78015" Top="456,32313" Width="98,26771409" Height="18,8976378" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total da Conta"/>
      <TfrxMemoView Name="Memo178" Left="4,11812" Top="457,10266" Width="188,97637795" Height="18,8976378" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="LOJAS"/>
      <TfrxMemoView Name="Memo179" Left="342,30736" Top="457,32313" Width="98,26771654" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo109OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Araruama"/>
      <TfrxMemoView Name="Memo180" Left="630,77211" Top="457,32313" Width="98,26771654" Height="18,8976378" OnBeforePrint="Memo110OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Campos"/>
      <TfrxMemoView Name="Memo181" Left="776,71707" Top="457,10266" Width="98,26771654" Height="18,8976378" OnBeforePrint="Memo112OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="R.Ostras"/>
      <TfrxMemoView Name="Memo182" Left="295,73253" Top="456,5436" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo183" Left="442,35467" Top="457,32313" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo184" Left="586,97681" Top="457,32313" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo185" Left="733,22882" Top="455,5436" Width="41,5748031496063" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo186" Left="877,98485" Top="457,32313" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo187" Left="1025,81169" Top="455,32313" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo188" Left="0" Top="499,89796" Width="1068,82746" Height="18,89765" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo189" Left="0" Top="571,79561" Width="1068,82746" Height="18,89765" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo190" Left="0" Top="499,89796" Width="188,97637795" Height="18,89765" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="FATURAMENTO"/>
      <TfrxMemoView Name="Memo191" Left="0" Top="519,79561" Width="188,97637795" 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" ParentFont="False" WordWrap="False" Text="C.M.V."/>
      <TfrxMemoView Name="Memo192" Left="0,22047" Top="609,14997" Width="1068,82746" Height="18,89765" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo193" Left="0" Top="570,69326" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTO VARIÁVEL LOJAS"/>
      <TfrxMemoView Name="FATLJ_2" Left="194,00804" Top="499,89796" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[FATLJ_2]"/>
      <TfrxMemoView Name="FATLJ_3" Left="488,9295" Top="499,89796" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[FATLJ_3]"/>
      <TfrxMemoView Name="FATLJ_4" Left="630,77211" Top="499,89796" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[FATLJ_4]"/>
      <TfrxMemoView Name="FATLJ_6" Left="342,30736" Top="499,89796" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[FATLJ_6]"/>
      <TfrxMemoView Name="CMVLJ_2" Left="194,00804" Top="519,79561" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[CMVLJ_2]"/>
      <TfrxMemoView Name="CMVLJ_3" Left="488,9295" Top="519,79561" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[CMVLJ_3]"/>
      <TfrxMemoView Name="CMVLJ_4" Left="630,77211" Top="519,79561" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[CMVLJ_4]"/>
      <TfrxMemoView Name="CMVLJ_6" Left="342,30736" Top="519,79561" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[CMVLJ_6]"/>
      <TfrxMemoView Name="Memo194" Left="924,55968" Top="499,89796" Width="102,04724409" Height="18,89765" OnAfterData="Memo194OnAfterData" OnBeforePrint="Memo194OnBeforePrint" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo195" Left="924,55968" Top="519,79561" Width="102,04724409" Height="18,89765" OnAfterData="Memo195OnAfterData" OnBeforePrint="Memo195OnBeforePrint" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="CMVLJ_51" Left="776,71707" Top="499,89796" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[FATLJ_5]"/>
      <TfrxMemoView Name="Memo196" Left="776,71707" Top="519,79561" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[CMVLJ_5]"/>
      <TfrxMemoView Name="Memo198" Left="295,73253" Top="519,79561" Width="41,57480315" Height="18,89765" OnAfterData="Memo198OnAfterData" ShowHint="False" DisplayFormat.FormatStr="%2.2f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo200" Left="445,76407" Top="519,79561" Width="41,57480315" Height="18,89765" OnAfterData="Memo200OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo202" Left="586,97681" Top="519,79561" Width="41,57480315" Height="18,89765" OnAfterData="Memo202OnAfterData" OnBeforePrint="Memo202OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo204" Left="733,22882" Top="519,79561" Width="41,57480315" Height="18,89765" OnAfterData="Memo204OnAfterData" OnBeforePrint="Memo204OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo206" Left="877,98485" Top="519,79561" Width="41,57480315" Height="18,89765" OnAfterData="Memo206OnAfterData" OnBeforePrint="Memo206OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo207" Left="1025,81169" Top="499,89796" Width="37,7953" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo208" Left="1025,81169" Top="519,79561" Width="34,01577" Height="18,89765" OnAfterData="Memo208OnAfterData" OnBeforePrint="Memo208OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo209" Left="194,00804" Top="570,69326" Width="98,26771654" Height="18,89765" OnAfterData="Memo209OnAfterData" OnBeforePrint="Memo209OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo210" Left="342,30736" Top="570,69326" Width="98,26771654" Height="18,89765" OnAfterData="Memo210OnAfterData" OnBeforePrint="Memo210OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo211" Left="488,9295" Top="570,69326" Width="98,26771654" Height="18,89765" OnAfterData="Memo211OnAfterData" OnBeforePrint="Memo211OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo212" Left="630,77211" Top="570,69326" Width="98,26771654" Height="18,89765" OnAfterData="Memo212OnAfterData" OnBeforePrint="Memo212OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo213" Left="776,71707" Top="570,69326" Width="98,26771654" Height="18,89765" OnAfterData="Memo213OnAfterData" OnBeforePrint="Memo213OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo214" Left="924,55968" Top="570,69326" Width="102,04724409" Height="18,89765" OnAfterData="Memo214OnAfterData" OnBeforePrint="Memo214OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo215" Left="0" Top="589,59091" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTO VARIÁVEL RATEIO ADM E DEP"/>
      <TfrxMemoView Name="Memo216" Left="194,00804" Top="589,59091" Width="98,26771654" Height="18,89765" OnAfterData="Memo216OnAfterData" OnBeforePrint="Memo216OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo217" Left="342,30736" Top="589,59091" Width="98,26771654" Height="18,89765" OnAfterData="Memo217OnAfterData" OnBeforePrint="Memo217OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo218" Left="488,9295" Top="589,59091" Width="98,26771654" Height="18,89765" OnAfterData="Memo218OnAfterData" OnBeforePrint="Memo218OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo219" Left="630,77211" Top="589,59091" Width="98,26771654" Height="18,89765" OnAfterData="Memo219OnAfterData" OnBeforePrint="Memo219OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo220" Left="776,71707" Top="589,59091" Width="98,26771654" Height="18,89765" OnAfterData="Memo220OnAfterData" OnBeforePrint="Memo220OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo221" Left="924,55968" Top="589,59091" Width="102,04724409" Height="18,89765" OnAfterData="Memo221OnAfterData" OnBeforePrint="Memo221OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo222" Left="0" Top="608,48856" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL CUSTOS VARIÁVEIS"/>
      <TfrxMemoView Name="Memo223" Left="194,00804" Top="608,48856" Width="98,26771654" Height="18,89765" OnAfterData="Memo223OnAfterData" OnBeforePrint="Memo223OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo224" Left="342,30736" Top="608,48856" Width="98,26771654" Height="18,89765" OnAfterData="Memo224OnAfterData" OnBeforePrint="Memo224OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo225" Left="488,9295" Top="608,48856" Width="98,26771654" Height="18,89765" OnAfterData="Memo225OnAfterData" OnBeforePrint="Memo225OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo226" Left="630,77211" Top="608,48856" Width="98,26771654" Height="18,89765" OnAfterData="Memo226OnAfterData" OnBeforePrint="Memo226OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo227" Left="776,71707" Top="608,48856" Width="98,26771654" Height="18,89765" OnAfterData="Memo227OnAfterData" OnBeforePrint="Memo227OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo228" Left="924,55968" Top="608,48856" Width="102,04724409" Height="18,89765" OnAfterData="Memo228OnAfterData" OnBeforePrint="Memo228OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo229" Left="0" Top="665,38621" Width="188,97637795" 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" ParentFont="False" WordWrap="False" Text="MARGEM DE CONTRIBUIÇÃO"/>
      <TfrxMemoView Name="Memo231" Left="194,00804" Top="665,38621" Width="98,26771654" Height="18,89765" OnAfterData="Memo231OnAfterData" OnBeforePrint="Memo231OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo232" Left="342,30736" Top="665,38621" Width="98,26771654" Height="18,89765" OnAfterData="Memo232OnAfterData" OnBeforePrint="Memo232OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo233" Left="488,9295" Top="665,38621" Width="98,26771654" Height="18,89765" OnAfterData="Memo233OnAfterData" OnBeforePrint="Memo233OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo234" Left="630,77211" Top="665,38621" Width="98,26771654" Height="18,89765" OnAfterData="Memo234OnAfterData" OnBeforePrint="Memo234OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo235" Left="776,71707" Top="665,38621" Width="98,26771654" Height="18,89765" OnAfterData="Memo235OnAfterData" OnBeforePrint="Memo235OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo236" Left="924,55968" Top="665,38621" Width="102,04724409" Height="18,89765" OnAfterData="Memo236OnAfterData" OnBeforePrint="Memo236OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo197" Left="0" Top="720,06339" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTO FIXO - LOJAS"/>
      <TfrxMemoView Name="Memo199" Left="194,00804" Top="720,06339" Width="98,26771654" Height="18,89765" OnAfterData="Memo199OnAfterData" OnBeforePrint="Memo199OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo201" Left="342,30736" Top="720,06339" Width="98,26771654" Height="18,89765" OnAfterData="Memo201OnAfterData" OnBeforePrint="Memo201OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo203" Left="488,9295" Top="720,06339" Width="98,26771654" Height="18,89765" OnAfterData="Memo203OnAfterData" OnBeforePrint="Memo203OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo205" Left="630,77211" Top="720,06339" Width="98,26771654" Height="18,89765" OnAfterData="Memo205OnAfterData" OnBeforePrint="Memo205OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo237" Left="776,71707" Top="720,06339" Width="98,26771654" Height="18,89765" OnAfterData="Memo237OnAfterData" OnBeforePrint="Memo237OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo238" Left="924,55968" Top="720,06339" Width="102,04724409" Height="18,89765" OnAfterData="Memo238OnAfterData" OnBeforePrint="Memo238OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo239" Left="0" Top="738,96104" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTO FIXO - RATEIO ADM. E DEP."/>
      <TfrxMemoView Name="Memo240" Left="194,00804" Top="738,96104" Width="98,26771654" Height="18,89765" OnAfterData="Memo240OnAfterData" OnBeforePrint="Memo240OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo241" Left="342,30736" Top="738,96104" Width="98,26771654" Height="18,89765" OnAfterData="Memo241OnAfterData" OnBeforePrint="Memo241OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo242" Left="488,9295" Top="738,96104" Width="98,26771654" Height="18,89765" OnAfterData="Memo242OnAfterData" OnBeforePrint="Memo242OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo243" Left="630,77211" Top="738,96104" Width="98,26771654" Height="18,89765" OnAfterData="Memo243OnAfterData" OnBeforePrint="Memo243OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo244" Left="776,71707" Top="738,96104" Width="98,26771654" Height="18,89765" OnAfterData="Memo244OnAfterData" OnBeforePrint="Memo244OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo245" Left="924,55968" Top="738,96104" Width="102,04724409" Height="18,89765" OnAfterData="Memo245OnAfterData" OnBeforePrint="Memo245OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo246" Left="0" Top="757,74057" Width="1068,82746" Height="18,89765" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo247" Left="0" Top="757,07916" Width="188,97637795" 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" ParentFont="False" WordWrap="False" Text="TOTAL CUSTOS FIXOS"/>
      <TfrxMemoView Name="Memo248" Left="194,00804" Top="757,07916" Width="98,26771654" Height="18,89765" OnAfterData="Memo248OnAfterData" OnBeforePrint="Memo248OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo249" Left="342,30736" Top="757,07916" Width="98,26771654" Height="18,89765" OnAfterData="Memo249OnAfterData" OnBeforePrint="Memo249OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo250" Left="488,9295" Top="757,07916" Width="98,26771654" Height="18,89765" OnAfterData="Memo250OnAfterData" OnBeforePrint="Memo250OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo251" Left="630,77211" Top="757,07916" Width="98,26771654" Height="18,89765" OnAfterData="Memo251OnAfterData" OnBeforePrint="Memo251OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo252" Left="776,71707" Top="757,07916" Width="98,26771654" Height="18,89765" OnAfterData="Memo252OnAfterData" OnBeforePrint="Memo252OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo253" Left="924,55968" Top="757,07916" Width="102,04724409" Height="18,89765" OnAfterData="Memo253OnAfterData" OnBeforePrint="Memo253OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo254" Left="0" Top="812,63822" Width="1068,82746" Height="18,89765" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo255" Left="0" Top="811,97681" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL INVESTIMENTOS"/>
      <TfrxMemoView Name="Memo256" Left="924,55968" Top="811,97681" Width="102,04724409" Height="18,89765" OnAfterData="Memo256OnAfterData" OnBeforePrint="Memo256OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo257" Left="0" Top="866,87446" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="LUCRO REAL ANTES INV."/>
      <TfrxMemoView Name="Memo258" Left="194,00804" Top="866,87446" Width="98,26771654" Height="18,89765" OnAfterData="Memo258OnAfterData" OnBeforePrint="Memo258OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo259" Left="342,30736" Top="866,87446" Width="98,26771654" Height="18,89765" OnAfterData="Memo259OnAfterData" OnBeforePrint="Memo259OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo260" Left="488,9295" Top="866,87446" Width="98,26771654" Height="18,89765" OnAfterData="Memo260OnAfterData" OnBeforePrint="Memo260OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo261" Left="630,77211" Top="866,87446" Width="98,26771654" Height="18,89765" OnAfterData="Memo261OnAfterData" OnBeforePrint="Memo261OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo262" Left="776,71707" Top="866,87446" Width="98,26771654" Height="18,89765" OnAfterData="Memo262OnAfterData" OnBeforePrint="Memo262OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo263" Left="924,55968" Top="867,87446" Width="102,04724409" Height="18,89765" OnAfterData="Memo263OnAfterData" OnBeforePrint="Memo263OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo266" Left="0" Top="887,77211" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="LUCRO REAL APÓS INV."/>
      <TfrxMemoView Name="Memo267" Left="194,00804" Top="887,77211" Width="98,26771654" Height="18,89765" OnAfterData="Memo267OnAfterData" OnBeforePrint="Memo267OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo268" Left="342,30736" Top="887,77211" Width="98,26771654" Height="18,89765" OnAfterData="Memo268OnAfterData" OnBeforePrint="Memo259OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo269" Left="488,9295" Top="887,77211" Width="98,26771654" Height="18,89765" OnAfterData="Memo269OnAfterData" OnBeforePrint="Memo260OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo270" Left="630,77211" Top="887,77211" Width="98,26771654" Height="18,89765" OnAfterData="Memo270OnAfterData" OnBeforePrint="Memo261OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo271" Left="776,71707" Top="887,77211" Width="98,26771654" Height="18,89765" OnAfterData="Memo271OnAfterData" OnBeforePrint="Memo262OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo272" Left="924,55968" Top="887,77211" Width="102,04724409" Height="18,89765" OnAfterData="Memo272OnAfterData" OnBeforePrint="Memo263OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo273" Left="0,08664591" Top="908,44929" Width="1068,82746" Height="22,67718" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo274" Left="0" Top="910,44929" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="LUCRO REAL FINANCEIRO"/>
      <TfrxMemoView Name="Memo275" Left="194,00804" Top="910,44929" Width="98,26771654" Height="18,89765" OnAfterData="Memo275OnAfterData" OnBeforePrint="Memo275OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo276" Left="342,30736" Top="910,44929" Width="98,26771654" Height="18,89765" OnAfterData="Memo276OnAfterData" OnBeforePrint="Memo276OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo277" Left="488,9295" Top="910,44929" Width="98,26771654" Height="18,89765" OnAfterData="Memo277OnAfterData" OnBeforePrint="Memo277OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo278" Left="630,77211" Top="910,44929" Width="98,26771654" Height="18,89765" OnAfterData="Memo278OnAfterData" OnBeforePrint="Memo278OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo279" Left="776,71707" Top="910,44929" Width="98,26771654" Height="18,89765" OnAfterData="Memo279OnAfterData" OnBeforePrint="Memo279OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo280" Left="924,55968" Top="910,44929" Width="102,04724409" Height="18,89765" OnAfterData="Memo280OnAfterData" OnBeforePrint="Memo280OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo281" Left="-0,28355" Top="964,12647" Width="1068,82746" Height="22,67718" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo282" Left="-0,22047" Top="966,12647" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="PONTO DE EQUILÍBRIO"/>
      <TfrxMemoView Name="Memo283" Left="194,00804" Top="966,12647" Width="98,26771654" Height="18,89765" OnAfterData="Memo283OnAfterData" OnBeforePrint="Memo283OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo284" Left="342,30736" Top="966,12647" Width="98,26771654" Height="18,89765" OnAfterData="Memo284OnAfterData" OnBeforePrint="Memo284OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo285" Left="488,9295" Top="966,12647" Width="98,26771654" Height="18,89765" OnAfterData="Memo285OnAfterData" OnBeforePrint="Memo285OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo286" Left="630,77211" Top="966,12647" Width="98,26771654" Height="18,89765" OnAfterData="Memo286OnAfterData" OnBeforePrint="Memo286OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo287" Left="776,71707" Top="966,12647" Width="98,26771654" Height="18,89765" OnAfterData="Memo287OnAfterData" OnBeforePrint="Memo287OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo288" Left="924,55968" Top="966,12647" Width="102,04724409" Height="18,89765" OnAfterData="Memo288OnAfterData" OnBeforePrint="Memo288OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo289" Left="295,73253" Top="608,48856" Width="41,57480315" Height="18,89765" OnAfterData="Memo289OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo290" Left="445,76407" Top="608,48856" Width="41,57480315" Height="18,89765" OnAfterData="Memo290OnAfterData" OnBeforePrint="Memo290OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo291" Left="586,97681" Top="608,48856" Width="41,57480315" Height="18,89765" OnAfterData="Memo291OnAfterData" OnBeforePrint="Memo291OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo292" Left="733,22882" Top="608,48856" Width="41,57480315" Height="18,89765" OnAfterData="Memo292OnAfterData" OnBeforePrint="Memo292OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo293" Left="877,98485" Top="608,48856" Width="41,57480315" Height="18,89765" OnAfterData="Memo293OnAfterData" OnBeforePrint="Memo293OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo294" Left="1025,81169" Top="608,48856" Width="41,57480315" Height="18,89765" OnAfterData="Memo294OnAfterData" OnBeforePrint="Memo294OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo295" Left="295,73253" Top="665,38621" Width="41,57480315" Height="18,89765" OnAfterData="Memo295OnAfterData" OnBeforePrint="Memo295OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo296" Left="445,76407" Top="665,38621" Width="41,57480315" Height="18,89765" OnAfterData="Memo296OnAfterData" OnBeforePrint="Memo296OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo297" Left="586,97681" Top="665,38621" Width="41,57480315" Height="18,89765" OnAfterData="Memo297OnAfterData" OnBeforePrint="Memo297OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo298" Left="733,22882" Top="665,38621" Width="41,57480315" Height="18,89765" OnAfterData="Memo298OnAfterData" OnBeforePrint="Memo298OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo299" Left="877,98485" Top="665,38621" Width="41,57480315" Height="18,89765" OnAfterData="Memo299OnAfterData" OnBeforePrint="Memo299OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo300" Left="1025,81169" Top="665,38621" Width="41,57480315" Height="18,89765" OnAfterData="Memo300OnAfterData" OnBeforePrint="Memo300OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo301" Left="295,73253" Top="757,07916" Width="41,57480315" Height="18,89765" OnAfterData="Memo301OnAfterData" OnBeforePrint="Memo198OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo302" Left="445,76407" Top="757,07916" Width="41,57480315" Height="18,89765" OnAfterData="Memo302OnAfterData" OnBeforePrint="Memo200OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo303" Left="586,97681" Top="757,07916" Width="41,57480315" Height="18,89765" OnAfterData="Memo303OnAfterData" OnBeforePrint="Memo202OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo304" Left="733,22882" Top="757,07916" Width="41,57480315" Height="18,89765" OnAfterData="Memo304OnAfterData" OnBeforePrint="Memo204OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo305" Left="877,98485" Top="757,07916" Width="41,57480315" Height="18,89765" OnAfterData="Memo305OnAfterData" OnBeforePrint="Memo206OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo306" Left="1025,81169" Top="757,07916" Width="41,57480315" Height="18,89765" OnAfterData="Memo306OnAfterData" OnBeforePrint="Memo208OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo307" Left="295,73253" Top="866,87446" Width="41,57480315" Height="18,89765" OnAfterData="Memo307OnAfterData" OnBeforePrint="Memo198OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordBreak="True" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo308" Left="445,76407" Top="866,87446" Width="41,57480315" Height="18,89765" OnAfterData="Memo308OnAfterData" OnBeforePrint="Memo200OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo309" Left="586,97681" Top="866,87446" Width="41,57480315" Height="18,89765" OnAfterData="Memo309OnAfterData" OnBeforePrint="Memo202OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo310" Left="733,22882" Top="866,87446" Width="41,57480315" Height="18,89765" OnAfterData="Memo310OnAfterData" OnBeforePrint="Memo204OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo311" Left="877,98485" Top="866,87446" Width="41,57480315" Height="18,89765" OnAfterData="Memo311OnAfterData" OnBeforePrint="Memo206OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo312" Left="1025,81169" Top="866,87446" Width="41,57480315" Height="18,89765" OnAfterData="Memo312OnAfterData" OnBeforePrint="Memo208OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo313" Left="295,73253" Top="887,77211" Width="41,57480315" Height="18,89765" OnAfterData="Memo313OnAfterData" OnBeforePrint="Memo198OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo314" Left="445,76407" Top="887,77211" Width="41,57480315" Height="18,89765" OnAfterData="Memo314OnAfterData" OnBeforePrint="Memo200OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo315" Left="586,97681" Top="887,77211" Width="41,57480315" Height="18,89765" OnBeforePrint="Memo202OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo316" Left="733,22882" Top="887,77211" Width="41,57480315" Height="18,89765" OnAfterData="Memo316OnAfterData" OnBeforePrint="Memo204OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo317" Left="877,98485" Top="887,77211" Width="41,57480315" Height="18,89765" OnAfterData="Memo317OnAfterData" OnBeforePrint="Memo206OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo318" Left="1025,81169" Top="887,77211" Width="41,57480315" Height="18,89765" OnBeforePrint="Memo208OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo319" Left="295,73253" Top="910,44929" Width="41,57480315" Height="18,89765" OnBeforePrint="Memo198OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo320" Left="445,76407" Top="910,44929" Width="41,57480315" Height="18,89765" OnBeforePrint="Memo200OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo321" Left="586,97681" Top="910,44929" Width="41,57480315" Height="18,89765" OnAfterData="Memo321OnAfterData" OnBeforePrint="Memo202OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo322" Left="733,22882" Top="910,44929" Width="41,57480315" Height="18,89765" OnBeforePrint="Memo204OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo323" Left="877,98485" Top="910,44929" Width="41,57480315" Height="18,89765" OnBeforePrint="Memo206OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo324" Left="1025,81169" Top="910,44929" Width="41,57480315" Height="18,89765" OnBeforePrint="Memo208OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo326" Left="0" Top="1009,13451" Width="1072,60699" Height="45,35436" ShowHint="False" Color="9276813" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="4" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Resumo do Resultado do [Titulo2]"/>
      <TfrxMemoView Name="Memo328" Left="0" Top="1062,60699" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="FATURAMENTO"/>
      <TfrxMemoView Name="Memo329" Left="0" Top="1081,50464" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="C.M.V."/>
      <TfrxMemoView Name="Memo330" Left="0" Top="1100,40229" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL CUSTOS VARIÁVEIS"/>
      <TfrxMemoView Name="Memo331" Left="0" Top="1119,29994" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL CUSTOS FIXOS"/>
      <TfrxMemoView Name="Memo332" Left="0" Top="1138,19759" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="LUCRO REAL ANTES INV."/>
      <TfrxMemoView Name="Memo333" Left="0" Top="1157,09524" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="PONTO DE EQUILÍBRIO"/>
      <TfrxMemoView Name="Memo336" Left="192,75603" Top="1062,60699" Width="98,26771654" Height="18,89765" OnBeforePrint="Memo336OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo337" Left="192,75603" Top="1081,50464" Width="109,60630654" Height="18,89765" OnBeforePrint="Memo337OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Wysiwyg="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo338" Left="192,75603" Top="1100,40229" Width="109,60630654" Height="18,89765" OnBeforePrint="Memo338OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo339" Left="192,75603" Top="1119,29994" Width="98,26771654" Height="18,89765" OnBeforePrint="Memo339OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo340" Left="192,75603" Top="1138,19759" Width="98,26771654" Height="18,89765" OnBeforePrint="Memo340OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo341" Left="192,75603" Top="1157,09524" Width="98,26771654" Height="18,89765" OnBeforePrint="Memo341OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo356" Left="0" Top="1175,43383" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="EBTIDA"/>
      <TfrxMemoView Name="Memo357" Left="192,75603" Top="1175,43383" Width="98,26771654" Height="18,89765" OnBeforePrint="Memo357OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
    </TfrxReportSummary>
  </TfrxReportPage>
  <TfrxReportPage Name="Page4" Visible="False" PaperWidth="600" PaperHeight="600" PaperSize="256" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="">
    <TfrxPageHeader Name="PageHeader3" Height="134,89765" Left="0" Top="18,89765" Width="2192,1274" OnBeforePrint="PageHeader3OnBeforePrint">
      <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="Memo358" 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="Memo359" 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="Memo360" 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="Memo361" 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="Memo362" 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="Memo363" 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="Memo364" 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="Memo365" Left="0" Top="95,48825" Width="2192,13952" Height="37,89765" ShowHint="False" Frame.Typ="12" Text=""/>
      <TfrxMemoView Name="Memo366" Left="676,53587" Top="95,48825" Width="192,75603" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Macaé"/>
      <TfrxMemoView Name="Memo367" Left="272,12616" Top="95,26778" Width="192,75603" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Administração"/>
      <TfrxMemoView Name="Memo368" Left="472,44125" Top="95,48825" Width="192,76815" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Depósito R.O."/>
      <TfrxMemoView Name="Memo369" Left="0" Top="95,9765" Width="40,89620627" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Código"/>
      <TfrxMemoView Name="Memo370" Left="1084,72511" Top="95,48825" Width="192,75603" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Cabo Frio"/>
      <TfrxMemoView Name="Memo371" Left="1931,33983" Top="95,48825" Width="86,92919" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total da Conta"/>
      <TfrxMemoView Name="Memo372" Left="41,57483" Top="95,48825" Width="215,43321" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Conta Orçamentária"/>
      <TfrxMemoView Name="Memo373" Left="880,63049" Top="95,48825" Width="192,75603" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Araruama"/>
      <TfrxMemoView Name="Memo374" Left="1288,81973" Top="95,48825" Width="192,75603" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Campos"/>
      <TfrxMemoView Name="Memo375" Left="1492,91435" Top="95,26778" Width="192,75603" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Dep.Casimiro"/>
      <TfrxMemoView Name="Memo376" Left="1697,00897" Top="95,48825" Width="192,75603" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="R.Ostras"/>
      <TfrxMemoView Name="Memo720" Left="272,12616" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo721" Left="348,83488" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo722" Left="423,30740638" Top="113,3859" Width="41,57478362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo726" Left="472,44125" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo727" Left="549,14997" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo728" Left="623,62249638" Top="113,3859" Width="41,57478362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo729" Left="676,53587" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo730" Left="753,24459" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo731" Left="827,71711638" Top="113,3859" Width="41,57478362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo732" Left="880,63049" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo733" Left="957,33921" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo734" Left="1031,81173638" Top="113,3859" Width="41,57478362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo735" Left="1084,72511" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo736" Left="1161,43383" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo737" Left="1235,90635638" Top="113,3859" Width="41,57478362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo738" Left="1288,81973" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo739" Left="1365,52845" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo740" Left="1440,00097638" Top="113,3859" Width="41,57478362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo744" Left="1492,91435" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo745" Left="1569,62307" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo746" Left="1644,09559638" Top="113,3859" Width="41,57478362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo747" Left="1697,00897" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo748" Left="1773,71769" Top="113,3859" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo749" Left="1848,19021638" Top="113,3859" Width="41,57478362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
    </TfrxPageHeader>
    <TfrxMasterData Name="MasterData1" Height="19" Left="0" Top="351,49629" Width="2192,1274" ColumnWidth="0" ColumnGap="0" DataSetName="custos_previstos" RowCount="0">
      <TfrxMemoView Name="Memo377" Align="baClient" Left="0" Top="0" Width="2192,1274" 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="Memo378" Left="3,10090627" Top="0" Width="37,7953" Height="18,89765" ShowHint="False" DataField="n4_codigo" DataSetName="custos_previstos" 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_previstos.&#34;n4_codigo&#34;]"/>
      <TfrxMemoView Name="Memo379" Left="41,57483" Top="0" Width="222,99227" Height="18,89765" ShowHint="False" DataField="n4_nome" DataSetName="custos_previstos" 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_previstos.&#34;n4_nome&#34;]"/>
      <TfrxMemoView Name="Memo380" Left="753,24459" Top="0" Width="79,37013" Height="18,89765" ShowHint="False" DataField="valor3" DataSetName="custos_previstos" 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_previstos.&#34;valor3&#34;]"/>
      <TfrxMemoView Name="Memo381" Left="1165,21331362" Top="0" Width="68,03154" Height="18,89765" ShowHint="False" DataField="valor5" DataSetName="custos_previstos" 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_previstos.&#34;valor5&#34;]"/>
      <TfrxMemoView Name="Memo382" Left="964,89822362" Top="0" Width="64,25201" Height="18,89765" ShowHint="False" DataField="valor4" DataSetName="custos_previstos" 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_previstos.&#34;valor4&#34;]"/>
      <TfrxMemoView Name="Memo383" Left="549,14992362" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataField="valor2" DataSetName="custos_previstos" 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_previstos.&#34;valor2&#34;]"/>
      <TfrxMemoView Name="Memo384" Left="272,12616" Top="0" Width="71,81107" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="prev1" DataSetName="custos_previstos" 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_previstos.&#34;prev1&#34;]"/>
      <TfrxMemoView Name="Memo385" Left="1369,30793362" Top="0" Width="68,03154" Height="18,89765" ShowHint="False" DataField="valor6" DataSetName="custos_previstos" 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_previstos.&#34;valor6&#34;]"/>
      <TfrxMemoView Name="Memo386" Left="1573,40255362" Top="0" Width="68,03154" Height="18,89765" ShowHint="False" DataField="valor7" DataSetName="custos_previstos" 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_previstos.&#34;valor7&#34;]"/>
      <TfrxMemoView Name="Memo387" Left="1777,49717362" Top="0" Width="68,03154" Height="18,89765" ShowHint="False" DataField="valor8" DataSetName="custos_previstos" 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_previstos.&#34;valor8&#34;]"/>
      <TfrxMemoView Name="Memo388" Left="1950,23748" Top="0" Width="68,03154" Height="18,89765" ShowHint="False" DataField="valorlinha" DataSetName="custos_previstos" 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_previstos.&#34;valorlinha&#34;]"/>
      <TfrxMemoView Name="Memo723" Left="348,83488" Top="0" Width="71,81107" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="valor1" DataSetName="custos_previstos" 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_previstos.&#34;valor1&#34;]"/>
      <TfrxMemoView Name="Memo724" Left="423,30736" Top="0" Width="41,57483" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="perc1" DataSetName="custos_previstos" 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_previstos.&#34;perc1&#34;]"/>
      <TfrxMemoView Name="Memo741" Left="472,44125" Top="0" Width="71,81107" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="prev2" DataSetName="custos_previstos" 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_previstos.&#34;prev2&#34;]"/>
      <TfrxMemoView Name="Memo742" Left="623,62245" Top="0" Width="41,57483" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="perc2" DataSetName="custos_previstos" 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_previstos.&#34;perc2&#34;]"/>
      <TfrxMemoView Name="Memo743" Left="676,53587" Top="0" Width="71,81107" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="prev3" DataSetName="custos_previstos" 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_previstos.&#34;prev3&#34;]"/>
      <TfrxMemoView Name="Memo750" Left="835,71707" Top="0" Width="41,57483" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="perc3" DataSetName="custos_previstos" 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_previstos.&#34;perc3&#34;]"/>
      <TfrxMemoView Name="Memo751" Left="880,63049" Top="0" Width="71,81107" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="prev4" DataSetName="custos_previstos" 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_previstos.&#34;prev4&#34;]"/>
      <TfrxMemoView Name="Memo752" Left="1031,81169" Top="0" Width="41,57483" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="perc4" DataSetName="custos_previstos" 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_previstos.&#34;perc4&#34;]"/>
      <TfrxMemoView Name="Memo753" Left="1084,72511" Top="0" Width="71,81107" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="prev5" DataSetName="custos_previstos" 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_previstos.&#34;prev5&#34;]"/>
      <TfrxMemoView Name="Memo754" Left="1235,90631" Top="0" Width="41,57483" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="perc5" DataSetName="custos_previstos" 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_previstos.&#34;perc5&#34;]"/>
      <TfrxMemoView Name="Memo755" Left="1288,81973" Top="0" Width="71,81107" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="prev6" DataSetName="custos_previstos" 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_previstos.&#34;prev6&#34;]"/>
      <TfrxMemoView Name="Memo756" Left="1440,00093" Top="0" Width="41,57483" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="perc6" DataSetName="custos_previstos" 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_previstos.&#34;perc6&#34;]"/>
      <TfrxMemoView Name="Memo757" Left="1492,91435" Top="0" Width="71,81107" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="prev7" DataSetName="custos_previstos" 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_previstos.&#34;prev7&#34;]"/>
      <TfrxMemoView Name="Memo758" Left="1644,09555" Top="0" Width="41,57483" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="perc7" DataSetName="custos_previstos" 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_previstos.&#34;perc7&#34;]"/>
      <TfrxMemoView Name="Memo759" Left="1697,00897" Top="0" Width="71,81107" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="prev8" DataSetName="custos_previstos" 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_previstos.&#34;prev8&#34;]"/>
      <TfrxMemoView Name="Memo760" Left="1848,19017" Top="0" Width="41,57483" Height="18,89765" OnAfterPrint="Memo12OnAfterPrint" ShowHint="False" DataField="perc8" DataSetName="custos_previstos" 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_previstos.&#34;perc8&#34;]"/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter1" Height="37,55906" Left="0" Top="2022,04855" Width="2192,1274">
      <TfrxMemoView Name="Memo389" Left="0" Top="7" Width="300" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16711680" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="[Autor_Site]"/>
      <TfrxMemoView Name="Memo390" 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(MasterData1)]&#13;&#10;Página: [Page#] de [TotalPages#]"/>
    </TfrxPageFooter>
    <TfrxGroupFooter Name="GroupFooter4" Height="22,67718" Left="0" Top="393,07112" Width="2192,1274">
      <TfrxMemoView Name="Memo391" Left="0" Top="0" Width="2192,12598425" 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="Memo392" Left="343,93723" 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_previstos.&#34;valor1&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo393" Left="3,77953" Top="0" Width="260,78757" 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="Memo394" Left="545,37044" 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_previstos.&#34;valor2&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo395" Left="759,68553" 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_previstos.&#34;valor3&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo396" Left="956,22109" 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_previstos.&#34;valor4&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo397" Left="1164,09524" 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_previstos.&#34;valor5&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo398" Left="1362,6308" 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_previstos.&#34;valor6&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo399" Left="1572,28448" 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_previstos.&#34;valor7&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo400" Left="1772,59957" 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_previstos.&#34;valor8&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo401" Left="1946,45795" 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_previstos.&#34;valorlinha&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo725" Left="423,30736" Top="0" Width="41,57483" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev1&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor1&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev1&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo761" Left="623,62245" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo761OnAfterData" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev2&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor2&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev2&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo762" Left="835,27613" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo762OnAfterData" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev3&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor3&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev3&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo763" Left="1031,81169" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo763OnAfterData" OnBeforePrint="Memo763OnBeforePrint" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev4&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor4&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev4&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo764" Left="1235,90631" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo764OnAfterData" OnBeforePrint="Memo764OnBeforePrint" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev5&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor5&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev5&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo765" Left="1440,00093" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo765OnAfterData" OnBeforePrint="Memo765OnBeforePrint" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev6&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor6&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev6&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo766" Left="1644,09555" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo766OnAfterData" OnBeforePrint="Memo766OnBeforePrint" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev7&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor7&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev7&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo767" Left="1848,19017" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo767OnAfterData" OnBeforePrint="Memo767OnBeforePrint" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev8&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor8&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev8&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo768" Left="272,12616" 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_previstos.&#34;prev1&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo769" Left="472,44125" 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_previstos.&#34;prev2&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo770" Left="676,53587" 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_previstos.&#34;prev3&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo771" Left="880,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_previstos.&#34;prev4&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo772" Left="1084,72511" 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_previstos.&#34;prev5&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo773" Left="1288,81973" 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_previstos.&#34;prev6&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo774" Left="1492,91435" 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_previstos.&#34;prev7&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo775" Left="1697,00897" 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_previstos.&#34;prev8&#34;&#62;,MasterData1)]"/>
    </TfrxGroupFooter>
    <TfrxGroupHeader Name="GroupHeader4" Height="22,67718" Left="0" Top="306,14193" Width="2192,1274" Condition="custos_previstos.&#34;n3_nome&#34;" KeepTogether="True">
      <TfrxMemoView Name="Memo402" Left="26,45671" Top="0" Width="374,17347" Height="15,22047" OnAfterData="Memo402OnAfterData" 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_previstos.&#34;n3_nome&#34;]"/>
    </TfrxGroupHeader>
    <TfrxGroupHeader Name="GroupHeader5" Height="22,67718" Left="0" Top="260,78757" Width="2192,1274" Condition="custos_previstos.&#34;n2_nome&#34;">
      <TfrxMemoView Name="Memo403" Left="11,33859" Top="1" Width="381,73253" Height="15,22047" OnAfterData="Memo403OnAfterData" 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_previstos.&#34;n2_nome&#34;]"/>
    </TfrxGroupHeader>
    <TfrxGroupHeader Name="GroupHeader6" Height="22,77953" Left="0" Top="215,43321" Width="2192,1274" Condition="custos_previstos.&#34;tipo_custo&#34;">
      <TfrxMemoView Name="Memo415" Left="0" Top="0" Width="385,51206" Height="19" OnAfterData="Memo415OnAfterData" 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_previstos.&#34;tipo_custo&#34;]"/>
    </TfrxGroupHeader>
    <TfrxReportSummary Name="ReportSummary4" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Height="1432,44187" Left="0" ParentFont="False" Top="566,9295" Width="2192,1274" StartNewPage="True">
      <TfrxMemoView Name="Memo427" Left="0" Top="1299,09524" Width="532,157480314961" Height="18,89765" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo428" Left="0" Top="1261,29994" Width="532,157480314961" Height="18,89765" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo429" Left="0" Top="1224,72511" Width="532,15748031" Height="18,89765" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo430" Left="0" Top="773,40198" Width="1076,4094488189" Height="22,67718" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo431" Left="0" Top="625,38621" Width="1076,4094488189" Height="22,67718" ShowHint="False" Color="16777215" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo432" Left="0" Top="974,87446" Width="1068,82746" Height="22,67718" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo433" Left="0,22047" Top="830,38621" Width="1076,4094488189" Height="18,8976378" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo445" Left="265,90564362" Top="82,91342" Width="79,37013" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo446" Left="476,22078" Top="82,91342" Width="79,37013" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo447" Left="687,87446" Top="82,91342" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo448" Left="895,74861" Top="82,91342" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo449" Left="1096,0637" Top="82,91342" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo450" Left="1299,37879" Top="82,91342" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo451" Left="1496,69388" Top="82,91342" Width="79,37013" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo452" Left="1708,34756" Top="82,91342" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo453" Left="1915,10359" Top="82,91342" Width="109,60637" Height="18,89765" OnAfterData="Memo453OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo454" Left="3,77953" Top="82,91342" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS FIXOS"/>
      <TfrxMemoView Name="Memo455" Left="3,77953" Top="101,81107" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS VARIÁVEIS"/>
      <TfrxMemoView Name="Memo456" Left="265,90564362" Top="101,81107" Width="79,37013" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo457" Left="476,22078" Top="101,81107" Width="79,37013" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo458" Left="687,75634" Top="102,25201" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo459" Left="895,63049" Top="103,35436" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo460" Left="1095,94558" Top="102,25201" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo461" Left="1299,26067" Top="102,25201" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo462" Left="1496,57576" Top="102,25201" Width="79,37013" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo463" Left="1708,22944" Top="102,25201" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo464" Left="1914,98547" Top="102,25201" Width="109,60637" Height="18,89765" OnAfterData="Memo464OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo465" Left="0,77953" Top="120,70872" Width="2191,34787" Height="18,89765" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo466" Left="265,90564362" Top="120,70872" Width="79,37013" Height="18,89765" OnAfterData="Memo466OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo467" Left="476,22078" Top="120,70872" Width="79,37013" Height="18,89765" OnAfterData="Memo467OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo468" Left="687,75634" Top="121,14966" Width="71,81107" Height="18,89765" OnAfterData="Memo468OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo469" Left="895,63049" Top="121,14966" Width="71,81107" Height="18,89765" OnAfterData="Memo469OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo470" Left="1095,94558" Top="121,14966" Width="71,81107" Height="18,89765" OnAfterData="Memo470OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo471" Left="1299,26067" Top="121,14966" Width="71,81107" Height="18,89765" OnAfterData="Memo471OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo472" Left="1496,57576" Top="121,14966" Width="79,37013" Height="18,89765" OnAfterData="Memo472OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo473" Left="1708,22944" Top="121,14966" Width="71,81107" Height="18,89765" OnAfterData="Memo473OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo474" Left="1914,98547" Top="121,14966" Width="109,60637" Height="18,89765" OnAfterData="Memo474OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo475" Left="3,77953" Top="120,70872" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL"/>
      <TfrxMemoView Name="Memo476" Left="0" Top="11,33859" Width="2195,1274" Height="18,89765" ShowHint="False" Color="9276813" 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" Frame.Typ="4" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total dos Custos Fixos e Variáveis por Centro de Custo"/>
      <TfrxMemoView Name="Memo477" Left="0" Top="195,50402" Width="2195,1274" Height="18,89765" ShowHint="False" Color="9276813" 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" Frame.Typ="4" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Rateio dos Custos de Administração e Depósito para as Lojas"/>
      <TfrxMemoView Name="Memo487" Left="676,53587" Top="260,07885" Width="71,81107" Height="18,89765" OnAfterData="Memo487OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo488" Left="1084,72511" Top="260,07885" Width="71,81107" Height="18,89765" OnAfterData="Memo488OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo489" Left="1290,81973" Top="260,07885" Width="71,81107" Height="18,89765" OnAfterData="Memo489OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo490" Left="1498,35529" Top="260,07885" Width="79,37013" Height="18,89765" OnAfterData="Memo490OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo491" Left="1703,00897" Top="260,07885" Width="71,81107" Height="18,89765" OnAfterData="Memo491OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo492" Left="1910,00124" Top="260,07885" Width="105,82684" Height="18,89765" OnAfterData="Memo492OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo493" Left="3,77953" Top="260,07885" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS FIXOS"/>
      <TfrxMemoView Name="Memo494" Left="3,77953" Top="278,9765" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS VARIÁVEIS"/>
      <TfrxMemoView Name="Memo495" Left="676,41775" Top="279,41744" Width="71,81107" Height="18,89765" OnAfterData="Memo495OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo496" Left="880,51237" Top="260,51979" Width="71,81107" Height="18,89765" OnAfterData="Memo496OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo497" Left="1084,60699" Top="279,41744" Width="71,81107" Height="18,89765" OnAfterData="Memo497OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo498" Left="1290,70161" Top="279,41744" Width="71,81107" Height="18,89765" OnAfterData="Memo498OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo499" Left="1498,23717" Top="279,41744" Width="79,37013" Height="18,89765" OnAfterData="Memo499OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo500" Left="1702,89085" Top="279,41744" Width="71,81107" Height="18,89765" OnAfterData="Memo500OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo501" Left="1910,00124" Top="279,41744" Width="105,82684" Height="18,89765" OnAfterData="Memo501OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo502" Left="0,77953" Top="297,87415" Width="2191,34787" Height="18,89765" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo503" Left="676,41775" Top="298,31509" Width="71,81107" Height="18,89765" OnAfterData="Memo503OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo504" Left="880,51237" Top="298,31509" Width="71,81107" Height="18,89765" OnAfterData="Memo504OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo505" Left="1084,60699" Top="298,31509" Width="71,81107" Height="18,89765" OnAfterData="Memo505OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo506" Left="1290,70161" Top="298,31509" Width="71,81107" Height="18,89765" OnAfterData="Memo506OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo507" Left="1498,23717" Top="298,31509" Width="79,37013" Height="18,89765" OnAfterData="Memo507OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo508" Left="1702,89085" Top="298,31509" Width="71,81107" Height="18,89765" OnAfterData="Memo508OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo509" Left="1910,00124" Top="298,31509" Width="105,82684" Height="18,89765" OnAfterData="Memo509OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo510" Left="3,77953" Top="297,87415" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL"/>
      <TfrxMemoView Name="Memo511" Left="880,63049" Top="278,9765" Width="71,81107" Height="18,89765" OnAfterData="Memo511OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo512" Left="0" Top="367,90569" Width="2195,1274" Height="18,89765" ShowHint="False" Color="9276813" 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" Frame.Typ="4" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total dos Custos Fixos e Variáveis após o Rateio dos Custos de Administração e Depósito"/>
      <TfrxMemoView Name="Memo522" Left="676,53587" Top="432,48052" Width="71,81107" Height="18,89765" OnAfterData="Memo522OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo523" Left="1084,72511" Top="432,48052" Width="71,81107" Height="18,89765" OnAfterData="Memo523OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo524" Left="1290,81973" Top="432,48052" Width="71,81107" Height="18,89765" OnAfterData="Memo524OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo525" Left="1495,35529" Top="432,48052" Width="79,37013" Height="18,89765" OnAfterData="Memo525OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo526" Left="1701,00897" Top="432,48052" Width="71,81107" Height="18,89765" OnAfterData="Memo526OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo527" Left="1910,00124" Top="432,48052" Width="109,60637" Height="18,89765" OnAfterData="Memo527OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo528" Left="3,77953" Top="432,48052" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS FIXOS"/>
      <TfrxMemoView Name="Memo529" Left="3,77953" Top="451,37817" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS VARIÁVEIS"/>
      <TfrxMemoView Name="Memo530" Left="676,41775" Top="451,81911" Width="71,81107" Height="18,89765" OnAfterData="Memo530OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo531" Left="880,51237" Top="432,92146" Width="71,81107" Height="18,89765" OnAfterData="Memo531OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo532" Left="1084,60699" Top="451,81911" Width="71,81107" Height="18,89765" OnAfterData="Memo532OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo533" Left="1290,70161" Top="451,81911" Width="71,81107" Height="18,89765" OnAfterData="Memo533OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo534" Left="1495,23717" Top="451,81911" Width="79,37013" Height="18,89765" OnAfterData="Memo534OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo535" Left="1700,89085" Top="451,81911" Width="71,81107" Height="18,89765" OnAfterData="Memo535OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo536" Left="1910,00124" Top="451,81911" Width="109,60637" Height="18,89765" OnAfterData="Memo536OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo537" Left="0,77953" Top="470,27582" Width="2191,34787" Height="18,89765" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo538" Left="676,41775" Top="470,71676" Width="71,81107" Height="18,89765" OnAfterData="Memo538OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo539" Left="880,51237" Top="470,71676" Width="71,81107" Height="18,89765" OnAfterData="Memo539OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo540" Left="1084,60699" Top="470,71676" Width="71,81107" Height="18,89765" OnAfterData="Memo540OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo541" Left="1290,70161" Top="470,71676" Width="71,81107" Height="18,89765" OnAfterData="Memo541OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo542" Left="1495,23717" Top="470,71676" Width="79,37013" Height="18,89765" OnAfterData="Memo542OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo543" Left="1700,89085" Top="470,71676" Width="71,81107" Height="18,89765" OnAfterData="Memo543OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo544" Left="1910,00124" Top="469,71676" Width="109,60637" Height="18,89765" OnAfterData="Memo544OnAfterData" 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=""/>
      <TfrxMemoView Name="Memo545" Left="3,77953" Top="470,27582" Width="253,22851" 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="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL"/>
      <TfrxMemoView Name="Memo546" Left="880,63049" Top="451,37817" Width="71,81107" Height="18,89765" OnAfterData="Memo546OnAfterData" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo547" Left="0" Top="521,96877" Width="1076,40944882" Height="45,35436" ShowHint="False" Color="9276813" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="4" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Demonstração do Resultado Previsto do [Titulo2]"/>
      <TfrxMemoView Name="Memo548" Left="0" Top="567,32313" Width="1076,4094488189" Height="34,11812" ShowHint="False" Color="9276813" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="8" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo549" Left="194,00804" Top="566,5436" Width="98,26771654" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Macaé"/>
      <TfrxMemoView Name="Memo550" Left="488,9295" Top="567,32313" Width="98,26771654" Height="18,8976378" OnBeforePrint="Memo106OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Cabo Frio"/>
      <TfrxMemoView Name="Memo551" Left="924,78015" Top="566,32313" Width="98,26771409" Height="18,8976378" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total da Conta"/>
      <TfrxMemoView Name="Memo552" Left="4,11812" Top="567,10266" Width="188,97637795" Height="18,8976378" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="LOJAS"/>
      <TfrxMemoView Name="Memo553" Left="342,30736" Top="567,32313" Width="98,26771654" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo109OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Araruama"/>
      <TfrxMemoView Name="Memo554" Left="630,77211" Top="567,32313" Width="98,26771654" Height="18,8976378" OnBeforePrint="Memo110OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Campos"/>
      <TfrxMemoView Name="Memo555" Left="776,71707" Top="567,10266" Width="98,26771654" Height="18,8976378" OnBeforePrint="Memo112OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="R.Ostras"/>
      <TfrxMemoView Name="Memo556" Left="295,73253" Top="566,5436" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo557" Left="442,35467" Top="567,32313" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo558" Left="586,97681" Top="567,32313" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo559" Left="733,22882" Top="565,5436" Width="41,5748031496063" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo560" Left="877,98485" Top="567,32313" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo561" Left="1025,81169" Top="565,32313" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo562" Left="0" Top="609,89796" Width="1076,4094488189" Height="18,89765" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo563" Left="0" Top="681,79561" Width="1076,4094488189" Height="18,89765" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo564" Left="0" Top="609,89796" Width="188,97637795" Height="18,89765" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="FATURAMENTO"/>
      <TfrxMemoView Name="Memo565" Left="0" Top="629,79561" Width="188,97637795" 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" ParentFont="False" WordWrap="False" Text="C.M.V."/>
      <TfrxMemoView Name="Memo566" Left="0,22047" Top="719,14997" Width="1076,4094488189" Height="18,89765" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo567" Left="0" Top="680,69326" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTO VARIÁVEL LOJAS"/>
      <TfrxMemoView Name="Memo568" Left="194,00804" Top="609,89796" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[FATLJ_2]"/>
      <TfrxMemoView Name="Memo569" Left="488,9295" Top="609,89796" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[FATLJ_3]"/>
      <TfrxMemoView Name="Memo570" Left="630,77211" Top="609,89796" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[FATLJ_4]"/>
      <TfrxMemoView Name="Memo571" Left="342,30736" Top="609,89796" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[FATLJ_6]"/>
      <TfrxMemoView Name="Memo572" Left="194,00804" Top="629,79561" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[CMVLJ_2]"/>
      <TfrxMemoView Name="Memo573" Left="488,9295" Top="629,79561" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[CMVLJ_3]"/>
      <TfrxMemoView Name="Memo574" Left="630,77211" Top="629,79561" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[CMVLJ_4]"/>
      <TfrxMemoView Name="Memo575" Left="342,30736" Top="629,79561" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[CMVLJ_6]"/>
      <TfrxMemoView Name="Memo576" Left="924,55968" Top="609,89796" Width="102,04724409" Height="18,89765" OnAfterData="Memo576OnAfterData" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo577" Left="924,55968" Top="629,79561" Width="102,04724409" Height="18,89765" OnAfterData="Memo577OnAfterData" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo578" Left="776,71707" Top="609,89796" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[FATLJ_5]"/>
      <TfrxMemoView Name="Memo579" Left="776,71707" Top="629,79561" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[CMVLJ_5]"/>
      <TfrxMemoView Name="Memo580" Left="295,73253" Top="629,79561" Width="41,57480315" Height="18,89765" OnAfterData="Memo198OnAfterData" ShowHint="False" DisplayFormat.FormatStr="%2.2f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo581" Left="445,76407" Top="629,79561" Width="41,57480315" Height="18,89765" OnAfterData="Memo200OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo582" Left="586,97681" Top="629,79561" Width="41,57480315" Height="18,89765" OnAfterData="Memo202OnAfterData" OnBeforePrint="Memo202OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo583" Left="733,22882" Top="629,79561" Width="41,57480315" Height="18,89765" OnAfterData="Memo204OnAfterData" OnBeforePrint="Memo204OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo584" Left="877,98485" Top="629,79561" Width="41,57480315" Height="18,89765" OnAfterData="Memo206OnAfterData" OnBeforePrint="Memo206OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo585" Left="1025,81169" Top="609,89796" Width="37,7953" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo586" Left="1025,81169" Top="629,79561" Width="34,01577" Height="18,89765" OnAfterData="Memo586OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo587" Left="194,00804" Top="680,69326" Width="98,26771654" Height="18,89765" OnAfterData="Memo587OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo588" Left="342,30736" Top="680,69326" Width="98,26771654" Height="18,89765" OnAfterData="Memo588OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo589" Left="488,9295" Top="680,69326" Width="98,26771654" Height="18,89765" OnAfterData="Memo589OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo590" Left="630,77211" Top="680,69326" Width="98,26771654" Height="18,89765" OnAfterData="Memo590OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo591" Left="776,71707" Top="680,69326" Width="98,26771654" Height="18,89765" OnAfterData="Memo591OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo592" Left="924,55968" Top="680,69326" Width="102,04724409" Height="18,89765" OnAfterData="Memo592OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo593" Left="0" Top="699,59091" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTO VARIÁVEL RATEIO ADM E DEP"/>
      <TfrxMemoView Name="Memo594" Left="194,00804" Top="699,59091" Width="98,26771654" Height="18,89765" OnAfterData="Memo594OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo595" Left="342,30736" Top="699,59091" Width="98,26771654" Height="18,89765" OnAfterData="Memo595OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo596" Left="488,9295" Top="699,59091" Width="98,26771654" Height="18,89765" OnAfterData="Memo596OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo597" Left="630,77211" Top="699,59091" Width="98,26771654" Height="18,89765" OnAfterData="Memo597OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo598" Left="776,71707" Top="699,59091" Width="98,26771654" Height="18,89765" OnAfterData="Memo598OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo599" Left="924,55968" Top="699,59091" Width="102,04724409" Height="18,89765" OnAfterData="Memo599OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo600" Left="0" Top="718,48856" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL CUSTOS VARIÁVEIS"/>
      <TfrxMemoView Name="Memo601" Left="54,16543" Top="627,77984" Width="98,26771654" Height="18,89765" Visible="False" OnAfterData="Memo601OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo602" Left="342,30736" Top="718,48856" Width="98,26771654" Height="18,89765" OnAfterData="Memo602OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo603" Left="488,9295" Top="718,48856" Width="98,26771654" Height="18,89765" OnAfterData="Memo603OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo604" Left="630,77211" Top="718,48856" Width="98,26771654" Height="18,89765" OnAfterData="Memo604OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo605" Left="776,71707" Top="718,48856" Width="98,26771654" Height="18,89765" OnAfterData="Memo605OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo606" Left="924,55968" Top="718,48856" Width="102,04724409" Height="18,89765" OnAfterData="Memo606OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo607" Left="0" Top="775,38621" Width="188,97637795" 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" ParentFont="False" WordWrap="False" Text="MARGEM DE CONTRIBUIÇÃO"/>
      <TfrxMemoView Name="Memo608" Left="194,00804" Top="775,38621" Width="98,26771654" Height="18,89765" OnAfterData="Memo608OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo609" Left="342,30736" Top="775,38621" Width="98,26771654" Height="18,89765" OnAfterData="Memo609OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo610" Left="488,9295" Top="775,38621" Width="98,26771654" Height="18,89765" OnAfterData="Memo610OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo611" Left="630,77211" Top="775,38621" Width="98,26771654" Height="18,89765" OnAfterData="Memo611OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo612" Left="776,71707" Top="775,38621" Width="98,26771654" Height="18,89765" OnAfterData="Memo612OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo613" Left="924,55968" Top="775,38621" Width="102,04724409" Height="18,89765" OnAfterData="Memo613OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo614" Left="0" Top="830,06339" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTO FIXO - LOJAS"/>
      <TfrxMemoView Name="Memo615" Left="194,00804" Top="830,06339" Width="98,26771654" Height="18,89765" OnAfterData="Memo615OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo616" Left="342,30736" Top="830,06339" Width="98,26771654" Height="18,89765" OnAfterData="Memo616OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo617" Left="488,9295" Top="830,06339" Width="98,26771654" Height="18,89765" OnAfterData="Memo617OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo618" Left="630,77211" Top="830,06339" Width="98,26771654" Height="18,89765" OnAfterData="Memo618OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo619" Left="776,71707" Top="830,06339" Width="98,26771654" Height="18,89765" OnAfterData="Memo619OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo620" Left="924,55968" Top="830,06339" Width="102,04724409" Height="18,89765" OnAfterData="Memo620OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo621" Left="0" Top="848,96104" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTO FIXO - RATEIO ADM. E DEP."/>
      <TfrxMemoView Name="Memo622" Left="194,00804" Top="848,96104" Width="98,26771654" Height="18,89765" OnAfterData="Memo622OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo623" Left="342,30736" Top="848,96104" Width="98,26771654" Height="18,89765" OnAfterData="Memo623OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo624" Left="488,9295" Top="848,96104" Width="98,26771654" Height="18,89765" OnAfterData="Memo624OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo625" Left="630,77211" Top="848,96104" Width="98,26771654" Height="18,89765" OnAfterData="Memo625OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo626" Left="776,71707" Top="848,96104" Width="98,26771654" Height="18,89765" OnAfterData="Memo626OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo627" Left="924,55968" Top="848,96104" Width="102,04724409" Height="18,89765" OnAfterData="Memo627OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo628" Left="0" Top="867,74057" Width="1076,4094488189" Height="18,89765" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo629" Left="0" Top="867,079159999999" Width="188,97637795" 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" ParentFont="False" WordWrap="False" Text="TOTAL CUSTOS FIXOS"/>
      <TfrxMemoView Name="Memo630" Left="194,00804" Top="867,07916" Width="98,26771654" Height="18,89765" OnAfterData="Memo630OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo631" Left="342,30736" Top="867,07916" Width="98,26771654" Height="18,89765" OnAfterData="Memo631OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo632" Left="488,9295" Top="867,07916" Width="98,26771654" Height="18,89765" OnAfterData="Memo632OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo633" Left="630,77211" Top="867,07916" Width="98,26771654" Height="18,89765" OnAfterData="Memo633OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo634" Left="776,71707" Top="867,07916" Width="98,26771654" Height="18,89765" OnAfterData="Memo634OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo635" Left="924,55968" Top="867,07916" Width="102,04724409" Height="18,89765" OnAfterData="Memo635OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo636" Left="0" Top="921,63822" Width="1068,8496663" Height="18,89765" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo637" Left="0" Top="921,97681" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL INVESTIMENTOS"/>
      <TfrxMemoView Name="Memo638" Left="924,55968" Top="921,97681" Width="102,04724409" Height="18,89765" OnAfterData="Memo638OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo639" Left="0" Top="976,87446" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="LUCRO REAL ANTES INV."/>
      <TfrxMemoView Name="Memo640" Left="194,00804" Top="976,87446" Width="98,26771654" Height="18,89765" OnAfterData="Memo640OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo641" Left="342,30736" Top="976,87446" Width="98,26771654" Height="18,89765" OnAfterData="Memo641OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo642" Left="488,9295" Top="976,87446" Width="98,26771654" Height="18,89765" OnAfterData="Memo642OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo643" Left="630,77211" Top="976,87446" Width="98,26771654" Height="18,89765" OnAfterData="Memo643OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo644" Left="776,71707" Top="976,87446" Width="98,26771654" Height="18,89765" OnAfterData="Memo644OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo645" Left="924,55968" Top="977,87446" Width="102,04724409" Height="18,89765" OnAfterData="Memo645OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo646" Left="0" Top="997,77211" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="LUCRO REAL APÓS INV."/>
      <TfrxMemoView Name="Memo647" Left="194,00804" Top="997,77211" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo648" Left="342,30736" Top="997,77211" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo649" Left="488,9295" Top="997,77211" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo650" Left="630,77211" Top="997,77211" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo651" Left="776,71707" Top="997,77211" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo652" Left="924,55968" Top="997,77211" Width="102,04724409" Height="18,89765" OnAfterData="Memo272OnAfterData" OnBeforePrint="Memo263OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo653" Left="0,08664591" Top="1018,44929" Width="1068,82746" Height="22,67718" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo654" Left="0" Top="1020,44929" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="LUCRO REAL FINANCEIRO"/>
      <TfrxMemoView Name="Memo655" Left="194,00804" Top="1020,44929" Width="98,26771654" Height="18,89765" OnAfterData="Memo655OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo656" Left="342,30736" Top="1020,44929" Width="98,26771654" Height="18,89765" OnAfterData="Memo656OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo657" Left="488,9295" Top="1020,44929" Width="98,26771654" Height="18,89765" OnAfterData="Memo657OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo658" Left="630,77211" Top="1020,44929" Width="98,26771654" Height="18,89765" OnAfterData="Memo658OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo659" Left="776,71707" Top="1020,44929" Width="98,26771654" Height="18,89765" OnAfterData="Memo659OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo660" Left="924,55968" Top="1020,44929" Width="102,04724409" Height="18,89765" OnAfterData="Memo660OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo661" Left="-0,28355" Top="1074,12647" Width="1068,82746" Height="22,67718" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo662" Left="-0,22047" Top="1076,12647" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="PONTO DE EQUILÍBRIO"/>
      <TfrxMemoView Name="Memo663" Left="194,00804" Top="1076,12647" Width="98,26771654" Height="18,89765" OnAfterData="Memo663OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo664" Left="342,30736" Top="1076,12647" Width="98,26771654" Height="18,89765" OnAfterData="Memo664OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo665" Left="488,9295" Top="1076,12647" Width="98,26771654" Height="18,89765" OnAfterData="Memo665OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo666" Left="630,77211" Top="1076,12647" Width="98,26771654" Height="18,89765" OnAfterData="Memo666OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo667" Left="776,71707" Top="1076,12647" Width="98,26771654" Height="18,89765" OnAfterData="Memo667OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo668" Left="924,55968" Top="1076,12647" Width="102,04724409" Height="18,89765" OnAfterData="Memo668OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo669" Left="295,73253" Top="718,48856" Width="41,57480315" Height="18,89765" OnAfterData="Memo669OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo670" Left="445,76407" Top="718,48856" Width="41,57480315" Height="18,89765" OnAfterData="Memo670OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo671" Left="586,97681" Top="718,48856" Width="41,57480315" Height="18,89765" OnAfterData="Memo671OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo672" Left="733,22882" Top="718,48856" Width="41,57480315" Height="18,89765" OnAfterData="Memo672OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo673" Left="877,98485" Top="718,48856" Width="41,57480315" Height="18,89765" OnAfterData="Memo673OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo674" Left="1025,81169" Top="718,48856" Width="41,57480315" Height="18,89765" OnAfterData="Memo674OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo675" Left="295,73253" Top="775,38621" Width="41,57480315" Height="18,89765" OnAfterData="Memo675OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo676" Left="445,76407" Top="775,38621" Width="41,57480315" Height="18,89765" OnAfterData="Memo676OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo677" Left="586,97681" Top="775,38621" Width="41,57480315" Height="18,89765" OnAfterData="Memo677OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo678" Left="733,22882" Top="775,38621" Width="41,57480315" Height="18,89765" OnAfterData="Memo678OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo679" Left="877,98485" Top="775,38621" Width="41,57480315" Height="18,89765" OnAfterData="Memo679OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo680" Left="1025,81169" Top="775,38621" Width="41,57480315" Height="18,89765" OnAfterData="Memo680OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo681" Left="295,73253" Top="867,07916" Width="41,57480315" Height="18,89765" OnAfterData="Memo681OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo682" Left="445,76407" Top="867,07916" Width="41,57480315" Height="18,89765" OnAfterData="Memo682OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo683" Left="586,97681" Top="867,07916" Width="41,57480315" Height="18,89765" OnAfterData="Memo683OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo684" Left="733,22882" Top="867,07916" Width="41,57480315" Height="18,89765" OnAfterData="Memo684OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo685" Left="877,98485" Top="867,07916" Width="41,57480315" Height="18,89765" OnAfterData="Memo685OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo686" Left="1025,81169" Top="867,07916" Width="41,57480315" Height="18,89765" OnAfterData="Memo686OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo687" Left="295,73253" Top="976,87446" Width="41,57480315" Height="18,89765" OnAfterData="Memo687OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordBreak="True" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo688" Left="445,76407" Top="976,87446" Width="41,57480315" Height="18,89765" OnAfterData="Memo688OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo689" Left="586,97681" Top="976,87446" Width="41,57480315" Height="18,89765" OnAfterData="Memo689OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo690" Left="733,22882" Top="976,87446" Width="41,57480315" Height="18,89765" OnAfterData="Memo690OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo691" Left="877,98485" Top="976,87446" Width="41,57480315" Height="18,89765" OnAfterData="Memo691OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo692" Left="1025,81169" Top="976,87446" Width="41,57480315" Height="18,89765" OnAfterData="Memo692OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo693" Left="295,73253" Top="997,77211" Width="41,57480315" Height="18,89765" OnAfterData="Memo313OnAfterData" OnBeforePrint="Memo198OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo694" Left="445,76407" Top="997,77211" Width="41,57480315" Height="18,89765" OnAfterData="Memo314OnAfterData" OnBeforePrint="Memo200OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo695" Left="586,97681" Top="997,77211" Width="41,57480315" Height="18,89765" OnBeforePrint="Memo202OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo696" Left="733,22882" Top="997,77211" Width="41,57480315" Height="18,89765" OnAfterData="Memo316OnAfterData" OnBeforePrint="Memo204OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo697" Left="877,98485" Top="997,77211" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo698" Left="1025,81169" Top="997,77211" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo699" Left="295,73253" Top="1020,44929" Width="41,57480315" Height="18,89765" OnBeforePrint="Memo198OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo700" Left="445,76407" Top="1020,44929" Width="41,57480315" Height="18,89765" OnBeforePrint="Memo200OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo701" Left="586,97681" Top="1020,44929" Width="41,57480315" Height="18,89765" OnAfterData="Memo321OnAfterData" OnBeforePrint="Memo202OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo702" Left="733,22882" Top="1020,44929" Width="41,57480315" Height="18,89765" OnBeforePrint="Memo204OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo703" Left="877,98485" Top="1020,44929" Width="41,57480315" Height="18,89765" OnBeforePrint="Memo206OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo704" Left="1025,81169" Top="1020,44929" Width="41,57480315" Height="18,89765" OnBeforePrint="Memo208OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo705" Left="0" Top="1147,13451" Width="532,1342" Height="49,13389" ShowHint="False" Color="9276813" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="4" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="Resumo do Resultado Previsto do [Titulo2]"/>
      <TfrxMemoView Name="Memo706" Left="0" Top="1204,60699" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="FATURAMENTO"/>
      <TfrxMemoView Name="Memo707" Left="0" Top="1223,50464" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="C.M.V."/>
      <TfrxMemoView Name="Memo708" Left="0" Top="1242,40229" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL CUSTOS VARIÁVEIS"/>
      <TfrxMemoView Name="Memo709" Left="0" Top="1261,29994" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL CUSTOS FIXOS"/>
      <TfrxMemoView Name="Memo710" Left="0" Top="1280,19759" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="LUCRO REAL ANTES INV."/>
      <TfrxMemoView Name="Memo711" Left="0" Top="1299,09524" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="PONTO DE EQUILÍBRIO"/>
      <TfrxMemoView Name="Memo712" Left="192,75603" Top="1204,60699" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo713" Left="192,75603" Top="1223,50464" Width="109,60630654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Wysiwyg="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo714" Left="192,75603" Top="1242,40229" Width="109,60630654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo715" Left="192,75603" Top="1261,29994" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo716" Left="192,75603" Top="1280,19759" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo717" Left="192,75603" Top="1299,09524" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo718" Left="0" Top="1317,43383" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="EBTIDA"/>
      <TfrxMemoView Name="Memo719" Left="192,75603" Top="1317,43383" Width="98,26771654" Height="18,89765" OnBeforePrint="Memo719OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo808" Left="192,75603" Top="718,50433" Width="98,26771654" Height="18,89765" OnAfterData="Memo808OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo809" Left="11,33859" Top="30,23624" 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="Memo810" Left="1,33859" Top="31,72449" Width="2192,13952" Height="37,89765" ShowHint="False" Frame.Typ="12" Text=""/>
      <TfrxMemoView Name="Memo811" Left="677,87446" Top="31,72449" Width="204,09462" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Macaé"/>
      <TfrxMemoView Name="Memo812" Left="273,46475" Top="31,50402" Width="200,31509" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Administração"/>
      <TfrxMemoView Name="Memo813" Left="473,77984" Top="31,72449" Width="204,10674" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Depósito R.O."/>
      <TfrxMemoView Name="Memo815" Left="1086,0637" Top="31,72449" Width="204,09462" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Cabo Frio"/>
      <TfrxMemoView Name="Memo816" Left="1910,00124" Top="50,62214" Width="113,3859" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total Previsto"/>
      <TfrxMemoView Name="Memo817" Left="24,01577" Top="39,28355" Width="215,43321" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS"/>
      <TfrxMemoView Name="Memo818" Left="881,96908" Top="31,72449" Width="204,09462" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Araruama"/>
      <TfrxMemoView Name="Memo819" Left="1290,15832" Top="31,72449" Width="204,09462" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Campos"/>
      <TfrxMemoView Name="Memo820" Left="1494,25294" Top="31,50402" Width="207,87415" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Dep.Casimiro"/>
      <TfrxMemoView Name="Memo821" Left="1702,34756" Top="31,72449" Width="204,09462" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="R.Ostras"/>
      <TfrxMemoView Name="Memo822" Left="273,46475" Top="49,62214" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo823" Left="353,17347" Top="49,62214" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo824" Left="424,64599638" Top="49,62214" Width="49,13384362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo825" Left="473,77984" Top="49,62214" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo826" Left="550,48856" Top="49,62214" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo827" Left="624,96108638" Top="49,62214" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo828" Left="677,87446" Top="49,62214" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo829" Left="754,58318" Top="49,62214" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo830" Left="829,05570638" Top="49,62214" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo831" Left="881,96908" Top="49,62214" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo832" Left="958,6778" Top="49,62214" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo833" Left="1033,15032638" Top="49,62214" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo834" Left="1086,0637" Top="49,62214" Width="68,03149362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo835" Left="1162,77242" Top="49,62214" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo836" Left="1237,24494638" Top="49,62214" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo837" Left="1290,15832" Top="49,62214" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo838" Left="1366,86704" Top="49,62214" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo839" Left="1441,33956638" Top="49,62214" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo840" Left="1494,25294" Top="49,62214" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo841" Left="1570,96166" Top="49,62214" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo842" Left="1645,43418638" Top="49,62214" Width="56,69290362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo843" Left="1702,34756" Top="49,62214" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo844" Left="1779,05628" Top="49,62214" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo845" Left="1853,52880638" Top="49,62214" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo434" Left="345,61436362" Top="83,14966" Width="79,37013" Height="18,89765" OnBeforePrint="Memo434OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo435" Left="345,61436362" Top="102,04731" Width="79,37013" Height="18,89765" OnBeforePrint="Memo435OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo436" Left="345,61436362" Top="120,94496" Width="79,37013" Height="18,89765" OnBeforePrint="Memo436OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo437" Left="555,59091" Top="83,14966" Width="79,37013" Height="18,89765" OnBeforePrint="Memo437OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo438" Left="555,59091" Top="102,04731" Width="79,37013" Height="18,89765" OnBeforePrint="Memo438OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo439" Left="555,59091" Top="120,94496" Width="79,37013" 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=""/>
      <TfrxMemoView Name="Memo440" Left="759,68553" Top="83,14966" Width="79,37013" Height="18,89765" OnBeforePrint="Memo440OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo441" Left="759,68553" Top="102,04731" Width="79,37013" Height="18,89765" OnBeforePrint="Memo441OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo442" Left="759,68553" Top="120,94496" Width="79,37013" Height="18,89765" OnBeforePrint="Memo436OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo443" Left="967,55968" Top="83,14966" Width="79,37013" Height="18,89765" OnBeforePrint="Memo443OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo444" Left="967,55968" Top="102,04731" Width="79,37013" Height="18,89765" OnBeforePrint="Memo444OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo814" Left="967,55968" Top="120,94496" Width="79,37013" Height="18,89765" OnBeforePrint="Memo436OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo846" Left="1167,87477" Top="83,14966" Width="79,37013" Height="18,89765" OnBeforePrint="Memo846OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo847" Left="1167,87477" Top="102,04731" Width="79,37013" Height="18,89765" OnBeforePrint="Memo847OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo848" Left="1167,87477" Top="120,94496" Width="79,37013" Height="18,89765" OnBeforePrint="Memo436OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo849" Left="1371,96939" Top="83,14966" Width="79,37013" Height="18,89765" OnBeforePrint="Memo849OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo850" Left="1371,96939" Top="102,04731" Width="79,37013" Height="18,89765" OnBeforePrint="Memo850OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo851" Left="1371,96939" Top="120,94496" Width="79,37013" Height="18,89765" OnBeforePrint="Memo436OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo852" Left="1576,06401" Top="83,14966" Width="79,37013" Height="18,89765" OnBeforePrint="Memo852OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo853" Left="1576,06401" Top="102,04731" Width="79,37013" Height="18,89765" OnBeforePrint="Memo853OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo854" Left="1576,06401" Top="120,94496" Width="79,37013" Height="18,89765" OnBeforePrint="Memo436OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo855" Left="1780,15863" Top="83,14966" Width="79,37013" Height="18,89765" OnBeforePrint="Memo855OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo856" Left="1780,15863" Top="102,04731" Width="79,37013" Height="18,89765" OnBeforePrint="Memo856OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo857" Left="1780,15863" Top="120,94496" Width="79,37013" Height="18,89765" OnBeforePrint="Memo436OnBeforePrint" 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=""/>
      <TfrxMemoView Name="Memo858" Left="2032,38714" Top="83,14966" Width="109,60637" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo859" Left="2032,26902" Top="102,48825" Width="109,60637" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo860" Left="2032,26902" Top="121,3859" Width="109,60637" 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=""/>
      <TfrxMemoView Name="Memo861" Left="2033,38714" Top="49,13389" Width="109,60637" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total Realizado"/>
      <TfrxMemoView Name="Memo478" Left="0" Top="215,65368" Width="2192,13952" Height="37,89765" ShowHint="False" Frame.Typ="12" Text=""/>
      <TfrxMemoView Name="Memo479" Left="676,53587" Top="215,65368" Width="204,09462" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Macaé"/>
      <TfrxMemoView Name="Memo482" Left="1084,72511" Top="215,65368" Width="204,09462" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Cabo Frio"/>
      <TfrxMemoView Name="Memo483" Left="1910,00124" Top="234,55133" Width="113,3859" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total Previsto"/>
      <TfrxMemoView Name="Memo484" Left="22,67718" Top="223,21274" Width="215,43321" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS"/>
      <TfrxMemoView Name="Memo485" Left="880,63049" Top="215,65368" Width="204,09462" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Araruama"/>
      <TfrxMemoView Name="Memo486" Left="1288,81973" Top="215,65368" Width="204,09462" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Campos"/>
      <TfrxMemoView Name="Memo862" Left="1492,91435" Top="215,43321" Width="204,09462" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Dep.Casimiro"/>
      <TfrxMemoView Name="Memo863" Left="1697,00897" Top="215,65368" Width="192,75603" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="R.Ostras"/>
      <TfrxMemoView Name="Memo870" Left="676,53587" Top="233,55133" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo871" Left="753,24459" Top="233,55133" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo872" Left="827,71711638" Top="233,55133" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo873" Left="880,63049" Top="233,55133" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo874" Left="957,33921" Top="233,55133" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo875" Left="1031,81173638" Top="233,55133" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo876" Left="1084,72511" Top="233,55133" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo877" Left="1161,43383" Top="233,55133" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo878" Left="1235,90635638" Top="233,55133" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo879" Left="1288,81973" Top="233,55133" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo880" Left="1365,52845" Top="233,55133" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo881" Left="1440,00097638" Top="233,55133" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo882" Left="1492,91435" Top="233,55133" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo883" Left="1569,62307" Top="233,55133" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo884" Left="1644,09559638" Top="233,55133" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo885" Left="1697,00897" Top="233,55133" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo886" Left="1773,71769" Top="233,55133" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo887" Left="1848,19021638" Top="233,55133" Width="41,57478362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo888" Left="2033,38714" Top="233,06308" Width="109,60637" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total Realizado"/>
      <TfrxMemoView Name="Memo480" Left="759,68553" Top="260,78757" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo481" Left="1175,55195" Top="260,78757" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo864" Left="1381,64657" Top="260,78757" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo865" Left="1578,18213" Top="259,78757" Width="79,37013" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo866" Left="1787,83581" Top="260,78757" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo867" Left="2033,38714" Top="260,07885" Width="105,82684" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo868" Left="759,68553" Top="280,12616" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo869" Left="967,55968" Top="261,22851" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo889" Left="1175,43383" Top="280,12616" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo890" Left="1381,52845" Top="280,12616" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo891" Left="1578,06401" Top="279,12616" Width="79,37013" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo892" Left="1787,71769" Top="280,12616" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo893" Left="2033,38714" Top="279,41744" Width="105,82684" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo894" Left="759,68553" Top="299,02381" 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=""/>
      <TfrxMemoView Name="Memo895" Left="967,55968" Top="299,02381" 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=""/>
      <TfrxMemoView Name="Memo896" Left="1175,43383" Top="299,02381" 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=""/>
      <TfrxMemoView Name="Memo897" Left="1381,52845" Top="299,02381" 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=""/>
      <TfrxMemoView Name="Memo898" Left="1578,06401" Top="298,02381" Width="79,37013" 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=""/>
      <TfrxMemoView Name="Memo899" Left="1787,71769" Top="299,02381" 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=""/>
      <TfrxMemoView Name="Memo900" Left="2033,38714" Top="298,31509" Width="105,82684" 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=""/>
      <TfrxMemoView Name="Memo901" Left="967,55968" Top="279,68522" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo513" Left="0" Top="385,73253" Width="2192,13952" Height="37,89765" ShowHint="False" Frame.Typ="12" Text=""/>
      <TfrxMemoView Name="Memo514" Left="676,53587" Top="385,73253" Width="204,09462" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Macaé"/>
      <TfrxMemoView Name="Memo515" Left="1084,72511" Top="385,73253" Width="204,09462" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Cabo Frio"/>
      <TfrxMemoView Name="Memo516" Left="1910,00124" Top="404,63018" Width="113,3859" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total Previsto"/>
      <TfrxMemoView Name="Memo517" Left="22,67718" Top="393,29159" Width="215,43321" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTOS"/>
      <TfrxMemoView Name="Memo518" Left="880,63049" Top="385,73253" Width="204,09462" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Araruama"/>
      <TfrxMemoView Name="Memo519" Left="1288,81973" Top="385,73253" Width="204,09462" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Campos"/>
      <TfrxMemoView Name="Memo520" Left="1492,91435" Top="385,51206" Width="204,09462" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Dep.Casimiro"/>
      <TfrxMemoView Name="Memo521" Left="1697,00897" Top="385,73253" Width="192,75603" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="3" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="R.Ostras"/>
      <TfrxMemoView Name="Memo902" Left="676,53587" Top="403,63018" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo903" Left="753,24459" Top="403,63018" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo904" Left="827,71711638" Top="403,63018" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo905" Left="880,63049" Top="403,63018" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo906" Left="957,33921" Top="403,63018" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo907" Left="1031,81173638" Top="403,63018" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo908" Left="1084,72511" Top="403,63018" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo909" Left="1161,43383" Top="403,63018" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo910" Left="1235,90635638" Top="403,63018" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo911" Left="1288,81973" Top="403,63018" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo912" Left="1365,52845" Top="403,63018" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo913" Left="1440,00097638" Top="403,63018" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo914" Left="1492,91435" Top="403,63018" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo915" Left="1569,62307" Top="403,63018" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo916" Left="1644,09559638" Top="403,63018" Width="52,91337362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo917" Left="1697,00897" Top="403,63018" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo918" Left="1773,71769" Top="403,63018" Width="71,81102362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo919" Left="1848,19021638" Top="403,63018" Width="41,57478362" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="2" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo920" Left="2033,38714" Top="403,14193" Width="109,60637" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total Realizado"/>
      <TfrxMemoView Name="Memo921" Left="759,68553" Top="430,86642" Width="71,81107" Height="18,89765" OnBeforePrint="Memo921OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo922" Left="759,68553" Top="450,20501" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo923" Left="759,68553" Top="469,10266" 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=""/>
      <TfrxMemoView Name="Memo924" Left="967,55968" Top="430,86642" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo925" Left="967,55968" Top="450,20501" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo926" Left="967,55968" Top="469,10266" 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=""/>
      <TfrxMemoView Name="Memo927" Left="1171,55195" Top="430,86642" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo928" Left="1171,43383" Top="450,20501" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo929" Left="1171,43383" Top="469,10266" 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=""/>
      <TfrxMemoView Name="Memo930" Left="1379,64657" Top="430,86642" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo931" Left="1379,52845" Top="450,20501" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo932" Left="1379,52845" Top="469,10266" 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=""/>
      <TfrxMemoView Name="Memo933" Left="1583,74119" Top="430,86642" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo934" Left="1583,62307" Top="450,20501" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo935" Left="1583,62307" Top="469,10266" 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=""/>
      <TfrxMemoView Name="Memo936" Left="1787,83581" Top="430,86642" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo937" Left="1787,71769" Top="450,20501" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo938" Left="1787,71769" Top="469,10266" 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=""/>
      <TfrxMemoView Name="Memo939" Left="2033,38714" Top="430,86642" Width="109,60637" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo940" Left="2033,38714" Top="450,20501" Width="109,60637" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo941" Left="2033,38714" Top="469,10266" Width="109,60637" 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=""/>
      <TfrxMemoView Name="Memo942" Left="427,30736" Top="83,14966" Width="45,35436" Height="18,89765" OnBeforePrint="Memo942OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo943" Left="427,30736" Top="102,04731" Width="45,35436" Height="18,89765" OnBeforePrint="Memo943OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo944" Left="427,30736" Top="120,94496" Width="45,35436" Height="18,89765" OnBeforePrint="Memo944OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo945" Left="636,74057" Top="83,14966" Width="45,35436" Height="18,89765" OnBeforePrint="Memo945OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo946" Left="636,74057" Top="102,04731" Width="45,35436" Height="18,89765" OnBeforePrint="Memo946OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo947" Left="636,74057" Top="120,94496" Width="45,35436" Height="18,89765" OnBeforePrint="Memo947OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo948" Left="841,05566" Top="83,14966" Width="45,35436" Height="18,89765" OnBeforePrint="Memo948OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo949" Left="841,05566" Top="102,04731" Width="45,35436" Height="18,89765" OnBeforePrint="Memo949OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo950" Left="841,05566" Top="120,94496" Width="45,35436" Height="18,89765" OnBeforePrint="Memo950OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo951" Left="1047,92981" Top="83,14966" Width="45,35436" Height="18,89765" OnBeforePrint="Memo951OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo952" Left="1047,92981" Top="102,04731" Width="45,35436" Height="18,89765" OnBeforePrint="Memo952OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo953" Left="1047,92981" Top="120,94496" Width="45,35436" Height="18,89765" OnBeforePrint="Memo953OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo954" Left="1249,2449" Top="83,14966" Width="45,35436" Height="18,89765" OnBeforePrint="Memo954OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo955" Left="1249,2449" Top="102,04731" Width="45,35436" Height="18,89765" OnBeforePrint="Memo955OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo956" Left="1249,2449" Top="120,94496" Width="45,35436" Height="18,89765" OnBeforePrint="Memo956OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo957" Left="1453,11905" Top="83,14966" Width="45,35436" Height="18,89765" OnBeforePrint="Memo957OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo958" Left="1453,11905" Top="102,04731" Width="45,35436" Height="18,89765" OnBeforePrint="Memo958OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo959" Left="1453,11905" Top="120,94496" Width="45,35436" Height="18,89765" OnBeforePrint="Memo959OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo960" Left="1658,21367" Top="83,14966" Width="45,35436" Height="18,89765" OnBeforePrint="Memo960OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo961" Left="1658,21367" Top="102,04731" Width="45,35436" Height="18,89765" OnBeforePrint="Memo961OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo962" Left="1658,21367" Top="120,94496" Width="45,35436" Height="18,89765" OnBeforePrint="Memo962OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo963" Left="1862,30829" Top="82,92919" Width="45,35436" Height="18,89765" OnBeforePrint="Memo963OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo964" Left="1862,30829" Top="101,82684" Width="45,35436" Height="18,89765" OnBeforePrint="Memo964OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo965" Left="1862,30829" Top="120,72449" Width="45,35436" Height="18,89765" OnBeforePrint="Memo965OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo966" Left="2146,77304" Top="83,14966" Width="45,35436" Height="18,89765" OnBeforePrint="Memo966OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo967" Left="2146,77304" Top="102,04731" Width="45,35436" Height="18,89765" OnBeforePrint="Memo967OnBeforePrint" OnPreviewClick="Memo967OnPreviewClick" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo968" Left="2146,77304" Top="120,94496" Width="45,35436" Height="18,89765" OnBeforePrint="Memo968OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo969" Left="831,4966" Top="260,78757" Width="45,35436" Height="18,89765" OnBeforePrint="Memo969OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo970" Left="831,4966" Top="279,68522" Width="45,35436" Height="18,89765" OnBeforePrint="Memo970OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo971" Left="830,71707" Top="298,58287" Width="45,35436" Height="18,89765" OnBeforePrint="Memo971OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo972" Left="1040,15028" Top="260,78757" Width="45,35436" Height="18,89765" OnBeforePrint="Memo972OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo973" Left="1040,15028" Top="279,68522" Width="45,35436" Height="18,89765" OnBeforePrint="Memo973OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo974" Left="1039,37075" Top="298,58287" Width="45,35436" Height="18,89765" OnBeforePrint="Memo974OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo975" Left="1248,02443" Top="260,78757" Width="45,35436" Height="18,89765" OnBeforePrint="Memo975OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo976" Left="1248,02443" Top="279,68522" Width="45,35436" Height="18,89765" OnBeforePrint="Memo976OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo977" Left="1247,2449" Top="298,58287" Width="45,35436" Height="18,89765" OnBeforePrint="Memo977OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo978" Left="1453,11905" Top="260,78757" Width="45,35436" Height="18,89765" OnBeforePrint="Memo978OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo979" Left="1453,11905" Top="279,68522" Width="45,35436" Height="18,89765" OnBeforePrint="Memo979OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo980" Left="1453,33952" Top="298,58287" Width="45,35436" Height="18,89765" OnBeforePrint="Memo980OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo981" Left="1657,21367" Top="259,78757" Width="45,35436" Height="18,89765" OnBeforePrint="Memo981OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo982" Left="1657,21367" Top="278,68522" Width="45,35436" Height="18,89765" OnBeforePrint="Memo982OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo983" Left="1656,43414" Top="297,58287" Width="45,35436" Height="18,89765" OnBeforePrint="Memo983OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo984" Left="1860,30829" Top="260,78757" Width="45,35436" Height="18,89765" OnBeforePrint="Memo984OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo985" Left="1860,30829" Top="279,68522" Width="45,35436" Height="18,89765" OnBeforePrint="Memo985OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo986" Left="1859,52876" Top="298,58287" Width="45,35436" Height="18,89765" OnBeforePrint="Memo986OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo987" Left="2143,77304" Top="259,78757" Width="45,35436" Height="18,89765" OnBeforePrint="Memo987OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo988" Left="2143,77304" Top="278,68522" Width="45,35436" Height="18,89765" OnBeforePrint="Memo988OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo989" Left="2142,99351" Top="297,58287" Width="45,35436" Height="18,89765" OnBeforePrint="Memo989OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo990" Left="832,27613" Top="430,86642" Width="45,35436" Height="18,89765" OnBeforePrint="Memo990OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo991" Left="832,27613" Top="449,76407" Width="45,35436" Height="18,89765" OnBeforePrint="Memo991OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo992" Left="831,4966" Top="468,66172" Width="45,35436" Height="18,89765" OnBeforePrint="Memo992OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo993" Left="1040,15028" Top="430,86642" Width="45,35436" Height="18,89765" OnBeforePrint="Memo993OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo994" Left="1040,15028" Top="449,76407" Width="45,35436" Height="18,89765" OnBeforePrint="Memo994OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo995" Left="1039,37075" Top="468,66172" Width="45,35436" Height="18,89765" OnBeforePrint="Memo995OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo996" Left="1244,2449" Top="430,86642" Width="45,35436" Height="18,89765" OnBeforePrint="Memo996OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo997" Left="1244,2449" Top="449,76407" Width="45,35436" Height="18,89765" OnBeforePrint="Memo997OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo998" Left="1243,46537" Top="468,66172" Width="45,35436" Height="18,89765" OnBeforePrint="Memo998OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo999" Left="1452,11905" Top="430,86642" Width="45,35436" Height="18,89765" OnBeforePrint="Memo999OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1000" Left="1452,11905" Top="449,76407" Width="45,35436" Height="18,89765" OnBeforePrint="Memo1000OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1001" Left="1451,33952" Top="468,66172" Width="45,35436" Height="18,89765" OnBeforePrint="Memo1001OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1002" Left="1656,21367" Top="430,86642" Width="45,35436" Height="18,89765" OnBeforePrint="Memo1002OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1003" Left="1656,21367" Top="449,76407" Width="45,35436" Height="18,89765" OnBeforePrint="Memo1003OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1004" Left="1655,43414" Top="468,66172" Width="45,35436" Height="18,89765" OnBeforePrint="Memo1004OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1005" Left="1860,30829" Top="430,86642" Width="45,35436" Height="18,89765" OnBeforePrint="Memo1005OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1006" Left="1860,30829" Top="449,76407" Width="45,35436" Height="18,89765" OnBeforePrint="Memo1006OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1007" Left="1860,52876" Top="468,66172" Width="45,35436" Height="18,89765" OnBeforePrint="Memo1007OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1008" Left="2143,77304" Top="430,86642" Width="45,35436" Height="18,89765" OnBeforePrint="Memo1008OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1009" Left="2143,77304" Top="449,76407" Width="45,35436" Height="18,89765" OnBeforePrint="Memo1009OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1010" Left="2142,99351" Top="468,66172" Width="45,35436" Height="18,89765" OnBeforePrint="Memo1010OnBeforePrint" 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="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1014" Left="1115,2449" Top="772,78788" Width="1076,40944882" Height="22,67718" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1015" Left="1115,2449" Top="624,77211" Width="1076,40944882" Height="22,67718" ShowHint="False" Color="16777215" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1016" Left="1115,2449" Top="974,26036" Width="1068,82746" Height="22,67718" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1017" Left="1115,46537" Top="829,77211" Width="1076,40944882" Height="18,8976378" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1018" Left="1115,2449" Top="521,35467" Width="1076,40944882" Height="45,35436" ShowHint="False" Color="9276813" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="4" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Demonstração do Resultado Realizado do [Titulo2]"/>
      <TfrxMemoView Name="Memo1019" Left="1115,2449" Top="566,70903" Width="1076,40944882" Height="34,11812" ShowHint="False" Color="9276813" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="8" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1020" Left="1309,25294" Top="565,9295" Width="98,26771654" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Macaé"/>
      <TfrxMemoView Name="Memo1021" Left="1604,1744" Top="566,70903" Width="98,26771654" Height="18,8976378" OnBeforePrint="Memo106OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Cabo Frio"/>
      <TfrxMemoView Name="Memo1022" Left="2040,02505" Top="565,70903" Width="98,26771409" Height="18,8976378" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total da Conta"/>
      <TfrxMemoView Name="Memo1023" Left="1119,36302" Top="566,48856" Width="188,97637795" Height="18,8976378" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="LOJAS"/>
      <TfrxMemoView Name="Memo1024" Left="1457,55226" Top="566,70903" Width="98,26771654" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo109OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Araruama"/>
      <TfrxMemoView Name="Memo1025" Left="1746,01701" Top="566,70903" Width="98,26771654" Height="18,8976378" OnBeforePrint="Memo110OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Campos"/>
      <TfrxMemoView Name="Memo1026" Left="1891,96197" Top="566,48856" Width="98,26771654" Height="18,8976378" OnBeforePrint="Memo112OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="R.Ostras"/>
      <TfrxMemoView Name="Memo1027" Left="1410,97743" Top="565,9295" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo1028" Left="1557,59957" Top="566,70903" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo1029" Left="1702,22171" Top="566,70903" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo1030" Left="1848,47372" Top="564,9295" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo1031" Left="1993,22975" Top="566,70903" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo1032" Left="2141,05659" Top="564,70903" Width="41,57480315" Height="18,8976378" OnAfterData="Coluna1OnAfterData" OnBeforePrint="Memo105OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo1033" Left="1115,2449" Top="609,28386" Width="1076,40944882" Height="18,89765" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1034" Left="1115,2449" Top="681,18151" Width="1076,40944882" Height="18,89765" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1035" Left="1115,2449" Top="609,28386" Width="188,97637795" Height="18,89765" ShowHint="False" Color="-16777194" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="FATURAMENTO"/>
      <TfrxMemoView Name="Memo1036" Left="1115,2449" Top="629,18151" Width="188,97637795" 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" ParentFont="False" WordWrap="False" Text="C.M.V."/>
      <TfrxMemoView Name="Memo1037" Left="1115,46537" Top="718,53587" Width="1076,40944882" Height="18,89765" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1038" Left="1115,2449" Top="680,07916" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTO VARIÁVEL LOJAS"/>
      <TfrxMemoView Name="Memo1039" Left="1309,25294" Top="609,28386" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[FATLJ_2]"/>
      <TfrxMemoView Name="Memo1040" Left="1604,1744" Top="609,28386" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[FATLJ_3]"/>
      <TfrxMemoView Name="Memo1041" Left="1746,01701" Top="609,28386" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[FATLJ_4]"/>
      <TfrxMemoView Name="Memo1042" Left="1457,55226" Top="609,28386" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[FATLJ_6]"/>
      <TfrxMemoView Name="Memo1043" Left="1309,25294" Top="629,18151" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[CMVLJ_2]"/>
      <TfrxMemoView Name="Memo1044" Left="1604,1744" Top="629,18151" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[CMVLJ_3]"/>
      <TfrxMemoView Name="Memo1045" Left="1746,01701" Top="629,18151" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[CMVLJ_4]"/>
      <TfrxMemoView Name="Memo1046" Left="1457,55226" Top="629,18151" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[CMVLJ_6]"/>
      <TfrxMemoView Name="Memo1047" Left="2039,80458" Top="609,28386" Width="102,04724409" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1048" Left="2039,80458" Top="629,18151" Width="102,04724409" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1049" Left="1891,96197" Top="609,28386" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[FATLJ_5]"/>
      <TfrxMemoView Name="Memo1050" Left="1891,96197" Top="629,18151" Width="98,26771654" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[CMVLJ_5]"/>
      <TfrxMemoView Name="Memo1051" Left="1410,97743" Top="629,18151" Width="41,57480315" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1052" Left="1561,00897" Top="629,18151" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1053" Left="1702,22171" Top="629,18151" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1054" Left="1848,47372" Top="629,18151" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1055" Left="1993,22975" Top="629,18151" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1056" Left="2141,05659" Top="609,28386" Width="37,7953" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1057" Left="2141,05659" Top="629,18151" Width="34,01577" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1058" Left="1309,25294" Top="680,07916" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1059" Left="1457,55226" Top="680,07916" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1060" Left="1604,1744" Top="680,07916" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1061" Left="1746,01701" Top="680,07916" Width="98,26771654" Height="18,89765" OnAfterData="Memo590OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1062" Left="1891,96197" Top="680,07916" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1063" Left="2039,80458" Top="680,07916" Width="102,04724409" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1064" Left="1115,2449" Top="698,97681" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTO VARIÁVEL RATEIO ADM E DEP"/>
      <TfrxMemoView Name="Memo1065" Left="1309,25294" Top="698,97681" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1066" Left="1457,55226" Top="698,97681" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1067" Left="1604,1744" Top="698,97681" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1068" Left="1746,01701" Top="698,97681" Width="98,26771654" Height="18,89765" OnAfterData="Memo597OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1069" Left="1891,96197" Top="698,97681" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1070" Left="2039,80458" Top="698,97681" Width="102,04724409" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1071" Left="1115,2449" Top="717,87446" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL CUSTOS VARIÁVEIS"/>
      <TfrxMemoView Name="Memo1072" Left="1169,41033" Top="627,16574" Width="98,26771654" Height="18,89765" Visible="False" OnAfterData="Memo601OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1073" Left="1457,55226" Top="717,87446" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1074" Left="1604,1744" Top="717,87446" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1075" Left="1746,01701" Top="717,87446" Width="98,26771654" Height="18,89765" OnAfterData="Memo604OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1076" Left="1891,96197" Top="717,87446" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1077" Left="2039,80458" Top="717,87446" Width="102,04724409" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1078" Left="1115,2449" Top="774,77211" Width="188,97637795" 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" ParentFont="False" WordWrap="False" Text="MARGEM DE CONTRIBUIÇÃO"/>
      <TfrxMemoView Name="Memo1079" Left="1309,25294" Top="774,77211" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1080" Left="1457,55226" Top="774,77211" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1081" Left="1604,1744" Top="774,77211" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1082" Left="1746,01701" Top="774,77211" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1083" Left="1891,96197" Top="774,77211" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1084" Left="2039,80458" Top="774,77211" Width="102,04724409" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1085" Left="1115,2449" Top="829,44929" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTO FIXO - LOJAS"/>
      <TfrxMemoView Name="Memo1086" Left="1309,25294" Top="829,44929" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1087" Left="1457,55226" Top="829,44929" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1088" Left="1604,1744" Top="829,44929" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1089" Left="1746,01701" Top="829,44929" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1090" Left="1891,96197" Top="829,44929" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1091" Left="2039,80458" Top="829,44929" Width="102,04724409" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1092" Left="1115,2449" Top="848,34694" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CUSTO FIXO - RATEIO ADM. E DEP."/>
      <TfrxMemoView Name="Memo1093" Left="1309,25294" Top="848,34694" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1094" Left="1457,55226" Top="848,34694" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1095" Left="1604,1744" Top="848,34694" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1096" Left="1746,01701" Top="848,34694" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1097" Left="1891,96197" Top="848,34694" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1098" Left="2039,80458" Top="848,34694" Width="102,04724409" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1099" Left="1115,2449" Top="867,12647" Width="1076,40944882" Height="18,89765" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1100" Left="1115,2449" Top="866,46506" Width="188,97637795" 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" ParentFont="False" WordWrap="False" Text="TOTAL CUSTOS FIXOS"/>
      <TfrxMemoView Name="Memo1101" Left="1309,25294" Top="866,46506" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1102" Left="1457,55226" Top="866,46506" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1103" Left="1604,1744" Top="866,46506" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1104" Left="1746,01701" Top="866,46506" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1105" Left="1891,96197" Top="866,46506" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1106" Left="2039,80458" Top="866,46506" Width="102,04724409" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo1107" Left="1115,2449" Top="922,02412" Width="2195,1496063" Height="18,89765" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1108" Left="1115,2449" Top="921,36271" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL INVESTIMENTOS"/>
      <TfrxMemoView Name="Memo1109" Left="2039,80458" Top="921,36271" Width="102,04724409" Height="18,89765" OnAfterData="Memo638OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1110" Left="1115,2449" Top="976,26036" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="LUCRO REAL ANTES INV."/>
      <TfrxMemoView Name="Memo1111" Left="1309,25294" Top="976,26036" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1112" Left="1457,55226" Top="976,26036" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1113" Left="1604,1744" Top="976,26036" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1114" Left="1746,01701" Top="976,26036" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1115" Left="1891,96197" Top="976,26036" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1116" Left="2039,80458" Top="977,26036" Width="102,04724409" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1117" Left="1115,2449" Top="997,15801" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="LUCRO REAL APÓS INV."/>
      <TfrxMemoView Name="Memo1118" Left="1309,25294" Top="997,15801" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1119" Left="1457,55226" Top="997,15801" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1120" Left="1604,1744" Top="997,15801" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1121" Left="1746,01701" Top="997,15801" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1122" Left="1891,96197" Top="997,15801" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1123" Left="2039,80458" Top="997,15801" Width="102,04724409" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1124" Left="1115,33154591" Top="1017,83519" Width="1068,82746" Height="22,67718" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1125" Left="1115,2449" Top="1019,83519" Width="188,97637795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="LUCRO REAL FINANCEIRO"/>
      <TfrxMemoView Name="Memo1126" Left="1309,25294" Top="1019,83519" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1127" Left="1457,55226" Top="1019,83519" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1128" Left="1604,1744" Top="1019,83519" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1129" Left="1746,01701" Top="1019,83519" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1130" Left="1891,96197" Top="1019,83519" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1131" Left="2039,80458" Top="1019,83519" Width="102,04724409" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1132" Left="1114,96135" Top="1073,51237" Width="1068,82746" Height="22,67718" ShowHint="False" Color="-16777194" 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" Frame.Typ="8" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1133" Left="1115,02443" Top="1075,51237" Width="185,19684795" 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" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="PONTO DE EQUILÍBRIO"/>
      <TfrxMemoView Name="Memo1134" Left="1309,25294" Top="1075,51237" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1135" Left="1457,55226" Top="1075,51237" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1136" Left="1604,1744" Top="1075,51237" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1137" Left="1746,01701" Top="1075,51237" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1138" Left="1891,96197" Top="1075,51237" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1139" Left="2039,80458" Top="1075,51237" Width="102,04724409" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1140" Left="1410,97743" Top="717,87446" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1141" Left="1561,00897" Top="717,87446" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1142" Left="1702,22171" Top="717,87446" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1143" Left="1848,47372" Top="717,87446" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1144" Left="1993,22975" Top="717,87446" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1145" Left="2141,05659" Top="717,87446" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1146" Left="1410,97743" Top="774,77211" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1147" Left="1561,00897" Top="774,77211" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1148" Left="1702,22171" Top="774,77211" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1149" Left="1848,47372" Top="774,77211" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1150" Left="1993,22975" Top="774,77211" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1151" Left="2141,05659" Top="774,77211" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1152" Left="1410,97743" Top="866,46506" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1153" Left="1561,00897" Top="866,46506" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1154" Left="1702,22171" Top="866,46506" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1155" Left="1848,47372" Top="866,46506" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1156" Left="1993,22975" Top="866,46506" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1157" Left="2141,05659" Top="866,46506" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo1158" Left="1410,97743" Top="976,26036" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordBreak="True" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1159" Left="1561,00897" Top="976,26036" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1160" Left="1702,22171" Top="976,26036" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1161" Left="1848,47372" Top="976,26036" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1162" Left="1993,22975" Top="976,26036" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1163" Left="2141,05659" Top="976,26036" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1164" Left="1410,97743" Top="997,15801" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1165" Left="1561,00897" Top="997,15801" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1166" Left="1702,22171" Top="997,15801" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1167" Left="1848,47372" Top="997,15801" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1168" Left="1993,22975" Top="997,15801" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1169" Left="2141,05659" Top="997,15801" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1170" Left="1410,97743" Top="1019,83519" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1171" Left="1561,00897" Top="1019,83519" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1172" Left="1702,22171" Top="1019,83519" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1173" Left="1848,47372" Top="1019,83519" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1174" Left="1993,22975" Top="1019,83519" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1175" Left="2141,05659" Top="1019,83519" Width="41,57480315" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1177" Left="189,26005" Top="1173,75665" Width="102,04718795" 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="Previsto"/>
      <TfrxMemoView Name="Memo1178" Left="363,11843" Top="1177,53618" Width="98,26765795" 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="Realizado"/>
      <TfrxMemoView Name="Memo1183" Left="362,89796" Top="1204,77242" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1184" Left="362,89796" Top="1223,67007" Width="109,60630654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" Wysiwyg="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1185" Left="362,89796" Top="1242,56772" Width="109,60630654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1186" Left="362,89796" Top="1261,46537" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1187" Left="362,89796" Top="1280,36302" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1188" Left="362,89796" Top="1299,26067" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1190" Left="362,89796" Top="1317,59926" Width="98,26771654" Height="18,89765" OnBeforePrint="Memo719OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1191" Left="1308,00093" Top="717,89023" Width="98,26771654" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1011" Left="480,00031" Top="1175,43383" Width="49,13376795" 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="%"/>
      <TfrxMemoView Name="Memo1012" Left="480,00031" Top="1204,77242" Width="49,13382654" Height="18,89765" OnBeforePrint="Memo1012OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1176" Left="480,00031" Top="1261,46537" Width="49,13382654" Height="18,89765" OnBeforePrint="Memo1176OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1179" Left="480,00031" Top="1280,36302" Width="49,13382654" Height="18,89765" OnBeforePrint="Memo1179OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1180" Left="480,00031" Top="1299,26067" Width="49,13382654" Height="18,89765" OnBeforePrint="Memo1180OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo1181" Left="480,00031" Top="1317,59926" Width="49,13382654" Height="18,89765" OnBeforePrint="Memo1181OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=""/>
    </TfrxReportSummary>
    <TfrxGroupFooter Name="GroupFooter5" Height="22,67718" Left="0" Top="438,42548" Width="2192,1274">
      <TfrxMemoView Name="Memo404" Left="0" Top="0" Width="2192,12598425" 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="Memo405" Left="343,93723" 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_previstos.&#34;valor1&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo406" Left="3,77953" Top="0" Width="260,78757" 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="Memo407" Left="545,37044" 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_previstos.&#34;valor2&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo408" Left="759,68553" 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_previstos.&#34;valor3&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo409" Left="956,22109" 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_previstos.&#34;valor4&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo410" Left="1164,09524" 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_previstos.&#34;valor5&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo411" Left="1362,6308" 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_previstos.&#34;valor6&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo412" Left="1572,28448" 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_previstos.&#34;valor7&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo413" Left="1772,59957" 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_previstos.&#34;valor8&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo414" Left="1946,45795" Top="0" Width="71,81107" Height="18,89765" OnBeforePrint="Memo414OnBeforePrint" 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_previstos.&#34;valorlinha&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo416" Left="423,30736" Top="0" Width="41,57483" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev1&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor1&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev1&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo417" Left="623,62245" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo761OnAfterData" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev2&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor2&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev2&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo418" Left="835,27613" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo762OnAfterData" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev3&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor3&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev3&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo419" Left="1031,81169" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo763OnAfterData" OnBeforePrint="Memo763OnBeforePrint" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev4&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor4&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev4&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo420" Left="1235,90631" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo764OnAfterData" OnBeforePrint="Memo764OnBeforePrint" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev5&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor5&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev5&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo421" Left="1440,00093" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo765OnAfterData" OnBeforePrint="Memo765OnBeforePrint" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev6&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor6&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev6&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo422" Left="1644,09555" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo766OnAfterData" OnBeforePrint="Memo766OnBeforePrint" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev7&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor7&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev7&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo423" Left="1848,19017" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo767OnAfterData" OnBeforePrint="Memo767OnBeforePrint" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev8&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor8&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev8&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo424" Left="272,12616" 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_previstos.&#34;prev1&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo425" Left="472,44125" 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_previstos.&#34;prev2&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo426" Left="676,53587" 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_previstos.&#34;prev3&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo776" Left="880,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_previstos.&#34;prev4&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo777" Left="1084,72511" 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_previstos.&#34;prev5&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo778" Left="1288,81973" 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_previstos.&#34;prev6&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo779" Left="1492,91435" 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_previstos.&#34;prev7&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo780" Left="1697,00897" 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_previstos.&#34;prev8&#34;&#62;,MasterData1)]"/>
    </TfrxGroupFooter>
    <TfrxGroupFooter Name="GroupFooter6" Height="22,67718" Left="0" Top="483,77984" Width="2192,1274">
      <TfrxMemoView Name="Memo781" Left="0" Top="0" Width="2192,12598425" Height="19" ShowHint="False" Color="8421504" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo782" Left="343,93723" 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_previstos.&#34;valor1&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo783" Left="3,77953" Top="0" Width="260,78757" 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="Memo784" Left="545,37044" 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_previstos.&#34;valor2&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo785" Left="759,68553" 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_previstos.&#34;valor3&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo786" Left="956,22109" 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_previstos.&#34;valor4&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo787" Left="1164,09524" 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_previstos.&#34;valor5&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo788" Left="1362,6308" 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_previstos.&#34;valor6&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo789" Left="1572,28448" 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_previstos.&#34;valor7&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo790" Left="1772,59957" 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_previstos.&#34;valor8&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo791" Left="1946,45795" Top="0" Width="71,81107" Height="18,89765" OnAfterData="Memo791OnAfterData" 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_previstos.&#34;valorlinha&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo792" Left="423,30736" Top="0" Width="41,57483" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev1&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor1&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev1&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo793" Left="623,62245" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo761OnAfterData" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev2&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor2&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev2&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo794" Left="835,27613" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo762OnAfterData" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev3&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor3&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev3&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo795" Left="1031,81169" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo763OnAfterData" OnBeforePrint="Memo763OnBeforePrint" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev4&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor4&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev4&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo796" Left="1235,90631" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo764OnAfterData" OnBeforePrint="Memo764OnBeforePrint" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev5&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor5&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev5&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo797" Left="1440,00093" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo765OnAfterData" OnBeforePrint="Memo765OnBeforePrint" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev6&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor6&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev6&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo798" Left="1644,09555" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo766OnAfterData" OnBeforePrint="Memo766OnBeforePrint" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev7&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor7&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev7&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo799" Left="1848,19017" Top="0" Width="41,57483" Height="18,89765" OnAfterData="Memo767OnAfterData" OnBeforePrint="Memo767OnBeforePrint" 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="[ IIF(SUM(&#60;custos_previstos.&#34;prev8&#34;&#62;)&#62;0,  ( SUM(&#60;custos_previstos.&#34;valor8&#34;&#62;) / SUM(&#60;custos_previstos.&#34;prev8&#34;&#62;) -1 ) * 100,0)  ]"/>
      <TfrxMemoView Name="Memo800" Left="272,12616" Top="0" Width="71,81107" Height="18,89765" OnAfterData="Memo800OnAfterData" 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_previstos.&#34;prev1&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo801" Left="472,44125" Top="0" Width="71,81107" Height="18,89765" OnAfterData="Memo801OnAfterData" 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_previstos.&#34;prev2&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo802" Left="676,53587" Top="0" Width="71,81107" Height="18,89765" OnAfterData="Memo802OnAfterData" 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_previstos.&#34;prev3&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo803" Left="880,63049" Top="0" Width="71,81107" Height="18,89765" OnAfterData="Memo803OnAfterData" 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_previstos.&#34;prev4&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo804" Left="1084,72511" Top="0" Width="71,81107" Height="18,89765" OnAfterData="Memo804OnAfterData" 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_previstos.&#34;prev5&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo805" Left="1288,81973" Top="0" Width="71,81107" Height="18,89765" OnAfterData="Memo805OnAfterData" 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_previstos.&#34;prev6&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo806" Left="1492,91435" Top="0" Width="71,81107" Height="18,89765" OnAfterData="Memo806OnAfterData" 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_previstos.&#34;prev7&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo807" Left="1697,00897" Top="0" Width="71,81107" Height="18,89765" OnAfterData="Memo807OnAfterData" 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_previstos.&#34;prev8&#34;&#62;,MasterData1)]"/>
    </TfrxGroupFooter>
  </TfrxReportPage>
  <TfrxReportPage Name="Page3" 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="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="7,7953" Top="1,11812" Width="1031,81169" Height="506,45702" OnBeforePrint="Chart2OnBeforePrint" ShowHint="False" PropData="0543686172740A0B0300005450463006544368617274054368617274044C656674020003546F7002000557696474680390010648656967687403FA000C416C6C6F7750616E6E696E670706706D4E6F6E6509416C6C6F775A6F6F6D08144261636B57616C6C2E42727573682E436F6C6F720707636C5768697465144261636B57616C6C2E42727573682E5374796C6507076273436C656172144261636B57616C6C2E50656E2E56697369626C6508125469746C652E466F6E742E43686172736574070F44454641554C545F43484152534554105469746C652E466F6E742E436F6C6F720707636C426C61636B115469746C652E466F6E742E48656967687402F00F5469746C652E466F6E742E4E616D650605417269616C105469746C652E466F6E742E5374796C650B066673426F6C6400125469746C652E546578742E537472696E677301143100000044454D4F534E545241C387C3834F20444F20524553554C5441444F20414E54455320444F20494E56455354494D454E544F000B4178697356697369626C65080A436C6970506F696E7473080D4672616D652E56697369626C6508175669657733444F7074696F6E732E456C65766174696F6E033B01185669657733444F7074696F6E732E4F7274686F676F6E616C08195669657733444F7074696F6E732E50657273706563746976650200165669657733444F7074696F6E732E526F746174696F6E0368010B56696577334457616C6C73080A426576656C4F75746572070662764E6F6E6505436F6C6F720707636C5768697465000A545069655365726965730753657269657331114D61726B732E4172726F774C656E67746802080D4D61726B732E56697369626C65090B536572696573436F6C6F720705636C526564055469746C65060C435553544F53204649584F530F4F74686572536C6963652E5465787406054F746865721250696556616C7565732E4461746554696D65080E50696556616C7565732E4E616D6506035069651450696556616C7565732E4D756C7469706C696572050000000000000080FF3F0F50696556616C7565732E4F7264657207066C6F4E6F6E650000000E4368617274456C65766174696F6E033B010A5365726965734461746101010C740000002044617461547970653D2264744669786564446174612220536F72744F726465723D22736F4E6F6E652220546F704E3D223135222058547970653D227874546578742220536F75726365333D2227636C5265643B636C59656C6C6F773B636C477265656E3B636C57686974653B636C426C7565220000"/>
    </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>
</TfrxReport>
