<?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\Produtos_Inventario_Mensal.prdinvfr3" ReportOptions.LastChange="43882,5893353009" ScriptLanguage="PascalScript" ScriptText.Text="var cOrder:String = 'pd_nome';&#13;&#10;var lQtdZero:Boolean = true;                                      &#13;&#10;var cTotalExtenso:String = '';&#13;&#10;&#13;&#10;procedure Button1OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;       GroupHeader1.Visible := true;                                        &#13;&#10;       GroupFooter1.Visible := true;                                                   &#13;&#10;  &#13;&#10;       If RB1.Checked Then Begin&#13;&#10;               GroupHeader1.Visible := false;                                        &#13;&#10;               GroupFooter1.Visible := false;                                        &#13;&#10;               End;                         &#13;&#10;       &#13;&#10;       If RB2.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_Grupo&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_Grupo&#34;]';&#13;&#10;               cOrder := 'grupo ';                                                                     &#13;&#10;               End;  &#13;&#10;         &#13;&#10;       If RB3.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_SubGrupo&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_SubGrupo&#34;]';&#13;&#10;               cOrder := 'subgrupo ';                                                                     &#13;&#10;               End;  &#13;&#10;  &#13;&#10;       If RB4.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_Controle&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_Controle&#34;]';&#13;&#10;               cOrder := 'controle ';                                                                     &#13;&#10;               End;  &#13;&#10;  &#13;&#10;       If RB5.Checked Then Begin                                           &#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_Fornecedor&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_Fornecedor&#34;]';&#13;&#10;               cOrder := 'fornecedor ';                                                                     &#13;&#10;               End;  &#13;&#10;&#13;&#10;       If CHK1.Checked Then Begin&#13;&#10;               lQtdZero := false;                                                              &#13;&#10;               End;                                  &#13;&#10;         &#13;&#10;       CallHbFunc('PopulaDataSet_Inventario_Mensal',[cOrder,lQtdZero]);                            &#13;&#10;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Button2OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;       GroupHeader1.Visible := true;                                        &#13;&#10;       GroupFooter1.Visible := true;                                                   &#13;&#10;  &#13;&#10;       If RB6.Checked Then Begin&#13;&#10;               GroupHeader1.Visible := false;                                        &#13;&#10;               GroupFooter1.Visible := false;&#13;&#10;               cOrder := '';                                                     &#13;&#10;               End;                         &#13;&#10;       &#13;&#10;       If RB7.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_Grupo&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_Grupo&#34;]';&#13;&#10;               cOrder := 'grupo, ';                                                                     &#13;&#10;               End;  &#13;&#10;         &#13;&#10;       If RB8.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_SubGrupo&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_SubGrupo&#34;]';&#13;&#10;               cOrder := 'subgrupo, ';                                                                     &#13;&#10;               End;  &#13;&#10;  &#13;&#10;       If RB9.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_Controle&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_Controle&#34;]';&#13;&#10;               cOrder := 'controle, ';                                                                     &#13;&#10;               End;  &#13;&#10;  &#13;&#10;       If RB10.Checked Then Begin                                           &#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_Fornecedor&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_Fornecedor&#34;]';&#13;&#10;               cOrder := 'fornecedor, ';                                                                     &#13;&#10;               End;  &#13;&#10;&#13;&#10;       If RB11.Checked Then Begin&#13;&#10;              ProdutosPreco_Venda.text := '[&#60;Produtos.&#34;Valor_Custo&#34;&#62;]';&#13;&#10;               Memo4.Text := 'Custo';                                                                                                                &#13;&#10;               Memo12.Text := '[&#60;Produtos.&#34;Total_Custo&#34;&#62;]';                                    &#13;&#10;               If RB14.Checked Then cOrder := cOrder + 'pd_nome ';                                                            &#13;&#10;               If RB15.Checked Then cOrder := cOrder + 'pd_codigo ';&#13;&#10;               If RB16.Checked Then cOrder := cOrder + 'valor_custo ';               &#13;&#10;               If RB17.Checked Then cOrder := cOrder + 'total_custo ';               &#13;&#10;               If RB18.Checked Then cOrder := cOrder + 'quantidade ';&#13;&#10;               End;&#13;&#10;&#13;&#10;       If RB12.Checked Then Begin&#13;&#10;               ProdutosPreco_Venda.text := '[&#60;Produtos.&#34;Custo_Final&#34;&#62;]';                                         &#13;&#10;               Memo4.Text := 'Custo Final';                                                                                                                &#13;&#10;               Memo12.Text := '[&#60;Produtos.&#34;Total_Custo_Final&#34;&#62;]';           &#13;&#10;               If RB14.Checked Then cOrder := cOrder + 'pd_nome ';&#13;&#10;               If RB15.Checked Then cOrder := cOrder + 'pd_codigo ';&#13;&#10;               If RB16.Checked Then cOrder := cOrder + 'custo_final ';               &#13;&#10;               If RB17.Checked Then cOrder := cOrder + 'total_custo_final ';               &#13;&#10;               If RB18.Checked Then cOrder := cOrder + 'quantidade ';&#13;&#10;               End;&#13;&#10;&#13;&#10;       If RB13.Checked Then Begin&#13;&#10;               ProdutosPreco_Venda.text := '[&#60;Produtos.&#34;Preco_Venda&#34;&#62;]';                                         &#13;&#10;               Memo12.Text := '[&#60;Produtos.&#34;Total_Preco_Venda&#34;&#62;]';           &#13;&#10;               If RB14.Checked Then cOrder := cOrder + 'pd_nome ';&#13;&#10;               If RB15.Checked Then cOrder := cOrder + 'pd_codigo ';&#13;&#10;               If RB16.Checked Then cOrder := cOrder + 'valor_venda ';               &#13;&#10;               If RB17.Checked Then cOrder := cOrder + 'total_preco_venda ';               &#13;&#10;               If RB18.Checked Then cOrder := cOrder + 'quantidade ';&#13;&#10;               End;&#13;&#10;    &#13;&#10;&#13;&#10;       If RB19.Checked Then cOrder := cOrder + 'ASC ';&#13;&#10;       If RB20.Checked Then cOrder := cOrder + 'DESC ';&#13;&#10;&#13;&#10;       If CHK2.Checked Then Begin&#13;&#10;               lQtdZero := false;&#13;&#10;               End;&#13;&#10;&#13;&#10;       CallHbFunc('PopulaDataSet_Inventario_Mensal',[cOrder,lQtdZero]);&#13;&#10;  &#13;&#10;end;&#13;&#10;  &#13;&#10;&#13;&#10;procedure Memo1OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;       if Memo1.value &#60;&#62; 0 Then Begin                                           &#13;&#10;               Memo1.text := 'O presente inventário importa a quantia de R$ '+Trim(Memo1.Text)+' '+ CallHbFunc('Extenso',[Memo1.value]);                &#13;&#10;               End;&#13;&#10;end;&#13;&#10;&#13;&#10;begin&#13;&#10;&#13;&#10;&#13;&#10;       If Grupo.Visible = false Then Begin&#13;&#10;&#13;&#10;               If Completo.Visible = false Then Begin                                                        &#13;&#10;                      GroupHeader1.Visible := false;                                        &#13;&#10;                      GroupFooter1.Visible := false;           &#13;&#10;                      CallHbFunc('PopulaDataSet_Inventario_Mensal',[cOrder,lQtdZero]);&#13;&#10;                      End;                                &#13;&#10;               End;&#13;&#10;&#13;&#10;end." ShowProgress="False" StoreInDFM="False" PropData="044C656674025803546F70026808446174617365747301010C2600000020446174615365743D226F444D2E2220446174615365744E616D653D2250726F6475746F73220000095661726961626C657301010C0F000000204E616D653D222056657273616F2200010C20000000204E616D653D2256657273616F5F53697374656D61222056616C75653D22372200010C10000000204E616D653D22205265746F726E6F2200010C1F000000204E616D653D225265746F726E6F222056616C75653D222766616C7365272200010C10000000204E616D653D2220456D70726573612200010C3A000000204E616D653D2252617A616F5F536F6369616C222056616C75653D22274578617461204D616361E9205465636E6F6C6F676961204C746461272200010C2E000000204E616D653D224E6F6D655F46616E7461736961222056616C75653D222745786174612053697374656D6173272200010C1C000000204E616D653D224C6F6A61222056616C75653D22274578617461272200010C3D000000204E616D653D22456E64657265636F222056616C75653D22275275612045757A6562696F2064652051756569726F7A2C20363030202D204C6F6A61272200010C1F000000204E616D653D224E756D65726F222056616C75653D2227202020363030272200010C22000000204E616D653D22436F6D706C656D656E746F222056616C75653D22274C6F6A61272200010C1F000000204E616D653D2242616972726F222056616C75653D222743656E74726F272200010C1E000000204E616D653D22436964616465222056616C75653D22274D616361E9272200010C17000000204E616D653D225546222056616C75653D2227524A272200010C1F000000204E616D653D22434550222056616C75653D222732373931302D323330272200010C33000000204E616D653D2254656C65666F6E65222056616C75653D22272832322920323736322D3836373920202020202020202020272200010C2E000000204E616D653D22466178222056616C75653D22272832322920383833332D3431313120202020202020202020272200010C29000000204E616D653D22434E504A222056616C75653D222733362E3537372E3534322F303030312D3739272200010C2A000000204E616D653D22496E73635F457374616475616C222056616C75653D222738342E3636332E303138272200010C29000000204E616D653D22496E73635F4D756E69636970616C222056616C75653D22273030303030303030272200010C2C000000204E616D653D2253697465222056616C75653D22277777772E657861746173697374656D61732E636F6D272200010C33000000204E616D653D22456D61696C222056616C75653D2227636F6D65726369616C40657861746173697374656D61732E636F6D272200010C17000000204E616D653D224C6F676F222056616C75653D2227272200010C19000000204E616D653D22536C6F67616E222056616C75653D2227272200010C21000000204E616D653D22436F6469676F5F4C6F6A61222056616C75653D2227303031272200010C1E000000204E616D653D225465726D696E616C222056616C75653D2227303031272200010C0F000000204E616D653D2220546974756C6F2200010C24000000204E616D653D22546974756C6F31222056616C75653D222733312F30312F32303230272200010C37000000204E616D653D22546974756C6F32222056616C75653D22274D616361E92C203331206465204A616E6569726F20646520323032302E272200010C1A000000204E616D653D22546974756C6F33222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F34222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F35222056616C75653D2227272200010C0E000000204E616D653D22204175746F722200010C2B000000204E616D653D224175746F725F4E6F6D65222056616C75653D222745584154412053697374656D6173272200010C32000000204E616D653D224175746F725F53697465222056616C75653D22277777772E657861746173697374656D61732E636F6D27220000055374796C650100">
  <TfrxDataPage Name="Data" Height="1000" Left="0" Top="0" Width="1000"/>
  <TfrxReportPage Name="Relatorio" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="7" RightMargin="7" TopMargin="7" BottomMargin="7" Columns="1" ColumnWidth="210" ColumnPositions.Text="0" Frame.Width="0,5" PrintOnPreviousPage="True" HGuides.Text="" VGuides.Text="">
    <TfrxPageHeader Name="Band2" Height="85,12337666" Left="0" Top="18,89765" Width="740,78788">
      <TfrxMemoView Name="Memo2" Left="1,66666666" Top="62,43568333" Width="738,26778" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="12" Frame.Width="0,5" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Nome_Fantasia" Left="1,49350666" Top="1,10235" Width="735,62245" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaCenter" Text="[Razao_Social]"/>
      <TfrxMemoView Name="Memo5" Left="1,33333333" Top="64,21521333" Width="263,23376667" Height="15,11812" OnAfterData="Memo5OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaBottom" Text="DescriÃ§Ã£o dos Produtos"/>
      <TfrxMemoView Name="Memo6" Left="265,02381" Top="64,21521333" Width="52,91342" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaBottom" Text="CÃ³digo"/>
      <TfrxMemoView Name="Memo8" Left="318,49629" Top="64,21521333" Width="71,81107" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaBottom" Text="ReferÃªncia"/>
      <TfrxMemoView Name="Memo9" Left="467,64595" Top="64,21521333" Width="33,81632667" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaBottom" Text="Und."/>
      <TfrxMemoView Name="Titulo1" Left="1,49350666" Top="42,10235" Width="735,62245" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="InventÃ¡rio procedido em [Titulo1] como segue:"/>
      <TfrxMemoView Name="Memo3" Left="1,49350666" Top="22,10235" Width="735,62245" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="InventÃ¡rio de Produtos"/>
      <TfrxMemoView Name="Memo4" Left="568,55411333" Top="64,21521333" Width="81,36487333" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaBottom" Text="PreÃ§o Venda"/>
      <TfrxMemoView Name="Memo7" Left="503,18367333" Top="64,21521333" 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" VAlign="vaBottom" Text="Estoque"/>
      <TfrxMemoView Name="Memo11" Left="652,50958667" Top="64,21521333" Width="85,60111333" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaBottom" Text="Total(R$)"/>
      <TfrxMemoView Name="Memo10" Left="393,40971" Top="64,21521333" Width="71,81107" Height="15,11812" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaBottom" Text="NCM"/>
    </TfrxPageHeader>
    <TfrxPageFooter Name="Band3" Height="19,944898" Left="0" Top="570,70903" Width="740,78788">
      <TfrxMemoView Name="TotalPaginas" Left="1" Top="0,55906" Width="739,33117" Height="14,267718" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="4" Frame.Width="0,5" HAlign="haRight" ParentFont="False" Text="PÃ¡gina: [Page] de [TotalPages]"/>
    </TfrxPageFooter>
    <TfrxMasterData Name="Band4" Height="69,5433437" Left="0" Top="215,43321" Width="740,78788" Columns="1" ColumnWidth="200" ColumnGap="20" DataSet="oDM." DataSetName="Produtos" RowCount="0" Stretched="True">
      <TfrxMemoView Name="CorSimcorNao" Left="1,33333334" Top="1" Width="738,520162" Height="16,6299237" ShowHint="False" StretchMode="smActualHeight" AllowExpressions="False" 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="-12" Highlight.Font.Name="Arial" Highlight.Font.Style="0" Highlight.Color="15658734" Highlight.Condition="&#60;Line#&#62; mod 2" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="ProdutosDescricao" Left="1,33333333" Top="2,77953" Width="263,23376667" Height="12,8503937" ShowHint="False" DataField="Descricao" DataSet="oDM." DataSetName="Produtos" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Produtos.&#34;Descricao&#34;]"/>
      <TfrxMemoView Name="ProdutosCodigo_Produto" Left="265,02381" Top="2,77953" Width="52,91342" Height="12,8503937" ShowHint="False" DataField="Codigo_Produto" DataSet="oDM." DataSetName="Produtos" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Produtos.&#34;Codigo_Produto&#34;]"/>
      <TfrxMemoView Name="ProdutosReferencia" Left="318,49629" Top="2,77953" Width="71,81107" Height="12,8503937" ShowHint="False" DataField="Referencia" DataSet="oDM." DataSetName="Produtos" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Produtos.&#34;Referencia&#34;]"/>
      <TfrxMemoView Name="ProdutosUnidade" Left="467,64595" Top="2,77953" Width="33,81632667" Height="12,8503937" ShowHint="False" DataField="Unidade" DataSet="oDM." DataSetName="Produtos" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Produtos.&#34;Unidade&#34;]"/>
      <TfrxMemoView Name="ProdutosPreco_Venda" Left="568,55411333" Top="2,77953" Width="81,36487333" Height="12,8503937" ShowHint="False" DataSet="oDM." DataSetName="Produtos" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Produtos.&#34;Preco_Venda&#34;]"/>
      <TfrxMemoView Name="ProdutosQtd_Loja_Ativa" Left="503,18367333" Top="2,77953" Width="64,25201" Height="12,8503937" ShowHint="False" DataField="Quantidade" DataSet="oDM." DataSetName="Produtos" DisplayFormat.FormatStr="%2.3n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Produtos.&#34;Quantidade&#34;]"/>
      <TfrxMemoView Name="Memo12" Left="652,50958667" Top="2,77953" Width="85,60111333" Height="12,8503937" ShowHint="False" DataSet="oDM." DataSetName="Produtos" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Produtos.&#34;Total_Preco_Venda&#34;]"/>
      <TfrxMemoView Name="ProdutosNCM" Left="393,40971" Top="2,77953" Width="71,81107" Height="12,8503937" ShowHint="False" DataField="NCM" DataSet="oDM." DataSetName="Produtos" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="[Produtos.&#34;NCM&#34;]"/>
    </TfrxMasterData>
    <TfrxGroupHeader Name="GroupHeader1" Height="26,45671" Left="0" Top="166,29932" Width="740,78788" Condition="Produtos.&#34;Nome_Grupo&#34;">
      <TfrxMemoView Name="TituloGrupo" Left="0" Top="4" Width="740,087076" Height="18,141744" ShowHint="False" Color="14211288" Font.Charset="1" Font.Color="128" Font.Height="-16" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Produtos.&#34;Nome_Grupo&#34;]"/>
    </TfrxGroupHeader>
    <TfrxGroupFooter Name="GroupFooter1" Height="26,45145333" Left="0" Top="306,14193" Width="740,78788">
      <TfrxSysMemoView Name="SysMemo1" Left="623,39146666" Top="2" Width="114,71923334" Height="20,4094537" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" Frame.Typ="4" Frame.Width="0,5" HAlign="haRight" ParentFont="False" VAlign="vaCenter" WordWrap="False" Text="[SUM(Memo12.value,Band4)]"/>
      <TfrxSysMemoView Name="SysMemo2" Left="587,88744666" Top="2" Width="35,17068667" Height="20,4094537" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" Frame.Typ="4" Frame.Width="0,5" HAlign="haRight" ParentFont="False" VAlign="vaCenter" WordWrap="False" Text="Total:"/>
    </TfrxGroupFooter>
    <TfrxFooter Name="Footer1" Height="37,51706037" Left="0" Top="355,27582" Width="740,78788">
      <TfrxMemoView Name="Memo13" Left="0" Top="3,22047" Width="740,087076" Height="20,8503937" ShowHint="False" Color="15000804" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxSysMemoView Name="SysMemo4" Left="552,55411333" Top="4,22047" Width="70,50402" Height="20,4094537" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" Frame.Style="fsDouble" Frame.Typ="4" HAlign="haRight" ParentFont="False" VAlign="vaCenter" WordWrap="False" Text="Total Geral:"/>
      <TfrxSysMemoView Name="SysMemo3" Left="623,39146666" Top="4,22047" Width="114,71923334" Height="20,4094537" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" Frame.Style="fsDouble" Frame.Typ="4" HAlign="haRight" ParentFont="False" VAlign="vaCenter" WordWrap="False" Text="[SUM(Memo12.value,Band4,2)]"/>
    </TfrxFooter>
    <TfrxReportSummary Name="ReportSummary1" Height="93,34384668" Left="0" Top="453,5436" Width="740,78788" Stretched="True">
      <TfrxMemoView Name="Memo14" Left="0" Top="69,52999334" Width="739,38064333" Height="22,23098333" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[Titulo2]"/>
      <TfrxMemoView Name="Memo1" Left="1" Top="19,17563333" Width="738,04731" Height="41,56431667" OnAfterData="Memo1OnAfterData" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Width="0,5" ParentFont="False" Text="[SUM(Memo12.value,Band4,2)]  "/>
    </TfrxReportSummary>
    <TfrxMemoView Name="Atualizado" Left="506,34384666" Top="608,43314799" 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: 21/08/2011"/>
  </TfrxReportPage>
  <TfrxDialogPage Name="Grupo" Font.Charset="1" Font.Color="-16777208" Font.Height="-17" Font.Name="Arial" Font.Style="0" Visible="False" BorderStyle="bsDialog" Caption="Escolha as opções desejadas" Height="244" ClientHeight="205" Left="442" Top="225" Width="295" ClientWidth="279">
    <TfrxGroupBoxControl Name="GRP1" Left="4" Top="4" Width="269" Height="120" ShowHint="True" Caption="Agrupamento" Color="-16777201">
      <TfrxRadioButtonControl Name="RB2" Left="24" Top="56" Width="113" Height="18" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Grupo" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB3" Left="24" Top="80" Width="113" Height="18" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="SubGrupo" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB5" Left="144" Top="80" Width="113" Height="18" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Fornecedor" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB1" Left="24" Top="32" Width="157" Height="18" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Sem Agrupamento" Checked="True" Color="-16777201" OnClick="RadioButton1OnClick"/>
      <TfrxRadioButtonControl Name="RB4" Left="144" Top="56" Width="113" Height="18" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Controle" TabStop="False" Color="-16777201"/>
    </TfrxGroupBoxControl>
    <TfrxButtonControl Name="Button1" Left="198" Top="172" 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="Button1OnClick"/>
    <TfrxGroupBoxControl Name="GRP2" Left="4" Top="128" Width="269" Height="37" ShowHint="True" Color="-16777201">
      <TfrxCheckBoxControl Name="CHK1" Left="12" Top="12" Width="249" Height="18" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Imprimir Produtos com quantidade zero" Checked="True" State="cbChecked" Color="-16777201"/>
    </TfrxGroupBoxControl>
  </TfrxDialogPage>
  <TfrxDialogPage Name="Completo" Font.Charset="1" Font.Color="-16777208" Font.Height="-17" Font.Name="Arial" Font.Style="0" BorderStyle="bsDialog" Caption="Escolha as opções desejadas" Height="408" ClientHeight="369" Left="463" Top="190" Width="352" ClientWidth="336">
    <TfrxGroupBoxControl Name="GRP6" Left="4" Top="140" Width="325" Height="140" ShowHint="True" Caption="Ordenação" Color="-16777201">
      <TfrxRadioButtonControl Name="RB16" Left="20" Top="87,25" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Valor Unitário" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB18" Left="20" Top="67,5" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Quantidade" TabStop="False" Color="-16777201"/>
      <TfrxGroupBoxControl Name="GRP7" Left="180" Top="40" Width="127" Height="69" ShowHint="True" Color="-16777201">
        <TfrxRadioButtonControl Name="RB19" Left="20" Top="16" Width="113" Height="12" 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="RB20" Left="20" Top="40" Width="113" Height="12" 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="RB14" Left="20" Top="28" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Alfabética" Checked="True" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB15" Left="20" Top="47,75" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Código" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB17" Left="20" Top="107" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Valor Total" TabStop="False" Color="-16777201"/>
    </TfrxGroupBoxControl>
    <TfrxButtonControl Name="Button2" Left="253" Top="339" 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="Button2OnClick"/>
    <TfrxGroupBoxControl Name="GRP5" Left="180" Top="4" Width="149" Height="129" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Coluna com o Valor" Color="-16777201">
      <TfrxRadioButtonControl Name="RB11" Left="20" Top="40" Width="113" Height="17" ShowHint="True" Caption="Preço de Custo" Checked="True" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB12" Left="20" Top="64" Width="101" Height="17" ShowHint="True" Caption="Custo Final" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB13" Left="20" Top="88" Width="113" Height="17" ShowHint="True" Caption="Preço de Venda" TabStop="False" Color="-16777201" OnClick="RB13OnClick"/>
    </TfrxGroupBoxControl>
    <TfrxGroupBoxControl Name="GRP4" Left="4" Top="4" Width="169" Height="129" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Agrupamento" Color="-16777201">
      <TfrxRadioButtonControl Name="RB6" Left="20" Top="24" Width="133" Height="17" ShowHint="True" Caption="Sem Agrupamento" Checked="True" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB7" Left="20" Top="44" Width="133" Height="17" ShowHint="True" Caption="Grupo" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB8" Left="20" Top="64" Width="133" Height="17" ShowHint="True" Caption="SubGrupo" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB9" Left="20" Top="84" Width="133" Height="17" ShowHint="True" Caption="Controle" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB10" Left="20" Top="104" Width="133" Height="17" ShowHint="True" Caption="Fornecedor" TabStop="False" Color="-16777201"/>
    </TfrxGroupBoxControl>
    <TfrxGroupBoxControl Name="GRP8" Left="4" Top="284" Width="325" Height="49" ShowHint="True" Color="-16777201">
      <TfrxCheckBoxControl Name="CHK2" Left="44" Top="20" Width="249" Height="14" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Imprimir Produtos com quantidade zero" Checked="True" State="cbChecked" Color="-16777201"/>
    </TfrxGroupBoxControl>
  </TfrxDialogPage>
</TfrxReport>
