<?xml version="1.0" encoding="utf-8"?>
<TfrxReport Version="4.12.1" DotMatrixReport="False" EngineOptions.DoublePass="True" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="2041" PreviewOptions.OutlineWidth="180" PreviewOptions.Zoom="1" PrintOptions.Printer="Default" PrintOptions.PrintOnSheet="0" ReportOptions.Author="EXATA Sistemas" ReportOptions.CreateDate="37871,9957952199" ReportOptions.Description.Text="Este relatório e parte integrante do SEAC - Sistema EXATA de Automação Comercial" ReportOptions.Name="Relatorios\Contas_Receber.finrelfr3" ReportOptions.LastChange="45210,5616720023" ScriptLanguage="PascalScript" ScriptText.Text="var cOrder:String = '';&#13;&#10;var cTexto:String = '';&#13;&#10;var nConta:integer = 0;       &#13;&#10;  &#13;&#10;procedure Band2OnAfterPrint(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;&#13;&#10;               Memo21.Left := 0;                   &#13;&#10;               Memo23.Left := 0;                   &#13;&#10;               Memo24.Left := 0;                   &#13;&#10;               Memo25.Left := 0;                   &#13;&#10;               Memo26.Left := 0;                   &#13;&#10;&#13;&#10;               Memo34.Left := 0;                   &#13;&#10;               Memo50.Left := 0;&#13;&#10;               Memo51.Left := 0;&#13;&#10;               Memo52.Left := 0;&#13;&#10;               Memo53.Left := 0;&#13;&#10;               End;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure SelecionarOnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;       //Armazenando o texto para ordenação                                                                                                                       &#13;&#10;       If RB7.Checked Then cTexto := ' Vencimento ';&#13;&#10;       If RB8.Checked Then cTexto := ' Pagamento ';&#13;&#10;       If RB9.Checked Then cTexto := ' Alfabética ';               &#13;&#10;       If RB10.Checked Then cTexto := ' Valor ';               &#13;&#10;       If RB11.Checked Then cTexto := ' Documento ';               &#13;&#10;&#13;&#10;       If RB12.Checked Then cTexto := cTexto + 'Crescente ';&#13;&#10;       If RB13.Checked Then cTexto := cTexto + 'Decrescente ';&#13;&#10;&#13;&#10;       //Sem agrupamento&#13;&#10;       If RB1.Checked Then Begin&#13;&#10;               GroupHeader1.Visible := false;                                        &#13;&#10;               GroupFooter1.Visible := false;&#13;&#10;               cOrder := '';&#13;&#10;&#13;&#10;               If RB9.Checked Then cTexto := ' ordem '+cTexto;                                   &#13;&#10;&#13;&#10;               Titulo2.Text := 'Sem Agrupamento';&#13;&#10;               Titulo3.Text := 'Ordenação: Por'+cTexto;                                                                                        &#13;&#10;  &#13;&#10;               //Colocando visivel a pagina necessária&#13;&#10;               page1.visible := true;                                                           &#13;&#10;               page2.visible := false;                     &#13;&#10;               page3.visible := false;                     &#13;&#10;               page4.visible := false;                     &#13;&#10;    &#13;&#10;               End;&#13;&#10;    &#13;&#10;       //Agrupamento por loja                                                       &#13;&#10;       If RB2.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'contas_receber.&#34;Nome_Loja&#34;';&#13;&#10;               TituloGrupo.Text := '[contas_receber.&#34;Nome_Loja&#34;]';&#13;&#10;               cOrder := 'nome_loja, ';&#13;&#10;               &#13;&#10;               Titulo2.Text := 'Agrupamento: Por Loja';&#13;&#10;               Titulo3.Text := 'Ordenação: Por Loja, '+cTexto;                                                                                        &#13;&#10;&#13;&#10;               //Colocando visivel a pagina necessária&#13;&#10;               page1.visible := true;                                                           &#13;&#10;               page2.visible := false;                     &#13;&#10;               page3.visible := false;                     &#13;&#10;               page4.visible := false;                     &#13;&#10;    &#13;&#10;               End;&#13;&#10;&#13;&#10;       //Agrupamento por Cliente                                                                             &#13;&#10;       If RB3.Checked Then Begin&#13;&#10;               GroupHeader3.Condition := 'contas_receber.&#34;Nome_Cliente&#34;';&#13;&#10;               Memo61.Text := '[trim(&#60;contas_receber.&#34;Nome_Cliente&#34;&#62;)] - [contas_receber.&#34;Codigo_Cliente&#34;]';&#13;&#10;               cOrder := 'nome_cliente, ';&#13;&#10;               Memo51.Text := 'Agrupamento: Por Cliente';&#13;&#10;               Memo52.Text := 'Ordenação: Por Cliente, '+cTexto;                                                                                        &#13;&#10;  &#13;&#10;               //Colocando visivel a pagina necessária&#13;&#10;               page1.visible := false;                                                           &#13;&#10;               page2.visible := false;&#13;&#10;&#13;&#10;               If chk1.Checked Then Begin                                                                                         &#13;&#10;                       page3.visible := false;&#13;&#10;                       page4.visible := true;&#13;&#10;                       end                               &#13;&#10;               else Begin&#13;&#10;                       page3.visible := true;&#13;&#10;                       page4.visible := false;&#13;&#10;                       End;                         &#13;&#10;&#13;&#10;               End;&#13;&#10;&#13;&#10;  &#13;&#10;       //Agrupamento por vencimento                                                                                    &#13;&#10;       If RB4.Checked Then Begin&#13;&#10;               GroupHeader2.Condition := 'contas_receber.&#34;Vencimento&#34;';&#13;&#10;               TituloGrupo2.Text := '[contas_receber.&#34;Vencimento&#34;]';&#13;&#10;               cOrder := 'vencimento, ';&#13;&#10;               Memo24.Text := 'Agrupamento: Por Vencimento';&#13;&#10;               Memo25.Text := 'Ordenação: Por Vencimento, '+cTexto;                                                                                        &#13;&#10;&#13;&#10;               //Colocando visivel a pagina necessária&#13;&#10;               page1.visible := false;                                                           &#13;&#10;               page2.visible := true;                     &#13;&#10;               page3.visible := false;                     &#13;&#10;               page4.visible := false;                     &#13;&#10;                       &#13;&#10;               End;                               &#13;&#10;&#13;&#10;       //Agrupamento por centro de custo                                                                                 &#13;&#10;       If RB5.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'contas_receber.&#34;Nome_Centro_Custo&#34;';&#13;&#10;               TituloGrupo.Text := '[contas_receber.&#34;Nome_Centro_Custo&#34;]';&#13;&#10;               cOrder := 'nome_centro_custo, ';&#13;&#10;               &#13;&#10;               Titulo2.Text := 'Agrupamento: Por Centro de Custo';&#13;&#10;               Titulo3.Text := 'Ordenação: Por Centro de Custo, '+cTexto;                                                                                        &#13;&#10;  &#13;&#10;               //Colocando visivel a pagina necessária&#13;&#10;               page1.visible := true;                                                           &#13;&#10;               page2.visible := false;                     &#13;&#10;               page3.visible := false;                     &#13;&#10;               page4.visible := false;                     &#13;&#10;      &#13;&#10;               End;&#13;&#10;&#13;&#10;       //Agrupamento por Pagamento                                                                                                       &#13;&#10;       If RB6.Checked Then Begin&#13;&#10;               GroupHeader2.Condition := 'contas_receber.&#34;Pagamento&#34;';&#13;&#10;               TituloGrupo2.Text := '[contas_receber.&#34;Pagamento&#34;]';&#13;&#10;               cOrder := 'pagamento, ';&#13;&#10;               Memo24.Text := 'Agrupamento: Por Pagamento';&#13;&#10;               Memo25.Text := 'Ordenação: Por Pagamento, '+cTexto;&#13;&#10;               //Memo59.Text := 'Vencimento';&#13;&#10;               Memo66.Text := '[contas_receber.&#34;Vencimento&#34;]';&#13;&#10;                 &#13;&#10;               //Colocando visivel a pagina necessária&#13;&#10;               page1.visible := false;                                                           &#13;&#10;               page2.visible := true;                     &#13;&#10;               page3.visible := false;                     &#13;&#10;               page4.visible := false;                     &#13;&#10;                       &#13;&#10;               End;  &#13;&#10;    &#13;&#10;       //Agrupamento por vendedor                                                                     &#13;&#10;       If RB14.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'contas_receber.&#34;Nome_Funcionario&#34;';&#13;&#10;               TituloGrupo.Text := '[contas_receber.&#34;Nome_Funcionario&#34;]';&#13;&#10;               cOrder := 'nome_funcionario, ';&#13;&#10;               &#13;&#10;               Titulo2.Text := 'Agrupamento: Por Funcionário';&#13;&#10;               Titulo3.Text := 'Ordenação: Por Funcionário, '+cTexto;                                                                                        &#13;&#10;&#13;&#10;               GroupHeader1.StartNewPage := true;                                            &#13;&#10;               Footer1.Visible := false;&#13;&#10;                 &#13;&#10;               //Colocando visivel a pagina necessária&#13;&#10;               page1.visible := true;                                                           &#13;&#10;               page2.visible := false;                     &#13;&#10;               page3.visible := false;                     &#13;&#10;               page4.visible := false;                     &#13;&#10;    &#13;&#10;               End;&#13;&#10;  &#13;&#10;       If RB7.Checked Then cOrder := cOrder + 'vencimento, sql_rowid ';&#13;&#10;       If RB8.Checked Then cOrder := cOrder + 'pagamento, sql_rowid ';&#13;&#10;       If RB9.Checked Then cOrder := cOrder + 'nome_cliente ';&#13;&#10;       If RB10.Checked Then cOrder := cOrder + 'valor ';               &#13;&#10;       If RB11.Checked Then cOrder := cOrder + 'documento ';               &#13;&#10;&#13;&#10;       If RB12.Checked Then cOrder := cOrder + 'ASC ';&#13;&#10;       If RB13.Checked Then cOrder := cOrder + 'DESC ';                   &#13;&#10;&#13;&#10;       CallHbFunc('PopulaDataSet_Contas_Receber',[cOrder]);                              &#13;&#10;End;&#13;&#10;&#13;&#10;&#13;&#10;procedure RB1OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;       If nConta = 3 Then Begin&#13;&#10;               RB8.Enabled := false;&#13;&#10;               End&#13;&#10;       Else Begin&#13;&#10;               RB8.Enabled := true;&#13;&#10;               End;&#13;&#10;&#13;&#10;       chk1.Enabled := false;                                            &#13;&#10;       RB7.Checked := true;&#13;&#10;       RB7.Enabled := true;&#13;&#10;       RB9.Enabled := true;           &#13;&#10;       RB10.Enabled := true;&#13;&#10;       RB11.Enabled := true;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure RB2OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;       If nConta = 3 Then Begin&#13;&#10;               RB8.Enabled := false;&#13;&#10;               End&#13;&#10;       Else Begin&#13;&#10;               RB8.Enabled := true;&#13;&#10;               End;&#13;&#10;&#13;&#10;       chk1.Enabled := false;&#13;&#10;       RB7.Enabled := true;           &#13;&#10;       RB7.Checked := true;                                                         &#13;&#10;       RB9.Enabled := true;           &#13;&#10;       RB10.Enabled := true;&#13;&#10;       RB11.Enabled := true;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure RB3OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;       If nConta = 3 Then Begin&#13;&#10;               RB8.Enabled := false;&#13;&#10;               End&#13;&#10;       Else Begin&#13;&#10;               RB8.Enabled := true;&#13;&#10;               End;&#13;&#10; &#13;&#10;       chk1.Enabled := true;&#13;&#10;       RB7.Enabled := true;           &#13;&#10;       RB7.Checked := true;&#13;&#10;       RB9.Enabled := false;&#13;&#10;       RB10.Enabled := true;&#13;&#10;       RB11.Enabled := true;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure RB4OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;       If nConta = 3 Then Begin&#13;&#10;               RB7.Enabled := false;&#13;&#10;               RB8.Enabled := false;&#13;&#10;               RB9.Checked := true;                                                         &#13;&#10;               End&#13;&#10;       Else Begin&#13;&#10;               RB7.Enabled := false;&#13;&#10;               RB8.Enabled := true;&#13;&#10;               RB8.Checked := true;&#13;&#10;               End;&#13;&#10;&#13;&#10;       chk1.Enabled := false;&#13;&#10;       RB9.Enabled := true;           &#13;&#10;       RB10.Enabled := true;&#13;&#10;       RB11.Enabled := true;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure RB5OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;       If nConta = 3 Then Begin&#13;&#10;               RB8.Enabled := false;&#13;&#10;               End&#13;&#10;       Else Begin&#13;&#10;               RB8.Enabled := true;&#13;&#10;               End;&#13;&#10;  &#13;&#10;       chk1.Enabled := false;&#13;&#10;       RB7.Checked := true;                                                         &#13;&#10;       RB7.Enabled := true;&#13;&#10;       RB9.Enabled := true;&#13;&#10;       RB10.Enabled := true;&#13;&#10;       RB11.Enabled := true;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure RB6OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;       chk1.Enabled := false;&#13;&#10;       RB7.Enabled := true;&#13;&#10;       RB7.Checked := true;&#13;&#10;       RB8.Enabled := false;&#13;&#10;       RB9.Enabled := true;           &#13;&#10;       RB10.Enabled := true;&#13;&#10;       RB11.Enabled := true;&#13;&#10;end;    &#13;&#10;    &#13;&#10;procedure RB14OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;       If nConta = 3 Then Begin&#13;&#10;               RB8.Enabled := false;&#13;&#10;               End&#13;&#10;       Else Begin&#13;&#10;               RB8.Enabled := true;&#13;&#10;               End;&#13;&#10;&#13;&#10;       chk1.Enabled := false;&#13;&#10;       RB7.Enabled := true;           &#13;&#10;       RB7.Checked := true;                                                         &#13;&#10;       RB9.Enabled := true;           &#13;&#10;       RB10.Enabled := true;&#13;&#10;       RB11.Enabled := true;&#13;&#10;end;&#13;&#10;  &#13;&#10;begin&#13;&#10;       picture1.FileLink := trim(&#60;Logo&#62;);  &#13;&#10;       picture2.FileLink := trim(&#60;Logo&#62;);  &#13;&#10;       picture3.FileLink := trim(&#60;Logo&#62;);&#13;&#10;       picture4.FileLink := trim(&#60;Logo&#62;);&#13;&#10;  &#13;&#10;       nConta := CallHbFunc('Retorna_Tipo_Conta');           &#13;&#10;&#13;&#10;       If nConta = 3 Then Begin&#13;&#10;               RB6.Enabled := false;&#13;&#10;               RB8.Enabled := false;&#13;&#10;               RB7.Checked := true;&#13;&#10;               chk1.Enabled := false;&#13;&#10;               End&#13;&#10;       Else Begin&#13;&#10;               RB6.Enabled := true;&#13;&#10;               RB8.Enabled := true;&#13;&#10;               RB7.Checked := true;&#13;&#10;               End;   &#13;&#10;    &#13;&#10;       If Completo.Visible = false Then Begin&#13;&#10;              GroupHeader1.Visible := false;                                        &#13;&#10;              GroupFooter1.Visible := false;           &#13;&#10;              CallHbFunc('PopulaDataSet_Contas_Receber',[cOrder]);&#13;&#10;              End;                                &#13;&#10;end." ShowProgress="False" StoreInDFM="False" PropData="044C656674025803546F70026808446174617365747301010C2C00000020446174615365743D226F444D2E2220446174615365744E616D653D22636F6E7461735F72656365626572220000095661726961626C657301010C0F000000204E616D653D222056657273616F2200010C20000000204E616D653D2256657273616F5F53697374656D61222056616C75653D22372200010C10000000204E616D653D2220456D70726573612200010C49000000204E616D653D2252617A616F5F536F6369616C222056616C75653D22275665726F6E65736920652056696569726120536F6C75636F657320496E7465677261646173204C746461272200010C35000000204E616D653D224E6F6D655F46616E7461736961222056616C75653D22275665726F6E65736920652056696569726120532049272200010C1E000000204E616D653D224C6F6A61222056616C75653D22274361736172616F272200010C32000000204E616D653D22456E64657265636F222056616C75653D22275275612053616E7461204361746172696E612C20353537272200010C1F000000204E616D653D224E756D65726F222056616C75653D2227202020353537272200010C1E000000204E616D653D22436F6D706C656D656E746F222056616C75653D2227272200010C26000000204E616D653D2242616972726F222056616C75653D2227456E672E206461205072616961272200010C1E000000204E616D653D22436964616465222056616C75653D22274D616361E9272200010C17000000204E616D653D225546222056616C75653D2227524A272200010C1F000000204E616D653D22434550222056616C75653D222732373936362D303632272200010C2A000000204E616D653D2254656C65666F6E65222056616C75653D22272832322920393938382D3339303235272200010C25000000204E616D653D22466178222056616C75653D2227283232292039393837322D33393630272200010C29000000204E616D653D2243656C756C6172222056616C75653D2227283232292039393837322D33393630272200010C29000000204E616D653D22434E504A222056616C75653D222733362E3537372E3534322F303030312D3739272200010C28000000204E616D653D22496E73635F457374616475616C222056616C75653D22273132383134373535272200010C29000000204E616D653D22496E73635F4D756E69636970616C222056616C75653D22273030303030303030272200010C17000000204E616D653D2253697465222056616C75653D2227272200010C3D000000204E616D653D22456D61696C222056616C75653D222761646D696E69737472617469766F406361736172616F736F6C75636F65732E636F6D2E6272272200010C31000000204E616D653D224C6F676F222056616C75653D2227496D6167656E735C4C6F676F5F52656C61746F72696F2E424D50272200010C19000000204E616D653D22536C6F67616E222056616C75653D2227272200010C21000000204E616D653D22436F6469676F5F4C6F6A61222056616C75653D2227303031272200010C1E000000204E616D653D225465726D696E616C222056616C75653D2227303031272200010C0F000000204E616D653D2220546974756C6F2200010C2A000000204E616D653D22546974756C6F31222056616C75653D2227436F6E74617320612052656365626572272200010C1A000000204E616D653D22546974756C6F32222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F33222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F34222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F35222056616C75653D2227272200010C0E000000204E616D653D22204175746F722200010C2B000000204E616D653D224175746F725F4E6F6D65222056616C75653D222745584154412053697374656D6173272200010C32000000204E616D653D224175746F725F53697465222056616C75653D22277777772E657861746173697374656D61732E636F6D27220000055374796C650100">
  <TfrxDataPage Name="Data" Height="1000" Left="0" Top="0" Width="1000"/>
  <TfrxReportPage Name="Page1" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="7" RightMargin="7" TopMargin="7" BottomMargin="7" Columns="1" ColumnWidth="210" ColumnPositions.Text="0" PrintOnPreviousPage="True" HGuides.Text="136,06308" VGuides.Text="502,67749">
    <TfrxPageHeader Name="Band2" Height="136,06306047" Left="0" Top="18,89765" Width="740,78788" OnAfterPrint="Band2OnAfterPrint">
      <TfrxMemoView Name="Memo2" Left="0" Top="117,16543" Width="740,78788" Height="15,11811024" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" Frame.Typ="12" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxPictureView Name="Picture1" Left="0" Top="0" Width="102,04724409" Height="102,04724409" ShowHint="False" Center="True" URL="[Site]" HightQuality="True" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Nome_Fantasia" Left="105,82684" Top="3,10235" Width="636,251948" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Nome_Fantasia]"/>
      <TfrxMemoView Name="Emissao" Left="522,66141" Top="85,55906" Width="149,7953" Height="18,874026" ShowHint="False" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="EmissÃ£o: [Date]"/>
      <TfrxMemoView Name="Titulo1" Left="105,82684" Top="22,67718" Width="634,96104" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo1]"/>
      <TfrxMemoView Name="Titulo2" Left="105,82684" Top="41,57483" Width="634,96104" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo2]"/>
      <TfrxMemoView Name="Titulo3" Left="105,82684" Top="60,47248" Width="634,96104" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo3]"/>
      <TfrxMemoView Name="Titulo4" Left="105,82684" Top="79,37013" Width="411,96877" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo4]"/>
      <TfrxMemoView Name="Memo1" Left="0" Top="117,16543" Width="85,236178" Height="15,11812" OnAfterData="Memo5OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="RazÃ£o Social"/>
      <TfrxMemoView Name="Memo15" Left="672,75634" Top="85,41732283" Width="70,42517" Height="18,874026" ShowHint="False" DisplayFormat.FormatStr="hh:mm:ss" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="-  [Time]"/>
      <TfrxMemoView Name="Memo9" Left="638,74057" Top="117,16543" Width="71,81107" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Pago(R$)"/>
      <TfrxMemoView Name="Memo3" Left="718,1107" Top="117,16543" Width="27,346444" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="ok"/>
      <TfrxMemoView Name="Memo5" Left="328,81911" Top="117,16543" Width="79,37013" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="Documento"/>
      <TfrxMemoView Name="Memo16" Left="275,90569" Top="117,16543" Width="45,35436" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="CÃ³digo"/>
      <TfrxMemoView Name="Memo18" Left="411,96877" Top="117,16543" Width="71,81107" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="Vencimento"/>
      <TfrxMemoView Name="Memo77" Left="487,55937" Top="117,16543" Width="71,81107" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="Pagamento"/>
      <TfrxMemoView Name="Memo81" Left="563,14997" Top="117,16543" Width="71,81107" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Valor(R$)"/>
    </TfrxPageHeader>
    <TfrxPageFooter Name="Band3" Height="33,165368" Left="0" Top="430,86642" Width="740,78788">
      <TfrxMemoView Name="TotalPaginas" Left="0" Top="7,55905999999999" Width="743,1107" Height="25,606308" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="4" Frame.Width="1,5" HAlign="haRight" ParentFont="False" Text="Total de registros: [Count(Band4)]&#13;&#10;PÃ¡gina: [Page] de [TotalPages]"/>
      <TfrxMemoView Name="SiteEXATA" Left="-1" Top="7,55905999999987" Width="255,661534" Height="15,11812" ShowHint="False" URL="[Autor_Site]" Font.Charset="1" Font.Color="16711680" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Autor_Site]"/>
    </TfrxPageFooter>
    <TfrxMasterData Name="Band4" Height="15,11811024" Left="0" Top="260,78757" Width="740,78788" Columns="1" ColumnWidth="200" ColumnGap="20" DataSet="oDM." DataSetName="contas_receber" RowCount="0" Stretched="True">
      <TfrxMemoView Name="CorSimcorNao" Left="0" Top="0" Width="742,299692" Height="15,11811024" ShowHint="False" StretchMode="smActualHeight" DataSetName="Customers" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" Highlight.Font.Charset="1" Highlight.Font.Color="-370606080" Highlight.Font.Height="-13" Highlight.Font.Name="Arial" Highlight.Font.Style="0" Highlight.Color="15790320" Highlight.Condition="&#60;Line#&#62; mod 2" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text=""/>
      <TfrxMemoView Name="Memo4" Left="638,74057" Top="0" Width="71,81107" Height="15,11811024" ShowHint="False" DataField="Valor_Pago" DataSet="oDM." DataSetName="contas_receber" 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="vaBottom" Text="[contas_receber.&#34;Valor_Pago&#34;]"/>
      <TfrxShapeView Name="Shape1" Left="727,33117" Top="2" Width="11,33858268" Height="11,33858268" ShowHint="False" Frame.Width="0,5"/>
      <TfrxMemoView Name="Memo6" Left="328,81911" Top="0" Width="79,37013" Height="15,11811024" ShowHint="False" DataField="Documento" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="%2.2n" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[contas_receber.&#34;Documento&#34;]"/>
      <TfrxMemoView Name="Memo8" Left="0" Top="0" Width="272,12616" Height="15,11811024" ShowHint="False" DataField="Nome_Cliente" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[contas_receber.&#34;Nome_Cliente&#34;]"/>
      <TfrxMemoView Name="Memo17" Left="275,90569" Top="0" Width="45,35436" Height="15,11811024" ShowHint="False" DataField="Codigo_Cliente" DataSet="oDM." DataSetName="contas_receber" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[contas_receber.&#34;Codigo_Cliente&#34;]"/>
      <TfrxMemoView Name="Memo19" Left="411,96877" Top="0" Width="71,81107" Height="15,11811024" ShowHint="False" DataField="Vencimento" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[contas_receber.&#34;Vencimento&#34;]"/>
      <TfrxMemoView Name="Memo78" Left="487,55937" Top="0" Width="71,81107" Height="15,11811024" ShowHint="False" DataField="Pagamento" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[contas_receber.&#34;Pagamento&#34;]"/>
      <TfrxMemoView Name="Memo82" Left="563,14997" Top="0" Width="71,81107" Height="15,11811024" ShowHint="False" DataField="Valor" DataSet="oDM." DataSetName="contas_receber" 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="vaBottom" Text="[contas_receber.&#34;Valor&#34;]"/>
    </TfrxMasterData>
    <TfrxGroupHeader Name="GroupHeader1" Height="20,67718" Left="0" Top="215,43321" Width="740,78788" Condition="contas_receber.&#34;Nome_Cliente&#34;">
      <TfrxMemoView Name="TituloGrupo" Left="0" Top="0" Width="740,78740157" Height="15,87401575" OnPreviewClick="TituloGrupoOnPreviewClick" ShowHint="False" Color="-16777186" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaCenter" Text="[contas_receber.&#34;Nome_Cliente&#34;]"/>
      <TfrxLineView Name="Line3" Left="0" Top="16,89765" Width="740,78788" Height="0" ShowHint="False" Frame.Style="fsDot" Diagonal="True"/>
    </TfrxGroupHeader>
    <TfrxGroupFooter Name="GroupFooter1" Height="20,89765" Left="0" Top="298,58287" Width="740,78788">
      <TfrxMemoView Name="Memo7" Left="564,14997" Top="3,02362205000003" Width="71,81107" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo10" Left="462,10266" Top="3,02362205000003" Width="94,48825" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Sub-Total:"/>
      <TfrxMemoView Name="Memo13" Left="502,67749" Top="0" Width="207,87415" Height="1,88976378" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="8" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo83" Left="640,74057" Top="3,77953000000002" Width="71,81107" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor_Pago&#34;&#62;,Band4)]"/>
    </TfrxGroupFooter>
    <TfrxFooter Name="Footer1" Height="26,09449551" Left="0" Top="343,93723" Width="740,78788">
      <TfrxMemoView Name="Memo11" Left="564,14997" Top="7,19684551" Width="71,81107" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor&#34;&#62;,Band4)]"/>
      <TfrxMemoView Name="Memo12" Left="495,67749" Top="7,19684551" Width="68,03154" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Total Geral:"/>
      <TfrxMemoView Name="Memo14" Left="502,67749" Top="3,77953000000002" Width="207,87415" Height="3,02362205" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="12" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo84" Left="639,74057" Top="7,55905999999999" Width="71,81107" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor_Pago&#34;&#62;,Band4)]"/>
    </TfrxFooter>
    <TfrxMemoView Name="Atualizado" Left="513,77953" Top="483,724428" Width="228,48825" Height="18,89765" Visible="False" ShowHint="False" Font.Charset="1" Font.Color="255" Font.Height="-17" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Atualilzado em: 17/10/2011"/>
  </TfrxReportPage>
  <TfrxReportPage Name="Page2" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="7" RightMargin="7" TopMargin="7" BottomMargin="7" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="">
    <TfrxPageHeader Name="PageHeader1" Height="136,06306047" Left="0" Top="18,89765" Width="740,78788" OnAfterPrint="Band2OnAfterPrint">
      <TfrxMemoView Name="Memo20" Left="0" Top="117,16543" Width="740,78788" Height="15,1181102362205" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" Frame.Typ="12" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxPictureView Name="Picture2" Left="0" Top="0" Width="102,04724409" Height="102,04724409" ShowHint="False" Center="True" URL="[Site]" HightQuality="True" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Memo21" Left="105,82684" Top="3,10235" Width="636,251948" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Nome_Fantasia]"/>
      <TfrxMemoView Name="Memo22" Left="522,66141" Top="85,55906" Width="149,7953" Height="18,874026" ShowHint="False" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="EmissÃ£o: [Date]"/>
      <TfrxMemoView Name="Memo23" Left="105,82684" Top="22,67718" Width="634,96104" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo1]"/>
      <TfrxMemoView Name="Memo24" Left="105,82684" Top="41,57483" Width="634,96104" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo2]"/>
      <TfrxMemoView Name="Memo25" Left="105,82684" Top="60,47248" Width="634,96104" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo3]"/>
      <TfrxMemoView Name="Memo26" Left="105,82684" Top="79,37013" Width="411,96877" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo4]"/>
      <TfrxMemoView Name="Memo27" Left="0" Top="117,16543" Width="85,236178" Height="15,11812" OnAfterData="Memo5OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="RazÃ£o Social"/>
      <TfrxMemoView Name="Memo28" Left="672,75634" Top="85,41732283" Width="70,42517" Height="18,874026" ShowHint="False" DisplayFormat.FormatStr="hh:mm:ss" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="-  [Time]"/>
      <TfrxMemoView Name="Memo29" Left="642,5201" Top="117,16543" Width="68,03154" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Pago(R$)"/>
      <TfrxMemoView Name="Memo30" Left="718,1107" Top="117,16543" Width="27,346444" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="ok"/>
      <TfrxMemoView Name="Memo31" Left="336,37817" Top="117,16543" Width="75,5906" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="Documento"/>
      <TfrxMemoView Name="Memo32" Left="283,46475" Top="117,16543" Width="45,35436" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="CÃ³digo"/>
      <TfrxMemoView Name="Memo59" Left="495,11843" Top="117,16543" Width="71,81107" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="Pagamento"/>
      <TfrxMemoView Name="Memo85" Left="415,7483" Top="117,16543" Width="75,5906" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="Vencimento"/>
      <TfrxMemoView Name="Memo87" Left="570,70903" Top="117,16543" Width="68,03154" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Valor(R$)"/>
    </TfrxPageHeader>
    <TfrxGroupHeader Name="GroupHeader2" Height="18,89765" Left="0" Top="215,43321" Width="740,78788" Condition="contas_receber.&#34;Nome_Cliente&#34;">
      <TfrxMemoView Name="TituloGrupo2" Left="0" Top="0" Width="740,78740157" Height="15,87401575" ShowHint="False" Color="-16777186" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaCenter" Text="[contas_receber.&#34;Nome_Cliente&#34;]"/>
      <TfrxLineView Name="Line1" Left="0" Top="17,007874015748" Width="740,78788" Height="0" ShowHint="False" Frame.Style="fsDot" Diagonal="True"/>
    </TfrxGroupHeader>
    <TfrxMasterData Name="MasterData1" Height="15,11811024" Left="0" Top="257,00804" Width="740,78788" Columns="1" ColumnWidth="200" ColumnGap="20" DataSet="oDM." DataSetName="contas_receber" RowCount="0" Stretched="True">
      <TfrxMemoView Name="Memo35" Left="0" Top="0" Width="742,299692" Height="15,11811024" ShowHint="False" StretchMode="smActualHeight" DataSetName="Customers" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Highlight.Font.Charset="1" Highlight.Font.Color="-370606080" Highlight.Font.Height="-13" Highlight.Font.Name="Arial" Highlight.Font.Style="0" Highlight.Color="15790320" Highlight.Condition="&#60;Line#&#62; mod 2" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo36" Left="642,5201" Top="0" Width="68,03154" Height="15,11811024" ShowHint="False" DataField="Valor_Pago" DataSet="oDM." DataSetName="contas_receber" 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" VAlign="vaBottom" Text="[contas_receber.&#34;Valor_Pago&#34;]"/>
      <TfrxShapeView Name="Shape2" Left="727,33117" Top="2" Width="11,33858268" Height="11,33858268" ShowHint="False"/>
      <TfrxMemoView Name="Memo37" Left="336,37817" Top="0" Width="75,5906" Height="15,11811024" ShowHint="False" DataField="Documento" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="%2.2n" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaBottom" Text="[contas_receber.&#34;Documento&#34;]"/>
      <TfrxMemoView Name="Memo38" Left="0" Top="0" Width="283,46457425" Height="15,11811024" ShowHint="False" DataField="Nome_Cliente" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[contas_receber.&#34;Nome_Cliente&#34;]"/>
      <TfrxMemoView Name="Memo39" Left="283,46475" Top="0" Width="45,35436" Height="15,11811024" ShowHint="False" DataField="Codigo_Cliente" DataSet="oDM." DataSetName="contas_receber" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" VAlign="vaBottom" Text="[contas_receber.&#34;Codigo_Cliente&#34;]"/>
      <TfrxMemoView Name="Memo66" Left="495,11843" Top="0" Width="71,81107" Height="15,11811024" ShowHint="False" DataField="Pagamento" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[contas_receber.&#34;Pagamento&#34;]"/>
      <TfrxMemoView Name="Memo86" Left="415,7483" Top="0" Width="75,5906" Height="15,11811024" ShowHint="False" DataField="Vencimento" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[contas_receber.&#34;Vencimento&#34;]"/>
      <TfrxMemoView Name="Memo88" Left="570,70903" Top="0" Width="68,03154" Height="15,11811024" ShowHint="False" DataField="Valor" DataSet="oDM." DataSetName="contas_receber" 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" VAlign="vaBottom" Text="[contas_receber.&#34;Valor&#34;]"/>
    </TfrxMasterData>
    <TfrxGroupFooter Name="GroupFooter2" Height="20,89765" Left="0" Top="294,80334" Width="740,78788">
      <TfrxMemoView Name="Memo41" Left="571,70903" Top="3,02362205000003" Width="68,03154" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo42" Left="500,45702" Top="3,02362205000003" Width="60,47248" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Sub-Total:"/>
      <TfrxMemoView Name="Memo43" Left="506,45702" Top="0" Width="204,09462" Height="1,88976378" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="8" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo89" Left="643,5201" Top="3,77953000000002" Width="66,81107" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor_Pago&#34;&#62;,MasterData1)]"/>
    </TfrxGroupFooter>
    <TfrxFooter Name="Footer2" Height="26,09449551" Left="0" Top="340,1577" Width="740,78788">
      <TfrxMemoView Name="Memo44" Left="571,70903" Top="7,19684551" Width="68,03154" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor&#34;&#62;,MasterData1)]"/>
      <TfrxMemoView Name="Memo45" Left="495,89796" Top="7,19684551" Width="71,81107" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Total Geral:"/>
      <TfrxMemoView Name="Memo46" Left="506,45702" Top="3,77953000000002" Width="204,09462" Height="3,02362205" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="12" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo90" Left="643,5201" Top="7,55905999999999" Width="68,03154" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor_Pago&#34;&#62;,MasterData1)]"/>
    </TfrxFooter>
    <TfrxPageFooter Name="PageFooter1" Height="33,165368" Left="0" Top="427,08689" Width="740,78788">
      <TfrxMemoView Name="Memo47" Left="0" Top="7,55905999999999" Width="743,1107" Height="25,606308" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="4" Frame.Width="1,5" HAlign="haRight" ParentFont="False" Text="Total de registros: [Count(MasterData1)]&#13;&#10;PÃ¡gina: [Page] de [TotalPages]"/>
      <TfrxMemoView Name="Memo48" Left="-1" Top="7,55905999999987" Width="255,661534" Height="15,11812" ShowHint="False" URL="[Autor_Site]" Font.Charset="1" Font.Color="16711680" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Autor_Site]"/>
    </TfrxPageFooter>
    <TfrxMemoView Name="Memo49" Left="442,20501" Top="495,11843" Width="228,48825" Height="18,89765" Visible="False" ShowHint="False" Font.Charset="1" Font.Color="255" Font.Height="-17" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Atualilzado em: 17/10/2011"/>
  </TfrxReportPage>
  <TfrxReportPage Name="Page3" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="7" RightMargin="7" TopMargin="7" BottomMargin="7" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="">
    <TfrxPageHeader Name="PageHeader2" Height="136,06306047" Left="0" Top="18,89765" Width="740,78788" OnAfterPrint="Band2OnAfterPrint">
      <TfrxMemoView Name="Memo33" Left="0" Top="117,16543" Width="740,78788" Height="15,1181102362205" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" Frame.Typ="12" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxPictureView Name="Picture3" Left="0" Top="0" Width="102,04724409" Height="102,04724409" ShowHint="False" Center="True" URL="[Site]" HightQuality="True" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Memo34" Left="105,82684" Top="3,10235" Width="636,251948" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Nome_Fantasia]"/>
      <TfrxMemoView Name="Memo40" Left="522,66141" Top="85,55906" Width="149,7953" Height="18,874026" ShowHint="False" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="EmissÃ£o: [Date]"/>
      <TfrxMemoView Name="Memo50" Left="105,82684" Top="22,67718" Width="634,96104" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo1]"/>
      <TfrxMemoView Name="Memo51" Left="105,82684" Top="41,57483" Width="634,96104" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo2]"/>
      <TfrxMemoView Name="Memo52" Left="105,82684" Top="60,47248" Width="634,96104" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo3]"/>
      <TfrxMemoView Name="Memo53" Left="105,82684" Top="79,37013" Width="411,96877" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo4]"/>
      <TfrxMemoView Name="Memo54" Left="234,33086" Top="117,16543" Width="86,92912898" Height="15,11812" OnAfterData="Memo5OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="EmissÃ£o"/>
      <TfrxMemoView Name="Memo55" Left="672,75634" Top="85,41732283" Width="70,42517" Height="18,874026" ShowHint="False" DisplayFormat.FormatStr="hh:mm:ss" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="-  [Time]"/>
      <TfrxMemoView Name="Memo56" Left="574,48856" Top="117,16543" Width="68,03154" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Valor(R$)"/>
      <TfrxMemoView Name="Memo57" Left="718,1107" Top="117,16543" Width="27,346444" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="ok"/>
      <TfrxMemoView Name="Memo58" Left="325,03958" Top="117,16543" Width="83,14966" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="Documento"/>
      <TfrxMemoView Name="Memo60" Left="411,96877" Top="117,16543" Width="83,14966" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="Vencimento"/>
      <TfrxMemoView Name="Memo79" Left="498,89796" Top="117,16543" Width="71,81107" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="Pagamento"/>
      <TfrxMemoView Name="Memo91" Left="646,29963" Top="117,16543" Width="68,03154" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Pago(R$)"/>
      <TfrxMemoView Name="Memo95" Left="0" Top="117,16543" Width="233,14966" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="Vendedor"/>
    </TfrxPageHeader>
    <TfrxGroupHeader Name="GroupHeader3" Height="22,67718" Left="0" Top="215,43321" Width="740,78788" Condition="contas_receber.&#34;Nome_Cliente&#34;">
      <TfrxMemoView Name="Memo61" Left="0" Top="0" Width="740,78740157" Height="17,00787402" ShowHint="False" Color="-16777186" Font.Charset="1" Font.Color="128" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaCenter" Text="[trim(&#60;contas_receber.&#34;Nome_Cliente&#34;&#62;)]"/>
      <TfrxLineView Name="Line2" Left="0" Top="18,89765" Width="740,78788" Height="0" ShowHint="False" Frame.Style="fsDot" Diagonal="True"/>
    </TfrxGroupHeader>
    <TfrxMasterData Name="MasterData2" Height="24,11811024" Left="0" Top="260,78757" Width="740,78788" Columns="1" ColumnWidth="200" ColumnGap="20" DataSet="oDM." DataSetName="contas_receber" RowCount="0" Stretched="True">
      <TfrxMemoView Name="Memo62" Left="0" Top="0" Width="742,299692" Height="15,11811024" ShowHint="False" StretchMode="smActualHeight" DataSetName="Customers" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Highlight.Font.Charset="1" Highlight.Font.Color="-370606080" Highlight.Font.Height="-13" Highlight.Font.Name="Arial" Highlight.Font.Style="0" Highlight.Color="15790320" Highlight.Condition="&#60;Line#&#62; mod 2" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo63" Left="574,48856" Top="0" Width="68,03154" Height="15,11811024" ShowHint="False" DataField="Valor" DataSet="oDM." DataSetName="contas_receber" 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" Text="[contas_receber.&#34;Valor&#34;]"/>
      <TfrxShapeView Name="Shape3" Left="727,33117" Top="1" Width="11,33858268" Height="11,33858268" ShowHint="False"/>
      <TfrxMemoView Name="Memo64" Left="325,03958" Top="0" Width="83,14966" Height="15,11811024" ShowHint="False" DataField="Documento" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="%2.2n" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="[contas_receber.&#34;Documento&#34;]"/>
      <TfrxMemoView Name="Memo67" Left="411,96877" Top="0" Width="83,14966" Height="15,11811024" ShowHint="False" DataField="Vencimento" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" Text="[contas_receber.&#34;Vencimento&#34;]"/>
      <TfrxMemoView Name="Memo65" Left="234,33086" Top="0" Width="86,92919" Height="15,11811024" ShowHint="False" DataField="Data_Venda" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" Text="[contas_receber.&#34;Data_Venda&#34;]"/>
      <TfrxMemoView Name="Memo80" Left="498,89796" Top="0" Width="71,81107" Height="15,11811024" ShowHint="False" DataField="Pagamento" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[contas_receber.&#34;Pagamento&#34;]"/>
      <TfrxMemoView Name="Memo92" Left="646,29963" Top="0" Width="64,25201" Height="15,11811024" ShowHint="False" DataField="Valor_Pago" DataSet="oDM." DataSetName="contas_receber" 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" Text="[contas_receber.&#34;Valor_Pago&#34;]"/>
      <TfrxMemoView Name="contas_receberNome_Funcionario" Left="2" Top="0" Width="225,37013" Height="15,11811024" ShowHint="False" DataField="Nome_Funcionario" DataSet="oDM." DataSetName="contas_receber" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" Text="[contas_receber.&#34;Nome_Funcionario&#34;]"/>
    </TfrxMasterData>
    <TfrxGroupFooter Name="GroupFooter3" Height="20,89765" Left="0" Top="306,14193" Width="740,78788">
      <TfrxMemoView Name="Memo68" Left="576,70903" Top="3,02362205000003" Width="66,81107" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor&#34;&#62;,MasterData2)]"/>
      <TfrxMemoView Name="Memo69" Left="497,35467" Top="3,02362205000003" Width="64,25201" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Sub-Total:"/>
      <TfrxMemoView Name="Memo70" Left="507,67749" Top="0" Width="202,87415" Height="1,88976378" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="8" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo93" Left="648,29963" Top="3,02362205000003" Width="63,03154" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor_Pago&#34;&#62;,MasterData2)]"/>
    </TfrxGroupFooter>
    <TfrxFooter Name="Footer3" Height="26,09449551" Left="0" Top="351,49629" Width="740,78788">
      <TfrxMemoView Name="Memo71" Left="576,48856" Top="7,19684551" Width="68,03154" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor&#34;&#62;,MasterData2)]"/>
      <TfrxMemoView Name="Memo72" Left="505,69326" Top="7,19684551" Width="64,25201" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Total Geral:"/>
      <TfrxMemoView Name="Memo73" Left="507,59053654" Top="3,77953000000002" Width="202,96110346" Height="3,02362205" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="12" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo94" Left="648,29963" Top="7,18110236000001" Width="64,25201" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor_Pago&#34;&#62;,MasterData2)]"/>
    </TfrxFooter>
    <TfrxPageFooter Name="PageFooter2" Height="33,165368" Left="0" Top="438,42548" Width="740,78788">
      <TfrxMemoView Name="Memo74" Left="0" Top="7,55905999999999" Width="743,1107" Height="25,606308" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="4" Frame.Width="1,5" HAlign="haRight" ParentFont="False" Text="Total de registros: [Count(MasterData2)]&#13;&#10;PÃ¡gina: [Page] de [TotalPages]"/>
      <TfrxMemoView Name="Memo75" Left="-1" Top="7,55905999999987" Width="255,661534" Height="15,11812" ShowHint="False" URL="[Autor_Site]" Font.Charset="1" Font.Color="16711680" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Autor_Site]"/>
    </TfrxPageFooter>
    <TfrxMemoView Name="Memo76" Left="400,63018" Top="491,3389" Width="228,48825" Height="18,89765" Visible="False" ShowHint="False" Font.Charset="1" Font.Color="255" Font.Height="-17" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Atualilzado em: 15/10/2011"/>
  </TfrxReportPage>
  <TfrxReportPage Name="Page4" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="7" RightMargin="7" TopMargin="7" BottomMargin="7" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="">
    <TfrxPageHeader Name="PageHeader3" Height="124,72447047" Left="0" Top="18,89765" Width="740,78788" OnAfterPrint="Band2OnAfterPrint">
      <TfrxMemoView Name="Memo96" Left="0" Top="100,16543" Width="740,78788" Height="15,1181102362205" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" Frame.Typ="12" HAlign="haCenter" ParentFont="False" Text=""/>
      <TfrxPictureView Name="Picture4" Left="0" Top="3" Width="102,04724409" Height="94,48818409" ShowHint="False" Center="True" URL="[Site]" HightQuality="True" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Memo97" Left="105,82684" Top="3,10235" Width="636,251948" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Nome_Fantasia]"/>
      <TfrxMemoView Name="Memo98" Left="522,66141" Top="79,393754" Width="149,7953" Height="18,874026" ShowHint="False" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="EmissÃ£o: [Date]"/>
      <TfrxMemoView Name="Memo99" Left="105,82684" Top="22,67718" Width="634,96104" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo1]"/>
      <TfrxMemoView Name="Memo100" Left="105,82684" Top="41,57483" Width="634,96104" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo2]"/>
      <TfrxMemoView Name="Memo101" Left="105,82684" Top="60,47248" Width="634,96104" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo3]"/>
      <TfrxMemoView Name="Memo102" Left="105,82684" Top="79,37013" Width="411,96877" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo4]"/>
      <TfrxMemoView Name="Memo103" Left="234,33086" Top="100,16543" Width="86,92912898" Height="15,11812" OnAfterData="Memo5OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="EmissÃ£o"/>
      <TfrxMemoView Name="Memo104" Left="672,75634" Top="79,393754" Width="70,42517" Height="18,874026" ShowHint="False" DisplayFormat.FormatStr="hh:mm:ss" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="-  [Time]"/>
      <TfrxMemoView Name="Memo105" Left="574,48856" Top="100,16543" Width="68,03154" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Valor(R$)"/>
      <TfrxMemoView Name="Memo106" Left="718,1107" Top="100,16543" Width="27,346444" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="ok"/>
      <TfrxMemoView Name="Memo107" Left="325,03958" Top="100,16543" Width="83,14966" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="Documento"/>
      <TfrxMemoView Name="Memo108" Left="411,96877" Top="100,16543" Width="83,14966" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="Vencimento"/>
      <TfrxMemoView Name="Memo109" Left="498,89796" Top="100,16543" Width="71,81107" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="Pagamento"/>
      <TfrxMemoView Name="Memo110" Left="646,29963" Top="100,16543" Width="68,03154" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Pago(R$)"/>
      <TfrxMemoView Name="Memo111" Left="0" Top="100,16543" Width="233,14966" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="Vendedor"/>
    </TfrxPageHeader>
    <TfrxGroupHeader Name="GroupHeader4" Height="64,25201" Left="0" Top="204,09462" Width="740,78788" Condition="contas_receber.&#34;Nome_Cliente&#34;">
      <TfrxMemoView Name="Memo112" Left="211,65368" Top="0" Width="306,14145157" Height="15,11811024" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Color="536870911" Frame.Typ="15" Frame.Width="0,5" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[trim(&#60;contas_receber.&#34;Nome_Cliente&#34;&#62;)]"/>
      <TfrxLineView Name="Line4" Left="0" Top="60,47248" Width="740,78788" Height="0" ShowHint="False" Frame.Style="fsDot" Diagonal="True"/>
      <TfrxMemoView Name="Memo132" Left="0" Top="0" Width="45,35436" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Color="8421504" ParentFont="False" Text="CÃ³digo:"/>
      <TfrxMemoView Name="Memo133" Left="45,35436" Top="0" Width="60,47200157" Height="15,11811024" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Color="536870911" Frame.Typ="15" Frame.Width="0,5" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[contas_receber.&#34;Codigo_Cliente&#34;]"/>
      <TfrxMemoView Name="Memo140" Left="117,16543" Top="0" Width="94,488188976378" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Color="8421504" ParentFont="False" Text="Nome do Cliente:"/>
      <TfrxMemoView Name="Memo131" Left="532,91373" Top="0" Width="68,03154" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Color="8421504" ParentFont="False" Text="CPF / CNPJ:"/>
      <TfrxMemoView Name="Memo141" Left="600,94527" Top="0" Width="139,84213157" Height="15,1181102362205" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[contas_receber.&#34;Cliente_CPF_CNPJ&#34;]"/>
      <TfrxMemoView Name="Memo142" Left="56,69295" Top="37,7953" Width="684,09445157" Height="15,11811024" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[&#60;contas_receber.&#34;Cliente_Endereco&#34;&#62;], [&#60;contas_receber.&#34;Cliente_Numero&#34;&#62;], [&#60;contas_receber.&#34;Cliente_Complemento&#34;&#62;], [&#60;contas_receber.&#34;Cliente_bairro&#34;&#62;], [&#60;contas_receber.&#34;Cliente_Cidade&#34;&#62;], [&#60;contas_receber.&#34;Cliente_UF&#34;&#62;], [&#60;contas_receber.&#34;Cliente_CEP&#34;&#62;]"/>
      <TfrxMemoView Name="Memo145" Left="0" Top="37,7953" Width="56,69295" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="EndereÃ§o:"/>
      <TfrxMemoView Name="Memo150" Left="480,00031" Top="18,89765" Width="102,04683157" Height="15,11811024" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[contas_receber.&#34;Cliente_Fone&#34;]"/>
      <TfrxMemoView Name="Memo151" Left="427,08689" Top="18,89765" Width="52,91342" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Color="8421504" ParentFont="False" Text="Telefone:"/>
      <TfrxMemoView Name="Memo152" Left="638,74057" Top="18,89765" Width="102,04683157" Height="15,11811024" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[contas_receber.&#34;Cliente_Celular&#34;]"/>
      <TfrxMemoView Name="Memo153" Left="593,38621" Top="18,89765" Width="45,35436" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Color="8421504" ParentFont="False" Text="Celular:"/>
      <TfrxMemoView Name="Memo154" Left="204,09462" Top="18,89765" Width="211,65320157" Height="15,11811024" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[contas_receber.&#34;Cliente_Email&#34;]"/>
      <TfrxMemoView Name="Memo155" Left="166,29932" Top="18,89765" Width="37,7953" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Color="8421504" ParentFont="False" Text="Email:"/>
      <TfrxMemoView Name="Memo156" Left="45,35436" Top="18,89765" Width="109,60589157" Height="15,11811024" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[contas_receber.&#34;Cliente_RGIE&#34;]"/>
      <TfrxMemoView Name="Memo157" Left="0" Top="18,89765" Width="45,35436" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Color="8421504" ParentFont="False" Text="RG / IE:"/>
    </TfrxGroupHeader>
    <TfrxMasterData Name="MasterData3" Height="24,11811024" Left="0" Top="291,02381" Width="740,78788" Columns="1" ColumnWidth="200" ColumnGap="20" DataSet="oDM." DataSetName="contas_receber" RowCount="0" Stretched="True">
      <TfrxMemoView Name="Memo113" Left="0" Top="0" Width="742,299692" Height="15,11811024" ShowHint="False" StretchMode="smActualHeight" DataSetName="Customers" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Highlight.Font.Charset="1" Highlight.Font.Color="-370606080" Highlight.Font.Height="-13" Highlight.Font.Name="Arial" Highlight.Font.Style="0" Highlight.Color="15790320" Highlight.Condition="&#60;Line#&#62; mod 2" ParentFont="False" WordWrap="False" Text=""/>
      <TfrxMemoView Name="Memo114" Left="574,48856" Top="0" Width="68,03154" Height="15,11811024" ShowHint="False" DataField="Valor" DataSet="oDM." DataSetName="contas_receber" 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" Text="[contas_receber.&#34;Valor&#34;]"/>
      <TfrxShapeView Name="Shape4" Left="727,33117" Top="1" Width="11,33858268" Height="11,33858268" ShowHint="False"/>
      <TfrxMemoView Name="Memo115" Left="325,03958" Top="0" Width="83,14966" Height="15,11811024" ShowHint="False" DataField="Documento" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="%2.2n" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="[contas_receber.&#34;Documento&#34;]"/>
      <TfrxMemoView Name="Memo116" Left="411,96877" Top="0" Width="83,14966" Height="15,11811024" ShowHint="False" DataField="Vencimento" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" Text="[contas_receber.&#34;Vencimento&#34;]"/>
      <TfrxMemoView Name="Memo117" Left="234,33086" Top="0" Width="86,92919" Height="15,11811024" ShowHint="False" DataField="Data_Venda" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" Text="[contas_receber.&#34;Data_Venda&#34;]"/>
      <TfrxMemoView Name="Memo118" Left="498,89796" Top="0" Width="71,81107" Height="15,11811024" ShowHint="False" DataField="Pagamento" DataSet="oDM." DataSetName="contas_receber" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[contas_receber.&#34;Pagamento&#34;]"/>
      <TfrxMemoView Name="Memo119" Left="646,29963" Top="0" Width="64,25201" Height="15,11811024" ShowHint="False" DataField="Valor_Pago" DataSet="oDM." DataSetName="contas_receber" 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" Text="[contas_receber.&#34;Valor_Pago&#34;]"/>
      <TfrxMemoView Name="Memo120" Left="2" Top="0" Width="225,37013" Height="15,11811024" ShowHint="False" DataField="Nome_Funcionario" DataSet="oDM." DataSetName="contas_receber" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" Text="[contas_receber.&#34;Nome_Funcionario&#34;]"/>
    </TfrxMasterData>
    <TfrxGroupFooter Name="GroupFooter4" Height="43,57483" Left="0" Top="336,37817" Width="740,78788">
      <TfrxMemoView Name="Memo121" Left="576,70903" Top="3,02362205" Width="66,81107" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor&#34;&#62;,MasterData3)]"/>
      <TfrxMemoView Name="Memo122" Left="497,35467" Top="3,02362205" Width="64,25201" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Sub-Total:"/>
      <TfrxMemoView Name="Memo123" Left="507,67749" Top="0" Width="202,87415" Height="1,88976378" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="8" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo124" Left="648,29963" Top="3,02362205" Width="63,03154" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor_Pago&#34;&#62;,MasterData3)]"/>
      <TfrxLineView Name="Line5" Left="0" Top="30,23624" Width="740,78788" Height="0" ShowHint="False" Frame.Style="fsDashDot" Frame.Width="1,5" Diagonal="True"/>
    </TfrxGroupFooter>
    <TfrxFooter Name="Footer4" Height="26,09449551" Left="0" Top="404,40971" Width="740,78788">
      <TfrxMemoView Name="Memo125" Left="576,48856" Top="7,19684551" Width="68,03154" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor&#34;&#62;,MasterData3)]"/>
      <TfrxMemoView Name="Memo126" Left="505,69326" Top="7,19684551" Width="64,25201" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Total Geral:"/>
      <TfrxMemoView Name="Memo127" Left="507,59053654" Top="3,77953000000002" Width="202,96110346" Height="3,02362205" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Typ="12" HAlign="haRight" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo128" Left="648,29963" Top="7,18110236" Width="64,25201" Height="15,11811024" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;contas_receber.&#34;Valor_Pago&#34;&#62;,MasterData3)]"/>
    </TfrxFooter>
    <TfrxPageFooter Name="PageFooter3" Height="33,165368" Left="0" Top="491,3389" Width="740,78788">
      <TfrxMemoView Name="Memo129" Left="0" Top="7,55905999999999" Width="743,1107" Height="25,606308" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="4" Frame.Width="1,5" HAlign="haRight" ParentFont="False" Text="Total de registros: [Count(MasterData2)]&#13;&#10;PÃ¡gina: [Page] de [TotalPages]"/>
      <TfrxMemoView Name="Memo130" Left="1" Top="7,55906" Width="255,661534" Height="15,11812" ShowHint="False" URL="[Autor_Site]" Font.Charset="1" Font.Color="16711680" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Autor_Site]"/>
    </TfrxPageFooter>
  </TfrxReportPage>
  <TfrxDialogPage Name="Completo" Font.Charset="1" Font.Color="-16777208" Font.Height="-17" Font.Name="Arial" Font.Style="0" Caption="Escolha as opções desejadas" Height="278" ClientHeight="239" Left="466" Top="257" Width="338" ClientWidth="322">
    <TfrxGroupBoxControl Name="Gpr1" Left="8" Top="8" Width="157" Height="225" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Agrupamento" Color="-16777201">
      <TfrxRadioButtonControl Name="RB1" Left="12" Top="26" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Sem Agrupamento" Checked="True" Color="-16777201" OnClick="RB1OnClick"/>
      <TfrxRadioButtonControl Name="RB3" Left="12" Top="66" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Cliente" TabStop="False" Color="-16777201" OnClick="RB3OnClick"/>
      <TfrxRadioButtonControl Name="RB4" Left="12" Top="134" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Vencimento" TabStop="False" Color="-16777201" OnClick="RB4OnClick"/>
      <TfrxRadioButtonControl Name="RB2" Left="12" Top="46" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Loja" TabStop="False" Color="-16777201" OnClick="RB2OnClick"/>
      <TfrxRadioButtonControl Name="RB5" Left="12" Top="154" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Centro de Custo" TabStop="False" Color="-16777201" OnClick="RB5OnClick"/>
      <TfrxRadioButtonControl Name="RB6" Left="12" Top="174" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Pagamento" TabStop="False" Color="-16777201" OnClick="RB6OnClick"/>
      <TfrxRadioButtonControl Name="RB14" Left="12" Top="194" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Vendedor" TabStop="False" Color="-16777201" OnClick="RB14OnClick"/>
      <TfrxGroupBoxControl Name="Grp1" Left="28" Top="84" Width="117" Height="45" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Mostrar" Color="-16777201">
        <TfrxCheckBoxControl Name="chk1" Left="20" Top="20" Width="97" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Endereço" Color="-16777201"/>
      </TfrxGroupBoxControl>
    </TfrxGroupBoxControl>
    <TfrxGroupBoxControl Name="Grp2" Left="176" Top="8" Width="141" Height="197" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Ordenação" Color="-16777201">
      <TfrxRadioButtonControl Name="RB7" Left="24" Top="28" Width="89" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Vencimento" Checked="True" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB11" Left="24" Top="107" Width="89" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Documento" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB10" Left="24" Top="88" Width="89" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Valor" TabStop="False" Color="-16777201"/>
      <TfrxGroupBoxControl Name="Grp3" Left="8" Top="130" Width="125" Height="61" ShowHint="True" Color="-16777201">
        <TfrxRadioButtonControl Name="RB12" Left="16" Top="10" Width="85" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Crescente" Checked="True" Color="-16777201"/>
        <TfrxRadioButtonControl Name="RB13" Left="16" Top="34" Width="93" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Decrescente" TabStop="False" Color="-16777201"/>
      </TfrxGroupBoxControl>
      <TfrxRadioButtonControl Name="RB9" Left="24" Top="69" Width="89" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Alfabética" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB8" Left="24" Top="49" Width="93" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Pagamento" TabStop="False" Color="-16777201"/>
    </TfrxGroupBoxControl>
    <TfrxButtonControl Name="Selecionar" Left="176" Top="208" Width="139" Height="25" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Selecionar" ModalResult="1" OnClick="SelecionarOnClick"/>
  </TfrxDialogPage>
</TfrxReport>
