<?xml version="1.0" encoding="utf-8"?>
<TfrxReport Version="4.6.163" DotMatrixReport="False" EngineOptions.UseFileCache="True" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="4095" PreviewOptions.Zoom="1" PrintOptions.Printer="Default" PrintOptions.PrintOnSheet="0" ReportOptions.CreateDate="41608.8027929861" ReportOptions.Description.Text="" ReportOptions.LastChange="42290.7924572106" ScriptLanguage="C++Script" ScriptText.Text="//Page1                      &#13;&#10;&#13;&#10;void Page1OnManualBuild(TfrxComponent Sender)&#13;&#10;{     &#13;&#10;      TfrxDataSet DataSet;&#13;&#10;      Extended Sum=0, Sum3=0 ;&#13;&#10;      DataSet = MasterData1.DataSet;&#13;&#10;      DataSet.First;&#13;&#10;      Extended inc=1;                                                 &#13;&#10;    while  (!DataSet.Eof)// do&#13;&#10;        {&#13;&#10;           if(&#60;DueNotesPapers_Report.&#34;Type&#34;&#62;==0)&#13;&#10;             {             &#13;&#10;               Sum3=StrToFloat(&#60;DueNotesPapers_Report.&#34;val&#34;&#62;);&#13;&#10;               Sum=Sum+Sum3;&#13;&#10;               Memo8.text=FormatFloat(&#34;#,0.00&#34;,Sum);&#13;&#10;               Memo11.Text=floatToStr(inc);&#13;&#10;             }&#13;&#10;             else&#13;&#10;             { &#13;&#10;               Sum3=-StrToFloat(&#60;DueNotesPapers_Report.&#34;val&#34;&#62;);&#13;&#10;               Sum=Sum+Sum3;&#13;&#10;               Memo8.text=FormatFloat(&#34;#,0.00&#34;,Sum);&#13;&#10;               Memo11.Text=floatToStr(inc);&#13;&#10;             }&#13;&#10;           Engine.ShowBand(MasterData1);                                                                                             &#13;&#10;           DataSet.Next();&#13;&#10;             inc=inc+1  ;               &#13;&#10;         }&#13;&#10;           &#13;&#10;}&#13;&#10;void ReportOnStartReport(TfrxComponent Sender)&#13;&#10;{&#13;&#10;   if(&#60;Collect&#62; !=&#34;1&#34; )&#13;&#10;     {&#13;&#10;          ShowMessage(&#34;This Design is not for what you requested, please choose another design!&#34;);&#13;&#10;          TfrxReport( Sender).Terminated = true;  &#13;&#10;     }&#13;&#10;     else&#13;&#10;     { if(&#60;CollectOnType&#62;==&#34;1&#34;)&#13;&#10;                Page3.Visible=True;&#13;&#10;       else&#13;&#10;                Page1.Visible=True;&#13;&#10;     }                    &#13;&#10;}&#13;&#10;&#13;&#10;//Page 3&#13;&#10;void Page3OnManualBuild(TfrxComponent Sender)&#13;&#10;{&#13;&#10;     TfrxDataSet DataSet;&#13;&#10;      Extended Sum=0, Sum3=0 ;String Name=&#60;DueNotesPapers_Report.&#34;TypeName&#34;&#62;;                         &#13;&#10;      DataSet = MasterData2.DataSet;&#13;&#10;      DataSet.First;&#13;&#10;      Extended inc=1;                                                 &#13;&#10;    while  (!DataSet.Eof)// do&#13;&#10;        {&#13;&#10;               &#13;&#10;               if(Name==&#60;DueNotesPapers_Report.&#34;TypeName&#34;&#62;)&#13;&#10;               {                           &#13;&#10;                       if(&#60;DueNotesPapers_Report.&#34;Type&#34;&#62;==0)&#13;&#10;                         {             &#13;&#10;                           Sum3=StrToFloat(&#60;DueNotesPapers_Report.&#34;val&#34;&#62;);&#13;&#10;                           Sum=Sum+Sum3;&#13;&#10;                           Memo33.text=FormatFloat(&#34;#,0.00&#34;,Sum);&#13;&#10;                           Memo29.Text=floatToStr(inc);&#13;&#10;                         }&#13;&#10;                       else&#13;&#10;                       { &#13;&#10;                          Sum3=-StrToFloat(&#60;DueNotesPapers_Report.&#34;val&#34;&#62;);&#13;&#10;                          Sum=Sum+Sum3;&#13;&#10;                          Memo33.text=FormatFloat(&#34;#,0.00&#34;,Sum);&#13;&#10;                          Memo29.Text=floatToStr(inc);&#13;&#10;                        }&#13;&#10;                          &#13;&#10;                                          &#13;&#10;                         Engine.ShowBand(MasterData2);&#13;&#10;                         Name=&#60;DueNotesPapers_Report.&#34;TypeName&#34;&#62;;                             &#13;&#10;                         DataSet.Next();                                                                                                 &#13;&#10;                         inc=inc+1  ;&#13;&#10;                 }&#13;&#10;                 else                                                      &#13;&#10;                 {&#13;&#10;                                                                                                                               &#13;&#10;                        Sum3=0;&#13;&#10;                        Sum=0;&#13;&#10;                         if(&#60;DueNotesPapers_Report.&#34;Type&#34;&#62;==0)&#13;&#10;                         {             &#13;&#10;                           Sum3=StrToFloat(&#60;DueNotesPapers_Report.&#34;val&#34;&#62;);&#13;&#10;                           Sum=Sum+Sum3;&#13;&#10;                           Memo33.text=FormatFloat(&#34;#,0.00&#34;,Sum);&#13;&#10;                           Memo29.Text=floatToStr(inc);&#13;&#10;                         }&#13;&#10;                       else&#13;&#10;                       { &#13;&#10;                          Sum3=-StrToFloat(&#60;DueNotesPapers_Report.&#34;val&#34;&#62;);&#13;&#10;                          Sum=Sum+Sum3;&#13;&#10;                          Memo33.text=FormatFloat(&#34;#,0.00&#34;,Sum);&#13;&#10;                          Memo29.Text=floatToStr(inc);&#13;&#10;                        }                            &#13;&#10;                        Engine.ShowBand(MasterData2);&#13;&#10;                        Name=&#60;DueNotesPapers_Report.&#34;TypeName&#34;&#62;;                            &#13;&#10;                        DataSet.Next();                                                                                                                 &#13;&#10;                        inc=inc+1  ;&#13;&#10;                 }&#13;&#10;         }                 &#13;&#10;             &#13;&#10;&#13;&#10;}&#13;&#10;&#13;&#10;{&#13;&#10;}" OnStartReport="ReportOnStartReport" PropData="08446174617365747301010C4400000020446174615365743D224475654E6F7465735061706572735F5265706F72742220446174615365744E616D653D224475654E6F7465735061706572735F5265706F7274220000095661726961626C657301010C14000000204E616D653D22205265705F56617269616E742200010C4A000000204E616D653D22437572557365724944222056616C75653D22262333343B7B36453744324537452D323939392D346265662D384538342D4534373145323942304545417D262333343B2200010C20000000204E616D653D224E6F746531222056616C75653D22262333343B262333343B2200010C20000000204E616D653D224E6F746532222056616C75653D22262333343B262333343B2200010C2B000000204E616D653D2246726F6D44617465222056616C75653D22262333343B312F312F32303133262333343B2200010C2B000000204E616D653D22546F44617465222056616C75653D22262333343B31312F31362F32303134262333343B2200010C31000000204E616D653D2243757272656E63794E616D65222056616C75653D22262333343BD1EDC7E120D3DAE6CFED262333343B2200010C21000000204E616D653D225061796564222056616C75653D22262333343B31262333343B2200010C23000000204E616D653D2252656365766564222056616C75653D22262333343B31262333343B2200010C29000000204E616D653D22436F6C6C6563744F6E54797065222056616C75653D22262333343B30262333343B2200010C24000000204E616D653D224E6F746554797065222056616C75653D22262333343B30262333343B2200010C2A000000204E616D653D22436F6C6C6563744F6E4669656C64222056616C75653D22262333343B31262333343B2200010C24000000204E616D653D224461746554797065222056616C75653D22262333343B30262333343B2200010C21000000204E616D653D225374617465222056616C75653D22262333343B31262333343B2200010C2C000000204E616D653D224E6F74436F6C6C6563744F7074696F6E222056616C75653D22262333343B31262333343B2200010C8D000000204E616D653D224669656C64436865636B222056616C75653D22262333343B2044657374696E6174696F6E2C2043757272656E637949442C204375724E616D652C20447565446174652C2041636349442C204163634E616D652C20416363436F64652C20496E4E756D6265722C204F72674E616D652C205479706549442C20547970654E616D65262333343B2200010C22000000204E616D653D22706572696F64222056616C75653D22262333343B30262333343B2200010C23000000204E616D653D22436F6C6C656374222056616C75653D22262333343B30262333343B220000055374796C650100">
  <TfrxDataPage Name="Data" Height="1000" Left="0" Top="0" Width="1000">
    <TfrxADODatabase Name="ADODatabase" LoginPrompt="False" PropData="05704C65667402320470546F700264"/>
    <TfrxADOQuery Name="DueNotesPapers_Report" UserName="DueNotesPapers_Report" CloseDataSource="True" FieldAliases.Text="" BCDToCurrency="False" IgnoreDupParams="False" SQL.Text="exec mnrPrcRepDueNotesPaper '{00000000-0000-0000-0000-000000000000}' , '{00000000-0000-0000-0000-000000000000}' , '{00000000-0000-0000-0000-000000000000}' , '{00000000-0000-0000-0000-000000000000}' , '{00000000-0000-0000-0000-000000000000}' , '{00000000-0000-0000-0000-000000000000}' , '' ,' ', '1-1-2013' , '11-16-2014' , '{3A6B4FF6-7062-46a3-95C4-86603A405D57}' , '{DC9AACC0-E6FD-4e75-A1AD-14CF74C8E82C}' , 1 , 1 , 0 , 0 , 0 , 1 , 0 , 1 , 1 , ' Destination, CurrencyID, CurName, DueDate, AccID, AccName, AccCode, InNumber, OrgName, TypeID, TypeName' , 0" CommandTimeout="30" Database="ADODatabase" LockType="ltReadOnly" PropData="05704C65667402640470546F7002000A506172616D65746572730100"/>
  </TfrxDataPage>
  <TfrxReportPage Name="Page1" Visible="False" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="0.1" RightMargin="0.1" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="" OnManualBuild="Page1OnManualBuild">
    <TfrxReportTitle Name="ReportTitle1" Height="162.51979" Left="0" Top="18.89765" Width="792.945394">
      <TfrxMemoView Name="Memo19" Align="baCenter" Left="52.535467" Top="80.03154" Width="687.87446" Height="26.45671" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-21" Font.Name="Times New Roman" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="الأوراق المالية المستحقة"/>
      <TfrxGradientView Name="Gradient6" Align="baWidth" Left="0" Top="150.1812" Width="792.945394" Height="4.53543307" ShowHint="False" EndColor="14777143" Style="gsHorizCenter"/>
      <TfrxMemoView Name="Memo24" Left="720.41775" Top="124.60637" Width="52.91342" Height="18.89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" ParentFont="False" Text=":إعتباراً من"/>
      <TfrxMemoView Name="Memo25" Left="573.45702" Top="124.60637" Width="37.7953" Height="18.89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" ParentFont="False" Text=":ولغاية"/>
      <TfrxMemoView Name="Memo26" Left="5" Top="124.60637" Width="143.62214" Height="18.89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" HAlign="haRight" ParentFont="False" Text=" [CurrencyName] "/>
      <TfrxMemoView Name="Memo27" Left="613.03185" Top="124.60637" Width="105.82684" Height="18.89765" ShowHint="False" DisplayFormat.FormatStr="dd mmm yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" HAlign="haRight" ParentFont="False" RTLReading="True" Text="[FromDate]"/>
      <TfrxMemoView Name="Memo28" Left="466.07112" Top="124.60637" Width="105.82684" Height="18.89765" ShowHint="False" DisplayFormat.FormatStr="dd mmm yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" HAlign="haRight" ParentFont="False" RTLReading="True" Text="[ToDate]"/>
      <TfrxPictureView Name="Picture1" Align="baCenter" Left="43.086642" Top="3.77953" Width="706.77211" Height="75.5906" ShowHint="False" Center="True" FileLink="Res\Logo.bmp" HightQuality="False"/>
      <TfrxMemoView Name="Memo2" Left="151.1812" Top="124.60637" Width="41.57483" Height="18.89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=": العملة"/>
    </TfrxReportTitle>
    <TfrxMasterData Name="MasterData1" Height="18.89765" Left="0" Top="287.24428" Width="792.945394" ColumnWidth="0" ColumnGap="0" DataSet="DueNotesPapers_Report" DataSetName="DueNotesPapers_Report" RowCount="0" Stretched="True">
      <TfrxMemoView Name="Memo11" Left="735.06339" Top="0" Width="49.13389" Height="18.89765" ShowHint="False" StretchMode="smMaxHeight" Color="16777215" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo12" Left="527.57514" Top="0" Width="207.87415" Height="18.89765" ShowHint="False" StretchMode="smMaxHeight" Color="16777215" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="14" HAlign="haCenter" ParentFont="False" RTLReading="True" VAlign="vaCenter" Text="[&#60;DueNotesPapers_Report.&#34;PFromDate&#34;&#62;] - [&#60;DueNotesPapers_Report.&#34;PToDate&#34;&#62;]"/>
      <TfrxMemoView Name="Memo14" Left="424.59864" Top="0" Width="102.04731" Height="18.89765" ShowHint="False" StretchMode="smMaxHeight" Color="16777215" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" RTLReading="True" VAlign="vaCenter" Text="[IIF(&#60;DueNotesPapers_Report.&#34;Type&#34;&#62;==0,&#60;DueNotesPapers_Report.&#34;val&#34;&#62;,0)]"/>
      <TfrxMemoView Name="Memo15" Left="201.23624" Top="0" Width="120.94496" Height="18.89765" ShowHint="False" StretchMode="smMaxHeight" Color="16777215" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[IIF(&#60;DueNotesPapers_Report.&#34;Type&#34;&#62;==0,&#60;DueNotesPapers_Report.&#34;Val&#34;&#62;,-&#60;DueNotesPapers_Report.&#34;Val&#34;&#62;)]"/>
      <TfrxMemoView Name="Memo8" Left="80.74799" Top="0" Width="120.94496" Height="18.89765" ShowHint="False" Color="16777215" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo13" Left="323.12616" Top="0" Width="102.04731" Height="18.89765" ShowHint="False" StretchMode="smMaxHeight" Color="16777215" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="14" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[IIF(&#60;DueNotesPapers_Report.&#34;Type&#34;&#62;==1,&#60;DueNotesPapers_Report.&#34;val&#34;&#62;,0)]"/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter1" Height="45.35436" Left="0" Top="366.61441" Width="792.945394">
      <TfrxMemoView Name="Memo23" Left="670.14997" Top="26.45671" Width="132.28355" Height="15.11812" ShowHint="False" Color="16777215" Font.Charset="1" Font.Color="16711680" Font.Height="-11" Font.Name="Times New Roman" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="www.almanarasoft.com"/>
      <TfrxGradientView Name="Gradient1" Align="baWidth" Left="0" Top="18.89765" Width="792.945394" Height="4.53543307" ShowHint="False" EndColor="14777143" Style="gsHorizCenter"/>
      <TfrxMemoView Name="Memo94" Left="66.81107" Top="0" Width="83.14966" Height="11.33859" ShowHint="False" DisplayFormat.FormatStr="mm.dd.yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0.1" ParentFont="False" VAlign="vaCenter" Text="[Date]"/>
      <TfrxMemoView Name="Memo95" Left="7.55906" Top="0" Width="56" Height="11.33859" ShowHint="False" AutoWidth="True" Font.Charset="178" Font.Color="-16777208" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.ShadowWidth="1" ParentFont="False" VAlign="vaCenter" Text="Printed on:"/>
      <TfrxMemoView Name="Memo96" Left="156.29932" Top="0" Width="31.04" Height="11.33859" ShowHint="False" AutoWidth="True" Font.Charset="178" Font.Color="-16777208" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.ShadowWidth="1" ParentFont="False" VAlign="vaCenter" Text="Time:"/>
      <TfrxMemoView Name="Memo97" Left="189.31509" Top="0" Width="56.69295" Height="11.33859" ShowHint="False" DisplayFormat.FormatStr="hh:mm am/pm" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0.1" Highlight.Active="True" Highlight.Font.Charset="1" Highlight.Font.Color="255" Highlight.Font.Height="-11" Highlight.Font.Name="Arial" Highlight.Font.Style="0" Highlight.Condition="&#60;Date&#62;" ParentFont="False" VAlign="vaCenter" Text="[Time]"/>
      <TfrxMemoView Name="Memo20" Left="697.74057" Top="0" Width="75.5906" Height="18.89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="[Page#]"/>
    </TfrxPageFooter>
    <TfrxPageHeader Name="PageHeader1" Height="20.89765" Left="0" Top="204.09462" Width="792.945394">
      <TfrxMemoView Name="Memo1" Left="735.06339" Top="2" Width="49.13389" Height="18.89765" ShowHint="False" Color="16044731" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="الرقم"/>
      <TfrxMemoView Name="Memo3" Left="527.57514" Top="2" Width="207.87415" Height="18.89765" ShowHint="False" Color="16044731" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="14" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="الفترة"/>
      <TfrxMemoView Name="Memo5" Left="424.59864" Top="2" Width="102.04731" Height="18.89765" ShowHint="False" Color="16044731" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="مدفوعة"/>
      <TfrxMemoView Name="Memo6" Left="201.23624" Top="2" Width="120.94496" Height="18.89765" ShowHint="False" Color="16044731" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="الرصيد"/>
      <TfrxMemoView Name="Memo7" Left="80.74799" Top="2" Width="120.94496" Height="18.89765" ShowHint="False" Color="16044731" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="الرصيد التراكمي"/>
      <TfrxMemoView Name="Memo4" Left="323.12616" Top="2" Width="102.04731" Height="18.89765" ShowHint="False" Color="16044731" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="14" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="مقبوضة"/>
    </TfrxPageHeader>
  </TfrxReportPage>
  <TfrxReportPage Name="Page3" Visible="False" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="0.1" RightMargin="0.1" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="" OnManualBuild="Page3OnManualBuild">
    <TfrxReportTitle Name="ReportTitle2" Height="162.51979" Left="0" Top="18.89765" Width="792.945394">
      <TfrxMemoView Name="Memo9" Align="baCenter" Left="61.984292" Top="83.81107" Width="668.97681" Height="26.45671" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-21" Font.Name="Times New Roman" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="الأوراق المالية المستحقة"/>
      <TfrxGradientView Name="Gradient2" Align="baWidth" Left="0" Top="150.1812" Width="792.945394" Height="4.53543307" ShowHint="False" EndColor="14777143" Style="gsHorizCenter"/>
      <TfrxMemoView Name="Memo10" Left="732.41775" Top="124.60637" Width="52.91342" Height="18.89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" ParentFont="False" Text=":إعتباراً من"/>
      <TfrxMemoView Name="Memo16" Left="589.45702" Top="124.60637" Width="37.7953" Height="18.89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" ParentFont="False" Text=":ولغاية"/>
      <TfrxMemoView Name="Memo17" Left="20.11812" Top="124.60637" Width="139.84261" Height="18.89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" HAlign="haRight" ParentFont="False" Text=" [CurrencyName] "/>
      <TfrxMemoView Name="Memo18" Left="628.81138" Top="124.60637" Width="102.04731" Height="18.89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[FromDate]"/>
      <TfrxMemoView Name="Memo21" Left="483.63018" Top="124.60637" Width="102.04731" Height="18.89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[ToDate]"/>
      <TfrxPictureView Name="Picture2" Align="baCenter" Left="43.086642" Top="3.77953" Width="706.77211" Height="75.5906" ShowHint="False" Center="True" FileLink="Res\Logo.bmp" HightQuality="False"/>
      <TfrxMemoView Name="Memo22" Left="158.74026" Top="124.60637" Width="41.57483" Height="18.89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text=": العملة"/>
    </TfrxReportTitle>
    <TfrxMasterData Name="MasterData2" Height="18.89765" Left="0" Top="309.92146" Width="792.945394" ColumnWidth="0" ColumnGap="0" DataSet="DueNotesPapers_Report" DataSetName="DueNotesPapers_Report" RowCount="0" Stretched="True">
      <TfrxMemoView Name="Memo29" Left="749.07916" Top="0" Width="45.35436" Height="18.89765" ShowHint="False" StretchMode="smMaxHeight" Color="16777215" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo30" Left="449.82715" Top="0" Width="204.09462" Height="18.89765" ShowHint="False" StretchMode="smMaxHeight" Color="16777215" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="14" HAlign="haCenter" ParentFont="False" RTLReading="True" VAlign="vaCenter" Text="[&#60;DueNotesPapers_Report.&#34;PFromDate&#34;&#62;] - [&#60;DueNotesPapers_Report.&#34;PToDate&#34;&#62;]"/>
      <TfrxMemoView Name="Memo31" Left="346.85065" Top="0" Width="102.04731" Height="18.89765" ShowHint="False" StretchMode="smMaxHeight" Color="16777215" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" RTLReading="True" VAlign="vaCenter" Text="[IIF(&#60;DueNotesPapers_Report.&#34;Type&#34;&#62;==0,&#60;DueNotesPapers_Report.&#34;val&#34;&#62;,0)]"/>
      <TfrxMemoView Name="Memo32" Left="123.48825" Top="0" Width="120.94496" Height="18.89765" ShowHint="False" StretchMode="smMaxHeight" Color="16777215" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[IIF(&#60;DueNotesPapers_Report.&#34;Type&#34;&#62;==0,&#60;DueNotesPapers_Report.&#34;Val&#34;&#62;,-&#60;DueNotesPapers_Report.&#34;Val&#34;&#62;)]"/>
      <TfrxMemoView Name="Memo33" Left="3" Top="0" Width="120.94496" Height="18.89765" ShowHint="False" Color="16777215" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo34" Left="245.37817" Top="0" Width="102.04731" Height="18.89765" ShowHint="False" StretchMode="smMaxHeight" Color="16777215" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="14" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[IIF(&#60;DueNotesPapers_Report.&#34;Type&#34;&#62;==1,&#60;DueNotesPapers_Report.&#34;val&#34;&#62;,0)]"/>
      <TfrxMemoView Name="Memo47" Left="653.85869" Top="0" Width="94.48825" Height="18.89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haRight" ParentFont="False" RTLReading="True" VAlign="vaCenter" Text="[DueNotesPapers_Report.&#34;TypeName&#34;]"/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter2" Height="45.35436" Left="0" Top="411.96877" Width="792.945394">
      <TfrxMemoView Name="Memo35" Left="651.25232" Top="26.45671" Width="132.28355" Height="11.33859" ShowHint="False" Color="16777215" Font.Charset="1" Font.Color="16711680" Font.Height="-11" Font.Name="Times New Roman" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="www.almanarasoft.com"/>
      <TfrxGradientView Name="Gradient3" Align="baWidth" Left="0" Top="18.89765" Width="792.945394" Height="4.53543307" ShowHint="False" EndColor="14777143" Style="gsHorizCenter"/>
      <TfrxMemoView Name="Memo36" Left="66.81107" Top="0" Width="83.14966" Height="11.33859" ShowHint="False" DisplayFormat.FormatStr="mm.dd.yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0.1" ParentFont="False" VAlign="vaCenter" Text="[Date]"/>
      <TfrxMemoView Name="Memo37" Left="7.55906" Top="0" Width="56" Height="11.33859" ShowHint="False" AutoWidth="True" Font.Charset="178" Font.Color="-16777208" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.ShadowWidth="1" ParentFont="False" VAlign="vaCenter" Text="Printed on:"/>
      <TfrxMemoView Name="Memo38" Left="156.29932" Top="0" Width="31.04" Height="11.33859" ShowHint="False" AutoWidth="True" Font.Charset="178" Font.Color="-16777208" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.ShadowWidth="1" ParentFont="False" VAlign="vaCenter" Text="Time:"/>
      <TfrxMemoView Name="Memo39" Left="189.31509" Top="0" Width="56.69295" Height="11.33859" ShowHint="False" DisplayFormat.FormatStr="hh:mm am/pm" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0.1" Highlight.Active="True" Highlight.Font.Charset="1" Highlight.Font.Color="255" Highlight.Font.Height="-11" Highlight.Font.Name="Arial" Highlight.Font.Style="0" Highlight.Condition="&#60;Date&#62;" ParentFont="False" VAlign="vaCenter" Text="[Time]"/>
      <TfrxMemoView Name="Memo40" Left="709.07916" Top="0" Width="75.5906" Height="18.89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="[Page#]"/>
    </TfrxPageFooter>
    <TfrxPageHeader Name="PageHeader2" Height="20.89765" Left="0" Top="204.09462" Width="792.945394">
      <TfrxMemoView Name="Memo41" Left="749.07916" Top="2" Width="45.35436" Height="18.89765" ShowHint="False" Color="16044731" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="الرقم"/>
      <TfrxMemoView Name="Memo42" Left="449.57514" Top="2" Width="204.09462" Height="18.89765" ShowHint="False" Color="16044731" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="14" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="الفترة"/>
      <TfrxMemoView Name="Memo43" Left="346.59864" Top="2" Width="102.04731" Height="18.89765" ShowHint="False" Color="16044731" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="مدفوعة"/>
      <TfrxMemoView Name="Memo44" Left="123.23624" Top="2" Width="120.94496" Height="18.89765" ShowHint="False" Color="16044731" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="الرصيد"/>
      <TfrxMemoView Name="Memo45" Left="2.74799" Top="2" Width="120.94496" Height="18.89765" ShowHint="False" Color="16044731" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="الرصيد التراكمي"/>
      <TfrxMemoView Name="Memo46" Left="245.12616" Top="2" Width="102.04731" Height="18.89765" ShowHint="False" Color="16044731" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="14" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="مقبوضة"/>
      <TfrxMemoView Name="Memo48" Left="653.85869" Top="2" Width="94.48825" Height="18.89765" ShowHint="False" Color="16044731" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="الاسم"/>
    </TfrxPageHeader>
    <TfrxGroupHeader Name="GroupHeader1" Height="0" Left="0" Top="287.24428" Width="792.945394" Condition="DueNotesPapers_Report.&#34;TypeName&#34;" KeepTogether="True"/>
    <TfrxGroupFooter Name="GroupFooter1" Height="0" Left="0" Top="351.49629" Width="792.945394"/>
  </TfrxReportPage>
</TfrxReport>
