﻿<?xml version="1.0" encoding="utf-8"?>
<Report ScriptLanguage="CSharp" StartReportEvent="_StartReport" ReportInfo.Created="05/14/2023 15:58:42" ReportInfo.Modified="05/14/2023 16:43:29" ReportInfo.CreatorVersion="2021.4.3.0">
  <ScriptText>using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Windows.Forms;
using System.Drawing;
using System.Data;
using FastReport;
using FastReport.Data;
using FastReport.Dialog;
using FastReport.Barcode;
using FastReport.Table;
using FastReport.Utils;

namespace FastReport
{
  public class ReportScript
  {

    private void _StartReport(object sender, EventArgs e)
    {
      if((((String)Report.GetParameterValue(&quot;SubAcc&quot;)) ==&quot;1&quot;) &amp;&amp; (((String)Report.GetParameterValue(&quot;MainAcc&quot;)) == &quot;1&quot;))                    
      {
        Page1.Visible=false ;
        Page2.Visible=true ;  
        DataSourceBase ds = Report.GetDataSource(&quot;CurrencyBalance_Report&quot;);
        //TfrxDataSet DataSet;
        Double Sum=0;
        Double Sumd=0;
        Double Sumc=0;
        int num=0;
      
        ds.Init();
               
        while  (ds.HasMoreRows)// do
        {
          if(num == 0)   
          {
            Sumd += ((Double)Report.GetColumnValue(&quot;CurrencyBalance_Report.TotalDebit&quot;));
            Sumc += ((Double)Report.GetColumnValue(&quot;CurrencyBalance_Report.TotalCredit&quot;));
            Sum += ((Double)Report.GetColumnValue(&quot;CurrencyBalance_Report.TotalBal&quot;));

          }
          ds.Next();
          num=((int)Report.GetColumnValue(&quot;CurrencyBalance_Report.acLevel&quot;));//[CurrencyBalance_Report.acLevel];                       
        }
        Memo56.Text=Sum.ToString();                                                                                                                                         
        Memo54.Text=Sumc.ToString();                                           
        Memo55.Text=Sumd.ToString();
      }
      else
      {
        Page2.Visible=false ;
        Page1.Visible=true ;       
      }    
    }
    
    

