<?xml version="1.0" encoding="utf-8"?>
<TfrxReport Version="4.12.1" DotMatrixReport="False" EngineOptions.DoublePass="True" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="4089" 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="Mapa de Entrega(Cliente Retira)" ReportOptions.LastChange="44540,4047352083" ReportOptions.VersionBuild="0" ReportOptions.VersionMajor="1" ReportOptions.VersionMinor="0" ReportOptions.VersionRelease="0" ScriptLanguage="PascalScript" ScriptText.Text="procedure Memo5OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;         If trim(&#60;Logo&#62;) = '' Then Begin&#13;&#10;               Nome_Fantasia.Left := 0;&#13;&#10;               Titulo1.Left := 0;                                                                          &#13;&#10;               Titulo2.Left := 0;&#13;&#10;               Titulo3.Left := 0;&#13;&#10;               Titulo4.Left := 0;                   &#13;&#10;               End;    &#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Child1OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;                                   &#13;&#10;  If  ( TRIM(&#60;entregas.&#34;Status&#34;&#62;) = 'ENTREGA FRACIONADA')  or (Length(TRIM(&#60;entregas.&#34;Info_Adicional&#34;&#62;)) &#62; 0) then            &#13;&#10;  begin              &#13;&#10;       Child1.Visible:=True;&#13;&#10;         &#13;&#10;       If (Length(TRIM(&#60;entregas.&#34;Info_Adicional&#34;&#62;)) &#62; 0 ) then&#13;&#10;       begin&#13;&#10;        Shape1.Visible:= True;&#13;&#10;        Shape2.Visible:= True;&#13;&#10;        Shape3.Visible:= True;&#13;&#10;        Memo34.Visible:= True;                                                         &#13;&#10;       end&#13;&#10;       else&#13;&#10;       begin&#13;&#10;        Shape1.Visible:= False;&#13;&#10;        Shape2.Visible:= False;&#13;&#10;        Shape3.Visible:= False;&#13;&#10;        Memo34.Visible:= False;  &#13;&#10;       end;&#13;&#10;&#13;&#10;       If  ( TRIM(&#60;entregas.&#34;Status&#34;&#62;) = 'ENTREGA FRACIONADA' ) then&#13;&#10;       begin&#13;&#10;        Shape4.Visible:= True;&#13;&#10;        Shape5.Visible:= True;&#13;&#10;        Shape6.Visible:= True;&#13;&#10;        Memo3.Visible:= True;                                                         &#13;&#10;       end&#13;&#10;       else&#13;&#10;       begin&#13;&#10;        Shape4.Visible:= False;&#13;&#10;        Shape5.Visible:= False;&#13;&#10;        Shape6.Visible:= False;&#13;&#10;        Memo3.Visible:= False;  &#13;&#10;       end;           &#13;&#10;         &#13;&#10;  end             &#13;&#10;  Else&#13;&#10;  begin              &#13;&#10;       Child1.Visible:=False;&#13;&#10;  end  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo35OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  If Length(TRIM(&#60;Titulo2&#62;)) = 0 then&#13;&#10;  begin              &#13;&#10;       Memo35.Visible:=False;&#13;&#10;  end             &#13;&#10;  Else&#13;&#10;  begin              &#13;&#10;       Memo35.Visible:=True;&#13;&#10;  end&#13;&#10;        &#13;&#10;end;&#13;&#10;&#13;&#10;procedure GroupHeader4OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo25OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;                  &#13;&#10;         &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Titulo4OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   If &#60;entregas.&#34;Bairro_Produto&#34;&#62; = 1 then&#13;&#10;       Titulo4.Text:= 'Bairro: Pisos e Revestimentos'&#13;&#10;   else           &#13;&#10;   If &#60;entregas.&#34;Bairro_Produto&#34;&#62; = 2 then&#13;&#10;       Titulo4.Text:= 'Bairro: Louças e Balcões'&#13;&#10;       else                 &#13;&#10;    If &#60;entregas.&#34;Bairro_Produto&#34;&#62; = 3 then&#13;&#10;       Titulo4.Text:= 'Bairro: Argamassas e Rejuntes'&#13;&#10;       else                 &#13;&#10;     If &#60;entregas.&#34;Bairro_Produto&#34;&#62; = 4 then&#13;&#10;       Titulo4.Text:= 'Bairro: Acessórios'&#13;&#10;       else&#13;&#10;       Titulo4.Text:= 'Bairro: Não cadastrado';                                                                                                              &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo26OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    If &#60;entregas.&#34;Bairro_Produto&#34;&#62; = 1 then&#13;&#10;        Memo26.Visible:= True&#13;&#10;    else&#13;&#10;        Memo26.Visible:= False;                                                    &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo21OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  &#13;&#10;  If (&#60;entregas.&#34;Bairro_Produto&#34;&#62; = 1) and  ( TRIM(&#60;entregas.&#34;Status&#34;&#62;) &#60;&#62; 'ENTREGA FRACIONADA') then&#13;&#10;  begin              &#13;&#10;        Memo21.Visible:= True;&#13;&#10;        Memo4.Visible:= True            &#13;&#10;  end                &#13;&#10;  else&#13;&#10;  begin                    &#13;&#10;        Memo21.Visible:= False;&#13;&#10;        Memo4.Visible:= False;                      &#13;&#10;  end;                    &#13;&#10;end;&#13;&#10;&#13;&#10;begin&#13;&#10;       EvalMacro('PontoEntrada(&#34;Corrige_Bairro_Separacao.hrb&#34;)');                                                                                                                                                   &#13;&#10;       picture1.FileLink := trim(&#60;Logo&#62;)&#13;&#10;end.        " ShowProgress="False" StoreInDFM="False" PropData="044C656674025803546F70026808446174617365747301010C2600000020446174615365743D226F444D2E2220446174615365744E616D653D22656E747265676173220000095661726961626C657301010C0F000000204E616D653D222056657273616F2200010C20000000204E616D653D2256657273616F5F53697374656D61222056616C75653D22372200010C10000000204E616D653D2220456D70726573612200010C4D000000204E616D653D2252617A616F5F536F6369616C222056616C75653D222756494C4152454A4F204445204D41434145204D415445524941495320444520434F4E5354525543414F204C544441272200010C3A000000204E616D653D224E6F6D655F46616E7461736961222056616C75653D222756696C6172656A6F202D20536F6C75E7E36F20656D2043617361272200010C1F000000204E616D653D224C6F6A61222056616C75653D2227446570F37369746F272200010C32000000204E616D653D22456E64657265636F222056616C75653D2227455354205345525241204D4152204B4D20382C352C2030272200010C1F000000204E616D653D224E756D65726F222056616C75653D2227202020202030272200010C1E000000204E616D653D22436F6D706C656D656E746F222056616C75653D2227272200010C23000000204E616D653D2242616972726F222056616C75653D222756494C41205645524445272200010C2A000000204E616D653D22436964616465222056616C75653D2227436173696D69726F206465204162726575272200010C17000000204E616D653D225546222056616C75653D2227524A272200010C1F000000204E616D653D22434550222056616C75653D222732383836302D303030272200010C33000000204E616D653D2254656C65666F6E65222056616C75653D22272832322920323736342D3035303020202020202020202020272200010C25000000204E616D653D22466178222056616C75653D2227282020292020202020202D20202020272200010C29000000204E616D653D2243656C756C6172222056616C75653D2227282020292020202020202D20202020272200010C29000000204E616D653D22434E504A222056616C75653D222733362E3537372E3534322F303030312D3739272200010C2A000000204E616D653D22496E73635F457374616475616C222056616C75653D222738362E3632302E323934272200010C29000000204E616D653D22496E73635F4D756E69636970616C222056616C75653D22273030303030303030272200010C2A000000204E616D653D2253697465222056616C75653D22277777772E76696C6172656A6F2E636F6D2E6272272200010C35000000204E616D653D22456D61696C222056616C75653D2227636F6E746162696C69646164654076696C6172656A6F2E636F6D2E6272272200010C17000000204E616D653D224C6F676F222056616C75653D2227272200010C28000000204E616D653D22536C6F67616E222056616C75653D2227736F6C75E7E36F20656D2063617361272200010C21000000204E616D653D22436F6469676F5F4C6F6A61222056616C75653D2227303031272200010C1E000000204E616D653D225465726D696E616C222056616C75653D2227303031272200010C0F000000204E616D653D2220546974756C6F2200010C39000000204E616D653D22546974756C6F31222056616C75653D22274D61706120646520456E747265676128436C69656E74652052657469726129272200010C1A000000204E616D653D22546974756C6F32222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F33222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F34222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F35222056616C75653D2227272200010C0E000000204E616D653D22204175746F722200010C2B000000204E616D653D224175746F725F4E6F6D65222056616C75653D222745584154412053697374656D6173272200010C32000000204E616D653D224175746F725F53697465222056616C75653D22277777772E657861746173697374656D61732E636F6D272200010C10000000204E616D653D2220436F6C756E61732200010C18000000204E616D653D225449504F222056616C75653D22273127220000055374796C650100">
  <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="" VGuides.Text="">
    <TfrxPageFooter Name="Band3" Height="74,944898" Left="0" Top="608,50433" Width="740,78788">
      <TfrxMemoView Name="TotalPaginas" Left="0" Top="44,55906" 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" HAlign="haRight" ParentFont="False" Text="Total de registros: [Count(Band4)]&#13;&#10;PÃ¡gina: [Page] de [TotalPages]"/>
      <TfrxMemoView Name="SiteEXATA" Left="-1" Top="47,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]"/>
      <TfrxMemoView Name="Memo32" Left="10,03154" Top="7,55905512" Width="64,25201" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" VAlign="vaBottom" Text="Separador:"/>
      <TfrxLineView Name="Line4" Left="74,28355" Top="26,45670512" Width="275,90569" Height="0" ShowHint="False" Diagonal="True"/>
      <TfrxMemoView Name="Memo33" Left="388" Top="8,653246" Width="64,25201" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" VAlign="vaBottom" Text="Cliente:"/>
      <TfrxLineView Name="Line5" Left="451" Top="27,653246" Width="275,90569" Height="0" ShowHint="False" Diagonal="True"/>
      <TfrxMemoView Name="Atualizado" Left="498,89796" Top="32,267408" Width="230,03123" 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: 20/12/2011"/>
    </TfrxPageFooter>
    <TfrxMasterData Name="Band4" Height="22,67718" Left="0" Top="332,59864" Width="740,78788" Child="Child1" Columns="1" ColumnWidth="200" ColumnGap="20" DataSet="oDM." DataSetName="entregas" RowCount="0" Stretched="True">
      <TfrxMemoView Name="CorSimcorNao" Left="0" Top="0" Width="743,05511811" Height="15,11811024" ShowHint="False" StretchMode="smMaxHeight" 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" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="entregasProduto_Nome" Left="120,94496" Top="0" Width="230,55133" Height="15,11812" ShowHint="False" StretchMode="smMaxHeight" DataSet="oDM." DataSetName="entregas" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="[Trim(&#60;entregas.&#34;Produto_Nome&#34;&#62;)]"/>
      <TfrxMemoView Name="Memo8" Left="355,27582" Top="0" Width="41,57483" Height="15,11812" ShowHint="False" DataField="Produto_Codigo" DataSet="oDM." DataSetName="entregas" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[entregas.&#34;Produto_Codigo&#34;]"/>
      <TfrxMemoView Name="Memo11" Left="18,89765" Top="0" Width="34,01577" Height="15,11812" ShowHint="False" DataField="Bloco_Produto" DataSet="oDM." DataSetName="entregas" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[entregas.&#34;Bloco_Produto&#34;]"/>
      <TfrxMemoView Name="Memo13" Left="52,91342" Top="0" Width="30,23624" Height="15,11812" ShowHint="False" DataField="Nivel_Produto" DataSet="oDM." DataSetName="entregas" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[entregas.&#34;Nivel_Produto&#34;]"/>
      <TfrxMemoView Name="Memo15" Left="83,14966" Top="0" Width="34,01577" Height="15,11812" ShowHint="False" DataField="Apartamento_Produto" DataSet="oDM." DataSetName="entregas" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[entregas.&#34;Apartamento_Produto&#34;]"/>
      <TfrxMemoView Name="Memo18" Left="476,22078" Top="0" Width="60,47248" Height="15,11812" ShowHint="False" DataSet="oDM." DataSetName="entregas" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[trim(&#60;entregas.&#34;Produto_Referencia&#34;&#62;)]"/>
      <TfrxMemoView Name="Memo19" Left="544,69326" Top="0" Width="49,13389" Height="15,11812" ShowHint="False" DataField="Produto_Quantidade" DataSet="oDM." DataSetName="entregas" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[entregas.&#34;Produto_Quantidade&#34;]"/>
      <TfrxMemoView Name="Memo21" Left="613,40198" Top="0" Width="30,23624" Height="15,11812" Visible="False" OnBeforePrint="Memo21OnBeforePrint" ShowHint="False" DataField="Produto_Embalagem" DataSet="oDM." DataSetName="entregas" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[entregas.&#34;Produto_Embalagem&#34;]"/>
      <TfrxMemoView Name="Memo22" Left="657,63822" Top="0" Width="30,23624" Height="15,11812" ShowHint="False" DataSet="oDM." DataSetName="entregas" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[trim(&#60;entregas.&#34;Produto_Unidade&#34;&#62;)]"/>
      <TfrxMemoView Name="Memo9" Left="687,87446" Top="0" Width="52,91342" Height="15,11812" ShowHint="False" DataField="tonalidade" DataSet="oDM." DataSetName="entregas" DisplayFormat.FormatStr="%2.3n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[entregas.&#34;tonalidade&#34;]"/>
      <TfrxMemoView Name="Memo26" Left="396,85065" Top="0" Width="79,37013" Height="15,11812" OnBeforePrint="Memo26OnBeforePrint" ShowHint="False" DataField="Produto_EAN" DataSet="oDM." DataSetName="entregas" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[entregas.&#34;Produto_EAN&#34;]"/>
      <TfrxMemoView Name="Memo31" Left="3,55906" Top="2,77952999999999" Width="9,4488189" Height="9,4488189" ShowHint="False" DataSet="oDM." DataSetName="entregas" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haRight" ParentFont="False" WordWrap="False" Text=""/>
    </TfrxMasterData>
    <TfrxGroupHeader Name="GroupHeader2" Height="140,50402" Left="0" Top="45,35436" Width="740,78788" Condition="entregas.&#34;baia&#34;" ReprintOnNewPage="True" StartNewPage="True">
      <TfrxMemoView Name="Memo1" Left="0" Top="119,3859" Width="742,874398" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-15" Font.Name="Arial" Font.Style="1" Frame.Typ="12" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxPictureView Name="Picture1" Left="6" Top="3,77953" Width="102,04724409" Height="102,04724409" ShowHint="False" Center="True" URL="[Site]" HightQuality="True" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Nome_Fantasia" Left="117,82684" Top="3,77953" Width="613,574768" 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="525,88188" Top="81,173284" Width="206,82684" Height="18,874026" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="EmissÃ£o: [Date] -  [Time]"/>
      <TfrxMemoView Name="Memo5" Left="120,94496" Top="119,55906" Width="230,55133" Height="18,89765" OnAfterData="Memo5OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaCenter" Text="DescriÃ§Ã£o do Produto"/>
      <TfrxMemoView Name="Memo6" Left="355,27582" Top="119,55906" Width="41,57483" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="CÃ³digo"/>
      <TfrxMemoView Name="Titulo1" Left="117,82684" Top="22,45671" Width="234,33086" 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="117,82684" Top="41,35433071" Width="612,28386" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="Cliente: [&#60;entregas.&#34;Nome_Cliente&#34;&#62;] ([&#60;entregas.&#34;Codigo_Cliente&#34;&#62;])"/>
      <TfrxMemoView Name="Titulo3" Left="117,82684" Top="79,25984252" Width="404,40971" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="Rota: [entregas.&#34;Nome_Rota&#34;] | Baia: [entregas.&#34;baia&#34;]"/>
      <TfrxMemoView Name="Titulo4" Left="117,82684" Top="60,2519685" Width="612,28386" Height="18,89765" OnBeforePrint="Titulo4OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="Bairro: "/>
      <TfrxMemoView Name="Memo2" Left="544,69326" Top="119,3859" Width="49,13389" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Qtd."/>
      <TfrxMemoView Name="Memo4" Left="613,40198" Top="119,3859" Width="30,23624" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Emb."/>
      <TfrxMemoView Name="Memo12" Left="18,89765" Top="119,3859" Width="34,01577" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Bloco"/>
      <TfrxMemoView Name="Memo14" Left="52,91342" Top="119,3859" Width="30,23624" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="NÃ­vel"/>
      <TfrxMemoView Name="Memo16" Left="83,14966" Top="119,3859" Width="34,01577" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Apto."/>
      <TfrxMemoView Name="Memo17" Left="476,22078" Top="119,3859" Width="60,47248" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaCenter" Text="ReferÃªncia"/>
      <TfrxMemoView Name="Memo7" Left="657,63822" Top="119,3859" Width="30,23624" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Und."/>
      <TfrxMemoView Name="Memo10" Left="687,87446" Top="119,3859" Width="52,91342" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Tonalid."/>
      <TfrxMemoView Name="Memo27" Left="396,85065" Top="119,3859" Width="79,37013" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaCenter" Text="EAN"/>
      <TfrxMemoView Name="Memo30" Left="0" Top="119,3859" Width="18,89765" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="Ok"/>
      <TfrxMemoView Name="Memo35" Left="355,71676" Top="22,67718" Width="385,51206" Height="18,89765" OnBeforePrint="Memo35OnBeforePrint" ShowHint="False" Color="15000804" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="*** ATENÃ‡ÃƒO: Somente [Titulo2] ***"/>
    </TfrxGroupHeader>
    <TfrxGroupHeader Name="GroupHeader1" Height="26,45671" Left="0" Top="283,46475" Width="740,78788" Condition="entregas.&#34;Rua_Produto&#34;" ReprintOnNewPage="True">
      <TfrxMemoView Name="Memo23" Left="0" Top="3" Width="743,05511811" Height="18,89765" ShowHint="False" Color="14211288" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="Rua: [&#60;entregas.&#34;Rua_Produto&#34;&#62;]"/>
      <TfrxMemoView Name="Memo29" Left="529,1342" Top="3" Width="213,92091811" Height="18,89765" Visible="False" ShowHint="False" Color="14211288" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="B[&#60;entregas.&#34;Bairro_Produto&#34;&#62;]"/>
    </TfrxGroupHeader>
    <TfrxGroupHeader Name="GroupHeader3" Height="3,77953" Left="0" Top="18,89765" Width="740,78788" Condition="entregas.&#34;Bairro_Produto&#34;" StartNewPage="True"/>
    <TfrxGroupFooter Name="GroupFooter1" Height="22,67718" Left="0" Top="438,42548" Visible="False" Width="740,78788">
      <TfrxSysMemoView Name="SysMemo1" Left="659,63822" Top="2" Width="83,14966" Height="15,11812" ShowHint="False" DisplayFormat.FormatStr="%2.3n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;entregas.&#34;Produto_Peso&#34;&#62;,Band4)]"/>
      <TfrxLineView Name="Line1" Left="740,78788" Top="2" Width="-139,84261" Height="0" ShowHint="False" Diagonal="True"/>
      <TfrxMemoView Name="Memo24" Left="600,94527" Top="2" Width="56,69295" Height="15,11812" ShowHint="False" DataSet="oDM." DataSetName="entregas" DisplayFormat.FormatStr="%2.3f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Total Rua:"/>
    </TfrxGroupFooter>
    <TfrxGroupFooter Name="GroupFooter2" Height="18,89765" Left="0" Top="483,77984" Visible="False" Width="740,78788">
      <TfrxSysMemoView Name="SysMemo2" Left="0" Top="7" Width="739,27558811" Height="7,55906" ShowHint="False" DisplayFormat.FormatStr="%2.3n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" Frame.Style="fsDot" Frame.Typ="4" HAlign="haRight" ParentFont="False" Text=""/>
    </TfrxGroupFooter>
    <TfrxGroupFooter Name="GroupFooter3" Height="22,67718" Left="0" Top="525,35467" Visible="False" Width="740,78788">
      <TfrxSysMemoView Name="SysMemo3" Left="576,48856" Top="2" Width="166,29932" Height="15,11812" ShowHint="False" DisplayFormat.FormatStr="%2.3n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="[SUM(&#60;entregas.&#34;Produto_Peso&#34;&#62;,Band4)]"/>
      <TfrxLineView Name="Line3" Left="740,78788" Top="2" Width="-234,33086" Height="0" ShowHint="False" Diagonal="True"/>
      <TfrxMemoView Name="Memo28" Left="502,67749" Top="2" Width="68,03154" Height="15,11812" ShowHint="False" DataSet="oDM." DataSetName="entregas" DisplayFormat.FormatStr="%2.3f" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Total Geral:"/>
    </TfrxGroupFooter>
    <TfrxChild Name="Child1" Height="37,7953" Left="0" Top="377,953" Width="740,78788" OnBeforePrint="Child1OnBeforePrint" PrintChildIfInvisible="True">
      <TfrxMemoView Name="Memo34" Left="29,57483" Top="4,77953" Width="714,33117" Height="30,23624" ShowHint="False" StretchMode="smActualHeight" DataSet="oDM." DataSetName="entregas" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" Text="**AtenÃ§Ã£o: [entregas.&#34;Info_Adicional&#34;]"/>
      <TfrxShapeView Name="Shape1" Left="4,55906" Top="1" Width="15,11812" Height="11,33859" ShowHint="False" Color="0" Shape="skTriangle"/>
      <TfrxShapeView Name="Shape2" Left="10,11812" Top="12,33859" Width="3,77953" Height="7,55906" ShowHint="False" Color="0"/>
      <TfrxShapeView Name="Shape3" Left="11,67718" Top="16,33859" Width="15,11812" Height="3,77953" ShowHint="False" Color="0"/>
      <TfrxMemoView Name="Memo3" Left="429,98454" Top="3,77953" Width="222,99227" Height="30,23624" ShowHint="False" StretchMode="smActualHeight" DataSet="oDM." DataSetName="entregas" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="** [entregas.&#34;Status&#34;] **"/>
      <TfrxShapeView Name="Shape4" Left="668,77984" Top="2,77953" Width="15,11812" Height="11,33859" ShowHint="False" Color="0" Shape="skTriangle"/>
      <TfrxShapeView Name="Shape5" Left="674,3389" Top="14,11812" Width="3,77953" Height="7,55906" ShowHint="False" Color="0"/>
      <TfrxShapeView Name="Shape6" Left="661,89796" Top="19,11812" Width="15,11812" Height="3,77953" ShowHint="False" Color="0"/>
    </TfrxChild>
    <TfrxGroupHeader Name="GroupHeader4" Height="52,91342" Left="0" Top="207,87415" Width="740,78788" OnBeforePrint="GroupHeader4OnBeforePrint" Condition="entregas.&#34;corte&#34;">
      <TfrxMemoView Name="Memo36" Left="0" Top="30,77953" Width="739,27558811" Height="18,89765" ShowHint="False" Color="16777215" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Style="fsDot" Frame.Typ="12" HAlign="haCenter" ParentFont="False" Text="*** HorÃ¡rio do Corte [entregas.&#34;Tipo_Corte&#34;] : [entregas.&#34;corte&#34;] ***"/>
    </TfrxGroupHeader>
  </TfrxReportPage>
</TfrxReport>
