<?xml version="1.0" encoding="utf-8"?>
<TfrxReport Version="4.12.1" DotMatrixReport="False" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="4095" PreviewOptions.Zoom="1" PrintOptions.Printer="Padrão" PrintOptions.PrintOnSheet="0" ReportOptions.CreateDate="41565,5535409954" ReportOptions.Description.Text="" ReportOptions.Name="Relatório Previsão Orçamentária" ReportOptions.LastChange="41979,8461388194" ScriptLanguage="PascalScript" ScriptText.Text="var nValor,nVl1,nVl2:double;&#13;&#10;var nVlReal1,nVlPrev1,nVlReal2,nVlPrev2,nVlReal3,nVlPrev3,nVlReal4,nVlPrev4,nVlReal5,nVlPrev5:double;  &#13;&#10;var nVlReal6,nVlPrev6,nVlReal7,nVlPrev7,nVlReal8,nVlPrev8,nVlReal9,nVlPrev9,nVlReal10,nVlPrev10: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;procedure Memo222OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  If Memo202.Value = 0 then        &#13;&#10;        Memo222.Text:= '0%'&#13;&#10;  Else                        &#13;&#10;  Memo222.Text:= FloatToStr(  Round((StrToFloat(Memo204.Value)/ StrToFloat(Memo202.Value)-1) * 100) )+'%';&#13;&#10;                                  &#13;&#10;  nValor:= 0;&#13;&#10;  If Memo202.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;       nValor:= Round((StrToFloat(Memo204.Value)/ StrToFloat(Memo202.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo222.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo222.Font.Color :=$000000D2 ;&#13;&#10;                                    &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo223OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  If Memo205.Value = 0 then        &#13;&#10;        Memo223.Text:= '0%'&#13;&#10;  Else               &#13;&#10;       Memo223.Text:= FloatToStr(  Round((StrToFloat(Memo206.Value)/ StrToFloat(Memo205.Value)-1) * 100) )+'%';&#13;&#10;   nValor:= 0;&#13;&#10;   If Memo205.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else       &#13;&#10;  nValor:= Round((StrToFloat(Memo206.Value)/ StrToFloat(Memo205.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo223.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo223.Font.Color :=$000000D2 ;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo224OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   If Memo207.Value = 0 then        &#13;&#10;        Memo224.Text:= '0%'&#13;&#10;  Else                      &#13;&#10;  Memo224.Text:= FloatToStr(  Round((StrToFloat(Memo208.Value)/ StrToFloat(Memo207.Value)-1) * 100) )+'%';  &#13;&#10;  nValor:= 0;&#13;&#10;  If Memo207.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;  nValor:= Round((StrToFloat(Memo208.Value)/ StrToFloat(Memo207.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo224.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo224.Font.Color :=$000000D2 ;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo225OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   If Memo209.Value = 0 then        &#13;&#10;        Memo225.Text:= '0%'&#13;&#10;  Else                      &#13;&#10;  Memo225.Text:= FloatToStr(  Round((StrToFloat(Memo210.Value)/ StrToFloat(Memo209.Value)-1) * 100) )+'%';  &#13;&#10;  nValor:= 0;&#13;&#10;  If Memo209.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;  nValor:= Round((StrToFloat(Memo210.Value)/ StrToFloat(Memo209.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo225.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo225.Font.Color :=$000000D2 ;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo226OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   If Memo211.Value = 0 then        &#13;&#10;        Memo226.Text:= '0%'&#13;&#10;  Else                      &#13;&#10;  Memo226.Text:= FloatToStr(  Round((StrToFloat(Memo212.Value)/ StrToFloat(Memo211.Value)-1) * 100) )+'%';&#13;&#10;  nValor:= 0;&#13;&#10;  If Memo211.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;  nValor:= Round((StrToFloat(Memo212.Value)/ StrToFloat(Memo211.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo226.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo226.Font.Color :=$000000D2 ;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo227OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   If Memo213.Value = 0 then        &#13;&#10;        Memo227.Text:= '0%'&#13;&#10;  Else           &#13;&#10;  Memo227.Text:= FloatToStr(  Round((StrToFloat(Memo214.Value)/ StrToFloat(Memo213.Value)-1) * 100) )+'%';&#13;&#10;  nValor:= 0;&#13;&#10;  If Memo213.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;  nValor:= Round((StrToFloat(Memo214.Value)/ StrToFloat(Memo213.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo227.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo227.Font.Color :=$000000D2 ;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo228OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  If Memo215.Value = 0 then        &#13;&#10;        Memo228.Text:= '0%'&#13;&#10;  Else             &#13;&#10;  Memo228.Text:= FloatToStr(  Round((StrToFloat(Memo216.Value)/ StrToFloat(Memo215.Value)-1) * 100) )+'%';&#13;&#10;  nValor:= 0;&#13;&#10;  If Memo215.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;  nValor:= Round((StrToFloat(Memo216.Value)/ StrToFloat(Memo215.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo228.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo228.Font.Color :=$000000D2 ;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo229OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  If Memo217.Value = 0 then        &#13;&#10;        Memo229.Text:= '0%'&#13;&#10;  Else                      &#13;&#10;  Memo229.Text:= FloatToStr(  Round((StrToFloat(Memo218.Value)/ StrToFloat(Memo217.Value)-1) * 100) )+'%'; nValor:= 0;                           &#13;&#10;  If Memo217.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else    &#13;&#10;  nValor:= Round((StrToFloat(Memo218.Value)/ StrToFloat(Memo217.Value)-1) * 100);&#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo229.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo229.Font.Color :=$000000D2 ;  &#13;&#10;    &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo233OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;       &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo236OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;        &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo239OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;      &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo242OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;      &#13;&#10;end;&#13;&#10;  &#13;&#10;&#13;&#10;&#13;&#10;procedure Memo23OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   If Memo3.Value = 0 then        &#13;&#10;        Memo23.Text:= '0%'&#13;&#10;  Else                        &#13;&#10;  Memo23.Text:= FloatToStr(  Round((StrToFloat(Memo5.Value)/ StrToFloat(Memo3.Value)-1) * 100) )+'%';&#13;&#10;                                  &#13;&#10;  nValor:= 0;&#13;&#10;  If Memo3.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;       nValor:= Round((StrToFloat(Memo5.Value)/ StrToFloat(Memo3.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo23.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo23.Font.Color :=$000000D2 ;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo24OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  If Memo6.Value = 0 then        &#13;&#10;        Memo24.Text:= '0%'&#13;&#10;  Else                        &#13;&#10;  Memo24.Text:= FloatToStr(  Round((StrToFloat(Memo7.Value)/ StrToFloat(Memo6.Value)-1) * 100) )+'%';&#13;&#10;                                  &#13;&#10;  nValor:= 0;&#13;&#10;  If Memo6.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;       nValor:= Round((StrToFloat(Memo7.Value)/ StrToFloat(Memo6.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo24.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo24.Font.Color :=$000000D2 ;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo25OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  If Memo8.Value = 0 then        &#13;&#10;        Memo25.Text:= '0%'&#13;&#10;  Else                        &#13;&#10;  Memo25.Text:= FloatToStr(  Round((StrToFloat(Memo9.Value)/ StrToFloat(Memo8.Value)-1) * 100) )+'%';&#13;&#10;                                  &#13;&#10;  nValor:= 0;&#13;&#10;  If Memo8.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;       nValor:= Round((StrToFloat(Memo9.Value)/ StrToFloat(Memo8.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo25.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo25.Font.Color :=$000000D2 ;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo26OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   If Memo10.Value = 0 then        &#13;&#10;        Memo26.Text:= '0%'&#13;&#10;  Else                        &#13;&#10;  Memo26.Text:= FloatToStr(  Round((StrToFloat(Memo11.Value)/ StrToFloat(Memo10.Value)-1) * 100) )+'%';&#13;&#10;                                  &#13;&#10;  nValor:= 0;&#13;&#10;  If Memo10.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;       nValor:= Round((StrToFloat(Memo11.Value)/ StrToFloat(Memo10.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo26.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo26.Font.Color :=$000000D2 ;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo27OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  If Memo12.Value = 0 then        &#13;&#10;        Memo27.Text:= '0%'&#13;&#10;  Else                        &#13;&#10;  Memo27.Text:= FloatToStr(  Round((StrToFloat(Memo13.Value)/ StrToFloat(Memo12.Value)-1) * 100) )+'%';&#13;&#10;                                  &#13;&#10;  nValor:= 0;&#13;&#10;  If Memo12.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;       nValor:= Round((StrToFloat(Memo13.Value)/ StrToFloat(Memo12.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo27.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo27.Font.Color :=$000000D2 ;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo28OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  If Memo14.Value = 0 then        &#13;&#10;        Memo28.Text:= '0%'&#13;&#10;  Else                        &#13;&#10;  Memo28.Text:= FloatToStr(  Round((StrToFloat(Memo15.Value)/ StrToFloat(Memo14.Value)-1) * 100) )+'%';&#13;&#10;                                  &#13;&#10;  nValor:= 0;&#13;&#10;  If Memo14.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;  nValor:= Round((StrToFloat(Memo15.Value)/ StrToFloat(Memo14.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo28.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo28.Font.Color :=$000000D2 ;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo29OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  If Memo16.Value = 0 then        &#13;&#10;        Memo29.Text:= '0%'&#13;&#10;  Else                        &#13;&#10;  Memo29.Text:= FloatToStr(  Round((StrToFloat(Memo17.Value)/ StrToFloat(Memo16.Value)-1) * 100) )+'%';&#13;&#10;                                  &#13;&#10;  nValor:= 0;&#13;&#10;  If Memo16.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;  nValor:= Round((StrToFloat(Memo17.Value)/ StrToFloat(Memo16.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo29.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo29.Font.Color :=$000000D2 ;          &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo31OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  If Memo20.Value = 0 then        &#13;&#10;        Memo31.Text:= '0%'&#13;&#10;  Else                        &#13;&#10;  Memo31.Text:= FloatToStr(  Round((StrToFloat(Memo21.Value)/ StrToFloat(Memo20.Value)-1) * 100) )+'%';&#13;&#10;                                  &#13;&#10;  nValor:= 0;&#13;&#10;  If Memo20.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;  nValor:= Round((StrToFloat(Memo21.Value)/ StrToFloat(Memo20.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo31.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo31.Font.Color :=$000000D2 ;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo1OnAfterPrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  Memo4.Text:= 'Total ' +Memo1.Text                                                         &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo230OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    If Memo219.Value = 0 then        &#13;&#10;        Memo230.Text:= '0%'&#13;&#10;  Else                        &#13;&#10;  Memo230.Text:= FloatToStr(  Round((StrToFloat(Memo220.Value)/ StrToFloat(Memo219.Value)-1) * 100) )+'%';&#13;&#10;                                  &#13;&#10;  nValor:= 0;&#13;&#10;  If Memo219.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;       nValor:= Round((StrToFloat(Memo220.Value)/ StrToFloat(Memo219.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo230.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo230.Font.Color :=$000000D2 ;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo30OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  If Memo18.Value = 0 then        &#13;&#10;        Memo30.Text:= '0%'&#13;&#10;  Else                        &#13;&#10;  Memo30.Text:= FloatToStr(  Round((StrToFloat(Memo19.Value)/ StrToFloat(Memo18.Value)-1) * 100) )+'%';&#13;&#10;                                  &#13;&#10;  nValor:= 0;&#13;&#10;  If Memo18.Value = 0 then        &#13;&#10;        nValor:= 0&#13;&#10;  Else      &#13;&#10;  nValor:= Round((StrToFloat(Memo19.Value)/ StrToFloat(Memo18.Value)-1) * 100);                           &#13;&#10;  If nValor &#60; 0 then&#13;&#10;       Memo30.Font.Color :=$00FF8000 ;&#13;&#10;  If nValor &#62; 0 then&#13;&#10;       Memo30.Font.Color :=$000000D2 ;  &#13;&#10;end;&#13;&#10;&#13;&#10;begin&#13;&#10;                                                                                                                    &#13;&#10;end." ShowProgress="False" StoreInDFM="False" PropData="044C656674025803546F70026808446174617365747301010C2C00000020446174615365743D226F444D2E2220446174615365744E616D653D22707265766973616F5F616E75616C220000095661726961626C657301010C0F000000204E616D653D222056657273616F2200010C20000000204E616D653D2256657273616F5F53697374656D61222056616C75653D22362200010C10000000204E616D653D2220456D70726573612200010C4D000000204E616D653D2252617A616F5F536F6369616C222056616C75653D222756494C4152454A4F204445204D41434145204D415445524941495320444520434F4E5354525543414F204C544441272200010C34000000204E616D653D224E6F6D655F46616E7461736961222056616C75653D222756494C4152454A4F20484F4D452043454E544552272200010C1F000000204E616D653D224C6F6A61222056616C75653D2227446570F37369746F272200010C2C000000204E616D653D22456E64657265636F222056616C75653D2227525541204E495445524F492C2032303939272200010C1F000000204E616D653D224E756D65726F222056616C75653D2227202032303939272200010C1E000000204E616D653D22436F6D706C656D656E746F222056616C75653D2227272200010C28000000204E616D653D2242616972726F222056616C75653D22274A415244494D204D4152494C454941272200010C27000000204E616D653D22436964616465222056616C75653D222752494F20444153204F5354524153272200010C17000000204E616D653D225546222056616C75653D2227524A272200010C1F000000204E616D653D22434550222056616C75653D222732383839302D303030272200010C33000000204E616D653D2254656C65666F6E65222056616C75653D22272832322920323736342D3035303020202020202020202020272200010C2E000000204E616D653D22466178222056616C75653D22272820202920202020202D2020202020202020202020202020272200010C29000000204E616D653D22434E504A222056616C75653D222730312E3138332E3634352F303030352D3031272200010C2A000000204E616D653D22496E73635F457374616475616C222056616C75653D222737372E3933342E333931272200010C29000000204E616D653D22496E73635F4D756E69636970616C222056616C75653D22273030303030303030272200010C2A000000204E616D653D2253697465222056616C75653D22277777772E76696C6172656A6F2E636F6D2E6272272200010C31000000204E616D653D22456D61696C222056616C75653D22277375706F72746540657861746173697374656D61732E636F6D272200010C31000000204E616D653D224C6F676F222056616C75653D2227496D6167656E735C4C6F676F5F52656C61746F72696F2E424D50272200010C33000000204E616D653D22536C6F67616E222056616C75653D22274F2053757065726D65726361646F20646120737561206F627261272200010C0F000000204E616D653D2220546974756C6F2200010C39000000204E616D653D22546974756C6F31222056616C75653D222752656C6174F372696F20507265766973E36F204F72E7616D656E74E1726961272200010C3F000000204E616D653D22546974756C6F32222056616C75653D22274DEA73205265666572EA6E6369613A20262333343B2020202020202020313220262333343B272200010C23000000204E616D653D22546974756C6F33222056616C75653D2227416E6F3A2032303134272200010C5D000000204E616D653D22546974756C6F34222056616C75653D222743656E74726F20646520437573746F3A2043616D706F732020202020202020202020202020202020202020202020202020202020202020202020202020202020202020272200010C1A000000204E616D653D22546974756C6F35222056616C75653D2227272200010C0E000000204E616D653D22204175746F722200010C2B000000204E616D653D224175746F725F4E6F6D65222056616C75653D222745584154412053697374656D6173272200010C32000000204E616D653D224175746F725F53697465222056616C75653D22277777772E657861746173697374656D61732E636F6D27220000055374796C650100">
  <TfrxDataPage Name="Data" Height="1000" Left="0" Top="0" Width="1000"/>
  <TfrxReportPage Name="Page2" PaperWidth="660" PaperHeight="210" PaperSize="256" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="">
    <TfrxPageHeader Name="PageHeader1" Height="161,35436" Left="0" Top="18,89765" Width="2418,8992">
      <TfrxPictureView Name="Nome_Fantasia" Left="0" Top="0" Width="98" Height="88" ShowHint="False" Center="True" FileLink="[Logo]" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Memo41" 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="Memo73" Left="2177,78881" 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="Memo74" 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="Memo75" Left="0" Top="121,94496" Width="2418,91132" Height="37,89765" ShowHint="False" Color="7405624" Frame.Typ="12" Text=""/>
      <TfrxMemoView Name="Memo76" Left="699,21305" Top="121,94496" Width="196,53556" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="MacaÃ©"/>
      <TfrxMemoView Name="Memo77" Left="287,24428" Top="121,72449" Width="200,31509" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="AdministraÃ§Ã£o"/>
      <TfrxMemoView Name="Memo78" Left="491,3389" Top="121,94496" Width="204,10674" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="DepÃ³sito R.Ostras"/>
      <TfrxMemoView Name="Memo79" Left="1126,29994" Top="120,94496" Width="196,53556" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Cabo Frio"/>
      <TfrxMemoView Name="Memo80" Left="0" Top="133,28355" Width="257,00804" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Conta OrÃ§amentÃ¡ria"/>
      <TfrxMemoView Name="Memo81" Left="910,86673" Top="120,94496" Width="196,53556" Height="19" OnAfterData="Coluna1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Araruama"/>
      <TfrxMemoView Name="Memo82" Left="1334,17409" Top="120,94496" Width="196,53556" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Campos"/>
      <TfrxMemoView Name="Memo83" Left="1549,6073" Top="120,94496" Width="196,53556" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="DepÃ³sito Casimiro Abreu"/>
      <TfrxMemoView Name="Memo84" Left="1761,26098" Top="120,94496" Width="196,53556" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Rio das Ostras"/>
      <TfrxMemoView Name="Memo85" Left="287,24428" Top="140,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo86" Left="362,83488" Top="140,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo87" Left="438,42548" Top="140,84261" Width="49,13389" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo88" Left="491,3389" Top="139,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo89" Left="566,9295" Top="139,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo90" Left="642,5201" Top="139,84261" Width="52,91342" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo91" Left="699,21305" Top="139,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo92" Left="774,80365" Top="139,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo93" Left="850,39425" Top="139,84261" Width="45,35436" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo94" Left="910,86673" Top="139,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo95" Left="986,45733" Top="139,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo96" Left="1062,04793" Top="139,84261" Width="45,35436" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo97" Left="1126,29994" Top="139,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo98" Left="1201,89054" Top="139,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo99" Left="1277,48114" Top="139,84261" Width="45,35436" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo100" Left="1334,17409" Top="139,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo101" Left="1409,76469" Top="139,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo102" Left="1485,35529" Top="139,84261" Width="45,35436" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo103" Left="1549,6073" Top="139,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo104" Left="1625,1979" Top="139,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo105" Left="1700,7885" Top="139,84261" Width="45,35436" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo106" Left="1761,26098" Top="139,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Previsto"/>
      <TfrxMemoView Name="Memo107" Left="1836,85158" Top="139,84261" Width="71,81107" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Realizado"/>
      <TfrxMemoView Name="Memo108" Left="1912,44218" Top="139,84261" Width="45,35436" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo109" Left="1982,81231" Top="139,84261" Width="128,50402" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Acum. Previsto Mensal"/>
      <TfrxMemoView Name="Memo110" Left="2122,65492" Top="139,84261" Width="136,06308" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Acum.Realizado Mensal"/>
      <TfrxMemoView Name="Memo111" Left="2262,49753" Top="139,84261" Width="45,35436" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="%"/>
      <TfrxMemoView Name="Memo112" Left="2311,63142" Top="139,84261" Width="105,82684" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Saldo Previsto Liq."/>
    </TfrxPageHeader>
    <TfrxMasterData Name="Band4" Height="19" Left="0" Top="287,24428" Width="2418,8992" ColumnWidth="0" ColumnGap="0" DataSet="oDM." DataSetName="previsao_anual" RowCount="0">
      <TfrxMemoView Name="Zebrado" Align="baClient" Left="0" Top="0" Width="2418,8992" Height="19" ShowHint="False" 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="Memo114" Left="0" Top="0" Width="279,68522" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;n4_nome&#34;]"/>
      <TfrxMemoView Name="Memo115" Left="438,42548" Top="0" Width="45,35436" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PERC1&#34;]"/>
      <TfrxMemoView Name="Memo116" Left="362,83488" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;REAL1&#34;]"/>
      <TfrxMemoView Name="Memo117" Left="287,24428" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PREV1&#34;]"/>
      <TfrxMemoView Name="Memo118" Left="638,74057" Top="0" Width="56,69295" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PERC2&#34;]"/>
      <TfrxMemoView Name="Memo119" Left="563,14997" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;REAL2&#34;]"/>
      <TfrxMemoView Name="Memo120" Left="491,3389" Top="0" Width="68,03154" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PREV2&#34;]"/>
      <TfrxMemoView Name="Memo121" Left="850,39425" Top="0" Width="45,35436" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PERC3&#34;]"/>
      <TfrxMemoView Name="Memo122" Left="774,80365" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;REAL3&#34;]"/>
      <TfrxMemoView Name="Memo123" Left="699,21305" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PREV3&#34;]"/>
      <TfrxMemoView Name="Memo124" Left="1062,04793" Top="0" Width="45,35436" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PERC4&#34;]"/>
      <TfrxMemoView Name="Memo125" Left="986,45733" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;REAL4&#34;]"/>
      <TfrxMemoView Name="Memo126" Left="910,86673" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PREV4&#34;]"/>
      <TfrxMemoView Name="Memo127" Left="1277,48114" Top="0" Width="45,35436" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PERC5&#34;]"/>
      <TfrxMemoView Name="Memo128" Left="1201,89054" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;REAL5&#34;]"/>
      <TfrxMemoView Name="Memo129" Left="1126,29994" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PREV5&#34;]"/>
      <TfrxMemoView Name="Memo130" Left="1700,7885" Top="0" Width="45,35436" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PERC7&#34;]"/>
      <TfrxMemoView Name="Memo131" Left="1625,1979" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;REAL7&#34;]"/>
      <TfrxMemoView Name="Memo132" Left="1549,6073" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PREV7&#34;]"/>
      <TfrxMemoView Name="Memo133" Left="1912,44218" Top="0" Width="45,35436" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PERC8&#34;]"/>
      <TfrxMemoView Name="Memo134" Left="1836,85158" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;REAL8&#34;]"/>
      <TfrxMemoView Name="Memo135" Left="1761,26098" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PREV8&#34;]"/>
      <TfrxMemoView Name="Memo136" Left="2271,49753" Top="0" Width="45,35436" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;AC_PERC&#34;]"/>
      <TfrxMemoView Name="Memo137" Left="2131,65492" Top="0" Width="136,06308" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;AC_REAL_M&#34;]"/>
      <TfrxMemoView Name="Memo138" Left="1991,81231" Top="0" Width="128,50402" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;AC_PREV_M&#34;]"/>
      <TfrxMemoView Name="Memo139" Left="2320,63142" Top="0" Width="98,26778" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;SALDO&#34;]"/>
      <TfrxMemoView Name="Memo140" Left="1485,35529" Top="0" Width="45,35436" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PERC6&#34;]"/>
      <TfrxMemoView Name="Memo141" Left="1409,76469" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;REAL6&#34;]"/>
      <TfrxMemoView Name="Memo142" Left="1334,17409" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DataSetName="previsao_mensal" 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="[previsao_anual.&#34;PREV6&#34;]"/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter1" Height="37,55906" Left="0" Top="457,32313" Width="2418,8992">
      <TfrxMemoView Name="Memo143" Left="0" Top="2,77953" 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="Memo144" Left="0" Top="0,77953" Width="3325,19852" 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>
    <TfrxReportSummary Name="ReportSummary2" Height="22,67718" Left="0" Top="411,96877" Width="2418,8992">
      <TfrxMemoView Name="Memo244" Left="0" Top="2" Width="2418,8976378" Height="19" ShowHint="False" Color="7405624" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="12" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo202" Left="287,90569" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV1&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo203" Left="7,22047" Top="2" Width="272,12616" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="TOTAL GERAL"/>
      <TfrxMemoView Name="Memo204" Left="363,49629" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL1&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo205" Left="488,22078" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV2&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo206" Left="563,81138" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL2&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo207" Left="699,87446" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV3&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo208" Left="775,46506" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL3&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo209" Left="911,52814" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV4&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo210" Left="987,11874" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL4&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo211" Left="1126,96135" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV5&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo212" Left="1202,55195" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL5&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo213" Left="1334,8355" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV6&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo214" Left="1410,4261" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL6&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo215" Left="1550,26871" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV7&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo216" Left="1624,85931" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL7&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo217" Left="1761,92239" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV8&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo218" Left="1837,51299" Top="2" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL8&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo219" Left="1988,69419" Top="2" Width="128,50402" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;AC_PREV_M&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo220" Left="2128,5368" Top="2" Width="136,06308" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;AC_REAL_M&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo221" Left="2320,63142" Top="2" Width="98,26778" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;SALDO&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo222" Left="439,08689" Top="2" Width="45,35436" Height="18,89765" OnAfterData="Memo222OnAfterData" OnBeforePrint="Memo222OnBeforePrint" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo223" Left="643,18151" Top="2" Width="49,13389" Height="18,89765" OnAfterData="Memo223OnAfterData" OnBeforePrint="Memo223OnBeforePrint" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo224" Left="851,05566" Top="2" Width="49,13389" Height="18,89765" OnAfterData="Memo224OnAfterData" OnBeforePrint="Memo224OnBeforePrint" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo225" Left="1062,70934" Top="2" Width="49,13389" Height="18,89765" OnAfterData="Memo225OnAfterData" OnBeforePrint="Memo225OnBeforePrint" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo226" Left="1278,14255" Top="2" Width="49,13389" Height="18,89765" OnAfterData="Memo226OnAfterData" OnBeforePrint="Memo226OnBeforePrint" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo227" Left="1486,0167" Top="2" Width="49,13389" Height="18,89765" OnAfterData="Memo227OnAfterData" OnBeforePrint="Memo227OnBeforePrint" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo228" Left="1701,44991" Top="2" Width="49,13389" Height="18,89765" OnAfterData="Memo228OnAfterData" OnBeforePrint="Memo228OnBeforePrint" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo229" Left="1913,10359" Top="2" Width="49,13389" Height="18,89765" OnAfterData="Memo229OnAfterData" OnBeforePrint="Memo229OnBeforePrint" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo230" Left="2267,37941" Top="2" Width="49,13389" Height="18,89765" OnAfterData="Memo230OnAfterData" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
    </TfrxReportSummary>
    <TfrxGroupHeader Name="GroupHeader1" Height="22,67718" Left="0" Top="241,88992" Width="2418,8992" Condition="previsao_anual.&#34;n3_nome&#34;" KeepTogether="True">
      <TfrxMemoView Name="Memo1" Left="0" Top="3,77953" Width="400,63018" Height="18,89765" OnAfterPrint="Memo1OnAfterPrint" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="dd/mm/yyyy" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[previsao_anual.&#34;n3_nome&#34;]"/>
    </TfrxGroupHeader>
    <TfrxGroupFooter Name="GroupFooter1" Height="22,67718" Left="0" Top="328,81911" Width="2418,8992">
      <TfrxMemoView Name="Memo2" Left="0" Top="0" Width="2418,89763779528" Height="19" ShowHint="False" Color="7405624" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="12" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo3" Left="287,90569" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV1&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo4" Left="3,44094" Top="0" Width="275,90569" Height="19" ShowHint="False" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Totais"/>
      <TfrxMemoView Name="Memo5" Left="363,49629" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL1&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo6" Left="488,22078" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV2&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo7" Left="563,81138" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL2&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo8" Left="699,87446" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV3&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo9" Left="775,46506" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL3&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo10" Left="911,52814" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV4&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo11" Left="987,11874" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL4&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo12" Left="1126,96135" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV5&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo13" Left="1202,55195" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL5&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo14" Left="1334,8355" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV6&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo15" Left="1410,4261" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL6&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo16" Left="1550,26871" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV7&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo17" Left="1624,85931" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL7&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo18" Left="1761,92239" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;PREV8&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo19" Left="1837,51299" Top="0" Width="71,81107" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;REAL8&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo20" Left="1988,69419" Top="0" Width="128,50402" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;AC_PREV_M&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo21" Left="2128,5368" Top="0" Width="136,06308" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;AC_REAL_M&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo22" Left="2320,63142" Top="0" Width="98,26778" Height="18,89765" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[SUM(&#60;previsao_anual.&#34;SALDO&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo23" Left="439,08689" Top="0" Width="45,35436" Height="18,89765" OnAfterData="Memo23OnAfterData" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo24" Left="643,18151" Top="0" Width="49,13389" Height="18,89765" OnAfterData="Memo24OnAfterData" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo25" Left="851,05566" Top="0" Width="49,13389" Height="18,89765" OnAfterData="Memo25OnAfterData" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo26" Left="1062,70934" Top="0" Width="49,13389" Height="18,89765" OnAfterData="Memo26OnAfterData" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo27" Left="1278,14255" Top="0" Width="49,13389" Height="18,89765" OnAfterData="Memo27OnAfterData" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo28" Left="1486,0167" Top="0" Width="49,13389" Height="18,89765" OnAfterData="Memo28OnAfterData" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo29" Left="1701,44991" Top="0" Width="49,13389" Height="18,89765" OnAfterData="Memo29OnAfterData" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo30" Left="1913,10359" Top="0" Width="49,13389" Height="18,89765" OnAfterData="Memo30OnAfterData" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo31" Left="2267,37941" Top="0" Width="49,13389" Height="18,89765" OnAfterData="Memo31OnAfterData" ShowHint="False" DataSetName="previsao_mensal" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="16777215" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
    </TfrxGroupFooter>
  </TfrxReportPage>
</TfrxReport>