    private void Page2_StartPage(object sender, EventArgs e)
    {
      
    }
  }
}
/*void Page2OnBeforePrint(TfrxComponent Sender)
{
  if((&lt;SubAcc&gt; ==1) &amp;&amp; (&lt;MainAcc&gt; == 1))                    
  {
   Page1.visible=false ;
   Page2.visible=true ;       
    TfrxDataSet DataSet;
      float Sum=0,Sumd=0,Sumc=0;
      int num;
      DataSet = MasterData2.DataSet;
      DataSet.First;
               
while  (!DataSet.Eof)// do
        {
if(num == 0)   
{
Sumd += &lt;CurrencyBalance_Report.&quot;TotalDebit&quot;&gt;;  
Sumc += &lt;CurrencyBalance_Report.&quot;TotalCredit&quot;&gt;;
Sum += &lt;CurrencyBalance_Report.&quot;TotalBal&quot;&gt;;  

}
DataSet.Next();
 num=&lt;CurrencyBalance_Report.&quot;acLevel&quot;&gt;;                       
}
Memo56.text=floatToStr(Sum);                                                                                                                                         
Memo54.text=floatToStr(Sumc);                                           
Memo55.text=floatToStr(Sumd);
}
else
  {
   Page2.visible=false ;
   Page1.visible=true ;       
  }    
}    
{

}
*/</ScriptText>
  <Dictionary>
    <MsSqlDataConnection Name="ADODatabase" ConnectionString="rijcmlqJUrEa/KIcQqhhcfnlqC6PHTn0L44W7TQfS6RmUJOGDIuc+knUePlrDTYQkz8WhBiHvL1D3R/ZPYDVVa5Loc9UYb7RKhUtpflorZaKqsXCcnyxGxsoOtxmj8O3zAzOr8xulWz9WMrEwbL1fT7FwSnrHlZdnbLlrLvi0Hl5ljEDIDvuLRbkEayLcznNYU2Se6a1MULOn4LRvgaQDqvFNv9KnBlYocPWYbk+mImkhNzwpiStFsRikCpoX7mjkcNp6l4R6Aq3N5c3QvUjplXacR4ML/mtPF0xnDhD7W2Jl4RWobBorLXkaPZxd5RGxrxSrxVNC8XOD+jzOMKZnTCnDDeGUh+tUJoGWexvkPNmrSKTzTN4jT30KEV+ZsOY+TlwZV89ddf38gkSdFg52eWadl3iXexPKtzx5EnNFb6EoXx7BqmN7doDSmhAAG1J1/Ivi9FYFbm4hSMfUFdsx3mC7+OZbRcCWyWa9KWwSHRTAgIIesWC/nu1BZL/JgiwT0yyNeKxj5dqc14GZZX2LwlcgN0+FsAI8x7jWY1cKkGm31TIdF69Y7AKg7oPhfs9CIKWtdZSkHkVvvvudnt2JNvc3nu+kFIERfZYeKKYj9ILypLy/t390V2CwycIC0vqyl/WN4TuxmA9bw8Ud3PS1U1bNui9A==">
      <TableDataSource Name="CurrencyBalance_Report" DataType="System.Int32" Enabled="true" TableName="CurrencyBalance_Report" SelectCommand="exec mnrPrcRepCurrBal '{E35B9C96-6BCB-46fe-9783-69C121C8F7FD}' , '{00000000-0000-0000-0000-000000000000}' , '{00000000-0000-0000-0000-000000000000}' , '' , '1-1-2021' , '5-14-2023' , '1-1-2021' , '5-14-2023' , '{D435BD3C-9C45-46be-BA4C-18C9425C364E}' , 2 , 1 , 0 , 0 , 1 , 0 , 0 , 0 , 0  , 0">
        <Column Name="Number" DataType="System.Guid"/>
        <Column Name="acName" DataType="System.String"/>
        <Column Name="acLatinName" DataType="System.String"/>
        <Column Name="acCode" DataType="System.String"/>
        <Column Name="CurName" DataType="System.String"/>
        <Column Name="ICurrencyID" DataType="System.Guid"/>
        <Column Name="MainAcc" DataType="System.Int32"/>
        <Column Name="TotalDebit" DataType="System.Double"/>
        <Column Name="TotalCredit" DataType="System.Double"/>
        <Column Name="TotalBal" DataType="System.Double"/>
        <Column Name="ICurrTotalDebit" DataType="System.Double"/>
        <Column Name="ICurrTotalCredit" DataType="System.Double"/>
        <Column Name="ICurrTotalBal" DataType="System.Double"/>
        <Column Name="PrevTotalDebit" DataType="System.Double"/>
        <Column Name="PrevTotalCredit" DataType="System.Double"/>
        <Column Name="PrevTotalBal" DataType="System.Double"/>
        <Column Name="PrevICurrTotalDebit" DataType="System.Double"/>
        <Column Name="PrevICurrTotalCredit" DataType="System.Double"/>
        <Column Name="PrevICurrTotalBal" DataType="System.Double"/>
      </TableDataSource>
    </MsSqlDataConnection>
    <Parameter Name="CurUserID" DataType="System.String" Expression="&quot;{2E273315-DE25-4ad2-9F43-48D27CF2C2ED}&quot;"/>
    <Parameter Name="FromDate" DataType="System.String" Expression="&quot;1/1/2021&quot;"/>
    <Parameter Name="ToDate" DataType="System.String" Expression="&quot;14/5/2023&quot;"/>
    <Parameter Name="MainAcc" DataType="System.String" Expression="&quot;0&quot;"/>
    <Parameter Name="SubAcc" DataType="System.String" Expression="&quot;1&quot;"/>
    <Parameter Name="PrevBalance" DataType="System.String" Expression="&quot;0&quot;"/>
    <Parameter Name="CurrentCur" DataType="System.String" Expression="&quot;0&quot;"/>
    <Parameter Name="Posted" DataType="System.String" Expression="&quot;1&quot;"/>
    <Parameter Name="unPosted" DataType="System.String" Expression="&quot;0&quot;"/>
    <Parameter Name="AccCur" DataType="System.String" Expression="&quot;0&quot;"/>
    <Parameter Name="ShowCurrentCur" DataType="System.String" Expression="&quot;0&quot;"/>
    <Parameter Name="EmptyAccs" DataType="System.String" Expression="&quot;0&quot;"/>
    <Parameter Name="ShowBalAcc" DataType="System.String" Expression="&quot;0&quot;"/>
    <Parameter Name="CurrencyName" DataType="System.String" Expression="&quot;ليرة تركي&quot;"/>
    <Total Name="Total_p1_1" Expression="[CurrencyBalance_Report.TotalDebit]" Evaluator="MasterData1" PrintOn="ReportSummary1"/>
    <Total Name="Total_p1_2" Expression="[CurrencyBalance_Report.TotalCredit]" Evaluator="MasterData1" PrintOn="ReportSummary1"/>
    <Total Name="Total_p1_3" Expression="[CurrencyBalance_Report.TotalBal]" Evaluator="MasterData1" PrintOn="ReportSummary1"/>
  </Dictionary>
  <ReportPage Name="Page1" LeftMargin="0.3" RightMargin="0.3" Watermark.Font="Arial, 60pt">
    <ReportTitleBand Name="ReportTitle1" Width="791.53" Height="153.4">
      <TextObject Name="Memo1" Left="331.46" Top="92.15" Width="128.5" Height="34.02" Text="ميزان العملات" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 14pt, style=Bold"/>
      <TextObject Name="Memo3" Left="722.86" Top="125.39" Width="52.91" Height="18.9" Text=":إعتباراً من" Padding="2, 1, 2, 1" VertAlign="Center" Font="Times New Roman, 10pt"/>
      <TextObject Name="Memo4" Left="644.59" Top="125.39" Width="79.37" Height="18.9" Text="[FromDate]" Padding="2, 1, 2, 1" Format="Date" Format.Format="d" HorzAlign="Right" VertAlign="Center" Font="Times New Roman, 10pt"/>
      <TextObject Name="Memo5" Left="594.36" Top="125.39" Width="43.47" Height="18.9" Text=":ولغاية" Padding="2, 1, 2, 1" HorzAlign="Right" VertAlign="Center" Font="Times New Roman, 10pt"/>
      <TextObject Name="Memo6" Left="505.54" Top="125.39" Width="79.37" Height="18.9" Text="[ToDate]" Padding="2, 1, 2, 1" Format="Date" Format.Format="d" HorzAlign="Right" VertAlign="Center" Font="Times New Roman, 10pt"/>
      <TextObject Name="Memo7" Left="162.52" Top="125.39" Width="62.37" Height="18.9" Text=":العملة" Padding="2, 1, 2, 1" VertAlign="Center" Font="Times New Roman, 10pt"/>
      <TextObject Name="Memo8" Left="7.56" Top="125.39" Width="154.96" Height="18.9" Text=" [CurrencyName] " Padding="2, 1, 2, 1" HorzAlign="Right" VertAlign="Center" Font="Times New Roman, 10pt"/>
      <PictureObject Name="Company_Logo" Left="32.88" Width="725.67" Height="86.93" Fill.Color="White" ImageLocation="D:\almanarasoft\almanaratools\logo.png" SizeMode="CenterImage"/>
    </ReportTitleBand>
    <PageHeaderBand Name="PageHeader1" Top="157.4" Width="791.53" Height="18.9">
      <TextObject Name="Memo9" Left="717.54" Width="45.36" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="186, 211, 254" Text="الرقم" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo10" Left="606.61" Width="109.61" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="186, 211, 254" Text="الحساب" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo11" Left="447.09" Width="158.74" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="186, 211, 254" Text="العملات الأجنبية/ رصيد الفترة/ مدين" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo12" Left="287.57" Width="158.74" Height="18.9" Border.Lines="All" Fill.Color="186, 211, 254" Text="العملات الأجنبية/ رصيد الفترة/ دائن" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo13" Left="114.05" Width="173.86" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="186, 211, 254" Text="العملات الأجنبية/ رصيد الفترة/ الرصيد" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo14" Left="26.12" Width="86.93" Height="18.9" Border.Lines="All" Fill.Color="186, 211, 254" Text="العملات" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
    </PageHeaderBand>
    <DataBand Name="MasterData1" Top="180.3" Width="791.53" Height="18.9" CanGrow="true" CanShrink="true" DataSource="CurrencyBalance_Report">
      <TextObject Name="Memo16" Left="606.27" Width="109.61" Height="18.9" Border.Lines="All" Fill.Color="White" GrowToBottom="true" Text="[CurrencyBalance_Report.acName]" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" RightToLeft="true" Font="Times New Roman, 10pt">
        <Highlight>
          <Condition Expression="[CurrencyBalance_Report.MainAcc]==1" Fill.Color="White" Font="Times New Roman, 10pt" ApplyFill="true" ApplyFont="true"/>
        </Highlight>
      </TextObject>
      <TextObject Name="Memo17" Left="446.75" Width="158.74" Height="18.9" Border.Lines="Top, Bottom" Fill.Color="White" GrowToBottom="true" Text="[CurrencyBalance_Report.TotalDebit]" Padding="2, 1, 2, 1" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt">
        <Highlight>
          <Condition Expression="[CurrencyBalance_Report.MainAcc]==1" Fill.Color="White" Font="Times New Roman, 10pt" ApplyFill="true" ApplyFont="true"/>
        </Highlight>
      </TextObject>
      <TextObject Name="Memo18" Left="287.23" Width="158.74" Height="18.9" Border.Lines="All" Fill.Color="White" GrowToBottom="true" Text="[CurrencyBalance_Report.TotalCredit]" Padding="2, 1, 2, 1" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt">
        <Highlight>
          <Condition Expression="[CurrencyBalance_Report.MainAcc]==1" Fill.Color="White" Font="Times New Roman, 10pt" ApplyFill="true" ApplyFont="true"/>
        </Highlight>
      </TextObject>
      <TextObject Name="Memo19" Left="113.71" Width="173.86" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="White" GrowToBottom="true" Text="[CurrencyBalance_Report.TotalBal]" Padding="2, 1, 2, 1" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt">
        <Highlight>
          <Condition Expression="[CurrencyBalance_Report.MainAcc]==1" Fill.Color="White" Font="Times New Roman, 10pt" ApplyFill="true" ApplyFont="true"/>
        </Highlight>
      </TextObject>
      <TextObject Name="Memo20" Left="25.78" Width="86.93" Height="18.9" Border.Lines="All" Fill.Color="White" GrowToBottom="true" Text="[CurrencyBalance_Report.CurName]" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt">
        <Highlight>
          <Condition Expression="[CurrencyBalance_Report.MainAcc]==1" Fill.Color="White" Font="Times New Roman, 10pt" ApplyFill="true" ApplyFont="true"/>
        </Highlight>
      </TextObject>
      <TextObject Name="Memo21" Left="717.54" Width="45.36" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="White" GrowToBottom="true" Text="[Row#]" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt"/>
    </DataBand>
    <ReportSummaryBand Name="ReportSummary1" Top="203.2" Width="791.53" Height="18.9">
      <TextObject Name="Memo22" Left="608.27" Width="154.96" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="186, 211, 254" CanGrow="true" CanShrink="true" Text="الرصيد" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" RightToLeft="true" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo24" Left="287.23" Width="158.74" Height="18.9" Border.Lines="All" Fill.Color="186, 211, 254" Text="[Total_p1_2]" Padding="2, 1, 2, 1" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo27" Left="447.31" Width="158.74" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="186, 211, 254" Text="[Total_p1_1]" Padding="2, 1, 2, 1" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo25" Left="113.39" Width="173.86" Height="18.9" Border.Lines="All" Fill.Color="186, 211, 254" Text="[Total_p1_3]" Padding="2, 1, 2, 1" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo23" Left="26.46" Width="86.93" Height="18.9" Border.Lines="All" Fill.Color="186, 211, 254" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
    </ReportSummaryBand>
    <PageFooterBand Name="PageFooter1" Top="226.1" Width="791.53" Height="45.35">
      <TextObject Name="Memo2" Left="702.74" Width="75.59" Height="18.9" Text="[Page#]" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt"/>
      <TextObject Name="Memo140" Left="70.59" Width="83.15" Height="15.12" Text="[Date]" Padding="2, 1, 2, 1" Format="Date" Format.Format="d" VertAlign="Center" Font="Times New Roman, 8pt, style=Bold"/>
      <TextObject Name="Memo141" Left="11.34" Width="56.69" Height="15.12" Text="Printed on:" Padding="2, 1, 2, 1" AutoWidth="true" VertAlign="Center" Font="Times New Roman, 8pt"/>
      <TextObject Name="Memo142" Left="160.08" Width="39.69" Height="15.12" Text="Time:" Padding="2, 1, 2, 1" AutoWidth="true" VertAlign="Center" Font="Times New Roman, 8pt"/>
      <TextObject Name="Memo26" Left="637.03" Top="26.46" Width="147.4" Height="15.12" Fill.Color="White" Text="www.almanarasoft.com" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold" TextFill.Color="Blue"/>
      <TextObject Name="Text2" Left="198.45" Width="83.15" Height="15.12" Text="[Date]" Padding="2, 1, 2, 1" Format="Time" Format.Format="t" VertAlign="Center" Font="Times New Roman, 8pt, style=Bold"/>
    </PageFooterBand>
  </ReportPage>
  <ReportPage Name="Page2" Watermark.Font="Arial, 60pt" StartPageEvent="Page2_StartPage">
    <ReportTitleBand Name="ReportTitle2" Width="718.2" Height="153.4">
      <TextObject Name="Memo15" Left="290.8" Top="92.15" Width="128.5" Height="34.02" Text="ميزان العملات" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 14pt, style=Bold"/>
      <TextObject Name="Memo28" Left="652.71" Top="125.39" Width="62.36" Height="18.9" Text=":إعتباراً من" Padding="2, 1, 2, 1" VertAlign="Center" Font="Times New Roman, 10pt"/>
      <TextObject Name="Memo29" Left="574.44" Top="125.39" Width="79.37" Height="18.9" Text="[FromDate]" Padding="2, 1, 2, 1" Format="Date" Format.Format="d" HorzAlign="Right" VertAlign="Center" Font="Times New Roman, 10pt"/>
      <TextObject Name="Memo30" Left="524.21" Top="125.39" Width="43.47" Height="18.9" Text=":ولغاية" Padding="2, 1, 2, 1" HorzAlign="Right" VertAlign="Center" Font="Times New Roman, 10pt"/>
      <TextObject Name="Memo31" Left="444.84" Top="125.39" Width="79.37" Height="18.9" Text="[ToDate]" Padding="2, 1, 2, 1" Format="Date" Format.Format="d" HorzAlign="Right" VertAlign="Center" Font="Times New Roman, 10pt"/>
      <TextObject Name="Memo32" Left="158.52" Top="125.39" Width="52.92" Height="18.9" Text=":العملة" Padding="2, 1, 2, 1" VertAlign="Center" Font="Times New Roman, 10pt"/>
      <TextObject Name="Memo33" Left="3.56" Top="125.39" Width="154.96" Height="18.9" Text=" [CurrencyName] " Padding="2, 1, 2, 1" HorzAlign="Right" VertAlign="Center" Font="Times New Roman, 10pt"/>
      <PictureObject Name="Picture1" Left="-7.78" Width="725.67" Height="86.93" Fill.Color="White" SizeMode="CenterImage"/>
    </ReportTitleBand>
    <PageHeaderBand Name="PageHeader2" Top="157.4" Width="718.2" Height="18.9">
      <TextObject Name="Memo47" Left="691.54" Width="26.46" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="186, 211, 254" Text="الرقم" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo48" Left="580.61" Width="109.61" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="186, 211, 254" Text="الحساب" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo49" Left="421.09" Width="158.74" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="186, 211, 254" Text="العملات الأجنبية/ رصيد الفترة/ مدين" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo50" Left="261.57" Width="158.74" Height="18.9" Border.Lines="All" Fill.Color="186, 211, 254" Text="العملات الأجنبية/ رصيد الفترة/ دائن" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo51" Left="88.05" Width="173.86" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="186, 211, 254" Text="العملات الأجنبية/ رصيد الفترة/ الرصيد" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo52" Left="0.12" Width="86.93" Height="18.9" Border.Lines="All" Fill.Color="186, 211, 254" Text="العملات" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
    </PageHeaderBand>
    <DataBand Name="MasterData2" Top="180.3" Width="718.2" Height="18.9" CanGrow="true" CanShrink="true" DataSource="CurrencyBalance_Report">
      <TextObject Name="Memo35" Left="580.27" Width="109.61" Height="18.9" Border.Lines="All" Fill.Color="White" GrowToBottom="true" Text="[CurrencyBalance_Report.acName]" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" RightToLeft="true" Font="Times New Roman, 10pt">
        <Highlight>
          <Condition Expression="[CurrencyBalance_Report.MainAcc]==1" Fill.Color="White" Font="Times New Roman, 10pt" ApplyFill="true" ApplyFont="true"/>
        </Highlight>
      </TextObject>
      <TextObject Name="Memo36" Left="420.75" Width="158.74" Height="18.9" Border.Lines="Top, Bottom" Fill.Color="White" GrowToBottom="true" Text="[CurrencyBalance_Report.TotalDebit]" Padding="2, 1, 2, 1" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt">
        <Highlight>
          <Condition Expression="[CurrencyBalance_Report.MainAcc]==1" Fill.Color="White" Font="Times New Roman, 10pt" ApplyFill="true" ApplyFont="true"/>
        </Highlight>
      </TextObject>
      <TextObject Name="Memo37" Left="261.23" Width="158.74" Height="18.9" Border.Lines="All" Fill.Color="White" GrowToBottom="true" Text="[CurrencyBalance_Report.TotalCredit]" Padding="2, 1, 2, 1" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt">
        <Highlight>
          <Condition Expression="[CurrencyBalance_Report.MainAcc]==1" Fill.Color="White" Font="Times New Roman, 10pt" ApplyFill="true" ApplyFont="true"/>
        </Highlight>
      </TextObject>
      <TextObject Name="Memo38" Left="87.71" Width="173.86" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="White" GrowToBottom="true" Text="[CurrencyBalance_Report.TotalBal]" Padding="2, 1, 2, 1" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt">
        <Highlight>
          <Condition Expression="[CurrencyBalance_Report.MainAcc]==1" Fill.Color="White" Font="Times New Roman, 10pt" ApplyFill="true" ApplyFont="true"/>
        </Highlight>
      </TextObject>
      <TextObject Name="Memo39" Left="-0.22" Width="86.93" Height="18.9" Border.Lines="All" Fill.Color="White" GrowToBottom="true" Text="[CurrencyBalance_Report.CurName]" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt">
        <Highlight>
          <Condition Expression="[CurrencyBalance_Report.MainAcc]==1" Fill.Color="White" Font="Times New Roman, 10pt" ApplyFill="true" ApplyFont="true"/>
        </Highlight>
      </TextObject>
      <TextObject Name="Memo40" Left="691.54" Width="26.46" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="White" GrowToBottom="true" Text="[Row#]" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt"/>
    </DataBand>
    <ReportSummaryBand Name="ReportSummary2" Top="203.2" Width="718.2" Height="18.9">
      <TextObject Name="Memo53" Left="583.27" Width="136.06" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="186, 211, 254" CanGrow="true" CanShrink="true" Text="الرصيد" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" RightToLeft="true" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo54" Left="262.23" Width="158.74" Height="18.9" Border.Lines="All" Fill.Color="186, 211, 254" Padding="2, 1, 2, 1" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo55" Left="422.31" Width="158.74" Height="18.9" Border.Lines="Right, Top, Bottom" Fill.Color="186, 211, 254" Padding="2, 1, 2, 1" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo56" Left="88.39" Width="173.86" Height="18.9" Border.Lines="All" Fill.Color="186, 211, 254" Padding="2, 1, 2, 1" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
      <TextObject Name="Memo57" Left="1.46" Width="86.93" Height="18.9" Border.Lines="All" Fill.Color="186, 211, 254" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold"/>
    </ReportSummaryBand>
    <PageFooterBand Name="PageFooter2" Top="226.1" Width="718.2" Height="45.35">
      <TextObject Name="Memo41" Left="636.59" Width="75.59" Height="18.9" Text="[Page#]" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt"/>
      <TextObject Name="Memo42" Left="70.59" Width="83.15" Height="15.12" Text="[Date]" Padding="2, 1, 2, 1" Format="Date" Format.Format="d" VertAlign="Center" Font="Times New Roman, 8pt, style=Bold"/>
      <TextObject Name="Memo43" Left="11.34" Width="56.69" Height="15.12" Text="Printed on:" Padding="2, 1, 2, 1" AutoWidth="true" VertAlign="Center" Font="Times New Roman, 8pt"/>
      <TextObject Name="Memo44" Left="160.08" Width="39.69" Height="15.12" Text="Time:" Padding="2, 1, 2, 1" AutoWidth="true" VertAlign="Center" Font="Times New Roman, 8pt"/>
      <TextObject Name="Memo46" Left="561.43" Top="26.46" Width="147.4" Height="15.12" Fill.Color="White" Text="www.almanarasoft.com" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 10pt, style=Bold" TextFill.Color="Blue"/>
      <TextObject Name="Text1" Left="207.9" Width="83.15" Height="15.12" Text="[Date]" Padding="2, 1, 2, 1" Format="Time" Format.Format="t" VertAlign="Center" Font="Times New Roman, 8pt, style=Bold"/>
    </PageFooterBand>
  </ReportPage>
</Report>
