<?xml version="1.0" encoding="utf-8"?>
<TfrxReport Version="4.12.1" DotMatrixReport="False" EngineOptions.DoublePass="True" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="4095" 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\Acertos_Estoque.prodrelfr3" ReportOptions.LastChange="43592,5102419213" ScriptLanguage="PascalScript" ScriptText.Text="var cOrder:String = '';&#13;&#10;var cTitulo:String = '';                                                       &#13;&#10;  &#13;&#10;procedure Memo1OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  &#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;  &#13;&#10;end;&#13;&#10;  &#13;&#10;procedure SelecionarOnClick(Sender: TfrxComponent);&#13;&#10;begin&#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;               cTitulo := 'Sem Agrupamento';&#13;&#10;               End;&#13;&#10;&#13;&#10;       //Agrupamento por Fornecedor                                                                 &#13;&#10;       If RB2.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Acertos.&#34;Nome_Fornecedor&#34;';&#13;&#10;               TituloGrupo.Text := '[trim(&#60;Acertos.&#34;Nome_Fornecedor&#34;&#62;)] - [Acertos.&#34;Codigo_Fornecedor&#34;]';&#13;&#10;               cOrder := 'nome_fornecedor';&#13;&#10;               cTitulo := 'Agrupamento: Por Fornecedor';                   &#13;&#10;               End;&#13;&#10;                 &#13;&#10;       //Agrupamento por Motivo                                                                           &#13;&#10;       If RB3.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Acertos.&#34;Motivo_Acerto&#34;';&#13;&#10;               TituloGrupo.Text := '[&#60;Acertos.&#34;Motivo_Acerto&#34;&#62;]';&#13;&#10;               cOrder := 'motivo_acerto';&#13;&#10;               cTitulo := 'Agrupamento: Por Motivo';                   &#13;&#10;               End;&#13;&#10;  &#13;&#10;       //Agrupamento por Layout                                                                                        &#13;&#10;       If RB4.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Acertos.&#34;Nome_Layout&#34;';&#13;&#10;               TituloGrupo.Text := '[&#60;Acertos.&#34;Nome_Layout&#34;&#62;]';&#13;&#10;               cOrder := 'nome_layout';&#13;&#10;               cTitulo := 'Agrupamento: Por Layout';                   &#13;&#10;               End;&#13;&#10;&#13;&#10;       //Agrupamento por Grupo                                                                                                        &#13;&#10;       If RB9.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Acertos.&#34;Nome_Grupo&#34;';&#13;&#10;               TituloGrupo.Text := '[&#60;Acertos.&#34;Nome_Grupo&#34;&#62;]';&#13;&#10;               cOrder := 'nome_grupo';&#13;&#10;               cTitulo := 'Agrupamento: Por Grupo';                   &#13;&#10;               End;&#13;&#10;&#13;&#10;       //Agrupamento por SubGrupo                                                                                                        &#13;&#10;       If RB10.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Acertos.&#34;Nome_SubGrupo&#34;';&#13;&#10;               TituloGrupo.Text := '[&#60;Acertos.&#34;Nome_SubGrupo&#34;&#62;]';&#13;&#10;               cOrder := 'nome_subgrupo';&#13;&#10;               cTitulo := 'Agrupamento: Por SubGrupo';                   &#13;&#10;               End;                            &#13;&#10;&#13;&#10;       //Sem Sub-Grupo&#13;&#10;       If RB5.Checked Then Begin&#13;&#10;               GroupHeader2.Visible := false;                                        &#13;&#10;               GroupFooter2.Visible := false;&#13;&#10;               cTitulo := cTitulo+', Sem Sub-Grupo';                                             &#13;&#10;               End;&#13;&#10;&#13;&#10;       //Sub-Grupo por Fornecedor                                                                 &#13;&#10;       If RB6.Checked Then Begin&#13;&#10;               GroupHeader2.Condition := 'Acertos.&#34;Nome_Fornecedor&#34;';&#13;&#10;               TituloSubGrupo.Text := '[trim(&#60;Acertos.&#34;Nome_Fornecedor&#34;&#62;)] - [Acertos.&#34;Codigo_Fornecedor&#34;]';&#13;&#10;               cOrder := cOrder+', nome_fornecedor';&#13;&#10;               cTitulo := cTitulo+', Sub-Grupo: Por Fornecedor';                   &#13;&#10;               End;&#13;&#10;&#13;&#10;       //Sub-Grupo por Motivo                                                                           &#13;&#10;       If RB7.Checked Then Begin&#13;&#10;               GroupHeader2.Condition := 'Acertos.&#34;Motivo_Acerto&#34;';&#13;&#10;               TituloSubGrupo.Text := '[&#60;Acertos.&#34;Motivo_Acerto&#34;&#62;]';&#13;&#10;               cOrder := cOrder+', motivo_acerto';&#13;&#10;               cTitulo := cTitulo+', Sub-Grupo: Por Motivo';                   &#13;&#10;               End;&#13;&#10;&#13;&#10;       //Sub-Grupo por Layout                                                                                        &#13;&#10;       If RB8.Checked Then Begin&#13;&#10;               GroupHeader2.Condition := 'Acertos.&#34;Nome_Layout&#34;';&#13;&#10;               TituloSubGrupo.Text := '[&#60;Acertos.&#34;Nome_Layout&#34;&#62;]';&#13;&#10;               cOrder := cOrder+', nome_layout';&#13;&#10;               cTitulo := cTitulo+', Sub-Grupo: Por Layout';                   &#13;&#10;               End;&#13;&#10;&#13;&#10;       //Sub-Grupo por Grupo                                                                                                &#13;&#10;       If RB11.Checked Then Begin&#13;&#10;               GroupHeader2.Condition := 'Acertos.&#34;Nome_Grupo&#34;';&#13;&#10;               TituloSubGrupo.Text := '[&#60;Acertos.&#34;Nome_Grupo&#34;&#62;]';&#13;&#10;               cOrder := cOrder+', nome_grupo';&#13;&#10;               cTitulo := cTitulo+', Sub-Grupo: Por Grupo';                   &#13;&#10;               End;&#13;&#10;&#13;&#10;       //Sub-Grupo por Grupo                                                                                                &#13;&#10;       If RB12.Checked Then Begin&#13;&#10;               GroupHeader2.Condition := 'Acertos.&#34;Nome_SubGrupo&#34;';&#13;&#10;               TituloSubGrupo.Text := '[&#60;Acertos.&#34;Nome_SubGrupo&#34;&#62;]';&#13;&#10;               cOrder := cOrder+', nome_subgrupo';&#13;&#10;               cTitulo := cTitulo+', Sub-Grupo: Por SubGrupo';                   &#13;&#10;               End;                            &#13;&#10;&#13;&#10;       If cOrder = '' Then Begin&#13;&#10;              cOrder := 'nome_produto';&#13;&#10;              End                      &#13;&#10;       Else Begin&#13;&#10;              cOrder := cOrder + ', nome_produto';&#13;&#10;              End;&#13;&#10;&#13;&#10;       Titulo4.Text := cTitulo;                                                                                  &#13;&#10;&#13;&#10;       CallHbFunc('PopulaDataSet_Acertos',[cOrder]);&#13;&#10;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure RB1OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;       RB5.Checked := true;&#13;&#10;       RB6.Enabled := false;&#13;&#10;       RB7.Enabled := false;&#13;&#10;       RB8.Enabled := false;&#13;&#10;       RB11.Enabled := false;&#13;&#10;       RB12.Enabled := false;           &#13;&#10;end;&#13;&#10;&#13;&#10;procedure RB2OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;       RB5.Checked := true;&#13;&#10;       RB6.Enabled := false;&#13;&#10;       RB7.Enabled := true;&#13;&#10;       RB8.Enabled := true;&#13;&#10;       RB11.Enabled := true;&#13;&#10;       RB12.Enabled := true;           &#13;&#10;end;&#13;&#10;&#13;&#10;procedure RB3OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;       RB5.Checked := true;&#13;&#10;       RB6.Enabled := true;&#13;&#10;       RB7.Enabled := false;&#13;&#10;       RB8.Enabled := true;&#13;&#10;       RB11.Enabled := true;&#13;&#10;       RB12.Enabled := true;           &#13;&#10;end;&#13;&#10;&#13;&#10;procedure RB4OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;       RB5.Checked := true;&#13;&#10;       RB6.Enabled := true;&#13;&#10;       RB7.Enabled := true;&#13;&#10;       RB8.Enabled := false;&#13;&#10;       RB11.Enabled := true;&#13;&#10;       RB12.Enabled := true;           &#13;&#10;end;&#13;&#10;&#13;&#10;procedure RB9OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;       RB5.Checked := true;&#13;&#10;       RB6.Enabled := true;&#13;&#10;       RB7.Enabled := true;&#13;&#10;       RB8.Enabled := true;&#13;&#10;       RB11.Enabled := false;&#13;&#10;       RB12.Enabled := true;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure RB10OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;       RB5.Checked := true;&#13;&#10;       RB6.Enabled := true;&#13;&#10;       RB7.Enabled := true;&#13;&#10;       RB8.Enabled := true;&#13;&#10;       RB11.Enabled := true;&#13;&#10;       RB12.Enabled := false;      &#13;&#10;end;&#13;&#10;&#13;&#10;begin&#13;&#10;       picture1.FileLink := trim(&#60;Logo&#62;);&#13;&#10;       &#13;&#10;       RB5.Checked := true;&#13;&#10;       RB6.Enabled := false;&#13;&#10;       RB7.Enabled := false;&#13;&#10;       RB8.Enabled := false;&#13;&#10;       RB11.Enabled := false;&#13;&#10;       RB12.Enabled := false;           &#13;&#10;end." ShowProgress="False" StoreInDFM="False" PropData="044C656674025803546F70026808446174617365747301010C2500000020446174615365743D226F444D2E2220446174615365744E616D653D2241636572746F73220000095661726961626C657301010C0F000000204E616D653D222056657273616F2200010C20000000204E616D653D2256657273616F5F53697374656D61222056616C75653D22362200010C10000000204E616D653D2220456D70726573612200010C3A000000204E616D653D2252617A616F5F536F6369616C222056616C75653D22274578617461204D616361E9205465636E6F6C6F676961204C746461272200010C34000000204E616D653D224E6F6D655F46616E7461736961222056616C75653D222756494C4152454A4F2041434142414D454E544F53272200010C1F000000204E616D653D224C6F6A61222056616C75653D2227446570F37369746F272200010C32000000204E616D653D22456E64657265636F222056616C75653D2227455354205345525241204D4152204B4D20382C352C2030272200010C1F000000204E616D653D224E756D65726F222056616C75653D2227202020202030272200010C1E000000204E616D653D22436F6D706C656D656E746F222056616C75653D2227272200010C23000000204E616D653D2242616972726F222056616C75653D222756494C41205645524445272200010C2A000000204E616D653D22436964616465222056616C75653D2227436173696D69726F206465204162726575272200010C17000000204E616D653D225546222056616C75653D2227524A272200010C1F000000204E616D653D22434550222056616C75653D222732383836302D303030272200010C33000000204E616D653D2254656C65666F6E65222056616C75653D22272832322920323736342D3035303020202020202020202020272200010C2E000000204E616D653D22466178222056616C75653D22272820202920202020202D2020202020202020202020202020272200010C29000000204E616D653D22434E504A222056616C75653D222733362E3537372E3534322F303030312D3739272200010C2A000000204E616D653D22496E73635F457374616475616C222056616C75653D222738362E3632302E323934272200010C29000000204E616D653D22496E73635F4D756E69636970616C222056616C75653D22273030303030303030272200010C2A000000204E616D653D2253697465222056616C75653D22277777772E76696C6172656A6F2E636F6D2E6272272200010C31000000204E616D653D22456D61696C222056616C75653D22277375706F72746540657861746173697374656D61732E636F6D272200010C31000000204E616D653D224C6F676F222056616C75653D2227496D6167656E735C4C4F474F5F52454C41544F52494F2E424D50272200010C25000000204E616D653D22536C6F67616E222056616C75653D222741206361736120E920737561272200010C21000000204E616D653D22436F6469676F5F4C6F6A61222056616C75653D2227303031272200010C1E000000204E616D653D225465726D696E616C222056616C75653D2227303031272200010C0F000000204E616D653D2220546974756C6F2200010C3D000000204E616D653D22546974756C6F31222056616C75653D222741636572746F73204C6F6A613A20546F646173202D204D6F7469766F3A20546F646F73272200010C2B000000204E616D653D22546974756C6F32222056616C75653D2227466F726E656365646F723A20546F646F73272200010C40000000204E616D653D22546974756C6F33222056616C75653D2227506572ED6F646F2064653A2030312F30312F32303139206174E93A2030372F30352F32303139272200010C1A000000204E616D653D22546974756C6F34222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F35222056616C75653D2227272200010C0E000000204E616D653D22204175746F722200010C2B000000204E616D653D224175746F725F4E6F6D65222056616C75653D222745584154412053697374656D6173272200010C32000000204E616D653D224175746F725F53697465222056616C75653D22277777772E657861746173697374656D61732E636F6D27220000055374796C650100">
  <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="563,14997">
    <TfrxPageHeader Name="Band2" Height="136,06306047" Left="0" Top="16" 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="-11" 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="141,929128" Height="15,11812" OnAfterData="Memo1OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="DescriÃ§Ã£o do Produto"/>
      <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="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Total(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="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="ok"/>
      <TfrxMemoView Name="Memo5" Left="325,03958" Top="117,16543" Width="64,25201" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="ReferÃªncia"/>
      <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="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="CÃ³digo"/>
      <TfrxMemoView Name="Memo18" Left="393,07112" Top="117,16543" Width="22,67718" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="ST"/>
      <TfrxMemoView Name="Memo77" Left="419,52783" Top="117,16543" Width="64,25201" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Quantidade"/>
      <TfrxMemoView Name="Memo81" Left="487,55937" Top="117,16543" Width="34,01577" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="Und."/>
      <TfrxMemoView Name="Memo95" Left="525,35467" Top="117,16543" Width="34,01577" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Mot."/>
      <TfrxMemoView Name="Memo97" Left="563,14997" Top="117,16543" Width="71,81107" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Custo(R$)"/>
    </TfrxPageHeader>
    <TfrxPageFooter Name="Band3" Height="33,165368" Left="0" Top="416" Width="740,78788">
      <TfrxMemoView Name="TotalPaginas" Left="0" Top="7,55905999999993" 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,55905999999993" 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="252" Width="740,78788" Columns="1" ColumnWidth="200" ColumnGap="20" DataSet="oDM." DataSetName="Acertos" 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_Total" DataSet="oDM." DataSetName="Acertos" 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="[Acertos.&#34;Valor_Total&#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="325,03958" Top="0" Width="64,25201" Height="15,11811024" ShowHint="False" DataField="Referencia_Produto" DataSet="oDM." DataSetName="Acertos" 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="[Acertos.&#34;Referencia_Produto&#34;]"/>
      <TfrxMemoView Name="Memo8" Left="0" Top="0" Width="272,12616" Height="15,11811024" ShowHint="False" DataField="Nome_Produto" DataSet="oDM." DataSetName="Acertos" 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="[Acertos.&#34;Nome_Produto&#34;]"/>
      <TfrxMemoView Name="Memo17" Left="275,90569" Top="0" Width="45,35436" Height="15,11811024" ShowHint="False" DataField="Codigo_Produto" DataSet="oDM." DataSetName="Acertos" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Acertos.&#34;Codigo_Produto&#34;]"/>
      <TfrxMemoView Name="Memo19" Left="393,07112" Top="0" Width="22,67718" Height="15,11811024" ShowHint="False" DataField="Movimentacao_Status" DataSet="oDM." DataSetName="Acertos" 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="[Acertos.&#34;Movimentacao_Status&#34;]"/>
      <TfrxMemoView Name="Memo78" Left="419,52783" Top="0" Width="64,25201" Height="15,11811024" ShowHint="False" DataField="Quantidade_Movimentada" DataSet="oDM." DataSetName="Acertos" DisplayFormat.FormatStr="dd/mm/yyyy" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Acertos.&#34;Quantidade_Movimentada&#34;]"/>
      <TfrxMemoView Name="Memo82" Left="487,55937" Top="0" Width="34,01577" Height="15,11811024" ShowHint="False" DataSet="oDM." DataSetName="Acertos" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[trim(&#60;Acertos.&#34;Unidade_Abreviacao&#34;&#62;)]"/>
      <TfrxMemoView Name="Memo96" Left="525,35467" Top="0" Width="34,01577" Height="15,11811024" ShowHint="False" DataField="Acerto_Codigo" DataSet="oDM." DataSetName="Acertos" DisplayFormat.FormatStr="%2.2n" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Acertos.&#34;Acerto_Codigo&#34;]"/>
      <TfrxMemoView Name="Memo98" Left="563,14997" Top="0" Width="71,81107" Height="15,11811024" ShowHint="False" DataSet="oDM." DataSetName="Acertos" 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="[&#60;Acertos.&#34;Produto_Custo_Final&#34;&#62;]"/>
    </TfrxMasterData>
    <TfrxGroupHeader Name="GroupHeader1" Height="20,67718" Left="0" Top="172" Width="740,78788" Condition="Acertos.&#34;Nome_Produto&#34;">
      <TfrxMemoView Name="TituloGrupo" Left="0" Top="0" Width="740,78740157" Height="17,00787402" OnPreviewClick="TituloGrupoOnPreviewClick" ShowHint="False" Color="-16777186" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Acertos.&#34;Nome_Fornecedor&#34;]"/>
      <TfrxLineView Name="Line3" Left="0" Top="18,89765" Width="740,78788" Height="0" ShowHint="False" Frame.Style="fsDot" Diagonal="True"/>
    </TfrxGroupHeader>
    <TfrxGroupFooter Name="GroupFooter1" Height="20,89765" Left="0" Top="328" Width="740,78788">
      <TfrxMemoView Name="Memo25" Left="563,14997" Top="3,02362205" Width="147,40151622" Height="15,11811024" OnPreviewClick="TituloGrupoOnPreviewClick" ShowHint="False" Color="-16777186" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Typ="4" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo10" Left="563,14997" Top="3,02362205" Width="77" 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 Grupo:"/>
      <TfrxMemoView Name="Memo83" Left="640,74057" Top="3,02362204724409" 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;Acertos.&#34;Valor_Total&#34;&#62;,Band4)]"/>
    </TfrxGroupFooter>
    <TfrxFooter Name="Footer1" Height="26,09449551" Left="0" Top="368" Width="740,78788">
      <TfrxMemoView Name="Memo12" Left="572,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="563,14997" Top="3,77953" Width="147,40151622" 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;Acertos.&#34;Valor_Total&#34;&#62;,Band4)]"/>
    </TfrxFooter>
    <TfrxGroupHeader Name="GroupHeader2" Height="20,67718" Left="0" Top="212" Width="740,78788" Condition="Acertos.&#34;Nome_Produto&#34;">
      <TfrxMemoView Name="TituloSubGrupo" Left="0" Top="0" Width="740,78740157" Height="15,87401575" OnPreviewClick="TituloGrupoOnPreviewClick" ShowHint="False" Color="-16777205" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Acertos.&#34;Nome_Fornecedor&#34;]"/>
      <TfrxLineView Name="Line1" Left="0" Top="16,89765" Width="740,78788" Height="0" ShowHint="False" Frame.Style="fsDot" Diagonal="True"/>
    </TfrxGroupHeader>
    <TfrxGroupFooter Name="GroupFooter2" Height="20,89765" Left="0" Top="288" Width="740,78788">
      <TfrxMemoView Name="Memo20" Left="545,10791666" Top="3,02362205" Width="165,44356956" Height="15,11811024" OnPreviewClick="TituloGrupoOnPreviewClick" ShowHint="False" Color="-16777205" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" Frame.Typ="4" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo22" Left="545,66172" Top="3,02362205" 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="Total Sub-Grupo:"/>
      <TfrxMemoView Name="Memo24" Left="640,74057" Top="3,02362204999997" 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;Acertos.&#34;Valor_Total&#34;&#62;,Band4)]"/>
    </TfrxGroupFooter>
    <TfrxMemoView Name="Atualizado" Left="513,77953" Top="589,551268" 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: 10/11/2011"/>
  </TfrxReportPage>
  <TfrxDialogPage Name="Completo" Font.Charset="1" Font.Color="-16777208" Font.Height="-17" Font.Name="Arial" Font.Style="0" BorderStyle="bsDialog" Caption="Escolha a opção desejada" Height="237" ClientHeight="198" Left="466" Top="257" Width="386" ClientWidth="370">
    <TfrxGroupBoxControl Name="Gpr1" Left="12" Top="12" Width="169" Height="149" 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="20" 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="RB2" Left="20" 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="Fornecedor" TabStop="False" Color="-16777201" OnClick="RB2OnClick"/>
      <TfrxRadioButtonControl Name="RB3" Left="20" 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="Motivo" TabStop="False" Color="-16777201" OnClick="RB3OnClick"/>
      <TfrxRadioButtonControl Name="RB4" Left="20" Top="86" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Layout" TabStop="False" Color="-16777201" OnClick="RB4OnClick"/>
      <TfrxRadioButtonControl Name="RB9" Left="20" Top="105" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Grupo" TabStop="False" Color="-16777201" OnClick="RB9OnClick"/>
      <TfrxRadioButtonControl Name="RB10" Left="20" Top="125" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="SubGrupo" TabStop="False" Color="-16777201" OnClick="RB10OnClick"/>
    </TfrxGroupBoxControl>
    <TfrxButtonControl Name="Selecionar" Left="148" Top="168" Width="75" 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"/>
    <TfrxGroupBoxControl Name="GroupBox1" Left="192" Top="12" Width="169" Height="149" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Sub-Grupo" Color="-16777201">
      <TfrxRadioButtonControl Name="RB5" Left="28" Top="24" 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 Sub-Grupo" Checked="True" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB6" Left="28" Top="44" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Fornecedor" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB7" Left="28" Top="64" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Motivo" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB8" Left="28" Top="84" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Layout" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB11" Left="28" Top="105" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Grupo" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB12" Left="28" Top="125" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="SubGrupo" TabStop="False" Color="-16777201"/>
    </TfrxGroupBoxControl>
  </TfrxDialogPage>
</TfrxReport>
