<?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\Orcamento_A5.orcrelfr3" ReportOptions.LastChange="43042,5219824653" ScriptLanguage="PascalScript" ScriptText.Text="procedure DetalhesOnAfterPrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;    &#13;&#10;       If &#60;Orcamentos_Master.&#34;Termo_Compromisso&#34;&#62; = True Then Begin&#13;&#10;               Page2.Visible := True;&#13;&#10;       End                 &#13;&#10;&#13;&#10;end;   &#13;&#10;  &#13;&#10;&#13;&#10;procedure Memo33OnAfterPrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;         If &#60;Orcamentos_Master.&#34;PAF&#34;&#62; = False Then Begin&#13;&#10;               Memo33.Visible := False;&#13;&#10;               Memo38.Visible := False;                                                                                        &#13;&#10;               Memo39.Visible := False;                                                                                        &#13;&#10;               End;    &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Orcamentos_MasterValor_total_orcOnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;               If&#60;Page&#62; &#60;&#62; &#60;TotalPages&#62; - IIf(&#60;Orcamentos_Master.&#34;Termo_Compromisso&#34;&#62; = True,1,0)  Then Begin&#13;&#10;                       Orcamentos_MasterValor_total_orc.Text := '********';&#13;&#10;               End                       &#13;&#10;    &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Orcamentos_MasterValor_desconto_extra_orcOnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;               If&#60;Page&#62; &#60;&#62; &#60;TotalPages&#62; - IIf(&#60;Orcamentos_Master.&#34;Termo_Compromisso&#34;&#62; = True,1,0) Then Begin&#13;&#10;                       Orcamentos_MasterValor_desconto_extra_orc.Text := '********';&#13;&#10;               End;                         &#13;&#10;    &#13;&#10;                If &#60;Orcamentos_Master.&#34;Tem_Desconto&#34;&#62; = False Then Begin&#13;&#10;                  Shape18.Visible := False;&#13;&#10;                  Memo21.Visible := False;                                                                                        &#13;&#10;                  Orcamentos_MasterValor_desconto_extra_orc.Visible := False;                                                                                        &#13;&#10;                  End;    &#13;&#10;  &#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Orcamentos_MasterValor_liquido_orcOnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;              If &#60;Page&#62; &#60;&#62; &#60;TotalPages&#62; - IIf(&#60;Orcamentos_Master.&#34;Termo_Compromisso&#34;&#62; = True,1,0) Then Begin&#13;&#10;                       Orcamentos_MasterValor_liquido_orc.Text := '********';&#13;&#10;               End;                         &#13;&#10;    &#13;&#10;&#13;&#10;               If &#60;Orcamentos_Master.&#34;Tem_Desconto&#34;&#62; = False Then Begin&#13;&#10;                  Shape19.Visible := False;&#13;&#10;                  Memo22.Visible := False;                                                                                        &#13;&#10;                  Orcamentos_MasterValor_liquido_orc.Visible := False;                                                                                        &#13;&#10;                  End;    &#13;&#10;  &#13;&#10;end;&#13;&#10;&#13;&#10;//Para imprimir o SubGrupo no lugar da descricao dos produtos&#13;&#10;//E o endereço de entrega na Obs                                                                                            &#13;&#10;procedure Page1OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  &#13;&#10;  If &#60;Imprime_Descricao&#62; = 'N'  Then Begin                                                    &#13;&#10;     Entregas_DetalhesDescricao_Produto.DataField := '';&#13;&#10;     Entregas_DetalhesDescricao_Produto.Text := '[&#60;Orcamentos_Detalhes.&#34;Nome_SubGrupo&#34;&#62;]';&#13;&#10;  End;&#13;&#10; &#13;&#10;  If &#60;Imprime_Endereco_Entrega&#62; = 'N'  Then Begin                                                    &#13;&#10;     Memo48.Text := '[Trim(&#60;Orcamentos_Master.&#34;Obs_1_orc&#34;&#62;)] [Trim(&#60;Orcamentos_Master.&#34;Obs_2_orc&#34;&#62;)] [Trim(&#60;Orcamentos_Master.&#34;Obs_3_orc&#34;&#62;)]'&#13;&#10;  End;&#13;&#10;           &#13;&#10;              &#13;&#10;end;&#13;&#10;&#13;&#10;//Para imprimir &#34;Encomenda&#34; quando for 99999                                                                                                         &#13;&#10;procedure Entregas_DetalhesCodigo_ProdutoOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;   If &#60;Orcamentos_Detalhes.&#34;Codigo_produto&#34;&#62; &#60;&#62; '99999' Then Begin&#13;&#10;      Entregas_DetalhesCodigo_Produto.Text := '[&#60;Orcamentos_Detalhes.&#34;Codigo_produto&#34;&#62;]' ;&#13;&#10;      Entregas_DetalhesCodigo_Produto.HAlign := haRight;&#13;&#10;      End              &#13;&#10;   Else Begin                              &#13;&#10;      Entregas_DetalhesCodigo_Produto.DataField := '';&#13;&#10;      Entregas_DetalhesCodigo_Produto.Text := 'Encomenda';&#13;&#10;      Entregas_DetalhesCodigo_Produto.HAlign := haLeft;&#13;&#10;   End;&#13;&#10;  &#13;&#10;end;&#13;&#10;&#13;&#10;  &#13;&#10;procedure PageHeader1OnAfterPrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;         If trim(&#60;Logo&#62;) = '' Then Begin&#13;&#10;               Nome.Left := 005;&#13;&#10;               Endereco1.Left := 005;&#13;&#10;               Memo59.Left := 005;&#13;&#10;               Memo60.Left := 005;&#13;&#10;               Site.Left := 005;                                                       &#13;&#10;               // pagina 2                        &#13;&#10;               Memo44.Left := 005;&#13;&#10;               Memo45.Left := 005;&#13;&#10;               Memo46.Left := 005;&#13;&#10;               Memo47.Left := 005;&#13;&#10;        &#13;&#10;&#13;&#10;               End;&#13;&#10;&#13;&#10;         If &#60;Orcamentos_Master.&#34;Codigo_cliente&#34;&#62; = NIL Then Begin                                                 &#13;&#10;               Memo42.Visible := True;&#13;&#10;               End  &#13;&#10;    &#13;&#10;end;&#13;&#10;&#13;&#10;begin&#13;&#10;       picture1.FileLink := trim(&#60;Logo&#62;);                                                                                                                &#13;&#10;       picture2.FileLink := trim(&#60;Logo&#62;);                                                                                                                &#13;&#10;end.        " ShowProgress="False" StoreInDFM="False" PropData="044C656674025803546F70026808446174617365747301010C3100000020446174615365743D226F444D2E2220446174615365744E616D653D224F7263616D656E746F735F446574616C6865732200010C2F00000020446174615365743D226F444D2E2220446174615365744E616D653D224F7263616D656E746F735F4D6173746572220000095661726961626C657301010C0F000000204E616D653D222056657273616F2200010C20000000204E616D653D2256657273616F5F53697374656D61222056616C75653D22362200010C10000000204E616D653D2220456D70726573612200010C4D000000204E616D653D2252617A616F5F536F6369616C222056616C75653D222756494C4152454A4F204445204D41434145204D415445524941495320444520434F4E5354525543414F204C544441272200010C34000000204E616D653D224E6F6D655F46616E7461736961222056616C75653D222756494C4152454A4F2041434142414D454E544F53272200010C1F000000204E616D653D224C6F6A61222056616C75653D2227446570F37369746F272200010C32000000204E616D653D22456E64657265636F222056616C75653D2227455354205345525241204D4152204B4D20382C352C2030272200010C1F000000204E616D653D224E756D65726F222056616C75653D2227202020202030272200010C1E000000204E616D653D22436F6D706C656D656E746F222056616C75653D2227272200010C23000000204E616D653D2242616972726F222056616C75653D222756494C41205645524445272200010C2A000000204E616D653D22436964616465222056616C75653D2227434153494D49524F204445204142524555272200010C17000000204E616D653D225546222056616C75653D2227524A272200010C1F000000204E616D653D22434550222056616C75653D222732383836302D303030272200010C33000000204E616D653D2254656C65666F6E65222056616C75653D22272832322920323736342D3035303020202020202020202020272200010C2E000000204E616D653D22466178222056616C75653D22272820202920202020202D2020202020202020202020202020272200010C29000000204E616D653D22434E504A222056616C75653D222733362E3537372E3534322F303030312D3739272200010C2A000000204E616D653D22496E73635F457374616475616C222056616C75653D222738362E3632302E323934272200010C29000000204E616D653D22496E73635F4D756E69636970616C222056616C75653D22273030303030303030272200010C2A000000204E616D653D2253697465222056616C75653D22277777772E76696C6172656A6F2E636F6D2E6272272200010C31000000204E616D653D22456D61696C222056616C75653D22277375706F72746540657861746173697374656D61732E636F6D272200010C17000000204E616D653D224C6F676F222056616C75653D2227272200010C25000000204E616D653D22536C6F67616E222056616C75653D222741206361736120E920737561272200010C21000000204E616D653D22436F6469676F5F4C6F6A61222056616C75653D2227303031272200010C1E000000204E616D653D225465726D696E616C222056616C75653D2227303031272200010C0F000000204E616D653D2220546974756C6F2200010C2C000000204E616D653D22546974756C6F31222056616C75653D222750726F706F737461206EBA20373139393437272200010C1A000000204E616D653D22546974756C6F32222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F33222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F34222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F35222056616C75653D2227272200010C0E000000204E616D653D22204175746F722200010C2B000000204E616D653D224175746F725F4E6F6D65222056616C75653D222745584154412053697374656D6173272200010C32000000204E616D653D224175746F725F53697465222056616C75653D22277777772E657861746173697374656D61732E636F6D272200010C10000000204E616D653D2220436F6C756E61732200010C1E000000204E616D653D2253697374656D61222056616C75653D222753454143272200010C25000000204E616D653D22496D7072696D655F44657363726963616F222056616C75653D222753272200010C2C000000204E616D653D22496D7072696D655F456E64657265636F5F456E7472656761222056616C75653D22274E27220000055374796C650100">
  <TfrxDataPage Name="Data" Height="1000" Left="0" Top="0" Width="1000"/>
  <TfrxReportPage Name="Page1" PaperWidth="148" PaperHeight="210" PaperSize="11" LeftMargin="7" RightMargin="7" TopMargin="9" BottomMargin="10" Columns="1" ColumnWidth="210" ColumnPositions.Text="0" DataSet="oDM." DataSetName="Orcamentos_Master" Frame.Color="12632256" Frame.Style="fsDashDotDot" PrintOnPreviousPage="True" HGuides.Text="" VGuides.Text="" OnBeforePrint="Page1OnBeforePrint">
    <TfrxPageFooter Name="Rodape" Height="182,02836626" Left="0" Top="481,512122" Width="506,45702">
      <TfrxMemoView Name="SiteEXATA" Left="3,25373135" Top="166,28358209" Width="121,03923682" Height="15,11812" GroupIndex="1" ShowHint="False" URL="[Autor_Site]" Font.Charset="1" Font.Color="16711680" Font.Height="-9" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" Text="[Autor_Site]"/>
      <TfrxMemoView Name="TotalPaginas" Left="402,62686567" Top="166,28358209" Width="96,68052533" Height="15,11812" GroupIndex="1" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Width="1,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="PÃ¡gina: [Page] de [TotalPages]"/>
      <TfrxMemoView Name="Memo38" Left="3,25373135" Top="166,28358209" Width="496,39971761" Height="15,11812" GroupIndex="1" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" Text=" Ã‰ vetada a autenticaÃ§Ã£o deste documento."/>
      <TfrxShapeView Name="Shape20" Left="3" Top="69,34451847" Width="246,42519685" Height="95,48482381" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape16" Left="252,76269473" Top="69,34451847" Width="246,49725031" Height="95,48482381" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape15" Left="1" Top="2,53803333" Width="336,95162366" Height="18,8976378" ShowHint="False" Color="13421772" Shape="skRoundRectangle"/>
      <TfrxMemoView Name="Memo17" Left="4,34384667" Top="4,87136666" Width="65,007916" Height="13,228355" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaBottom" Text="Vendedor:"/>
      <TfrxMemoView Name="Memo29" Left="160,9765" Top="4,87136666" Width="139,84261" Height="13,228355" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaBottom" Text="Forma de Pagamento:"/>
      <TfrxShapeView Name="Shape17" Left="341,27582" Top="2,53803333" Width="157,98425197" Height="18,8976378" ShowHint="False" Color="13421772" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape18" Left="341,27569307" Top="24,43568333" Width="157,984251968504" Height="18,8976378" ShowHint="False" Color="13421772" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape19" Left="341,27569307" Top="46,33333333" Width="157,98425197" Height="18,8976378" ShowHint="False" Color="13421772" Shape="skRoundRectangle"/>
      <TfrxMemoView Name="Memo19" Left="7,12337667" Top="72,80581333" Width="119,811101" Height="13,228355" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="CondiÃ§Ãµes Gerais:"/>
      <TfrxMemoView Name="Memo20" Left="344,38868333" Top="5,53803333" Width="45,35436" Height="13,228355" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaBottom" Text="Valor Total:"/>
      <TfrxMemoView Name="Memo21" Left="344,38868333" Top="27,43568333" Width="88,818955" Height="13,228355" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Desconto /  Acrescimo:"/>
      <TfrxMemoView Name="Memo22" Left="344,38868333" Top="49,33333333" Width="54,803185" Height="13,228355" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Valor Liquido:"/>
      <TfrxMemoView Name="Orcamentos_MasterNome_Fun" Left="2,34384666" Top="23,32807666" Width="158,07885001" Height="11,33859" ShowHint="False" DataField="Nome_Fun" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" Text="[Orcamentos_Master.&#34;Nome_Fun&#34;]"/>
      <TfrxMemoView Name="Memo30" Left="2,24409449" Top="36,58059307" Width="248,03738591" Height="31,65037806" ShowHint="False" AllowExpressions="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="[DU] Dias Ãšteis - [DC] Dias Corridos&#13;&#10;[DP] DepÃ³sito - [LJ] Loja&#13;&#10;[C.R.] CÃ³digo Relacionado de Encomenda"/>
      <TfrxMemoView Name="Orcamentos_MasterCondicao_1_orc" Left="7,12337667" Top="88,88064333" Width="239,00627584" Height="55,21389688" ShowHint="False" StretchMode="smActualHeight" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="[Trim(&#60;Orcamentos_Master.&#34;Condicao_1_orc&#34;&#62;)] [Trim(&#60;Orcamentos_Master.&#34;Condicao_2_orc&#34;&#62;)] [Trim(&#60;Orcamentos_Master.&#34;Condicao_3_orc&#34;&#62;)]"/>
      <TfrxMemoView Name="Orcamentos_MasterValor_liquido_orc" Left="400,51170097" Top="49,33333333" Width="94,61461403" Height="13,228355" OnAfterData="Orcamentos_MasterValor_liquido_orcOnAfterData" ShowHint="False" DataSet="oDM." DataSetName="Orcamentos_Master" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Valor_liquido_orc&#34;]"/>
      <TfrxMemoView Name="Orcamentos_MasterValor_total_orc" Left="389,32360871" Top="5,53803333" Width="105,80270629" Height="13,228355" OnAfterData="Orcamentos_MasterValor_total_orcOnAfterData" ShowHint="False" DataSet="oDM." DataSetName="Orcamentos_Master" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Valor_total_orc&#34;]"/>
      <TfrxMemoView Name="Orcamentos_MasterValor_desconto_extra_orc" Left="427,01667839" Top="27,43568333" Width="68,10963661" Height="13,228355" OnAfterData="Orcamentos_MasterValor_desconto_extra_orcOnAfterData" ShowHint="False" DataSet="oDM." DataSetName="Orcamentos_Master" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Valor_desconto_orc&#34;]"/>
      <TfrxMemoView Name="Memo31" Left="260,96208635" Top="72,80581333" Width="106,92154435" Height="13,228355" ShowHint="False" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="ObservaÃ§Ãµes:"/>
      <TfrxMemoView Name="Memo48" Left="260,96208634" Top="89,13966526" Width="233,90510939" Height="70,38116192" ShowHint="False" StretchMode="smActualHeight" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="End.Entrega: [Trim(&#60;Orcamentos_Master.&#34;Endereco_Entrega&#34;&#62;)], [Orcamentos_Master.&#34;Numero_Entrega&#34;] - [Trim(&#60;Orcamentos_Master.&#34;Complemento_Entrega&#34;&#62;)]&#13;&#10;[Trim(&#60;Orcamentos_Master.&#34;Bairro_Entrega&#34;&#62;)] - [Trim(&#60;Orcamentos_Master.&#34;Cidade_Entrega&#34;&#62;)] - [Orcamentos_Master.&#34;UF_Entrega&#34;]&#13;&#10;[Trim(&#60;Orcamentos_Master.&#34;Obs_1_orc&#34;&#62;)] [Trim(&#60;Orcamentos_Master.&#34;Obs_2_orc&#34;&#62;)] [Trim(&#60;Orcamentos_Master.&#34;Obs_3_orc&#34;&#62;)]"/>
      <TfrxMemoView Name="Orcamentos_MasterForma_Pagamento" Left="160,9765" Top="23,32807666" Width="176,87149067" Height="11,33859" ShowHint="False" DataField="Forma_Pagamento" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" Text="[Orcamentos_Master.&#34;Forma_Pagamento&#34;]"/>
      <TfrxMemoView Name="Orcamentos_MasterNome_profissional" Left="68,03149606" Top="147,550896" Width="177,79270267" Height="12,629932" ShowHint="False" DataField="Nome_profissional" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="[Orcamentos_Master.&#34;Nome_profissional&#34;]"/>
      <TfrxMemoView Name="Memo41" Left="7,18110236" Top="147,550896" Width="60,47248" Height="12,629932" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" Text="[iif(&#60;Orcamentos_Master.&#34;Nome_profissional&#34;&#62;='','','Profissional:')]"/>
    </TfrxPageFooter>
    <TfrxMasterData Name="Detalhes" Height="88,15683534" Left="0" Top="332,59864" Width="506,45702" OnAfterCalcHeight="DetalhesOnAfterCalcHeight" OnAfterPrint="DetalhesOnAfterPrint" OnBeforePrint="DetalhesOnBeforePrint" AllowSplit="True" Columns="1" ColumnWidth="200" ColumnGap="20" DataSet="oDM." DataSetName="Orcamentos_Detalhes" PrintIfDetailEmpty="True" RowCount="0" Stretched="True">
      <TfrxMemoView Name="Memo40" Left="0,36243417" Top="0,63867669" Width="498,8976378" Height="10,9606299212598" ShowHint="False" StretchMode="smActualHeight" DataSetName="Customers" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Highlight.Font.Charset="1" Highlight.Font.Color="-370606080" Highlight.Font.Height="-11" Highlight.Font.Name="Arial" Highlight.Font.Style="0" Highlight.Color="13882323" Highlight.Condition="&#60;Line#&#62; mod 2" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Entregas_DetalhesCodigo_Produto" Left="0,55906" Top="0,63867669" Width="38,551206" Height="10,9606299212598" OnBeforePrint="Entregas_DetalhesCodigo_ProdutoOnBeforePrint" ShowHint="False" DataField="Codigo_produto" DataSet="oDM." DataSetName="Orcamentos_Detalhes" Font.Charset="1" Font.Color="-16777208" Font.Height="-7" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Detalhes.&#34;Codigo_produto&#34;]"/>
      <TfrxMemoView Name="Orcamentos_DetalhesProduto_codigo_relacionado" ShiftMode="smDontShift" Left="39,71070441" Top="0,63867669" Width="32,126005" Height="10,9606299212598" ShowHint="False" DataField="Produto_codigo_relacionado" DataSet="oDM." DataSetName="Orcamentos_Detalhes" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" Frame.Color="16777215" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Detalhes.&#34;Produto_codigo_relacionado&#34;]"/>
      <TfrxMemoView Name="Entregas_DetalhesDescricao_Produto" ShiftMode="smDontShift" Left="74,19695997" Top="0,63867669" Width="222,15159907" Height="10,9606299212598" ShowHint="False" DataField="Nome_produto" DataSet="oDM." DataSetName="Orcamentos_Detalhes" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Detalhes.&#34;Nome_produto&#34;]"/>
      <TfrxMemoView Name="Entregas_DetalhesUnidade" ShiftMode="smDontShift" Left="314,14193" Top="0,63867669" Width="26,45671" Height="10,9606299212598" ShowHint="False" DataField="Unidade_medida" DataSet="oDM." DataSetName="Orcamentos_Detalhes" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Detalhes.&#34;Unidade_medida&#34;]"/>
      <TfrxMemoView Name="Entregas_DetalhesQuantidade" ShiftMode="smDontShift" Left="342,42507383" Top="0,63867669" Width="34,01574803" Height="10,9606299212598" ShowHint="False" DataSet="oDM." DataSetName="Orcamentos_Detalhes" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Detalhes.&#34;Qtd_orc&#34;]"/>
      <TfrxMemoView Name="Orcamentos_DetalhesValor_venda_produto" ShiftMode="smDontShift" Left="376,33091517" Top="0,63867669" Width="39,68504181" Height="10,9606299212598" ShowHint="False" DataSet="oDM." DataSetName="Orcamentos_Detalhes" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Detalhes.&#34;Valor_venda_produto&#34;]"/>
      <TfrxMemoView Name="Orcamentos_DetalhesTotal_venda_orc1" ShiftMode="smDontShift" Left="418,70853693" Top="0,63867669" Width="39,68503937" Height="10,9606299212598" ShowHint="False" DataSet="oDM." DataSetName="Orcamentos_Detalhes" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Detalhes.&#34;Total_venda_orc&#34;]"/>
      <TfrxMemoView Name="Orcamentos_DetalhesProduto_auto_servico" ShiftMode="smDontShift" Left="295,24428" Top="0,63867669" Width="15,11812" Height="10,9606299212598" ShowHint="False" DataField="Produto_auto_servico" DataSet="oDM." DataSetName="Orcamentos_Detalhes" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Detalhes.&#34;Produto_auto_servico&#34;]"/>
      <TfrxMemoView Name="Orcamentos_DetalhesPrevisao_Entrega" Left="460,05360387" Top="0,63867669" Width="38,929159" Height="10,9606299212598" ShowHint="False" DataSet="oDM." DataSetName="Orcamentos_Detalhes" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Detalhes.&#34;Previsao_Entrega&#34;]"/>
    </TfrxMasterData>
    <TfrxPageHeader Name="PageHeader1" Height="253,06542171" Left="0" Top="18,89765" Width="506,45702" OnAfterPrint="PageHeader1OnAfterPrint">
      <TfrxShapeView Name="Shape14" Left="0,36243417" Top="232,44898" Width="498,8976378" Height="15,11811024" ShowHint="False" Color="13421772" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape4" Left="370,54795467" Top="164,46073" Width="70,7805265" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape25" Left="370,04795467" Top="112,48825" Width="71,2805265" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxPictureView Name="Picture1" Left="3,34384667" Top="2,87136666" Width="68,03149606" Height="66,89763706" ShowHint="False" Center="True" URL="[Site]" HightQuality="True" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Nome" Left="77,54625933" Top="1,77953" Width="421,196784" Height="17,763791" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaCenter" Text="[Nome_Fantasia]"/>
      <TfrxMemoView Name="Endereco1" Left="77,54625933" Top="19,75850333" Width="421,196784" Height="13,228355" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="[Endereco]"/>
      <TfrxMemoView Name="Memo59" Left="77,54625933" Top="31,97897333" Width="421,196784" Height="13,228355" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="CEP: [CEP] - [Trim(&#60;Bairro&#62;)] -[Trim(&#60;Cidade&#62;)], [UF]"/>
      <TfrxMemoView Name="Memo60" Left="77,54625933" Top="43,97897333" Width="233,36609617" Height="13,228355" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Telefone: [Telefone]"/>
      <TfrxMemoView Name="Site" Left="77,54625933" Top="55,41991333" Width="185,10757566" Height="13,984261" ShowHint="False" URL="[Site]" Font.Charset="1" Font.Color="16711680" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Site]"/>
      <TfrxMemoView Name="Memo61" Left="322,75698397" Top="55,614131" Width="178,1055454" Height="13,79004333" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Proposta nÂº [Orcamentos_Master.&#34;Codigo_orc&#34;]"/>
      <TfrxShapeView Name="Shape1" Left="1,67718" Top="112,48825" Width="275,905511811024" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape2" Left="1,67718" Top="138,2281878" Width="275,905511811024" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape3" Left="280,57761333" Top="112,48825" Width="86,83276531" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape5" Left="280,32060715" Top="138,2281878" Width="161,00787402" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape6" Left="280,70866142" Top="163,96073" Width="86,83276531" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape8" Left="444,9255215" Top="112,48825" Width="55,55905512" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape11" Left="1,67718" Top="163,96073" Width="160,81882002" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape12" Left="165,29924189" Top="163,96073" Width="34,01575657" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape13" Left="202,20476346" Top="163,96073" Width="75,5905511811024" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxMemoView Name="Memo1" Left="2,67718" Top="216,21266022" Width="241,82158333" Height="13,228355" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="DADOS DO PRODUTO"/>
      <TfrxMemoView Name="Memo37" Left="421,92115" Top="234,33842402" Width="35,0944733" Height="11,33858024" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Color="12632256" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Total"/>
      <TfrxMemoView Name="Memo3" Left="0,55906" Top="234,33842402" Width="38,551206" Height="11,33858024" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Color="12632256" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="CÃ³digo"/>
      <TfrxMemoView Name="Memo4" Left="74,19695997" Top="234,33842402" Width="169,87397913" Height="11,33858024" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Color="12632256" ParentFont="False" VAlign="vaCenter" Text="DescriÃ§Ã£o dos Produtos"/>
      <TfrxMemoView Name="Memo35" Left="339,15739" Top="234,33842402" Width="35,90547886" Height="11,33858024" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Color="12632256" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Quant."/>
      <TfrxMemoView Name="Memo36" Left="313,14193" Top="234,33842402" Width="23,85826259" Height="11,33858024" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Color="12632256" ParentFont="False" VAlign="vaCenter" Text="Und."/>
      <TfrxMemoView Name="Memo34" Left="379,17347" Top="234,33842402" Width="35,46453398" Height="11,33858024" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Color="12632256" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Valor"/>
      <TfrxMemoView Name="Memo2" Left="459,05360387" Top="234,33842402" Width="38,551206" Height="11,33858024" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Color="12632256" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="PrevisÃ£o"/>
      <TfrxMemoView Name="Memo23" Left="2,45671" Top="112,48825" Width="265,779685" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Nome / RazÃ£o Social:"/>
      <TfrxMemoView Name="Memo5" Left="2,45671" Top="139,72449" Width="271,44898" Height="8,08849724" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="EndereÃ§o:"/>
      <TfrxMemoView Name="Memo6" Left="2,45671" Top="164,96073" Width="120,94496" Height="8,692919" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="MunicÃ­pio:"/>
      <TfrxMemoView Name="Memo7" Left="168,07885" Top="164,96073" Width="29,480334" Height="8,692919" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="UF:"/>
      <TfrxMemoView Name="Memo8" Left="204,87415" Top="164,96073" Width="30,23624" Height="8,692919" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="CEP:"/>
      <TfrxMemoView Name="Memo9" Left="282,02381" Top="112,48825" Width="83,905566" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="CPF / CNPJ:"/>
      <TfrxMemoView Name="Memo10" Left="282,02381" Top="139,72449" Width="94,48825" Height="8,08849724" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Bairro:"/>
      <TfrxMemoView Name="Memo11" Left="282,02381" Top="164,96073" Width="83,905566" Height="8,692919" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Telefone:"/>
      <TfrxMemoView Name="Memo12" Left="373,77176791" Top="164,96073" Width="61,69307509" Height="8,692919" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Rota:"/>
      <TfrxMemoView Name="Memo13" Left="372,77176791" Top="112,48825" Width="65,47260509" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="RG / IE:"/>
      <TfrxMemoView Name="Memo14" Left="445,58131419" Top="112,48825" Width="52,535467" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="EmissÃ£o:"/>
      <TfrxMemoView Name="Orcamentos_Mastercpf_cliente" Left="281,02381" Top="123,04731" Width="85,417378" Height="11,716543" ShowHint="False" DataField="cpf_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;cpf_cliente&#34;]"/>
      <TfrxMemoView Name="Orcamentos_MasterRG_IE_cliente" Left="372,77176791" Top="123,04731" Width="65,47260509" Height="11,716543" ShowHint="False" DataField="RG_IE_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;RG_IE_cliente&#34;]"/>
      <TfrxMemoView Name="Orcamentos_MasterEndereco_cliente" Left="2,45671" Top="148,72449" Width="271,44898" Height="11,33859" ShowHint="False" DataField="Endereco_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Endereco_cliente&#34;]"/>
      <TfrxMemoView Name="Orcamentos_Masterbairro_cliente" Left="282,02381" Top="148,72449" Width="157,00046405" Height="11,33859" ShowHint="False" DataField="bairro_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;bairro_cliente&#34;]"/>
      <TfrxMemoView Name="Orcamentos_MasterCidade_cliente" Left="1,67718" Top="174,29932" Width="153,070965" Height="11,716543" ShowHint="False" DataField="Cidade_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Cidade_cliente&#34;]"/>
      <TfrxMemoView Name="Orcamentos_MasterUF_cliente" Left="168,07885" Top="174,29932" Width="29,480334" Height="11,716543" ShowHint="False" DataField="UF_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;UF_cliente&#34;]"/>
      <TfrxMemoView Name="Orcamentos_Mastercep_cliente" Left="204,87415" Top="174,29932" Width="70,31107" Height="11,716543" ShowHint="False" DataField="cep_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;cep_cliente&#34;]"/>
      <TfrxMemoView Name="Orcamentos_Masterfone_cliente" Left="282,02381" Top="174,29932" Width="83,905566" Height="11,716543" ShowHint="False" DataField="fone_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;fone_cliente&#34;]"/>
      <TfrxMemoView Name="Orcamentos_MasterCodigo_rota" Left="373,77176791" Top="174,29932" Width="61,69307509" Height="11,716543" ShowHint="False" DataField="Codigo_rota" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Codigo_rota&#34;]"/>
      <TfrxShapeView Name="Shape21" Left="1,67718" Top="190,19697" Width="197,66928939" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxMemoView Name="Memo24" Left="2,45671" Top="191,19697" Width="170,15130921" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="AtenÃ§Ã£o:"/>
      <TfrxShapeView Name="Shape22" Left="280,80879613" Top="190,19697" Width="160,51968504" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxMemoView Name="Memo25" Left="282,02381" Top="191,19697" Width="94,48825" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Referente a:"/>
      <TfrxShapeView Name="Shape9" Left="444,9255215" Top="138,2281878" Width="55,55905512" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape10" Left="444,9255215" Top="163,96073" Width="55,55905512" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape23" Left="444,9255215" Top="190,19697" Width="55,55905512" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape24" Left="202,20476346" Top="190,19697" Width="75,5905511811024" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxMemoView Name="Memo15" Left="445,58131419" Top="139,72449" Width="52,535467" Height="8,08849724" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Hora:"/>
      <TfrxMemoView Name="Memo16" Left="445,58131419" Top="164,96073" Width="52,535467" Height="8,692919" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Validade:"/>
      <TfrxMemoView Name="Memo26" Left="445,58131419" Top="191,19697" Width="52,535467" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Entrega:"/>
      <TfrxMemoView Name="Memo27" Left="203,53292709" Top="191,19697" Width="56,69295" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Consulta"/>
      <TfrxMemoView Name="Orcamentos_MasterDt_emissao_orc" Left="445,58131419" Top="123,04731" Width="52,535467" Height="11,716543" ShowHint="False" DataSet="oDM." DataSetName="Orcamentos_Master" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Dt_emissao_orc&#34;]"/>
      <TfrxMemoView Name="Memo28" Left="39,71070441" Top="233,96528969" Width="32,126005" Height="11,33858024" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Color="12632256" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="C.R."/>
      <TfrxMemoView Name="Memo18" Left="2,45671" Top="123,04731" Width="273,22851" Height="11,716543" ShowHint="False" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[&#60;Orcamentos_Master.&#34;Codigo_cliente&#34;&#62;] - [&#60;Orcamentos_Master.&#34;Nome_cliente&#34;&#62; ]"/>
      <TfrxMemoView Name="Orcamentos_MasterHora_emissao_orc" Left="445,58131419" Top="148,72449" Width="52,535467" Height="11,33859" ShowHint="False" DataField="Hora_emissao_orc" DataSet="oDM." DataSetName="Orcamentos_Master" DisplayFormat.FormatStr="hh:mm:ss" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Hora_emissao_orc&#34;]"/>
      <TfrxMemoView Name="Orcamentos_MasterAtencao_orc" Left="2,45671" Top="200,19697" Width="190,19732903" Height="11,33859" ShowHint="False" DataField="Atencao_orc" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Atencao_orc&#34;]"/>
      <TfrxMemoView Name="Orcamentos_MasterReferencia_orc" Left="282,02381" Top="200,19697" Width="158,12619209" Height="11,33859" ShowHint="False" DataField="Referencia_orc" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Referencia_orc&#34;]"/>
      <TfrxMemoView Name="Orcamentos_MasterNumero_Consulta" Left="203,11357225" Top="200,19697" Width="73,700835" Height="11,33859" ShowHint="False" DataField="Numero_Consulta" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Numero_Consulta&#34;]"/>
      <TfrxMemoView Name="Memo33" Left="3,17460318" Top="73,00553591" Width="511,97923469" Height="35,29309422" OnAfterPrint="Memo33OnAfterPrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="NÃ£o Ã© Documento Fiscal - NÃ£o Ã© vÃ¡lido como recibo e como&#13;&#10;garantia de mercadoria - NÃ£o comprova pagamento."/>
      <TfrxMemoView Name="Memo39" Left="322,75698397" Top="43,97897333" Width="178,1055454" Height="13,228355" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Documento Auxiliar de Venda"/>
      <TfrxMemoView Name="Orcamentos_MasterPrevisao_Entrega" Left="445,58131419" Top="200,19697" Width="52,535467" Height="11,33859" ShowHint="False" DataField="Previsao_Entrega" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Previsao_Entrega&#34;]"/>
      <TfrxMemoView Name="Orcamentos_MasterValidade" Left="445,58131419" Top="174,29932" Width="52,535467" Height="11,716543" ShowHint="False" DataField="Validade" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Validade&#34;]"/>
      <TfrxMemoView Name="Memo42" Left="1,67718" Top="137,80850053" Width="439,937007874016" Height="49,88976378" Visible="False" ShowHint="False" Color="16777215" Font.Charset="1" Font.Color="128" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="AtenÃ§Ã£o:  Para efetuar a compra Ã© necessÃ¡rio preenchimento de cadastro."/>
    </TfrxPageHeader>
    <TfrxMemoView Name="Atualizado" Left="274,94221962" Top="432,35782534" Width="233,15491667" 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: 03/11/2017"/>
  </TfrxReportPage>
  <TfrxReportPage Name="Page2" Visible="False" PaperWidth="148" PaperHeight="210" PaperSize="11" LeftMargin="5" RightMargin="5" TopMargin="5" BottomMargin="5" ColumnWidth="0" ColumnPositions.Text="" DataSet="oDM." DataSetName="Orcamentos_Master" LargeDesignHeight="True" HGuides.Text="" VGuides.Text="">
    <TfrxPageHeader Name="PageHeader2" Height="194,39878347" Left="0" Top="18,89765" Width="521,57514" Stretched="True">
      <TfrxShapeView Name="Shape7" Left="372,36358423" Top="140,1812" Width="72,2805265" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape26" Left="372,36358423" Top="88,70872" Width="72,2805265" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxPictureView Name="Picture2" Left="4,13756614" Top="1,09183666" Width="68,03149606" Height="66,89763706" ShowHint="False" Center="True" URL="[Site]" HightQuality="True" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Memo43" Left="78,3399788" Top="0" Width="421,196784" Height="17,763791" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaCenter" Text="[Nome_Fantasia]"/>
      <TfrxMemoView Name="Memo44" Left="78,3399788" Top="17,97897333" Width="421,196784" Height="13,228355" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="[Endereco]"/>
      <TfrxMemoView Name="Memo45" Left="79,3399788" Top="29,19944333" Width="421,196784" Height="13,228355" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="CEP: [CEP] - [Trim(&#60;Bairro&#62;)] -[Trim(&#60;Cidade&#62;)], [UF]"/>
      <TfrxMemoView Name="Memo46" Left="78,3399788" Top="42,19944333" Width="233,36609617" Height="13,228355" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Telefone: [Telefone]"/>
      <TfrxMemoView Name="Memo47" Left="78,3399788" Top="53,64038333" Width="185,10757566" Height="13,984261" ShowHint="False" URL="[Site]" Font.Charset="1" Font.Color="16711680" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="[Site]"/>
      <TfrxMemoView Name="Memo90" Left="338,9902774" Top="53,834601" Width="178,1055454" Height="13,79004333" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaBottom" Text="Proposta nÂº [Orcamentos_Master.&#34;Codigo_orc&#34;]"/>
      <TfrxShapeView Name="Shape27" Left="1,47089947" Top="88,70872" Width="278,36220302" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape28" Left="1,47089947" Top="114,4486578" Width="278,36220302" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape29" Left="282,3713328" Top="88,70872" Width="86,83276531" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape30" Left="282,3713328" Top="114,4486578" Width="162,8976378" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape31" Left="282,50238089" Top="140,1812" Width="86,83276531" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape32" Left="447,71924097" Top="88,70872" Width="72,3346525" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape33" Left="1,47089947" Top="140,1812" Width="160,81882002" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape34" Left="165,09296136" Top="140,1812" Width="34,01575657" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape35" Left="201,99848293" Top="140,1812" Width="77,48033205" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxMemoView Name="Memo50" Left="2,25042947" Top="88,70872" Width="265,779685" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Nome / RazÃ£o Social:"/>
      <TfrxMemoView Name="Memo51" Left="2,25042947" Top="115,94496" Width="271,44898" Height="8,08849724" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="EndereÃ§o:"/>
      <TfrxMemoView Name="Memo52" Left="2,25042947" Top="141,1812" Width="120,94496" Height="8,692919" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="MunicÃ­pio:"/>
      <TfrxMemoView Name="Memo53" Left="167,87256947" Top="141,1812" Width="29,480334" Height="8,692919" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="UF:"/>
      <TfrxMemoView Name="Memo54" Left="204,66786947" Top="141,1812" Width="30,23624" Height="8,692919" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="CEP:"/>
      <TfrxMemoView Name="Memo55" Left="283,81752947" Top="88,70872" Width="83,905566" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="CPF / CNPJ:"/>
      <TfrxMemoView Name="Memo56" Left="283,81752947" Top="115,94496" Width="94,48825" Height="8,08849724" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Bairro:"/>
      <TfrxMemoView Name="Memo57" Left="283,81752947" Top="141,1812" Width="83,905566" Height="8,692919" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Telefone:"/>
      <TfrxMemoView Name="Memo58" Left="375,56548738" Top="141,1812" Width="65,47260509" Height="8,692919" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Rota:"/>
      <TfrxMemoView Name="Memo62" Left="375,56548738" Top="88,70872" Width="65,47260509" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="RG / IE:"/>
      <TfrxMemoView Name="Memo63" Left="450,37503366" Top="88,70872" Width="67,275634" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="EmissÃ£o:"/>
      <TfrxMemoView Name="Memo64" Left="282,81752947" Top="99,26778" Width="85,417378" Height="11,716543" ShowHint="False" DataField="cpf_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;cpf_cliente&#34;]"/>
      <TfrxMemoView Name="Memo65" Left="375,56548738" Top="99,26778" Width="65,47260509" Height="11,716543" ShowHint="False" DataField="RG_IE_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;RG_IE_cliente&#34;]"/>
      <TfrxMemoView Name="Memo66" Left="2,25042947" Top="124,94496" Width="271,44898" Height="11,33859" ShowHint="False" DataField="Endereco_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Endereco_cliente&#34;]"/>
      <TfrxMemoView Name="Memo67" Left="283,81752947" Top="124,94496" Width="160,77999405" Height="11,33859" ShowHint="False" DataField="bairro_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;bairro_cliente&#34;]"/>
      <TfrxMemoView Name="Memo68" Left="2,6235638" Top="150,51979" Width="153,070965" Height="11,716543" ShowHint="False" DataField="Cidade_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Cidade_cliente&#34;]"/>
      <TfrxMemoView Name="Memo69" Left="167,87256947" Top="150,51979" Width="29,480334" Height="11,716543" ShowHint="False" DataField="UF_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;UF_cliente&#34;]"/>
      <TfrxMemoView Name="Memo70" Left="204,66786947" Top="150,51979" Width="71,81107" Height="11,716543" ShowHint="False" DataField="cep_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;cep_cliente&#34;]"/>
      <TfrxMemoView Name="Memo71" Left="283,81752947" Top="150,51979" Width="83,905566" Height="11,716543" ShowHint="False" DataField="fone_cliente" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;fone_cliente&#34;]"/>
      <TfrxMemoView Name="Memo72" Left="375,56548738" Top="150,51979" Width="65,47260509" Height="11,716543" ShowHint="False" DataField="Codigo_rota" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Codigo_rota&#34;]"/>
      <TfrxShapeView Name="Shape36" Left="1,47089947" Top="166,41744" Width="197,66928939" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxMemoView Name="Memo73" Left="2,25042947" Top="167,41744" Width="170,15130921" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="AtenÃ§Ã£o:"/>
      <TfrxShapeView Name="Shape37" Left="282,6025156" Top="166,41744" Width="162,51968504" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxMemoView Name="Memo74" Left="283,81752947" Top="167,41744" Width="94,48825" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Referente a:"/>
      <TfrxShapeView Name="Shape38" Left="447,71924097" Top="114,4486578" Width="72,3346525" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape39" Left="447,71924097" Top="140,1812" Width="72,3346525" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape40" Left="447,71924097" Top="166,41744" Width="72,3346525" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxShapeView Name="Shape41" Left="201,99848293" Top="166,41744" Width="77,48033205" Height="22,67716047" ShowHint="False" Shape="skRoundRectangle"/>
      <TfrxMemoView Name="Memo75" Left="450,37503366" Top="115,94496" Width="67,275634" Height="8,08849724" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Hora"/>
      <TfrxMemoView Name="Memo76" Left="450,37503366" Top="141,1812" Width="67,275634" Height="8,692919" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Validade:"/>
      <TfrxMemoView Name="Memo77" Left="450,37503366" Top="167,41744" Width="67,275634" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Entrega:"/>
      <TfrxMemoView Name="Memo78" Left="203,32664656" Top="167,41744" Width="56,69295" Height="9,448825" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-8" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="Consulta"/>
      <TfrxMemoView Name="Memo79" Left="450,37503366" Top="99,26778" Width="67,275634" Height="11,716543" ShowHint="False" DataSet="oDM." DataSetName="Orcamentos_Master" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Dt_emissao_orc&#34;]"/>
      <TfrxMemoView Name="Memo80" Left="2,25042947" Top="99,26778" Width="275,22851" Height="11,716543" ShowHint="False" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[&#60;Orcamentos_Master.&#34;Codigo_cliente&#34;&#62;] - [&#60;Orcamentos_Master.&#34;Nome_cliente&#34;&#62; ]"/>
      <TfrxMemoView Name="Memo81" Left="450,37503366" Top="124,94496" Width="67,275634" Height="11,33859" ShowHint="False" DataField="Hora_emissao_orc" DataSet="oDM." DataSetName="Orcamentos_Master" DisplayFormat.FormatStr="hh:mm:ss" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Hora_emissao_orc&#34;]"/>
      <TfrxMemoView Name="Memo82" Left="2,25042947" Top="176,41744" Width="190,19732903" Height="11,33859" ShowHint="False" DataField="Atencao_orc" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Atencao_orc&#34;]"/>
      <TfrxMemoView Name="Memo83" Left="283,81752947" Top="176,41744" Width="158,12619209" Height="11,33859" ShowHint="False" DataField="Referencia_orc" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Referencia_orc&#34;]"/>
      <TfrxMemoView Name="Memo84" Left="203,90729172" Top="176,41744" Width="69,921305" Height="11,33859" ShowHint="False" DataField="Numero_Consulta" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Numero_Consulta&#34;]"/>
      <TfrxMemoView Name="Memo86" Left="338,9902774" Top="42,19944333" Width="178,1055454" Height="13,228355" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Documento Auxiliar de Venda"/>
      <TfrxMemoView Name="Memo87" Left="450,37503366" Top="176,41744" Width="67,275634" Height="11,33859" ShowHint="False" DataField="Previsao_Entrega" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Previsao_Entrega&#34;]"/>
      <TfrxMemoView Name="Memo88" Left="450,37503366" Top="150,51979" Width="67,275634" Height="11,716543" ShowHint="False" DataField="Validade" DataSet="oDM." DataSetName="Orcamentos_Master" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Orcamentos_Master.&#34;Validade&#34;]"/>
    </TfrxPageHeader>
    <TfrxPageFooter Name="PageFooter1" Height="561,3869092" Left="0" Top="274,015925" Width="521,57514">
      <TfrxMemoView Name="Memo49" Left="1,00000001" Top="544,19762148" Width="144,09436982" Height="15,11812" GroupIndex="1" ShowHint="False" URL="[Autor_Site]" Font.Charset="1" Font.Color="16711680" Font.Height="-9" Font.Name="Arial" Font.Style="1" ParentFont="False" WordWrap="False" Text="[Autor_Site]"/>
      <TfrxMemoView Name="Memo85" Left="400,37313433" Top="544,19762148" Width="119,73565833" Height="15,11812" GroupIndex="1" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="0" Frame.Width="1,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="PÃ¡gina: [Page] de [TotalPages]"/>
      <TfrxMemoView Name="Memo89" Left="1,52910054" Top="544,19762148" Width="519,45485061" Height="15,11812" GroupIndex="1" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" WordWrap="False" Text=" Ã‰ vetada a autenticaÃ§Ã£o deste documento."/>
      <TfrxRichView Name="Rich1" Left="1,76190476" Top="4,41598252" Width="519,3014466" Height="531,97092668" ShowHint="False" Frame.Typ="15" GapX="2" GapY="1" PropData="0852696368456469740A610800007B5C727466315C616E73695C616E7369637067313235325C64656666305C6E6F7569636F6D7061745C6465666C616E67313034367B5C666F6E7474626C7B5C66305C66726F6D616E5C66707271325C6663686172736574302054696D6573204E657720526F6D616E3B7D7B5C66315C666E696C5C6663686172736574302074696D6573204E657720526F6D616E3B7D7D0D0A7B5C2A5C67656E657261746F722052696368656432302031302E302E31343339337D5C766965776B696E64345C756331200D0A5C706172645C625C66305C66733234205445524D4F20444520434F4D50524F4D4953534F5C62305C7061720D0A0D0A5C706172645C66692D3336305C6C693336305C716A5C747833363020312E5C746162204F20636F6E73756D69646F722066617A2061206F705C2765375C2765336F2C20706F722073756120696E746569726120766F6E746164652C206465206E5C2765336F2065737065726172206120636F6E73756C746120646F2073657520636164617374726F206A756E746F205C2765302066696E616E6365697261207061726120636F6E6669726D615C2765375C2765336F20646F2070656469646F20646520636F6D7072612061207072617A6F20706F7220656C6520656665747561646F2061747261765C27653973206465206368657175657320706F732064617461646F732E5C7061720D0A322E5C746162204361736F206573746120636F6E73756C7461206E5C2765336F20656E636F6E747265206E656E68756D206661746F20696D706564697469766F2C20612076656E6461207365206461725C27653120636F6D6F206C5C276564717569646120652063657274612C20666963616E646F206F20466F726E656365646F72206F6272696761646F206120656E747265676172206173206D65726361646F726961732C20636F6E7374616E74657320646F2070656469646F2C206E6F207072617A6F20706F72206F636173695C2765336F2064612076656E6461206573746970756C61646F2E5C7061720D0A332E5C746162204361736F206120636F6E73756C746120656E636F6E74726520616C67756D206661746F20696D706564697469766F2C2064657465637461646F2070656C612066696E616E63656972612C2066696361206F20466F726E656365646F72206F6272696761646F20612066617A657220756D6120636F6D756E6963615C2765375C2765336F20616F20436F6E73756D69646F722C2064616E646F2D6C6865206F206469726569746F2064652074657220696E666F726D615C2765375C2765336F20666F726D616C20646F207265616C206D6F7469766F2071756520696D70656465206120636F6E6669726D615C2765375C2765336F2064612076656E64612C2062656D20636F6D6F2061206465766F6C755C2765375C2765336F20646520745C27656474756C6F7320652F6F752C20636865717565732071756520706F722076656E747572612074656E68616D207369646F20656E74726567756573207061726120706167616D656E746F205C27653073206D65726361646F7269617320636F6E646963696F6E61646173206120656E74726567617320706F73746572696F7265732E5C7061720D0A342E5C7461622046696361206573746162656C656369646F206F206469726569746F20646F20436F6E73756D69646F722C206E617320636F6E64695C2765375C276635657320646F206974656D20332C20646520636F6E63726574697A6172206F207365752070656469646F20646520636F6D7072612061747261765C2765397320646F20706167616D656E746F20656D206573705C27653963696520652F6F7520636172745C2765336F2064652063725C2765396469746F2E5C7061720D0A352E5C7461622041206E5C2765336F207265616C697A615C2765375C2765336F2064612076656E64612061207072617A6F2070656C6F206661746F20646573637269746F206E6F206974656D20332C206E5C2765336F206461725C276531206469726569746F2061207175616C7175657220696E64656E697A615C2765375C2765336F207061726120616D626173206173207061727465732E5C7061720D0A362E5C7461622046696361206F20466F726E656365646F7220696D70656469646F20646520666F726E65636572207175616C7175657220696E666F726D615C2765375C2765336F206120746572636569726F7320646F20726573756C7461646F20646120636F6E73756C74612063616461737472616C20646F20436F6E73756D69646F722065666574756164612070656C612066696E616E63656972612E2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020205C7061720D0A372E5C746162204F20636F6E73756D69646F72206669636120696E666F726D61646F20717565206F73206368657175657320636F6E7374616E7465732064657374652070656469646F20706F6465725C2765336F20736572206E65676F636961646F7320636F6D20696E7374697475695C2765375C27663565732066696E616E636569726173206F7520646520666F6D656E746F206D657263616E74696C2C207175652066696361725C2765336F2C20646573746120666F726D612C20636F6D206120737561206775617264612061745C2765392061732072657370656374697661732064617461732064652076656E63696D656E746F2E5C7061720D0A0D0A5C706172645C716A5C663120202020205C7061720D0A0D0A5C706172645C716320202020205B4369646164655D2C20205B55465D20202D20205B446174655D5C7061720D0A20202020466F6E7465207574696C697A61646F3A2054696D6573204E657720526F6D616E202D2054616D616E686F203132284C6569206E5C2762612031312E3738352F3038295C7061720D0A7D0D0A00"/>
    </TfrxPageFooter>
  </TfrxReportPage>
</TfrxReport>
