<?xml version="1.0" encoding="utf-8"?>
<TfrxReport Version="4.11.16" DotMatrixReport="False" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="4095" PreviewOptions.Zoom="1" PrintOptions.Printer="Padrão" PrintOptions.PrintOnSheet="0" ReportOptions.CreateDate="41565,5535409954" ReportOptions.Description.Text="" ReportOptions.Name="Relatorios\custos_geral_ano.cusrelfr3" ReportOptions.LastChange="41949,6168403819" ScriptLanguage="PascalScript" ScriptText.Text="var nJan,nFev,nMar,nAbr,nMai,nJun,nJul,nAgo,nSet,nOut,nNov,nDez:double;                                                                                                                                                                    &#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 Memo39OnBeforePrint(Sender: TfrxComponent);&#13;&#10;var nPerc:double;                                   &#13;&#10;begin&#13;&#10;  If (Memo19.Value &#62; 0) and (Memo21.Value &#62; 0) then                         &#13;&#10;      nPerc:=  ( (Memo21.Value / Memo19.Value) - 1) * 100&#13;&#10;  else                &#13;&#10;      nPerc:= 0 ;  &#13;&#10;&#13;&#10;&#13;&#10;  Memo39.Text:= FormatFloat('#,##0.00 %',  nPerc );  &#13;&#10;&#13;&#10;  If nPerc &#62; 0  then        &#13;&#10;       Memo39.Font.Color:= clRed ;&#13;&#10;  If nPerc &#60; 0  then        &#13;&#10;       Memo39.Font.Color:= clBlue ;               &#13;&#10;             &#13;&#10;            &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo47OnBeforePrint(Sender: TfrxComponent);&#13;&#10;var nPerc:double;                                   &#13;&#10;begin&#13;&#10;  If (Memo23.Value &#62; 0) and (Memo21.Value &#62; 0) then                         &#13;&#10;      nPerc:=  ( (Memo23.Value / Memo21.Value) - 1) * 100&#13;&#10;  else                &#13;&#10;      nPerc:= 0 ;  &#13;&#10;&#13;&#10;&#13;&#10;  Memo47.Text:= FormatFloat('#,##0.00 %',  nPerc );  &#13;&#10;&#13;&#10;  If nPerc &#62; 0  then        &#13;&#10;       Memo47.Font.Color:= clRed ;&#13;&#10;  If nPerc &#60; 0  then        &#13;&#10;       Memo47.Font.Color:= clBlue ;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo49OnBeforePrint(Sender: TfrxComponent);&#13;&#10;var nPerc:double;                                   &#13;&#10;begin&#13;&#10;  If (Memo23.Value &#62; 0) and (Memo24.Value &#62; 0) then                         &#13;&#10;      nPerc:=  ( (Memo24.Value / Memo23.Value) - 1) * 100&#13;&#10;  else                &#13;&#10;      nPerc:= 0 ;  &#13;&#10;&#13;&#10;&#13;&#10;  Memo49.Text:= FormatFloat('#,##0.00 %',  nPerc );  &#13;&#10;&#13;&#10;  If nPerc &#62; 0  then        &#13;&#10;       Memo49.Font.Color:= clRed ;&#13;&#10;  If nPerc &#60; 0  then        &#13;&#10;       Memo49.Font.Color:= clBlue ;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo50OnBeforePrint(Sender: TfrxComponent);&#13;&#10;var nPerc:double;                                   &#13;&#10;begin&#13;&#10;  If (Memo24.Value &#62; 0) and (Memo25.Value &#62; 0) then                         &#13;&#10;      nPerc:=  ( (Memo25.Value / Memo24.Value) - 1) * 100&#13;&#10;  else                &#13;&#10;      nPerc:= 0 ;  &#13;&#10;&#13;&#10;&#13;&#10;  Memo50.Text:= FormatFloat('#,##0.00 %',  nPerc );  &#13;&#10;&#13;&#10;  If nPerc &#62; 0  then        &#13;&#10;       Memo50.Font.Color:= clRed ;&#13;&#10;  If nPerc &#60; 0  then        &#13;&#10;       Memo50.Font.Color:= clBlue ;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo51OnBeforePrint(Sender: TfrxComponent);&#13;&#10;var nPerc:double;                                   &#13;&#10;begin&#13;&#10;  If (Memo25.Value &#62; 0) and (Memo31.Value &#62; 0) then                         &#13;&#10;      nPerc:=  ( (Memo31.Value / Memo25.Value) - 1) * 100&#13;&#10;  else                &#13;&#10;      nPerc:= 0 ;  &#13;&#10;&#13;&#10;&#13;&#10;  Memo51.Text:= FormatFloat('#,##0.00 %',  nPerc );  &#13;&#10;&#13;&#10;  If nPerc &#62; 0  then        &#13;&#10;       Memo51.Font.Color:= clRed ;&#13;&#10;  If nPerc &#60; 0  then        &#13;&#10;       Memo51.Font.Color:= clBlue ;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo52OnBeforePrint(Sender: TfrxComponent);&#13;&#10;var nPerc:double;                                   &#13;&#10;begin&#13;&#10;  If (Memo32.Value &#62; 0) and (Memo31.Value &#62; 0) then                         &#13;&#10;      nPerc:=  ( (Memo32.Value / Memo31.Value) - 1) * 100&#13;&#10;  else                &#13;&#10;      nPerc:= 0 ;  &#13;&#10;&#13;&#10;&#13;&#10;  Memo52.Text:= FormatFloat('#,##0.00 %',  nPerc );  &#13;&#10;&#13;&#10;  If nPerc &#62; 0  then        &#13;&#10;       Memo52.Font.Color:= clRed ;&#13;&#10;  If nPerc &#60; 0  then        &#13;&#10;       Memo52.Font.Color:= clBlue ;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo53OnBeforePrint(Sender: TfrxComponent);&#13;&#10;var nPerc:double;                                   &#13;&#10;begin&#13;&#10;  If (Memo33.Value &#62; 0) and (Memo32.Value &#62; 0) then                         &#13;&#10;      nPerc:=  ( (Memo33.Value / Memo32.Value) - 1) * 100&#13;&#10;  else                &#13;&#10;      nPerc:= 0 ;  &#13;&#10;&#13;&#10;&#13;&#10;  Memo53.Text:= FormatFloat('#,##0.00 %',  nPerc );  &#13;&#10;&#13;&#10;  If nPerc &#62; 0  then        &#13;&#10;       Memo53.Font.Color:= clRed ;&#13;&#10;  If nPerc &#60; 0  then        &#13;&#10;       Memo53.Font.Color:= clBlue ;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo54OnBeforePrint(Sender: TfrxComponent);&#13;&#10;var nPerc:double;                                   &#13;&#10;begin&#13;&#10;  If (Memo26.Value &#62; 0) and (Memo33.Value &#62; 0) then                         &#13;&#10;      nPerc:=  ( (Memo26.Value / Memo33.Value) - 1) * 100&#13;&#10;  else                &#13;&#10;      nPerc:= 0 ;  &#13;&#10;&#13;&#10;&#13;&#10;  Memo54.Text:= FormatFloat('#,##0.00 %',  nPerc );  &#13;&#10;&#13;&#10;  If nPerc &#62; 0  then        &#13;&#10;       Memo54.Font.Color:= clRed ;&#13;&#10;  If nPerc &#60; 0  then        &#13;&#10;       Memo54.Font.Color:= clBlue ;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo55OnBeforePrint(Sender: TfrxComponent);&#13;&#10;var nPerc:double;                                   &#13;&#10;begin&#13;&#10;  If (Memo26.Value &#62; 0) and (Memo27.Value &#62; 0) then                         &#13;&#10;      nPerc:=  ( (Memo27.Value / Memo26.Value) - 1) * 100&#13;&#10;  else                &#13;&#10;      nPerc:= 0 ;  &#13;&#10;&#13;&#10;&#13;&#10;  Memo55.Text:= FormatFloat('#,##0.00 %',  nPerc );  &#13;&#10;&#13;&#10;  If nPerc &#62; 0  then        &#13;&#10;       Memo55.Font.Color:= clRed ;&#13;&#10;  If nPerc &#60; 0  then        &#13;&#10;       Memo55.Font.Color:= clBlue ;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo56OnBeforePrint(Sender: TfrxComponent);&#13;&#10;var nPerc:double;                                   &#13;&#10;begin&#13;&#10;  If (Memo27.Value &#62; 0) and (Memo28.Value &#62; 0) then                         &#13;&#10;      nPerc:=  ( (Memo28.Value / Memo27.Value) - 1) * 100&#13;&#10;  else                &#13;&#10;      nPerc:= 0 ;  &#13;&#10;&#13;&#10;&#13;&#10;  Memo56.Text:= FormatFloat('#,##0.00 %',  nPerc );  &#13;&#10;&#13;&#10;  If nPerc &#62; 0  then        &#13;&#10;       Memo56.Font.Color:= clRed ;&#13;&#10;  If nPerc &#60; 0  then        &#13;&#10;       Memo56.Font.Color:= clBlue ;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo57OnBeforePrint(Sender: TfrxComponent);&#13;&#10;var nPerc:double;                                   &#13;&#10;begin&#13;&#10;  If (Memo30.Value &#62; 0) and (Memo28.Value &#62; 0) then                         &#13;&#10;      nPerc:=  ( (Memo30.Value / Memo28.Value) - 1) * 100&#13;&#10;  else                &#13;&#10;      nPerc:= 0 ;  &#13;&#10;&#13;&#10;&#13;&#10;  Memo57.Text:= FormatFloat('#,##0.00 %',  nPerc );  &#13;&#10;&#13;&#10;  If nPerc &#62; 0  then        &#13;&#10;       Memo57.Font.Color:= clRed ;&#13;&#10;  If nPerc &#60; 0  then        &#13;&#10;       Memo57.Font.Color:= clBlue ;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Chart1OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;                                         &#13;&#10;  Chart1.SeriesData[0].XSource := 'Jan;Fev;Mar;Abr;Mai;Jun;Jul;Ago;Set;Out;Nov;Dez';&#13;&#10;  Chart1.SeriesData[0].YSource := FloatToStr(Memo19.Value)+';'+FloatToStr(Memo21.Value)+';'+FloatToStr(Memo23.Value)+';'+FloatToStr(Memo24.Value)+';'+FloatToStr(Memo25.Value)+';'+FloatToStr(Memo31.Value)+';'+FloatToStr(Memo32.Value)+';'+FloatToStr(Memo33.Value)+';'+FloatToStr(Memo26.Value)+';'+FloatToStr(Memo27.Value)+';'+FloatToStr(Memo28.Value)+';'+FloatToStr(Memo30.Value);                                                &#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;procedure Memo59OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;                                   &#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;procedure Memo59OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    nJan:= Memo59.Value;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo61OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   nFev:= Memo61.Value;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo62OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   nMar:= Memo62.Value;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo63OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   nAbr:= Memo63.Value;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo64OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   nMai:= Memo64.Value;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo65OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   nJun:= Memo65.Value;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo66OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   nJul:= Memo66.Value;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo67OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   nAgo:= Memo67.Value;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo69OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   nSet:= Memo69.Value;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo70OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   nOut:= Memo70.Value;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo72OnAfterPrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo72OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   nNov:= Memo72.Value;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo71OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   nDez:= Memo71.Value;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo82OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10; Memo82.Text:= FormatFloat('#,##0.00',  nJan);                                                                    &#13;&#10;end;    &#13;&#10;&#13;&#10;procedure Memo84OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   Memo84.Text:= FormatFloat('#,##0.00',  nFev);  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo85OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   Memo85.Text:= FormatFloat('#,##0.00',  nMar);  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo86OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   Memo86.Text:= FormatFloat('#,##0.00',  nAbr);  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo87OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   Memo87.Text:= FormatFloat('#,##0.00',  nMai);  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo88OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   Memo88.Text:= FormatFloat('#,##0.00',  nJun);  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo89OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   Memo89.Text:= FormatFloat('#,##0.00',  nJul);  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo90OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   Memo90.Text:= FormatFloat('#,##0.00',  nAgo);  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo92OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   Memo92.Text:= FormatFloat('#,##0.00',  nSet);  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo93OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   Memo93.Text:= FormatFloat('#,##0.00',  nOut);  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo95OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   Memo95.Text:= FormatFloat('#,##0.00',  nNov);  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo94OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   Memo94.Text:= FormatFloat('#,##0.00',  nDez);  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Chart3OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  Chart3.SeriesData[0].XSource := 'Jan;Fev;Mar;Abr;Mai;Jun;Jul;Ago;Set;Out;Nov;Dez';&#13;&#10;  Chart3.SeriesData[0].YSource := FloatToStr(Memo59.Value)+';'+FloatToStr(Memo61.Value)+';'+FloatToStr(Memo62.Value)+';'+FloatToStr(Memo63.Value)+';'+FloatToStr(Memo64.Value)+';'+FloatToStr(Memo65.Value)+';'+FloatToStr(Memo66.Value)+';'+FloatToStr(Memo67.Value)+';'+FloatToStr(Memo69.Value)+';'+FloatToStr(Memo70.Value)+';'+FloatToStr(Memo72.Value)+';'+FloatToStr(Memo71.Value);                                                &#13;&#10;end;&#13;&#10;&#13;&#10;begin&#13;&#10;       picture1.FileLink := trim(&#60;Logo&#62;)                                                                                                              &#13;&#10;end." ShowProgress="False" StoreInDFM="False" PropData="044C656674025803546F70026808446174617365747301010C2A00000020446174615365743D226F444D2E2220446174615365744E616D653D22637573746F735F746F74616C220000095661726961626C657301010C0F000000204E616D653D222056657273616F2200010C20000000204E616D653D2256657273616F5F53697374656D61222056616C75653D22362200010C10000000204E616D653D2220456D70726573612200010C4D000000204E616D653D2252617A616F5F536F6369616C222056616C75653D222756494C4152454A4F204445204D41434145204D415445524941495320444520434F4E5354525543414F204C544441272200010C34000000204E616D653D224E6F6D655F46616E7461736961222056616C75653D222756494C4152454A4F20484F4D452043454E544552272200010C1F000000204E616D653D224C6F6A61222056616C75653D2227446570F37369746F272200010C2C000000204E616D653D22456E64657265636F222056616C75653D2227525541204E495445524F492C2032303939272200010C1F000000204E616D653D224E756D65726F222056616C75653D2227202032303939272200010C1E000000204E616D653D22436F6D706C656D656E746F222056616C75653D2227272200010C28000000204E616D653D2242616972726F222056616C75653D22274A415244494D204D4152494C454941272200010C27000000204E616D653D22436964616465222056616C75653D222752494F20444153204F5354524153272200010C17000000204E616D653D225546222056616C75653D2227524A272200010C1F000000204E616D653D22434550222056616C75653D222732383839302D303030272200010C33000000204E616D653D2254656C65666F6E65222056616C75653D22272832322920323736342D3035303020202020202020202020272200010C2E000000204E616D653D22466178222056616C75653D22272820202920202020202D2020202020202020202020202020272200010C29000000204E616D653D22434E504A222056616C75653D222730312E3138332E3634352F303030352D3031272200010C2A000000204E616D653D22496E73635F457374616475616C222056616C75653D222737372E3933342E333931272200010C29000000204E616D653D22496E73635F4D756E69636970616C222056616C75653D22273030303030303030272200010C2A000000204E616D653D2253697465222056616C75653D22277777772E76696C6172656A6F2E636F6D2E6272272200010C31000000204E616D653D22456D61696C222056616C75653D22277375706F72746540657861746173697374656D61732E636F6D272200010C31000000204E616D653D224C6F676F222056616C75653D2227496D6167656E735C4C6F676F5F52656C61746F72696F2E424D50272200010C33000000204E616D653D22536C6F67616E222056616C75653D22274F2053757065726D65726361646F20646120737561206F627261272200010C0F000000204E616D653D2220546974756C6F2200010C2D000000204E616D653D22546974756C6F31222056616C75653D222752656C6174F372696F20646520437573746F73272200010C1F000000204E616D653D22546974756C6F32222056616C75653D2227416E75616C272200010C23000000204E616D653D22546974756C6F33222056616C75653D2227416E6F3A2032303134272200010C2C000000204E616D653D22546974756C6F34222056616C75653D222743656E74726F20646520437573746F3A2020272200010C1A000000204E616D653D22546974756C6F35222056616C75653D2227272200010C0E000000204E616D653D22204175746F722200010C2B000000204E616D653D224175746F725F4E6F6D65222056616C75653D222745584154412053697374656D6173272200010C32000000204E616D653D224175746F725F53697465222056616C75653D22277777772E657861746173697374656D61732E636F6D27220000055374796C650100">
  <TfrxDataPage Name="Data" Height="1000" Left="0" Top="0" Width="1000"/>
  <TfrxReportPage Name="Page1" Orientation="poLandscape" PaperWidth="297" PaperHeight="210" PaperSize="9" LeftMargin="2" RightMargin="2" TopMargin="7" BottomMargin="7" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="279,68522">
    <TfrxPageHeader Name="Cabecalho" Height="113" Left="0" Top="18,89765" Width="1107,40229">
      <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="851,17378" 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="Memo2" Left="0" Top="84,14966" Width="1069,61911" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" Text=""/>
    </TfrxPageHeader>
    <TfrxMasterData Name="Band4" Height="22,77953" Left="0" Top="291,02381" Width="1107,40229" ColumnWidth="0" ColumnGap="0" DataSet="oDM." DataSetName="custos_total" RowCount="0">
      <TfrxMemoView Name="Zebrado" Align="baClient" Left="0" Top="0" Width="1107,40229" Height="22,77953" 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="Memo4" Left="0" Top="0" Width="188,9765" 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="344,3939815" Top="0" Width="64,2519685" 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="Memo22" Left="412,4255215" Top="0" Width="64,2519685" 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="276,3624" Top="0" Width="64,2519685" 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="208,33086" Top="0" Width="64,2519685" Height="18,89765" 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="551,48856" Top="0" Width="64,2519685" 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="619,5201" Top="0" Width="64,2519685" 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="687,55164" Top="0" Width="64,2519685" 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="1028,03216" Top="0" Width="75,5906" Height="18,89765" ShowHint="False" DataField="valorlinha" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[custos_total.&#34;valorlinha&#34;]"/>
      <TfrxMemoView Name="Memo9" Left="755,58318" Top="0" Width="64,2519685" 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="[custos_total.&#34;valor9&#34;]"/>
      <TfrxMemoView Name="Memo10" Left="823,61472" Top="0" Width="64,2519685" 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="[custos_total.&#34;valor10&#34;]"/>
      <TfrxMemoView Name="Memo11" Left="892,61472" Top="0" Width="64,2519685" 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="[custos_total.&#34;valor11&#34;]"/>
      <TfrxMemoView Name="Memo3" Left="483,77984" Top="0" Width="64,2519685" 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="[custos_total.&#34;valor5&#34;]"/>
      <TfrxMemoView Name="Memo7" Left="960,00062" Top="0" Width="64,2519685" 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="[custos_total.&#34;valor12&#34;]"/>
    </TfrxMasterData>
    <TfrxPageFooter Name="Rodape" Height="37,55906" Left="0" Top="619,84292" Width="1107,40229">
      <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="1102,83488" 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="143,62214" Left="0" Top="336,37817" Width="1107,40229">
      <TfrxMemoView Name="Memo19" Left="208,33086" Top="0" Width="64,2519685" 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="37,7953" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total:"/>
      <TfrxMemoView Name="Memo21" Left="276,3624" Top="0" Width="64,2519685" 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="344,3939815" Top="0" Width="64,2519685" 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="412,4255215" Top="0" Width="64,2519685" 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="481,6459915" Top="0" Width="64,2519685" 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="549,67749" Top="0" Width="64,2519685" 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="617,70903" Top="0" Width="64,2519685" 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="685,74057" Top="0" Width="64,2519685" 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="1031,81169" 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)]"/>
      <TfrxMemoView Name="Memo26" Left="753,77211" Top="0" Width="64,2519685" Height="18,89765" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor9&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo27" Left="821,80365" Top="0" Width="64,2519685" 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;valor10&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo30" Left="960,00062" Top="0" Width="64,2519685" 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;valor12&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo28" Left="892,61472" Top="0" Width="64,2519685" 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;valor11&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo39" Left="276,3624" Top="22,67718" Width="64,2519685" Height="18,89765" OnBeforePrint="Memo39OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo47" Left="344,3939815" Top="22,67718" Width="64,2519685" Height="18,89765" OnBeforePrint="Memo47OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo48" Left="3,77953" Top="22,67718" Width="204,09462" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="DiferenÃ§a em relaÃ§Ã£o ao mÃªs anterior:"/>
      <TfrxMemoView Name="Memo49" Left="412,4255215" Top="22,67718" Width="64,2519685" Height="18,89765" OnBeforePrint="Memo49OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo50" Left="481,6459915" Top="22,67718" Width="64,2519685" Height="18,89765" OnBeforePrint="Memo50OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo51" Left="549,67749" Top="22,67718" Width="64,2519685" Height="18,89765" OnBeforePrint="Memo51OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo52" Left="617,70903" Top="22,67718" Width="64,2519685" Height="18,89765" OnBeforePrint="Memo52OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo53" Left="685,74057" Top="22,67718" Width="64,2519685" Height="18,89765" OnBeforePrint="Memo53OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo54" Left="753,77211" Top="22,67718" Width="64,2519685" Height="18,89765" OnBeforePrint="Memo54OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo55" Left="821,80365" Top="22,67718" Width="64,2519685" Height="18,89765" OnBeforePrint="Memo55OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo56" Left="892,61472" Top="22,67718" Width="64,2519685" Height="18,89765" OnBeforePrint="Memo56OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo57" Left="960,00062" Top="22,67718" Width="64,2519685" Height="18,89765" OnBeforePrint="Memo57OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo58" Left="1039,3707915" Top="22,67718" Width="64,2519685" 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=""/>
      <TfrxChartView Name="Chart1" Left="151,1812" Top="42,47248" Width="873,07143" Height="98,26778" OnBeforePrint="Chart1OnBeforePrint" ShowHint="False" PropData="0543686172740A070200005450463006544368617274054368617274044C656674020003546F7002000557696474680390010648656967687403FA00144261636B57616C6C2E42727573682E436F6C6F720707636C5768697465144261636B57616C6C2E42727573682E5374796C6507076273436C656172144261636B57616C6C2E50656E2E56697369626C65080D4672616D652E56697369626C6508165669657733444F7074696F6E732E526F746174696F6E02000A426576656C4F75746572070662764E6F6E6505436F6C6F720707636C5768697465000F54466173744C696E655365726965730753657269657332114D61726B732E4172726F774C656E67746802080D4D61726B732E56697369626C65080B536572696573436F6C6F720707636C477265656E0C53686F77496E4C6567656E64080D4C696E6550656E2E436F6C6F720707636C477265656E0D4C696E6550656E2E57696474680203105856616C7565732E4461746554696D65080C5856616C7565732E4E616D65060158125856616C7565732E4D756C7469706C696572050000000000000080FF3F0D5856616C7565732E4F72646572070B6C6F417363656E64696E67105956616C7565732E4461746554696D65080C5956616C7565732E4E616D65060159125956616C7565732E4D756C7469706C696572050000000000000080FF3F0D5956616C7565732E4F7264657207066C6F4E6F6E650000000E4368617274456C65766174696F6E0359010A5365726965734461746101010C420000002044617461547970653D2264744669786564446174612220536F72744F726465723D22736F4E6F6E652220546F704E3D2230222058547970653D22787454657874220000"/>
    </TfrxGroupFooter>
    <TfrxGroupHeader Name="GroupHeader1" Height="22,67718" Left="0" Top="192,75603" Width="1107,40229" Child="Child1" Condition="custos_total.&#34;n3_nome&#34;" KeepTogether="True">
      <TfrxMemoView Name="Memo18" Left="0,77953" Top="1" Width="211,65368" Height="19" 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>
    <TfrxChild Name="Child1" Height="30,23624" Left="0" Top="238,11039" Width="1107,40229">
      <TfrxMemoView Name="Memo35" Left="0" Top="2,77953" Width="1107,41441" Height="19" ShowHint="False" Frame.Typ="12" Text=""/>
      <TfrxMemoView Name="Memo36" Left="344,39394" Top="2,77953" 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="MarÃ§o"/>
      <TfrxMemoView Name="Memo37" Left="208,33086" Top="2,55906" Width="64,2519685" 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="Janeiro"/>
      <TfrxMemoView Name="Memo38" Left="276,3624" Top="2,77953" Width="64,2519685" 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="Fevereiro"/>
      <TfrxMemoView Name="Memo40" Left="551,45702" Top="2,77953" 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="Junho"/>
      <TfrxMemoView Name="Memo41" Left="1024,03216" Top="1,77953" 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="Total da Conta"/>
      <TfrxMemoView Name="Memo42" Left="0" Top="2,77953" Width="188,9765" 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="412,42548" Top="2,77953" 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="Abril"/>
      <TfrxMemoView Name="Memo44" Left="619,48856" Top="2,77953" Width="64,2519685" 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="Julho"/>
      <TfrxMemoView Name="Memo45" Left="687,5201" Top="2,77953" Width="64,2519685" 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="Agosto"/>
      <TfrxMemoView Name="Memo46" Left="755,55164" Top="2,77953" Width="64,2519685" 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="Setembro"/>
      <TfrxMemoView Name="Memo1" Left="823,58318" Top="2,77953" Width="64,2519685" 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="Outubro"/>
      <TfrxMemoView Name="Memo6" Left="892,61472" Top="2,77953" Width="64,2519685" 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="Novembro"/>
      <TfrxMemoView Name="Memo8" Left="960,64626" Top="2,77953" Width="64,2519685" 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="Dezembro"/>
      <TfrxMemoView Name="Memo29" Left="481,67749" Top="3,77953" 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="Maio"/>
    </TfrxChild>
    <TfrxReportSummary Name="ReportSummary1" Height="56,69295" Left="0" Top="540,47279" Width="1107,40229">
      <TfrxMemoView Name="Memo120" Left="1,7953" Top="3,77953" Width="1107,41441" Height="19" ShowHint="False" Frame.Typ="12" Text=""/>
      <TfrxMemoView Name="Memo59" Left="204,09462" Top="24" Width="64,2519685" 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="-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="Memo60" Left="-0,45671" Top="24" Width="37,7953" Height="19" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total:"/>
      <TfrxMemoView Name="Memo61" Left="272,12616" Top="24" Width="64,2519685" Height="18,89765" OnAfterData="Memo61OnAfterData" ShowHint="False" DataSet="oDM." DataSetName="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="Memo62" Left="340,1577415" Top="24" Width="64,2519685" Height="18,89765" OnAfterData="Memo62OnAfterData" ShowHint="False" DataSet="oDM." DataSetName="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="Memo63" Left="408,1892815" Top="24" Width="64,2519685" Height="18,89765" OnAfterData="Memo63OnAfterData" ShowHint="False" DataSet="oDM." DataSetName="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="Memo64" Left="477,4097515" Top="24" Width="64,2519685" Height="18,89765" OnAfterData="Memo64OnAfterData" ShowHint="False" DataSet="oDM." DataSetName="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="Memo65" Left="545,44125" Top="24" Width="64,2519685" Height="18,89765" OnAfterData="Memo65OnAfterData" ShowHint="False" DataSet="oDM." DataSetName="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="Memo66" Left="613,47279" Top="24" Width="64,2519685" Height="18,89765" OnAfterData="Memo66OnAfterData" ShowHint="False" DataSet="oDM." DataSetName="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="Memo67" Left="681,50433" Top="24" Width="64,2519685" Height="18,89765" OnAfterData="Memo67OnAfterData" ShowHint="False" DataSet="oDM." DataSetName="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="Memo68" Left="1027,57545" Top="24" 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)]"/>
      <TfrxMemoView Name="Memo69" Left="749,53587" Top="24" Width="64,2519685" Height="18,89765" OnAfterData="Memo69OnAfterData" ShowHint="False" DataSet="oDM." DataSetName="custos_total" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;custos_total.&#34;valor9&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo70" Left="817,56741" Top="24" Width="64,2519685" Height="18,89765" OnAfterData="Memo70OnAfterData" ShowHint="False" DataSet="oDM." DataSetName="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;valor10&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo71" Left="955,76438" Top="24" Width="64,2519685" Height="18,89765" OnAfterData="Memo71OnAfterData" ShowHint="False" DataSet="oDM." DataSetName="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;valor12&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo72" Left="888,37848" Top="24" Width="64,2519685" Height="18,89765" OnAfterData="Memo72OnAfterData" OnAfterPrint="Memo72OnAfterPrint" ShowHint="False" DataSet="oDM." DataSetName="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;valor11&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo73" Left="0" Top="3,44094" Width="192,75603" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total Geral"/>
      <TfrxMemoView Name="Memo119" Left="477,44125" Top="3,44094" 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="Maio"/>
      <TfrxMemoView Name="Memo83" Left="340,1577" Top="3,44094" 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="MarÃ§o"/>
      <TfrxMemoView Name="Memo101" Left="204,09462" Top="3,44094" Width="64,2519685" 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="Janeiro"/>
      <TfrxMemoView Name="Memo110" Left="272,12616" Top="3,44094" Width="64,2519685" 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="Fevereiro"/>
      <TfrxMemoView Name="Memo111" Left="547,22078" Top="3,44094" 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="Junho"/>
      <TfrxMemoView Name="Memo112" Left="408,18924" Top="3,44094" 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="Abril"/>
      <TfrxMemoView Name="Memo113" Left="615,25232" Top="3,44094" Width="64,2519685" 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="Julho"/>
      <TfrxMemoView Name="Memo114" Left="683,28386" Top="3,44094" Width="64,2519685" 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="Agosto"/>
      <TfrxMemoView Name="Memo115" Left="751,3154" Top="3,44094" Width="64,2519685" 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="Setembro"/>
      <TfrxMemoView Name="Memo116" Left="819,34694" Top="3,44094" Width="64,2519685" 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="Outubro"/>
      <TfrxMemoView Name="Memo117" Left="888,37848" Top="3,44094" Width="64,2519685" 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="Novembro"/>
      <TfrxMemoView Name="Memo118" Left="956,41002" Top="3,44094" Width="64,2519685" 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="Dezembro"/>
    </TfrxReportSummary>
  </TfrxReportPage>
  <TfrxReportPage Name="Page2" 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="Memo74" 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="Memo75" 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="Memo76" 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="Memo77" 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="Memo78" 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="Memo79" Left="771,80365" 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="Memo80" 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="Memo81" Left="0" Top="84,14966" Width="1069,61911" 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="449,76407" Left="0" Top="192,75603" Width="1046,92981">
      <TfrxMemoView Name="Memo82" Left="1,89765732" Top="49" Width="75,59055118" Height="18,89765" 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="[SUM(&#60;custos_total.&#34;valor1&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo84" Left="86,82684732" Top="49" Width="75,59055118" Height="18,89765" OnBeforePrint="Memo84OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo85" Left="168,19701882" Top="49" Width="75,59055118" Height="18,89765" OnBeforePrint="Memo85OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo86" Left="255,12620882" Top="49" Width="75,59055118" Height="18,89765" OnBeforePrint="Memo86OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo87" Left="345,71680882" Top="49" Width="75,59055118" Height="18,89765" OnBeforePrint="Memo87OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo88" Left="436,2916315" Top="49" Width="75,59055118" Height="18,89765" OnBeforePrint="Memo88OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo89" Left="525,00031" Top="49" Width="75,59055118" Height="18,89765" OnBeforePrint="Memo89OnBeforePrint" ShowHint="False" DataSet="oDM." DataSetName="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="Memo90" Left="615,70903" Top="49" Width="75,59055118" Height="18,89765" 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="[SUM(&#60;custos_total.&#34;valor8&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo92" Left="702,63822" Top="49" Width="75,59055118" Height="18,89765" 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="[SUM(&#60;custos_total.&#34;valor9&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo93" Left="792,78788" Top="49" Width="75,59055118" Height="18,89765" 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="[SUM(&#60;custos_total.&#34;valor10&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo94" Left="970,20532732" Top="49" Width="75,59055118" Height="18,89765" 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="[SUM(&#60;custos_total.&#34;valor12&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo95" Left="885,83519" Top="49" Width="75,59055118" Height="18,89765" 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="[SUM(&#60;custos_total.&#34;valor12&#34;&#62;,Band4)]"/>
      <TfrxChartView Name="Chart3" Left="0" Top="98,26778" Width="1050,70934" Height="340,1577" OnBeforePrint="Chart3OnBeforePrint" ShowHint="False" PropData="0543686172740A070200005450463006544368617274054368617274044C656674020003546F7002000557696474680390010648656967687403FA00144261636B57616C6C2E42727573682E436F6C6F720707636C5768697465144261636B57616C6C2E42727573682E5374796C6507076273436C656172144261636B57616C6C2E50656E2E56697369626C65080D4672616D652E56697369626C6508165669657733444F7074696F6E732E526F746174696F6E02000A426576656C4F75746572070662764E6F6E6505436F6C6F720707636C5768697465000F54466173744C696E655365726965730753657269657332114D61726B732E4172726F774C656E67746802080D4D61726B732E56697369626C65080B536572696573436F6C6F720707636C477265656E0C53686F77496E4C6567656E64080D4C696E6550656E2E436F6C6F720707636C477265656E0D4C696E6550656E2E57696474680203105856616C7565732E4461746554696D65080C5856616C7565732E4E616D65060158125856616C7565732E4D756C7469706C696572050000000000000080FF3F0D5856616C7565732E4F72646572070B6C6F417363656E64696E67105956616C7565732E4461746554696D65080C5956616C7565732E4E616D65060159125956616C7565732E4D756C7469706C696572050000000000000080FF3F0D5956616C7565732E4F7264657207066C6F4E6F6E650000000E4368617274456C65766174696F6E0359010A5365726965734461746101010C420000002044617461547970653D2264744669786564446174612220536F72744F726465723D22736F4E6F6E652220546F704E3D2230222058547970653D22787454657874220000"/>
      <TfrxMemoView Name="Memo96" Left="0" Top="2,44094" Width="211,65368" Height="19" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Total Geral"/>
      <TfrxMemoView Name="Memo91" Left="-3,77953" Top="26,67718" Width="1107,41441" Height="19" ShowHint="False" Frame.Typ="12" Text=""/>
      <TfrxMemoView Name="Memo97" Left="179,53556" Top="26,67718" 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="MarÃ§o"/>
      <TfrxMemoView Name="Memo98" Left="13,23624" Top="26,67718" Width="64,2519685" 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="Janeiro"/>
      <TfrxMemoView Name="Memo99" Left="98,16543" Top="26,67718" Width="64,2519685" 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="Fevereiro"/>
      <TfrxMemoView Name="Memo100" Left="447,63017268" Top="26,67718" 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="Junho"/>
      <TfrxMemoView Name="Memo102" Left="266,46475" Top="26,67718" 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="Abril"/>
      <TfrxMemoView Name="Memo103" Left="536,33889268" Top="26,67718" Width="64,2519685" 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="Julho"/>
      <TfrxMemoView Name="Memo104" Left="627,04761268" Top="26,67718" Width="64,2519685" 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="Agosto"/>
      <TfrxMemoView Name="Memo105" Left="713,97680268" Top="26,67718" Width="64,2519685" 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="Setembro"/>
      <TfrxMemoView Name="Memo106" Left="804,12646268" Top="26,67718" Width="64,2519685" 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="Outubro"/>
      <TfrxMemoView Name="Memo107" Left="897,17377268" Top="26,67718" Width="64,2519685" 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="Novembro"/>
      <TfrxMemoView Name="Memo108" Left="981,54391" Top="26,67718" Width="64,2519685" 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="Dezembro"/>
      <TfrxMemoView Name="Memo109" Left="357,05535" Top="26,67718" 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="Maio"/>
    </TfrxReportSummary>
  </TfrxReportPage>
</TfrxReport>
